SYMBOL INDEX (121722 symbols across 1227 files) FILE: backends/client.go type StoreClient (line 22) | type StoreClient interface function New (line 28) | func New(config Config) (StoreClient, error) { FILE: backends/config.go type Config (line 7) | type Config struct FILE: backends/consul/client.go type ConsulClient (line 11) | type ConsulClient struct method GetValues (line 48) | func (c *ConsulClient) GetValues(keys []string) (map[string]string, er... method WatchPrefix (line 68) | func (c *ConsulClient) WatchPrefix(prefix string, keys []string, waitI... function New (line 16) | func New(nodes []string, scheme, cert, key, caCert string, basicAuth boo... type watchResponse (line 63) | type watchResponse struct FILE: backends/dynamodb/client.go type Client (line 14) | type Client struct method GetValues (line 53) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 108) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewDynamoDBClient (line 22) | func NewDynamoDBClient(table string) (*Client, error) { FILE: backends/env/client.go type Client (line 14) | type Client struct method GetValues (line 22) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 56) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewEnvClient (line 17) | func NewEnvClient() (*Client, error) { function transform (line 44) | func transform(key string) string { function clean (line 51) | func clean(key string) string { FILE: backends/etcd/client.go type Watch (line 17) | type Watch struct method WaitNext (line 27) | func (w *Watch) WaitNext(ctx context.Context, lastRevision int64, noti... method update (line 50) | func (w *Watch) update(newRevision int64) { function createWatch (line 58) | func createWatch(client *clientv3.Client, prefix string) (*Watch, error) { type Client (line 99) | type Client struct method GetValues (line 162) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 224) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewEtcdClient (line 107) | func NewEtcdClient(machines []string, cert, key, caCert string, basicAut... FILE: backends/etcdv3/client.go type Watch (line 17) | type Watch struct method WaitNext (line 27) | func (w *Watch) WaitNext(ctx context.Context, lastRevision int64, noti... method update (line 50) | func (w *Watch) update(newRevision int64) { function createWatch (line 58) | func createWatch(client *clientv3.Client, prefix string) (*Watch, error) { type Client (line 99) | type Client struct method GetValues (line 162) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 224) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewEtcdClient (line 107) | func NewEtcdClient(machines []string, cert, key, caCert string, basicAut... FILE: backends/file/client.go type Client (line 19) | type Client struct method GetValues (line 52) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method watchChanges (line 108) | func (c *Client) watchChanges(watcher *fsnotify.Watcher, stopChan chan... method WatchPrefix (line 131) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... type ResultError (line 24) | type ResultError struct function NewFileClient (line 29) | func NewFileClient(filepath []string, filter string) (*Client, error) { function readFile (line 33) | func readFile(path string, vars map[string]string) error { function nodeWalk (line 84) | func nodeWalk(node interface{}, key string, vars map[string]string) error { FILE: backends/rancher/client.go constant MetaDataURL (line 17) | MetaDataURL = "http://rancher-metadata" type Client (line 20) | type Client struct method GetValues (line 43) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method makeMetaDataRequest (line 95) | func (c *Client) makeMetaDataRequest(path string) ([]byte, error) { method testConnection (line 108) | func (c *Client) testConnection() error { method waitVersion (line 131) | func (c *Client) waitVersion(prefix string, version string) (string, e... method WatchPrefix (line 149) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewRancherClient (line 25) | func NewRancherClient(backendNodes []string) (*Client, error) { function treeWalk (line 64) | func treeWalk(root string, val interface{}, vars map[string]string) error { type watchResponse (line 122) | type watchResponse struct type timeout (line 127) | type timeout interface FILE: backends/redis/client.go type watchResponse (line 15) | type watchResponse struct type Client (line 21) | type Client struct method connectedClient (line 87) | func (c *Client) connectedClient() (redis.Conn, error) { method transform (line 124) | func (c *Client) transform(key string) string { method clean (line 132) | func (c *Client) clean(key string) string { method GetValues (line 141) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 228) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function tryConnect (line 33) | func tryConnect(machines []string, password string, timeout bool) (redis... function NewRedisClient (line 113) | func NewRedisClient(machines []string, password string, separator string... FILE: backends/ssm/client.go type Client (line 13) | type Client struct method GetValues (line 44) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method getParametersWithPrefix (line 67) | func (c *Client) getParametersWithPrefix(prefix string) (map[string]st... method getParameter (line 85) | func (c *Client) getParameter(name string) (map[string]string, error) { method WatchPrefix (line 100) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function New (line 17) | func New() (*Client, error) { FILE: backends/vault/client.go type Client (line 18) | type Client struct method GetValues (line 175) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method WatchPrefix (line 286) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function getParameter (line 23) | func getParameter(key string, parameters map[string]string) string { function panicToError (line 33) | func panicToError(err *error) { function authenticate (line 47) | func authenticate(c *vaultapi.Client, authType string, params map[string... function getConfig (line 119) | func getConfig(address, cert, key, caCert string) (*vaultapi.Config, err... function New (line 152) | func New(address, authType string, params map[string]string) (*Client, e... function isKV (line 210) | func isKV(data map[string]interface{}) (string, bool) { function flatten (line 222) | func flatten(key string, value interface{}, vars map[string]string) { function walkTree (line 239) | func walkTree(c *Client, key string, branches map[string]bool) error { FILE: backends/zookeeper/client.go type Client (line 13) | type Client struct method GetValues (line 64) | func (c *Client) GetValues(keys []string) (map[string]string, error) { method watch (line 85) | func (c *Client) watch(key string, respChan chan watchResponse, cancel... method WatchPrefix (line 113) | func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex u... function NewZookeeperClient (line 17) | func NewZookeeperClient(machines []string) (*Client, error) { function nodeWalk (line 25) | func nodeWalk(prefix string, c *Client, vars map[string]string) error { type watchResponse (line 80) | type watchResponse struct FILE: confd.go function main (line 16) | func main() { FILE: config.go type Config (line 23) | type Config struct function init (line 38) | func init() { function initConfig (line 80) | func initConfig() error { function getBackendNodesFromSRV (line 171) | func getBackendNodesFromSRV(record string) ([]string, error) { function processEnv (line 187) | func processEnv() { FILE: config_test.go function TestInitConfigDefaultConfig (line 10) | func TestInitConfigDefaultConfig(t *testing.T) { FILE: integration/ssm/main.go function handler (line 16) | func handler(w http.ResponseWriter, r *http.Request) { function main (line 90) | func main() { FILE: integration/zookeeper/main.go function check (line 13) | func check(e error) { function zk_write (line 19) | func zk_write(k string, v string, c *zk.Conn) { function parsejson (line 33) | func parsejson(prefix string, x interface{}, c *zk.Conn) { function main (line 55) | func main() { FILE: log/log.go type ConfdFormatter (line 19) | type ConfdFormatter struct method Format (line 22) | func (c *ConfdFormatter) Format(entry *log.Entry) ([]byte, error) { function init (line 32) | func init() { function SetTag (line 38) | func SetTag(t string) { function SetLevel (line 43) | func SetLevel(level string) { function Debug (line 52) | func Debug(format string, v ...interface{}) { function Error (line 57) | func Error(format string, v ...interface{}) { function Fatal (line 62) | func Fatal(format string, v ...interface{}) { function Info (line 67) | func Info(format string, v ...interface{}) { function Warning (line 72) | func Warning(format string, v ...interface{}) { FILE: resource/template/processor.go type Processor (line 12) | type Processor interface function Process (line 16) | func Process(config Config) error { function process (line 24) | func process(ts []*TemplateResource) error { type intervalProcessor (line 35) | type intervalProcessor struct method Process (line 47) | func (p *intervalProcessor) Process() { function IntervalProcessor (line 43) | func IntervalProcessor(config Config, stopChan, doneChan chan bool, errC... type watchProcessor (line 65) | type watchProcessor struct method Process (line 78) | func (p *watchProcessor) Process() { method monitorPrefix (line 93) | func (p *watchProcessor) monitorPrefix(t *TemplateResource) { function WatchProcessor (line 73) | func WatchProcessor(config Config, stopChan, doneChan chan bool, errChan... function getTemplateResources (line 111) | func getTemplateResources(config Config) ([]*TemplateResource, error) { FILE: resource/template/resource.go type Config (line 24) | type Config struct type TemplateResourceConfig (line 36) | type TemplateResourceConfig struct type TemplateResource (line 41) | type TemplateResource struct method setVars (line 115) | func (t *TemplateResource) setVars() error { method createStageFile (line 138) | func (t *TemplateResource) createStageFile() error { method sync (line 178) | func (t *TemplateResource) sync() error { method check (line 242) | func (t *TemplateResource) check() error { method reload (line 258) | func (t *TemplateResource) reload() error { method process (line 289) | func (t *TemplateResource) process() error { method setFileMode (line 306) | func (t *TemplateResource) setFileMode() error { function NewTemplateResource (line 66) | func NewTemplateResource(path string, config Config) (*TemplateResource,... function runCommand (line 266) | func runCommand(cmd string) error { FILE: resource/template/resource_test.go function createTempDirs (line 18) | func createTempDirs() (string, error) { function TestProcessTemplateResources (line 43) | func TestProcessTemplateResources(t *testing.T) { FILE: resource/template/template_funcs.go function newFuncMap (line 20) | func newFuncMap() map[string]interface{} { function addFuncs (line 57) | func addFuncs(out, in map[string]interface{}) { function Seq (line 65) | func Seq(first, last int) []int { type byLengthKV (line 73) | type byLengthKV method Len (line 75) | func (s byLengthKV) Len() int { method Swap (line 79) | func (s byLengthKV) Swap(i, j int) { method Less (line 83) | func (s byLengthKV) Less(i, j int) bool { function SortKVByLength (line 87) | func SortKVByLength(values []memkv.KVPair) []memkv.KVPair { type byLength (line 92) | type byLength method Len (line 94) | func (s byLength) Len() int { method Swap (line 97) | func (s byLength) Swap(i, j int) { method Less (line 100) | func (s byLength) Less(i, j int) bool { function SortByLength (line 104) | func SortByLength(values []string) []string { function Reverse (line 111) | func Reverse(values interface{}) interface{} { function Getenv (line 130) | func Getenv(key string, v ...string) string { function CreateMap (line 145) | func CreateMap(values ...interface{}) (map[string]interface{}, error) { function UnmarshalJsonObject (line 160) | func UnmarshalJsonObject(data string) (map[string]interface{}, error) { function UnmarshalJsonArray (line 166) | func UnmarshalJsonArray(data string) ([]interface{}, error) { function LookupIP (line 172) | func LookupIP(data string) []string { function LookupIPV6 (line 187) | func LookupIPV6(data string) []string { function LookupIPV4 (line 197) | func LookupIPV4(data string) []string { type sortSRV (line 207) | type sortSRV method Len (line 209) | func (s sortSRV) Len() int { method Swap (line 213) | func (s sortSRV) Swap(i, j int) { method Less (line 217) | func (s sortSRV) Less(i, j int) bool { function LookupSRV (line 223) | func LookupSRV(service, proto, name string) []*net.SRV { function Base64Encode (line 232) | func Base64Encode(data string) string { function Base64Decode (line 236) | func Base64Decode(data string) (string, error) { FILE: resource/template/template_test.go constant tomlFilePath (line 13) | tomlFilePath = "test/confd/config.toml" constant tmplFilePath (line 14) | tmplFilePath = "test/templates/test.conf.tmpl" type templateTest (line 17) | type templateTest struct function TestTemplates (line 548) | func TestTemplates(t *testing.T) { function ExecuteTestTemplate (line 557) | func ExecuteTestTemplate(tt templateTest, t *testing.T) { function setupDirectoriesAndFiles (line 593) | func setupDirectoriesAndFiles(tt templateTest, t *testing.T) { function templateResource (line 615) | func templateResource() (*TemplateResource, error) { FILE: util/filestat_posix.go function FileStat (line 15) | func FileStat(name string) (fi FileInfo, err error) { FILE: util/filestat_windows.go function FileStat (line 12) | func FileStat(name string) (fi FileInfo, err error) { FILE: util/util.go type Nodes (line 12) | type Nodes method String (line 15) | func (n *Nodes) String() string { method Set (line 20) | func (n *Nodes) Set(node string) error { type FileInfo (line 26) | type FileInfo struct function AppendPrefix (line 33) | func AppendPrefix(prefix string, keys []string) []string { function IsFileExist (line 42) | func IsFileExist(fpath string) bool { function IsConfigChanged (line 53) | func IsConfigChanged(src, dest string) (bool, error) { function IsDirectory (line 83) | func IsDirectory(path string) (bool, error) { function RecursiveFilesLookup (line 97) | func RecursiveFilesLookup(root string, pattern string) ([]string, error) { function RecursiveDirsLookup (line 101) | func RecursiveDirsLookup(root string, pattern string) ([]string, error) { function recursiveLookup (line 105) | func recursiveLookup(root string, pattern string, dirsLookup bool) ([]st... FILE: util/util_test.go function createDirStructure (line 30) | func createDirStructure() (rootDir string, err error) { function TestRecursiveFilesLookup (line 99) | func TestRecursiveFilesLookup(t *testing.T) { function TestIsConfigChangedTrue (line 128) | func TestIsConfigChangedTrue(t *testing.T) { function TestIsConfigChangedFalse (line 157) | func TestIsConfigChangedFalse(t *testing.T) { 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/armon/go-metrics/const_unix.go constant DefaultSignal (line 11) | DefaultSignal = syscall.SIGUSR1 FILE: vendor/github.com/armon/go-metrics/const_windows.go constant DefaultSignal (line 12) | DefaultSignal = syscall.Signal(21) FILE: vendor/github.com/armon/go-metrics/inmem.go type InmemSink (line 18) | type InmemSink struct method SetGauge (line 164) | func (i *InmemSink) SetGauge(key []string, val float32) { method SetGaugeWithLabels (line 168) | func (i *InmemSink) SetGaugeWithLabels(key []string, val float32, labe... method EmitKey (line 177) | func (i *InmemSink) EmitKey(key []string, val float32) { method IncrCounter (line 187) | func (i *InmemSink) IncrCounter(key []string, val float32) { method IncrCounterWithLabels (line 191) | func (i *InmemSink) IncrCounterWithLabels(key []string, val float32, l... method AddSample (line 210) | func (i *InmemSink) AddSample(key []string, val float32) { method AddSampleWithLabels (line 214) | func (i *InmemSink) AddSampleWithLabels(key []string, val float32, lab... method Data (line 235) | func (i *InmemSink) Data() []*IntervalMetrics { method getInterval (line 281) | func (i *InmemSink) getInterval() *IntervalMetrics { method flattenKey (line 319) | func (i *InmemSink) flattenKey(parts []string) string { method flattenKeyLabels (line 330) | func (i *InmemSink) flattenKeyLabels(parts []string, labels []Label) (... type IntervalMetrics (line 38) | type IntervalMetrics struct function NewIntervalMetrics (line 65) | func NewIntervalMetrics(intv time.Time) *IntervalMetrics { type AggregateSample (line 78) | type AggregateSample struct method Stddev (line 89) | func (a *AggregateSample) Stddev() float64 { method Mean (line 99) | func (a *AggregateSample) Mean() float64 { method Ingest (line 107) | func (a *AggregateSample) Ingest(v float64, rateDenom float64) { method String (line 121) | func (a *AggregateSample) String() string { function NewInmemSinkFromURL (line 134) | func NewInmemSinkFromURL(u *url.URL) (MetricSink, error) { function NewInmemSink (line 152) | func NewInmemSink(interval, retain time.Duration) *InmemSink { FILE: vendor/github.com/armon/go-metrics/inmem_endpoint.go type MetricsSummary (line 12) | type MetricsSummary struct type GaugeValue (line 20) | type GaugeValue struct type PointValue (line 29) | type PointValue struct type SampledValue (line 34) | type SampledValue struct method deepCopy (line 46) | func (source *SampledValue) deepCopy() SampledValue { method DisplayMetrics (line 56) | func (i *InmemSink) DisplayMetrics(resp http.ResponseWriter, req *http.R... function newMetricSummaryFromInterval (line 75) | func newMetricSummaryFromInterval(interval *IntervalMetrics) MetricsSumm... function formatSamples (line 114) | func formatSamples(source map[string]SampledValue) []SampledValue { type Encoder (line 138) | type Encoder interface method Stream (line 145) | func (i *InmemSink) Stream(ctx context.Context, encoder Encoder) { FILE: vendor/github.com/armon/go-metrics/inmem_signal.go type InmemSignal (line 16) | type InmemSignal struct method Stop (line 49) | func (i *InmemSignal) Stop() { method run (line 62) | func (i *InmemSignal) run() { method dumpStats (line 74) | func (i *InmemSignal) dumpStats() { method flattenLabels (line 107) | func (i *InmemSignal) flattenLabels(name string, labels []Label) string { function NewInmemSignal (line 29) | func NewInmemSignal(inmem *InmemSink, sig syscall.Signal, w io.Writer) *... function DefaultInmemSignal (line 44) | func DefaultInmemSignal(inmem *InmemSink) *InmemSignal { FILE: vendor/github.com/armon/go-metrics/metrics.go type Label (line 11) | type Label struct method SetGauge (line 16) | func (m *Metrics) SetGauge(key []string, val float32) { method SetGaugeWithLabels (line 20) | func (m *Metrics) SetGaugeWithLabels(key []string, val float32, labels [... method EmitKey (line 45) | func (m *Metrics) EmitKey(key []string, val float32) { method IncrCounter (line 59) | func (m *Metrics) IncrCounter(key []string, val float32) { method IncrCounterWithLabels (line 63) | func (m *Metrics) IncrCounterWithLabels(key []string, val float32, label... method AddSample (line 84) | func (m *Metrics) AddSample(key []string, val float32) { method AddSampleWithLabels (line 88) | func (m *Metrics) AddSampleWithLabels(key []string, val float32, labels ... method MeasureSince (line 109) | func (m *Metrics) MeasureSince(key []string, start time.Time) { method MeasureSinceWithLabels (line 113) | func (m *Metrics) MeasureSinceWithLabels(key []string, start time.Time, ... method UpdateFilter (line 138) | func (m *Metrics) UpdateFilter(allow, block []string) { method UpdateFilterAndLabels (line 143) | func (m *Metrics) UpdateFilterAndLabels(allow, block, allowedLabels, blo... method Shutdown (line 175) | func (m *Metrics) Shutdown() { method labelIsAllowed (line 183) | func (m *Metrics) labelIsAllowed(label *Label) bool { method filterLabels (line 202) | func (m *Metrics) filterLabels(labels []Label) []Label { method allowMetric (line 217) | func (m *Metrics) allowMetric(key []string, labels []Label) (bool, []Lab... method collectStats (line 234) | func (m *Metrics) collectStats() { method EmitRuntimeStats (line 242) | func (m *Metrics) EmitRuntimeStats() { function insert (line 281) | func insert(i int, v string, s []string) []string { FILE: vendor/github.com/armon/go-metrics/sink.go type MetricSink (line 10) | type MetricSink interface type ShutdownSink (line 27) | type ShutdownSink interface type BlackholeSink (line 37) | type BlackholeSink struct method SetGauge (line 39) | func (*BlackholeSink) SetGauge(key []string, val float32) ... method SetGaugeWithLabels (line 40) | func (*BlackholeSink) SetGaugeWithLabels(key []string, val float32, la... method EmitKey (line 41) | func (*BlackholeSink) EmitKey(key []string, val float32) ... method IncrCounter (line 42) | func (*BlackholeSink) IncrCounter(key []string, val float32) ... method IncrCounterWithLabels (line 43) | func (*BlackholeSink) IncrCounterWithLabels(key []string, val float32,... method AddSample (line 44) | func (*BlackholeSink) AddSample(key []string, val float32) ... method AddSampleWithLabels (line 45) | func (*BlackholeSink) AddSampleWithLabels(key []string, val float32, l... type FanoutSink (line 48) | type FanoutSink method SetGauge (line 50) | func (fh FanoutSink) SetGauge(key []string, val float32) { method SetGaugeWithLabels (line 54) | func (fh FanoutSink) SetGaugeWithLabels(key []string, val float32, lab... method EmitKey (line 60) | func (fh FanoutSink) EmitKey(key []string, val float32) { method IncrCounter (line 66) | func (fh FanoutSink) IncrCounter(key []string, val float32) { method IncrCounterWithLabels (line 70) | func (fh FanoutSink) IncrCounterWithLabels(key []string, val float32, ... method AddSample (line 76) | func (fh FanoutSink) AddSample(key []string, val float32) { method AddSampleWithLabels (line 80) | func (fh FanoutSink) AddSampleWithLabels(key []string, val float32, la... method Shutdown (line 86) | func (fh FanoutSink) Shutdown() { type sinkURLFactoryFunc (line 96) | type sinkURLFactoryFunc function NewMetricSinkFromURL (line 119) | func NewMetricSinkFromURL(urlStr string) (MetricSink, error) { FILE: vendor/github.com/armon/go-metrics/start.go type Config (line 13) | type Config struct type Metrics (line 33) | type Metrics struct function init (line 46) | func init() { function Default (line 52) | func Default() *Metrics { function DefaultConfig (line 57) | func DefaultConfig(serviceName string) *Config { function New (line 76) | func New(conf *Config, sink MetricSink) (*Metrics, error) { function NewGlobal (line 91) | func NewGlobal(conf *Config, sink MetricSink) (*Metrics, error) { function SetGauge (line 100) | func SetGauge(key []string, val float32) { function SetGaugeWithLabels (line 104) | func SetGaugeWithLabels(key []string, val float32, labels []Label) { function EmitKey (line 108) | func EmitKey(key []string, val float32) { function IncrCounter (line 112) | func IncrCounter(key []string, val float32) { function IncrCounterWithLabels (line 116) | func IncrCounterWithLabels(key []string, val float32, labels []Label) { function AddSample (line 120) | func AddSample(key []string, val float32) { function AddSampleWithLabels (line 124) | func AddSampleWithLabels(key []string, val float32, labels []Label) { function MeasureSince (line 128) | func MeasureSince(key []string, start time.Time) { function MeasureSinceWithLabels (line 132) | func MeasureSinceWithLabels(key []string, start time.Time, labels []Labe... function UpdateFilter (line 136) | func UpdateFilter(allow, block []string) { function UpdateFilterAndLabels (line 144) | func UpdateFilterAndLabels(allow, block, allowedLabels, blockedLabels []... function Shutdown (line 151) | func Shutdown() { FILE: vendor/github.com/armon/go-metrics/statsd.go constant statsdMaxLen (line 16) | statsdMaxLen = 1400 type StatsdSink (line 22) | type StatsdSink struct method Shutdown (line 44) | func (s *StatsdSink) Shutdown() { method SetGauge (line 48) | func (s *StatsdSink) SetGauge(key []string, val float32) { method SetGaugeWithLabels (line 53) | func (s *StatsdSink) SetGaugeWithLabels(key []string, val float32, lab... method EmitKey (line 58) | func (s *StatsdSink) EmitKey(key []string, val float32) { method IncrCounter (line 63) | func (s *StatsdSink) IncrCounter(key []string, val float32) { method IncrCounterWithLabels (line 68) | func (s *StatsdSink) IncrCounterWithLabels(key []string, val float32, ... method AddSample (line 73) | func (s *StatsdSink) AddSample(key []string, val float32) { method AddSampleWithLabels (line 78) | func (s *StatsdSink) AddSampleWithLabels(key []string, val float32, la... method flattenKey (line 84) | func (s *StatsdSink) flattenKey(parts []string) string { method flattenKeyLabels (line 99) | func (s *StatsdSink) flattenKeyLabels(parts []string, labels []Label) ... method pushMetric (line 107) | func (s *StatsdSink) pushMetric(m string) { method flushMetrics (line 115) | func (s *StatsdSink) flushMetrics() { function NewStatsdSinkFromURL (line 29) | func NewStatsdSinkFromURL(u *url.URL) (MetricSink, error) { function NewStatsdSink (line 34) | func NewStatsdSink(addr string) (*StatsdSink, error) { FILE: vendor/github.com/armon/go-metrics/statsite.go constant flushInterval (line 17) | flushInterval = 100 * time.Millisecond function NewStatsiteSinkFromURL (line 22) | func NewStatsiteSinkFromURL(u *url.URL) (MetricSink, error) { type StatsiteSink (line 28) | type StatsiteSink struct method Shutdown (line 44) | func (s *StatsiteSink) Shutdown() { method SetGauge (line 48) | func (s *StatsiteSink) SetGauge(key []string, val float32) { method SetGaugeWithLabels (line 53) | func (s *StatsiteSink) SetGaugeWithLabels(key []string, val float32, l... method EmitKey (line 58) | func (s *StatsiteSink) EmitKey(key []string, val float32) { method IncrCounter (line 63) | func (s *StatsiteSink) IncrCounter(key []string, val float32) { method IncrCounterWithLabels (line 68) | func (s *StatsiteSink) IncrCounterWithLabels(key []string, val float32... method AddSample (line 73) | func (s *StatsiteSink) AddSample(key []string, val float32) { method AddSampleWithLabels (line 78) | func (s *StatsiteSink) AddSampleWithLabels(key []string, val float32, ... method flattenKey (line 84) | func (s *StatsiteSink) flattenKey(parts []string) string { method flattenKeyLabels (line 99) | func (s *StatsiteSink) flattenKeyLabels(parts []string, labels []Label... method pushMetric (line 107) | func (s *StatsiteSink) pushMetric(m string) { method flushMetrics (line 115) | func (s *StatsiteSink) flushMetrics() { function NewStatsiteSink (line 34) | func NewStatsiteSink(addr string) (*StatsiteSink, error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/auth/bearer/token.go type Token (line 9) | type Token struct method Expired (line 18) | func (t Token) Expired(now time.Time) bool { type TokenProvider (line 27) | type TokenProvider interface type TokenProviderFunc (line 33) | type TokenProviderFunc method RetrieveBearerToken (line 37) | func (fn TokenProviderFunc) RetrieveBearerToken(ctx aws.Context) (Toke... type StaticTokenProvider (line 43) | type StaticTokenProvider struct method RetrieveBearerToken (line 48) | func (s StaticTokenProvider) RetrieveBearerToken(aws.Context) (Token, ... FILE: vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go type Error (line 31) | type Error interface type BatchError (line 51) | type BatchError interface type BatchedErrors (line 70) | type BatchedErrors interface function New (line 82) | func New(code, message string, origErr error) Error { function NewBatchError (line 92) | func NewBatchError(code, message string, errs []error) BatchedErrors { type RequestFailure (line 129) | type RequestFailure interface function NewRequestFailure (line 147) | func NewRequestFailure(err Error, statusCode int, reqID string) RequestF... type UnmarshalError (line 152) | type UnmarshalError interface function NewUnmarshalError (line 159) | func NewUnmarshalError(err error, msg string, bytes []byte) UnmarshalErr... FILE: vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go function SprintError (line 12) | func SprintError(code, message, extra string, origErr error) string { type baseError (line 28) | type baseError struct method Error (line 65) | func (b baseError) Error() string { method String (line 76) | func (b baseError) String() string { method Code (line 81) | func (b baseError) Code() string { method Message (line 86) | func (b baseError) Message() string { method OrigErr (line 93) | func (b baseError) OrigErr() error { method OrigErrs (line 110) | func (b baseError) OrigErrs() []error { function newBaseError (line 50) | func newBaseError(code, message string, origErrs []error) *baseError { type awsError (line 116) | type awsError type requestError (line 121) | type requestError struct method Error (line 146) | func (r requestError) Error() string { method String (line 154) | func (r requestError) String() string { method StatusCode (line 159) | func (r requestError) StatusCode() int { method RequestID (line 164) | func (r requestError) RequestID() string { method OrigErrs (line 170) | func (r requestError) OrigErrs() []error { function newRequestError (line 136) | func newRequestError(err Error, statusCode int, requestID string) *reque... type unmarshalError (line 177) | type unmarshalError struct method Error (line 184) | func (e unmarshalError) Error() string { method String (line 191) | func (e unmarshalError) String() string { method Bytes (line 196) | func (e unmarshalError) Bytes() []byte { type errorList (line 201) | type errorList method Error (line 206) | func (e errorList) Error() string { FILE: vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go function Copy (line 15) | func Copy(dst, src interface{}) { function CopyOf (line 26) | func CopyOf(src interface{}) (dst interface{}) { function rcopy (line 37) | func rcopy(dst, src reflect.Value, root bool) { FILE: vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go function DeepEqual (line 13) | func DeepEqual(a, b interface{}) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go function rValuesAtPath (line 16) | func rValuesAtPath(v interface{}, path string, createPath, caseSensitive... function ValuesAtPath (line 158) | func ValuesAtPath(i interface{}, path string) ([]interface{}, error) { function SetValueAtPath (line 187) | func SetValueAtPath(i interface{}, path string, v interface{}) { function setValue (line 197) | func setValue(dstVal reflect.Value, src interface{}) { FILE: vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go function Prettify (line 12) | func Prettify(i interface{}) string { function prettify (line 20) | func prettify(v reflect.Value, indent int, buf *bytes.Buffer) { FILE: vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go function StringValue (line 13) | func StringValue(i interface{}) string { function stringValue (line 19) | func stringValue(v reflect.Value, indent int, buf *bytes.Buffer) { FILE: vendor/github.com/aws/aws-sdk-go/aws/client/client.go type Config (line 12) | type Config struct type ConfigProvider (line 30) | type ConfigProvider interface type ConfigNoResolveEndpointProvider (line 37) | type ConfigNoResolveEndpointProvider interface type Client (line 43) | type Client struct method NewRequest (line 85) | func (c *Client) NewRequest(operation *request.Operation, params inter... method AddDebugHandlers (line 91) | func (c *Client) AddDebugHandlers() { function New (line 52) | func New(cfg aws.Config, info metadata.ClientInfo, handlers request.Hand... FILE: vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go type DefaultRetryer (line 16) | type DefaultRetryer struct method MaxRetries (line 57) | func (d DefaultRetryer) MaxRetries() int { method setRetryerDefaults (line 62) | func (d *DefaultRetryer) setRetryerDefaults() { method RetryRules (line 78) | func (d DefaultRetryer) RetryRules(r *request.Request) time.Duration { method ShouldRetry (line 131) | func (d DefaultRetryer) ShouldRetry(r *request.Request) bool { constant DefaultRetryerMaxNumRetries (line 40) | DefaultRetryerMaxNumRetries = 3 constant DefaultRetryerMinRetryDelay (line 43) | DefaultRetryerMinRetryDelay = 30 * time.Millisecond constant DefaultRetryerMinThrottleDelay (line 46) | DefaultRetryerMinThrottleDelay = 500 * time.Millisecond constant DefaultRetryerMaxRetryDelay (line 49) | DefaultRetryerMaxRetryDelay = 300 * time.Second constant DefaultRetryerMaxThrottleDelay (line 52) | DefaultRetryerMaxThrottleDelay = 300 * time.Second function getJitterDelay (line 126) | func getJitterDelay(duration time.Duration) time.Duration { function getRetryAfterDelay (line 148) | func getRetryAfterDelay(r *request.Request) (time.Duration, bool) { function canUseRetryAfterHeader (line 168) | func canUseRetryAfterHeader(r *request.Request) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/client/logger.go constant logReqMsg (line 14) | logReqMsg = `DEBUG: Request %s/%s Details: constant logReqErrMsg (line 19) | logReqErrMsg = `DEBUG ERROR: Request %s/%s: type logWriter (line 24) | type logWriter struct method Write (line 31) | func (logger *logWriter) Write(b []byte) (int, error) { type teeReaderCloser (line 35) | type teeReaderCloser struct method Close (line 43) | func (reader *teeReaderCloser) Close() error { function logRequest (line 55) | func logRequest(r *request.Request) { function logRequestHeader (line 96) | func logRequestHeader(r *request.Request) { constant logRespMsg (line 112) | logRespMsg = `DEBUG: Response %s/%s Details: constant logRespErrMsg (line 117) | logRespErrMsg = `DEBUG ERROR: Response %s/%s: function logResponse (line 130) | func logResponse(r *request.Request) { function logResponseHeader (line 192) | func logResponseHeader(r *request.Request) { FILE: vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go type ClientInfo (line 4) | type ClientInfo struct FILE: vendor/github.com/aws/aws-sdk-go/aws/client/no_op_retryer.go type NoOpRetryer (line 11) | type NoOpRetryer struct method MaxRetries (line 15) | func (d NoOpRetryer) MaxRetries() int { method ShouldRetry (line 20) | func (d NoOpRetryer) ShouldRetry(_ *request.Request) bool { method RetryRules (line 26) | func (d NoOpRetryer) RetryRules(_ *request.Request) time.Duration { FILE: vendor/github.com/aws/aws-sdk-go/aws/config.go constant UseServiceDefaultRetries (line 14) | UseServiceDefaultRetries = -1 type RequestRetryer (line 18) | type RequestRetryer interface type Config (line 33) | type Config struct method WithCredentialsChainVerboseErrors (line 319) | func (c *Config) WithCredentialsChainVerboseErrors(verboseErrs bool) *... method WithCredentials (line 326) | func (c *Config) WithCredentials(creds *credentials.Credentials) *Conf... method WithEndpoint (line 333) | func (c *Config) WithEndpoint(endpoint string) *Config { method WithEndpointResolver (line 340) | func (c *Config) WithEndpointResolver(resolver endpoints.Resolver) *Co... method WithRegion (line 347) | func (c *Config) WithRegion(region string) *Config { method WithDisableSSL (line 354) | func (c *Config) WithDisableSSL(disable bool) *Config { method WithHTTPClient (line 361) | func (c *Config) WithHTTPClient(client *http.Client) *Config { method WithMaxRetries (line 368) | func (c *Config) WithMaxRetries(max int) *Config { method WithDisableParamValidation (line 375) | func (c *Config) WithDisableParamValidation(disable bool) *Config { method WithDisableComputeChecksums (line 382) | func (c *Config) WithDisableComputeChecksums(disable bool) *Config { method WithLogLevel (line 389) | func (c *Config) WithLogLevel(level LogLevelType) *Config { method WithLogger (line 396) | func (c *Config) WithLogger(logger Logger) *Config { method WithS3ForcePathStyle (line 403) | func (c *Config) WithS3ForcePathStyle(force bool) *Config { method WithS3Disable100Continue (line 410) | func (c *Config) WithS3Disable100Continue(disable bool) *Config { method WithS3UseAccelerate (line 417) | func (c *Config) WithS3UseAccelerate(enable bool) *Config { method WithS3DisableContentMD5Validation (line 425) | func (c *Config) WithS3DisableContentMD5Validation(enable bool) *Config { method WithS3UseARNRegion (line 433) | func (c *Config) WithS3UseARNRegion(enable bool) *Config { method WithUseDualStack (line 440) | func (c *Config) WithUseDualStack(enable bool) *Config { method WithEC2MetadataDisableTimeoutOverride (line 447) | func (c *Config) WithEC2MetadataDisableTimeoutOverride(enable bool) *C... method WithEC2MetadataEnableFallback (line 454) | func (c *Config) WithEC2MetadataEnableFallback(v bool) *Config { method WithSleepDelay (line 461) | func (c *Config) WithSleepDelay(fn func(time.Duration)) *Config { method WithEndpointDiscovery (line 467) | func (c *Config) WithEndpointDiscovery(t bool) *Config { method WithDisableEndpointHostPrefix (line 474) | func (c *Config) WithDisableEndpointHostPrefix(t bool) *Config { method WithSTSRegionalEndpoint (line 481) | func (c *Config) WithSTSRegionalEndpoint(sre endpoints.STSRegionalEndp... method WithS3UsEast1RegionalEndpoint (line 488) | func (c *Config) WithS3UsEast1RegionalEndpoint(sre endpoints.S3UsEast1... method WithLowerCaseHeaderMaps (line 495) | func (c *Config) WithLowerCaseHeaderMaps(t bool) *Config { method WithDisableRestProtocolURICleaning (line 502) | func (c *Config) WithDisableRestProtocolURICleaning(t bool) *Config { method MergeIn (line 508) | func (c *Config) MergeIn(cfgs ...*Config) { method Copy (line 650) | func (c *Config) Copy(cfgs ...*Config) *Config { function NewConfig (line 313) | func NewConfig() *Config { function mergeInConfig (line 514) | func mergeInConfig(dst *Config, other *Config) { FILE: vendor/github.com/aws/aws-sdk-go/aws/context_1_5.go type Context (line 13) | type Context interface FILE: vendor/github.com/aws/aws-sdk-go/aws/context_background_1_5.go function BackgroundContext (line 21) | func BackgroundContext() Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go function BackgroundContext (line 19) | func BackgroundContext() Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/context_sleep.go function SleepWithContext (line 12) | func SleepWithContext(ctx Context, dur time.Duration) error { FILE: vendor/github.com/aws/aws-sdk-go/aws/convert_types.go function String (line 6) | func String(v string) *string { function StringValue (line 12) | func StringValue(v *string) string { function StringSlice (line 21) | func StringSlice(src []string) []*string { function StringValueSlice (line 31) | func StringValueSlice(src []*string) []string { function StringMap (line 43) | func StringMap(src map[string]string) map[string]*string { function StringValueMap (line 54) | func StringValueMap(src map[string]*string) map[string]string { function Bool (line 65) | func Bool(v bool) *bool { function BoolValue (line 71) | func BoolValue(v *bool) bool { function BoolSlice (line 80) | func BoolSlice(src []bool) []*bool { function BoolValueSlice (line 90) | func BoolValueSlice(src []*bool) []bool { function BoolMap (line 102) | func BoolMap(src map[string]bool) map[string]*bool { function BoolValueMap (line 113) | func BoolValueMap(src map[string]*bool) map[string]bool { function Int (line 124) | func Int(v int) *int { function IntValue (line 130) | func IntValue(v *int) int { function IntSlice (line 139) | func IntSlice(src []int) []*int { function IntValueSlice (line 149) | func IntValueSlice(src []*int) []int { function IntMap (line 161) | func IntMap(src map[string]int) map[string]*int { function IntValueMap (line 172) | func IntValueMap(src map[string]*int) map[string]int { function Uint (line 183) | func Uint(v uint) *uint { function UintValue (line 189) | func UintValue(v *uint) uint { function UintSlice (line 198) | func UintSlice(src []uint) []*uint { function UintValueSlice (line 208) | func UintValueSlice(src []*uint) []uint { function UintMap (line 220) | func UintMap(src map[string]uint) map[string]*uint { function UintValueMap (line 231) | func UintValueMap(src map[string]*uint) map[string]uint { function Int8 (line 242) | func Int8(v int8) *int8 { function Int8Value (line 248) | func Int8Value(v *int8) int8 { function Int8Slice (line 257) | func Int8Slice(src []int8) []*int8 { function Int8ValueSlice (line 267) | func Int8ValueSlice(src []*int8) []int8 { function Int8Map (line 279) | func Int8Map(src map[string]int8) map[string]*int8 { function Int8ValueMap (line 290) | func Int8ValueMap(src map[string]*int8) map[string]int8 { function Int16 (line 301) | func Int16(v int16) *int16 { function Int16Value (line 307) | func Int16Value(v *int16) int16 { function Int16Slice (line 316) | func Int16Slice(src []int16) []*int16 { function Int16ValueSlice (line 326) | func Int16ValueSlice(src []*int16) []int16 { function Int16Map (line 338) | func Int16Map(src map[string]int16) map[string]*int16 { function Int16ValueMap (line 349) | func Int16ValueMap(src map[string]*int16) map[string]int16 { function Int32 (line 360) | func Int32(v int32) *int32 { function Int32Value (line 366) | func Int32Value(v *int32) int32 { function Int32Slice (line 375) | func Int32Slice(src []int32) []*int32 { function Int32ValueSlice (line 385) | func Int32ValueSlice(src []*int32) []int32 { function Int32Map (line 397) | func Int32Map(src map[string]int32) map[string]*int32 { function Int32ValueMap (line 408) | func Int32ValueMap(src map[string]*int32) map[string]int32 { function Int64 (line 419) | func Int64(v int64) *int64 { function Int64Value (line 425) | func Int64Value(v *int64) int64 { function Int64Slice (line 434) | func Int64Slice(src []int64) []*int64 { function Int64ValueSlice (line 444) | func Int64ValueSlice(src []*int64) []int64 { function Int64Map (line 456) | func Int64Map(src map[string]int64) map[string]*int64 { function Int64ValueMap (line 467) | func Int64ValueMap(src map[string]*int64) map[string]int64 { function Uint8 (line 478) | func Uint8(v uint8) *uint8 { function Uint8Value (line 484) | func Uint8Value(v *uint8) uint8 { function Uint8Slice (line 493) | func Uint8Slice(src []uint8) []*uint8 { function Uint8ValueSlice (line 503) | func Uint8ValueSlice(src []*uint8) []uint8 { function Uint8Map (line 515) | func Uint8Map(src map[string]uint8) map[string]*uint8 { function Uint8ValueMap (line 526) | func Uint8ValueMap(src map[string]*uint8) map[string]uint8 { function Uint16 (line 537) | func Uint16(v uint16) *uint16 { function Uint16Value (line 543) | func Uint16Value(v *uint16) uint16 { function Uint16Slice (line 552) | func Uint16Slice(src []uint16) []*uint16 { function Uint16ValueSlice (line 562) | func Uint16ValueSlice(src []*uint16) []uint16 { function Uint16Map (line 574) | func Uint16Map(src map[string]uint16) map[string]*uint16 { function Uint16ValueMap (line 585) | func Uint16ValueMap(src map[string]*uint16) map[string]uint16 { function Uint32 (line 596) | func Uint32(v uint32) *uint32 { function Uint32Value (line 602) | func Uint32Value(v *uint32) uint32 { function Uint32Slice (line 611) | func Uint32Slice(src []uint32) []*uint32 { function Uint32ValueSlice (line 621) | func Uint32ValueSlice(src []*uint32) []uint32 { function Uint32Map (line 633) | func Uint32Map(src map[string]uint32) map[string]*uint32 { function Uint32ValueMap (line 644) | func Uint32ValueMap(src map[string]*uint32) map[string]uint32 { function Uint64 (line 655) | func Uint64(v uint64) *uint64 { function Uint64Value (line 661) | func Uint64Value(v *uint64) uint64 { function Uint64Slice (line 670) | func Uint64Slice(src []uint64) []*uint64 { function Uint64ValueSlice (line 680) | func Uint64ValueSlice(src []*uint64) []uint64 { function Uint64Map (line 692) | func Uint64Map(src map[string]uint64) map[string]*uint64 { function Uint64ValueMap (line 703) | func Uint64ValueMap(src map[string]*uint64) map[string]uint64 { function Float32 (line 714) | func Float32(v float32) *float32 { function Float32Value (line 720) | func Float32Value(v *float32) float32 { function Float32Slice (line 729) | func Float32Slice(src []float32) []*float32 { function Float32ValueSlice (line 739) | func Float32ValueSlice(src []*float32) []float32 { function Float32Map (line 751) | func Float32Map(src map[string]float32) map[string]*float32 { function Float32ValueMap (line 762) | func Float32ValueMap(src map[string]*float32) map[string]float32 { function Float64 (line 773) | func Float64(v float64) *float64 { function Float64Value (line 779) | func Float64Value(v *float64) float64 { function Float64Slice (line 788) | func Float64Slice(src []float64) []*float64 { function Float64ValueSlice (line 798) | func Float64ValueSlice(src []*float64) []float64 { function Float64Map (line 810) | func Float64Map(src map[string]float64) map[string]*float64 { function Float64ValueMap (line 821) | func Float64ValueMap(src map[string]*float64) map[string]float64 { function Time (line 832) | func Time(v time.Time) *time.Time { function TimeValue (line 838) | func TimeValue(v *time.Time) time.Time { function SecondsTimeValue (line 847) | func SecondsTimeValue(v *int64) time.Time { function MillisecondsTimeValue (line 856) | func MillisecondsTimeValue(v *int64) time.Time { function TimeUnixMilli (line 871) | func TimeUnixMilli(t time.Time) int64 { function TimeSlice (line 877) | func TimeSlice(src []time.Time) []*time.Time { function TimeValueSlice (line 887) | func TimeValueSlice(src []*time.Time) []time.Time { function TimeMap (line 899) | func TimeMap(src map[string]time.Time) map[string]*time.Time { function TimeValueMap (line 910) | func TimeValueMap(src map[string]*time.Time) map[string]time.Time { FILE: vendor/github.com/aws/aws-sdk-go/aws/corehandlers/awsinternal.go constant isAwsInternal (line 4) | isAwsInternal = "" FILE: vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go type lener (line 20) | type lener interface function sendFollowRedirects (line 119) | func sendFollowRedirects(r *request.Request) (*http.Response, error) { function sendWithoutFollowRedirects (line 123) | func sendWithoutFollowRedirects(r *request.Request) (*http.Response, err... function handleSendError (line 132) | func handleSendError(r *request.Request, err error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/corehandlers/user_agent.go constant execEnvVar (line 19) | execEnvVar = `AWS_EXECUTION_ENV` constant execEnvUAKey (line 20) | execEnvUAKey = `exec-env` FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go type ChainProvider (line 53) | type ChainProvider struct method Retrieve (line 72) | func (c *ChainProvider) Retrieve() (Value, error) { method IsExpired (line 94) | func (c *ChainProvider) IsExpired() bool { function NewChainCredentials (line 61) | func NewChainCredentials(providers []Provider) *Credentials { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.5.go function backgroundContext (line 21) | func backgroundContext() Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go function backgroundContext (line 19) | func backgroundContext() Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.5.go type Context (line 15) | type Context interface FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go type Value (line 74) | type Value struct method HasKeys (line 90) | func (v Value) HasKeys() bool { type Provider (line 100) | type Provider interface type ProviderWithContext (line 111) | type ProviderWithContext interface type Expirer (line 120) | type Expirer interface type ErrorProvider (line 128) | type ErrorProvider struct method Retrieve (line 137) | func (p ErrorProvider) Retrieve() (Value, error) { method IsExpired (line 142) | func (p ErrorProvider) IsExpired() bool { type Expiry (line 157) | type Expiry struct method SetExpiration (line 175) | func (e *Expiry) SetExpiration(expiration time.Time, window time.Durat... method IsExpired (line 185) | func (e *Expiry) IsExpired() bool { method ExpiresAt (line 194) | func (e *Expiry) ExpiresAt() time.Time { type Credentials (line 209) | type Credentials struct method GetWithContext (line 237) | func (c *Credentials) GetWithContext(ctx Context) (Value, error) { method singleRetrieve (line 266) | func (c *Credentials) singleRetrieve(ctx Context) (interface{}, error) { method Get (line 297) | func (c *Credentials) Get() (Value, error) { method Expire (line 306) | func (c *Credentials) Expire() { method IsExpired (line 318) | func (c *Credentials) IsExpired() bool { method asyncIsExpired (line 327) | func (c *Credentials) asyncIsExpired() <-chan Value { method isExpiredLocked (line 344) | func (c *Credentials) isExpiredLocked(creds interface{}) bool { method ExpiresAt (line 351) | func (c *Credentials) ExpiresAt() (time.Time, error) { function NewCredentials (line 218) | func NewCredentials(provider Provider) *Credentials { type suppressedContext (line 369) | type suppressedContext struct method Deadline (line 373) | func (s *suppressedContext) Deadline() (deadline time.Time, ok bool) { method Done (line 377) | func (s *suppressedContext) Done() <-chan struct{} { method Err (line 381) | func (s *suppressedContext) Err() error { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go constant ProviderName (line 20) | ProviderName = "EC2RoleProvider" type EC2RoleProvider (line 39) | type EC2RoleProvider struct method Retrieve (line 90) | func (m *EC2RoleProvider) Retrieve() (credentials.Value, error) { method RetrieveWithContext (line 97) | func (m *EC2RoleProvider) RetrieveWithContext(ctx credentials.Context)... function NewCredentials (line 60) | func NewCredentials(c client.ConfigProvider, options ...func(*EC2RolePro... function NewCredentialsWithClient (line 75) | func NewCredentialsWithClient(client *ec2metadata.EC2Metadata, options .... type ec2RoleCredRespBody (line 125) | type ec2RoleCredRespBody struct constant iamSecurityCredsPath (line 137) | iamSecurityCredsPath = "iam/security-credentials/" function requestCredList (line 141) | func requestCredList(ctx aws.Context, client *ec2metadata.EC2Metadata) (... function requestCred (line 165) | func requestCred(ctx aws.Context, client *ec2metadata.EC2Metadata, creds... FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go constant ProviderName (line 48) | ProviderName = `CredentialsEndpointProvider` type Provider (line 52) | type Provider struct method IsExpired (line 141) | func (p *Provider) IsExpired() bool { method Retrieve (line 150) | func (p *Provider) Retrieve() (credentials.Value, error) { method RetrieveWithContext (line 156) | func (p *Provider) RetrieveWithContext(ctx credentials.Context) (crede... method getCredentials (line 189) | func (p *Provider) getCredentials(ctx aws.Context) (*getCredentialsOut... type AuthTokenProvider (line 94) | type AuthTokenProvider interface type TokenProviderFunc (line 100) | type TokenProviderFunc method GetToken (line 103) | func (p TokenProviderFunc) GetToken() (string, error) { function NewProviderClient (line 109) | func NewProviderClient(cfg aws.Config, handlers request.Handlers, endpoi... function NewCredentialsClient (line 135) | func NewCredentialsClient(cfg aws.Config, handlers request.Handlers, end... type getCredentialsOutput (line 177) | type getCredentialsOutput struct type errorOutput (line 184) | type errorOutput struct function validateEndpointHandler (line 219) | func validateEndpointHandler(r *request.Request) { function unmarshalHandler (line 225) | func unmarshalHandler(r *request.Request) { function unmarshalError (line 237) | func unmarshalError(r *request.Request) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go constant EnvProviderName (line 10) | EnvProviderName = "EnvProvider" type EnvProvider (line 30) | type EnvProvider struct method Retrieve (line 41) | func (e *EnvProvider) Retrieve() (Value, error) { method IsExpired (line 72) | func (e *EnvProvider) IsExpired() bool { function NewEnvCredentials (line 36) | func NewEnvCredentials() *Credentials { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/processcreds/provider.go constant ProviderName (line 99) | ProviderName = `ProcessProvider` constant ErrCodeProcessProviderParse (line 102) | ErrCodeProcessProviderParse = "ProcessProviderParseError" constant ErrCodeProcessProviderVersion (line 105) | ErrCodeProcessProviderVersion = "ProcessProviderVersionError" constant ErrCodeProcessProviderRequired (line 108) | ErrCodeProcessProviderRequired = "ProcessProviderRequiredError" constant ErrCodeProcessProviderExecution (line 111) | ErrCodeProcessProviderExecution = "ProcessProviderExecutionError" constant errMsgProcessProviderTimeout (line 114) | errMsgProcessProviderTimeout = "credential process timed out" constant errMsgProcessProviderProcess (line 117) | errMsgProcessProviderProcess = "error in credential_process" constant errMsgProcessProviderParse (line 120) | errMsgProcessProviderParse = "parse failed of credential_process output" constant errMsgProcessProviderVersion (line 123) | errMsgProcessProviderVersion = "wrong version in process output (not 1)" constant errMsgProcessProviderMissKey (line 126) | errMsgProcessProviderMissKey = "missing AccessKeyId in process output" constant errMsgProcessProviderMissSecret (line 129) | errMsgProcessProviderMissSecret = "missing SecretAccessKey in process ou... constant errMsgProcessProviderPrepareCmd (line 132) | errMsgProcessProviderPrepareCmd = "failed to prepare command" constant errMsgProcessProviderEmptyCmd (line 135) | errMsgProcessProviderEmptyCmd = "command must not be empty" constant errMsgProcessProviderPipe (line 138) | errMsgProcessProviderPipe = "failed to initialize pipe" constant DefaultDuration (line 142) | DefaultDuration = time.Duration(15) * time.Minute constant DefaultBufSize (line 146) | DefaultBufSize = int(8 * sdkio.KibiByte) constant DefaultTimeout (line 149) | DefaultTimeout = time.Duration(1) * time.Minute type ProcessProvider (line 154) | type ProcessProvider struct method Retrieve (line 250) | func (p *ProcessProvider) Retrieve() (credentials.Value, error) { method IsExpired (line 302) | func (p *ProcessProvider) IsExpired() bool { method prepareCommand (line 310) | func (p *ProcessProvider) prepareCommand() error { method executeCredentialProcess (line 344) | func (p *ProcessProvider) executeCredentialProcess() ([]byte, error) { function NewCredentials (line 187) | func NewCredentials(command string, options ...func(*ProcessProvider)) *... function NewCredentialsTimeout (line 204) | func NewCredentialsTimeout(command string, timeout time.Duration) *crede... function NewCredentialsCommand (line 214) | func NewCredentialsCommand(command *exec.Cmd, options ...func(*ProcessPr... type CredentialProcessResponse (line 231) | type CredentialProcessResponse struct function appendError (line 411) | func appendError(errors []error, err error) []error { function executeCommand (line 418) | func executeCommand(cmd exec.Cmd, exec chan error) { function readInput (line 428) | func readInput(r io.Reader, w io.Writer, read chan error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go constant SharedCredsProviderName (line 13) | SharedCredsProviderName = "SharedCredentialsProvider" type SharedCredentialsProvider (line 25) | type SharedCredentialsProvider struct method Retrieve (line 54) | func (p *SharedCredentialsProvider) Retrieve() (Value, error) { method IsExpired (line 72) | func (p *SharedCredentialsProvider) IsExpired() bool { method filename (line 118) | func (p *SharedCredentialsProvider) filename() (string, error) { method profile (line 142) | func (p *SharedCredentialsProvider) profile() string { function NewSharedCredentials (line 45) | func NewSharedCredentials(filename, profile string) *Credentials { function loadProfile (line 79) | func loadProfile(filename, profile string) (Value, error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go function getHomeDirectory (line 8) | func getHomeDirectory() string { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os_windows.go function getHomeDirectory (line 5) | func getHomeDirectory() string { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/provider.go constant ErrCodeSSOProviderInvalidToken (line 23) | ErrCodeSSOProviderInvalidToken = "SSOProviderInvalidToken" constant invalidTokenMessage (line 25) | invalidTokenMessage = "the SSO session has expired or is invalid" function init (line 27) | func init() { constant ProviderName (line 35) | ProviderName = "SSOProvider" function defaultCacheLocationImpl (line 39) | func defaultCacheLocationImpl() string { type Provider (line 44) | type Provider struct method Retrieve (line 98) | func (p *Provider) Retrieve() (credentials.Value, error) { method RetrieveWithContext (line 104) | func (p *Provider) RetrieveWithContext(ctx credentials.Context) (crede... function NewCredentials (line 75) | func NewCredentials(configProvider client.ConfigProvider, accountID, rol... function NewCredentialsWithClient (line 81) | func NewCredentialsWithClient(client ssoiface.SSOAPI, accountID, roleNam... function getCachedFilePath (line 148) | func getCachedFilePath(startUrl string) (string, error) { type token (line 157) | type token struct method Expired (line 164) | func (t token) Expired() bool { function loadTokenFile (line 168) | func loadTokenFile(cachedTokenPath string) (t token, err error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/sso_cached_token.go function StandardCachedTokenFilepath (line 26) | func StandardCachedTokenFilepath(key string) (string, error) { type tokenKnownFields (line 41) | type tokenKnownFields struct type cachedToken (line 50) | type cachedToken struct method MarshalJSON (line 58) | func (t cachedToken) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 94) | func (t *cachedToken) UnmarshalJSON(b []byte) error { function setTokenFieldString (line 78) | func setTokenFieldString(fields map[string]interface{}, key, value strin... function setTokenFieldRFC3339 (line 84) | func setTokenFieldRFC3339(fields map[string]interface{}, key string, val... function getTokenFieldString (line 127) | func getTokenFieldString(v interface{}, value *string) error { function getTokenFieldRFC3339 (line 136) | func getTokenFieldRFC3339(v interface{}, value **rfc3339) error { function loadCachedToken (line 151) | func loadCachedToken(filename string) (cachedToken, error) { function storeCachedToken (line 170) | func storeCachedToken(filename string, t cachedToken, fileMode os.FileMo... function writeCacheFile (line 183) | func writeCacheFile(filename string, fileMode os.FileMode, t cachedToken... type rfc3339 (line 206) | type rfc3339 method UnmarshalJSON (line 209) | func (r *rfc3339) UnmarshalJSON(bytes []byte) error { method MarshalJSON (line 231) | func (r *rfc3339) MarshalJSON() ([]byte, error) { function parseRFC3339 (line 221) | func parseRFC3339(v string) (rfc3339, error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/token_provider.go type CreateTokenAPIClient (line 15) | type CreateTokenAPIClient interface type SSOTokenProviderOptions (line 21) | type SSOTokenProviderOptions struct type SSOTokenProvider (line 46) | type SSOTokenProvider struct method RetrieveBearerToken (line 79) | func (p *SSOTokenProvider) RetrieveBearerToken(ctx aws.Context) (beare... method refreshToken (line 100) | func (p *SSOTokenProvider) refreshToken(token cachedToken) (cachedToke... function NewSSOTokenProvider (line 56) | func NewSSOTokenProvider(client CreateTokenAPIClient, cachedTokenFilepat... function toTime (line 142) | func toTime(p *time.Time) (v time.Time) { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go constant StaticProviderName (line 8) | StaticProviderName = "StaticProvider" type StaticProvider (line 17) | type StaticProvider struct method Retrieve (line 41) | func (s *StaticProvider) Retrieve() (Value, error) { method IsExpired (line 55) | func (s *StaticProvider) IsExpired() bool { function NewStaticCredentials (line 25) | func NewStaticCredentials(id, secret, token string) *Credentials { function NewStaticCredentialsFromCreds (line 36) | func NewStaticCredentialsFromCreds(creds Value) *Credentials { FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go function StdinTokenProvider (line 105) | func StdinTokenProvider() (string, error) { constant ProviderName (line 114) | ProviderName = "AssumeRoleProvider" type AssumeRoler (line 117) | type AssumeRoler interface type assumeRolerWithContext (line 121) | type assumeRolerWithContext interface type AssumeRoleProvider (line 139) | type AssumeRoleProvider struct method Retrieve (line 302) | func (p *AssumeRoleProvider) Retrieve() (credentials.Value, error) { method RetrieveWithContext (line 307) | func (p *AssumeRoleProvider) RetrieveWithContext(ctx credentials.Conte... function NewCredentials (line 262) | func NewCredentials(c client.ConfigProvider, roleARN string, options ...... function NewCredentialsWithClient (line 287) | func NewCredentialsWithClient(svc AssumeRoler, roleARN string, options .... FILE: vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/web_identity_provider.go constant ErrCodeWebIdentity (line 20) | ErrCodeWebIdentity = "WebIdentityErr" constant WebIdentityProviderName (line 23) | WebIdentityProviderName = "WebIdentityCredentials" type TokenFetcher (line 32) | type TokenFetcher interface type FetchTokenPath (line 37) | type FetchTokenPath method FetchToken (line 40) | func (f FetchTokenPath) FetchToken(ctx credentials.Context) ([]byte, e... type WebIdentityRoleProvider (line 51) | type WebIdentityRoleProvider struct method Retrieve (line 131) | func (p *WebIdentityRoleProvider) Retrieve() (credentials.Value, error) { method RetrieveWithContext (line 138) | func (p *WebIdentityRoleProvider) RetrieveWithContext(ctx credentials.... function NewWebIdentityCredentials (line 82) | func NewWebIdentityCredentials(c client.ConfigProvider, roleARN, roleSes... function NewWebIdentityRoleProvider (line 93) | func NewWebIdentityRoleProvider(svc stsiface.STSAPI, roleARN, roleSessio... function NewWebIdentityRoleProviderWithToken (line 102) | func NewWebIdentityRoleProviderWithToken(svc stsiface.STSAPI, roleARN, r... function NewWebIdentityRoleProviderWithOptions (line 113) | func NewWebIdentityRoleProviderWithOptions(svc stsiface.STSAPI, roleARN,... FILE: vendor/github.com/aws/aws-sdk-go/aws/crr/cache.go type EndpointCache (line 10) | type EndpointCache struct method get (line 31) | func (c *EndpointCache) get(endpointKey string) (Endpoint, bool) { method Has (line 46) | func (c *EndpointCache) Has(endpointKey string) bool { method Get (line 57) | func (c *EndpointCache) Get(d Discoverer, endpointKey string, required... method Add (line 79) | func (c *EndpointCache) Add(endpoint Endpoint) { method deleteRandomKey (line 97) | func (c *EndpointCache) deleteRandomKey() bool { method discover (line 112) | func (c *EndpointCache) discover(d Discoverer, endpointKey string) (En... function NewEndpointCache (line 21) | func NewEndpointCache(endpointLimit int64) *EndpointCache { FILE: vendor/github.com/aws/aws-sdk-go/aws/crr/endpoint.go type Endpoint (line 13) | type Endpoint struct method Add (line 34) | func (e *Endpoint) Add(addr WeightedAddress) { method Len (line 40) | func (e *Endpoint) Len() int { method GetValidAddress (line 53) | func (e *Endpoint) GetValidAddress() (WeightedAddress, bool) { method Prune (line 73) | func (e *Endpoint) Prune() bool { type WeightedAddresses (line 19) | type WeightedAddresses type WeightedAddress (line 22) | type WeightedAddress struct method HasExpired (line 29) | func (e WeightedAddress) HasExpired() bool { type Discoverer (line 92) | type Discoverer interface function BuildEndpointKey (line 99) | func BuildEndpointKey(params map[string]*string) string { function cloneURL (line 121) | func cloneURL(u *url.URL) (clone *url.URL) { FILE: vendor/github.com/aws/aws-sdk-go/aws/crr/sync_map.go type syncMap (line 10) | type syncMap method Load (line 16) | func (m *syncMap) Load(key interface{}) (interface{}, bool) { method Store (line 20) | func (m *syncMap) Store(key interface{}, value interface{}) { method Delete (line 24) | func (m *syncMap) Delete(key interface{}) { method Range (line 28) | func (m *syncMap) Range(f func(interface{}, interface{}) bool) { function newSyncMap (line 12) | func newSyncMap() syncMap { FILE: vendor/github.com/aws/aws-sdk-go/aws/crr/sync_map_1_8.go type syncMap (line 10) | type syncMap struct method Load (line 21) | func (m *syncMap) Load(key interface{}) (interface{}, bool) { method Store (line 29) | func (m *syncMap) Store(key interface{}, value interface{}) { method Delete (line 36) | func (m *syncMap) Delete(key interface{}) { method Range (line 43) | func (m *syncMap) Range(f func(interface{}, interface{}) bool) { function newSyncMap (line 15) | func newSyncMap() syncMap { FILE: vendor/github.com/aws/aws-sdk-go/aws/csm/enable.go constant DefaultPort (line 15) | DefaultPort = "31000" constant DefaultHost (line 18) | DefaultHost = "127.0.0.1" function AddressWithDefaults (line 24) | func AddressWithDefaults(host, port string) string { function Start (line 58) | func Start(clientID string, url string) (*Reporter, error) { function Get (line 84) | func Get() *Reporter { FILE: vendor/github.com/aws/aws-sdk-go/aws/csm/metric.go type metricTime (line 10) | type metricTime method MarshalJSON (line 12) | func (t metricTime) MarshalJSON() ([]byte, error) { type metric (line 17) | type metric struct method TruncateFields (line 63) | func (m *metric) TruncateFields() { method SetException (line 89) | func (m *metric) SetException(e metricException) { method SetFinalException (line 100) | func (m *metric) SetFinalException(e metricException) { function truncateString (line 80) | func truncateString(v *string, l int) *string { FILE: vendor/github.com/aws/aws-sdk-go/aws/csm/metric_chan.go constant runningEnum (line 8) | runningEnum = iota constant pausedEnum (line 9) | pausedEnum type metricChan (line 17) | type metricChan struct method Pause (line 29) | func (ch *metricChan) Pause() { method Continue (line 33) | func (ch *metricChan) Continue() { method IsPaused (line 37) | func (ch *metricChan) IsPaused() bool { method Push (line 44) | func (ch *metricChan) Push(m metric) bool { function newMetricChan (line 22) | func newMetricChan(size int) metricChan { FILE: vendor/github.com/aws/aws-sdk-go/aws/csm/metric_exception.go type metricException (line 3) | type metricException interface type requestException (line 8) | type requestException struct method Exception (line 13) | func (e requestException) Exception() string { method Message (line 16) | func (e requestException) Message() string { type awsException (line 20) | type awsException struct type sdkException (line 24) | type sdkException struct FILE: vendor/github.com/aws/aws-sdk-go/aws/csm/reporter.go type Reporter (line 15) | type Reporter struct method sendAPICallAttemptMetric (line 49) | func (rep *Reporter) sendAPICallAttemptMetric(r *request.Request) { method sendAPICallMetric (line 105) | func (rep *Reporter) sendAPICallMetric(r *request.Request) { method connect (line 142) | func (rep *Reporter) connect(network, url string) error { method close (line 157) | func (rep *Reporter) close() { method start (line 165) | func (rep *Reporter) start() { method Pause (line 190) | func (rep *Reporter) Pause() { method Continue (line 204) | func (rep *Reporter) Continue() { method InjectHandlers (line 241) | func (rep *Reporter) InjectHandlers(handlers *request.Handlers) { function connect (line 27) | func connect(url string) error { function newReporter (line 41) | func newReporter(clientID, url string) *Reporter { function getMetricException (line 87) | func getMetricException(err awserr.Error) metricException { constant APICallMetricHandlerName (line 220) | APICallMetricHandlerName = "awscsm.SendAPICallMetric" constant APICallAttemptMetricHandlerName (line 221) | APICallAttemptMetricHandlerName = "awscsm.SendAPICallAttemptMetric" function boolIntValue (line 258) | func boolIntValue(b bool) int { FILE: vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go type Defaults (line 32) | type Defaults struct function Get (line 38) | func Get() Defaults { function Config (line 56) | func Config() *aws.Config { function Handlers (line 72) | func Handlers() request.Handlers { function CredChain (line 95) | func CredChain(cfg *aws.Config, handlers request.Handlers) *credentials.... function CredProviders (line 109) | func CredProviders(cfg *aws.Config, handlers request.Handlers) []credent... constant httpProviderAuthorizationEnvVar (line 118) | httpProviderAuthorizationEnvVar = "AWS_CONTAINER_AUTHORIZATION_TOKEN" constant httpProviderAuthFileEnvVar (line 119) | httpProviderAuthFileEnvVar = "AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE" constant httpProviderEnvVar (line 120) | httpProviderEnvVar = "AWS_CONTAINER_CREDENTIALS_FULL_URI" function RemoteCredProvider (line 146) | func RemoteCredProvider(cfg aws.Config, handlers request.Handlers) crede... function isAllowedHost (line 165) | func isAllowedHost(host string) (bool, error) { function isIPAllowed (line 184) | func isIPAllowed(ip net.IP) bool { function localHTTPCredProvider (line 191) | func localHTTPCredProvider(cfg aws.Config, handlers request.Handlers, u ... function httpCredProvider (line 223) | func httpCredProvider(cfg aws.Config, handlers request.Handlers, u strin... function ec2RoleProvider (line 241) | func ec2RoleProvider(cfg aws.Config, handlers request.Handlers) credenti... FILE: vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go function SharedCredentialsFilename (line 14) | func SharedCredentialsFilename() string { function SharedConfigFilename (line 25) | func SharedConfigFilename() string { FILE: vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go method getToken (line 19) | func (c *EC2Metadata) getToken(ctx aws.Context, duration time.Duration) ... method GetMetadata (line 54) | func (c *EC2Metadata) GetMetadata(p string) (string, error) { method GetMetadataWithContext (line 61) | func (c *EC2Metadata) GetMetadataWithContext(ctx aws.Context, p string) ... method GetUserData (line 80) | func (c *EC2Metadata) GetUserData() (string, error) { method GetUserDataWithContext (line 87) | func (c *EC2Metadata) GetUserDataWithContext(ctx aws.Context) (string, e... method GetDynamicData (line 105) | func (c *EC2Metadata) GetDynamicData(p string) (string, error) { method GetDynamicDataWithContext (line 112) | func (c *EC2Metadata) GetDynamicDataWithContext(ctx aws.Context, p strin... method GetInstanceIdentityDocument (line 130) | func (c *EC2Metadata) GetInstanceIdentityDocument() (EC2InstanceIdentity... method GetInstanceIdentityDocumentWithContext (line 137) | func (c *EC2Metadata) GetInstanceIdentityDocumentWithContext(ctx aws.Con... method IAMInfo (line 156) | func (c *EC2Metadata) IAMInfo() (EC2IAMInfo, error) { method IAMInfoWithContext (line 161) | func (c *EC2Metadata) IAMInfoWithContext(ctx aws.Context) (EC2IAMInfo, e... method Region (line 186) | func (c *EC2Metadata) Region() (string, error) { method RegionWithContext (line 191) | func (c *EC2Metadata) RegionWithContext(ctx aws.Context) (string, error) { method Available (line 208) | func (c *EC2Metadata) Available() bool { method AvailableWithContext (line 215) | func (c *EC2Metadata) AvailableWithContext(ctx aws.Context) bool { type EC2IAMInfo (line 225) | type EC2IAMInfo struct type EC2InstanceIdentityDocument (line 234) | type EC2InstanceIdentityDocument struct FILE: vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go constant ServiceName (line 34) | ServiceName = "ec2metadata" constant disableServiceEnvVar (line 35) | disableServiceEnvVar = "AWS_EC2_METADATA_DISABLED" constant ttlHeader (line 38) | ttlHeader = "x-aws-ec2-metadata-token-ttl-seconds" constant tokenHeader (line 39) | tokenHeader = "x-aws-ec2-metadata-token" constant fetchTokenHandlerName (line 42) | fetchTokenHandlerName = "FetchTokenHandler" constant unmarshalMetadataHandlerName (line 43) | unmarshalMetadataHandlerName = "unmarshalMetadataHandler" constant unmarshalTokenHandlerName (line 44) | unmarshalTokenHandlerName = "unmarshalTokenHandler" constant enableTokenProviderHandlerName (line 45) | enableTokenProviderHandlerName = "enableTokenProviderHandler" constant defaultTTL (line 48) | defaultTTL = 21600 * time.Second constant ttlExpirationWindow (line 49) | ttlExpirationWindow = 30 * time.Second type EC2Metadata (line 53) | type EC2Metadata struct function New (line 67) | func New(p client.ConfigProvider, cfgs ...*aws.Config) *EC2Metadata { function NewClient (line 82) | func NewClient(cfg aws.Config, handlers request.Handlers, endpoint, sign... function httpClientZero (line 162) | func httpClientZero(c *http.Client) bool { type metadataOutput (line 166) | type metadataOutput struct type tokenOutput (line 170) | type tokenOutput struct function unmarshalError (line 223) | func unmarshalError(r *request.Request) { function validateEndpointHandler (line 241) | func validateEndpointHandler(r *request.Request) { FILE: vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/token_provider.go type tokenProvider (line 19) | type tokenProvider struct method fallbackEnabled (line 38) | func (t *tokenProvider) fallbackEnabled() bool { method fetchTokenHandler (line 43) | func (t *tokenProvider) fetchTokenHandler(r *request.Request) { method enableTokenProviderHandler (line 89) | func (t *tokenProvider) enableTokenProviderHandler(r *request.Request) { type ec2Token (line 27) | type ec2Token struct function newTokenProvider (line 33) | func newTokenProvider(c *EC2Metadata, duration time.Duration) *tokenProv... FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go type modelDefinition (line 11) | type modelDefinition type DecodeModelOptions (line 15) | type DecodeModelOptions struct method Set (line 20) | func (d *DecodeModelOptions) Set(optFns ...func(*DecodeModelOptions)) { function DecodeModel (line 40) | func DecodeModel(r io.Reader, optFns ...func(*DecodeModelOptions)) (Reso... function decodeV3Endpoints (line 66) | func decodeV3Endpoints(modelDef modelDefinition, opts DecodeModelOptions... function custRegionalS3 (line 93) | func custRegionalS3(p *partition) { function custRmIotDataService (line 125) | func custRmIotDataService(p *partition) { function custFixAppAutoscalingChina (line 129) | func custFixAppAutoscalingChina(p *partition) { function custFixAppAutoscalingUsGov (line 151) | func custFixAppAutoscalingUsGov(p *partition) { type decodeModelError (line 185) | type decodeModelError struct function newDecodeModelError (line 189) | func newDecodeModelError(msg string, err error) decodeModelError { FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go constant AwsPartitionID (line 11) | AwsPartitionID = "aws" constant AwsCnPartitionID (line 12) | AwsCnPartitionID = "aws-cn" constant AwsUsGovPartitionID (line 13) | AwsUsGovPartitionID = "aws-us-gov" constant AwsIsoPartitionID (line 14) | AwsIsoPartitionID = "aws-iso" constant AwsIsoBPartitionID (line 15) | AwsIsoBPartitionID = "aws-iso-b" constant AwsIsoEPartitionID (line 16) | AwsIsoEPartitionID = "aws-iso-e" constant AwsIsoFPartitionID (line 17) | AwsIsoFPartitionID = "aws-iso-f" constant AfSouth1RegionID (line 22) | AfSouth1RegionID = "af-south-1" constant ApEast1RegionID (line 23) | ApEast1RegionID = "ap-east-1" constant ApNortheast1RegionID (line 24) | ApNortheast1RegionID = "ap-northeast-1" constant ApNortheast2RegionID (line 25) | ApNortheast2RegionID = "ap-northeast-2" constant ApNortheast3RegionID (line 26) | ApNortheast3RegionID = "ap-northeast-3" constant ApSouth1RegionID (line 27) | ApSouth1RegionID = "ap-south-1" constant ApSouth2RegionID (line 28) | ApSouth2RegionID = "ap-south-2" constant ApSoutheast1RegionID (line 29) | ApSoutheast1RegionID = "ap-southeast-1" constant ApSoutheast2RegionID (line 30) | ApSoutheast2RegionID = "ap-southeast-2" constant ApSoutheast3RegionID (line 31) | ApSoutheast3RegionID = "ap-southeast-3" constant ApSoutheast4RegionID (line 32) | ApSoutheast4RegionID = "ap-southeast-4" constant CaCentral1RegionID (line 33) | CaCentral1RegionID = "ca-central-1" constant EuCentral1RegionID (line 34) | EuCentral1RegionID = "eu-central-1" constant EuCentral2RegionID (line 35) | EuCentral2RegionID = "eu-central-2" constant EuNorth1RegionID (line 36) | EuNorth1RegionID = "eu-north-1" constant EuSouth1RegionID (line 37) | EuSouth1RegionID = "eu-south-1" constant EuSouth2RegionID (line 38) | EuSouth2RegionID = "eu-south-2" constant EuWest1RegionID (line 39) | EuWest1RegionID = "eu-west-1" constant EuWest2RegionID (line 40) | EuWest2RegionID = "eu-west-2" constant EuWest3RegionID (line 41) | EuWest3RegionID = "eu-west-3" constant IlCentral1RegionID (line 42) | IlCentral1RegionID = "il-central-1" constant MeCentral1RegionID (line 43) | MeCentral1RegionID = "me-central-1" constant MeSouth1RegionID (line 44) | MeSouth1RegionID = "me-south-1" constant SaEast1RegionID (line 45) | SaEast1RegionID = "sa-east-1" constant UsEast1RegionID (line 46) | UsEast1RegionID = "us-east-1" constant UsEast2RegionID (line 47) | UsEast2RegionID = "us-east-2" constant UsWest1RegionID (line 48) | UsWest1RegionID = "us-west-1" constant UsWest2RegionID (line 49) | UsWest2RegionID = "us-west-2" constant CnNorth1RegionID (line 54) | CnNorth1RegionID = "cn-north-1" constant CnNorthwest1RegionID (line 55) | CnNorthwest1RegionID = "cn-northwest-1" constant UsGovEast1RegionID (line 60) | UsGovEast1RegionID = "us-gov-east-1" constant UsGovWest1RegionID (line 61) | UsGovWest1RegionID = "us-gov-west-1" constant UsIsoEast1RegionID (line 66) | UsIsoEast1RegionID = "us-iso-east-1" constant UsIsoWest1RegionID (line 67) | UsIsoWest1RegionID = "us-iso-west-1" constant UsIsobEast1RegionID (line 72) | UsIsobEast1RegionID = "us-isob-east-1" function DefaultResolver (line 85) | func DefaultResolver() Resolver { function DefaultPartitions (line 96) | func DefaultPartitions() []Partition { function AwsPartition (line 111) | func AwsPartition() Partition { function AwsCnPartition (line 33415) | func AwsCnPartition() Partition { function AwsUsGovPartition (line 35580) | func AwsUsGovPartition() Partition { function AwsIsoPartition (line 42111) | func AwsIsoPartition() Partition { function AwsIsoBPartition (line 43211) | func AwsIsoBPartition() Partition { function AwsIsoEPartition (line 43930) | func AwsIsoEPartition() Partition { function AwsIsoFPartition (line 43964) | func AwsIsoFPartition() Partition { FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/dep_service_ids.go constant A4bServiceID (line 8) | A4bServiceID = "a4b" constant AcmServiceID (line 9) | AcmServiceID = "acm" constant AcmPcaServiceID (line 10) | AcmPcaServiceID = "acm-pca" constant ApiMediatailorServiceID (line 11) | ApiMediatailorServiceID = "api.mediatailor" constant ApiPricingServiceID (line 12) | ApiPricingServiceID = "api.pricing" constant ApiSagemakerServiceID (line 13) | ApiSagemakerServiceID = "api.sagemaker" constant ApigatewayServiceID (line 14) | ApigatewayServiceID = "apigateway" constant ApplicationAutoscalingServiceID (line 15) | ApplicationAutoscalingServiceID = "application-autoscaling" constant Appstream2ServiceID (line 16) | Appstream2ServiceID = "appstream2" constant AppsyncServiceID (line 17) | AppsyncServiceID = "appsync" constant AthenaServiceID (line 18) | AthenaServiceID = "athena" constant AutoscalingServiceID (line 19) | AutoscalingServiceID = "autoscaling" constant AutoscalingPlansServiceID (line 20) | AutoscalingPlansServiceID = "autoscaling-plans" constant BatchServiceID (line 21) | BatchServiceID = "batch" constant BudgetsServiceID (line 22) | BudgetsServiceID = "budgets" constant CeServiceID (line 23) | CeServiceID = "ce" constant ChimeServiceID (line 24) | ChimeServiceID = "chime" constant Cloud9ServiceID (line 25) | Cloud9ServiceID = "cloud9" constant ClouddirectoryServiceID (line 26) | ClouddirectoryServiceID = "clouddirectory" constant CloudformationServiceID (line 27) | CloudformationServiceID = "cloudformation" constant CloudfrontServiceID (line 28) | CloudfrontServiceID = "cloudfront" constant CloudhsmServiceID (line 29) | CloudhsmServiceID = "cloudhsm" constant Cloudhsmv2ServiceID (line 30) | Cloudhsmv2ServiceID = "cloudhsmv2" constant CloudsearchServiceID (line 31) | CloudsearchServiceID = "cloudsearch" constant CloudtrailServiceID (line 32) | CloudtrailServiceID = "cloudtrail" constant CodebuildServiceID (line 33) | CodebuildServiceID = "codebuild" constant CodecommitServiceID (line 34) | CodecommitServiceID = "codecommit" constant CodedeployServiceID (line 35) | CodedeployServiceID = "codedeploy" constant CodepipelineServiceID (line 36) | CodepipelineServiceID = "codepipeline" constant CodestarServiceID (line 37) | CodestarServiceID = "codestar" constant CognitoIdentityServiceID (line 38) | CognitoIdentityServiceID = "cognito-identity" constant CognitoIdpServiceID (line 39) | CognitoIdpServiceID = "cognito-idp" constant CognitoSyncServiceID (line 40) | CognitoSyncServiceID = "cognito-sync" constant ComprehendServiceID (line 41) | ComprehendServiceID = "comprehend" constant ConfigServiceID (line 42) | ConfigServiceID = "config" constant CurServiceID (line 43) | CurServiceID = "cur" constant DatapipelineServiceID (line 44) | DatapipelineServiceID = "datapipeline" constant DaxServiceID (line 45) | DaxServiceID = "dax" constant DevicefarmServiceID (line 46) | DevicefarmServiceID = "devicefarm" constant DirectconnectServiceID (line 47) | DirectconnectServiceID = "directconnect" constant DiscoveryServiceID (line 48) | DiscoveryServiceID = "discovery" constant DmsServiceID (line 49) | DmsServiceID = "dms" constant DsServiceID (line 50) | DsServiceID = "ds" constant DynamodbServiceID (line 51) | DynamodbServiceID = "dynamodb" constant Ec2ServiceID (line 52) | Ec2ServiceID = "ec2" constant Ec2metadataServiceID (line 53) | Ec2metadataServiceID = "ec2metadata" constant EcrServiceID (line 54) | EcrServiceID = "ecr" constant EcsServiceID (line 55) | EcsServiceID = "ecs" constant ElasticacheServiceID (line 56) | ElasticacheServiceID = "elasticache" constant ElasticbeanstalkServiceID (line 57) | ElasticbeanstalkServiceID = "elasticbeanstalk" constant ElasticfilesystemServiceID (line 58) | ElasticfilesystemServiceID = "elasticfilesystem" constant ElasticloadbalancingServiceID (line 59) | ElasticloadbalancingServiceID = "elasticloadbalancing" constant ElasticmapreduceServiceID (line 60) | ElasticmapreduceServiceID = "elasticmapreduce" constant ElastictranscoderServiceID (line 61) | ElastictranscoderServiceID = "elastictranscoder" constant EmailServiceID (line 62) | EmailServiceID = "email" constant EntitlementMarketplaceServiceID (line 63) | EntitlementMarketplaceServiceID = "entitlement.marketplace" constant EsServiceID (line 64) | EsServiceID = "es" constant EventsServiceID (line 65) | EventsServiceID = "events" constant FirehoseServiceID (line 66) | FirehoseServiceID = "firehose" constant FmsServiceID (line 67) | FmsServiceID = "fms" constant GameliftServiceID (line 68) | GameliftServiceID = "gamelift" constant GlacierServiceID (line 69) | GlacierServiceID = "glacier" constant GlueServiceID (line 70) | GlueServiceID = "glue" constant GreengrassServiceID (line 71) | GreengrassServiceID = "greengrass" constant GuarddutyServiceID (line 72) | GuarddutyServiceID = "guardduty" constant HealthServiceID (line 73) | HealthServiceID = "health" constant IamServiceID (line 74) | IamServiceID = "iam" constant ImportexportServiceID (line 75) | ImportexportServiceID = "importexport" constant InspectorServiceID (line 76) | InspectorServiceID = "inspector" constant IotServiceID (line 77) | IotServiceID = "iot" constant IotanalyticsServiceID (line 78) | IotanalyticsServiceID = "iotanalytics" constant KinesisServiceID (line 79) | KinesisServiceID = "kinesis" constant KinesisanalyticsServiceID (line 80) | KinesisanalyticsServiceID = "kinesisanalytics" constant KinesisvideoServiceID (line 81) | KinesisvideoServiceID = "kinesisvideo" constant KmsServiceID (line 82) | KmsServiceID = "kms" constant LambdaServiceID (line 83) | LambdaServiceID = "lambda" constant LightsailServiceID (line 84) | LightsailServiceID = "lightsail" constant LogsServiceID (line 85) | LogsServiceID = "logs" constant MachinelearningServiceID (line 86) | MachinelearningServiceID = "machinelearning" constant MarketplacecommerceanalyticsServiceID (line 87) | MarketplacecommerceanalyticsServiceID = "marketplacecommerceanalytics" constant MediaconvertServiceID (line 88) | MediaconvertServiceID = "mediaconvert" constant MedialiveServiceID (line 89) | MedialiveServiceID = "medialive" constant MediapackageServiceID (line 90) | MediapackageServiceID = "mediapackage" constant MediastoreServiceID (line 91) | MediastoreServiceID = "mediastore" constant MeteringMarketplaceServiceID (line 92) | MeteringMarketplaceServiceID = "metering.marketplace" constant MghServiceID (line 93) | MghServiceID = "mgh" constant MobileanalyticsServiceID (line 94) | MobileanalyticsServiceID = "mobileanalytics" constant ModelsLexServiceID (line 95) | ModelsLexServiceID = "models.lex" constant MonitoringServiceID (line 96) | MonitoringServiceID = "monitoring" constant MturkRequesterServiceID (line 97) | MturkRequesterServiceID = "mturk-requester" constant NeptuneServiceID (line 98) | NeptuneServiceID = "neptune" constant OpsworksServiceID (line 99) | OpsworksServiceID = "opsworks" constant OpsworksCmServiceID (line 100) | OpsworksCmServiceID = "opsworks-cm" constant OrganizationsServiceID (line 101) | OrganizationsServiceID = "organizations" constant PinpointServiceID (line 102) | PinpointServiceID = "pinpoint" constant PollyServiceID (line 103) | PollyServiceID = "polly" constant RdsServiceID (line 104) | RdsServiceID = "rds" constant RedshiftServiceID (line 105) | RedshiftServiceID = "redshift" constant RekognitionServiceID (line 106) | RekognitionServiceID = "rekognition" constant ResourceGroupsServiceID (line 107) | ResourceGroupsServiceID = "resource-groups" constant Route53ServiceID (line 108) | Route53ServiceID = "route53" constant Route53domainsServiceID (line 109) | Route53domainsServiceID = "route53domains" constant RuntimeLexServiceID (line 110) | RuntimeLexServiceID = "runtime.lex" constant RuntimeSagemakerServiceID (line 111) | RuntimeSagemakerServiceID = "runtime.sagemaker" constant S3ServiceID (line 112) | S3ServiceID = "s3" constant S3ControlServiceID (line 113) | S3ControlServiceID = "s3-control" constant SagemakerServiceID (line 114) | SagemakerServiceID = "api.sagemaker" constant SdbServiceID (line 115) | SdbServiceID = "sdb" constant SecretsmanagerServiceID (line 116) | SecretsmanagerServiceID = "secretsmanager" constant ServerlessrepoServiceID (line 117) | ServerlessrepoServiceID = "serverlessrepo" constant ServicecatalogServiceID (line 118) | ServicecatalogServiceID = "servicecatalog" constant ServicediscoveryServiceID (line 119) | ServicediscoveryServiceID = "servicediscovery" constant ShieldServiceID (line 120) | ShieldServiceID = "shield" constant SmsServiceID (line 121) | SmsServiceID = "sms" constant SnowballServiceID (line 122) | SnowballServiceID = "snowball" constant SnsServiceID (line 123) | SnsServiceID = "sns" constant SqsServiceID (line 124) | SqsServiceID = "sqs" constant SsmServiceID (line 125) | SsmServiceID = "ssm" constant StatesServiceID (line 126) | StatesServiceID = "states" constant StoragegatewayServiceID (line 127) | StoragegatewayServiceID = "storagegateway" constant StreamsDynamodbServiceID (line 128) | StreamsDynamodbServiceID = "streams.dynamodb" constant StsServiceID (line 129) | StsServiceID = "sts" constant SupportServiceID (line 130) | SupportServiceID = "support" constant SwfServiceID (line 131) | SwfServiceID = "swf" constant TaggingServiceID (line 132) | TaggingServiceID = "tagging" constant TransferServiceID (line 133) | TransferServiceID = "transfer" constant TranslateServiceID (line 134) | TranslateServiceID = "translate" constant WafServiceID (line 135) | WafServiceID = "waf" constant WafRegionalServiceID (line 136) | WafRegionalServiceID = "waf-regional" constant WorkdocsServiceID (line 137) | WorkdocsServiceID = "workdocs" constant WorkmailServiceID (line 138) | WorkmailServiceID = "workmail" constant WorkspacesServiceID (line 139) | WorkspacesServiceID = "workspaces" constant XrayServiceID (line 140) | XrayServiceID = "xray" FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go type Logger (line 12) | type Logger interface type DualStackEndpointState (line 18) | type DualStackEndpointState constant DualStackEndpointStateUnset (line 23) | DualStackEndpointStateUnset DualStackEndpointState = iota constant DualStackEndpointStateEnabled (line 26) | DualStackEndpointStateEnabled constant DualStackEndpointStateDisabled (line 29) | DualStackEndpointStateDisabled type FIPSEndpointState (line 33) | type FIPSEndpointState constant FIPSEndpointStateUnset (line 37) | FIPSEndpointStateUnset FIPSEndpointState = iota constant FIPSEndpointStateEnabled (line 40) | FIPSEndpointStateEnabled constant FIPSEndpointStateDisabled (line 43) | FIPSEndpointStateDisabled type Options (line 48) | type Options struct method getEndpointVariant (line 117) | func (o Options) getEndpointVariant(service string) (v endpointVariant) { method Set (line 255) | func (o *Options) Set(optFns ...func(*Options)) { type EC2IMDSEndpointModeState (line 132) | type EC2IMDSEndpointModeState method SetFromString (line 142) | func (e *EC2IMDSEndpointModeState) SetFromString(v string) error { constant EC2IMDSEndpointModeStateUnset (line 136) | EC2IMDSEndpointModeStateUnset EC2IMDSEndpointModeState = iota constant EC2IMDSEndpointModeStateIPv4 (line 137) | EC2IMDSEndpointModeStateIPv4 constant EC2IMDSEndpointModeStateIPv6 (line 138) | EC2IMDSEndpointModeStateIPv6 type STSRegionalEndpoint (line 160) | type STSRegionalEndpoint method String (line 162) | func (e STSRegionalEndpoint) String() string { constant UnsetSTSEndpoint (line 178) | UnsetSTSEndpoint STSRegionalEndpoint = iota constant LegacySTSEndpoint (line 182) | LegacySTSEndpoint constant RegionalSTSEndpoint (line 186) | RegionalSTSEndpoint function GetSTSRegionalEndpoint (line 194) | func GetSTSRegionalEndpoint(s string) (STSRegionalEndpoint, error) { type S3UsEast1RegionalEndpoint (line 207) | type S3UsEast1RegionalEndpoint method String (line 209) | func (e S3UsEast1RegionalEndpoint) String() string { constant UnsetS3UsEast1Endpoint (line 226) | UnsetS3UsEast1Endpoint S3UsEast1RegionalEndpoint = iota constant LegacyS3UsEast1Endpoint (line 230) | LegacyS3UsEast1Endpoint constant RegionalS3UsEast1Endpoint (line 234) | RegionalS3UsEast1Endpoint function GetS3UsEast1RegionalEndpoint (line 242) | func GetS3UsEast1RegionalEndpoint(s string) (S3UsEast1RegionalEndpoint, ... function DisableSSLOption (line 263) | func DisableSSLOption(o *Options) { function UseDualStackOption (line 272) | func UseDualStackOption(o *Options) { function UseDualStackEndpointOption (line 278) | func UseDualStackEndpointOption(o *Options) { function UseFIPSEndpointOption (line 284) | func UseFIPSEndpointOption(o *Options) { function StrictMatchingOption (line 290) | func StrictMatchingOption(o *Options) { function ResolveUnknownServiceOption (line 296) | func ResolveUnknownServiceOption(o *Options) { function STSRegionalEndpointOption (line 302) | func STSRegionalEndpointOption(o *Options) { type Resolver (line 308) | type Resolver interface type ResolverFunc (line 315) | type ResolverFunc method EndpointFor (line 318) | func (fn ResolverFunc) EndpointFor(service, region string, opts ...fun... function AddScheme (line 329) | func AddScheme(endpoint string, disableSSL bool) string { type EnumPartitions (line 347) | type EnumPartitions interface function RegionsForService (line 362) | func RegionsForService(ps []Partition, partitionID, serviceID string) (m... function PartitionForRegion (line 386) | func PartitionForRegion(ps []Partition, regionID string) (Partition, boo... type Partition (line 398) | type Partition struct method DNSSuffix (line 404) | func (p Partition) DNSSuffix() string { return p.dnsSuffix } method ID (line 407) | func (p Partition) ID() string { return p.id } method EndpointFor (line 430) | func (p Partition) EndpointFor(service, region string, opts ...func(*O... method Regions (line 436) | func (p Partition) Regions() map[string]Region { method Services (line 451) | func (p Partition) Services() map[string]Service { type Region (line 475) | type Region struct method ID (line 481) | func (r Region) ID() string { return r.id } method Description (line 485) | func (r Region) Description() string { return r.desc } method ResolveEndpoint (line 489) | func (r Region) ResolveEndpoint(service string, opts ...func(*Options)... method Services (line 494) | func (r Region) Services() map[string]Service { type Service (line 510) | type Service struct method ID (line 516) | func (s Service) ID() string { return s.id } method ResolveEndpoint (line 520) | func (s Service) ResolveEndpoint(region string, opts ...func(*Options)... method Regions (line 528) | func (s Service) Regions() map[string]Region { method Endpoints (line 562) | func (s Service) Endpoints() map[string]Endpoint { type Endpoint (line 581) | type Endpoint struct method ID (line 588) | func (e Endpoint) ID() string { return e.id } method ServiceID (line 591) | func (e Endpoint) ServiceID() string { return e.serviceID } method ResolveEndpoint (line 596) | func (e Endpoint) ResolveEndpoint(opts ...func(*Options)) (ResolvedEnd... type ResolvedEndpoint (line 602) | type ResolvedEndpoint struct type awsError (line 625) | type awsError type EndpointNotFoundError (line 629) | type EndpointNotFoundError struct type UnknownServiceError (line 639) | type UnknownServiceError struct method Error (line 658) | func (e UnknownServiceError) Error() string { method String (line 668) | func (e UnknownServiceError) String() string { function NewUnknownServiceError (line 647) | func NewUnknownServiceError(p, s string, known []string) UnknownServiceE... type UnknownEndpointError (line 675) | type UnknownEndpointError struct method Error (line 696) | func (e UnknownEndpointError) Error() string { method String (line 706) | func (e UnknownEndpointError) String() string { function NewUnknownEndpointError (line 684) | func NewUnknownEndpointError(p, s, r string, known []string) UnknownEndp... FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go constant ec2MetadataEndpointIPv6 (line 12) | ec2MetadataEndpointIPv6 = "http://[fd00:ec2::254]/latest" constant ec2MetadataEndpointIPv4 (line 13) | ec2MetadataEndpointIPv4 = "http://169.254.169.254/latest" constant dnsSuffixTemplateKey (line 16) | dnsSuffixTemplateKey = "{dnsSuffix}" type defaultKey (line 19) | type defaultKey struct type endpointKey (line 25) | type endpointKey struct type endpointVariant (line 31) | type endpointVariant type serviceVariant (line 34) | type serviceVariant constant fipsVariant (line 38) | fipsVariant endpointVariant = 1 << (64 - 1 - iota) constant dualStackVariant (line 41) | dualStackVariant type partitions (line 46) | type partitions method EndpointFor (line 48) | func (ps partitions) EndpointFor(service, region string, opts ...func(... method Partitions (line 76) | func (ps partitions) Partitions() []Partition { type endpointWithVariants (line 85) | type endpointWithVariants struct type endpointWithTags (line 90) | type endpointWithTags struct type endpointDefaults (line 95) | type endpointDefaults method UnmarshalJSON (line 97) | func (p *endpointDefaults) UnmarshalJSON(data []byte) error { function parseVariantTags (line 128) | func parseVariantTags(tags []string) (ev endpointVariant, unknown bool) { type partition (line 147) | type partition struct method Partition (line 157) | func (p partition) Partition() Partition { method canResolveEndpoint (line 165) | func (p partition) canResolveEndpoint(service, region string, options ... method EndpointFor (line 203) | func (p partition) EndpointFor(service, region string, opts ...func(*O... function allowLegacyEmptyRegion (line 183) | func allowLegacyEmptyRegion(service string) bool { function getEC2MetadataEndpoint (line 268) | func getEC2MetadataEndpoint(partitionID, service string, mode EC2IMDSEnd... function isLegacyGlobalRegion (line 293) | func isLegacyGlobalRegion(service string, region string, opt Options) (s... function serviceList (line 318) | func serviceList(ss services) []string { function endpointList (line 325) | func endpointList(es serviceEndpoints, variant endpointVariant) []string { type regionRegex (line 336) | type regionRegex struct method UnmarshalJSON (line 340) | func (rr *regionRegex) UnmarshalJSON(b []byte) (err error) { type regions (line 354) | type regions type region (line 356) | type region struct type services (line 360) | type services type service (line 362) | type service struct method endpointForRegion (line 369) | func (s *service) endpointForRegion(region string, endpoints serviceEn... type serviceEndpoints (line 383) | type serviceEndpoints method UnmarshalJSON (line 385) | func (s *serviceEndpoints) UnmarshalJSON(data []byte) error { type endpoint (line 419) | type endpoint struct method isZero (line 436) | func (e endpoint) isZero() bool { method resolve (line 478) | func (e endpoint) resolve(service, partitionID, region, dnsSuffixTempl... method mergeIn (line 537) | func (e *endpoint) mergeIn(other endpoint) { constant defaultProtocol (line 453) | defaultProtocol = "https" constant defaultSigner (line 454) | defaultSigner = "v4" function getByPriority (line 462) | func getByPriority(s []string, p []string, def string) string { function getEndpointScheme (line 529) | func getEndpointScheme(protocols []string, disableSSL bool) string { type credentialScope (line 564) | type credentialScope struct type boxedBool (line 569) | type boxedBool method UnmarshalJSON (line 571) | func (b *boxedBool) UnmarshalJSON(buf []byte) error { constant boxedBoolUnset (line 587) | boxedBoolUnset boxedBool = iota constant boxedFalse (line 588) | boxedFalse constant boxedTrue (line 589) | boxedTrue function validateInputRegion (line 592) | func validateInputRegion(region string) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go type CodeGenOptions (line 17) | type CodeGenOptions struct method Set (line 27) | func (d *CodeGenOptions) Set(optFns ...func(*CodeGenOptions)) { function CodeGenModel (line 36) | func CodeGenModel(modelFile io.Reader, outFile io.Writer, optFns ...func... function toSymbol (line 63) | func toSymbol(v string) string { function quoteString (line 76) | func quoteString(v string) string { function regionConstName (line 80) | func regionConstName(p, r string) string { function partitionGetter (line 84) | func partitionGetter(id string) string { function partitionVarName (line 88) | func partitionVarName(id string) string { function listPartitionNames (line 92) | func listPartitionNames(ps partitions) string { function boxedBoolIfSet (line 111) | func boxedBoolIfSet(msg string, v boxedBool) string { function stringIfSet (line 122) | func stringIfSet(msg, v string) string { function stringSliceIfSet (line 130) | func stringSliceIfSet(msg string, vs []string) string { function endpointIsSet (line 143) | func endpointIsSet(v endpoint) bool { function serviceSet (line 147) | func serviceSet(ps partitions) map[string]struct{} { function endpointVariantSetter (line 158) | func endpointVariantSetter(variant endpointVariant) (string, error) { function endpointKeySetter (line 179) | func endpointKeySetter(e endpointKey) (string, error) { function defaultKeySetter (line 194) | func defaultKeySetter(e defaultKey) (string, error) { constant v3Tmpl (line 225) | v3Tmpl = ` FILE: vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go type JSONValue (line 12) | type JSONValue FILE: vendor/github.com/aws/aws-sdk-go/aws/logger.go type LogLevelType (line 10) | type LogLevelType method Value (line 20) | func (l *LogLevelType) Value() LogLevelType { method Matches (line 30) | func (l *LogLevelType) Matches(v LogLevelType) bool { method AtLeast (line 38) | func (l *LogLevelType) AtLeast(v LogLevelType) bool { function LogLevel (line 14) | func LogLevel(l LogLevelType) *LogLevelType { constant LogOff (line 46) | LogOff LogLevelType = iota * 0x1000 constant LogDebug (line 50) | LogDebug constant LogDebugWithSigning (line 58) | LogDebugWithSigning LogLevelType = LogDebug | (1 << iota) constant LogDebugWithHTTPBody (line 64) | LogDebugWithHTTPBody constant LogDebugWithRequestRetries (line 69) | LogDebugWithRequestRetries constant LogDebugWithRequestErrors (line 73) | LogDebugWithRequestErrors constant LogDebugWithEventStreamBody (line 79) | LogDebugWithEventStreamBody constant LogDebugWithDeprecated (line 82) | LogDebugWithDeprecated type Logger (line 87) | type Logger interface type LoggerFunc (line 98) | type LoggerFunc method Log (line 101) | func (f LoggerFunc) Log(args ...interface{}) { function NewDefaultLogger (line 107) | func NewDefaultLogger() Logger { type defaultLogger (line 114) | type defaultLogger struct method Log (line 119) | func (l defaultLogger) Log(args ...interface{}) { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go function isErrConnectionReset (line 7) | func isErrConnectionReset(err error) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go type Handlers (line 10) | type Handlers struct method Copy (line 28) | func (h *Handlers) Copy() Handlers { method Clear (line 48) | func (h *Handlers) Clear() { method IsEmpty (line 66) | func (h *Handlers) IsEmpty() bool { type HandlerListRunItem (line 115) | type HandlerListRunItem struct type HandlerList (line 122) | type HandlerList struct method copy (line 144) | func (l *HandlerList) copy() HandlerList { method Clear (line 157) | func (l *HandlerList) Clear() { method Len (line 162) | func (l *HandlerList) Len() int { method PushBack (line 167) | func (l *HandlerList) PushBack(f func(*Request)) { method PushBackNamed (line 172) | func (l *HandlerList) PushBackNamed(n NamedHandler) { method PushFront (line 180) | func (l *HandlerList) PushFront(f func(*Request)) { method PushFrontNamed (line 185) | func (l *HandlerList) PushFrontNamed(n NamedHandler) { method Remove (line 198) | func (l *HandlerList) Remove(n NamedHandler) { method RemoveByName (line 203) | func (l *HandlerList) RemoveByName(name string) { method SwapNamed (line 221) | func (l *HandlerList) SwapNamed(n NamedHandler) (swapped bool) { method Swap (line 234) | func (l *HandlerList) Swap(name string, replace NamedHandler) bool { method SetBackNamed (line 249) | func (l *HandlerList) SetBackNamed(n NamedHandler) { method SetFrontNamed (line 258) | func (l *HandlerList) SetFrontNamed(n NamedHandler) { method Run (line 265) | func (l *HandlerList) Run(r *Request) { type NamedHandler (line 138) | type NamedHandler struct function HandlerListLogItem (line 280) | func HandlerListLogItem(item HandlerListRunItem) bool { function HandlerListStopOnError (line 293) | func HandlerListStopOnError(item HandlerListRunItem) bool { function WithAppendUserAgent (line 299) | func WithAppendUserAgent(s string) Option { function MakeAddToUserAgentHandler (line 312) | func MakeAddToUserAgentHandler(name, version string, extra ...string) fu... function MakeAddToUserAgentFreeFormHandler (line 324) | func MakeAddToUserAgentFreeFormHandler(s string) func(*Request) { function WithSetRequestHeaders (line 336) | func WithSetRequestHeaders(h map[string]string) Option { type withRequestHeader (line 340) | type withRequestHeader method SetRequestHeaders (line 342) | func (h withRequestHeader) SetRequestHeaders(r *Request) { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go function copyHTTPRequest (line 9) | func copyHTTPRequest(r *http.Request, body io.ReadCloser) *http.Request { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go type offsetReader (line 12) | type offsetReader struct method Close (line 31) | func (o *offsetReader) Close() error { method Read (line 39) | func (o *offsetReader) Read(p []byte) (int, error) { method Seek (line 51) | func (o *offsetReader) Seek(offset int64, whence int) (int64, error) { method CloseAndCopy (line 60) | func (o *offsetReader) CloseAndCopy(offset int64) (*offsetReader, erro... function newOffsetReader (line 18) | func newOffsetReader(buf io.ReadSeeker, offset int64) (*offsetReader, er... FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request.go constant ErrCodeSerialization (line 23) | ErrCodeSerialization = "SerializationError" constant ErrCodeRead (line 26) | ErrCodeRead = "ReadError" constant ErrCodeResponseTimeout (line 30) | ErrCodeResponseTimeout = "ResponseTimeout" constant ErrCodeInvalidPresignExpire (line 34) | ErrCodeInvalidPresignExpire = "InvalidPresignExpireError" constant CanceledErrorCode (line 39) | CanceledErrorCode = "RequestCanceled" constant ErrCodeRequestError (line 43) | ErrCodeRequestError = "RequestError" type Request (line 47) | type Request struct method ApplyOptions (line 224) | func (r *Request) ApplyOptions(opts ...Option) { method Context (line 232) | func (r *Request) Context() aws.Context { method SetContext (line 255) | func (r *Request) SetContext(ctx aws.Context) { method WillRetry (line 263) | func (r *Request) WillRetry() bool { method ParamsFilled (line 277) | func (r *Request) ParamsFilled() bool { method DataFilled (line 284) | func (r *Request) DataFilled() bool { method SetBufferBody (line 290) | func (r *Request) SetBufferBody(buf []byte) { method SetStringBody (line 295) | func (r *Request) SetStringBody(s string) { method SetReaderBody (line 300) | func (r *Request) SetReaderBody(reader io.ReadSeeker) { method SetStreamingBody (line 319) | func (r *Request) SetStreamingBody(reader io.ReadCloser) { method Presign (line 331) | func (r *Request) Presign(expire time.Duration) (string, error) { method PresignRequest (line 357) | func (r *Request) PresignRequest(expire time.Duration) (string, http.H... method IsPresigned (line 363) | func (r *Request) IsPresigned() bool { method Build (line 414) | func (r *Request) Build() error { method Sign (line 436) | func (r *Request) Sign() error { method getNextRequestBody (line 449) | func (r *Request) getNextRequestBody() (body io.ReadCloser, err error) { method GetBody (line 510) | func (r *Request) GetBody() io.ReadSeeker { method Send (line 527) | func (r *Request) Send() error { method prepareRetry (line 572) | func (r *Request) prepareRetry() error { method sendRequest (line 598) | func (r *Request) sendRequest() (sendErr error) { method copy (line 633) | func (r *Request) copy() *Request { type Operation (line 99) | type Operation struct function New (line 118) | func New(cfg aws.Config, clientInfo metadata.ClientInfo, handlers Handlers, type Option (line 176) | type Option function WithGetResponseHeader (line 190) | func WithGetResponseHeader(key string, val *string) Option { function WithGetResponseHeaders (line 204) | func WithGetResponseHeaders(headers *http.Header) Option { function WithLogLevel (line 216) | func WithLogLevel(l aws.LogLevelType) Option { function fmtAttemptCount (line 270) | func fmtAttemptCount(retryCount, maxRetries int) string { function getPresignedURL (line 367) | func getPresignedURL(r *Request, expire time.Duration) (string, http.Hea... constant notRetrying (line 392) | notRetrying = "not retrying" function debugLogReqError (line 395) | func debugLogReqError(r *Request, stage, retryStr string, err error) { function AddToUserAgent (line 643) | func AddToUserAgent(r *Request, s string) { function SanitizeHostForHeader (line 652) | func SanitizeHostForHeader(r *http.Request) { function getHost (line 661) | func getHost(r *http.Request) string { function stripPort (line 680) | func stripPort(hostport string) string { function portOnly (line 695) | func portOnly(hostport string) string { function isDefaultPort (line 711) | func isDefaultPort(scheme, port string) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go type noBody (line 14) | type noBody struct method Read (line 16) | func (noBody) Read([]byte) (int, error) { return 0, io.EOF } method Close (line 17) | func (noBody) Close() error { return nil } method WriteTo (line 18) | func (noBody) WriteTo(io.Writer) (int64, error) { return 0, nil } method ResetBody (line 32) | func (r *Request) ResetBody() { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go method ResetBody (line 27) | func (r *Request) ResetBody() { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go function setRequestContext (line 12) | func setRequestContext(r *Request, ctx aws.Context) { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go function setRequestContext (line 12) | func setRequestContext(r *Request, ctx aws.Context) { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go type Pagination (line 31) | type Pagination struct method HasNextPage (line 57) | func (p *Pagination) HasNextPage() bool { method Err (line 70) | func (p *Pagination) Err() error { method Page (line 77) | func (p *Pagination) Page() interface{} { method Next (line 89) | func (p *Pagination) Next() bool { type Paginator (line 127) | type Paginator struct method nextPageTokens (line 135) | func (r *Request) nextPageTokens() []interface{} { function logDeprecatedf (line 191) | func logDeprecatedf(logger aws.Logger, flag *int32, msg string) { method HasNextPage (line 209) | func (r *Request) HasNextPage() bool { method NextPage (line 220) | func (r *Request) NextPage() *Request { method EachPage (line 252) | func (r *Request) EachPage(fn func(data interface{}, isLastPage bool) (s... FILE: vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go type Retryer (line 20) | type Retryer interface function WithRetryer (line 39) | func WithRetryer(cfg *aws.Config, retryer Retryer) *aws.Config { type noOpRetryer (line 56) | type noOpRetryer struct method MaxRetries (line 60) | func (d noOpRetryer) MaxRetries() int { method ShouldRetry (line 65) | func (d noOpRetryer) ShouldRetry(_ *Request) bool { method RetryRules (line 71) | func (d noOpRetryer) RetryRules(_ *Request) time.Duration { function isCodeThrottle (line 107) | func isCodeThrottle(code string) bool { function isCodeRetryable (line 112) | func isCodeRetryable(code string) bool { function isCodeExpiredCreds (line 120) | func isCodeExpiredCreds(code string) bool { function isNestedErrorRetryable (line 130) | func isNestedErrorRetryable(parentErr awserr.Error) bool { function IsErrorRetryable (line 157) | func IsErrorRetryable(err error) bool { type temporary (line 164) | type temporary interface function shouldRetryError (line 168) | func shouldRetryError(origErr error) bool { function IsErrorThrottle (line 230) | func IsErrorThrottle(err error) bool { function IsErrorExpiredCreds (line 239) | func IsErrorExpiredCreds(err error) bool { method IsErrorRetryable (line 250) | func (r *Request) IsErrorRetryable() bool { method IsErrorThrottle (line 272) | func (r *Request) IsErrorThrottle() bool { function isErrCode (line 291) | func isErrCode(err error, codes []string) bool { method IsErrorExpired (line 307) | func (r *Request) IsErrorExpired() bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go type readResult (line 16) | type readResult struct type timeoutReadCloser (line 23) | type timeoutReadCloser struct method Read (line 31) | func (r *timeoutReadCloser) Read(b []byte) (int, error) { method Close (line 49) | func (r *timeoutReadCloser) Close() error { constant HandlerResponseTimeout (line 56) | HandlerResponseTimeout = "ResponseTimeoutHandler" function adaptToResponseTimeoutError (line 61) | func adaptToResponseTimeoutError(req *Request) { function WithResponseReadTimeout (line 75) | func WithResponseReadTimeout(duration time.Duration) Option { FILE: vendor/github.com/aws/aws-sdk-go/aws/request/validation.go constant InvalidParameterErrCode (line 12) | InvalidParameterErrCode = "InvalidParameter" constant ParamRequiredErrCode (line 14) | ParamRequiredErrCode = "ParamRequiredError" constant ParamMinValueErrCode (line 17) | ParamMinValueErrCode = "ParamMinValueError" constant ParamMinLenErrCode (line 19) | ParamMinLenErrCode = "ParamMinLenError" constant ParamMaxLenErrCode (line 21) | ParamMaxLenErrCode = "ParamMaxLenError" constant ParamFormatErrCode (line 25) | ParamFormatErrCode = "ParamFormatInvalidError" type Validator (line 31) | type Validator interface type ErrInvalidParams (line 37) | type ErrInvalidParams struct method Add (line 46) | func (e *ErrInvalidParams) Add(err ErrInvalidParam) { method AddNested (line 56) | func (e *ErrInvalidParams) AddNested(nestedCtx string, nested ErrInval... method Len (line 65) | func (e ErrInvalidParams) Len() int { method Code (line 70) | func (e ErrInvalidParams) Code() string { method Message (line 75) | func (e ErrInvalidParams) Message() string { method Error (line 80) | func (e ErrInvalidParams) Error() string { method OrigErr (line 92) | func (e ErrInvalidParams) OrigErr() error { method OrigErrs (line 98) | func (e ErrInvalidParams) OrigErrs() []error { type ErrInvalidParam (line 108) | type ErrInvalidParam interface type errInvalidParam (line 121) | type errInvalidParam struct method Code (line 130) | func (e *errInvalidParam) Code() string { method Message (line 135) | func (e *errInvalidParam) Message() string { method Error (line 140) | func (e *errInvalidParam) Error() string { method OrigErr (line 145) | func (e *errInvalidParam) OrigErr() error { method Field (line 150) | func (e *errInvalidParam) Field() string { method SetContext (line 164) | func (e *errInvalidParam) SetContext(ctx string) { method AddNestedContext (line 169) | func (e *errInvalidParam) AddNestedContext(ctx string) { type ErrParamRequired (line 179) | type ErrParamRequired struct function NewErrParamRequired (line 184) | func NewErrParamRequired(field string) *ErrParamRequired { type ErrParamMinValue (line 195) | type ErrParamMinValue struct method MinValue (line 215) | func (e *ErrParamMinValue) MinValue() float64 { function NewErrParamMinValue (line 201) | func NewErrParamMinValue(field string, min float64) *ErrParamMinValue { type ErrParamMinLen (line 220) | type ErrParamMinLen struct method MinLen (line 238) | func (e *ErrParamMinLen) MinLen() int { function NewErrParamMinLen (line 226) | func NewErrParamMinLen(field string, min int) *ErrParamMinLen { type ErrParamMaxLen (line 243) | type ErrParamMaxLen struct method MaxLen (line 261) | func (e *ErrParamMaxLen) MaxLen() int { function NewErrParamMaxLen (line 249) | func NewErrParamMaxLen(field string, max int, value string) *ErrParamMax... type ErrParamFormat (line 266) | type ErrParamFormat struct method Format (line 284) | func (e *ErrParamFormat) Format() string { function NewErrParamFormat (line 272) | func NewErrParamFormat(field string, format, value string) *ErrParamForm... FILE: vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go constant WaiterResourceNotReadyErrorCode (line 14) | WaiterResourceNotReadyErrorCode = "ResourceNotReady" type WaiterOption (line 18) | type WaiterOption function WithWaiterMaxAttempts (line 22) | func WithWaiterMaxAttempts(max int) WaiterOption { type WaiterDelay (line 34) | type WaiterDelay function ConstantWaiterDelay (line 39) | func ConstantWaiterDelay(delay time.Duration) WaiterDelay { function WithWaiterDelay (line 46) | func WithWaiterDelay(delayer WaiterDelay) WaiterOption { function WithWaiterLogger (line 54) | func WithWaiterLogger(logger aws.Logger) WaiterOption { function WithWaiterRequestOptions (line 63) | func WithWaiterRequestOptions(opts ...Option) WaiterOption { type Waiter (line 74) | type Waiter struct method ApplyOptions (line 88) | func (w *Waiter) ApplyOptions(opts ...WaiterOption) { method WaitWithContext (line 169) | func (w Waiter) WaitWithContext(ctx aws.Context) error { type WaiterState (line 96) | type WaiterState method String (line 99) | func (s WaiterState) String() string { constant SuccessWaiterState (line 114) | SuccessWaiterState WaiterState = iota constant FailureWaiterState (line 115) | FailureWaiterState constant RetryWaiterState (line 116) | RetryWaiterState type WaiterMatchMode (line 121) | type WaiterMatchMode method String (line 135) | func (m WaiterMatchMode) String() string { constant PathAllWaiterMatch (line 126) | PathAllWaiterMatch WaiterMatchMode = iota constant PathWaiterMatch (line 127) | PathWaiterMatch constant PathAnyWaiterMatch (line 128) | PathAnyWaiterMatch constant PathListWaiterMatch (line 129) | PathListWaiterMatch constant StatusWaiterMatch (line 130) | StatusWaiterMatch constant ErrorWaiterMatch (line 131) | ErrorWaiterMatch type WaiterAcceptor (line 216) | type WaiterAcceptor struct method match (line 226) | func (a *WaiterAcceptor) match(name string, l aws.Logger, req *Request... function waiterLogf (line 291) | func waiterLogf(logger aws.Logger, msg string, args ...interface{}) { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/credentials.go type CredentialsProviderOptions (line 23) | type CredentialsProviderOptions struct function resolveCredentials (line 33) | func resolveCredentials(cfg *aws.Config, function assumeWebIdentity (line 74) | func assumeWebIdentity(cfg *aws.Config, handlers request.Handlers, function resolveCredsFromProfile (line 102) | func resolveCredsFromProfile(cfg *aws.Config, function resolveSSOCredentials (line 180) | func resolveSSOCredentials(cfg *aws.Config, sharedCfg sharedConfig, hand... constant credSourceEc2Metadata (line 222) | credSourceEc2Metadata = "Ec2InstanceMetadata" constant credSourceEnvironment (line 223) | credSourceEnvironment = "Environment" constant credSourceECSContainer (line 224) | credSourceECSContainer = "EcsContainer" function resolveCredsFromSource (line 227) | func resolveCredsFromSource(cfg *aws.Config, function credsFromAssumeRole (line 256) | func credsFromAssumeRole(cfg aws.Config, type AssumeRoleTokenProviderNotSetError (line 302) | type AssumeRoleTokenProviderNotSetError struct method Code (line 305) | func (e AssumeRoleTokenProviderNotSetError) Code() string { method Message (line 310) | func (e AssumeRoleTokenProviderNotSetError) Message() string { method OrigErr (line 315) | func (e AssumeRoleTokenProviderNotSetError) OrigErr() error { method Error (line 320) | func (e AssumeRoleTokenProviderNotSetError) Error() string { type credProviderError (line 324) | type credProviderError struct method Retrieve (line 328) | func (c credProviderError) Retrieve() (credentials.Value, error) { method IsExpired (line 331) | func (c credProviderError) IsExpired() bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport.go function getCustomTransport (line 14) | func getCustomTransport() *http.Transport { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.12.go function getCustomTransport (line 14) | func getCustomTransport() *http.Transport { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.5.go function getCustomTransport (line 14) | func getCustomTransport() *http.Transport { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/custom_transport_go1.6.go function getCustomTransport (line 14) | func getCustomTransport() *http.Transport { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go constant EnvProviderName (line 16) | EnvProviderName = "EnvConfigCredentials" type envConfig (line 22) | type envConfig struct function loadEnvConfig (line 286) | func loadEnvConfig() (envConfig, error) { function loadSharedEnvConfig (line 297) | func loadSharedEnvConfig() (envConfig, error) { function envConfigLoad (line 301) | func envConfigLoad(enableSharedConfig bool) (envConfig, error) { function setFromEnvVal (line 418) | func setFromEnvVal(dst *string, keys []string) { function setBoolPtrFromEnvVal (line 427) | func setBoolPtrFromEnvVal(dst **bool, keys []string) { function setEC2IMDSEndpointMode (line 445) | func setEC2IMDSEndpointMode(mode *endpoints.EC2IMDSEndpointModeState, ke... function setUseDualStackEndpointFromEnvVal (line 459) | func setUseDualStackEndpointFromEnvVal(dst *endpoints.DualStackEndpointS... function setUseFIPSEndpointFromEnvVal (line 480) | func setUseFIPSEndpointFromEnvVal(dst *endpoints.FIPSEndpointState, keys... FILE: vendor/github.com/aws/aws-sdk-go/aws/session/session.go constant ErrCodeSharedConfig (line 28) | ErrCodeSharedConfig = "SharedConfigErr" constant ErrCodeLoadCustomCABundle (line 31) | ErrCodeLoadCustomCABundle = "LoadCustomCABundleError" constant ErrCodeLoadClientTLSCert (line 35) | ErrCodeLoadClientTLSCert = "LoadClientTLSCertError" type Session (line 56) | type Session struct method Copy (line 858) | func (s *Session) Copy(cfgs ...*aws.Config) *Session { method ClientConfig (line 873) | func (s *Session) ClientConfig(service string, cfgs ...*aws.Config) cl... method resolveEndpoint (line 906) | func (s *Session) resolveEndpoint(service, region, resolvedRegion stri... method ClientConfigNoResolveEndpoint (line 954) | func (s *Session) ClientConfigNoResolveEndpoint(cfgs ...*aws.Config) c... method logDeprecatedNewSessionError (line 977) | func (s *Session) logDeprecatedNewSessionError(msg string, err error, ... function New (line 84) | func New(cfgs ...*aws.Config) *Session { function NewSession (line 148) | func NewSession(cfgs ...*aws.Config) (*Session, error) { type SharedConfigState (line 158) | type SharedConfigState constant SharedConfigStateFromEnv (line 164) | SharedConfigStateFromEnv SharedConfigState = iota constant SharedConfigDisable (line 168) | SharedConfigDisable constant SharedConfigEnable (line 172) | SharedConfigEnable type Options (line 177) | type Options struct function NewSessionWithOptions (line 342) | func NewSessionWithOptions(opts Options) (*Session, error) { function Must (line 378) | func Must(sess *Session, err error) *Session { function wrapEC2IMDSEndpoint (line 388) | func wrapEC2IMDSEndpoint(resolver endpoints.Resolver, endpoint string, m... function deprecatedNewSession (line 408) | func deprecatedNewSession(envCfg envConfig, cfgs ...*aws.Config) *Session { function enableCSM (line 442) | func enableCSM(handlers *request.Handlers, cfg csmConfig, logger aws.Log... function newSession (line 456) | func newSession(opts Options, envCfg envConfig, cfgs ...*aws.Config) (*S... type csmConfig (line 528) | type csmConfig struct function loadCSMConfig (line 537) | func loadCSMConfig(envCfg envConfig, cfgFiles []string) (csmConfig, erro... function setTLSOptions (line 568) | func setTLSOptions(opts *Options, cfg *aws.Config, envCfg envConfig, sha... function getHTTPTransport (line 620) | func getHTTPTransport(client *http.Client) (*http.Transport, error) { function loadCustomCABundle (line 640) | func loadCustomCABundle(client *http.Client, bundle io.Reader) error { function loadCertPool (line 661) | func loadCertPool(r io.Reader) (*x509.CertPool, error) { function loadClientTLSCert (line 677) | func loadClientTLSCert(client *http.Client, certFile, keyFile io.Reader)... function mergeConfigSrcs (line 715) | func mergeConfigSrcs(cfg, userCfg *aws.Config, function mergeSTSRegionalEndpointConfig (line 826) | func mergeSTSRegionalEndpointConfig(cfg *aws.Config, values []endpoints.... function mergeS3UsEast1RegionalEndpointConfig (line 835) | func mergeS3UsEast1RegionalEndpointConfig(cfg *aws.Config, values []endp... function initHandlers (line 844) | func initHandlers(s *Session) { constant ec2MetadataServiceID (line 904) | ec2MetadataServiceID = "ec2metadata" function normalizeRegion (line 989) | func normalizeRegion(cfg *aws.Config) (resolved string) { FILE: vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go constant accessKeyIDKey (line 16) | accessKeyIDKey = `aws_access_key_id` constant secretAccessKey (line 17) | secretAccessKey = `aws_secret_access_key` constant sessionTokenKey (line 18) | sessionTokenKey = `aws_session_token` constant roleArnKey (line 21) | roleArnKey = `role_arn` constant sourceProfileKey (line 22) | sourceProfileKey = `source_profile` constant credentialSourceKey (line 23) | credentialSourceKey = `credential_source` constant externalIDKey (line 24) | externalIDKey = `external_id` constant mfaSerialKey (line 25) | mfaSerialKey = `mfa_serial` constant roleSessionNameKey (line 26) | roleSessionNameKey = `role_session_name` constant roleDurationSecondsKey (line 27) | roleDurationSecondsKey = "duration_seconds" constant ssoSectionPrefix (line 31) | ssoSectionPrefix = `sso-session ` constant ssoSessionNameKey (line 34) | ssoSessionNameKey = "sso_session" constant ssoAccountIDKey (line 37) | ssoAccountIDKey = "sso_account_id" constant ssoRegionKey (line 38) | ssoRegionKey = "sso_region" constant ssoRoleNameKey (line 39) | ssoRoleNameKey = "sso_role_name" constant ssoStartURL (line 40) | ssoStartURL = "sso_start_url" constant csmEnabledKey (line 43) | csmEnabledKey = `csm_enabled` constant csmHostKey (line 44) | csmHostKey = `csm_host` constant csmPortKey (line 45) | csmPortKey = `csm_port` constant csmClientIDKey (line 46) | csmClientIDKey = `csm_client_id` constant regionKey (line 49) | regionKey = `region` constant customCABundleKey (line 52) | customCABundleKey = `ca_bundle` constant enableEndpointDiscoveryKey (line 55) | enableEndpointDiscoveryKey = `endpoint_discovery_enabled` constant credentialProcessKey (line 58) | credentialProcessKey = `credential_process` constant webIdentityTokenFileKey (line 61) | webIdentityTokenFileKey = `web_identity_token_file` constant stsRegionalEndpointSharedKey (line 64) | stsRegionalEndpointSharedKey = `sts_regional_endpoints` constant s3UsEast1RegionalSharedKey (line 67) | s3UsEast1RegionalSharedKey = `s3_us_east_1_regional_endpoint` constant DefaultSharedConfigProfile (line 72) | DefaultSharedConfigProfile = `default` constant s3UseARNRegionKey (line 75) | s3UseARNRegionKey = "s3_use_arn_region" constant ec2MetadataServiceEndpointModeKey (line 78) | ec2MetadataServiceEndpointModeKey = "ec2_metadata_service_endpoint_mode" constant ec2MetadataServiceEndpointKey (line 81) | ec2MetadataServiceEndpointKey = "ec2_metadata_service_endpoint" constant ec2MetadataV1DisabledKey (line 84) | ec2MetadataV1DisabledKey = "ec2_metadata_v1_disabled" constant useDualStackEndpoint (line 87) | useDualStackEndpoint = "use_dualstack_endpoint" constant useFIPSEndpointKey (line 90) | useFIPSEndpointKey = "use_fips_endpoint" type sharedConfig (line 94) | type sharedConfig struct method setFromIniFiles (line 273) | func (cfg *sharedConfig) setFromIniFiles(profiles map[string]struct{},... method setFromIniFile (line 380) | func (cfg *sharedConfig) setFromIniFile(profile string, file sharedCon... method validateCredentialsConfig (line 489) | func (cfg *sharedConfig) validateCredentialsConfig(profile string) err... method validateCredentialsRequireARN (line 497) | func (cfg *sharedConfig) validateCredentialsRequireARN(profile string)... method validateCredentialType (line 519) | func (cfg *sharedConfig) validateCredentialType() error { method validateSSOConfiguration (line 533) | func (cfg *sharedConfig) validateSSOConfiguration() error { method hasCredentials (line 551) | func (cfg *sharedConfig) hasCredentials() bool { method clearCredentialOptions (line 566) | func (cfg *sharedConfig) clearCredentialOptions() { method clearAssumeRoleOptions (line 577) | func (cfg *sharedConfig) clearAssumeRoleOptions() { method hasSSOConfiguration (line 585) | func (cfg *sharedConfig) hasSSOConfiguration() bool { method hasSSOTokenProviderConfiguration (line 589) | func (c *sharedConfig) hasSSOTokenProviderConfiguration() bool { method hasLegacySSOConfiguration (line 593) | func (c *sharedConfig) hasLegacySSOConfiguration() bool { method validateSSOTokenProviderConfiguration (line 597) | func (c *sharedConfig) validateSSOTokenProviderConfiguration() error { method validateLegacySSOConfiguration (line 632) | func (c *sharedConfig) validateLegacySSOConfiguration() error { type sharedConfigFile (line 204) | type sharedConfigFile struct type ssoSession (line 211) | type ssoSession struct method setFromIniSection (line 217) | func (s *ssoSession) setFromIniSection(section ini.Section) { function loadSharedConfig (line 234) | func loadSharedConfig(profile string, filenames []string, exOpts bool) (... function loadSharedConfigIniFiles (line 253) | func loadSharedConfigIniFiles(filenames []string) ([]sharedConfigFile, e... function updateEC2MetadataServiceEndpointMode (line 481) | func updateEC2MetadataServiceEndpointMode(endpointMode *endpoints.EC2IMD... function oneOrNone (line 658) | func oneOrNone(bs ...bool) bool { function updateString (line 675) | func updateString(dst *string, section ini.Section, key string) { function updateBool (line 684) | func updateBool(dst *bool, section ini.Section, key string) { function updateBoolPtr (line 696) | func updateBoolPtr(dst **bool, section ini.Section, key string) { type SharedConfigLoadError (line 708) | type SharedConfigLoadError struct method Code (line 714) | func (e SharedConfigLoadError) Code() string { method Message (line 719) | func (e SharedConfigLoadError) Message() string { method OrigErr (line 724) | func (e SharedConfigLoadError) OrigErr() error { method Error (line 729) | func (e SharedConfigLoadError) Error() string { type SharedConfigProfileNotExistsError (line 735) | type SharedConfigProfileNotExistsError struct method Code (line 741) | func (e SharedConfigProfileNotExistsError) Code() string { method Message (line 746) | func (e SharedConfigProfileNotExistsError) Message() string { method OrigErr (line 751) | func (e SharedConfigProfileNotExistsError) OrigErr() error { method Error (line 756) | func (e SharedConfigProfileNotExistsError) Error() string { type SharedConfigAssumeRoleError (line 763) | type SharedConfigAssumeRoleError struct method Code (line 769) | func (e SharedConfigAssumeRoleError) Code() string { method Message (line 774) | func (e SharedConfigAssumeRoleError) Message() string { method OrigErr (line 782) | func (e SharedConfigAssumeRoleError) OrigErr() error { method Error (line 787) | func (e SharedConfigAssumeRoleError) Error() string { type CredentialRequiresARNError (line 793) | type CredentialRequiresARNError struct method Code (line 802) | func (e CredentialRequiresARNError) Code() string { method Message (line 807) | func (e CredentialRequiresARNError) Message() string { method OrigErr (line 815) | func (e CredentialRequiresARNError) OrigErr() error { method Error (line 820) | func (e CredentialRequiresARNError) Error() string { function updateUseDualStackEndpoint (line 826) | func updateUseDualStackEndpoint(dst *endpoints.DualStackEndpointState, s... function updateUseFIPSEndpoint (line 843) | func updateUseFIPSEndpoint(dst *endpoints.FIPSEndpointState, section ini... FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go type rules (line 9) | type rules method IsValid (line 19) | func (r rules) IsValid(value string) bool { type rule (line 13) | type rule interface type mapRule (line 29) | type mapRule method IsValid (line 32) | func (m mapRule) IsValid(value string) bool { type allowList (line 38) | type allowList struct method IsValid (line 43) | func (w allowList) IsValid(value string) bool { type excludeList (line 48) | type excludeList struct method IsValid (line 53) | func (b excludeList) IsValid(value string) bool { type patterns (line 57) | type patterns method IsValid (line 61) | func (p patterns) IsValid(value string) bool { type inclusiveRules (line 71) | type inclusiveRules method IsValid (line 74) | func (r inclusiveRules) IsValid(value string) bool { FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go function WithUnsignedPayload (line 5) | func WithUnsignedPayload(v4 *Signer) { FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.5.go function requestContext (line 12) | func requestContext(r *http.Request) aws.Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/request_context_go1.7.go function requestContext (line 12) | func requestContext(r *http.Request) aws.Context { FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/stream.go type credentialValueProvider (line 11) | type credentialValueProvider interface type StreamSigner (line 16) | type StreamSigner struct method GetSignature (line 36) | func (s *StreamSigner) GetSignature(headers, payload []byte, date time... function NewStreamSigner (line 26) | func NewStreamSigner(region, service string, seedSignature []byte, crede... function buildEventStreamStringToSign (line 54) | func buildEventStreamStringToSign(headers, payload, prevSig []byte, scop... FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go function getURIPath (line 11) | func getURIPath(u *url.URL) string { FILE: vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go constant authorizationHeader (line 79) | authorizationHeader = "Authorization" constant authHeaderSignatureElem (line 80) | authHeaderSignatureElem = "Signature=" constant signatureQueryKey (line 81) | signatureQueryKey = "X-Amz-Signature" constant authHeaderPrefix (line 83) | authHeaderPrefix = "AWS4-HMAC-SHA256" constant timeFormat (line 84) | timeFormat = "20060102T150405Z" constant shortTimeFormat (line 85) | shortTimeFormat = "20060102" constant awsV4Request (line 86) | awsV4Request = "aws4_request" constant emptyStringSHA256 (line 89) | emptyStringSHA256 = `e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca49... type Signer (line 162) | type Signer struct method Sign (line 279) | func (v4 Signer) Sign(r *http.Request, body io.ReadSeeker, service, re... method Presign (line 313) | func (v4 Signer) Presign(r *http.Request, body io.ReadSeeker, service,... method signWithBody (line 317) | func (v4 Signer) signWithBody(r *http.Request, body io.ReadSeeker, ser... method logSigningInfo (line 507) | func (v4 *Signer) logSigningInfo(ctx *signingCtx) { function NewSigner (line 216) | func NewSigner(credentials *credentials.Credentials, options ...func(*Si... type signingCtx (line 228) | type signingCtx struct method sanitizeHostForHeader (line 378) | func (ctx *signingCtx) sanitizeHostForHeader() { method handlePresignRemoval (line 382) | func (ctx *signingCtx) handlePresignRemoval() { method assignAmzQueryValues (line 396) | func (ctx *signingCtx) assignAmzQueryValues() { method build (line 516) | func (ctx *signingCtx) build(disableHeaderHoisting bool) error { method buildTime (line 579) | func (ctx *signingCtx) buildTime() { method buildCredentialString (line 589) | func (ctx *signingCtx) buildCredentialString() { method buildCanonicalHeaders (line 610) | func (ctx *signingCtx) buildCanonicalHeaders(r rule, header http.Heade... method buildCanonicalString (line 660) | func (ctx *signingCtx) buildCanonicalString() { method buildStringToSign (line 679) | func (ctx *signingCtx) buildStringToSign() { method buildSignature (line 688) | func (ctx *signingCtx) buildSignature() { method buildBodyDigest (line 694) | func (ctx *signingCtx) buildBodyDigest() error { method isRequestSigned (line 733) | func (ctx *signingCtx) isRequestSigned() bool { method removePresign (line 745) | func (ctx *signingCtx) removePresign() { function SignSDKRequest (line 430) | func SignSDKRequest(req *request.Request) { function BuildNamedHandler (line 435) | func BuildNamedHandler(name string, opts ...func(*Signer)) request.Named... function SignSDKRequestWithCurrentTime (line 447) | func SignSDKRequestWithCurrentTime(req *request.Request, curTimeFn func(... constant logSignInfoMsg (line 497) | logSignInfoMsg = `DEBUG: Request Signature: constant logSignedURLMsg (line 503) | logSignedURLMsg = ` function GetSignedRequestSignature (line 557) | func GetSignedRequestSignature(r *http.Request) ([]byte, error) { function buildQuery (line 597) | func buildQuery(r rule, header http.Header) (url.Values, http.Header) { function hmacSHA256 (line 755) | func hmacSHA256(key []byte, data []byte) []byte { function hashSHA256 (line 761) | func hashSHA256(data []byte) []byte { function makeSha256Reader (line 767) | func makeSha256Reader(reader io.ReadSeeker) (hashBytes []byte, err error) { constant doubleSpace (line 790) | doubleSpace = " " function stripExcessSpaces (line 794) | func stripExcessSpaces(vals []string) { function buildSigningScope (line 834) | func buildSigningScope(region, service string, dt time.Time) string { function deriveSigningKey (line 843) | func deriveSigningKey(region, service, secretKey string, dt time.Time) [... function formatShortTime (line 851) | func formatShortTime(dt time.Time) string { function formatTime (line 855) | func formatTime(dt time.Time) string { FILE: vendor/github.com/aws/aws-sdk-go/aws/types.go function ReadSeekCloser (line 23) | func ReadSeekCloser(r io.Reader) ReaderSeekerCloser { type ReaderSeekerCloser (line 29) | type ReaderSeekerCloser struct method Read (line 56) | func (r ReaderSeekerCloser) Read(p []byte) (int, error) { method Seek (line 70) | func (r ReaderSeekerCloser) Seek(offset int64, whence int) (int64, err... method IsSeeker (line 79) | func (r ReaderSeekerCloser) IsSeeker() bool { method HasLen (line 86) | func (r ReaderSeekerCloser) HasLen() (int, bool) { method GetLen (line 103) | func (r ReaderSeekerCloser) GetLen() (int64, error) { method Close (line 152) | func (r ReaderSeekerCloser) Close() error { function IsReaderSeekable (line 36) | func IsReaderSeekable(r io.Reader) bool { function SeekerLen (line 117) | func SeekerLen(s io.Seeker) (int64, error) { function seekerLen (line 130) | func seekerLen(s io.Seeker) (int64, error) { type WriteAtBuffer (line 163) | type WriteAtBuffer struct method WriteAt (line 183) | func (b *WriteAtBuffer) WriteAt(p []byte, pos int64) (n int, err error) { method Bytes (line 204) | func (b *WriteAtBuffer) Bytes() []byte { function NewWriteAtBuffer (line 176) | func NewWriteAtBuffer(buf []byte) *WriteAtBuffer { type MultiCloser (line 212) | type MultiCloser method Close (line 217) | func (m MultiCloser) Close() error { type errors (line 232) | type errors method Error (line 234) | func (es errors) Error() string { function CopySeekableBody (line 244) | func CopySeekableBody(dst io.Writer, src io.ReadSeeker) (int64, error) { FILE: vendor/github.com/aws/aws-sdk-go/aws/url.go function URLHostname (line 11) | func URLHostname(url *url.URL) string { FILE: vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go function URLHostname (line 14) | func URLHostname(url *url.URL) string { function stripPort (line 21) | func stripPort(hostport string) string { FILE: vendor/github.com/aws/aws-sdk-go/aws/version.go constant SDKName (line 5) | SDKName = "aws-sdk-go" constant SDKVersion (line 8) | SDKVersion = "1.48.16" FILE: vendor/github.com/aws/aws-sdk-go/internal/context/background_go1.5.go type emptyCtx (line 14) | type emptyCtx method Deadline (line 16) | func (*emptyCtx) Deadline() (deadline time.Time, ok bool) { method Done (line 20) | func (*emptyCtx) Done() <-chan struct{} { method Err (line 24) | func (*emptyCtx) Err() error { method Value (line 28) | func (*emptyCtx) Value(key interface{}) interface{} { method String (line 32) | func (e *emptyCtx) String() string { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/ast.go type ASTKind (line 5) | type ASTKind method String (line 24) | func (k ASTKind) String() string { constant ASTKindNone (line 10) | ASTKindNone = ASTKind(iota) constant ASTKindStart (line 11) | ASTKindStart constant ASTKindExpr (line 12) | ASTKindExpr constant ASTKindEqualExpr (line 13) | ASTKindEqualExpr constant ASTKindStatement (line 14) | ASTKindStatement constant ASTKindSkipStatement (line 15) | ASTKindSkipStatement constant ASTKindExprStatement (line 16) | ASTKindExprStatement constant ASTKindSectionStatement (line 17) | ASTKindSectionStatement constant ASTKindNestedSectionStatement (line 18) | ASTKindNestedSectionStatement constant ASTKindCompletedNestedSectionStatement (line 19) | ASTKindCompletedNestedSectionStatement constant ASTKindCommentStatement (line 20) | ASTKindCommentStatement constant ASTKindCompletedSectionStatement (line 21) | ASTKindCompletedSectionStatement type AST (line 55) | type AST struct method AppendChild (line 79) | func (a *AST) AppendChild(child AST) { method GetRoot (line 85) | func (a *AST) GetRoot() AST { method GetChildren (line 98) | func (a *AST) GetChildren() []AST { method SetChildren (line 111) | func (a *AST) SetChildren(children []AST) { function newAST (line 62) | func newAST(kind ASTKind, root AST, children ...AST) AST { function newASTWithRootToken (line 69) | func newASTWithRootToken(kind ASTKind, root Token, children ...AST) AST { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/comma_token.go function isComma (line 5) | func isComma(b rune) bool { function newCommaToken (line 9) | func newCommaToken() Token { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/comment_token.go function isComment (line 5) | func isComment(b []rune) bool { function newCommentToken (line 22) | func newCommentToken(b []rune) (Token, int, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/expression.go function newExpression (line 8) | func newExpression(tok Token) AST { function newEqualExpr (line 12) | func newEqualExpr(left AST, tok Token) AST { function EqualExprKey (line 17) | func EqualExprKey(ast AST) string { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/fuzz.go function Fuzz (line 10) | func Fuzz(data []byte) int { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/ini.go function OpenFile (line 12) | func OpenFile(path string) (Sections, error) { function Parse (line 24) | func Parse(f io.Reader) (Sections, error) { function ParseBytes (line 39) | func ParseBytes(b []byte) (Sections, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/ini_lexer.go constant ErrCodeUnableToReadFile (line 14) | ErrCodeUnableToReadFile = "FailedRead" type TokenType (line 18) | type TokenType method String (line 20) | func (t TokenType) String() string { constant TokenNone (line 45) | TokenNone = TokenType(iota) constant TokenLit (line 46) | TokenLit constant TokenSep (line 47) | TokenSep constant TokenComma (line 48) | TokenComma constant TokenOp (line 49) | TokenOp constant TokenWS (line 50) | TokenWS constant TokenNL (line 51) | TokenNL constant TokenComment (line 52) | TokenComment type iniLexer (line 55) | type iniLexer struct method Tokenize (line 59) | func (l *iniLexer) Tokenize(r io.Reader) ([]Token, error) { method tokenize (line 68) | func (l *iniLexer) tokenize(b []byte) ([]Token, error) { function countTokens (line 106) | func countTokens(runes []rune) int { type Token (line 140) | type Token struct method Raw (line 158) | func (tok Token) Raw() []rune { method Type (line 163) | func (tok Token) Type() TokenType { function newToken (line 149) | func newToken(t TokenType, raw []rune, v ValueType) Token { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/ini_parser.go type ParseState (line 9) | type ParseState constant InvalidState (line 13) | InvalidState ParseState = iota constant StatementState (line 15) | StatementState constant StatementPrimeState (line 17) | StatementPrimeState constant ValueState (line 19) | ValueState constant OpenScopeState (line 21) | OpenScopeState constant SectionState (line 23) | SectionState constant CloseScopeState (line 25) | CloseScopeState constant SkipState (line 27) | SkipState constant SkipTokenState (line 30) | SkipTokenState constant CommentState (line 33) | CommentState constant MarkCompleteState (line 36) | MarkCompleteState constant TerminalState (line 38) | TerminalState function ParseAST (line 121) | func ParseAST(r io.Reader) ([]AST, error) { function ParseASTBytes (line 133) | func ParseASTBytes(b []byte) ([]AST, error) { function parse (line 143) | func parse(tokens []Token) ([]AST, error) { function trimSpaces (line 329) | func trimSpaces(k AST) AST { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/literal_tokens.go function isBoolValue (line 20) | func isBoolValue(b []rune) bool { function isLitValue (line 29) | func isLitValue(want, have []rune) bool { function isCaselessLitValue (line 44) | func isCaselessLitValue(want, have []rune) bool { function isNumberValue (line 64) | func isNumberValue(b []rune) bool { function isValid (line 120) | func isValid(b []rune) (bool, int, error) { function isValidRune (line 129) | func isValidRune(r rune) bool { type ValueType (line 135) | type ValueType method String (line 137) | func (v ValueType) String() string { constant NoneType (line 156) | NoneType = ValueType(iota) constant DecimalType (line 157) | DecimalType constant IntegerType (line 158) | IntegerType constant StringType (line 159) | StringType constant QuotedStringType (line 160) | QuotedStringType constant BoolType (line 161) | BoolType type Value (line 165) | type Value struct method Append (line 214) | func (v *Value) Append(tok Token) { method String (line 227) | func (v Value) String() string { method IntValue (line 265) | func (v Value) IntValue() (int64, bool) { method FloatValue (line 274) | func (v Value) FloatValue() (float64, bool) { method BoolValue (line 283) | func (v Value) BoolValue() (bool, bool) { method StringValue (line 303) | func (v Value) StringValue() string { function newValue (line 175) | func newValue(t ValueType, base int, raw []rune) (Value, error) { function newLitToken (line 244) | func newLitToken(b []rune) (Token, int, error) { function isTrimmable (line 294) | func isTrimmable(r rune) bool { function contains (line 315) | func contains(runes []rune, c rune) bool { function runeCompare (line 325) | func runeCompare(v1 []rune, v2 []rune) bool { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/newline_token.go function isNewline (line 3) | func isNewline(b []rune) bool { function newNewlineToken (line 19) | func newNewlineToken(b []rune) (Token, int, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/number_helper.go constant none (line 10) | none = numberFormat(iota) constant binary (line 11) | binary constant octal (line 12) | octal constant decimal (line 13) | decimal constant hex (line 14) | hex constant exponent (line 15) | exponent type numberFormat (line 18) | type numberFormat type numberHelper (line 23) | type numberHelper struct method Exists (line 30) | func (b numberHelper) Exists() bool { method IsNegative (line 34) | func (b numberHelper) IsNegative() bool { method Determine (line 38) | func (b *numberHelper) Determine(c rune) error { method CorrectByte (line 67) | func (b numberHelper) CorrectByte(c rune) bool { method Base (line 106) | func (b numberHelper) Base() int { method String (line 119) | func (b numberHelper) String() string { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/op_tokens.go function isOp (line 12) | func isOp(b []rune) bool { function newOpToken (line 27) | func newOpToken(b []rune) (Token, int, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/parse_error.go constant ErrCodeParseError (line 8) | ErrCodeParseError = "INIParseError" type ParseError (line 13) | type ParseError struct method Code (line 26) | func (err *ParseError) Code() string { method Message (line 31) | func (err *ParseError) Message() string { method OrigError (line 37) | func (err *ParseError) OrigError() error { method Error (line 41) | func (err *ParseError) Error() string { function NewParseError (line 19) | func NewParseError(message string) *ParseError { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/parse_stack.go type ParseStack (line 11) | type ParseStack struct method Pop (line 26) | func (s *ParseStack) Pop() AST { method Push (line 32) | func (s *ParseStack) Push(ast AST) { method MarkComplete (line 38) | func (s *ParseStack) MarkComplete(ast AST) { method List (line 44) | func (s ParseStack) List() []AST { method Len (line 49) | func (s *ParseStack) Len() int { method String (line 53) | func (s ParseStack) String() string { function newParseStack (line 18) | func newParseStack(sizeContainer, sizeList int) ParseStack { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/sep_tokens.go function isSep (line 11) | func isSep(b []rune) bool { function newSepToken (line 29) | func newSepToken(b []rune) (Token, int, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/skipper.go type skipper (line 12) | type skipper struct method ShouldSkip (line 24) | func (s *skipper) ShouldSkip(tok Token) bool { method Skip (line 37) | func (s *skipper) Skip() { method Continue (line 41) | func (s *skipper) Continue() { function newSkipper (line 18) | func newSkipper() skipper { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/statement.go function newStatement (line 4) | func newStatement() AST { function newSectionStatement (line 9) | func newSectionStatement(tok Token) AST { function newExprStatement (line 14) | func newExprStatement(ast AST) AST { function newCommentStatement (line 23) | func newCommentStatement(tok Token) AST { function newCompletedSectionStatement (line 28) | func newCompletedSectionStatement(ast AST) AST { function newSkipStatement (line 33) | func newSkipStatement(ast AST) AST { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/value_util.go function getStringValue (line 11) | func getStringValue(b []rune) (int, error) { function getBoolValue (line 49) | func getBoolValue(b []rune) (int, error) { function getNumericalValue (line 77) | func getNumericalValue(b []rune) (int, int, error) { function isDigit (line 153) | func isDigit(b rune) bool { function hasExponent (line 157) | func hasExponent(v []rune) bool { function isBinaryByte (line 161) | func isBinaryByte(b rune) bool { function isOctalByte (line 170) | func isOctalByte(b rune) bool { function isHexByte (line 179) | func isHexByte(b rune) bool { function getValue (line 187) | func getValue(b []rune) (int, error) { function getNegativeNumber (line 217) | func getNegativeNumber(b []rune) int { function isEscaped (line 234) | func isEscaped(value []rune, b rune) bool { function getEscapedByte (line 252) | func getEscapedByte(b rune) (rune, error) { function removeEscapedCharacters (line 269) | func removeEscapedCharacters(b []rune) []rune { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/visitor.go type Visitor (line 10) | type Visitor interface type DefaultVisitor (line 20) | type DefaultVisitor struct method VisitExpr (line 35) | func (v *DefaultVisitor) VisitExpr(expr AST) error { method VisitStatement (line 79) | func (v *DefaultVisitor) VisitStatement(stmt AST) error { function NewDefaultVisitor (line 26) | func NewDefaultVisitor() *DefaultVisitor { type Sections (line 99) | type Sections struct method GetSection (line 105) | func (t Sections) GetSection(p string) (Section, bool) { method List (line 115) | func (t Sections) List() []string { type values (line 111) | type values type Section (line 129) | type Section struct method Has (line 135) | func (t Section) Has(k string) bool { method ValueType (line 142) | func (t Section) ValueType(k string) (ValueType, bool) { method Bool (line 148) | func (t Section) Bool(k string) (bool, bool) { method Int (line 153) | func (t Section) Int(k string) (int64, bool) { method Float64 (line 158) | func (t Section) Float64(k string) (float64, bool) { method String (line 163) | func (t Section) String(k string) string { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/walker.go function Walk (line 4) | func Walk(tree []AST, v Visitor) error { FILE: vendor/github.com/aws/aws-sdk-go/internal/ini/ws_token.go function isWhitespace (line 11) | func isWhitespace(c rune) bool { function newWSToken (line 15) | func newWSToken(b []rune) (Token, int, error) { FILE: vendor/github.com/aws/aws-sdk-go/internal/sdkio/byte.go constant Byte (line 5) | Byte int64 = 1 constant KibiByte (line 7) | KibiByte = Byte * 1024 constant MebiByte (line 9) | MebiByte = KibiByte * 1024 constant GibiByte (line 11) | GibiByte = MebiByte * 1024 FILE: vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.6.go constant SeekStart (line 8) | SeekStart = 0 constant SeekCurrent (line 9) | SeekCurrent = 1 constant SeekEnd (line 10) | SeekEnd = 2 FILE: vendor/github.com/aws/aws-sdk-go/internal/sdkio/io_go1.7.go constant SeekStart (line 10) | SeekStart = io.SeekStart constant SeekCurrent (line 11) | SeekCurrent = io.SeekCurrent constant SeekEnd (line 12) | SeekEnd = io.SeekEnd FILE: vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor.go function Round (line 14) | func Round(x float64) float64 { FILE: vendor/github.com/aws/aws-sdk-go/internal/sdkmath/floor_go1.9.go constant uvone (line 11) | uvone = 0x3FF0000000000000 constant mask (line 12) | mask = 0x7FF constant shift (line 13) | shift = 64 - 11 - 1 constant bias (line 14) | bias = 1023 constant signMask (line 15) | signMask = 1 << 63 constant fracMask (line 16) | fracMask = 1<" } function init (line 47) | func init() { FILE: vendor/github.com/gogo/protobuf/proto/encode.go constant maxVarintBytes (line 64) | maxVarintBytes = 10 function EncodeVarint (line 72) | func EncodeVarint(x uint64) []byte { method EncodeVarint (line 88) | func (p *Buffer) EncodeVarint(x uint64) error { function SizeVarint (line 98) | func SizeVarint(x uint64) int { method EncodeFixed64 (line 125) | func (p *Buffer) EncodeFixed64(x uint64) error { method EncodeFixed32 (line 141) | func (p *Buffer) EncodeFixed32(x uint64) error { method EncodeZigzag64 (line 153) | func (p *Buffer) EncodeZigzag64(x uint64) error { method EncodeZigzag32 (line 161) | func (p *Buffer) EncodeZigzag32(x uint64) error { method EncodeRawBytes (line 169) | func (p *Buffer) EncodeRawBytes(b []byte) error { method EncodeStringBytes (line 177) | func (p *Buffer) EncodeStringBytes(s string) error { type Marshaler (line 184) | type Marshaler interface method EncodeMessage (line 190) | func (p *Buffer) EncodeMessage(pb Message) error { function isNil (line 199) | func isNil(v reflect.Value) bool { FILE: vendor/github.com/gogo/protobuf/proto/encode_gogo.go function NewRequiredNotSetError (line 31) | func NewRequiredNotSetError(field string) *RequiredNotSetError { FILE: vendor/github.com/gogo/protobuf/proto/equal.go function Equal (line 72) | func Equal(a, b Message) bool { function equalStruct (line 96) | func equalStruct(v1, v2 reflect.Value) bool { function equalAny (line 145) | func equalAny(v1, v2 reflect.Value, prop *Properties) bool { function equalExtensions (line 232) | func equalExtensions(base reflect.Type, x1, x2 XXX_InternalExtensions) b... function equalExtMap (line 238) | func equalExtMap(base reflect.Type, em1, em2 map[int32]Extension) bool { FILE: vendor/github.com/gogo/protobuf/proto/extensions.go type ExtensionRange (line 52) | type ExtensionRange struct type extendableProto (line 58) | type extendableProto interface type extendableProtoV1 (line 67) | type extendableProtoV1 interface type extensionAdapter (line 74) | type extensionAdapter struct method extensionsWrite (line 78) | func (e extensionAdapter) extensionsWrite() map[int32]Extension { method extensionsRead (line 82) | func (e extensionAdapter) extensionsRead() (map[int32]Extension, sync.... type notLocker (line 87) | type notLocker struct method Lock (line 89) | func (n notLocker) Lock() {} method Unlock (line 90) | func (n notLocker) Unlock() {} function extendable (line 95) | func extendable(p interface{}) (extendableProto, error) { function isNilPtr (line 117) | func isNilPtr(x interface{}) bool { type XXX_InternalExtensions (line 129) | type XXX_InternalExtensions struct method extensionsWrite (line 144) | func (e *XXX_InternalExtensions) extensionsWrite() map[int32]Extension { method extensionsRead (line 157) | func (e *XXX_InternalExtensions) extensionsRead() (map[int32]Extension... type ExtensionDesc (line 166) | type ExtensionDesc struct method repeated (line 175) | func (ed *ExtensionDesc) repeated() bool { type Extension (line 181) | type Extension struct function SetRawExtension (line 196) | func SetRawExtension(base Message, id int32, b []byte) { function isExtensionField (line 212) | func isExtensionField(pb extendableProto, field int32) bool { function checkExtensionTypes (line 222) | func checkExtensionTypes(pb extendableProto, extension *ExtensionDesc) e... type extPropKey (line 242) | type extPropKey struct function extensionProperties (line 254) | func extensionProperties(ed *ExtensionDesc) *Properties { function HasExtension (line 278) | func HasExtension(pb Message, extension *ExtensionDesc) bool { function ClearExtension (line 315) | func ClearExtension(pb Message, extension *ExtensionDesc) { function clearExtension (line 319) | func clearExtension(pb Message, fieldNum int32) { function GetExtension (line 345) | func GetExtension(pb Message, extension *ExtensionDesc) (interface{}, er... function defaultExtensionValue (line 408) | func defaultExtensionValue(extension *ExtensionDesc) (interface{}, error) { function decodeExtension (line 447) | func decodeExtension(b []byte, extension *ExtensionDesc) (interface{}, e... function GetExtensions (line 478) | func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interf... function ExtensionDescs (line 499) | func ExtensionDescs(pb Message) ([]*ExtensionDesc, error) { function SetExtension (line 528) | func SetExtension(pb Message, extension *ExtensionDesc, value interface{... function ClearAllExtensions (line 565) | func ClearAllExtensions(pb Message) { function RegisterExtension (line 587) | func RegisterExtension(desc *ExtensionDesc) { function RegisteredExtensions (line 603) | func RegisteredExtensions(pb Message) map[int32]*ExtensionDesc { FILE: vendor/github.com/gogo/protobuf/proto/extensions_gogo.go type extensionsBytes (line 42) | type extensionsBytes interface type slowExtensionAdapter (line 48) | type slowExtensionAdapter struct method extensionsWrite (line 52) | func (s slowExtensionAdapter) extensionsWrite() map[int32]Extension { method extensionsRead (line 56) | func (s slowExtensionAdapter) extensionsRead() (map[int32]Extension, s... function GetBoolExtension (line 65) | func GetBoolExtension(pb Message, extension *ExtensionDesc, ifnotset boo... method Equal (line 82) | func (this *Extension) Equal(that *Extension) bool { method Compare (line 92) | func (this *Extension) Compare(that *Extension) int { function SizeOfInternalExtension (line 102) | func SizeOfInternalExtension(m extendableProto) (n int) { type sortableMapElem (line 107) | type sortableMapElem struct function newSortableExtensionsFromMap (line 112) | func newSortableExtensionsFromMap(m map[int32]Extension) sortableExtensi... type sortableExtensions (line 120) | type sortableExtensions method Len (line 122) | func (this sortableExtensions) Len() int { return len(this) } method Swap (line 124) | func (this sortableExtensions) Swap(i, j int) { this[i], this[j] = thi... method Less (line 126) | func (this sortableExtensions) Less(i, j int) bool { return this[i].fi... method String (line 128) | func (this sortableExtensions) String() string { function StringFromInternalExtension (line 137) | func StringFromInternalExtension(m extendableProto) string { function StringFromExtensionsMap (line 141) | func StringFromExtensionsMap(m map[int32]Extension) string { function StringFromExtensionsBytes (line 145) | func StringFromExtensionsBytes(ext []byte) string { function EncodeInternalExtension (line 153) | func EncodeInternalExtension(m extendableProto, data []byte) (n int, err... function EncodeInternalExtensionBackwards (line 157) | func EncodeInternalExtensionBackwards(m extendableProto, data []byte) (n... function EncodeExtensionMap (line 161) | func EncodeExtensionMap(m map[int32]Extension, data []byte) (n int, err ... function EncodeExtensionMapBackwards (line 176) | func EncodeExtensionMapBackwards(m map[int32]Extension, data []byte) (n ... function GetRawExtension (line 193) | func GetRawExtension(m map[int32]Extension, id int32) ([]byte, error) { function size (line 201) | func size(buf []byte, wire int) (int, error) { function BytesToExtensionsMap (line 232) | func BytesToExtensionsMap(buf []byte) (map[int32]Extension, error) { function NewExtension (line 253) | func NewExtension(e []byte) Extension { function AppendExtension (line 259) | func AppendExtension(e Message, tag int32, buf []byte) { function encodeExtension (line 273) | func encodeExtension(extension *ExtensionDesc, value interface{}) ([]byt... function decodeExtensionFromBytes (line 283) | func decodeExtensionFromBytes(extension *ExtensionDesc, buf []byte) (int... method Encode (line 311) | func (this *Extension) Encode() error { method GoString (line 322) | func (this Extension) GoString() string { function SetUnsafeExtension (line 329) | func SetUnsafeExtension(pb Message, fieldNum int32, value interface{}) e... function GetUnsafeExtension (line 342) | func GetUnsafeExtension(pb Message, fieldNum int32) (interface{}, error) { function NewUnsafeXXX_InternalExtensions (line 355) | func NewUnsafeXXX_InternalExtensions(m map[int32]Extension) XXX_Internal... function GetUnsafeExtensionsMap (line 366) | func GetUnsafeExtensionsMap(extendable Message) map[int32]Extension { function deleteExtension (line 371) | func deleteExtension(pb extensionsBytes, theFieldNum int32, offset int) ... FILE: vendor/github.com/gogo/protobuf/proto/lib.go type RequiredNotSetError (line 279) | type RequiredNotSetError struct method Error (line 281) | func (e *RequiredNotSetError) Error() string { method RequiredNotSet (line 287) | func (e *RequiredNotSetError) RequiredNotSet() bool { type invalidUTF8Error (line 291) | type invalidUTF8Error struct method Error (line 293) | func (e *invalidUTF8Error) Error() string { method InvalidUTF8 (line 299) | func (e *invalidUTF8Error) InvalidUTF8() bool { function isNonFatal (line 310) | func isNonFatal(err error) bool { type nonFatal (line 320) | type nonFatal struct method Merge (line 324) | func (nf *nonFatal) Merge(err error) (ok bool) { type Message (line 338) | type Message interface type Buffer (line 349) | type Buffer struct method Reset (line 363) | func (p *Buffer) Reset() { method SetBuf (line 370) | func (p *Buffer) SetBuf(s []byte) { method Bytes (line 376) | func (p *Buffer) Bytes() []byte { return p.buf } method SetDeterministic (line 398) | func (p *Buffer) SetDeterministic(deterministic bool) { method DebugPrint (line 502) | func (p *Buffer) DebugPrint(s string, b []byte) { function NewBuffer (line 358) | func NewBuffer(e []byte) *Buffer { function Bool (line 408) | func Bool(v bool) *bool { function Int32 (line 414) | func Int32(v int32) *int32 { function Int (line 421) | func Int(v int) *int32 { function Int64 (line 429) | func Int64(v int64) *int64 { function Float32 (line 435) | func Float32(v float32) *float32 { function Float64 (line 441) | func Float64(v float64) *float64 { function Uint32 (line 447) | func Uint32(v uint32) *uint32 { function Uint64 (line 453) | func Uint64(v uint64) *uint64 { function String (line 459) | func String(v string) *string { function EnumName (line 465) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 479) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... function SetDefaults (line 607) | func SetDefaults(pb Message) { function setDefaults (line 612) | func setDefaults(v reflect.Value, recur, zeros bool) { type defaultMessage (line 759) | type defaultMessage struct type scalarField (line 764) | type scalarField struct function buildDefaultMessage (line 771) | func buildDefaultMessage(t reflect.Type) (dm defaultMessage) { function fieldDefault (line 800) | func fieldDefault(ft reflect.Type, prop *Properties) (sf *scalarField, n... function mapKeys (line 900) | func mapKeys(vs []reflect.Value) sort.Interface { type mapKeySorter (line 923) | type mapKeySorter struct method Len (line 928) | func (s mapKeySorter) Len() int { return len(s.vs) } method Swap (line 929) | func (s mapKeySorter) Swap(i, j int) { s.vs[i], s.vs[j] = s.vs[j], s.v... method Less (line 930) | func (s mapKeySorter) Less(i, j int) bool { function isProto3Zero (line 935) | func isProto3Zero(v reflect.Value) bool { constant GoGoProtoPackageIsVersion3 (line 954) | GoGoProtoPackageIsVersion3 = true constant GoGoProtoPackageIsVersion2 (line 958) | GoGoProtoPackageIsVersion2 = true constant GoGoProtoPackageIsVersion1 (line 962) | GoGoProtoPackageIsVersion1 = true type InternalMessageInfo (line 968) | type InternalMessageInfo struct FILE: vendor/github.com/gogo/protobuf/proto/lib_gogo.go type Sizer (line 36) | type Sizer interface type ProtoSizer (line 40) | type ProtoSizer interface function MarshalJSONEnum (line 44) | func MarshalJSONEnum(m map[int32]string, value int32) ([]byte, error) { FILE: vendor/github.com/gogo/protobuf/proto/message_set.go type _MessageSet_Item (line 57) | type _MessageSet_Item struct type messageSet (line 62) | type messageSet struct method find (line 77) | func (ms *messageSet) find(pb Message) *_MessageSet_Item { method Has (line 91) | func (ms *messageSet) Has(pb Message) bool { method Unmarshal (line 95) | func (ms *messageSet) Unmarshal(pb Message) error { method Marshal (line 105) | func (ms *messageSet) Marshal(pb Message) error { method Reset (line 129) | func (ms *messageSet) Reset() { *ms = messageSet{} } method String (line 130) | func (ms *messageSet) String() string { return CompactTextString(ms) } method ProtoMessage (line 131) | func (*messageSet) ProtoMessage() {} type messageTypeIder (line 73) | type messageTypeIder interface function skipVarint (line 135) | func skipVarint(buf []byte) []byte { function unmarshalMessageSet (line 144) | func unmarshalMessageSet(buf []byte, exts interface{}) error { FILE: vendor/github.com/gogo/protobuf/proto/pointer_reflect.go constant unsafeAllowed (line 45) | unsafeAllowed = false type field (line 50) | type field method IsValid (line 64) | func (f field) IsValid() bool { return f != nil } function toField (line 53) | func toField(f *reflect.StructField) field { type pointer (line 70) | type pointer struct method offset (line 96) | func (p pointer) offset(f field) pointer { method isNil (line 100) | func (p pointer) isNil() bool { method toInt64 (line 117) | func (p pointer) toInt64() *int64 { method toInt64Ptr (line 120) | func (p pointer) toInt64Ptr() **int64 { method toInt64Slice (line 123) | func (p pointer) toInt64Slice() *[]int64 { method toInt32 (line 129) | func (p pointer) toInt32() *int32 { method getInt32Ptr (line 143) | func (p pointer) getInt32Ptr() *int32 { method setInt32Ptr (line 151) | func (p pointer) setInt32Ptr(v int32) { method getInt32Slice (line 161) | func (p pointer) getInt32Slice() []int32 { method setInt32Slice (line 179) | func (p pointer) setInt32Slice(v []int32) { method appendInt32Slice (line 194) | func (p pointer) appendInt32Slice(v int32) { method toUint64 (line 198) | func (p pointer) toUint64() *uint64 { method toUint64Ptr (line 201) | func (p pointer) toUint64Ptr() **uint64 { method toUint64Slice (line 204) | func (p pointer) toUint64Slice() *[]uint64 { method toUint32 (line 207) | func (p pointer) toUint32() *uint32 { method toUint32Ptr (line 210) | func (p pointer) toUint32Ptr() **uint32 { method toUint32Slice (line 213) | func (p pointer) toUint32Slice() *[]uint32 { method toBool (line 216) | func (p pointer) toBool() *bool { method toBoolPtr (line 219) | func (p pointer) toBoolPtr() **bool { method toBoolSlice (line 222) | func (p pointer) toBoolSlice() *[]bool { method toFloat64 (line 225) | func (p pointer) toFloat64() *float64 { method toFloat64Ptr (line 228) | func (p pointer) toFloat64Ptr() **float64 { method toFloat64Slice (line 231) | func (p pointer) toFloat64Slice() *[]float64 { method toFloat32 (line 234) | func (p pointer) toFloat32() *float32 { method toFloat32Ptr (line 237) | func (p pointer) toFloat32Ptr() **float32 { method toFloat32Slice (line 240) | func (p pointer) toFloat32Slice() *[]float32 { method toString (line 243) | func (p pointer) toString() *string { method toStringPtr (line 246) | func (p pointer) toStringPtr() **string { method toStringSlice (line 249) | func (p pointer) toStringSlice() *[]string { method toBytes (line 252) | func (p pointer) toBytes() *[]byte { method toBytesSlice (line 255) | func (p pointer) toBytesSlice() *[][]byte { method toExtensions (line 258) | func (p pointer) toExtensions() *XXX_InternalExtensions { method toOldExtensions (line 261) | func (p pointer) toOldExtensions() *map[int32]Extension { method getPointer (line 264) | func (p pointer) getPointer() pointer { method setPointer (line 267) | func (p pointer) setPointer(q pointer) { method appendPointer (line 270) | func (p pointer) appendPointer(q pointer) { method getPointerSlice (line 276) | func (p pointer) getPointerSlice() []pointer { method setPointerSlice (line 290) | func (p pointer) setPointerSlice(v []pointer) { method getInterfacePointer (line 304) | func (p pointer) getInterfacePointer() pointer { method asPointerTo (line 311) | func (p pointer) asPointerTo(t reflect.Type) reflect.Value { function toPointer (line 76) | func toPointer(i *Message) pointer { function toAddrPointer (line 82) | func toAddrPointer(i *interface{}, isptr bool) pointer { function valToPointer (line 90) | func valToPointer(v reflect.Value) pointer { function grow (line 107) | func grow(s reflect.Value) reflect.Value { function atomicLoadUnmarshalInfo (line 316) | func atomicLoadUnmarshalInfo(p **unmarshalInfo) *unmarshalInfo { function atomicStoreUnmarshalInfo (line 321) | func atomicStoreUnmarshalInfo(p **unmarshalInfo, v *unmarshalInfo) { function atomicLoadMarshalInfo (line 326) | func atomicLoadMarshalInfo(p **marshalInfo) *marshalInfo { function atomicStoreMarshalInfo (line 331) | func atomicStoreMarshalInfo(p **marshalInfo, v *marshalInfo) { function atomicLoadMergeInfo (line 336) | func atomicLoadMergeInfo(p **mergeInfo) *mergeInfo { function atomicStoreMergeInfo (line 341) | func atomicStoreMergeInfo(p **mergeInfo, v *mergeInfo) { function atomicLoadDiscardInfo (line 346) | func atomicLoadDiscardInfo(p **discardInfo) *discardInfo { function atomicStoreDiscardInfo (line 351) | func atomicStoreDiscardInfo(p **discardInfo, v *discardInfo) { FILE: vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go method getRef (line 43) | func (p pointer) getRef() pointer { method appendRef (line 47) | func (p pointer) appendRef(v pointer, typ reflect.Type) { method getSlice (line 54) | func (p pointer) getSlice(typ reflect.Type) reflect.Value { FILE: vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go constant unsafeAllowed (line 44) | unsafeAllowed = true type field (line 48) | type field method IsValid (line 62) | func (f field) IsValid() bool { function toField (line 51) | func toField(f *reflect.StructField) field { constant invalidField (line 56) | invalidField = ^field(0) constant zeroField (line 59) | zeroField = field(0) type pointer (line 70) | type pointer struct method offset (line 107) | func (p pointer) offset(f field) pointer { method isNil (line 118) | func (p pointer) isNil() bool { method toInt64 (line 122) | func (p pointer) toInt64() *int64 { method toInt64Ptr (line 125) | func (p pointer) toInt64Ptr() **int64 { method toInt64Slice (line 128) | func (p pointer) toInt64Slice() *[]int64 { method toInt32 (line 131) | func (p pointer) toInt32() *int32 { method getInt32Ptr (line 144) | func (p pointer) getInt32Ptr() *int32 { method setInt32Ptr (line 147) | func (p pointer) setInt32Ptr(v int32) { method getInt32Slice (line 154) | func (p pointer) getInt32Slice() []int32 { method setInt32Slice (line 161) | func (p pointer) setInt32Slice(v []int32) { method appendInt32Slice (line 166) | func (p pointer) appendInt32Slice(v int32) { method toUint64 (line 171) | func (p pointer) toUint64() *uint64 { method toUint64Ptr (line 174) | func (p pointer) toUint64Ptr() **uint64 { method toUint64Slice (line 177) | func (p pointer) toUint64Slice() *[]uint64 { method toUint32 (line 180) | func (p pointer) toUint32() *uint32 { method toUint32Ptr (line 183) | func (p pointer) toUint32Ptr() **uint32 { method toUint32Slice (line 186) | func (p pointer) toUint32Slice() *[]uint32 { method toBool (line 189) | func (p pointer) toBool() *bool { method toBoolPtr (line 192) | func (p pointer) toBoolPtr() **bool { method toBoolSlice (line 195) | func (p pointer) toBoolSlice() *[]bool { method toFloat64 (line 198) | func (p pointer) toFloat64() *float64 { method toFloat64Ptr (line 201) | func (p pointer) toFloat64Ptr() **float64 { method toFloat64Slice (line 204) | func (p pointer) toFloat64Slice() *[]float64 { method toFloat32 (line 207) | func (p pointer) toFloat32() *float32 { method toFloat32Ptr (line 210) | func (p pointer) toFloat32Ptr() **float32 { method toFloat32Slice (line 213) | func (p pointer) toFloat32Slice() *[]float32 { method toString (line 216) | func (p pointer) toString() *string { method toStringPtr (line 219) | func (p pointer) toStringPtr() **string { method toStringSlice (line 222) | func (p pointer) toStringSlice() *[]string { method toBytes (line 225) | func (p pointer) toBytes() *[]byte { method toBytesSlice (line 228) | func (p pointer) toBytesSlice() *[][]byte { method toExtensions (line 231) | func (p pointer) toExtensions() *XXX_InternalExtensions { method toOldExtensions (line 234) | func (p pointer) toOldExtensions() *map[int32]Extension { method getPointerSlice (line 241) | func (p pointer) getPointerSlice() []pointer { method setPointerSlice (line 250) | func (p pointer) setPointerSlice(v []pointer) { method getPointer (line 257) | func (p pointer) getPointer() pointer { method setPointer (line 262) | func (p pointer) setPointer(q pointer) { method appendPointer (line 267) | func (p pointer) appendPointer(q pointer) { method getInterfacePointer (line 274) | func (p pointer) getInterfacePointer() pointer { method asPointerTo (line 281) | func (p pointer) asPointerTo(t reflect.Type) reflect.Value { function toPointer (line 79) | func toPointer(i *Message) pointer { function toAddrPointer (line 88) | func toAddrPointer(i *interface{}, isptr bool) pointer { function valToPointer (line 101) | func valToPointer(v reflect.Value) pointer { function atomicLoadUnmarshalInfo (line 285) | func atomicLoadUnmarshalInfo(p **unmarshalInfo) *unmarshalInfo { function atomicStoreUnmarshalInfo (line 288) | func atomicStoreUnmarshalInfo(p **unmarshalInfo, v *unmarshalInfo) { function atomicLoadMarshalInfo (line 291) | func atomicLoadMarshalInfo(p **marshalInfo) *marshalInfo { function atomicStoreMarshalInfo (line 294) | func atomicStoreMarshalInfo(p **marshalInfo, v *marshalInfo) { function atomicLoadMergeInfo (line 297) | func atomicLoadMergeInfo(p **mergeInfo) *mergeInfo { function atomicStoreMergeInfo (line 300) | func atomicStoreMergeInfo(p **mergeInfo, v *mergeInfo) { function atomicLoadDiscardInfo (line 303) | func atomicLoadDiscardInfo(p **discardInfo) *discardInfo { function atomicStoreDiscardInfo (line 306) | func atomicStoreDiscardInfo(p **discardInfo, v *discardInfo) { FILE: vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go method getRef (line 40) | func (p pointer) getRef() pointer { method appendRef (line 44) | func (p pointer) appendRef(v pointer, typ reflect.Type) { method getSlice (line 51) | func (p pointer) getSlice(typ reflect.Type) reflect.Value { FILE: vendor/github.com/gogo/protobuf/proto/properties.go constant debug (line 53) | debug bool = false constant WireVarint (line 57) | WireVarint = 0 constant WireFixed64 (line 58) | WireFixed64 = 1 constant WireBytes (line 59) | WireBytes = 2 constant WireStartGroup (line 60) | WireStartGroup = 3 constant WireEndGroup (line 61) | WireEndGroup = 4 constant WireFixed32 (line 62) | WireFixed32 = 5 type tagMap (line 68) | type tagMap struct method get (line 77) | func (p *tagMap) get(t int) (int, bool) { method put (line 89) | func (p *tagMap) put(t int, fi int) { constant tagMapFastLimit (line 75) | tagMapFastLimit = 1024 type StructProperties (line 105) | type StructProperties struct method Len (line 127) | func (sp *StructProperties) Len() int { return len(sp.order) } method Less (line 128) | func (sp *StructProperties) Less(i, j int) bool { method Swap (line 131) | func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] ... type OneofProperties (line 118) | type OneofProperties struct type Properties (line 134) | type Properties struct method String (line 167) | func (p *Properties) String() string { method Parse (line 203) | func (p *Properties) Parse(s string) { method setFieldProps (line 286) | func (p *Properties) setFieldProps(typ reflect.Type, f *reflect.Struct... method setTag (line 345) | func (p *Properties) setTag(lockGetProp bool) { method Init (line 360) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... method init (line 364) | func (p *Properties) init(typ reflect.Type, name, tag string, f *refle... function GetProperties (line 382) | func GetProperties(t reflect.Type) *StructProperties { type oneofFuncsIface (line 403) | type oneofFuncsIface interface type oneofWrappersIface (line 406) | type oneofWrappersIface interface function getPropertiesLocked (line 412) | func getPropertiesLocked(t reflect.Type) *StructProperties { function RegisterEnum (line 518) | func RegisterEnum(typeName string, unusedNameMap map[int32]string, value... function EnumValueMap (line 531) | func EnumValueMap(enumType string) map[string]int32 { function RegisterType (line 545) | func RegisterType(x Message, name string) { function RegisterMapType (line 564) | func RegisterMapType(x interface{}, name string) { function MessageName (line 578) | func MessageName(x Message) string { function MessageType (line 591) | func MessageType(name string) reflect.Type { function RegisterFile (line 605) | func RegisterFile(filename string, fileDescriptor []byte) { function FileDescriptor (line 610) | func FileDescriptor(filename string) []byte { return protoFiles[filename] } FILE: vendor/github.com/gogo/protobuf/proto/skip_gogo.go function Skip (line 36) | func Skip(data []byte) (n int, err error) { FILE: vendor/github.com/gogo/protobuf/proto/table_marshal.go type sizer (line 49) | type sizer type marshaler (line 53) | type marshaler type marshalInfo (line 56) | type marshalInfo struct method size (line 170) | func (u *marshalInfo) size(ptr pointer) int { method cachedsize (line 232) | func (u *marshalInfo) cachedsize(ptr pointer) int { method marshal (line 243) | func (u *marshalInfo) marshal(b []byte, ptr pointer, deterministic boo... method computeMarshalInfo (line 327) | func (u *marshalInfo) computeMarshalInfo() { method getExtElemInfo (line 442) | func (u *marshalInfo) getExtElemInfo(desc *ExtensionDesc) *marshalElem... method sizeExtensions (line 2616) | func (u *marshalInfo) sizeExtensions(ext *XXX_InternalExtensions) int { method appendExtensions (line 2644) | func (u *marshalInfo) appendExtensions(b []byte, ext *XXX_InternalExte... method sizeMessageSet (line 2721) | func (u *marshalInfo) sizeMessageSet(ext *XXX_InternalExtensions) int { method appendMessageSet (line 2756) | func (u *marshalInfo) appendMessageSet(b []byte, ext *XXX_InternalExte... method sizeV1Extensions (line 2839) | func (u *marshalInfo) sizeV1Extensions(m map[int32]Extension) int { method appendV1Extensions (line 2865) | func (u *marshalInfo) appendV1Extensions(b []byte, m map[int32]Extensi... type marshalFieldInfo (line 76) | type marshalFieldInfo struct method computeMarshalFieldInfo (line 478) | func (fi *marshalFieldInfo) computeMarshalFieldInfo(f *reflect.StructF... method computeOneofFieldInfo (line 497) | func (fi *marshalFieldInfo) computeOneofFieldInfo(f *reflect.StructFie... method setTag (line 545) | func (fi *marshalFieldInfo) setTag(f *reflect.StructField, tag int, wt... method setMarshaler (line 552) | func (fi *marshalFieldInfo) setMarshaler(f *reflect.StructField, tags ... type marshalElemInfo (line 89) | type marshalElemInfo struct function getMarshalInfo (line 107) | func getMarshalInfo(t reflect.Type) *marshalInfo { method Size (line 122) | func (a *InternalMessageInfo) Size(msg Message) int { method Marshal (line 138) | func (a *InternalMessageInfo) Marshal(b []byte, msg Message, determinist... function getMessageMarshalInfo (line 150) | func getMessageMarshalInfo(msg interface{}, a *InternalMessageInfo) *mar... type byTag (line 434) | type byTag method Len (line 436) | func (a byTag) Len() int { return len(a) } method Swap (line 437) | func (a byTag) Swap(i, j int) { a[i], a[j] = a[j], a[i] } method Less (line 438) | func (a byTag) Less(i, j int) bool { return a[i].wiretag < a[j].wiretag } function wiretype (line 528) | func wiretype(encoding string) uint64 { function typeMarshaler (line 570) | func typeMarshaler(t reflect.Type, tags []string, nozero, oneof bool) (s... function sizeFixed32Value (line 1022) | func sizeFixed32Value(_ pointer, tagsize int) int { function sizeFixed32ValueNoZero (line 1025) | func sizeFixed32ValueNoZero(ptr pointer, tagsize int) int { function sizeFixed32Ptr (line 1032) | func sizeFixed32Ptr(ptr pointer, tagsize int) int { function sizeFixed32Slice (line 1039) | func sizeFixed32Slice(ptr pointer, tagsize int) int { function sizeFixed32PackedSlice (line 1043) | func sizeFixed32PackedSlice(ptr pointer, tagsize int) int { function sizeFixedS32Value (line 1050) | func sizeFixedS32Value(_ pointer, tagsize int) int { function sizeFixedS32ValueNoZero (line 1053) | func sizeFixedS32ValueNoZero(ptr pointer, tagsize int) int { function sizeFixedS32Ptr (line 1060) | func sizeFixedS32Ptr(ptr pointer, tagsize int) int { function sizeFixedS32Slice (line 1067) | func sizeFixedS32Slice(ptr pointer, tagsize int) int { function sizeFixedS32PackedSlice (line 1071) | func sizeFixedS32PackedSlice(ptr pointer, tagsize int) int { function sizeFloat32Value (line 1078) | func sizeFloat32Value(_ pointer, tagsize int) int { function sizeFloat32ValueNoZero (line 1081) | func sizeFloat32ValueNoZero(ptr pointer, tagsize int) int { function sizeFloat32Ptr (line 1088) | func sizeFloat32Ptr(ptr pointer, tagsize int) int { function sizeFloat32Slice (line 1095) | func sizeFloat32Slice(ptr pointer, tagsize int) int { function sizeFloat32PackedSlice (line 1099) | func sizeFloat32PackedSlice(ptr pointer, tagsize int) int { function sizeFixed64Value (line 1106) | func sizeFixed64Value(_ pointer, tagsize int) int { function sizeFixed64ValueNoZero (line 1109) | func sizeFixed64ValueNoZero(ptr pointer, tagsize int) int { function sizeFixed64Ptr (line 1116) | func sizeFixed64Ptr(ptr pointer, tagsize int) int { function sizeFixed64Slice (line 1123) | func sizeFixed64Slice(ptr pointer, tagsize int) int { function sizeFixed64PackedSlice (line 1127) | func sizeFixed64PackedSlice(ptr pointer, tagsize int) int { function sizeFixedS64Value (line 1134) | func sizeFixedS64Value(_ pointer, tagsize int) int { function sizeFixedS64ValueNoZero (line 1137) | func sizeFixedS64ValueNoZero(ptr pointer, tagsize int) int { function sizeFixedS64Ptr (line 1144) | func sizeFixedS64Ptr(ptr pointer, tagsize int) int { function sizeFixedS64Slice (line 1151) | func sizeFixedS64Slice(ptr pointer, tagsize int) int { function sizeFixedS64PackedSlice (line 1155) | func sizeFixedS64PackedSlice(ptr pointer, tagsize int) int { function sizeFloat64Value (line 1162) | func sizeFloat64Value(_ pointer, tagsize int) int { function sizeFloat64ValueNoZero (line 1165) | func sizeFloat64ValueNoZero(ptr pointer, tagsize int) int { function sizeFloat64Ptr (line 1172) | func sizeFloat64Ptr(ptr pointer, tagsize int) int { function sizeFloat64Slice (line 1179) | func sizeFloat64Slice(ptr pointer, tagsize int) int { function sizeFloat64PackedSlice (line 1183) | func sizeFloat64PackedSlice(ptr pointer, tagsize int) int { function sizeVarint32Value (line 1190) | func sizeVarint32Value(ptr pointer, tagsize int) int { function sizeVarint32ValueNoZero (line 1194) | func sizeVarint32ValueNoZero(ptr pointer, tagsize int) int { function sizeVarint32Ptr (line 1201) | func sizeVarint32Ptr(ptr pointer, tagsize int) int { function sizeVarint32Slice (line 1208) | func sizeVarint32Slice(ptr pointer, tagsize int) int { function sizeVarint32PackedSlice (line 1216) | func sizeVarint32PackedSlice(ptr pointer, tagsize int) int { function sizeVarintS32Value (line 1227) | func sizeVarintS32Value(ptr pointer, tagsize int) int { function sizeVarintS32ValueNoZero (line 1231) | func sizeVarintS32ValueNoZero(ptr pointer, tagsize int) int { function sizeVarintS32Ptr (line 1238) | func sizeVarintS32Ptr(ptr pointer, tagsize int) int { function sizeVarintS32Slice (line 1245) | func sizeVarintS32Slice(ptr pointer, tagsize int) int { function sizeVarintS32PackedSlice (line 1253) | func sizeVarintS32PackedSlice(ptr pointer, tagsize int) int { function sizeVarint64Value (line 1264) | func sizeVarint64Value(ptr pointer, tagsize int) int { function sizeVarint64ValueNoZero (line 1268) | func sizeVarint64ValueNoZero(ptr pointer, tagsize int) int { function sizeVarint64Ptr (line 1275) | func sizeVarint64Ptr(ptr pointer, tagsize int) int { function sizeVarint64Slice (line 1282) | func sizeVarint64Slice(ptr pointer, tagsize int) int { function sizeVarint64PackedSlice (line 1290) | func sizeVarint64PackedSlice(ptr pointer, tagsize int) int { function sizeVarintS64Value (line 1301) | func sizeVarintS64Value(ptr pointer, tagsize int) int { function sizeVarintS64ValueNoZero (line 1305) | func sizeVarintS64ValueNoZero(ptr pointer, tagsize int) int { function sizeVarintS64Ptr (line 1312) | func sizeVarintS64Ptr(ptr pointer, tagsize int) int { function sizeVarintS64Slice (line 1319) | func sizeVarintS64Slice(ptr pointer, tagsize int) int { function sizeVarintS64PackedSlice (line 1327) | func sizeVarintS64PackedSlice(ptr pointer, tagsize int) int { function sizeZigzag32Value (line 1338) | func sizeZigzag32Value(ptr pointer, tagsize int) int { function sizeZigzag32ValueNoZero (line 1342) | func sizeZigzag32ValueNoZero(ptr pointer, tagsize int) int { function sizeZigzag32Ptr (line 1349) | func sizeZigzag32Ptr(ptr pointer, tagsize int) int { function sizeZigzag32Slice (line 1357) | func sizeZigzag32Slice(ptr pointer, tagsize int) int { function sizeZigzag32PackedSlice (line 1365) | func sizeZigzag32PackedSlice(ptr pointer, tagsize int) int { function sizeZigzag64Value (line 1376) | func sizeZigzag64Value(ptr pointer, tagsize int) int { function sizeZigzag64ValueNoZero (line 1380) | func sizeZigzag64ValueNoZero(ptr pointer, tagsize int) int { function sizeZigzag64Ptr (line 1387) | func sizeZigzag64Ptr(ptr pointer, tagsize int) int { function sizeZigzag64Slice (line 1395) | func sizeZigzag64Slice(ptr pointer, tagsize int) int { function sizeZigzag64PackedSlice (line 1403) | func sizeZigzag64PackedSlice(ptr pointer, tagsize int) int { function sizeBoolValue (line 1414) | func sizeBoolValue(_ pointer, tagsize int) int { function sizeBoolValueNoZero (line 1417) | func sizeBoolValueNoZero(ptr pointer, tagsize int) int { function sizeBoolPtr (line 1424) | func sizeBoolPtr(ptr pointer, tagsize int) int { function sizeBoolSlice (line 1431) | func sizeBoolSlice(ptr pointer, tagsize int) int { function sizeBoolPackedSlice (line 1435) | func sizeBoolPackedSlice(ptr pointer, tagsize int) int { function sizeStringValue (line 1442) | func sizeStringValue(ptr pointer, tagsize int) int { function sizeStringValueNoZero (line 1446) | func sizeStringValueNoZero(ptr pointer, tagsize int) int { function sizeStringPtr (line 1453) | func sizeStringPtr(ptr pointer, tagsize int) int { function sizeStringSlice (line 1461) | func sizeStringSlice(ptr pointer, tagsize int) int { function sizeBytes (line 1469) | func sizeBytes(ptr pointer, tagsize int) int { function sizeBytes3 (line 1476) | func sizeBytes3(ptr pointer, tagsize int) int { function sizeBytesOneof (line 1483) | func sizeBytesOneof(ptr pointer, tagsize int) int { function sizeBytesSlice (line 1487) | func sizeBytesSlice(ptr pointer, tagsize int) int { function appendFixed32 (line 1497) | func appendFixed32(b []byte, v uint32) []byte { function appendFixed64 (line 1507) | func appendFixed64(b []byte, v uint64) []byte { function appendVarint (line 1521) | func appendVarint(b []byte, v uint64) []byte { function appendFixed32Value (line 1603) | func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFixed32ValueNoZero (line 1609) | func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ b... function appendFixed32Ptr (line 1618) | func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function appendFixed32Slice (line 1627) | func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFixed32PackedSlice (line 1635) | func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ b... function appendFixedS32Value (line 1647) | func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendFixedS32ValueNoZero (line 1653) | func appendFixedS32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendFixedS32Ptr (line 1662) | func appendFixedS32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendFixedS32Slice (line 1671) | func appendFixedS32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendFixedS32PackedSlice (line 1679) | func appendFixedS32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendFloat32Value (line 1691) | func appendFloat32Value(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFloat32ValueNoZero (line 1697) | func appendFloat32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ b... function appendFloat32Ptr (line 1706) | func appendFloat32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function appendFloat32Slice (line 1715) | func appendFloat32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFloat32PackedSlice (line 1723) | func appendFloat32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ b... function appendFixed64Value (line 1735) | func appendFixed64Value(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFixed64ValueNoZero (line 1741) | func appendFixed64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ b... function appendFixed64Ptr (line 1750) | func appendFixed64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function appendFixed64Slice (line 1759) | func appendFixed64Slice(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFixed64PackedSlice (line 1767) | func appendFixed64PackedSlice(b []byte, ptr pointer, wiretag uint64, _ b... function appendFixedS64Value (line 1779) | func appendFixedS64Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendFixedS64ValueNoZero (line 1785) | func appendFixedS64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendFixedS64Ptr (line 1794) | func appendFixedS64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendFixedS64Slice (line 1803) | func appendFixedS64Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendFixedS64PackedSlice (line 1811) | func appendFixedS64PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendFloat64Value (line 1823) | func appendFloat64Value(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFloat64ValueNoZero (line 1829) | func appendFloat64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ b... function appendFloat64Ptr (line 1838) | func appendFloat64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function appendFloat64Slice (line 1847) | func appendFloat64Slice(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendFloat64PackedSlice (line 1855) | func appendFloat64PackedSlice(b []byte, ptr pointer, wiretag uint64, _ b... function appendVarint32Value (line 1867) | func appendVarint32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendVarint32ValueNoZero (line 1873) | func appendVarint32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendVarint32Ptr (line 1882) | func appendVarint32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendVarint32Slice (line 1891) | func appendVarint32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendVarint32PackedSlice (line 1899) | func appendVarint32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendVarintS32Value (line 1916) | func appendVarintS32Value(b []byte, ptr pointer, wiretag uint64, _ bool)... function appendVarintS32ValueNoZero (line 1922) | func appendVarintS32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _... function appendVarintS32Ptr (line 1931) | func appendVarintS32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendVarintS32Slice (line 1940) | func appendVarintS32Slice(b []byte, ptr pointer, wiretag uint64, _ bool)... function appendVarintS32PackedSlice (line 1948) | func appendVarintS32PackedSlice(b []byte, ptr pointer, wiretag uint64, _... function appendVarint64Value (line 1965) | func appendVarint64Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendVarint64ValueNoZero (line 1971) | func appendVarint64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendVarint64Ptr (line 1980) | func appendVarint64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendVarint64Slice (line 1989) | func appendVarint64Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendVarint64PackedSlice (line 1997) | func appendVarint64PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendVarintS64Value (line 2014) | func appendVarintS64Value(b []byte, ptr pointer, wiretag uint64, _ bool)... function appendVarintS64ValueNoZero (line 2020) | func appendVarintS64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _... function appendVarintS64Ptr (line 2029) | func appendVarintS64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) (... function appendVarintS64Slice (line 2038) | func appendVarintS64Slice(b []byte, ptr pointer, wiretag uint64, _ bool)... function appendVarintS64PackedSlice (line 2046) | func appendVarintS64PackedSlice(b []byte, ptr pointer, wiretag uint64, _... function appendZigzag32Value (line 2063) | func appendZigzag32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendZigzag32ValueNoZero (line 2069) | func appendZigzag32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendZigzag32Ptr (line 2078) | func appendZigzag32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendZigzag32Slice (line 2088) | func appendZigzag32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendZigzag32PackedSlice (line 2096) | func appendZigzag32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendZigzag64Value (line 2113) | func appendZigzag64Value(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendZigzag64ValueNoZero (line 2119) | func appendZigzag64ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ ... function appendZigzag64Ptr (line 2128) | func appendZigzag64Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendZigzag64Slice (line 2138) | func appendZigzag64Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendZigzag64PackedSlice (line 2146) | func appendZigzag64PackedSlice(b []byte, ptr pointer, wiretag uint64, _ ... function appendBoolValue (line 2163) | func appendBoolValue(b []byte, ptr pointer, wiretag uint64, _ bool) ([]b... function appendBoolValueNoZero (line 2173) | func appendBoolValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool... function appendBoolPtr (line 2183) | func appendBoolPtr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byt... function appendBoolSlice (line 2196) | func appendBoolSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]b... function appendBoolPackedSlice (line 2208) | func appendBoolPackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool... function appendStringValue (line 2224) | func appendStringValue(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendStringValueNoZero (line 2231) | func appendStringValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bo... function appendStringPtr (line 2241) | func appendStringPtr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]b... function appendStringSlice (line 2252) | func appendStringSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([... function appendUTF8StringValue (line 2261) | func appendUTF8StringValue(b []byte, ptr pointer, wiretag uint64, _ bool... function appendUTF8StringValueNoZero (line 2275) | func appendUTF8StringValueNoZero(b []byte, ptr pointer, wiretag uint64, ... function appendUTF8StringPtr (line 2292) | func appendUTF8StringPtr(b []byte, ptr pointer, wiretag uint64, _ bool) ... function appendUTF8StringSlice (line 2310) | func appendUTF8StringSlice(b []byte, ptr pointer, wiretag uint64, _ bool... function appendBytes (line 2326) | func appendBytes(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte,... function appendBytes3 (line 2336) | func appendBytes3(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte... function appendBytesOneof (line 2346) | func appendBytesOneof(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function appendBytesSlice (line 2353) | func appendBytesSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]... function makeGroupMarshaler (line 2365) | func makeGroupMarshaler(u *marshalInfo) (sizer, marshaler) { function makeGroupSliceMarshaler (line 2388) | func makeGroupSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeMessageMarshaler (line 2424) | func makeMessageMarshaler(u *marshalInfo) (sizer, marshaler) { function makeMessageSliceMarshaler (line 2447) | func makeMessageSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeMapMarshaler (line 2486) | func makeMapMarshaler(f *reflect.StructField) (sizer, marshaler) { function makeOneOfMarshaler (line 2587) | func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (s... type newMarshaler (line 2908) | type newMarshaler interface function Size (line 2915) | func Size(pb Message) int { function Marshal (line 2936) | func Marshal(pb Message) ([]byte, error) { method Marshal (line 2962) | func (p *Buffer) Marshal(pb Message) error { method grow (line 2999) | func (p *Buffer) grow(n int) { FILE: vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go function makeMessageRefMarshaler (line 38) | func makeMessageRefMarshaler(u *marshalInfo) (sizer, marshaler) { function makeMessageRefSliceMarshaler (line 53) | func makeMessageRefSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeCustomPtrMarshaler (line 98) | func makeCustomPtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeCustomMarshaler (line 123) | func makeCustomMarshaler(u *marshalInfo) (sizer, marshaler) { function makeTimeMarshaler (line 142) | func makeTimeMarshaler(u *marshalInfo) (sizer, marshaler) { function makeTimePtrMarshaler (line 168) | func makeTimePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeTimeSliceMarshaler (line 200) | func makeTimeSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeTimePtrSliceMarshaler (line 239) | func makeTimePtrSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeDurationMarshaler (line 278) | func makeDurationMarshaler(u *marshalInfo) (sizer, marshaler) { function makeDurationPtrMarshaler (line 298) | func makeDurationPtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeDurationSliceMarshaler (line 324) | func makeDurationSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeDurationPtrSliceMarshaler (line 357) | func makeDurationPtrSliceMarshaler(u *marshalInfo) (sizer, marshaler) { FILE: vendor/github.com/gogo/protobuf/proto/table_merge.go method Merge (line 44) | func (a *InternalMessageInfo) Merge(dst, src Message) { type mergeInfo (line 53) | type mergeInfo struct method merge (line 104) | func (mi *mergeInfo) merge(dst, src pointer) { method computeMergeInfo (line 163) | func (mi *mergeInfo) computeMergeInfo() { type mergeFieldInfo (line 63) | type mergeFieldInfo struct function getMergeInfo (line 92) | func getMergeInfo(t reflect.Type) *mergeInfo { FILE: vendor/github.com/gogo/protobuf/proto/table_unmarshal.go method Unmarshal (line 53) | func (a *InternalMessageInfo) Unmarshal(msg Message, b []byte) error { type unmarshalInfo (line 67) | type unmarshalInfo struct method unmarshal (line 136) | func (u *unmarshalInfo) unmarshal(m pointer, b []byte) error { method computeUnmarshalInfo (line 272) | func (u *unmarshalInfo) computeUnmarshalInfo() { method setTag (line 445) | func (u *unmarshalInfo) setTag(tag int, field field, unmarshal unmarsh... type unmarshaler (line 91) | type unmarshaler type unmarshalFieldInfo (line 93) | type unmarshalFieldInfo struct function getUnmarshalInfo (line 114) | func getUnmarshalInfo(t reflect.Type) *unmarshalInfo { function fieldUnmarshaler (line 462) | func fieldUnmarshaler(f *reflect.StructField) unmarshaler { function typeUnmarshaler (line 470) | func typeUnmarshaler(t reflect.Type, tags string) unmarshaler { function unmarshalInt64Value (line 839) | func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalInt64Ptr (line 853) | func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalInt64Slice (line 867) | func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint64Value (line 905) | func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint64Ptr (line 919) | func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint64Slice (line 933) | func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint64Value (line 971) | func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint64Ptr (line 985) | func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint64Slice (line 999) | func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalInt32Value (line 1037) | func unmarshalInt32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalInt32Ptr (line 1051) | func unmarshalInt32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalInt32Slice (line 1065) | func unmarshalInt32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint32Value (line 1101) | func unmarshalSint32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint32Ptr (line 1115) | func unmarshalSint32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalSint32Slice (line 1129) | func unmarshalSint32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint32Value (line 1165) | func unmarshalUint32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint32Ptr (line 1179) | func unmarshalUint32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUint32Slice (line 1193) | func unmarshalUint32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed64Value (line 1231) | func unmarshalFixed64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed64Ptr (line 1243) | func unmarshalFixed64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed64Slice (line 1255) | func unmarshalFixed64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS64Value (line 1290) | func unmarshalFixedS64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS64Ptr (line 1302) | func unmarshalFixedS64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS64Slice (line 1314) | func unmarshalFixedS64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed32Value (line 1349) | func unmarshalFixed32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed32Ptr (line 1361) | func unmarshalFixed32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixed32Slice (line 1373) | func unmarshalFixed32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS32Value (line 1408) | func unmarshalFixedS32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS32Ptr (line 1420) | func unmarshalFixedS32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFixedS32Slice (line 1432) | func unmarshalFixedS32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalBoolValue (line 1465) | func unmarshalBoolValue(b []byte, f pointer, w int) ([]byte, error) { function unmarshalBoolPtr (line 1482) | func unmarshalBoolPtr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalBoolSlice (line 1495) | func unmarshalBoolSlice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat64Value (line 1532) | func unmarshalFloat64Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat64Ptr (line 1544) | func unmarshalFloat64Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat64Slice (line 1556) | func unmarshalFloat64Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat32Value (line 1591) | func unmarshalFloat32Value(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat32Ptr (line 1603) | func unmarshalFloat32Ptr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalFloat32Slice (line 1615) | func unmarshalFloat32Slice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalStringValue (line 1650) | func unmarshalStringValue(b []byte, f pointer, w int) ([]byte, error) { function unmarshalStringPtr (line 1667) | func unmarshalStringPtr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalStringSlice (line 1684) | func unmarshalStringSlice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUTF8StringValue (line 1702) | func unmarshalUTF8StringValue(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUTF8StringPtr (line 1722) | func unmarshalUTF8StringPtr(b []byte, f pointer, w int) ([]byte, error) { function unmarshalUTF8StringSlice (line 1742) | func unmarshalUTF8StringSlice(b []byte, f pointer, w int) ([]byte, error) { function unmarshalBytesValue (line 1765) | func unmarshalBytesValue(b []byte, f pointer, w int) ([]byte, error) { function unmarshalBytesSlice (line 1786) | func unmarshalBytesSlice(b []byte, f pointer, w int) ([]byte, error) { function makeUnmarshalMessagePtr (line 1804) | func makeUnmarshalMessagePtr(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalMessageSlicePtr (line 1838) | func makeUnmarshalMessageSlicePtr(sub *unmarshalInfo, name string) unmar... function makeUnmarshalGroupPtr (line 1865) | func makeUnmarshalGroupPtr(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalGroupSlicePtr (line 1891) | func makeUnmarshalGroupSlicePtr(sub *unmarshalInfo, name string) unmarsh... function makeUnmarshalMap (line 1914) | func makeUnmarshalMap(f *reflect.StructField) unmarshaler { function makeUnmarshalOneof (line 2017) | func makeUnmarshalOneof(typ, ityp reflect.Type, unmarshal unmarshaler) u... function skipField (line 2044) | func skipField(b []byte, wire int) ([]byte, error) { function findEndGroup (line 2085) | func findEndGroup(b []byte) (int, int) { function encodeVarint (line 2136) | func encodeVarint(b []byte, x uint64) []byte { function decodeVarint (line 2147) | func decodeVarint(b []byte) (uint64, int) { FILE: vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go function makeUnmarshalMessage (line 36) | func makeUnmarshalMessage(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalMessageSlice (line 70) | func makeUnmarshalMessageSlice(sub *unmarshalInfo, name string) unmarsha... function makeUnmarshalCustomPtr (line 97) | func makeUnmarshalCustomPtr(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalCustomSlice (line 121) | func makeUnmarshalCustomSlice(sub *unmarshalInfo, name string) unmarshal... function makeUnmarshalCustom (line 145) | func makeUnmarshalCustom(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalTime (line 167) | func makeUnmarshalTime(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalTimePtr (line 194) | func makeUnmarshalTimePtr(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalTimePtrSlice (line 221) | func makeUnmarshalTimePtrSlice(sub *unmarshalInfo, name string) unmarsha... function makeUnmarshalTimeSlice (line 249) | func makeUnmarshalTimeSlice(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalDurationPtr (line 277) | func makeUnmarshalDurationPtr(sub *unmarshalInfo, name string) unmarshal... function makeUnmarshalDuration (line 304) | func makeUnmarshalDuration(sub *unmarshalInfo, name string) unmarshaler { function makeUnmarshalDurationPtrSlice (line 331) | func makeUnmarshalDurationPtrSlice(sub *unmarshalInfo, name string) unma... function makeUnmarshalDurationSlice (line 359) | func makeUnmarshalDurationSlice(sub *unmarshalInfo, name string) unmarsh... FILE: vendor/github.com/gogo/protobuf/proto/text.go type writer (line 71) | type writer interface type textWriter (line 77) | type textWriter struct method WriteString (line 84) | func (w *textWriter) WriteString(s string) (n int, err error) { method Write (line 98) | func (w *textWriter) Write(p []byte) (n int, err error) { method WriteByte (line 147) | func (w *textWriter) WriteByte(c byte) error { method indent (line 159) | func (w *textWriter) indent() { w.ind++ } method unindent (line 161) | func (w *textWriter) unindent() { method writeIndent (line 839) | func (w *textWriter) writeIndent() { function writeName (line 169) | func writeName(w *textWriter, props *Properties) error { function requiresQuotes (line 179) | func requiresQuotes(u string) bool { function isAny (line 199) | func isAny(sv reflect.Value) bool { function isprint (line 622) | func isprint(c byte) bool { function writeString (line 631) | func writeString(w *textWriter, s string) error { function writeUnknownStruct (line 667) | func writeUnknownStruct(w *textWriter, data []byte) (err error) { function writeUnknownInt (line 734) | func writeUnknownInt(w *textWriter, x uint64, err error) error { type int32Slice (line 743) | type int32Slice method Len (line 745) | func (s int32Slice) Len() int { return len(s) } method Less (line 746) | func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } method Swap (line 747) | func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } type TextMarshaler (line 856) | type TextMarshaler struct method writeProto3Any (line 214) | func (tm *TextMarshaler) writeProto3Any(w *textWriter, sv reflect.Valu... method writeStruct (line 260) | func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) ... method writeAny (line 482) | func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, prop... method writeExtensions (line 751) | func (tm *TextMarshaler) writeExtensions(w *textWriter, pv reflect.Val... method writeExtension (line 821) | func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb... method Marshal (line 863) | func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error { method Text (line 906) | func (tm *TextMarshaler) Text(pb Message) string { function MarshalText (line 921) | func MarshalText(w io.Writer, pb Message) error { return defaultTextMars... function MarshalTextString (line 924) | func MarshalTextString(pb Message) string { return defaultTextMarshaler.... function CompactText (line 927) | func CompactText(w io.Writer, pb Message) error { return compactTextMars... function CompactTextString (line 930) | func CompactTextString(pb Message) string { return compactTextMarshaler.... FILE: vendor/github.com/gogo/protobuf/proto/text_gogo.go method writeEnum (line 36) | func (tm *TextMarshaler) writeEnum(w *textWriter, v reflect.Value, props... FILE: vendor/github.com/gogo/protobuf/proto/text_parser.go constant anyRepeatedlyUnpacked (line 54) | anyRepeatedlyUnpacked = "Any message unpacked multiple times, or %q alre... type ParseError (line 56) | type ParseError struct method Error (line 62) | func (p *ParseError) Error() string { type token (line 70) | type token struct method String (line 78) | func (t *token) String() string { type textParser (line 85) | type textParser struct method errorf (line 101) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 139) | func (p *textParser) skipWhitespace() { method advance (line 163) | func (p *textParser) advance() { method back (line 328) | func (p *textParser) back() { p.backed = true } method next (line 331) | func (p *textParser) next() *token { method consumeToken (line 361) | func (p *textParser) consumeToken(s string) error { method missingRequiredFieldError (line 374) | func (p *textParser) missingRequiredFieldError(sv reflect.Value) *Requ... method checkForColon (line 401) | func (p *textParser) checkForColon(props *Properties, typ reflect.Type... method readStruct (line 441) | func (p *textParser) readStruct(sv reflect.Value, terminator string) e... method consumeExtName (line 700) | func (p *textParser) consumeExtName() (string, error) { method consumeOptionalSeparator (line 732) | func (p *textParser) consumeOptionalSeparator() error { method readAny (line 743) | func (p *textParser) readAny(v reflect.Value, props *Properties) error { function newTextParser (line 93) | func newTextParser(s string) *textParser { function isIdentOrNumberChar (line 109) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 123) | func isWhitespace(c byte) bool { function isQuote (line 131) | func isQuote(c byte) bool { function unquoteC (line 217) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 260) | func unescape(s string) (ch string, tail string, err error) { function structFieldByName (line 391) | func structFieldByName(sprops *StructProperties, name string) (int, *Pro... function UnmarshalText (line 1011) | func UnmarshalText(s string, pb Message) error { FILE: vendor/github.com/gogo/protobuf/proto/timestamp.go constant minValidSeconds (line 45) | minValidSeconds = -62135596800 constant maxValidSeconds (line 48) | maxValidSeconds = 253402300800 function validateTimestamp (line 61) | func validateTimestamp(ts *timestamp) error { function timestampFromProto (line 88) | func timestampFromProto(ts *timestamp) (time.Time, error) { function timestampProto (line 102) | func timestampProto(t time.Time) (*timestamp, error) { FILE: vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go type timestamp (line 38) | type timestamp struct method Reset (line 43) | func (m *timestamp) Reset() { *m = timestamp{} } method ProtoMessage (line 44) | func (*timestamp) ProtoMessage() {} method String (line 45) | func (*timestamp) String() string { return "timestamp" } function init (line 47) | func init() { FILE: vendor/github.com/gogo/protobuf/proto/wrappers.go function makeStdDoubleValueMarshaler (line 36) | func makeStdDoubleValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdDoubleValuePtrMarshaler (line 56) | func makeStdDoubleValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdDoubleValueSliceMarshaler (line 82) | func makeStdDoubleValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdDoubleValuePtrSliceMarshaler (line 115) | func makeStdDoubleValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshal... function makeStdDoubleValueUnmarshaler (line 148) | func makeStdDoubleValueUnmarshaler(sub *unmarshalInfo, name string) unma... function makeStdDoubleValuePtrUnmarshaler (line 171) | func makeStdDoubleValuePtrUnmarshaler(sub *unmarshalInfo, name string) u... function makeStdDoubleValuePtrSliceUnmarshaler (line 194) | func makeStdDoubleValuePtrSliceUnmarshaler(sub *unmarshalInfo, name stri... function makeStdDoubleValueSliceUnmarshaler (line 218) | func makeStdDoubleValueSliceUnmarshaler(sub *unmarshalInfo, name string)... function makeStdFloatValueMarshaler (line 242) | func makeStdFloatValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdFloatValuePtrMarshaler (line 262) | func makeStdFloatValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdFloatValueSliceMarshaler (line 288) | func makeStdFloatValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdFloatValuePtrSliceMarshaler (line 321) | func makeStdFloatValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshale... function makeStdFloatValueUnmarshaler (line 354) | func makeStdFloatValueUnmarshaler(sub *unmarshalInfo, name string) unmar... function makeStdFloatValuePtrUnmarshaler (line 377) | func makeStdFloatValuePtrUnmarshaler(sub *unmarshalInfo, name string) un... function makeStdFloatValuePtrSliceUnmarshaler (line 400) | func makeStdFloatValuePtrSliceUnmarshaler(sub *unmarshalInfo, name strin... function makeStdFloatValueSliceUnmarshaler (line 424) | func makeStdFloatValueSliceUnmarshaler(sub *unmarshalInfo, name string) ... function makeStdInt64ValueMarshaler (line 448) | func makeStdInt64ValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt64ValuePtrMarshaler (line 468) | func makeStdInt64ValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt64ValueSliceMarshaler (line 494) | func makeStdInt64ValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt64ValuePtrSliceMarshaler (line 527) | func makeStdInt64ValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshale... function makeStdInt64ValueUnmarshaler (line 560) | func makeStdInt64ValueUnmarshaler(sub *unmarshalInfo, name string) unmar... function makeStdInt64ValuePtrUnmarshaler (line 583) | func makeStdInt64ValuePtrUnmarshaler(sub *unmarshalInfo, name string) un... function makeStdInt64ValuePtrSliceUnmarshaler (line 606) | func makeStdInt64ValuePtrSliceUnmarshaler(sub *unmarshalInfo, name strin... function makeStdInt64ValueSliceUnmarshaler (line 630) | func makeStdInt64ValueSliceUnmarshaler(sub *unmarshalInfo, name string) ... function makeStdUInt64ValueMarshaler (line 654) | func makeStdUInt64ValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt64ValuePtrMarshaler (line 674) | func makeStdUInt64ValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt64ValueSliceMarshaler (line 700) | func makeStdUInt64ValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt64ValuePtrSliceMarshaler (line 733) | func makeStdUInt64ValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshal... function makeStdUInt64ValueUnmarshaler (line 766) | func makeStdUInt64ValueUnmarshaler(sub *unmarshalInfo, name string) unma... function makeStdUInt64ValuePtrUnmarshaler (line 789) | func makeStdUInt64ValuePtrUnmarshaler(sub *unmarshalInfo, name string) u... function makeStdUInt64ValuePtrSliceUnmarshaler (line 812) | func makeStdUInt64ValuePtrSliceUnmarshaler(sub *unmarshalInfo, name stri... function makeStdUInt64ValueSliceUnmarshaler (line 836) | func makeStdUInt64ValueSliceUnmarshaler(sub *unmarshalInfo, name string)... function makeStdInt32ValueMarshaler (line 860) | func makeStdInt32ValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt32ValuePtrMarshaler (line 880) | func makeStdInt32ValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt32ValueSliceMarshaler (line 906) | func makeStdInt32ValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdInt32ValuePtrSliceMarshaler (line 939) | func makeStdInt32ValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshale... function makeStdInt32ValueUnmarshaler (line 972) | func makeStdInt32ValueUnmarshaler(sub *unmarshalInfo, name string) unmar... function makeStdInt32ValuePtrUnmarshaler (line 995) | func makeStdInt32ValuePtrUnmarshaler(sub *unmarshalInfo, name string) un... function makeStdInt32ValuePtrSliceUnmarshaler (line 1018) | func makeStdInt32ValuePtrSliceUnmarshaler(sub *unmarshalInfo, name strin... function makeStdInt32ValueSliceUnmarshaler (line 1042) | func makeStdInt32ValueSliceUnmarshaler(sub *unmarshalInfo, name string) ... function makeStdUInt32ValueMarshaler (line 1066) | func makeStdUInt32ValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt32ValuePtrMarshaler (line 1086) | func makeStdUInt32ValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt32ValueSliceMarshaler (line 1112) | func makeStdUInt32ValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdUInt32ValuePtrSliceMarshaler (line 1145) | func makeStdUInt32ValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshal... function makeStdUInt32ValueUnmarshaler (line 1178) | func makeStdUInt32ValueUnmarshaler(sub *unmarshalInfo, name string) unma... function makeStdUInt32ValuePtrUnmarshaler (line 1201) | func makeStdUInt32ValuePtrUnmarshaler(sub *unmarshalInfo, name string) u... function makeStdUInt32ValuePtrSliceUnmarshaler (line 1224) | func makeStdUInt32ValuePtrSliceUnmarshaler(sub *unmarshalInfo, name stri... function makeStdUInt32ValueSliceUnmarshaler (line 1248) | func makeStdUInt32ValueSliceUnmarshaler(sub *unmarshalInfo, name string)... function makeStdBoolValueMarshaler (line 1272) | func makeStdBoolValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBoolValuePtrMarshaler (line 1292) | func makeStdBoolValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBoolValueSliceMarshaler (line 1318) | func makeStdBoolValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBoolValuePtrSliceMarshaler (line 1351) | func makeStdBoolValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBoolValueUnmarshaler (line 1384) | func makeStdBoolValueUnmarshaler(sub *unmarshalInfo, name string) unmars... function makeStdBoolValuePtrUnmarshaler (line 1407) | func makeStdBoolValuePtrUnmarshaler(sub *unmarshalInfo, name string) unm... function makeStdBoolValuePtrSliceUnmarshaler (line 1430) | func makeStdBoolValuePtrSliceUnmarshaler(sub *unmarshalInfo, name string... function makeStdBoolValueSliceUnmarshaler (line 1454) | func makeStdBoolValueSliceUnmarshaler(sub *unmarshalInfo, name string) u... function makeStdStringValueMarshaler (line 1478) | func makeStdStringValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdStringValuePtrMarshaler (line 1498) | func makeStdStringValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdStringValueSliceMarshaler (line 1524) | func makeStdStringValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdStringValuePtrSliceMarshaler (line 1557) | func makeStdStringValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshal... function makeStdStringValueUnmarshaler (line 1590) | func makeStdStringValueUnmarshaler(sub *unmarshalInfo, name string) unma... function makeStdStringValuePtrUnmarshaler (line 1613) | func makeStdStringValuePtrUnmarshaler(sub *unmarshalInfo, name string) u... function makeStdStringValuePtrSliceUnmarshaler (line 1636) | func makeStdStringValuePtrSliceUnmarshaler(sub *unmarshalInfo, name stri... function makeStdStringValueSliceUnmarshaler (line 1660) | func makeStdStringValueSliceUnmarshaler(sub *unmarshalInfo, name string)... function makeStdBytesValueMarshaler (line 1684) | func makeStdBytesValueMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBytesValuePtrMarshaler (line 1704) | func makeStdBytesValuePtrMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBytesValueSliceMarshaler (line 1730) | func makeStdBytesValueSliceMarshaler(u *marshalInfo) (sizer, marshaler) { function makeStdBytesValuePtrSliceMarshaler (line 1763) | func makeStdBytesValuePtrSliceMarshaler(u *marshalInfo) (sizer, marshale... function makeStdBytesValueUnmarshaler (line 1796) | func makeStdBytesValueUnmarshaler(sub *unmarshalInfo, name string) unmar... function makeStdBytesValuePtrUnmarshaler (line 1819) | func makeStdBytesValuePtrUnmarshaler(sub *unmarshalInfo, name string) un... function makeStdBytesValuePtrSliceUnmarshaler (line 1842) | func makeStdBytesValuePtrSliceUnmarshaler(sub *unmarshalInfo, name strin... function makeStdBytesValueSliceUnmarshaler (line 1866) | func makeStdBytesValueSliceUnmarshaler(sub *unmarshalInfo, name string) ... FILE: vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go type float64Value (line 31) | type float64Value struct method Reset (line 35) | func (m *float64Value) Reset() { *m = float64Value{} } method ProtoMessage (line 36) | func (*float64Value) ProtoMessage() {} method String (line 37) | func (*float64Value) String() string { return "float64" } type float32Value (line 39) | type float32Value struct method Reset (line 43) | func (m *float32Value) Reset() { *m = float32Value{} } method ProtoMessage (line 44) | func (*float32Value) ProtoMessage() {} method String (line 45) | func (*float32Value) String() string { return "float32" } type int64Value (line 47) | type int64Value struct method Reset (line 51) | func (m *int64Value) Reset() { *m = int64Value{} } method ProtoMessage (line 52) | func (*int64Value) ProtoMessage() {} method String (line 53) | func (*int64Value) String() string { return "int64" } type uint64Value (line 55) | type uint64Value struct method Reset (line 59) | func (m *uint64Value) Reset() { *m = uint64Value{} } method ProtoMessage (line 60) | func (*uint64Value) ProtoMessage() {} method String (line 61) | func (*uint64Value) String() string { return "uint64" } type int32Value (line 63) | type int32Value struct method Reset (line 67) | func (m *int32Value) Reset() { *m = int32Value{} } method ProtoMessage (line 68) | func (*int32Value) ProtoMessage() {} method String (line 69) | func (*int32Value) String() string { return "int32" } type uint32Value (line 71) | type uint32Value struct method Reset (line 75) | func (m *uint32Value) Reset() { *m = uint32Value{} } method ProtoMessage (line 76) | func (*uint32Value) ProtoMessage() {} method String (line 77) | func (*uint32Value) String() string { return "uint32" } type boolValue (line 79) | type boolValue struct method Reset (line 83) | func (m *boolValue) Reset() { *m = boolValue{} } method ProtoMessage (line 84) | func (*boolValue) ProtoMessage() {} method String (line 85) | func (*boolValue) String() string { return "bool" } type stringValue (line 87) | type stringValue struct method Reset (line 91) | func (m *stringValue) Reset() { *m = stringValue{} } method ProtoMessage (line 92) | func (*stringValue) ProtoMessage() {} method String (line 93) | func (*stringValue) String() string { return "string" } type bytesValue (line 95) | type bytesValue struct method Reset (line 99) | func (m *bytesValue) Reset() { *m = bytesValue{} } method ProtoMessage (line 100) | func (*bytesValue) ProtoMessage() {} method String (line 101) | func (*bytesValue) String() string { return "[]byte" } function init (line 103) | func init() { FILE: vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go function extractFile (line 49) | func extractFile(gz []byte) (*FileDescriptorProto, error) { type Message (line 73) | type Message interface function ForMessage (line 80) | func ForMessage(msg Message) (fd *FileDescriptorProto, md *DescriptorPro... method IsScalar (line 95) | func (field *FieldDescriptorProto) IsScalar() bool { FILE: vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go constant _ (line 21) | _ = proto.GoGoProtoPackageIsVersion3 type FieldDescriptorProto_Type (line 23) | type FieldDescriptorProto_Type method Enum (line 99) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 105) | func (x FieldDescriptorProto_Type) String() string { method UnmarshalJSON (line 109) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 118) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_TYPE_DOUBLE (line 28) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 29) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 32) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 33) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 36) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 37) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 38) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 39) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 40) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 45) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 46) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 48) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 49) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 50) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 51) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 52) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 53) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 54) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 122) | type FieldDescriptorProto_Label method Enum (line 143) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 149) | func (x FieldDescriptorProto_Label) String() string { method UnmarshalJSON (line 153) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 162) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 126) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 127) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 128) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 167) | type FileOptions_OptimizeMode method Enum (line 188) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 194) | func (x FileOptions_OptimizeMode) String() string { method UnmarshalJSON (line 198) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 207) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { constant FileOptions_SPEED (line 170) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 172) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 173) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 211) | type FieldOptions_CType method Enum (line 232) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 238) | func (x FieldOptions_CType) String() string { method UnmarshalJSON (line 242) | func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 251) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_STRING (line 215) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 216) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 217) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 255) | type FieldOptions_JSType method Enum (line 278) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 284) | func (x FieldOptions_JSType) String() string { method UnmarshalJSON (line 288) | func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error { method EnumDescriptor (line 297) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_JS_NORMAL (line 259) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 261) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 263) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type MethodOptions_IdempotencyLevel (line 304) | type MethodOptions_IdempotencyLevel method Enum (line 324) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 330) | func (x MethodOptions_IdempotencyLevel) String() string { method UnmarshalJSON (line 334) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(data []byte) er... method EnumDescriptor (line 343) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 307) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 308) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 309) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type FileDescriptorSet (line 349) | type FileDescriptorSet struct method Reset (line 356) | func (m *FileDescriptorSet) Reset() { *m = FileDescriptorSet{} } method String (line 357) | func (m *FileDescriptorSet) String() string { return proto.CompactText... method ProtoMessage (line 358) | func (*FileDescriptorSet) ProtoMessage() {} method Descriptor (line 359) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 362) | func (m *FileDescriptorSet) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 365) | func (m *FileDescriptorSet) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 368) | func (m *FileDescriptorSet) XXX_Merge(src proto.Message) { method XXX_Size (line 371) | func (m *FileDescriptorSet) XXX_Size() int { method XXX_DiscardUnknown (line 374) | func (m *FileDescriptorSet) XXX_DiscardUnknown() { method GetFile (line 380) | func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 388) | type FileDescriptorProto struct method Reset (line 417) | func (m *FileDescriptorProto) Reset() { *m = FileDescriptorPro... method String (line 418) | func (m *FileDescriptorProto) String() string { return proto.CompactTe... method ProtoMessage (line 419) | func (*FileDescriptorProto) ProtoMessage() {} method Descriptor (line 420) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 423) | func (m *FileDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 426) | func (m *FileDescriptorProto) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 429) | func (m *FileDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 432) | func (m *FileDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 435) | func (m *FileDescriptorProto) XXX_DiscardUnknown() { method GetName (line 441) | func (m *FileDescriptorProto) GetName() string { method GetPackage (line 448) | func (m *FileDescriptorProto) GetPackage() string { method GetDependency (line 455) | func (m *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 462) | func (m *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 469) | func (m *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 476) | func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 483) | func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 490) | func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 497) | func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 504) | func (m *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 511) | func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 518) | func (m *FileDescriptorProto) GetSyntax() string { type DescriptorProto (line 526) | type DescriptorProto struct method Reset (line 544) | func (m *DescriptorProto) Reset() { *m = DescriptorProto{} } method String (line 545) | func (m *DescriptorProto) String() string { return proto.CompactTextSt... method ProtoMessage (line 546) | func (*DescriptorProto) ProtoMessage() {} method Descriptor (line 547) | func (*DescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 550) | func (m *DescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 553) | func (m *DescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 556) | func (m *DescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 559) | func (m *DescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 562) | func (m *DescriptorProto) XXX_DiscardUnknown() { method GetName (line 568) | func (m *DescriptorProto) GetName() string { method GetField (line 575) | func (m *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 582) | func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 589) | func (m *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 596) | func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 603) | func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 610) | func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 617) | func (m *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 624) | func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 631) | func (m *DescriptorProto) GetReservedName() []string { type DescriptorProto_ExtensionRange (line 638) | type DescriptorProto_ExtensionRange struct method Reset (line 647) | func (m *DescriptorProto_ExtensionRange) Reset() { *m = Descri... method String (line 648) | func (m *DescriptorProto_ExtensionRange) String() string { return prot... method ProtoMessage (line 649) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method Descriptor (line 650) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 653) | func (m *DescriptorProto_ExtensionRange) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 656) | func (m *DescriptorProto_ExtensionRange) XXX_Marshal(b []byte, determi... method XXX_Merge (line 659) | func (m *DescriptorProto_ExtensionRange) XXX_Merge(src proto.Message) { method XXX_Size (line 662) | func (m *DescriptorProto_ExtensionRange) XXX_Size() int { method XXX_DiscardUnknown (line 665) | func (m *DescriptorProto_ExtensionRange) XXX_DiscardUnknown() { method GetStart (line 671) | func (m *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 678) | func (m *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 685) | func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 695) | type DescriptorProto_ReservedRange struct method Reset (line 703) | func (m *DescriptorProto_ReservedRange) Reset() { *m = Descrip... method String (line 704) | func (m *DescriptorProto_ReservedRange) String() string { return proto... method ProtoMessage (line 705) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method Descriptor (line 706) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 709) | func (m *DescriptorProto_ReservedRange) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 712) | func (m *DescriptorProto_ReservedRange) XXX_Marshal(b []byte, determin... method XXX_Merge (line 715) | func (m *DescriptorProto_ReservedRange) XXX_Merge(src proto.Message) { method XXX_Size (line 718) | func (m *DescriptorProto_ReservedRange) XXX_Size() int { method XXX_DiscardUnknown (line 721) | func (m *DescriptorProto_ReservedRange) XXX_DiscardUnknown() { method GetStart (line 727) | func (m *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 734) | func (m *DescriptorProto_ReservedRange) GetEnd() int32 { type ExtensionRangeOptions (line 741) | type ExtensionRangeOptions struct method Reset (line 750) | func (m *ExtensionRangeOptions) Reset() { *m = ExtensionRangeO... method String (line 751) | func (m *ExtensionRangeOptions) String() string { return proto.Compact... method ProtoMessage (line 752) | func (*ExtensionRangeOptions) ProtoMessage() {} method Descriptor (line 753) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 761) | func (*ExtensionRangeOptions) ExtensionRangeArray() []proto.ExtensionR... method XXX_Unmarshal (line 765) | func (m *ExtensionRangeOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 768) | func (m *ExtensionRangeOptions) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 771) | func (m *ExtensionRangeOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 774) | func (m *ExtensionRangeOptions) XXX_Size() int { method XXX_DiscardUnknown (line 777) | func (m *ExtensionRangeOptions) XXX_DiscardUnknown() { method GetUninterpretedOption (line 783) | func (m *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... type FieldDescriptorProto (line 791) | type FieldDescriptorProto struct method Reset (line 827) | func (m *FieldDescriptorProto) Reset() { *m = FieldDescriptorP... method String (line 828) | func (m *FieldDescriptorProto) String() string { return proto.CompactT... method ProtoMessage (line 829) | func (*FieldDescriptorProto) ProtoMessage() {} method Descriptor (line 830) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 833) | func (m *FieldDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 836) | func (m *FieldDescriptorProto) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 839) | func (m *FieldDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 842) | func (m *FieldDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 845) | func (m *FieldDescriptorProto) XXX_DiscardUnknown() { method GetName (line 851) | func (m *FieldDescriptorProto) GetName() string { method GetNumber (line 858) | func (m *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 865) | func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 872) | func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 879) | func (m *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 886) | func (m *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 893) | func (m *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 900) | func (m *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 907) | func (m *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 914) | func (m *FieldDescriptorProto) GetOptions() *FieldOptions { type OneofDescriptorProto (line 922) | type OneofDescriptorProto struct method Reset (line 930) | func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorP... method String (line 931) | func (m *OneofDescriptorProto) String() string { return proto.CompactT... method ProtoMessage (line 932) | func (*OneofDescriptorProto) ProtoMessage() {} method Descriptor (line 933) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 936) | func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 939) | func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 942) | func (m *OneofDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 945) | func (m *OneofDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 948) | func (m *OneofDescriptorProto) XXX_DiscardUnknown() { method GetName (line 954) | func (m *OneofDescriptorProto) GetName() string { method GetOptions (line 961) | func (m *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 969) | type EnumDescriptorProto struct method Reset (line 985) | func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorPro... method String (line 986) | func (m *EnumDescriptorProto) String() string { return proto.CompactTe... method ProtoMessage (line 987) | func (*EnumDescriptorProto) ProtoMessage() {} method Descriptor (line 988) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 991) | func (m *EnumDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 994) | func (m *EnumDescriptorProto) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 997) | func (m *EnumDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 1000) | func (m *EnumDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 1003) | func (m *EnumDescriptorProto) XXX_DiscardUnknown() { method GetName (line 1009) | func (m *EnumDescriptorProto) GetName() string { method GetValue (line 1016) | func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 1023) | func (m *EnumDescriptorProto) GetOptions() *EnumOptions { method GetReservedRange (line 1030) | func (m *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProt... method GetReservedName (line 1037) | func (m *EnumDescriptorProto) GetReservedName() []string { type EnumDescriptorProto_EnumReservedRange (line 1050) | type EnumDescriptorProto_EnumReservedRange struct method Reset (line 1058) | func (m *EnumDescriptorProto_EnumReservedRange) Reset() { *m =... method String (line 1059) | func (m *EnumDescriptorProto_EnumReservedRange) String() string { retu... method ProtoMessage (line 1060) | func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} method Descriptor (line 1061) | func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []... method XXX_Unmarshal (line 1064) | func (m *EnumDescriptorProto_EnumReservedRange) XXX_Unmarshal(b []byte... method XXX_Marshal (line 1067) | func (m *EnumDescriptorProto_EnumReservedRange) XXX_Marshal(b []byte, ... method XXX_Merge (line 1070) | func (m *EnumDescriptorProto_EnumReservedRange) XXX_Merge(src proto.Me... method XXX_Size (line 1073) | func (m *EnumDescriptorProto_EnumReservedRange) XXX_Size() int { method XXX_DiscardUnknown (line 1076) | func (m *EnumDescriptorProto_EnumReservedRange) XXX_DiscardUnknown() { method GetStart (line 1082) | func (m *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { method GetEnd (line 1089) | func (m *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { type EnumValueDescriptorProto (line 1097) | type EnumValueDescriptorProto struct method Reset (line 1106) | func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDes... method String (line 1107) | func (m *EnumValueDescriptorProto) String() string { return proto.Comp... method ProtoMessage (line 1108) | func (*EnumValueDescriptorProto) ProtoMessage() {} method Descriptor (line 1109) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1112) | func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1115) | func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic... method XXX_Merge (line 1118) | func (m *EnumValueDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 1121) | func (m *EnumValueDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 1124) | func (m *EnumValueDescriptorProto) XXX_DiscardUnknown() { method GetName (line 1130) | func (m *EnumValueDescriptorProto) GetName() string { method GetNumber (line 1137) | func (m *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 1144) | func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 1152) | type ServiceDescriptorProto struct method Reset (line 1161) | func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescrip... method String (line 1162) | func (m *ServiceDescriptorProto) String() string { return proto.Compac... method ProtoMessage (line 1163) | func (*ServiceDescriptorProto) ProtoMessage() {} method Descriptor (line 1164) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1167) | func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1170) | func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 1173) | func (m *ServiceDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 1176) | func (m *ServiceDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 1179) | func (m *ServiceDescriptorProto) XXX_DiscardUnknown() { method GetName (line 1185) | func (m *ServiceDescriptorProto) GetName() string { method GetMethod (line 1192) | func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 1199) | func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 1207) | type MethodDescriptorProto struct method Reset (line 1223) | func (m *MethodDescriptorProto) Reset() { *m = MethodDescripto... method String (line 1224) | func (m *MethodDescriptorProto) String() string { return proto.Compact... method ProtoMessage (line 1225) | func (*MethodDescriptorProto) ProtoMessage() {} method Descriptor (line 1226) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1229) | func (m *MethodDescriptorProto) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1232) | func (m *MethodDescriptorProto) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 1235) | func (m *MethodDescriptorProto) XXX_Merge(src proto.Message) { method XXX_Size (line 1238) | func (m *MethodDescriptorProto) XXX_Size() int { method XXX_DiscardUnknown (line 1241) | func (m *MethodDescriptorProto) XXX_DiscardUnknown() { method GetName (line 1250) | func (m *MethodDescriptorProto) GetName() string { method GetInputType (line 1257) | func (m *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 1264) | func (m *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 1271) | func (m *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 1278) | func (m *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 1285) | func (m *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 1247) | Default_MethodDescriptorProto_ClientStreaming bool = false constant Default_MethodDescriptorProto_ServerStreaming (line 1248) | Default_MethodDescriptorProto_ServerStreaming bool = false type FileOptions (line 1292) | type FileOptions struct method Reset (line 1383) | func (m *FileOptions) Reset() { *m = FileOptions{} } method String (line 1384) | func (m *FileOptions) String() string { return proto.CompactTextString... method ProtoMessage (line 1385) | func (*FileOptions) ProtoMessage() {} method Descriptor (line 1386) | func (*FileOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1394) | func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1398) | func (m *FileOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1401) | func (m *FileOptions) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 1404) | func (m *FileOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 1407) | func (m *FileOptions) XXX_Size() int { method XXX_DiscardUnknown (line 1410) | func (m *FileOptions) XXX_DiscardUnknown() { method GetJavaPackage (line 1426) | func (m *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1433) | func (m *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1440) | func (m *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1448) | func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1455) | func (m *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1462) | func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1469) | func (m *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1476) | func (m *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1483) | func (m *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1490) | func (m *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1497) | func (m *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1504) | func (m *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1511) | func (m *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1518) | func (m *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1525) | func (m *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1532) | func (m *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1539) | func (m *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1546) | func (m *FileOptions) GetPhpNamespace() string { method GetPhpMetadataNamespace (line 1553) | func (m *FileOptions) GetPhpMetadataNamespace() string { method GetRubyPackage (line 1560) | func (m *FileOptions) GetRubyPackage() string { method GetUninterpretedOption (line 1567) | func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1416) | Default_FileOptions_JavaMultipleFiles bool = false constant Default_FileOptions_JavaStringCheckUtf8 (line 1417) | Default_FileOptions_JavaStringCheckUtf8 bool = false constant Default_FileOptions_OptimizeFor (line 1418) | Default_FileOptions_OptimizeFor FileOptions_OptimizeMode = FileOptions_S... constant Default_FileOptions_CcGenericServices (line 1419) | Default_FileOptions_CcGenericServices bool = false constant Default_FileOptions_JavaGenericServices (line 1420) | Default_FileOptions_JavaGenericServices bool = false constant Default_FileOptions_PyGenericServices (line 1421) | Default_FileOptions_PyGenericServices bool = false constant Default_FileOptions_PhpGenericServices (line 1422) | Default_FileOptions_PhpGenericServices bool = false constant Default_FileOptions_Deprecated (line 1423) | Default_FileOptions_Deprecated bool = false constant Default_FileOptions_CcEnableArenas (line 1424) | Default_FileOptions_CcEnableArenas bool = false type MessageOptions (line 1574) | type MessageOptions struct method Reset (line 1633) | func (m *MessageOptions) Reset() { *m = MessageOptions{} } method String (line 1634) | func (m *MessageOptions) String() string { return proto.CompactTextStr... method ProtoMessage (line 1635) | func (*MessageOptions) ProtoMessage() {} method Descriptor (line 1636) | func (*MessageOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1644) | func (*MessageOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1648) | func (m *MessageOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1651) | func (m *MessageOptions) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 1654) | func (m *MessageOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 1657) | func (m *MessageOptions) XXX_Size() int { method XXX_DiscardUnknown (line 1660) | func (m *MessageOptions) XXX_DiscardUnknown() { method GetMessageSetWireFormat (line 1670) | func (m *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 1677) | func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 1684) | func (m *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 1691) | func (m *MessageOptions) GetMapEntry() bool { method GetUninterpretedOption (line 1698) | func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 1666) | Default_MessageOptions_MessageSetWireFormat bool = false constant Default_MessageOptions_NoStandardDescriptorAccessor (line 1667) | Default_MessageOptions_NoStandardDescriptorAccessor bool = false constant Default_MessageOptions_Deprecated (line 1668) | Default_MessageOptions_Deprecated bool = false type FieldOptions (line 1705) | type FieldOptions struct method Reset (line 1773) | func (m *FieldOptions) Reset() { *m = FieldOptions{} } method String (line 1774) | func (m *FieldOptions) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1775) | func (*FieldOptions) ProtoMessage() {} method Descriptor (line 1776) | func (*FieldOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1784) | func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1788) | func (m *FieldOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1791) | func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1794) | func (m *FieldOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 1797) | func (m *FieldOptions) XXX_Size() int { method XXX_DiscardUnknown (line 1800) | func (m *FieldOptions) XXX_DiscardUnknown() { method GetCtype (line 1812) | func (m *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 1819) | func (m *FieldOptions) GetPacked() bool { method GetJstype (line 1826) | func (m *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 1833) | func (m *FieldOptions) GetLazy() bool { method GetDeprecated (line 1840) | func (m *FieldOptions) GetDeprecated() bool { method GetWeak (line 1847) | func (m *FieldOptions) GetWeak() bool { method GetUninterpretedOption (line 1854) | func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 1806) | Default_FieldOptions_Ctype FieldOptions_CType = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 1807) | Default_FieldOptions_Jstype FieldOptions_JSType = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 1808) | Default_FieldOptions_Lazy bool = false constant Default_FieldOptions_Deprecated (line 1809) | Default_FieldOptions_Deprecated bool = false constant Default_FieldOptions_Weak (line 1810) | Default_FieldOptions_Weak bool = false type OneofOptions (line 1861) | type OneofOptions struct method Reset (line 1870) | func (m *OneofOptions) Reset() { *m = OneofOptions{} } method String (line 1871) | func (m *OneofOptions) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1872) | func (*OneofOptions) ProtoMessage() {} method Descriptor (line 1873) | func (*OneofOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1881) | func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1885) | func (m *OneofOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1888) | func (m *OneofOptions) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1891) | func (m *OneofOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 1894) | func (m *OneofOptions) XXX_Size() int { method XXX_DiscardUnknown (line 1897) | func (m *OneofOptions) XXX_DiscardUnknown() { method GetUninterpretedOption (line 1903) | func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 1910) | type EnumOptions struct method Reset (line 1927) | func (m *EnumOptions) Reset() { *m = EnumOptions{} } method String (line 1928) | func (m *EnumOptions) String() string { return proto.CompactTextString... method ProtoMessage (line 1929) | func (*EnumOptions) ProtoMessage() {} method Descriptor (line 1930) | func (*EnumOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 1938) | func (*EnumOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 1942) | func (m *EnumOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1945) | func (m *EnumOptions) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 1948) | func (m *EnumOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 1951) | func (m *EnumOptions) XXX_Size() int { method XXX_DiscardUnknown (line 1954) | func (m *EnumOptions) XXX_DiscardUnknown() { method GetAllowAlias (line 1962) | func (m *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 1969) | func (m *EnumOptions) GetDeprecated() bool { method GetUninterpretedOption (line 1976) | func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 1960) | Default_EnumOptions_Deprecated bool = false type EnumValueOptions (line 1983) | type EnumValueOptions struct method Reset (line 1997) | func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } method String (line 1998) | func (m *EnumValueOptions) String() string { return proto.CompactTextS... method ProtoMessage (line 1999) | func (*EnumValueOptions) ProtoMessage() {} method Descriptor (line 2000) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2008) | func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 2012) | func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2015) | func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 2018) | func (m *EnumValueOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 2021) | func (m *EnumValueOptions) XXX_Size() int { method XXX_DiscardUnknown (line 2024) | func (m *EnumValueOptions) XXX_DiscardUnknown() { method GetDeprecated (line 2032) | func (m *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2039) | func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 2030) | Default_EnumValueOptions_Deprecated bool = false type ServiceOptions (line 2046) | type ServiceOptions struct method Reset (line 2060) | func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } method String (line 2061) | func (m *ServiceOptions) String() string { return proto.CompactTextStr... method ProtoMessage (line 2062) | func (*ServiceOptions) ProtoMessage() {} method Descriptor (line 2063) | func (*ServiceOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2071) | func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 2075) | func (m *ServiceOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2078) | func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 2081) | func (m *ServiceOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 2084) | func (m *ServiceOptions) XXX_Size() int { method XXX_DiscardUnknown (line 2087) | func (m *ServiceOptions) XXX_DiscardUnknown() { method GetDeprecated (line 2095) | func (m *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2102) | func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 2093) | Default_ServiceOptions_Deprecated bool = false type MethodOptions (line 2109) | type MethodOptions struct method Reset (line 2124) | func (m *MethodOptions) Reset() { *m = MethodOptions{} } method String (line 2125) | func (m *MethodOptions) String() string { return proto.CompactTextStri... method ProtoMessage (line 2126) | func (*MethodOptions) ProtoMessage() {} method Descriptor (line 2127) | func (*MethodOptions) Descriptor() ([]byte, []int) { method ExtensionRangeArray (line 2135) | func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { method XXX_Unmarshal (line 2139) | func (m *MethodOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2142) | func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 2145) | func (m *MethodOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 2148) | func (m *MethodOptions) XXX_Size() int { method XXX_DiscardUnknown (line 2151) | func (m *MethodOptions) XXX_DiscardUnknown() { method GetDeprecated (line 2160) | func (m *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 2167) | func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 2174) | func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 2157) | Default_MethodOptions_Deprecated bool = false constant Default_MethodOptions_IdempotencyLevel (line 2158) | Default_MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel = ... type UninterpretedOption (line 2187) | type UninterpretedOption struct method Reset (line 2202) | func (m *UninterpretedOption) Reset() { *m = UninterpretedOpti... method String (line 2203) | func (m *UninterpretedOption) String() string { return proto.CompactTe... method ProtoMessage (line 2204) | func (*UninterpretedOption) ProtoMessage() {} method Descriptor (line 2205) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2208) | func (m *UninterpretedOption) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2211) | func (m *UninterpretedOption) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 2214) | func (m *UninterpretedOption) XXX_Merge(src proto.Message) { method XXX_Size (line 2217) | func (m *UninterpretedOption) XXX_Size() int { method XXX_DiscardUnknown (line 2220) | func (m *UninterpretedOption) XXX_DiscardUnknown() { method GetName (line 2226) | func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 2233) | func (m *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 2240) | func (m *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 2247) | func (m *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 2254) | func (m *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 2261) | func (m *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 2268) | func (m *UninterpretedOption) GetAggregateValue() string { type UninterpretedOption_NamePart (line 2280) | type UninterpretedOption_NamePart struct method Reset (line 2288) | func (m *UninterpretedOption_NamePart) Reset() { *m = Uninterp... method String (line 2289) | func (m *UninterpretedOption_NamePart) String() string { return proto.... method ProtoMessage (line 2290) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method Descriptor (line 2291) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2294) | func (m *UninterpretedOption_NamePart) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2297) | func (m *UninterpretedOption_NamePart) XXX_Marshal(b []byte, determini... method XXX_Merge (line 2300) | func (m *UninterpretedOption_NamePart) XXX_Merge(src proto.Message) { method XXX_Size (line 2303) | func (m *UninterpretedOption_NamePart) XXX_Size() int { method XXX_DiscardUnknown (line 2306) | func (m *UninterpretedOption_NamePart) XXX_DiscardUnknown() { method GetNamePart (line 2312) | func (m *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 2319) | func (m *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo (line 2328) | type SourceCodeInfo struct method Reset (line 2378) | func (m *SourceCodeInfo) Reset() { *m = SourceCodeInfo{} } method String (line 2379) | func (m *SourceCodeInfo) String() string { return proto.CompactTextStr... method ProtoMessage (line 2380) | func (*SourceCodeInfo) ProtoMessage() {} method Descriptor (line 2381) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2384) | func (m *SourceCodeInfo) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2387) | func (m *SourceCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 2390) | func (m *SourceCodeInfo) XXX_Merge(src proto.Message) { method XXX_Size (line 2393) | func (m *SourceCodeInfo) XXX_Size() int { method XXX_DiscardUnknown (line 2396) | func (m *SourceCodeInfo) XXX_DiscardUnknown() { method GetLocation (line 2402) | func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type SourceCodeInfo_Location (line 2409) | type SourceCodeInfo_Location struct method Reset (line 2495) | func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInf... method String (line 2496) | func (m *SourceCodeInfo_Location) String() string { return proto.Compa... method ProtoMessage (line 2497) | func (*SourceCodeInfo_Location) ProtoMessage() {} method Descriptor (line 2498) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2501) | func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2504) | func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 2507) | func (m *SourceCodeInfo_Location) XXX_Merge(src proto.Message) { method XXX_Size (line 2510) | func (m *SourceCodeInfo_Location) XXX_Size() int { method XXX_DiscardUnknown (line 2513) | func (m *SourceCodeInfo_Location) XXX_DiscardUnknown() { method GetPath (line 2519) | func (m *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 2526) | func (m *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 2533) | func (m *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 2540) | func (m *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 2547) | func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo (line 2557) | type GeneratedCodeInfo struct method Reset (line 2566) | func (m *GeneratedCodeInfo) Reset() { *m = GeneratedCodeInfo{} } method String (line 2567) | func (m *GeneratedCodeInfo) String() string { return proto.CompactText... method ProtoMessage (line 2568) | func (*GeneratedCodeInfo) ProtoMessage() {} method Descriptor (line 2569) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2572) | func (m *GeneratedCodeInfo) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2575) | func (m *GeneratedCodeInfo) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 2578) | func (m *GeneratedCodeInfo) XXX_Merge(src proto.Message) { method XXX_Size (line 2581) | func (m *GeneratedCodeInfo) XXX_Size() int { method XXX_DiscardUnknown (line 2584) | func (m *GeneratedCodeInfo) XXX_DiscardUnknown() { method GetAnnotation (line 2590) | func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type GeneratedCodeInfo_Annotation (line 2597) | type GeneratedCodeInfo_Annotation struct method Reset (line 2615) | func (m *GeneratedCodeInfo_Annotation) Reset() { *m = Generate... method String (line 2616) | func (m *GeneratedCodeInfo_Annotation) String() string { return proto.... method ProtoMessage (line 2617) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method Descriptor (line 2618) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2621) | func (m *GeneratedCodeInfo_Annotation) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2624) | func (m *GeneratedCodeInfo_Annotation) XXX_Marshal(b []byte, determini... method XXX_Merge (line 2627) | func (m *GeneratedCodeInfo_Annotation) XXX_Merge(src proto.Message) { method XXX_Size (line 2630) | func (m *GeneratedCodeInfo_Annotation) XXX_Size() int { method XXX_DiscardUnknown (line 2633) | func (m *GeneratedCodeInfo_Annotation) XXX_DiscardUnknown() { method GetPath (line 2639) | func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 2646) | func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 2653) | func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 2660) | func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 { function init (line 2667) | func init() { function init (line 2703) | func init() { proto.RegisterFile("descriptor.proto", fileDescriptor_3087... FILE: vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go method GoString (line 22) | func (this *FileDescriptorSet) GoString() string { method GoString (line 37) | func (this *FileDescriptorProto) GoString() string { method GoString (line 85) | func (this *DescriptorProto) GoString() string { method GoString (line 127) | func (this *DescriptorProto_ExtensionRange) GoString() string { method GoString (line 148) | func (this *DescriptorProto_ReservedRange) GoString() string { method GoString (line 166) | func (this *ExtensionRangeOptions) GoString() string { method GoString (line 182) | func (this *FieldDescriptorProto) GoString() string { method GoString (line 224) | func (this *OneofDescriptorProto) GoString() string { method GoString (line 242) | func (this *EnumDescriptorProto) GoString() string { method GoString (line 269) | func (this *EnumDescriptorProto_EnumReservedRange) GoString() string { method GoString (line 287) | func (this *EnumValueDescriptorProto) GoString() string { method GoString (line 308) | func (this *ServiceDescriptorProto) GoString() string { method GoString (line 329) | func (this *MethodDescriptorProto) GoString() string { method GoString (line 359) | func (this *FileOptions) GoString() string { method GoString (line 435) | func (this *MessageOptions) GoString() string { method GoString (line 463) | func (this *FieldOptions) GoString() string { method GoString (line 497) | func (this *OneofOptions) GoString() string { method GoString (line 513) | func (this *EnumOptions) GoString() string { method GoString (line 535) | func (this *EnumValueOptions) GoString() string { method GoString (line 554) | func (this *ServiceOptions) GoString() string { method GoString (line 573) | func (this *MethodOptions) GoString() string { method GoString (line 595) | func (this *UninterpretedOption) GoString() string { method GoString (line 628) | func (this *UninterpretedOption_NamePart) GoString() string { method GoString (line 646) | func (this *SourceCodeInfo) GoString() string { method GoString (line 661) | func (this *SourceCodeInfo_Location) GoString() string { method GoString (line 688) | func (this *GeneratedCodeInfo) GoString() string { method GoString (line 703) | func (this *GeneratedCodeInfo_Annotation) GoString() string { function valueToGoStringDescriptor (line 727) | func valueToGoStringDescriptor(v interface{}, typ string) string { function extensionToGoStringDescriptor (line 735) | func extensionToGoStringDescriptor(m github_com_gogo_protobuf_proto.Mess... FILE: vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go method GetMapFields (line 35) | func (msg *DescriptorProto) GetMapFields() (*FieldDescriptorProto, *Fiel... function dotToUnderscore (line 42) | func dotToUnderscore(r rune) rune { method WireType (line 49) | func (field *FieldDescriptorProto) WireType() (wire int) { method GetKeyUint64 (line 91) | func (field *FieldDescriptorProto) GetKeyUint64() (x uint64) { method GetKey3Uint64 (line 102) | func (field *FieldDescriptorProto) GetKey3Uint64() (x uint64) { method GetKey (line 113) | func (field *FieldDescriptorProto) GetKey() []byte { method GetKey3 (line 125) | func (field *FieldDescriptorProto) GetKey3() []byte { method GetField (line 137) | func (desc *FileDescriptorSet) GetField(packageName, messageName, fieldN... method GetMessage (line 150) | func (file *FileDescriptorProto) GetMessage(typeName string) *Descriptor... method GetNestedMessage (line 163) | func (file *FileDescriptorProto) GetNestedMessage(msg *DescriptorProto, ... method GetMessage (line 176) | func (desc *FileDescriptorSet) GetMessage(packageName string, typeName s... method IsProto3 (line 200) | func (desc *FileDescriptorSet) IsProto3(packageName string, typeName str... method IsExtendable (line 224) | func (msg *DescriptorProto) IsExtendable() bool { method FindExtension (line 228) | func (desc *FileDescriptorSet) FindExtension(packageName string, typeNam... method FindExtensionByFieldNumber (line 256) | func (desc *FileDescriptorSet) FindExtensionByFieldNumber(packageName st... method FindMessage (line 284) | func (desc *FileDescriptorSet) FindMessage(packageName string, typeName ... method GetFieldDescriptor (line 323) | func (msg *DescriptorProto) GetFieldDescriptor(fieldName string) *FieldD... method GetEnum (line 332) | func (desc *FileDescriptorSet) GetEnum(packageName string, typeName stri... method IsEnum (line 346) | func (f *FieldDescriptorProto) IsEnum() bool { method IsMessage (line 350) | func (f *FieldDescriptorProto) IsMessage() bool { method IsBytes (line 354) | func (f *FieldDescriptorProto) IsBytes() bool { method IsRepeated (line 358) | func (f *FieldDescriptorProto) IsRepeated() bool { method IsString (line 362) | func (f *FieldDescriptorProto) IsString() bool { method IsBool (line 366) | func (f *FieldDescriptorProto) IsBool() bool { method IsRequired (line 370) | func (f *FieldDescriptorProto) IsRequired() bool { method IsPacked (line 374) | func (f *FieldDescriptorProto) IsPacked() bool { method IsPacked3 (line 378) | func (f *FieldDescriptorProto) IsPacked3() bool { method HasExtension (line 388) | func (m *DescriptorProto) HasExtension() bool { FILE: vendor/github.com/golang/protobuf/jsonpb/decode.go constant wrapJSONUnmarshalV2 (line 25) | wrapJSONUnmarshalV2 = false function UnmarshalNext (line 28) | func UnmarshalNext(d *json.Decoder, m proto.Message) error { function Unmarshal (line 33) | func Unmarshal(r io.Reader, m proto.Message) error { function UnmarshalString (line 38) | func UnmarshalString(s string, m proto.Message) error { type Unmarshaler (line 44) | type Unmarshaler struct method Unmarshal (line 67) | func (u *Unmarshaler) Unmarshal(r io.Reader, m proto.Message) error { method UnmarshalNext (line 72) | func (u *Unmarshaler) UnmarshalNext(d *json.Decoder, m proto.Message) ... method unmarshalMessage (line 134) | func (u *Unmarshaler) unmarshalMessage(m protoreflect.Message, in []by... method unmarshalValue (line 409) | func (u *Unmarshaler) unmarshalValue(v protoreflect.Value, in []byte, ... method unmarshalSingularValue (line 463) | func (u *Unmarshaler) unmarshalSingularValue(v protoreflect.Value, in ... type JSONPBUnmarshaler (line 62) | type JSONPBUnmarshaler interface function isSingularWellKnownValue (line 388) | func isSingularWellKnownValue(fd protoreflect.FieldDescriptor) bool { function isSingularJSONPBUnmarshaler (line 401) | func isSingularJSONPBUnmarshaler(v protoreflect.Value, fd protoreflect.F... function unmarshalValue (line 506) | func unmarshalValue(in []byte, v interface{}) (protoreflect.Value, error) { function unquoteString (line 511) | func unquoteString(in string) (out string, err error) { function hasPrefixAndSuffix (line 516) | func hasPrefixAndSuffix(prefix byte, in []byte, suffix byte) bool { function trimQuote (line 525) | func trimQuote(in []byte) []byte { FILE: vendor/github.com/golang/protobuf/jsonpb/encode.go constant wrapJSONMarshalV2 (line 26) | wrapJSONMarshalV2 = false type Marshaler (line 30) | type Marshaler struct method Marshal (line 66) | func (jm *Marshaler) Marshal(w io.Writer, m proto.Message) error { method MarshalToString (line 77) | func (jm *Marshaler) MarshalToString(m proto.Message) (string, error) { method marshal (line 85) | func (jm *Marshaler) marshal(m proto.Message) ([]byte, error) { type JSONPBMarshaler (line 61) | type JSONPBMarshaler interface type jsonWriter (line 121) | type jsonWriter struct method write (line 126) | func (w *jsonWriter) write(s string) { method marshalMessage (line 130) | func (w *jsonWriter) marshalMessage(m protoreflect.Message, indent, ty... method writeComma (line 305) | func (w *jsonWriter) writeComma() { method marshalAny (line 313) | func (w *jsonWriter) marshalAny(m protoreflect.Message, indent string)... method marshalTypeURL (line 371) | func (w *jsonWriter) marshalTypeURL(indent, typeURL string) error { method marshalField (line 389) | func (w *jsonWriter) marshalField(fd protoreflect.FieldDescriptor, v p... method marshalValue (line 420) | func (w *jsonWriter) marshalValue(fd protoreflect.FieldDescriptor, v p... method marshalSingularValue (line 513) | func (w *jsonWriter) marshalSingularValue(fd protoreflect.FieldDescrip... FILE: vendor/github.com/golang/protobuf/jsonpb/json.go type AnyResolver (line 25) | type AnyResolver interface type anyResolver (line 29) | type anyResolver struct method FindMessageByName (line 31) | func (r anyResolver) FindMessageByName(message protoreflect.FullName) ... method FindMessageByURL (line 35) | func (r anyResolver) FindMessageByURL(url string) (protoreflect.Messag... method FindExtensionByName (line 43) | func (r anyResolver) FindExtensionByName(field protoreflect.FullName) ... method FindExtensionByNumber (line 47) | func (r anyResolver) FindExtensionByNumber(message protoreflect.FullNa... function wellKnownType (line 51) | func wellKnownType(s protoreflect.FullName) string { function isMessageSet (line 66) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: vendor/github.com/golang/protobuf/proto/buffer.go constant WireVarint (line 17) | WireVarint = 0 constant WireFixed32 (line 18) | WireFixed32 = 5 constant WireFixed64 (line 19) | WireFixed64 = 1 constant WireBytes (line 20) | WireBytes = 2 constant WireStartGroup (line 21) | WireStartGroup = 3 constant WireEndGroup (line 22) | WireEndGroup = 4 function EncodeVarint (line 26) | func EncodeVarint(v uint64) []byte { function SizeVarint (line 32) | func SizeVarint(v uint64) int { function DecodeVarint (line 39) | func DecodeVarint(b []byte) (uint64, int) { type Buffer (line 49) | type Buffer struct method SetDeterministic (line 81) | func (b *Buffer) SetDeterministic(deterministic bool) { method SetBuf (line 87) | func (b *Buffer) SetBuf(buf []byte) { method Reset (line 93) | func (b *Buffer) Reset() { method Bytes (line 99) | func (b *Buffer) Bytes() []byte { method Unread (line 104) | func (b *Buffer) Unread() []byte { method Marshal (line 109) | func (b *Buffer) Marshal(m Message) error { method Unmarshal (line 118) | func (b *Buffer) Unmarshal(m Message) error { method DebugPrint (line 132) | func (*Buffer) DebugPrint(s string, b []byte) { method EncodeVarint (line 140) | func (b *Buffer) EncodeVarint(v uint64) error { method EncodeZigzag32 (line 146) | func (b *Buffer) EncodeZigzag32(v uint64) error { method EncodeZigzag64 (line 151) | func (b *Buffer) EncodeZigzag64(v uint64) error { method EncodeFixed32 (line 156) | func (b *Buffer) EncodeFixed32(v uint64) error { method EncodeFixed64 (line 162) | func (b *Buffer) EncodeFixed64(v uint64) error { method EncodeRawBytes (line 168) | func (b *Buffer) EncodeRawBytes(v []byte) error { method EncodeStringBytes (line 175) | func (b *Buffer) EncodeStringBytes(v string) error { method EncodeMessage (line 181) | func (b *Buffer) EncodeMessage(m Message) error { method DecodeVarint (line 189) | func (b *Buffer) DecodeVarint() (uint64, error) { method DecodeZigzag32 (line 199) | func (b *Buffer) DecodeZigzag32() (uint64, error) { method DecodeZigzag64 (line 208) | func (b *Buffer) DecodeZigzag64() (uint64, error) { method DecodeFixed32 (line 217) | func (b *Buffer) DecodeFixed32() (uint64, error) { method DecodeFixed64 (line 227) | func (b *Buffer) DecodeFixed64() (uint64, error) { method DecodeRawBytes (line 239) | func (b *Buffer) DecodeRawBytes(alloc bool) ([]byte, error) { method DecodeStringBytes (line 253) | func (b *Buffer) DecodeStringBytes() (string, error) { method DecodeMessage (line 264) | func (b *Buffer) DecodeMessage(m Message) error { method DecodeGroup (line 276) | func (b *Buffer) DecodeGroup(m Message) error { function NewBuffer (line 57) | func NewBuffer(buf []byte) *Buffer { type unknownFields (line 124) | type unknownFields struct method String (line 126) | func (m *unknownFields) String() string { panic("not implemented") } method Reset (line 127) | func (m *unknownFields) Reset() { panic("not implemented") } method ProtoMessage (line 128) | func (m *unknownFields) ProtoMessage() { panic("not implemented") } function consumeGroup (line 288) | func consumeGroup(b []byte) ([]byte, int, error) { FILE: vendor/github.com/golang/protobuf/proto/defaults.go function SetDefaults (line 14) | func SetDefaults(m Message) { function setDefaults (line 20) | func setDefaults(m protoreflect.Message) { FILE: vendor/github.com/golang/protobuf/proto/deprecated.go type Stats (line 28) | type Stats struct function GetStats (line 31) | func GetStats() Stats { return Stats{} } function MarshalMessageSet (line 34) | func MarshalMessageSet(interface{}) ([]byte, error) { function UnmarshalMessageSet (line 39) | func UnmarshalMessageSet([]byte, interface{}) error { function MarshalMessageSetJSON (line 44) | func MarshalMessageSetJSON(interface{}) ([]byte, error) { function UnmarshalMessageSetJSON (line 49) | func UnmarshalMessageSetJSON([]byte, interface{}) error { function RegisterMessageSetType (line 54) | func RegisterMessageSetType(Message, int32, string) {} function EnumName (line 57) | func EnumName(m map[int32]string, v int32) string { function UnmarshalJSONEnum (line 66) | func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string)... type InternalMessageInfo (line 88) | type InternalMessageInfo struct method DiscardUnknown (line 91) | func (*InternalMessageInfo) DiscardUnknown(m Message) { method Marshal (line 96) | func (*InternalMessageInfo) Marshal(b []byte, m Message, deterministic... method Merge (line 101) | func (*InternalMessageInfo) Merge(dst, src Message) { method Size (line 106) | func (*InternalMessageInfo) Size(m Message) int { method Unmarshal (line 111) | func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error { FILE: vendor/github.com/golang/protobuf/proto/discard.go function DiscardUnknown (line 19) | func DiscardUnknown(m Message) { function discardUnknown (line 25) | func discardUnknown(m protoreflect.Message) { FILE: vendor/github.com/golang/protobuf/proto/extensions.go function HasExtension (line 45) | func HasExtension(m Message, xt *ExtensionDesc) (has bool) { function ClearExtension (line 73) | func ClearExtension(m Message, xt *ExtensionDesc) { function ClearAllExtensions (line 96) | func ClearAllExtensions(m Message) { function GetExtension (line 120) | func GetExtension(m Message, xt *ExtensionDesc) (interface{}, error) { type extensionResolver (line 183) | type extensionResolver struct method FindExtensionByName (line 185) | func (r extensionResolver) FindExtensionByName(field protoreflect.Full... method FindExtensionByNumber (line 192) | func (r extensionResolver) FindExtensionByNumber(message protoreflect.... function GetExtensions (line 202) | func GetExtensions(m Message, xts []*ExtensionDesc) ([]interface{}, erro... function SetExtension (line 223) | func SetExtension(m Message, xt *ExtensionDesc, v interface{}) error { function SetRawExtension (line 254) | func SetRawExtension(m Message, fnum int32, b []byte) { function ExtensionDescs (line 279) | func ExtensionDescs(m Message) ([]*ExtensionDesc, error) { function isValidExtension (line 319) | func isValidExtension(md protoreflect.MessageDescriptor, xtd protoreflec... function isScalarKind (line 326) | func isScalarKind(k reflect.Kind) bool { function clearUnknown (line 336) | func clearUnknown(m protoreflect.Message, remover interface { type fieldNum (line 352) | type fieldNum method Has (line 354) | func (n1 fieldNum) Has(n2 protoreflect.FieldNumber) bool { FILE: vendor/github.com/golang/protobuf/proto/properties.go type StructProperties (line 22) | type StructProperties struct method Len (line 304) | func (sp *StructProperties) Len() int { return len(sp.Prop) } method Less (line 305) | func (sp *StructProperties) Less(i, j int) bool { return false } method Swap (line 306) | func (sp *StructProperties) Swap(i, j int) { return } type Properties (line 41) | type Properties struct method String (line 99) | func (p *Properties) String() string { method Parse (line 137) | func (p *Properties) Parse(tag string) { method Init (line 196) | func (p *Properties) Init(typ reflect.Type, name, tag string, f *refle... type OneofProperties (line 88) | type OneofProperties struct function GetProperties (line 219) | func GetProperties(t reflect.Type) *StructProperties { function newProperties (line 227) | func newProperties(t reflect.Type) *StructProperties { FILE: vendor/github.com/golang/protobuf/proto/proto.go constant ProtoPackageIsVersion1 (line 23) | ProtoPackageIsVersion1 = true constant ProtoPackageIsVersion2 (line 24) | ProtoPackageIsVersion2 = true constant ProtoPackageIsVersion3 (line 25) | ProtoPackageIsVersion3 = true constant ProtoPackageIsVersion4 (line 26) | ProtoPackageIsVersion4 = true type GeneratedEnum (line 32) | type GeneratedEnum interface type GeneratedMessage (line 37) | type GeneratedMessage interface function MessageV1 (line 54) | func MessageV1(m GeneratedMessage) protoiface.MessageV1 { function MessageV2 (line 60) | func MessageV2(m GeneratedMessage) protoV2.Message { function MessageReflect (line 66) | func MessageReflect(m Message) protoreflect.Message { type Marshaler (line 75) | type Marshaler interface type Unmarshaler (line 87) | type Unmarshaler interface type Merger (line 98) | type Merger interface type RequiredNotSetError (line 107) | type RequiredNotSetError struct method Error (line 111) | func (e *RequiredNotSetError) Error() string { method RequiredNotSet (line 117) | func (e *RequiredNotSetError) RequiredNotSet() bool { function checkRequiredNotSet (line 121) | func checkRequiredNotSet(m protoV2.Message) error { function Clone (line 129) | func Clone(src Message) Message { function Merge (line 141) | func Merge(dst, src Message) { function Equal (line 160) | func Equal(x, y Message) bool { function isMessageSet (line 164) | func isMessageSet(md protoreflect.MessageDescriptor) bool { FILE: vendor/github.com/golang/protobuf/proto/registry.go function RegisterFile (line 34) | func RegisterFile(s filePath, d fileDescGZIP) { function FileDescriptor (line 58) | func FileDescriptor(s filePath) fileDescGZIP { function RegisterEnum (line 96) | func RegisterEnum(s enumName, _ enumsByNumber, m enumsByName) { function EnumValueMap (line 110) | func EnumValueMap(s enumName) enumsByName { function walkEnums (line 156) | func walkEnums(d interface { function RegisterType (line 179) | func RegisterType(m Message, s messageName) { function RegisterMapType (line 191) | func RegisterMapType(m interface{}, s messageName) { function MessageType (line 206) | func MessageType(s messageName) reflect.Type { function goTypeForField (line 236) | func goTypeForField(fd protoreflect.FieldDescriptor) reflect.Type { function enumGoType (line 253) | func enumGoType(et protoreflect.EnumType) reflect.Type { function messageGoType (line 257) | func messageGoType(mt protoreflect.MessageType) reflect.Type { function MessageName (line 264) | func MessageName(m Message) messageName { function RegisterExtension (line 278) | func RegisterExtension(d *ExtensionDesc) { function RegisteredExtensions (line 292) | func RegisteredExtensions(m Message) extensionsByNumber { FILE: vendor/github.com/golang/protobuf/proto/text_decode.go constant wrapTextUnmarshalV2 (line 22) | wrapTextUnmarshalV2 = false type ParseError (line 25) | type ParseError struct method Error (line 32) | func (e *ParseError) Error() string { function UnmarshalText (line 43) | func UnmarshalText(s string, m Message) error { type textParser (line 67) | type textParser struct method unmarshalMessage (line 91) | func (p *textParser) unmarshalMessage(m protoreflect.Message, terminat... method unmarshalExtensionOrAny (line 171) | func (p *textParser) unmarshalExtensionOrAny(m protoreflect.Message, s... method unmarshalValue (line 258) | func (p *textParser) unmarshalValue(v protoreflect.Value, fd protorefl... method unmarshalSingularValue (line 368) | func (p *textParser) unmarshalSingularValue(v protoreflect.Value, fd p... method checkForColon (line 475) | func (p *textParser) checkForColon(fd protoreflect.FieldDescriptor) *P... method consumeExtensionOrAnyName (line 491) | func (p *textParser) consumeExtensionOrAnyName() (string, error) { method consumeOptionalSeparator (line 523) | func (p *textParser) consumeOptionalSeparator() error { method errorf (line 534) | func (p *textParser) errorf(format string, a ...interface{}) *ParseErr... method skipWhitespace (line 541) | func (p *textParser) skipWhitespace() { method advance (line 565) | func (p *textParser) advance() { method back (line 617) | func (p *textParser) back() { p.backed = true } method next (line 620) | func (p *textParser) next() *token { method consumeToken (line 650) | func (p *textParser) consumeToken(s string) error { type token (line 75) | type token struct function newTextParser (line 83) | func newTextParser(s string) *textParser { function unquoteC (line 664) | func unquoteC(s string, quote rune) (string, error) { function unescape (line 707) | func unescape(s string) (ch string, tail string, err error) { function isIdentOrNumberChar (line 773) | func isIdentOrNumberChar(c byte) bool { function isWhitespace (line 787) | func isWhitespace(c byte) bool { function isQuote (line 795) | func isQuote(c byte) bool { FILE: vendor/github.com/golang/protobuf/proto/text_encode.go constant wrapTextMarshalV2 (line 23) | wrapTextMarshalV2 = false type TextMarshaler (line 26) | type TextMarshaler struct method Marshal (line 32) | func (tm *TextMarshaler) Marshal(w io.Writer, m Message) error { method Text (line 43) | func (tm *TextMarshaler) Text(m Message) string { method marshal (line 48) | func (tm *TextMarshaler) marshal(m Message) ([]byte, error) { function MarshalText (line 97) | func MarshalText(w io.Writer, m Message) error { return defaultTextMarsh... function MarshalTextString (line 100) | func MarshalTextString(m Message) string { return defaultTextMarshaler.T... function CompactText (line 103) | func CompactText(w io.Writer, m Message) error { return compactTextMarsh... function CompactTextString (line 106) | func CompactTextString(m Message) string { return compactTextMarshaler.T... type textWriter (line 117) | type textWriter struct method Write (line 125) | func (w *textWriter) Write(p []byte) (n int, _ error) { method WriteByte (line 164) | func (w *textWriter) WriteByte(c byte) error { method writeName (line 176) | func (w *textWriter) writeName(fd protoreflect.FieldDescriptor) { method writeProto3Any (line 221) | func (w *textWriter) writeProto3Any(m protoreflect.Message) (bool, err... method writeMessage (line 261) | func (w *textWriter) writeMessage(m protoreflect.Message) error { method writeSingularValue (line 354) | func (w *textWriter) writeSingularValue(v protoreflect.Value, fd proto... method writeQuotedString (line 407) | func (w *textWriter) writeQuotedString(s string) { method writeUnknownFields (line 432) | func (w *textWriter) writeUnknownFields(b []byte) { method writeExtensions (line 496) | func (w *textWriter) writeExtensions(m protoreflect.Message) error { method writeSingularExtension (line 540) | func (w *textWriter) writeSingularExtension(name string, v protoreflec... method writeIndent (line 552) | func (w *textWriter) writeIndent() { function requiresQuotes (line 195) | func requiresQuotes(u string) bool { FILE: vendor/github.com/golang/protobuf/proto/wire.go function Size (line 13) | func Size(m Message) int { function Marshal (line 22) | func Marshal(m Message) ([]byte, error) { function marshalAppend (line 32) | func marshalAppend(buf []byte, m Message, deterministic bool) ([]byte, e... function Unmarshal (line 56) | func Unmarshal(b []byte, m Message) error { function UnmarshalMerge (line 62) | func UnmarshalMerge(b []byte, m Message) error { FILE: vendor/github.com/golang/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int (line 13) | func Int(v int) *int32 { return Int32(int32(v)) } function Int32 (line 16) | func Int32(v int32) *int32 { return &v } function Int64 (line 19) | func Int64(v int64) *int64 { return &v } function Uint32 (line 22) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 25) | func Uint64(v uint64) *uint64 { return &v } function Float32 (line 28) | func Float32(v float32) *float32 { return &v } function Float64 (line 31) | func Float64(v float64) *float64 { return &v } function String (line 34) | func String(v string) *string { return &v } FILE: vendor/github.com/golang/protobuf/ptypes/any.go constant urlPrefix (line 18) | urlPrefix = "type.googleapis.com/" function AnyMessageName (line 24) | func AnyMessageName(any *anypb.Any) (string, error) { function anyMessageName (line 28) | func anyMessageName(any *anypb.Any) (protoreflect.FullName, error) { function MarshalAny (line 45) | func MarshalAny(m proto.Message) (*anypb.Any, error) { function Empty (line 68) | func Empty(any *anypb.Any) (proto.Message, error) { function UnmarshalAny (line 88) | func UnmarshalAny(any *anypb.Any, m proto.Message) error { function Is (line 114) | func Is(any *anypb.Any, m proto.Message) bool { type DynamicAny (line 136) | type DynamicAny struct method String (line 138) | func (m DynamicAny) String() string { method Reset (line 144) | func (m DynamicAny) Reset() { method ProtoMessage (line 150) | func (m DynamicAny) ProtoMessage() { method ProtoReflect (line 153) | func (m DynamicAny) ProtoReflect() protoreflect.Message { type dynamicAny (line 160) | type dynamicAny struct method Type (line 162) | func (m dynamicAny) Type() protoreflect.MessageType { method New (line 165) | func (m dynamicAny) New() protoreflect.Message { method Interface (line 168) | func (m dynamicAny) Interface() protoreflect.ProtoMessage { type dynamicAnyType (line 172) | type dynamicAnyType struct method New (line 174) | func (t dynamicAnyType) New() protoreflect.Message { method Zero (line 177) | func (t dynamicAnyType) Zero() protoreflect.Message { FILE: vendor/github.com/golang/protobuf/ptypes/any/any.pb.go function init (line 40) | func init() { file_github_com_golang_protobuf_ptypes_any_any_proto_init() } function file_github_com_golang_protobuf_ptypes_any_any_proto_init (line 41) | func file_github_com_golang_protobuf_ptypes_any_any_proto_init() { FILE: vendor/github.com/golang/protobuf/ptypes/duration.go constant maxSeconds (line 18) | maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60) constant minSeconds (line 19) | minSeconds = -maxSeconds function Duration (line 26) | func Duration(dur *durationpb.Duration) (time.Duration, error) { function DurationProto (line 46) | func DurationProto(d time.Duration) *durationpb.Duration { function validateDuration (line 61) | func validateDuration(dur *durationpb.Duration) error { FILE: vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go function init (line 41) | func init() { file_github_com_golang_protobuf_ptypes_duration_duration_p... function file_github_com_golang_protobuf_ptypes_duration_duration_proto_init (line 42) | func file_github_com_golang_protobuf_ptypes_duration_duration_proto_init... FILE: vendor/github.com/golang/protobuf/ptypes/timestamp.go constant minValidSeconds (line 19) | minValidSeconds = -62135596800 constant maxValidSeconds (line 22) | maxValidSeconds = 253402300800 function Timestamp (line 38) | func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) { function TimestampNow (line 53) | func TimestampNow() *timestamppb.Timestamp { function TimestampProto (line 65) | func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) { function TimestampString (line 81) | func TimestampString(ts *timestamppb.Timestamp) string { function validateTimestamp (line 98) | func validateTimestamp(ts *timestamppb.Timestamp) error { FILE: vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go function init (line 42) | func init() { file_github_com_golang_protobuf_ptypes_timestamp_timestamp... function file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_init (line 43) | func file_github_com_golang_protobuf_ptypes_timestamp_timestamp_proto_in... FILE: vendor/github.com/hashicorp/consul/api/acl.go constant ACLClientType (line 18) | ACLClientType = "client" constant ACLManagementType (line 21) | ACLManagementType = "management" constant ACLTemplatedPolicyServiceName (line 24) | ACLTemplatedPolicyServiceName = "builtin/service" constant ACLTemplatedPolicyNodeName (line 25) | ACLTemplatedPolicyNodeName = "builtin/node" constant ACLTemplatedPolicyDNSName (line 26) | ACLTemplatedPolicyDNSName = "builtin/dns" constant ACLTemplatedPolicyNomadServerName (line 27) | ACLTemplatedPolicyNomadServerName = "builtin/nomad-server" constant ACLTemplatedPolicyWorkloadIdentityName (line 28) | ACLTemplatedPolicyWorkloadIdentityName = "builtin/workload-identity" type ACLLink (line 31) | type ACLLink struct type ACLToken (line 40) | type ACLToken struct type ACLTokenExpanded (line 75) | type ACLTokenExpanded struct type ACLTokenListEntry (line 89) | type ACLTokenListEntry struct type ACLEntry (line 122) | type ACLEntry struct type ACLReplicationStatus (line 132) | type ACLReplicationStatus struct type ACLServiceIdentity (line 148) | type ACLServiceIdentity struct type ACLNodeIdentity (line 155) | type ACLNodeIdentity struct type ACLTemplatedPolicy (line 162) | type ACLTemplatedPolicy struct type ACLTemplatedPolicyResponse (line 171) | type ACLTemplatedPolicyResponse struct type ACLTemplatedPolicyVariables (line 177) | type ACLTemplatedPolicyVariables struct type ACLPolicy (line 182) | type ACLPolicy struct type ACLPolicyListEntry (line 201) | type ACLPolicyListEntry struct type ACLRole (line 222) | type ACLRole struct type BindingRuleBindType (line 244) | type BindingRuleBindType constant BindingRuleBindTypeService (line 248) | BindingRuleBindTypeService BindingRuleBindType = "service" constant BindingRuleBindTypeRole (line 251) | BindingRuleBindTypeRole BindingRuleBindType = "role" constant BindingRuleBindTypeNode (line 254) | BindingRuleBindTypeNode BindingRuleBindType = "node" constant BindingRuleBindTypeTemplatedPolicy (line 257) | BindingRuleBindTypeTemplatedPolicy BindingRuleBindType = "templated-policy" type ACLBindingRule (line 260) | type ACLBindingRule struct type ACLAuthMethod (line 281) | type ACLAuthMethod struct method MarshalJSON (line 320) | func (m *ACLAuthMethod) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 336) | func (m *ACLAuthMethod) UnmarshalJSON(data []byte) error { type ACLTokenFilterOptions (line 313) | type ACLTokenFilterOptions struct type ACLAuthMethodNamespaceRule (line 357) | type ACLAuthMethodNamespaceRule struct type ACLAuthMethodListEntry (line 369) | type ACLAuthMethodListEntry struct method MarshalJSON (line 392) | func (m *ACLAuthMethodListEntry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 409) | func (m *ACLAuthMethodListEntry) UnmarshalJSON(data []byte) error { function ParseKubernetesAuthMethodConfig (line 433) | func ParseKubernetesAuthMethodConfig(raw map[string]interface{}) (*Kuber... type KubernetesAuthMethodConfig (line 454) | type KubernetesAuthMethodConfig struct method RenderToConfig (line 462) | func (c *KubernetesAuthMethodConfig) RenderToConfig() map[string]inter... type OIDCAuthMethodConfig (line 472) | type OIDCAuthMethodConfig struct method RenderToConfig (line 499) | func (c *OIDCAuthMethodConfig) RenderToConfig() map[string]interface{} { type ACLLoginParams (line 526) | type ACLLoginParams struct type ACLOIDCAuthURLParams (line 532) | type ACLOIDCAuthURLParams struct type ACL (line 540) | type ACL struct method Bootstrap (line 556) | func (a *ACL) Bootstrap() (*ACLToken, *WriteMeta, error) { method BootstrapWithToken (line 561) | func (a *ACL) BootstrapWithToken(btoken string) (*ACLToken, *WriteMeta... method Create (line 587) | func (a *ACL) Create(acl *ACLEntry, q *WriteOptions) (string, *WriteMe... method Update (line 611) | func (a *ACL) Update(acl *ACLEntry, q *WriteOptions) (*WriteMeta, erro... method Destroy (line 630) | func (a *ACL) Destroy(id string, q *WriteOptions) (*WriteMeta, error) { method Clone (line 649) | func (a *ACL) Clone(id string, q *WriteOptions) (string, *WriteMeta, e... method Info (line 672) | func (a *ACL) Info(id string, q *QueryOptions) (*ACLEntry, *QueryMeta,... method List (line 700) | func (a *ACL) List(q *QueryOptions) ([]*ACLEntry, *QueryMeta, error) { method Replication (line 723) | func (a *ACL) Replication(q *QueryOptions) (*ACLReplicationStatus, *Qu... method TokenCreate (line 747) | func (a *ACL) TokenCreate(token *ACLToken, q *WriteOptions) (*ACLToken... method TokenUpdate (line 771) | func (a *ACL) TokenUpdate(token *ACLToken, q *WriteOptions) (*ACLToken... method TokenClone (line 799) | func (a *ACL) TokenClone(accessorID string, description string, q *Wri... method TokenDelete (line 826) | func (a *ACL) TokenDelete(accessorID string, q *WriteOptions) (*WriteM... method TokenRead (line 844) | func (a *ACL) TokenRead(accessorID string, q *QueryOptions) (*ACLToken... method TokenReadExpanded (line 869) | func (a *ACL) TokenReadExpanded(accessorID string, q *QueryOptions) (*... method TokenReadSelf (line 896) | func (a *ACL) TokenReadSelf(q *QueryOptions) (*ACLToken, *QueryMeta, e... method TokenList (line 921) | func (a *ACL) TokenList(q *QueryOptions) ([]*ACLTokenListEntry, *Query... method TokenListFiltered (line 945) | func (a *ACL) TokenListFiltered(t ACLTokenFilterOptions, q *QueryOptio... method PolicyCreate (line 983) | func (a *ACL) PolicyCreate(policy *ACLPolicy, q *WriteOptions) (*ACLPo... method PolicyUpdate (line 1009) | func (a *ACL) PolicyUpdate(policy *ACLPolicy, q *WriteOptions) (*ACLPo... method PolicyDelete (line 1035) | func (a *ACL) PolicyDelete(policyID string, q *WriteOptions) (*WriteMe... method PolicyRead (line 1052) | func (a *ACL) PolicyRead(policyID string, q *QueryOptions) (*ACLPolicy... method PolicyReadByName (line 1076) | func (a *ACL) PolicyReadByName(policyName string, q *QueryOptions) (*A... method PolicyList (line 1107) | func (a *ACL) PolicyList(q *QueryOptions) ([]*ACLPolicyListEntry, *Que... method RulesTranslate (line 1133) | func (a *ACL) RulesTranslate(rules io.Reader) (string, error) { method RulesTranslateToken (line 1142) | func (a *ACL) RulesTranslateToken(tokenID string) (string, error) { method RoleCreate (line 1148) | func (a *ACL) RoleCreate(role *ACLRole, q *WriteOptions) (*ACLRole, *W... method RoleUpdate (line 1175) | func (a *ACL) RoleUpdate(role *ACLRole, q *WriteOptions) (*ACLRole, *W... method RoleDelete (line 1201) | func (a *ACL) RoleDelete(roleID string, q *WriteOptions) (*WriteMeta, ... method RoleRead (line 1218) | func (a *ACL) RoleRead(roleID string, q *QueryOptions) (*ACLRole, *Que... method RoleReadByName (line 1248) | func (a *ACL) RoleReadByName(roleName string, q *QueryOptions) (*ACLRo... method RoleList (line 1280) | func (a *ACL) RoleList(q *QueryOptions) ([]*ACLRole, *QueryMeta, error) { method AuthMethodCreate (line 1303) | func (a *ACL) AuthMethodCreate(method *ACLAuthMethod, q *WriteOptions)... method AuthMethodUpdate (line 1329) | func (a *ACL) AuthMethodUpdate(method *ACLAuthMethod, q *WriteOptions)... method AuthMethodDelete (line 1355) | func (a *ACL) AuthMethodDelete(methodName string, q *WriteOptions) (*W... method AuthMethodRead (line 1376) | func (a *ACL) AuthMethodRead(methodName string, q *QueryOptions) (*ACL... method AuthMethodList (line 1412) | func (a *ACL) AuthMethodList(q *QueryOptions) ([]*ACLAuthMethodListEnt... method BindingRuleCreate (line 1437) | func (a *ACL) BindingRuleCreate(rule *ACLBindingRule, q *WriteOptions)... method BindingRuleUpdate (line 1464) | func (a *ACL) BindingRuleUpdate(rule *ACLBindingRule, q *WriteOptions)... method BindingRuleDelete (line 1490) | func (a *ACL) BindingRuleDelete(bindingRuleID string, q *WriteOptions)... method BindingRuleRead (line 1507) | func (a *ACL) BindingRuleRead(bindingRuleID string, q *QueryOptions) (... method BindingRuleList (line 1537) | func (a *ACL) BindingRuleList(methodName string, q *QueryOptions) ([]*... method Login (line 1563) | func (a *ACL) Login(auth *ACLLoginParams, q *WriteOptions) (*ACLToken,... method Logout (line 1585) | func (a *ACL) Logout(q *WriteOptions) (*WriteMeta, error) { method OIDCAuthURL (line 1602) | func (a *ACL) OIDCAuthURL(auth *ACLOIDCAuthURLParams, q *WriteOptions)... method OIDCCallback (line 1640) | func (a *ACL) OIDCCallback(auth *ACLOIDCCallbackParams, q *WriteOption... method TemplatedPolicyReadByName (line 1666) | func (a *ACL) TemplatedPolicyReadByName(templateName string, q *QueryO... method TemplatedPolicyList (line 1696) | func (a *ACL) TemplatedPolicyList(q *QueryOptions) (map[string]ACLTemp... method TemplatedPolicyPreview (line 1719) | func (a *ACL) TemplatedPolicyPreview(tp *ACLTemplatedPolicy, q *WriteO... method ACL (line 545) | func (c *Client) ACL() *ACL { type BootstrapRequest (line 550) | type BootstrapRequest struct type aclOIDCAuthURLResponse (line 1628) | type aclOIDCAuthURLResponse struct type ACLOIDCCallbackParams (line 1632) | type ACLOIDCCallbackParams struct FILE: vendor/github.com/hashicorp/consul/api/agent.go type ServiceKind (line 16) | type ServiceKind constant ServiceKindTypical (line 23) | ServiceKindTypical ServiceKind = "" constant ServiceKindConnectProxy (line 28) | ServiceKindConnectProxy ServiceKind = "connect-proxy" constant ServiceKindMeshGateway (line 33) | ServiceKindMeshGateway ServiceKind = "mesh-gateway" constant ServiceKindTerminatingGateway (line 37) | ServiceKindTerminatingGateway ServiceKind = "terminating-gateway" constant ServiceKindIngressGateway (line 42) | ServiceKindIngressGateway ServiceKind = "ingress-gateway" constant ServiceKindAPIGateway (line 47) | ServiceKindAPIGateway ServiceKind = "api-gateway" type UpstreamDestType (line 51) | type UpstreamDestType constant UpstreamDestTypeService (line 55) | UpstreamDestTypeService UpstreamDestType = "service" constant UpstreamDestTypePreparedQuery (line 59) | UpstreamDestTypePreparedQuery UpstreamDestType = "prepared_query" type AgentCheck (line 63) | type AgentCheck struct type AgentWeights (line 80) | type AgentWeights struct type AgentService (line 86) | type AgentService struct type AgentServiceChecksInfo (line 115) | type AgentServiceChecksInfo struct type AgentServiceConnect (line 122) | type AgentServiceConnect struct type AgentServiceConnectProxyConfig (line 129) | type AgentServiceConnectProxyConfig struct constant MemberTagKeyACLMode (line 149) | MemberTagKeyACLMode = "acls" constant MemberTagKeyRole (line 152) | MemberTagKeyRole = "role" constant MemberTagValueRoleServer (line 156) | MemberTagValueRoleServer = "consul" constant MemberTagValueRoleClient (line 160) | MemberTagValueRoleClient = "node" constant MemberTagKeyDatacenter (line 163) | MemberTagKeyDatacenter = "dc" constant MemberTagKeySegment (line 168) | MemberTagKeySegment = "segment" constant MemberTagKeyPartition (line 173) | MemberTagKeyPartition = "ap" constant MemberTagKeyBootstrap (line 177) | MemberTagKeyBootstrap = "bootstrap" constant MemberTagValueBootstrap (line 180) | MemberTagValueBootstrap = "1" constant MemberTagKeyBootstrapExpect (line 185) | MemberTagKeyBootstrapExpect = "expect" constant MemberTagKeyUseTLS (line 189) | MemberTagKeyUseTLS = "use_tls" constant MemberTagValueUseTLS (line 193) | MemberTagValueUseTLS = "1" constant MemberTagKeyReadReplica (line 198) | MemberTagKeyReadReplica = "read_replica" constant MemberTagValueReadReplica (line 202) | MemberTagValueReadReplica = "1" type MemberACLMode (line 205) | type MemberACLMode constant ACLModeDisabled (line 209) | ACLModeDisabled MemberACLMode = "0" constant ACLModeEnabled (line 212) | ACLModeEnabled MemberACLMode = "1" constant ACLModeLegacy (line 214) | ACLModeLegacy MemberACLMode = "2" constant ACLModeUnknown (line 218) | ACLModeUnknown MemberACLMode = "3" type AgentMember (line 222) | type AgentMember struct method ACLMode (line 245) | func (m *AgentMember) ACLMode() MemberACLMode { method IsConsulServer (line 262) | func (m *AgentMember) IsConsulServer() bool { constant AllSegments (line 267) | AllSegments = "_all" type MembersOpts (line 270) | type MembersOpts struct type AgentServiceRegistration (line 282) | type AgentServiceRegistration struct type ServiceRegisterOpts (line 304) | type ServiceRegisterOpts struct method WithContext (line 321) | func (o ServiceRegisterOpts) WithContext(ctx context.Context) ServiceR... type AgentCheckRegistration (line 327) | type AgentCheckRegistration struct type AgentServiceCheck (line 338) | type AgentServiceCheck struct type AgentServiceChecks (line 376) | type AgentServiceChecks type AgentToken (line 379) | type AgentToken struct type MetricsInfo (line 384) | type MetricsInfo struct type GaugeValue (line 394) | type GaugeValue struct type PointValue (line 401) | type PointValue struct type SampledValue (line 408) | type SampledValue struct type AgentAuthorizeParams (line 420) | type AgentAuthorizeParams struct type AgentAuthorize (line 427) | type AgentAuthorize struct type ConnectProxyConfig (line 434) | type ConnectProxyConfig struct type Upstream (line 444) | type Upstream struct type Agent (line 461) | type Agent struct method Self (line 475) | func (a *Agent) Self() (map[string]map[string]interface{}, error) { method Host (line 496) | func (a *Agent) Host() (map[string]interface{}, error) { method Version (line 514) | func (a *Agent) Version() (map[string]interface{}, error) { method Metrics (line 533) | func (a *Agent) Metrics() (*MetricsInfo, error) { method MetricsStream (line 553) | func (a *Agent) MetricsStream(ctx context.Context) (io.ReadCloser, err... method Reload (line 567) | func (a *Agent) Reload() error { method NodeName (line 581) | func (a *Agent) NodeName() (string, error) { method Checks (line 595) | func (a *Agent) Checks() (map[string]*AgentCheck, error) { method ChecksWithFilter (line 601) | func (a *Agent) ChecksWithFilter(filter string) (map[string]*AgentChec... method ChecksWithFilterOpts (line 607) | func (a *Agent) ChecksWithFilterOpts(filter string, q *QueryOptions) (... method Services (line 627) | func (a *Agent) Services() (map[string]*AgentService, error) { method ServicesWithFilter (line 633) | func (a *Agent) ServicesWithFilter(filter string) (map[string]*AgentSe... method ServicesWithFilterOpts (line 639) | func (a *Agent) ServicesWithFilterOpts(filter string, q *QueryOptions)... method AgentHealthServiceByID (line 663) | func (a *Agent) AgentHealthServiceByID(serviceID string) (string, *Age... method AgentHealthServiceByIDOpts (line 667) | func (a *Agent) AgentHealthServiceByIDOpts(serviceID string, q *QueryO... method AgentHealthServiceByName (line 704) | func (a *Agent) AgentHealthServiceByName(service string) (string, []Ag... method AgentHealthServiceByNameOpts (line 708) | func (a *Agent) AgentHealthServiceByNameOpts(service string, q *QueryO... method Service (line 746) | func (a *Agent) Service(serviceID string, q *QueryOptions) (*AgentServ... method Members (line 771) | func (a *Agent) Members(wan bool) ([]*AgentMember, error) { method MembersOpts (line 793) | func (a *Agent) MembersOpts(opts MembersOpts) ([]*AgentMember, error) { method ServiceRegister (line 821) | func (a *Agent) ServiceRegister(service *AgentServiceRegistration) err... method ServiceRegisterOpts (line 831) | func (a *Agent) ServiceRegisterOpts(service *AgentServiceRegistration,... method serviceRegister (line 835) | func (a *Agent) serviceRegister(service *AgentServiceRegistration, opt... method ServiceDeregister (line 858) | func (a *Agent) ServiceDeregister(serviceID string) error { method ServiceDeregisterOpts (line 873) | func (a *Agent) ServiceDeregisterOpts(serviceID string, q *QueryOption... method PassTTL (line 892) | func (a *Agent) PassTTL(checkID, note string) error { method WarnTTL (line 901) | func (a *Agent) WarnTTL(checkID, note string) error { method FailTTL (line 910) | func (a *Agent) FailTTL(checkID, note string) error { method updateTTL (line 923) | func (a *Agent) updateTTL(checkID, note, status string) error { method UpdateTTL (line 963) | func (a *Agent) UpdateTTL(checkID, output, status string) error { method UpdateTTLOpts (line 967) | func (a *Agent) UpdateTTLOpts(checkID, output, status string, q *Query... method CheckRegister (line 1000) | func (a *Agent) CheckRegister(check *AgentCheckRegistration) error { method CheckRegisterOpts (line 1006) | func (a *Agent) CheckRegisterOpts(check *AgentCheckRegistration, q *Qu... method CheckDeregister (line 1023) | func (a *Agent) CheckDeregister(checkID string) error { method CheckDeregisterOpts (line 1029) | func (a *Agent) CheckDeregisterOpts(checkID string, q *QueryOptions) e... method Join (line 1045) | func (a *Agent) Join(addr string, wan bool) error { method Leave (line 1062) | func (a *Agent) Leave() error { method ForceLeave (line 1085) | func (a *Agent) ForceLeave(node string) error { method ForceLeavePrune (line 1091) | func (a *Agent) ForceLeavePrune(node string) error { method ForceLeaveOpts (line 1099) | func (a *Agent) ForceLeaveOpts(node string, opts ForceLeaveOpts) error { method ForceLeaveOptions (line 1105) | func (a *Agent) ForceLeaveOptions(node string, opts ForceLeaveOpts, q ... method ConnectAuthorize (line 1127) | func (a *Agent) ConnectAuthorize(auth *AgentAuthorizeParams) (*AgentAu... method ConnectCARoots (line 1146) | func (a *Agent) ConnectCARoots(q *QueryOptions) (*CARootList, *QueryMe... method ConnectCALeaf (line 1170) | func (a *Agent) ConnectCALeaf(serviceID string, q *QueryOptions) (*Lea... method EnableServiceMaintenance (line 1194) | func (a *Agent) EnableServiceMaintenance(serviceID, reason string) err... method EnableServiceMaintenanceOpts (line 1198) | func (a *Agent) EnableServiceMaintenanceOpts(serviceID, reason string,... method DisableServiceMaintenance (line 1216) | func (a *Agent) DisableServiceMaintenance(serviceID string) error { method DisableServiceMaintenanceOpts (line 1220) | func (a *Agent) DisableServiceMaintenanceOpts(serviceID string, q *Que... method EnableNodeMaintenance (line 1237) | func (a *Agent) EnableNodeMaintenance(reason string) error { method DisableNodeMaintenance (line 1254) | func (a *Agent) DisableNodeMaintenance() error { method Monitor (line 1272) | func (a *Agent) Monitor(loglevel string, stopCh <-chan struct{}, q *Qu... method MonitorJSON (line 1277) | func (a *Agent) MonitorJSON(loglevel string, stopCh <-chan struct{}, q... method monitor (line 1281) | func (a *Agent) monitor(loglevel string, logJSON bool, stopCh <-chan s... method UpdateACLToken (line 1330) | func (a *Agent) UpdateACLToken(token string, q *WriteOptions) (*WriteM... method UpdateACLAgentToken (line 1338) | func (a *Agent) UpdateACLAgentToken(token string, q *WriteOptions) (*W... method UpdateACLAgentMasterToken (line 1346) | func (a *Agent) UpdateACLAgentMasterToken(token string, q *WriteOption... method UpdateACLReplicationToken (line 1354) | func (a *Agent) UpdateACLReplicationToken(token string, q *WriteOption... method UpdateDefaultACLToken (line 1360) | func (a *Agent) UpdateDefaultACLToken(token string, q *WriteOptions) (... method UpdateAgentACLToken (line 1366) | func (a *Agent) UpdateAgentACLToken(token string, q *WriteOptions) (*W... method UpdateAgentRecoveryACLToken (line 1372) | func (a *Agent) UpdateAgentRecoveryACLToken(token string, q *WriteOpti... method UpdateAgentMasterACLToken (line 1380) | func (a *Agent) UpdateAgentMasterACLToken(token string, q *WriteOption... method UpdateReplicationACLToken (line 1386) | func (a *Agent) UpdateReplicationACLToken(token string, q *WriteOption... method UpdateConfigFileRegistrationToken (line 1392) | func (a *Agent) UpdateConfigFileRegistrationToken(token string, q *Wri... method UpdateDNSToken (line 1396) | func (a *Agent) UpdateDNSToken(token string, q *WriteOptions) (*WriteM... method updateToken (line 1403) | func (a *Agent) updateToken(target, token string, q *WriteOptions) (*W... method updateTokenFallback (line 1408) | func (a *Agent) updateTokenFallback(token string, q *WriteOptions, tar... method updateTokenOnce (line 1427) | func (a *Agent) updateTokenOnce(target, token string, q *WriteOptions)... method Agent (line 469) | func (c *Client) Agent() *Agent { type checkUpdate (line 946) | type checkUpdate struct type ForceLeaveOpts (line 1075) | type ForceLeaveOpts struct FILE: vendor/github.com/hashicorp/consul/api/api.go constant HTTPAddrEnvName (line 30) | HTTPAddrEnvName = "CONSUL_HTTP_ADDR" constant HTTPTokenEnvName (line 34) | HTTPTokenEnvName = "CONSUL_HTTP_TOKEN" constant HTTPTokenFileEnvName (line 38) | HTTPTokenFileEnvName = "CONSUL_HTTP_TOKEN_FILE" constant HTTPAuthEnvName (line 42) | HTTPAuthEnvName = "CONSUL_HTTP_AUTH" constant HTTPSSLEnvName (line 46) | HTTPSSLEnvName = "CONSUL_HTTP_SSL" constant HTTPCAFile (line 50) | HTTPCAFile = "CONSUL_CACERT" constant HTTPCAPath (line 54) | HTTPCAPath = "CONSUL_CAPATH" constant HTTPClientCert (line 58) | HTTPClientCert = "CONSUL_CLIENT_CERT" constant HTTPClientKey (line 62) | HTTPClientKey = "CONSUL_CLIENT_KEY" constant HTTPTLSServerName (line 66) | HTTPTLSServerName = "CONSUL_TLS_SERVER_NAME" constant HTTPSSLVerifyEnvName (line 70) | HTTPSSLVerifyEnvName = "CONSUL_HTTP_SSL_VERIFY" constant GRPCAddrEnvName (line 76) | GRPCAddrEnvName = "CONSUL_GRPC_ADDR" constant GRPCCAFileEnvName (line 80) | GRPCCAFileEnvName = "CONSUL_GRPC_CACERT" constant GRPCCAPathEnvName (line 84) | GRPCCAPathEnvName = "CONSUL_GRPC_CAPATH" constant HTTPNamespaceEnvName (line 88) | HTTPNamespaceEnvName = "CONSUL_NAMESPACE" constant HTTPPartitionEnvName (line 92) | HTTPPartitionEnvName = "CONSUL_PARTITION" constant QueryBackendStreaming (line 95) | QueryBackendStreaming = "streaming" constant QueryBackendBlockingQuery (line 98) | QueryBackendBlockingQuery = "blocking-query" type StatusError (line 101) | type StatusError struct method Error (line 106) | func (e StatusError) Error() string { type QueryOptions (line 111) | type QueryOptions struct method Context (line 218) | func (o *QueryOptions) Context() context.Context { method WithContext (line 225) | func (o *QueryOptions) WithContext(ctx context.Context) *QueryOptions { type WriteOptions (line 235) | type WriteOptions struct method Context (line 262) | func (o *WriteOptions) Context() context.Context { method WithContext (line 269) | func (o *WriteOptions) WithContext(ctx context.Context) *WriteOptions { type QueryMeta (line 279) | type QueryMeta struct type WriteMeta (line 324) | type WriteMeta struct type HttpBasicAuth (line 330) | type HttpBasicAuth struct type Config (line 339) | type Config struct method GenerateEnv (line 597) | func (c *Config) GenerateEnv() []string { type TLSConfig (line 389) | type TLSConfig struct function DefaultConfig (line 433) | func DefaultConfig() *Config { function DefaultConfigWithLogger (line 440) | func DefaultConfigWithLogger(logger hclog.Logger) *Config { function DefaultNonPooledConfig (line 449) | func DefaultNonPooledConfig() *Config { function defaultConfig (line 455) | func defaultConfig(logger hclog.Logger, transportFn func() *http.Transpo... function SetupTLSConfig (line 545) | func SetupTLSConfig(tlsConfig *TLSConfig) (*tls.Config, error) { type Client (line 622) | type Client struct method Headers (line 631) | func (c *Client) Headers() http.Header { method AddHeader (line 651) | func (c *Client) AddHeader(key, value string) { method SetHeaders (line 659) | func (c *Client) SetHeaders(headers http.Header) { method newRequest (line 1039) | func (c *Client) newRequest(method, path string) *request { method doRequest (line 1071) | func (c *Client) doRequest(r *request) (time.Duration, *http.Response,... method query (line 1085) | func (c *Client) query(endpoint string, out interface{}, q *QueryOptio... method write (line 1108) | func (c *Client) write(endpoint string, in, out interface{}, q *WriteO... function NewClient (line 666) | func NewClient(config *Config) (*Client, error) { function NewHttpClient (line 794) | func NewHttpClient(transport *http.Transport, tlsConf TLSConfig) (*http.... type request (line 821) | type request struct method setQueryOptions (line 834) | func (r *request) setQueryOptions(q *QueryOptions) { method setWriteOptions (line 957) | func (r *request) setWriteOptions(q *WriteOptions) { method toHTTP (line 984) | func (r *request) toHTTP() (*http.Request, error) { method filterQuery (line 1248) | func (req *request) filterQuery(filter string) { function durToMsec (line 925) | func durToMsec(dur time.Duration) string { constant serverError (line 934) | serverError = "Unexpected response code: 500" function IsRetryableError (line 941) | func IsRetryableError(err error) bool { function parseQueryMeta (line 1135) | func parseQueryMeta(resp *http.Response, q *QueryMeta) error { function decodeBody (line 1206) | func decodeBody(resp *http.Response, out interface{}) error { function encodeBody (line 1212) | func encodeBody(obj interface{}) (io.Reader, error) { function requireOK (line 1222) | func requireOK(resp *http.Response) error { function requireHttpCodes (line 1227) | func requireHttpCodes(resp *http.Response, httpCodes ...int) error { function closeResponseBody (line 1243) | func closeResponseBody(resp *http.Response) error { function generateUnexpectedResponseCodeError (line 1259) | func generateUnexpectedResponseCodeError(resp *http.Response) error { function requireNotFoundOrOK (line 1268) | func requireNotFoundOrOK(resp *http.Response) (bool, *http.Response, err... FILE: vendor/github.com/hashicorp/consul/api/catalog.go type Weights (line 11) | type Weights struct type Node (line 16) | type Node struct type ServiceAddress (line 30) | type ServiceAddress struct type CatalogService (line 35) | type CatalogService struct type CatalogNode (line 60) | type CatalogNode struct type CatalogNodeServiceList (line 65) | type CatalogNodeServiceList struct type CatalogRegistration (line 70) | type CatalogRegistration struct type CatalogDeregistration (line 85) | type CatalogDeregistration struct type CompoundServiceName (line 95) | type CompoundServiceName struct type GatewayService (line 106) | type GatewayService struct type Catalog (line 121) | type Catalog struct method Register (line 130) | func (c *Catalog) Register(reg *CatalogRegistration, q *WriteOptions) ... method Deregister (line 149) | func (c *Catalog) Deregister(dereg *CatalogDeregistration, q *WriteOpt... method Datacenters (line 169) | func (c *Catalog) Datacenters() ([]string, error) { method Nodes (line 188) | func (c *Catalog) Nodes(q *QueryOptions) ([]*Node, *QueryMeta, error) { method Services (line 212) | func (c *Catalog) Services(q *QueryOptions) (map[string][]string, *Que... method Service (line 236) | func (c *Catalog) Service(service, tag string, q *QueryOptions) ([]*Ca... method ServiceMultipleTags (line 245) | func (c *Catalog) ServiceMultipleTags(service string, tags []string, q... method Connect (line 250) | func (c *Catalog) Connect(service, tag string, q *QueryOptions) ([]*Ca... method ConnectMultipleTags (line 259) | func (c *Catalog) ConnectMultipleTags(service string, tags []string, q... method service (line 263) | func (c *Catalog) service(service string, tags []string, q *QueryOptio... method Node (line 296) | func (c *Catalog) Node(node string, q *QueryOptions) (*CatalogNode, *Q... method NodeServiceList (line 323) | func (c *Catalog) NodeServiceList(node string, q *QueryOptions) (*Cata... method GatewayServices (line 347) | func (c *Catalog) GatewayServices(gateway string, q *QueryOptions) ([]... method Catalog (line 126) | func (c *Client) Catalog() *Catalog { function ParseServiceAddr (line 370) | func ParseServiceAddr(addrPort string) (ServiceAddress, error) { FILE: vendor/github.com/hashicorp/consul/api/config_entry.go constant ServiceDefaults (line 19) | ServiceDefaults string = "service-defaults" constant ProxyDefaults (line 20) | ProxyDefaults string = "proxy-defaults" constant ServiceRouter (line 21) | ServiceRouter string = "service-router" constant ServiceSplitter (line 22) | ServiceSplitter string = "service-splitter" constant ServiceResolver (line 23) | ServiceResolver string = "service-resolver" constant IngressGateway (line 24) | IngressGateway string = "ingress-gateway" constant TerminatingGateway (line 25) | TerminatingGateway string = "terminating-gateway" constant ServiceIntentions (line 26) | ServiceIntentions string = "service-intentions" constant MeshConfig (line 27) | MeshConfig string = "mesh" constant ExportedServices (line 28) | ExportedServices string = "exported-services" constant SamenessGroup (line 29) | SamenessGroup string = "sameness-group" constant RateLimitIPConfig (line 30) | RateLimitIPConfig string = "control-plane-request-limit" constant ProxyConfigGlobal (line 32) | ProxyConfigGlobal string = "global" constant MeshConfigMesh (line 33) | MeshConfigMesh string = "mesh" constant APIGateway (line 34) | APIGateway string = "api-gateway" constant TCPRoute (line 35) | TCPRoute string = "tcp-route" constant InlineCertificate (line 36) | InlineCertificate string = "inline-certificate" constant HTTPRoute (line 37) | HTTPRoute string = "http-route" constant JWTProvider (line 38) | JWTProvider string = "jwt-provider" constant BuiltinAWSLambdaExtension (line 42) | BuiltinAWSLambdaExtension string = "builtin/aws/lambda" constant BuiltinExtAuthzExtension (line 43) | BuiltinExtAuthzExtension string = "builtin/ext-authz" constant BuiltinLuaExtension (line 44) | BuiltinLuaExtension string = "builtin/lua" constant BuiltinOTELAccessLoggingExtension (line 45) | BuiltinOTELAccessLoggingExtension string = "builtin/otel-access-logging" constant BuiltinPropertyOverrideExtension (line 46) | BuiltinPropertyOverrideExtension string = "builtin/property-override" constant BuiltinWasmExtension (line 47) | BuiltinWasmExtension string = "builtin/wasm" constant BuiltinValidateExtension (line 51) | BuiltinValidateExtension string = "builtin/proxy/validate" type ConfigEntry (line 54) | type ConfigEntry interface type MeshGatewayMode (line 64) | type MeshGatewayMode constant MeshGatewayModeDefault (line 70) | MeshGatewayModeDefault MeshGatewayMode = "" constant MeshGatewayModeNone (line 74) | MeshGatewayModeNone MeshGatewayMode = "none" constant MeshGatewayModeLocal (line 78) | MeshGatewayModeLocal MeshGatewayMode = "local" constant MeshGatewayModeRemote (line 82) | MeshGatewayModeRemote MeshGatewayMode = "remote" type MeshGatewayConfig (line 87) | type MeshGatewayConfig struct type ProxyMode (line 92) | type ProxyMode constant ProxyModeDefault (line 98) | ProxyModeDefault ProxyMode = "" constant ProxyModeTransparent (line 102) | ProxyModeTransparent ProxyMode = "transparent" constant ProxyModeDirect (line 106) | ProxyModeDirect ProxyMode = "direct" type TransparentProxyConfig (line 109) | type TransparentProxyConfig struct type MutualTLSMode (line 119) | type MutualTLSMode constant MutualTLSModeDefault (line 125) | MutualTLSModeDefault MutualTLSMode = "" constant MutualTLSModeStrict (line 128) | MutualTLSModeStrict MutualTLSMode = "strict" constant MutualTLSModePermissive (line 131) | MutualTLSModePermissive MutualTLSMode = "permissive" type ExposeConfig (line 136) | type ExposeConfig struct type EnvoyExtension (line 146) | type EnvoyExtension struct type ExposePath (line 154) | type ExposePath struct type LogSinkType (line 172) | type LogSinkType constant DefaultLogSinkType (line 175) | DefaultLogSinkType LogSinkType = "" constant FileLogSinkType (line 176) | FileLogSinkType LogSinkType = "file" constant StdErrLogSinkType (line 177) | StdErrLogSinkType LogSinkType = "stderr" constant StdOutLogSinkType (line 178) | StdOutLogSinkType LogSinkType = "stdout" type AccessLogsConfig (line 182) | type AccessLogsConfig struct type UpstreamConfiguration (line 202) | type UpstreamConfiguration struct type UpstreamConfig (line 212) | type UpstreamConfig struct type DestinationConfig (line 267) | type DestinationConfig struct type PassiveHealthCheck (line 275) | type PassiveHealthCheck struct type UpstreamLimits (line 301) | type UpstreamLimits struct type RateLimits (line 321) | type RateLimits struct type InstanceLevelRateLimits (line 327) | type InstanceLevelRateLimits struct type InstanceLevelRouteRateLimits (line 350) | type InstanceLevelRouteRateLimits struct type ServiceConfigEntry (line 359) | type ServiceConfigEntry struct method GetKind (line 384) | func (s *ServiceConfigEntry) GetKind() string { return s.Ki... method GetName (line 385) | func (s *ServiceConfigEntry) GetName() string { return s.Na... method GetPartition (line 386) | func (s *ServiceConfigEntry) GetPartition() string { return s.Pa... method GetNamespace (line 387) | func (s *ServiceConfigEntry) GetNamespace() string { return s.Na... method GetMeta (line 388) | func (s *ServiceConfigEntry) GetMeta() map[string]string { return s.Me... method GetCreateIndex (line 389) | func (s *ServiceConfigEntry) GetCreateIndex() uint64 { return s.Cr... method GetModifyIndex (line 390) | func (s *ServiceConfigEntry) GetModifyIndex() uint64 { return s.Mo... type ProxyConfigEntry (line 392) | type ProxyConfigEntry struct method GetKind (line 413) | func (p *ProxyConfigEntry) GetKind() string { return p.Kind } method GetName (line 414) | func (p *ProxyConfigEntry) GetName() string { return ProxyC... method GetPartition (line 415) | func (p *ProxyConfigEntry) GetPartition() string { return p.Part... method GetNamespace (line 416) | func (p *ProxyConfigEntry) GetNamespace() string { return p.Name... method GetMeta (line 417) | func (p *ProxyConfigEntry) GetMeta() map[string]string { return p.Meta } method GetCreateIndex (line 418) | func (p *ProxyConfigEntry) GetCreateIndex() uint64 { return p.Crea... method GetModifyIndex (line 419) | func (p *ProxyConfigEntry) GetModifyIndex() uint64 { return p.Modi... function makeConfigEntry (line 421) | func makeConfigEntry(kind, name string) (ConfigEntry, error) { function MakeConfigEntry (line 462) | func MakeConfigEntry(kind, name string) (ConfigEntry, error) { function DecodeConfigEntry (line 477) | func DecodeConfigEntry(raw map[string]interface{}) (ConfigEntry, error) { function DecodeConfigEntryFromJSON (line 515) | func DecodeConfigEntryFromJSON(data []byte) (ConfigEntry, error) { function decodeConfigEntrySlice (line 524) | func decodeConfigEntrySlice(raw []map[string]interface{}) ([]ConfigEntry... type ConfigEntries (line 537) | type ConfigEntries struct method Get (line 546) | func (conf *ConfigEntries) Get(kind string, name string, q *QueryOptio... method List (line 578) | func (conf *ConfigEntries) List(kind string, q *QueryOptions) ([]Confi... method Set (line 611) | func (conf *ConfigEntries) Set(entry ConfigEntry, w *WriteOptions) (bo... method CAS (line 615) | func (conf *ConfigEntries) CAS(entry ConfigEntry, index uint64, w *Wri... method set (line 619) | func (conf *ConfigEntries) set(entry ConfigEntry, params map[string]st... method Delete (line 645) | func (conf *ConfigEntries) Delete(kind string, name string, w *WriteOp... method DeleteCAS (line 654) | func (conf *ConfigEntries) DeleteCAS(kind, name string, index uint64, ... method delete (line 658) | func (conf *ConfigEntries) delete(kind, name string, params map[string... method ConfigEntries (line 542) | func (c *Client) ConfigEntries() *ConfigEntries { FILE: vendor/github.com/hashicorp/consul/api/config_entry_discoverychain.go type ServiceRouterConfigEntry (line 13) | type ServiceRouterConfigEntry struct method GetKind (line 26) | func (e *ServiceRouterConfigEntry) GetKind() string { retur... method GetName (line 27) | func (e *ServiceRouterConfigEntry) GetName() string { retur... method GetPartition (line 28) | func (e *ServiceRouterConfigEntry) GetPartition() string { retur... method GetNamespace (line 29) | func (e *ServiceRouterConfigEntry) GetNamespace() string { retur... method GetMeta (line 30) | func (e *ServiceRouterConfigEntry) GetMeta() map[string]string { retur... method GetCreateIndex (line 31) | func (e *ServiceRouterConfigEntry) GetCreateIndex() uint64 { retur... method GetModifyIndex (line 32) | func (e *ServiceRouterConfigEntry) GetModifyIndex() uint64 { retur... type ServiceRoute (line 34) | type ServiceRoute struct type ServiceRouteMatch (line 39) | type ServiceRouteMatch struct type ServiceRouteHTTPMatch (line 43) | type ServiceRouteHTTPMatch struct type ServiceRouteHTTPMatchHeader (line 53) | type ServiceRouteHTTPMatchHeader struct type ServiceRouteHTTPMatchQueryParam (line 63) | type ServiceRouteHTTPMatchQueryParam struct type ServiceRouteDestination (line 70) | type ServiceRouteDestination struct method MarshalJSON (line 86) | func (e *ServiceRouteDestination) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 107) | func (e *ServiceRouteDestination) UnmarshalJSON(data []byte) error { type ServiceSplitterConfigEntry (line 133) | type ServiceSplitterConfigEntry struct method GetKind (line 146) | func (e *ServiceSplitterConfigEntry) GetKind() string { ret... method GetName (line 147) | func (e *ServiceSplitterConfigEntry) GetName() string { ret... method GetPartition (line 148) | func (e *ServiceSplitterConfigEntry) GetPartition() string { ret... method GetNamespace (line 149) | func (e *ServiceSplitterConfigEntry) GetNamespace() string { ret... method GetMeta (line 150) | func (e *ServiceSplitterConfigEntry) GetMeta() map[string]string { ret... method GetCreateIndex (line 151) | func (e *ServiceSplitterConfigEntry) GetCreateIndex() uint64 { ret... method GetModifyIndex (line 152) | func (e *ServiceSplitterConfigEntry) GetModifyIndex() uint64 { ret... type ServiceSplit (line 154) | type ServiceSplit struct type ServiceResolverConfigEntry (line 164) | type ServiceResolverConfigEntry struct method MarshalJSON (line 190) | func (e *ServiceResolverConfigEntry) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 211) | func (e *ServiceResolverConfigEntry) UnmarshalJSON(data []byte) error { method GetKind (line 238) | func (e *ServiceResolverConfigEntry) GetKind() string { ret... method GetName (line 239) | func (e *ServiceResolverConfigEntry) GetName() string { ret... method GetPartition (line 240) | func (e *ServiceResolverConfigEntry) GetPartition() string { ret... method GetNamespace (line 241) | func (e *ServiceResolverConfigEntry) GetNamespace() string { ret... method GetMeta (line 242) | func (e *ServiceResolverConfigEntry) GetMeta() map[string]string { ret... method GetCreateIndex (line 243) | func (e *ServiceResolverConfigEntry) GetCreateIndex() uint64 { ret... method GetModifyIndex (line 244) | func (e *ServiceResolverConfigEntry) GetModifyIndex() uint64 { ret... type ServiceResolverSubset (line 246) | type ServiceResolverSubset struct type ServiceResolverRedirect (line 251) | type ServiceResolverRedirect struct type ServiceResolverFailover (line 261) | type ServiceResolverFailover struct type ServiceResolverFailoverTarget (line 272) | type ServiceResolverFailoverTarget struct type ServiceResolverFailoverPolicy (line 281) | type ServiceResolverFailoverPolicy struct type ServiceResolverPrioritizeByLocality (line 288) | type ServiceResolverPrioritizeByLocality struct type LoadBalancer (line 297) | type LoadBalancer struct type RingHashConfig (line 316) | type RingHashConfig struct type LeastRequestConfig (line 325) | type LeastRequestConfig struct type HashPolicy (line 331) | type HashPolicy struct type CookieConfig (line 357) | type CookieConfig struct type HTTPHeaderModifiers (line 372) | type HTTPHeaderModifiers struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_exports.go type ExportedServicesConfigEntry (line 10) | type ExportedServicesConfigEntry struct method GetKind (line 62) | func (e *ExportedServicesConfigEntry) GetKind() string { re... method GetName (line 63) | func (e *ExportedServicesConfigEntry) GetName() string { re... method GetPartition (line 64) | func (e *ExportedServicesConfigEntry) GetPartition() string { re... method GetNamespace (line 65) | func (e *ExportedServicesConfigEntry) GetNamespace() string { re... method GetMeta (line 66) | func (e *ExportedServicesConfigEntry) GetMeta() map[string]string { re... method GetCreateIndex (line 67) | func (e *ExportedServicesConfigEntry) GetCreateIndex() uint64 { re... method GetModifyIndex (line 68) | func (e *ExportedServicesConfigEntry) GetModifyIndex() uint64 { re... method MarshalJSON (line 72) | func (e *ExportedServicesConfigEntry) MarshalJSON() ([]byte, error) { type ExportedService (line 38) | type ExportedService struct type ServiceConsumer (line 51) | type ServiceConsumer struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_gateways.go type IngressGatewayConfigEntry (line 8) | type IngressGatewayConfigEntry struct method GetKind (line 153) | func (i *IngressGatewayConfigEntry) GetKind() string { retu... method GetName (line 154) | func (i *IngressGatewayConfigEntry) GetName() string { retu... method GetPartition (line 155) | func (i *IngressGatewayConfigEntry) GetPartition() string { retu... method GetNamespace (line 156) | func (i *IngressGatewayConfigEntry) GetNamespace() string { retu... method GetMeta (line 157) | func (i *IngressGatewayConfigEntry) GetMeta() map[string]string { retu... method GetCreateIndex (line 158) | func (i *IngressGatewayConfigEntry) GetCreateIndex() uint64 { retu... method GetModifyIndex (line 159) | func (i *IngressGatewayConfigEntry) GetModifyIndex() uint64 { retu... type IngressServiceConfig (line 46) | type IngressServiceConfig struct type GatewayTLSConfig (line 56) | type GatewayTLSConfig struct type GatewayServiceTLSConfig (line 71) | type GatewayServiceTLSConfig struct type GatewayTLSSDSConfig (line 76) | type GatewayTLSSDSConfig struct type IngressListener (line 82) | type IngressListener struct type IngressService (line 105) | type IngressService struct type TerminatingGatewayConfigEntry (line 163) | type TerminatingGatewayConfigEntry struct method GetKind (line 220) | func (g *TerminatingGatewayConfigEntry) GetKind() string { ... method GetName (line 221) | func (g *TerminatingGatewayConfigEntry) GetName() string { ... method GetPartition (line 222) | func (g *TerminatingGatewayConfigEntry) GetPartition() string { ... method GetNamespace (line 223) | func (g *TerminatingGatewayConfigEntry) GetNamespace() string { ... method GetMeta (line 224) | func (g *TerminatingGatewayConfigEntry) GetMeta() map[string]string { ... method GetCreateIndex (line 225) | func (g *TerminatingGatewayConfigEntry) GetCreateIndex() uint64 { ... method GetModifyIndex (line 226) | func (g *TerminatingGatewayConfigEntry) GetModifyIndex() uint64 { ... type LinkedService (line 195) | type LinkedService struct type APIGatewayConfigEntry (line 230) | type APIGatewayConfigEntry struct method GetKind (line 264) | func (g *APIGatewayConfigEntry) GetKind() string { return g... method GetName (line 265) | func (g *APIGatewayConfigEntry) GetName() string { return g... method GetPartition (line 266) | func (g *APIGatewayConfigEntry) GetPartition() string { return g... method GetNamespace (line 267) | func (g *APIGatewayConfigEntry) GetNamespace() string { return g... method GetMeta (line 268) | func (g *APIGatewayConfigEntry) GetMeta() map[string]string { return g... method GetCreateIndex (line 269) | func (g *APIGatewayConfigEntry) GetCreateIndex() uint64 { return g... method GetModifyIndex (line 270) | func (g *APIGatewayConfigEntry) GetModifyIndex() uint64 { return g... type APIGatewayListener (line 273) | type APIGatewayListener struct type APIGatewayTLSConfiguration (line 295) | type APIGatewayTLSConfiguration struct type APIGatewayPolicy (line 311) | type APIGatewayPolicy struct type APIGatewayJWTRequirement (line 317) | type APIGatewayJWTRequirement struct type APIGatewayJWTProvider (line 323) | type APIGatewayJWTProvider struct type APIGatewayJWTClaimVerification (line 333) | type APIGatewayJWTClaimVerification struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_inline_certificate.go type InlineCertificateConfigEntry (line 7) | type InlineCertificateConfigEntry struct method GetKind (line 40) | func (a *InlineCertificateConfigEntry) GetKind() string { r... method GetName (line 41) | func (a *InlineCertificateConfigEntry) GetName() string { r... method GetPartition (line 42) | func (a *InlineCertificateConfigEntry) GetPartition() string { r... method GetNamespace (line 43) | func (a *InlineCertificateConfigEntry) GetNamespace() string { r... method GetMeta (line 44) | func (a *InlineCertificateConfigEntry) GetMeta() map[string]string { r... method GetCreateIndex (line 45) | func (a *InlineCertificateConfigEntry) GetCreateIndex() uint64 { r... method GetModifyIndex (line 46) | func (a *InlineCertificateConfigEntry) GetModifyIndex() uint64 { r... FILE: vendor/github.com/hashicorp/consul/api/config_entry_intentions.go type ServiceIntentionsConfigEntry (line 8) | type ServiceIntentionsConfigEntry struct method GetKind (line 41) | func (e *ServiceIntentionsConfigEntry) GetKind() string { r... method GetName (line 42) | func (e *ServiceIntentionsConfigEntry) GetName() string { r... method GetPartition (line 43) | func (e *ServiceIntentionsConfigEntry) GetPartition() string { r... method GetNamespace (line 44) | func (e *ServiceIntentionsConfigEntry) GetNamespace() string { r... method GetMeta (line 45) | func (e *ServiceIntentionsConfigEntry) GetMeta() map[string]string { r... method GetCreateIndex (line 46) | func (e *ServiceIntentionsConfigEntry) GetCreateIndex() uint64 { r... method GetModifyIndex (line 47) | func (e *ServiceIntentionsConfigEntry) GetModifyIndex() uint64 { r... type SourceIntention (line 23) | type SourceIntention struct type IntentionPermission (line 49) | type IntentionPermission struct type IntentionHTTPPermission (line 55) | type IntentionHTTPPermission struct type IntentionHTTPHeaderPermission (line 65) | type IntentionHTTPHeaderPermission struct type IntentionJWTRequirement (line 75) | type IntentionJWTRequirement struct type IntentionJWTProvider (line 80) | type IntentionJWTProvider struct type IntentionJWTClaimVerification (line 89) | type IntentionJWTClaimVerification struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_jwt_provider.go constant DiscoveryTypeStrictDNS (line 11) | DiscoveryTypeStrictDNS ClusterDiscoveryType = "STRICT_DNS" constant DiscoveryTypeStatic (line 12) | DiscoveryTypeStatic ClusterDiscoveryType = "STATIC" constant DiscoveryTypeLogicalDNS (line 13) | DiscoveryTypeLogicalDNS ClusterDiscoveryType = "LOGICAL_DNS" constant DiscoveryTypeEDS (line 14) | DiscoveryTypeEDS ClusterDiscoveryType = "EDS" constant DiscoveryTypeOriginalDST (line 15) | DiscoveryTypeOriginalDST ClusterDiscoveryType = "ORIGINAL_DST" type JWTProviderConfigEntry (line 18) | type JWTProviderConfigEntry struct method GetKind (line 301) | func (e *JWTProviderConfigEntry) GetKind() string { method GetName (line 305) | func (e *JWTProviderConfigEntry) GetName() string { return ... method GetMeta (line 306) | func (e *JWTProviderConfigEntry) GetMeta() map[string]string { return ... method GetCreateIndex (line 307) | func (e *JWTProviderConfigEntry) GetCreateIndex() uint64 { return ... method GetModifyIndex (line 308) | func (e *JWTProviderConfigEntry) GetModifyIndex() uint64 { return ... method GetPartition (line 309) | func (e *JWTProviderConfigEntry) GetPartition() string { return ... method GetNamespace (line 310) | func (e *JWTProviderConfigEntry) GetNamespace() string { return ... type JWTLocation (line 85) | type JWTLocation struct type JWTLocationHeader (line 99) | type JWTLocationHeader struct type JWTLocationQueryParam (line 119) | type JWTLocationQueryParam struct type JWTLocationCookie (line 125) | type JWTLocationCookie struct type JWTForwardingConfig (line 130) | type JWTForwardingConfig struct type JSONWebKeySet (line 150) | type JSONWebKeySet struct type LocalJWKS (line 161) | type LocalJWKS struct type RemoteJWKS (line 172) | type RemoteJWKS struct type JWKSCluster (line 204) | type JWKSCluster struct type ClusterDiscoveryType (line 223) | type ClusterDiscoveryType type JWKSTLSCertificate (line 230) | type JWKSTLSCertificate struct type JWKSTLSCertTrustedCA (line 245) | type JWKSTLSCertTrustedCA struct type JWKSTLSCertProviderInstance (line 252) | type JWKSTLSCertProviderInstance struct type JWKSRetryPolicy (line 266) | type JWKSRetryPolicy struct type RetryPolicyBackOff (line 280) | type RetryPolicyBackOff struct type JWTCacheConfig (line 293) | type JWTCacheConfig struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_mesh.go type MeshConfigEntry (line 12) | type MeshConfigEntry struct method GetKind (line 70) | func (e *MeshConfigEntry) GetKind() string { return MeshCon... method GetName (line 71) | func (e *MeshConfigEntry) GetName() string { return MeshCon... method GetPartition (line 72) | func (e *MeshConfigEntry) GetPartition() string { return e.Parti... method GetNamespace (line 73) | func (e *MeshConfigEntry) GetNamespace() string { return e.Names... method GetMeta (line 74) | func (e *MeshConfigEntry) GetMeta() map[string]string { return e.Meta } method GetCreateIndex (line 75) | func (e *MeshConfigEntry) GetCreateIndex() uint64 { return e.Creat... method GetModifyIndex (line 76) | func (e *MeshConfigEntry) GetModifyIndex() uint64 { return e.Modif... method MarshalJSON (line 80) | func (e *MeshConfigEntry) MarshalJSON() ([]byte, error) { type TransparentProxyMeshConfig (line 47) | type TransparentProxyMeshConfig struct type MeshTLSConfig (line 51) | type MeshTLSConfig struct type MeshDirectionalTLSConfig (line 56) | type MeshDirectionalTLSConfig struct type MeshHTTPConfig (line 62) | type MeshHTTPConfig struct type PeeringMeshConfig (line 66) | type PeeringMeshConfig struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_rate_limit_ip.go type ReadWriteRatesConfig (line 6) | type ReadWriteRatesConfig struct type RateLimitIPConfigEntry (line 11) | type RateLimitIPConfigEntry struct method GetKind (line 65) | func (r *RateLimitIPConfigEntry) GetKind() string { method GetName (line 68) | func (r *RateLimitIPConfigEntry) GetName() string { method GetPartition (line 74) | func (r *RateLimitIPConfigEntry) GetPartition() string { method GetNamespace (line 77) | func (r *RateLimitIPConfigEntry) GetNamespace() string { method GetMeta (line 80) | func (r *RateLimitIPConfigEntry) GetMeta() map[string]string { method GetCreateIndex (line 86) | func (r *RateLimitIPConfigEntry) GetCreateIndex() uint64 { method GetModifyIndex (line 89) | func (r *RateLimitIPConfigEntry) GetModifyIndex() uint64 { FILE: vendor/github.com/hashicorp/consul/api/config_entry_routes.go type TCPRouteConfigEntry (line 9) | type TCPRouteConfigEntry struct method GetKind (line 46) | func (a *TCPRouteConfigEntry) GetKind() string { return TCP... method GetName (line 47) | func (a *TCPRouteConfigEntry) GetName() string { return a.N... method GetPartition (line 48) | func (a *TCPRouteConfigEntry) GetPartition() string { return a.P... method GetNamespace (line 49) | func (a *TCPRouteConfigEntry) GetNamespace() string { return a.N... method GetMeta (line 50) | func (a *TCPRouteConfigEntry) GetMeta() map[string]string { return a.M... method GetCreateIndex (line 51) | func (a *TCPRouteConfigEntry) GetCreateIndex() uint64 { return a.C... method GetModifyIndex (line 52) | func (a *TCPRouteConfigEntry) GetModifyIndex() uint64 { return a.M... type TCPService (line 55) | type TCPService struct type HTTPRouteConfigEntry (line 69) | type HTTPRouteConfigEntry struct method GetKind (line 107) | func (r *HTTPRouteConfigEntry) GetKind() string { return HT... method GetName (line 108) | func (r *HTTPRouteConfigEntry) GetName() string { return r.... method GetPartition (line 109) | func (r *HTTPRouteConfigEntry) GetPartition() string { return r.... method GetNamespace (line 110) | func (r *HTTPRouteConfigEntry) GetNamespace() string { return r.... method GetMeta (line 111) | func (r *HTTPRouteConfigEntry) GetMeta() map[string]string { return r.... method GetCreateIndex (line 112) | func (r *HTTPRouteConfigEntry) GetCreateIndex() uint64 { return r.... method GetModifyIndex (line 113) | func (r *HTTPRouteConfigEntry) GetModifyIndex() uint64 { return r.... type HTTPMatch (line 118) | type HTTPMatch struct type HTTPMatchMethod (line 127) | type HTTPMatchMethod constant HTTPMatchMethodAll (line 130) | HTTPMatchMethodAll HTTPMatchMethod = "" constant HTTPMatchMethodConnect (line 131) | HTTPMatchMethodConnect HTTPMatchMethod = "CONNECT" constant HTTPMatchMethodDelete (line 132) | HTTPMatchMethodDelete HTTPMatchMethod = "DELETE" constant HTTPMatchMethodGet (line 133) | HTTPMatchMethodGet HTTPMatchMethod = "GET" constant HTTPMatchMethodHead (line 134) | HTTPMatchMethodHead HTTPMatchMethod = "HEAD" constant HTTPMatchMethodOptions (line 135) | HTTPMatchMethodOptions HTTPMatchMethod = "OPTIONS" constant HTTPMatchMethodPatch (line 136) | HTTPMatchMethodPatch HTTPMatchMethod = "PATCH" constant HTTPMatchMethodPost (line 137) | HTTPMatchMethodPost HTTPMatchMethod = "POST" constant HTTPMatchMethodPut (line 138) | HTTPMatchMethodPut HTTPMatchMethod = "PUT" constant HTTPMatchMethodTrace (line 139) | HTTPMatchMethodTrace HTTPMatchMethod = "TRACE" type HTTPHeaderMatchType (line 144) | type HTTPHeaderMatchType constant HTTPHeaderMatchExact (line 147) | HTTPHeaderMatchExact HTTPHeaderMatchType = "exact" constant HTTPHeaderMatchPrefix (line 148) | HTTPHeaderMatchPrefix HTTPHeaderMatchType = "prefix" constant HTTPHeaderMatchPresent (line 149) | HTTPHeaderMatchPresent HTTPHeaderMatchType = "present" constant HTTPHeaderMatchRegularExpression (line 150) | HTTPHeaderMatchRegularExpression HTTPHeaderMatchType = "regex" constant HTTPHeaderMatchSuffix (line 151) | HTTPHeaderMatchSuffix HTTPHeaderMatchType = "suffix" type HTTPHeaderMatch (line 156) | type HTTPHeaderMatch struct type HTTPPathMatchType (line 164) | type HTTPPathMatchType constant HTTPPathMatchExact (line 167) | HTTPPathMatchExact HTTPPathMatchType = "exact" constant HTTPPathMatchPrefix (line 168) | HTTPPathMatchPrefix HTTPPathMatchType = "prefix" constant HTTPPathMatchRegularExpression (line 169) | HTTPPathMatchRegularExpression HTTPPathMatchType = "regex" type HTTPPathMatch (line 174) | type HTTPPathMatch struct type HTTPQueryMatchType (line 181) | type HTTPQueryMatchType constant HTTPQueryMatchExact (line 184) | HTTPQueryMatchExact HTTPQueryMatchType = "exact" constant HTTPQueryMatchPresent (line 185) | HTTPQueryMatchPresent HTTPQueryMatchType = "present" constant HTTPQueryMatchRegularExpression (line 186) | HTTPQueryMatchRegularExpression HTTPQueryMatchType = "regex" type HTTPQueryMatch (line 191) | type HTTPQueryMatch struct type HTTPFilters (line 199) | type HTTPFilters struct type HTTPResponseFilters (line 209) | type HTTPResponseFilters struct type HTTPHeaderFilter (line 214) | type HTTPHeaderFilter struct type URLRewrite (line 220) | type URLRewrite struct type RetryFilter (line 224) | type RetryFilter struct type TimeoutFilter (line 231) | type TimeoutFilter struct type JWTFilter (line 237) | type JWTFilter struct type HTTPRouteRule (line 243) | type HTTPRouteRule struct type HTTPService (line 260) | type HTTPService struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_sameness_group.go type SamenessGroupConfigEntry (line 6) | type SamenessGroupConfigEntry struct method GetKind (line 23) | func (s *SamenessGroupConfigEntry) GetKind() string { retur... method GetName (line 24) | func (s *SamenessGroupConfigEntry) GetName() string { retur... method GetPartition (line 25) | func (s *SamenessGroupConfigEntry) GetPartition() string { retur... method GetNamespace (line 26) | func (s *SamenessGroupConfigEntry) GetNamespace() string { retur... method GetCreateIndex (line 27) | func (s *SamenessGroupConfigEntry) GetCreateIndex() uint64 { retur... method GetModifyIndex (line 28) | func (s *SamenessGroupConfigEntry) GetModifyIndex() uint64 { retur... method GetMeta (line 29) | func (s *SamenessGroupConfigEntry) GetMeta() map[string]string { retur... type SamenessGroupMember (line 18) | type SamenessGroupMember struct FILE: vendor/github.com/hashicorp/consul/api/config_entry_status.go type ResourceReference (line 16) | type ResourceReference struct type ConfigEntryStatus (line 38) | type ConfigEntryStatus struct type Condition (line 48) | type Condition struct type ConditionStatus (line 66) | type ConditionStatus constant ConditionStatusTrue (line 70) | ConditionStatusTrue ConditionStatus = "True" constant ConditionStatusFalse (line 71) | ConditionStatusFalse ConditionStatus = "False" constant ConditionStatusUnknown (line 72) | ConditionStatusUnknown ConditionStatus = "Unknown" type GatewayConditionType (line 78) | type GatewayConditionType type GatewayConditionReason (line 82) | type GatewayConditionReason constant GatewayConditionAccepted (line 99) | GatewayConditionAccepted GatewayConditionType = "Accepted" constant GatewayReasonAccepted (line 103) | GatewayReasonAccepted GatewayConditionReason = "Accepted" constant GatewayReasonInvalidCertificates (line 107) | GatewayReasonInvalidCertificates GatewayConditionReason = "InvalidCertif... constant GatewayReasonInvalidJWTProviders (line 111) | GatewayReasonInvalidJWTProviders GatewayConditionReason = "InvalidJWTPro... constant GatewayConditionConflicted (line 129) | GatewayConditionConflicted GatewayConditionType = "Conflicted" constant GatewayReasonNoConflict (line 132) | GatewayReasonNoConflict GatewayConditionReason = "NoConflict" constant GatewayReasonRouteConflict (line 135) | GatewayReasonRouteConflict GatewayConditionReason = "RouteConflict" constant GatewayConditionResolvedRefs (line 152) | GatewayConditionResolvedRefs GatewayConditionType = "ResolvedRefs" constant GatewayReasonResolvedRefs (line 156) | GatewayReasonResolvedRefs GatewayConditionReason = "ResolvedRefs" constant GatewayListenerReasonInvalidCertificateRef (line 169) | GatewayListenerReasonInvalidCertificateRef GatewayConditionReason = "Inv... constant GatewayListenerReasonInvalidJWTProviderRef (line 177) | GatewayListenerReasonInvalidJWTProviderRef GatewayConditionReason = "Inv... function ValidateGatewayConditionReason (line 212) | func ValidateGatewayConditionReason(name GatewayConditionType, status Co... type RouteConditionType (line 234) | type RouteConditionType type RouteConditionReason (line 237) | type RouteConditionReason constant RouteConditionAccepted (line 258) | RouteConditionAccepted RouteConditionType = "Accepted" constant RouteReasonAccepted (line 262) | RouteReasonAccepted RouteConditionReason = "Accepted" constant RouteReasonInvalidDiscoveryChain (line 267) | RouteReasonInvalidDiscoveryChain RouteConditionReason = "InvalidDiscover... constant RouteReasonNoUpstreamServicesTargeted (line 270) | RouteReasonNoUpstreamServicesTargeted RouteConditionReason = "NoUpstream... constant RouteConditionBound (line 286) | RouteConditionBound RouteConditionType = "Bound" constant RouteReasonBound (line 290) | RouteReasonBound RouteConditionReason = "Bound" constant RouteReasonFailedToBind (line 294) | RouteReasonFailedToBind RouteConditionReason = "FailedToBind" constant RouteReasonGatewayNotFound (line 298) | RouteReasonGatewayNotFound RouteConditionReason = "GatewayNotFound" constant RouteReasonJWTProvidersNotFound (line 302) | RouteReasonJWTProvidersNotFound RouteConditionReason = "JWTProvidersNotF... function ValidateRouteConditionReason (line 329) | func ValidateRouteConditionReason(name RouteConditionType, status Condit... function checkConditionStatus (line 351) | func checkConditionStatus(status ConditionStatus) error { FILE: vendor/github.com/hashicorp/consul/api/connect.go constant TelemetryCollectorName (line 7) | TelemetryCollectorName string = "consul-telemetry-collector" type Connect (line 11) | type Connect struct method Connect (line 16) | func (c *Client) Connect() *Connect { FILE: vendor/github.com/hashicorp/consul/api/connect_ca.go type CAConfig (line 14) | type CAConfig struct type CommonCAProviderConfig (line 42) | type CommonCAProviderConfig struct type ConsulCAProviderConfig (line 51) | type ConsulCAProviderConfig struct function ParseConsulCAConfig (line 61) | func ParseConsulCAConfig(raw map[string]interface{}) (*ConsulCAProviderC... type CARootList (line 82) | type CARootList struct type CARoot (line 89) | type CARoot struct type LeafCert (line 111) | type LeafCert struct method CARoots (line 137) | func (h *Connect) CARoots(q *QueryOptions) (*CARootList, *QueryMeta, err... method CAGetConfig (line 161) | func (h *Connect) CAGetConfig(q *QueryOptions) (*CAConfig, *QueryMeta, e... method CASetConfig (line 185) | func (h *Connect) CASetConfig(conf *CAConfig, q *WriteOptions) (*WriteMe... FILE: vendor/github.com/hashicorp/consul/api/connect_intention.go type Intention (line 16) | type Intention struct method String (line 95) | func (i *Intention) String() string { method SourceString (line 114) | func (i *Intention) SourceString() string { method DestinationString (line 120) | func (i *Intention) DestinationString() string { method partString (line 124) | func (i *Intention) partString(ns, n string) string { constant IntentionDefaultNamespace (line 135) | IntentionDefaultNamespace = "default" type IntentionAction (line 139) | type IntentionAction constant IntentionActionAllow (line 142) | IntentionActionAllow IntentionAction = "allow" constant IntentionActionDeny (line 143) | IntentionActionDeny IntentionAction = "deny" type IntentionSourceType (line 147) | type IntentionSourceType constant IntentionSourceConsul (line 151) | IntentionSourceConsul IntentionSourceType = "consul" type IntentionMatch (line 155) | type IntentionMatch struct type IntentionMatchType (line 163) | type IntentionMatchType constant IntentionMatchSource (line 166) | IntentionMatchSource IntentionMatchType = "source" constant IntentionMatchDestination (line 167) | IntentionMatchDestination IntentionMatchType = "destination" type IntentionCheck (line 172) | type IntentionCheck struct method Intentions (line 183) | func (h *Connect) Intentions(q *QueryOptions) ([]*Intention, *QueryMeta,... method IntentionGetExact (line 208) | func (h *Connect) IntentionGetExact(source, destination string, q *Query... method IntentionGet (line 242) | func (h *Connect) IntentionGet(id string, q *QueryOptions) (*Intention, ... method IntentionDeleteExact (line 272) | func (h *Connect) IntentionDeleteExact(source, destination string, q *Wr... method IntentionDelete (line 296) | func (h *Connect) IntentionDelete(id string, q *WriteOptions) (*WriteMet... method IntentionMatch (line 321) | func (h *Connect) IntentionMatch(args *IntentionMatch, q *QueryOptions) ... method IntentionCheck (line 350) | func (h *Connect) IntentionCheck(args *IntentionCheck, q *QueryOptions) ... method IntentionUpsert (line 380) | func (c *Connect) IntentionUpsert(ixn *Intention, q *WriteOptions) (*Wri... function maybePrefixNamespaceAndPartition (line 400) | func maybePrefixNamespaceAndPartition(part, ns, name string) string { method IntentionCreate (line 418) | func (c *Connect) IntentionCreate(ixn *Intention, q *WriteOptions) (stri... method IntentionUpdate (line 445) | func (c *Connect) IntentionUpdate(ixn *Intention, q *WriteOptions) (*Wri... FILE: vendor/github.com/hashicorp/consul/api/coordinate.go type CoordinateEntry (line 11) | type CoordinateEntry struct type CoordinateDatacenterMap (line 20) | type CoordinateDatacenterMap struct type Coordinate (line 27) | type Coordinate struct method Datacenters (line 38) | func (c *Coordinate) Datacenters() ([]*CoordinateDatacenterMap, error) { method Nodes (line 57) | func (c *Coordinate) Nodes(q *QueryOptions) ([]*CoordinateEntry, *Quer... method Update (line 81) | func (c *Coordinate) Update(coord *CoordinateEntry, q *WriteOptions) (... method Node (line 101) | func (c *Coordinate) Node(node string, q *QueryOptions) ([]*Coordinate... method Coordinate (line 32) | func (c *Client) Coordinate() *Coordinate { FILE: vendor/github.com/hashicorp/consul/api/debug.go type Debug (line 18) | type Debug struct method Heap (line 28) | func (d *Debug) Heap() ([]byte, error) { method Profile (line 50) | func (d *Debug) Profile(seconds int) ([]byte, error) { method PProf (line 77) | func (d *Debug) PProf(ctx context.Context, name string, seconds int) (... method Trace (line 95) | func (d *Debug) Trace(seconds int) ([]byte, error) { method Goroutine (line 121) | func (d *Debug) Goroutine() ([]byte, error) { method Debug (line 23) | func (c *Client) Debug() *Debug { FILE: vendor/github.com/hashicorp/consul/api/discovery_chain.go type DiscoveryChain (line 13) | type DiscoveryChain struct method Get (line 22) | func (d *DiscoveryChain) Get(name string, opts *DiscoveryChainOptions,... method DiscoveryChain (line 18) | func (c *Client) DiscoveryChain() *DiscoveryChain { type DiscoveryChainOptions (line 66) | type DiscoveryChainOptions struct method requiresPOST (line 88) | func (o *DiscoveryChainOptions) requiresPOST() bool { type DiscoveryChainResponse (line 97) | type DiscoveryChainResponse struct type CompiledDiscoveryChain (line 101) | type CompiledDiscoveryChain struct constant DiscoveryGraphNodeTypeRouter (line 145) | DiscoveryGraphNodeTypeRouter = "router" constant DiscoveryGraphNodeTypeSplitter (line 146) | DiscoveryGraphNodeTypeSplitter = "splitter" constant DiscoveryGraphNodeTypeResolver (line 147) | DiscoveryGraphNodeTypeResolver = "resolver" type DiscoveryGraphNode (line 151) | type DiscoveryGraphNode struct type DiscoveryRoute (line 169) | type DiscoveryRoute struct type DiscoverySplit (line 175) | type DiscoverySplit struct type DiscoveryResolver (line 181) | type DiscoveryResolver struct method MarshalJSON (line 188) | func (r *DiscoveryResolver) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 204) | func (r *DiscoveryResolver) UnmarshalJSON(data []byte) error { type DiscoveryFailover (line 225) | type DiscoveryFailover struct type DiscoveryTarget (line 233) | type DiscoveryTarget struct method MarshalJSON (line 249) | func (t *DiscoveryTarget) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 265) | func (t *DiscoveryTarget) UnmarshalJSON(data []byte) error { FILE: vendor/github.com/hashicorp/consul/api/event.go type Event (line 12) | type Event struct method Fire (line 36) | func (e *Event) Fire(params *UserEvent, q *WriteOptions) (string, *Wri... method List (line 74) | func (e *Event) List(name string, q *QueryOptions) ([]*UserEvent, *Que... method IDToIndex (line 102) | func (e *Event) IDToIndex(uuid string) uint64 { type UserEvent (line 17) | type UserEvent struct method Event (line 29) | func (c *Client) Event() *Event { FILE: vendor/github.com/hashicorp/consul/api/health.go constant HealthAny (line 16) | HealthAny = "any" constant HealthPassing (line 17) | HealthPassing = "passing" constant HealthWarning (line 18) | HealthWarning = "warning" constant HealthCritical (line 19) | HealthCritical = "critical" constant HealthMaint (line 20) | HealthMaint = "maintenance" constant serviceHealth (line 24) | serviceHealth = "service" constant connectHealth (line 25) | connectHealth = "connect" constant ingressHealth (line 26) | ingressHealth = "ingress" constant NodeMaint (line 31) | NodeMaint = "_node_maintenance" constant ServiceMaintPrefix (line 34) | ServiceMaintPrefix = "_service_maintenance:" type HealthCheck (line 38) | type HealthCheck struct type HealthCheckDefinition (line 62) | type HealthCheckDefinition struct method MarshalJSON (line 85) | func (d *HealthCheckDefinition) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 118) | func (t *HealthCheckDefinition) UnmarshalJSON(data []byte) (err error) { type HealthChecks (line 179) | type HealthChecks method AggregatedStatus (line 187) | func (c HealthChecks) AggregatedStatus() string { type ServiceEntry (line 223) | type ServiceEntry struct type Health (line 230) | type Health struct method Node (line 240) | func (h *Health) Node(node string, q *QueryOptions) (HealthChecks, *Qu... method Checks (line 264) | func (h *Health) Checks(service string, q *QueryOptions) (HealthChecks... method Service (line 290) | func (h *Health) Service(service, tag string, passingOnly bool, q *Que... method ServiceMultipleTags (line 298) | func (h *Health) ServiceMultipleTags(service string, tags []string, pa... method Connect (line 307) | func (h *Health) Connect(service, tag string, passingOnly bool, q *Que... method ConnectMultipleTags (line 315) | func (h *Health) ConnectMultipleTags(service string, tags []string, pa... method Ingress (line 321) | func (h *Health) Ingress(service string, passingOnly bool, q *QueryOpt... method service (line 326) | func (h *Health) service(service string, tags []string, passingOnly bo... method State (line 369) | func (h *Health) State(state string, q *QueryOptions) (HealthChecks, *... method Health (line 235) | func (c *Client) Health() *Health { FILE: vendor/github.com/hashicorp/consul/api/internal.go type Internal (line 10) | type Internal struct method AssignServiceVirtualIP (line 37) | func (i *Internal) AssignServiceVirtualIP( method Internal (line 18) | func (c *Client) Internal() *Internal { type AssignServiceManualVIPsRequest (line 22) | type AssignServiceManualVIPsRequest struct type AssignServiceManualVIPsResponse (line 27) | type AssignServiceManualVIPsResponse struct type PeeredServiceName (line 32) | type PeeredServiceName struct FILE: vendor/github.com/hashicorp/consul/api/kv.go type KVPair (line 16) | type KVPair struct type KVPairs (line 57) | type KVPairs type KV (line 60) | type KV struct method Get (line 71) | func (k *KV) Get(key string, q *QueryOptions) (*KVPair, *QueryMeta, er... method List (line 92) | func (k *KV) List(prefix string, q *QueryOptions) (KVPairs, *QueryMeta... method Keys (line 111) | func (k *KV) Keys(prefix, separator string, q *QueryOptions) ([]string... method getInternal (line 132) | func (k *KV) getInternal(key string, params map[string]string, q *Quer... method Put (line 162) | func (k *KV) Put(p *KVPair, q *WriteOptions) (*WriteMeta, error) { method CAS (line 174) | func (k *KV) CAS(p *KVPair, q *WriteOptions) (bool, *WriteMeta, error) { method Acquire (line 186) | func (k *KV) Acquire(p *KVPair, q *WriteOptions) (bool, *WriteMeta, er... method Release (line 198) | func (k *KV) Release(p *KVPair, q *WriteOptions) (bool, *WriteMeta, er... method put (line 207) | func (k *KV) put(key string, params map[string]string, body []byte, q ... method Delete (line 240) | func (k *KV) Delete(key string, w *WriteOptions) (*WriteMeta, error) { method DeleteCAS (line 247) | func (k *KV) DeleteCAS(p *KVPair, q *WriteOptions) (bool, *WriteMeta, ... method DeleteTree (line 255) | func (k *KV) DeleteTree(prefix string, w *WriteOptions) (*WriteMeta, e... method deleteInternal (line 260) | func (k *KV) deleteInternal(key string, params map[string]string, q *W... method Txn (line 288) | func (k *KV) Txn(txn KVTxnOps, q *QueryOptions) (bool, *KVTxnResponse,... method KV (line 65) | func (c *Client) KV() *KV { FILE: vendor/github.com/hashicorp/consul/api/lock.go constant DefaultLockSessionName (line 14) | DefaultLockSessionName = "Consul API Lock" constant DefaultLockSessionTTL (line 19) | DefaultLockSessionTTL = "15s" constant DefaultLockWaitTime (line 24) | DefaultLockWaitTime = 15 * time.Second constant DefaultLockRetryTime (line 29) | DefaultLockRetryTime = 5 * time.Second constant DefaultMonitorRetryTime (line 36) | DefaultMonitorRetryTime = 2 * time.Second constant LockFlagValue (line 41) | LockFlagValue = 0x2ddccbc058a50c18 type Lock (line 63) | type Lock struct method Lock (line 138) | func (l *Lock) Lock(stopCh <-chan struct{}) (<-chan struct{}, error) { method Unlock (line 268) | func (l *Lock) Unlock() error { method Destroy (line 306) | func (l *Lock) Destroy() error { method createSession (line 353) | func (l *Lock) createSession() (string, error) { method lockEntry (line 372) | func (l *Lock) lockEntry(session string) *KVPair { method monitorLock (line 383) | func (l *Lock) monitorLock(session string, stopCh chan struct{}) { type LockOptions (line 74) | type LockOptions struct method LockKey (line 92) | func (c *Client) LockKey(key string) (*Lock, error) { method LockOpts (line 102) | func (c *Client) LockOpts(opts *LockOptions) (*Lock, error) { FILE: vendor/github.com/hashicorp/consul/api/namespace.go type Namespace (line 13) | type Namespace struct method UnmarshalJSON (line 45) | func (n *Namespace) UnmarshalJSON(data []byte) error { type NamespaceACLConfig (line 65) | type NamespaceACLConfig struct method UnmarshalJSON (line 74) | func (n *NamespaceACLConfig) UnmarshalJSON(data []byte) error { type Namespaces (line 101) | type Namespaces struct method Create (line 110) | func (n *Namespaces) Create(ns *Namespace, q *WriteOptions) (*Namespac... method Update (line 136) | func (n *Namespaces) Update(ns *Namespace, q *WriteOptions) (*Namespac... method Read (line 162) | func (n *Namespaces) Read(name string, q *QueryOptions) (*Namespace, *... method Delete (line 190) | func (n *Namespaces) Delete(name string, q *WriteOptions) (*WriteMeta,... method List (line 206) | func (n *Namespaces) List(q *QueryOptions) ([]*Namespace, *QueryMeta, ... method Namespaces (line 106) | func (c *Client) Namespaces() *Namespaces { FILE: vendor/github.com/hashicorp/consul/api/operator.go type Operator (line 7) | type Operator struct method Operator (line 12) | func (c *Client) Operator() *Operator { FILE: vendor/github.com/hashicorp/consul/api/operator_area.go type Area (line 18) | type Area struct type AreaJoinResponse (line 40) | type AreaJoinResponse struct type SerfMember (line 54) | type SerfMember struct method AreaCreate (line 91) | func (op *Operator) AreaCreate(area *Area, q *WriteOptions) (string, *Wr... method AreaUpdate (line 115) | func (op *Operator) AreaUpdate(areaID string, area *Area, q *WriteOption... method AreaGet (line 139) | func (op *Operator) AreaGet(areaID string, q *QueryOptions) ([]*Area, *Q... method AreaList (line 149) | func (op *Operator) AreaList(q *QueryOptions) ([]*Area, *QueryMeta, erro... method AreaDelete (line 159) | func (op *Operator) AreaDelete(areaID string, q *WriteOptions) (*WriteMe... method AreaJoin (line 178) | func (op *Operator) AreaJoin(areaID string, addresses []string, q *Write... method AreaMembers (line 202) | func (op *Operator) AreaMembers(areaID string, q *QueryOptions) ([]*Serf... FILE: vendor/github.com/hashicorp/consul/api/operator_audit.go type AuditHashRequest (line 9) | type AuditHashRequest struct type AuditHashResponse (line 13) | type AuditHashResponse struct method AuditHash (line 17) | func (op *Operator) AuditHash(a *AuditHashRequest, q *QueryOptions) (*Au... FILE: vendor/github.com/hashicorp/consul/api/operator_autopilot.go type AutopilotConfiguration (line 18) | type AutopilotConfiguration struct function NewAutopilotConfiguration (line 66) | func NewAutopilotConfiguration() AutopilotConfiguration { type ServerHealth (line 82) | type ServerHealth struct type OperatorHealthReply (line 122) | type OperatorHealthReply struct type AutopilotState (line 134) | type AutopilotState struct type AutopilotServer (line 147) | type AutopilotServer struct type AutopilotServerStatus (line 166) | type AutopilotServerStatus constant AutopilotServerNone (line 169) | AutopilotServerNone AutopilotServerStatus = "none" constant AutopilotServerLeader (line 170) | AutopilotServerLeader AutopilotServerStatus = "leader" constant AutopilotServerVoter (line 171) | AutopilotServerVoter AutopilotServerStatus = "voter" constant AutopilotServerNonVoter (line 172) | AutopilotServerNonVoter AutopilotServerStatus = "non-voter" constant AutopilotServerStaging (line 173) | AutopilotServerStaging AutopilotServerStatus = "staging" type AutopilotServerType (line 176) | type AutopilotServerType constant AutopilotTypeVoter (line 179) | AutopilotTypeVoter AutopilotServerType = "voter" constant AutopilotTypeReadReplica (line 180) | AutopilotTypeReadReplica AutopilotServerType = "read-replica" constant AutopilotTypeZoneVoter (line 181) | AutopilotTypeZoneVoter AutopilotServerType = "zone-voter" constant AutopilotTypeZoneExtraVoter (line 182) | AutopilotTypeZoneExtraVoter AutopilotServerType = "zone-extra-voter" constant AutopilotTypeZoneStandby (line 183) | AutopilotTypeZoneStandby AutopilotServerType = "zone-standby" type AutopilotZone (line 186) | type AutopilotZone struct type AutopilotZoneUpgradeVersions (line 192) | type AutopilotZoneUpgradeVersions struct type AutopilotUpgrade (line 199) | type AutopilotUpgrade struct type AutopilotUpgradeStatus (line 211) | type AutopilotUpgradeStatus constant AutopilotUpgradeIdle (line 215) | AutopilotUpgradeIdle AutopilotUpgradeStatus = "idle" constant AutopilotUpgradeAwaitNewVoters (line 220) | AutopilotUpgradeAwaitNewVoters AutopilotUpgradeStatus = "await-new-voters" constant AutopilotUpgradePromoting (line 224) | AutopilotUpgradePromoting AutopilotUpgradeStatus = "promoting" constant AutopilotUpgradeDemoting (line 228) | AutopilotUpgradeDemoting AutopilotUpgradeStatus = "demoting" constant AutopilotUpgradeLeaderTransfer (line 233) | AutopilotUpgradeLeaderTransfer AutopilotUpgradeStatus = "leader-transfer" constant AutopilotUpgradeAwaitNewServers (line 239) | AutopilotUpgradeAwaitNewServers AutopilotUpgradeStatus = "await-new-serv... constant AutopilotUpgradeAwaitServerRemoval (line 243) | AutopilotUpgradeAwaitServerRemoval AutopilotUpgradeStatus = "await-serve... constant AutopilotUpgradeDisabled (line 247) | AutopilotUpgradeDisabled AutopilotUpgradeStatus = "disabled" type ReadableDuration (line 251) | type ReadableDuration method String (line 258) | func (d *ReadableDuration) String() string { method Duration (line 262) | func (d *ReadableDuration) Duration() time.Duration { method MarshalJSON (line 269) | func (d *ReadableDuration) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 273) | func (d *ReadableDuration) UnmarshalJSON(raw []byte) (err error) { function NewReadableDuration (line 253) | func NewReadableDuration(dur time.Duration) *ReadableDuration { method AutopilotGetConfiguration (line 300) | func (op *Operator) AutopilotGetConfiguration(q *QueryOptions) (*Autopil... method AutopilotSetConfiguration (line 321) | func (op *Operator) AutopilotSetConfiguration(conf *AutopilotConfigurati... method AutopilotCASConfiguration (line 339) | func (op *Operator) AutopilotCASConfiguration(conf *AutopilotConfigurati... method AutopilotServerHealth (line 363) | func (op *Operator) AutopilotServerHealth(q *QueryOptions) (*OperatorHea... method AutopilotState (line 386) | func (op *Operator) AutopilotState(q *QueryOptions) (*AutopilotState, er... FILE: vendor/github.com/hashicorp/consul/api/operator_keyring.go type keyringRequest (line 7) | type keyringRequest struct type KeyringResponse (line 12) | type KeyringResponse struct method KeyringInstall (line 39) | func (op *Operator) KeyringInstall(key string, q *WriteOptions) error { method KeyringList (line 57) | func (op *Operator) KeyringList(q *QueryOptions) ([]*KeyringResponse, er... method KeyringRemove (line 77) | func (op *Operator) KeyringRemove(key string, q *WriteOptions) error { method KeyringUse (line 95) | func (op *Operator) KeyringUse(key string, q *WriteOptions) error { FILE: vendor/github.com/hashicorp/consul/api/operator_license.go type License (line 12) | type License struct type LicenseReply (line 52) | type LicenseReply struct method LicenseGet (line 58) | func (op *Operator) LicenseGet(q *QueryOptions) (*LicenseReply, error) { method LicenseGetSigned (line 67) | func (op *Operator) LicenseGetSigned(q *QueryOptions) (string, error) { method LicenseReset (line 93) | func (op *Operator) LicenseReset(opts *WriteOptions) (*LicenseReply, err... method LicensePut (line 115) | func (op *Operator) LicensePut(license string, opts *WriteOptions) (*Lic... FILE: vendor/github.com/hashicorp/consul/api/operator_raft.go type RaftServer (line 7) | type RaftServer struct type RaftConfiguration (line 37) | type RaftConfiguration struct type TransferLeaderResponse (line 46) | type TransferLeaderResponse struct method RaftGetConfiguration (line 51) | func (op *Operator) RaftGetConfiguration(q *QueryOptions) (*RaftConfigur... method RaftLeaderTransfer (line 72) | func (op *Operator) RaftLeaderTransfer(id string, q *QueryOptions) (*Tra... method RaftRemovePeerByAddress (line 98) | func (op *Operator) RaftRemovePeerByAddress(address string, q *WriteOpti... method RaftRemovePeerByID (line 117) | func (op *Operator) RaftRemovePeerByID(id string, q *WriteOptions) error { FILE: vendor/github.com/hashicorp/consul/api/operator_segment.go method SegmentList (line 7) | func (op *Operator) SegmentList(q *QueryOptions) ([]string, *QueryMeta, ... FILE: vendor/github.com/hashicorp/consul/api/operator_usage.go type Usage (line 6) | type Usage struct type ServiceUsage (line 12) | type ServiceUsage struct method Usage (line 36) | func (op *Operator) Usage(q *QueryOptions) (*Usage, *QueryMeta, error) { FILE: vendor/github.com/hashicorp/consul/api/partition.go type Partition (line 13) | type Partition struct constant PartitionDefaultName (line 33) | PartitionDefaultName = "default" type Partitions (line 36) | type Partitions struct method Create (line 45) | func (p *Partitions) Create(ctx context.Context, partition *Partition,... method Update (line 72) | func (p *Partitions) Update(ctx context.Context, partition *Partition,... method Read (line 99) | func (p *Partitions) Read(ctx context.Context, name string, q *QueryOp... method Delete (line 128) | func (p *Partitions) Delete(ctx context.Context, name string, q *Write... method List (line 145) | func (p *Partitions) List(ctx context.Context, q *QueryOptions) ([]*Pa... method Partitions (line 41) | func (c *Client) Partitions() *Partitions { FILE: vendor/github.com/hashicorp/consul/api/peering.go type PeeringState (line 13) | type PeeringState constant PeeringStateUndefined (line 18) | PeeringStateUndefined PeeringState = "UNDEFINED" constant PeeringStatePending (line 23) | PeeringStatePending PeeringState = "PENDING" constant PeeringStateEstablishing (line 27) | PeeringStateEstablishing PeeringState = "ESTABLISHING" constant PeeringStateActive (line 31) | PeeringStateActive PeeringState = "ACTIVE" constant PeeringStateFailing (line 35) | PeeringStateFailing PeeringState = "FAILING" constant PeeringStateDeleting (line 39) | PeeringStateDeleting PeeringState = "DELETING" constant PeeringStateTerminated (line 42) | PeeringStateTerminated PeeringState = "TERMINATED" type PeeringRemoteInfo (line 45) | type PeeringRemoteInfo struct type Locality (line 54) | type Locality struct type Peering (line 62) | type Peering struct type PeeringStreamStatus (line 95) | type PeeringStreamStatus struct type PeeringReadResponse (line 108) | type PeeringReadResponse struct type PeeringGenerateTokenRequest (line 112) | type PeeringGenerateTokenRequest struct type PeeringGenerateTokenResponse (line 125) | type PeeringGenerateTokenResponse struct type PeeringEstablishRequest (line 131) | type PeeringEstablishRequest struct type PeeringEstablishResponse (line 142) | type PeeringEstablishResponse struct type PeeringListRequest (line 145) | type PeeringListRequest struct type Peerings (line 149) | type Peerings struct method Read (line 158) | func (p *Peerings) Read(ctx context.Context, name string, q *QueryOpti... method Delete (line 193) | func (p *Peerings) Delete(ctx context.Context, name string, q *WriteOp... method GenerateToken (line 216) | func (p *Peerings) GenerateToken(ctx context.Context, g PeeringGenerat... method Establish (line 246) | func (p *Peerings) Establish(ctx context.Context, i PeeringEstablishRe... method List (line 271) | func (p *Peerings) List(ctx context.Context, q *QueryOptions) ([]*Peer... method Peerings (line 154) | func (c *Client) Peerings() *Peerings { FILE: vendor/github.com/hashicorp/consul/api/prepared_query.go type QueryFailoverOptions (line 8) | type QueryFailoverOptions struct type QueryFailoverTarget (line 26) | type QueryFailoverTarget struct type QueryDNSOptions (line 43) | type QueryDNSOptions struct type ServiceQuery (line 50) | type ServiceQuery struct type QueryTemplate (line 110) | type QueryTemplate struct type PreparedQueryDefinition (line 127) | type PreparedQueryDefinition struct type PreparedQueryExecuteResponse (line 161) | type PreparedQueryExecuteResponse struct type PreparedQuery (line 183) | type PreparedQuery struct method Create (line 193) | func (c *PreparedQuery) Create(query *PreparedQueryDefinition, q *Writ... method Update (line 217) | func (c *PreparedQuery) Update(query *PreparedQueryDefinition, q *Writ... method List (line 223) | func (c *PreparedQuery) List(q *QueryOptions) ([]*PreparedQueryDefinit... method Get (line 233) | func (c *PreparedQuery) Get(queryID string, q *QueryOptions) ([]*Prepa... method Delete (line 243) | func (c *PreparedQuery) Delete(queryID string, q *WriteOptions) (*Writ... method Execute (line 262) | func (c *PreparedQuery) Execute(queryIDOrName string, q *QueryOptions)... method PreparedQuery (line 188) | func (c *Client) PreparedQuery() *PreparedQuery { FILE: vendor/github.com/hashicorp/consul/api/raw.go type Raw (line 7) | type Raw struct method Query (line 19) | func (raw *Raw) Query(endpoint string, out interface{}, q *QueryOption... method Write (line 25) | func (raw *Raw) Write(endpoint string, in, out interface{}, q *WriteOp... method Raw (line 12) | func (c *Client) Raw() *Raw { FILE: vendor/github.com/hashicorp/consul/api/semaphore.go constant DefaultSemaphoreSessionName (line 16) | DefaultSemaphoreSessionName = "Consul API Semaphore" constant DefaultSemaphoreSessionTTL (line 21) | DefaultSemaphoreSessionTTL = "15s" constant DefaultSemaphoreWaitTime (line 26) | DefaultSemaphoreWaitTime = 15 * time.Second constant DefaultSemaphoreKey (line 30) | DefaultSemaphoreKey = ".lock" constant SemaphoreFlagValue (line 35) | SemaphoreFlagValue = 0xe0f69a2baa414de0 type Semaphore (line 57) | type Semaphore struct method Acquire (line 149) | func (s *Semaphore) Acquire(stopCh <-chan struct{}) (<-chan struct{}, ... method Release (line 280) | func (s *Semaphore) Release() error { method Destroy (line 353) | func (s *Semaphore) Destroy() error { method createSession (line 408) | func (s *Semaphore) createSession() (string, error) { method contenderEntry (line 425) | func (s *Semaphore) contenderEntry(session string) *KVPair { method findLock (line 435) | func (s *Semaphore) findLock(pairs KVPairs) *KVPair { method decodeLock (line 447) | func (s *Semaphore) decodeLock(pair *KVPair) (*semaphoreLock, error) { method encodeLock (line 465) | func (s *Semaphore) encodeLock(l *semaphoreLock, oldIndex uint64) (*KV... method pruneDeadHolders (line 480) | func (s *Semaphore) pruneDeadHolders(lock *semaphoreLock, pairs KVPair... method monitorLock (line 499) | func (s *Semaphore) monitorLock(session string, stopCh chan struct{}) { type SemaphoreOptions (line 68) | type SemaphoreOptions struct type semaphoreLock (line 84) | type semaphoreLock struct method SemaphorePrefix (line 98) | func (c *Client) SemaphorePrefix(prefix string, limit int) (*Semaphore, ... method SemaphoreOpts (line 109) | func (c *Client) SemaphoreOpts(opts *SemaphoreOptions) (*Semaphore, erro... FILE: vendor/github.com/hashicorp/consul/api/session.go constant SessionBehaviorRelease (line 15) | SessionBehaviorRelease = "release" constant SessionBehaviorDelete (line 20) | SessionBehaviorDelete = "delete" type SessionEntry (line 26) | type SessionEntry struct type ServiceCheck (line 45) | type ServiceCheck struct type Session (line 51) | type Session struct method CreateNoChecks (line 62) | func (s *Session) CreateNoChecks(se *SessionEntry, q *WriteOptions) (s... method Create (line 88) | func (s *Session) Create(se *SessionEntry, q *WriteOptions) (string, *... method create (line 121) | func (s *Session) create(obj interface{}, q *WriteOptions) (string, *W... method Destroy (line 131) | func (s *Session) Destroy(id string, q *WriteOptions) (*WriteMeta, err... method Renew (line 140) | func (s *Session) Renew(id string, q *WriteOptions) (*SessionEntry, *W... method RenewPeriodic (line 170) | func (s *Session) RenewPeriodic(initialTTL string, id string, q *Write... method Info (line 216) | func (s *Session) Info(id string, q *QueryOptions) (*SessionEntry, *Qu... method Node (line 229) | func (s *Session) Node(node string, q *QueryOptions) ([]*SessionEntry,... method List (line 239) | func (s *Session) List(q *QueryOptions) ([]*SessionEntry, *QueryMeta, ... method Session (line 56) | func (c *Client) Session() *Session { FILE: vendor/github.com/hashicorp/consul/api/snapshot.go type Snapshot (line 12) | type Snapshot struct method Save (line 25) | func (s *Snapshot) Save(q *QueryOptions) (io.ReadCloser, *QueryMeta, e... method Restore (line 44) | func (s *Snapshot) Restore(q *WriteOptions, in io.Reader) error { method Snapshot (line 17) | func (c *Client) Snapshot() *Snapshot { FILE: vendor/github.com/hashicorp/consul/api/status.go type Status (line 7) | type Status struct method LeaderWithQueryOptions (line 17) | func (s *Status) LeaderWithQueryOptions(q *QueryOptions) (string, erro... method Leader (line 40) | func (s *Status) Leader() (string, error) { method PeersWithQueryOptions (line 45) | func (s *Status) PeersWithQueryOptions(q *QueryOptions) ([]string, err... method Peers (line 68) | func (s *Status) Peers() ([]string, error) { method Status (line 12) | func (c *Client) Status() *Status { FILE: vendor/github.com/hashicorp/consul/api/txn.go type Txn (line 14) | type Txn struct method Txn (line 216) | func (t *Txn) Txn(txn TxnOps, q *QueryOptions) (bool, *TxnResponse, *Q... method Txn (line 19) | func (c *Client) Txn() *Txn { type TxnOp (line 25) | type TxnOp struct type TxnOps (line 33) | type TxnOps type TxnResult (line 36) | type TxnResult struct type TxnResults (line 44) | type TxnResults type TxnError (line 47) | type TxnError struct type TxnErrors (line 53) | type TxnErrors type TxnResponse (line 56) | type TxnResponse struct type KVOp (line 62) | type KVOp constant KVSet (line 65) | KVSet KVOp = "set" constant KVDelete (line 66) | KVDelete KVOp = "delete" constant KVDeleteCAS (line 67) | KVDeleteCAS KVOp = "delete-cas" constant KVDeleteTree (line 68) | KVDeleteTree KVOp = "delete-tree" constant KVCAS (line 69) | KVCAS KVOp = "cas" constant KVLock (line 70) | KVLock KVOp = "lock" constant KVUnlock (line 71) | KVUnlock KVOp = "unlock" constant KVGet (line 72) | KVGet KVOp = "get" constant KVGetOrEmpty (line 73) | KVGetOrEmpty KVOp = "get-or-empty" constant KVGetTree (line 74) | KVGetTree KVOp = "get-tree" constant KVCheckSession (line 75) | KVCheckSession KVOp = "check-session" constant KVCheckIndex (line 76) | KVCheckIndex KVOp = "check-index" constant KVCheckNotExists (line 77) | KVCheckNotExists KVOp = "check-not-exists" type KVTxnOp (line 81) | type KVTxnOp struct type KVTxnOps (line 94) | type KVTxnOps type KVTxnResponse (line 97) | type KVTxnResponse struct type SessionOp (line 103) | type SessionOp constant SessionDelete (line 106) | SessionDelete SessionOp = "delete" type SessionTxnOp (line 110) | type SessionTxnOp struct type NodeOp (line 116) | type NodeOp constant NodeGet (line 119) | NodeGet NodeOp = "get" constant NodeSet (line 120) | NodeSet NodeOp = "set" constant NodeCAS (line 121) | NodeCAS NodeOp = "cas" constant NodeDelete (line 122) | NodeDelete NodeOp = "delete" constant NodeDeleteCAS (line 123) | NodeDeleteCAS NodeOp = "delete-cas" type NodeTxnOp (line 127) | type NodeTxnOp struct type ServiceOp (line 133) | type ServiceOp constant ServiceGet (line 136) | ServiceGet ServiceOp = "get" constant ServiceSet (line 137) | ServiceSet ServiceOp = "set" constant ServiceCAS (line 138) | ServiceCAS ServiceOp = "cas" constant ServiceDelete (line 139) | ServiceDelete ServiceOp = "delete" constant ServiceDeleteCAS (line 140) | ServiceDeleteCAS ServiceOp = "delete-cas" type ServiceTxnOp (line 144) | type ServiceTxnOp struct type CheckOp (line 151) | type CheckOp constant CheckGet (line 154) | CheckGet CheckOp = "get" constant CheckSet (line 155) | CheckSet CheckOp = "set" constant CheckCAS (line 156) | CheckCAS CheckOp = "cas" constant CheckDelete (line 157) | CheckDelete CheckOp = "delete" constant CheckDeleteCAS (line 158) | CheckDeleteCAS CheckOp = "delete-cas" type CheckTxnOp (line 162) | type CheckTxnOp struct method txn (line 220) | func (c *Client) txn(txn TxnOps, q *QueryOptions) (bool, *TxnResponse, *... FILE: vendor/github.com/hashicorp/errwrap/errwrap.go type WalkFunc (line 15) | type WalkFunc type Wrapper (line 24) | type Wrapper interface function Wrap (line 34) | func Wrap(outer, inner error) error { function Wrapf (line 49) | func Wrapf(format string, err error) error { function Contains (line 64) | func Contains(err error, msg string) bool { function ContainsType (line 71) | func ContainsType(err error, v interface{}) bool { function Get (line 76) | func Get(err error, msg string) error { function GetType (line 86) | func GetType(err error, v interface{}) error { function GetAll (line 98) | func GetAll(err error, msg string) []error { function GetAllType (line 113) | func GetAllType(err error, v interface{}) []error { function Walk (line 138) | func Walk(err error, cb WalkFunc) { type wrappedError (line 163) | type wrappedError struct method Error (line 168) | func (w *wrappedError) Error() string { method WrappedErrors (line 172) | func (w *wrappedError) WrappedErrors() []error { method Unwrap (line 176) | func (w *wrappedError) Unwrap() error { FILE: vendor/github.com/hashicorp/go-cleanhttp/cleanhttp.go function DefaultTransport (line 12) | func DefaultTransport() *http.Transport { function DefaultPooledTransport (line 23) | func DefaultPooledTransport() *http.Transport { function DefaultClient (line 44) | func DefaultClient() *http.Client { function DefaultPooledClient (line 54) | func DefaultPooledClient() *http.Client { FILE: vendor/github.com/hashicorp/go-cleanhttp/handlers.go type HandlerInput (line 10) | type HandlerInput struct function PrintablePathCheckHandler (line 16) | func PrintablePathCheckHandler(next http.Handler, input *HandlerInput) h... FILE: vendor/github.com/hashicorp/go-hclog/colorize_unix.go type hasFD (line 15) | type hasFD interface method setColorization (line 22) | func (l *intLogger) setColorization(opts *LoggerOptions) { FILE: vendor/github.com/hashicorp/go-hclog/colorize_windows.go method setColorization (line 18) | func (l *intLogger) setColorization(opts *LoggerOptions) { FILE: vendor/github.com/hashicorp/go-hclog/context.go function WithContext (line 14) | func WithContext(ctx context.Context, logger Logger, args ...interface{}... function FromContext (line 28) | func FromContext(ctx context.Context) Logger { type contextKeyType (line 38) | type contextKeyType struct FILE: vendor/github.com/hashicorp/go-hclog/exclude.go type ExcludeByMessage (line 21) | type ExcludeByMessage struct method Add (line 27) | func (f *ExcludeByMessage) Add(msg string) { method Exclude (line 36) | func (f *ExcludeByMessage) Exclude(level Level, msg string, args ...in... type ExcludeByPrefix (line 42) | type ExcludeByPrefix method Exclude (line 45) | func (p ExcludeByPrefix) Exclude(level Level, msg string, args ...inte... type ExcludeByRegexp (line 51) | type ExcludeByRegexp struct method Exclude (line 56) | func (e ExcludeByRegexp) Exclude(level Level, msg string, args ...inte... type ExcludeFuncs (line 63) | type ExcludeFuncs method Exclude (line 66) | func (ff ExcludeFuncs) Exclude(level Level, msg string, args ...interf... FILE: vendor/github.com/hashicorp/go-hclog/global.go function Default (line 35) | func Default() Logger { function L (line 48) | func L() Logger { function SetDefault (line 63) | func SetDefault(log Logger) Logger { FILE: vendor/github.com/hashicorp/go-hclog/interceptlogger.go type interceptLogger (line 15) | type interceptLogger struct method Log (line 41) | func (i *interceptLogger) Log(level Level, msg string, args ...interfa... method log (line 49) | func (i *interceptLogger) log(level Level, msg string, args ...interfa... method Trace (line 63) | func (i *interceptLogger) Trace(msg string, args ...interface{}) { method Debug (line 68) | func (i *interceptLogger) Debug(msg string, args ...interface{}) { method Info (line 73) | func (i *interceptLogger) Info(msg string, args ...interface{}) { method Warn (line 78) | func (i *interceptLogger) Warn(msg string, args ...interface{}) { method Error (line 83) | func (i *interceptLogger) Error(msg string, args ...interface{}) { method retrieveImplied (line 87) | func (i *interceptLogger) retrieveImplied(args ...interface{}) []inter... method Named (line 100) | func (i *interceptLogger) Named(name string) Logger { method ResetNamed (line 108) | func (i *interceptLogger) ResetNamed(name string) Logger { method NamedIntercept (line 115) | func (i *interceptLogger) NamedIntercept(name string) InterceptLogger { method ResetNamedIntercept (line 127) | func (i *interceptLogger) ResetNamedIntercept(name string) InterceptLo... method With (line 138) | func (i *interceptLogger) With(args ...interface{}) Logger { method RegisterSink (line 149) | func (i *interceptLogger) RegisterSink(sink SinkAdapter) { method DeregisterSink (line 159) | func (i *interceptLogger) DeregisterSink(sink SinkAdapter) { method StandardLoggerIntercept (line 168) | func (i *interceptLogger) StandardLoggerIntercept(opts *StandardLogger... method StandardLogger (line 172) | func (i *interceptLogger) StandardLogger(opts *StandardLoggerOptions) ... method StandardWriterIntercept (line 180) | func (i *interceptLogger) StandardWriterIntercept(opts *StandardLogger... method StandardWriter (line 184) | func (i *interceptLogger) StandardWriter(opts *StandardLoggerOptions) ... method ResetOutput (line 193) | func (i *interceptLogger) ResetOutput(opts *LoggerOptions) error { method ResetOutputWithFlush (line 201) | func (i *interceptLogger) ResetOutputWithFlush(opts *LoggerOptions, fl... function NewInterceptLogger (line 23) | func NewInterceptLogger(opts *LoggerOptions) InterceptLogger { FILE: vendor/github.com/hashicorp/go-hclog/intlogger.go constant TimeFormat (line 30) | TimeFormat = "2006-01-02T15:04:05.000Z0700" constant TimeFormatJSON (line 34) | TimeFormatJSON = "2006-01-02T15:04:05.000000Z07:00" constant errJsonUnsupportedTypeMsg (line 37) | errJsonUnsupportedTypeMsg = "logging contained values that don't seriali... function init (line 63) | func init() { type intLogger (line 82) | type intLogger struct method log (line 223) | func (l *intLogger) log(name string, level Level, msg string, args ...... method logPlain (line 304) | func (l *intLogger) logPlain(t time.Time, name string, level Level, ms... method renderSlice (line 586) | func (l *intLogger) renderSlice(v reflect.Value) string { method logJSON (line 623) | func (l *intLogger) logJSON(t time.Time, name string, level Level, msg... method jsonMapEntry (line 678) | func (l intLogger) jsonMapEntry(t time.Time, name string, level Level,... method Log (line 717) | func (l *intLogger) Log(level Level, msg string, args ...interface{}) { method Debug (line 722) | func (l *intLogger) Debug(msg string, args ...interface{}) { method Trace (line 727) | func (l *intLogger) Trace(msg string, args ...interface{}) { method Info (line 732) | func (l *intLogger) Info(msg string, args ...interface{}) { method Warn (line 737) | func (l *intLogger) Warn(msg string, args ...interface{}) { method Error (line 742) | func (l *intLogger) Error(msg string, args ...interface{}) { method IsTrace (line 747) | func (l *intLogger) IsTrace() bool { method IsDebug (line 752) | func (l *intLogger) IsDebug() bool { method IsInfo (line 757) | func (l *intLogger) IsInfo() bool { method IsWarn (line 762) | func (l *intLogger) IsWarn() bool { method IsError (line 767) | func (l *intLogger) IsError() bool { method With (line 776) | func (l *intLogger) With(args ...interface{}) Logger { method Named (line 823) | func (l *intLogger) Named(name string) Logger { method ResetNamed (line 838) | func (l *intLogger) ResetNamed(name string) Logger { method ResetOutput (line 846) | func (l *intLogger) ResetOutput(opts *LoggerOptions) error { method ResetOutputWithFlush (line 857) | func (l *intLogger) ResetOutputWithFlush(opts *LoggerOptions, flushabl... method resetOutput (line 875) | func (l *intLogger) resetOutput(opts *LoggerOptions) error { method SetLevel (line 883) | func (l *intLogger) SetLevel(level Level) { method searchLevelPtr (line 897) | func (l *intLogger) searchLevelPtr() *int32 { method GetLevel (line 917) | func (l *intLogger) GetLevel() Level { method StandardLogger (line 945) | func (l *intLogger) StandardLogger(opts *StandardLoggerOptions) *log.L... method StandardWriter (line 953) | func (l *intLogger) StandardWriter(opts *StandardLoggerOptions) io.Wri... method Accept (line 970) | func (i *intLogger) Accept(name string, level Level, msg string, args ... method ImpliedArgs (line 975) | func (i *intLogger) ImpliedArgs() []interface{} { method Name (line 980) | func (i *intLogger) Name() string { method copy (line 986) | func (l *intLogger) copy() *intLogger { function New (line 121) | func New(opts *LoggerOptions) Logger { function NewSinkAdapter (line 127) | func NewSinkAdapter(opts *LoggerOptions) SinkAdapter { function newLogger (line 136) | func newLogger(opts *LoggerOptions) *intLogger { function identityHook (line 213) | func identityHook(logger Logger) Logger { constant offsetIntLogger (line 219) | offsetIntLogger = 3 function trimCallerPath (line 247) | func trimCallerPath(path string) string { function isNormal (line 277) | func isNormal(r rune) bool { function needsQuoting (line 283) | func needsQuoting(str string) bool { function writeIndent (line 488) | func writeIndent(w *writer, str string, indent string) { function needsEscaping (line 507) | func needsEscaping(str string) bool { constant lowerhex (line 518) | lowerhex = "0123456789abcdef" function writeEscapedForOutput (line 527) | func writeEscapedForOutput(w io.Writer, str string, escapeQuotes bool) { constant MissingKey (line 771) | MissingKey = "EXTRA_VALUE_AT_END" FILE: vendor/github.com/hashicorp/go-hclog/logger.go type Level (line 23) | type Level method String (line 126) | func (l Level) String() string { constant NoLevel (line 28) | NoLevel Level = 0 constant Trace (line 32) | Trace Level = 1 constant Debug (line 35) | Debug Level = 2 constant Info (line 38) | Info Level = 3 constant Warn (line 41) | Warn Level = 4 constant Error (line 44) | Error Level = 5 constant Off (line 47) | Off Level = 6 type Format (line 54) | type Format function Fmt (line 58) | func Fmt(str string, args ...interface{}) Format { type Hex (line 64) | type Hex type Octal (line 68) | type Octal type Binary (line 72) | type Binary type Quote (line 78) | type Quote type ColorOption (line 81) | type ColorOption constant ColorOff (line 86) | ColorOff ColorOption = iota constant AutoColor (line 89) | AutoColor constant ForceColor (line 92) | ForceColor type SupportsColor (line 98) | type SupportsColor interface function LevelFromString (line 105) | func LevelFromString(levelStr string) Level { type Logger (line 148) | type Logger interface type StandardLoggerOptions (line 222) | type StandardLoggerOptions struct type LoggerOptions (line 249) | type LoggerOptions struct type InterceptLogger (line 338) | type InterceptLogger interface type SinkAdapter (line 368) | type SinkAdapter interface type Flushable (line 375) | type Flushable interface type OutputResettable (line 380) | type OutputResettable interface type Locker (line 393) | type Locker interface type NoopLocker (line 404) | type NoopLocker struct method Lock (line 407) | func (n NoopLocker) Lock() {} method Unlock (line 410) | func (n NoopLocker) Unlock() {} FILE: vendor/github.com/hashicorp/go-hclog/nulllogger.go function NewNullLogger (line 15) | func NewNullLogger() Logger { type nullLogger (line 19) | type nullLogger struct method Log (line 21) | func (l *nullLogger) Log(level Level, msg string, args ...interface{}) {} method Trace (line 23) | func (l *nullLogger) Trace(msg string, args ...interface{}) {} method Debug (line 25) | func (l *nullLogger) Debug(msg string, args ...interface{}) {} method Info (line 27) | func (l *nullLogger) Info(msg string, args ...interface{}) {} method Warn (line 29) | func (l *nullLogger) Warn(msg string, args ...interface{}) {} method Error (line 31) | func (l *nullLogger) Error(msg string, args ...interface{}) {} method IsTrace (line 33) | func (l *nullLogger) IsTrace() bool { return false } method IsDebug (line 35) | func (l *nullLogger) IsDebug() bool { return false } method IsInfo (line 37) | func (l *nullLogger) IsInfo() bool { return false } method IsWarn (line 39) | func (l *nullLogger) IsWarn() bool { return false } method IsError (line 41) | func (l *nullLogger) IsError() bool { return false } method ImpliedArgs (line 43) | func (l *nullLogger) ImpliedArgs() []interface{} { return []interface{... method With (line 45) | func (l *nullLogger) With(args ...interface{}) Logger { return l } method Name (line 47) | func (l *nullLogger) Name() string { return "" } method Named (line 49) | func (l *nullLogger) Named(name string) Logger { return l } method ResetNamed (line 51) | func (l *nullLogger) ResetNamed(name string) Logger { return l } method SetLevel (line 53) | func (l *nullLogger) SetLevel(level Level) {} method GetLevel (line 55) | func (l *nullLogger) GetLevel() Level { return NoLevel } method StandardLogger (line 57) | func (l *nullLogger) StandardLogger(opts *StandardLoggerOptions) *log.... method StandardWriter (line 61) | func (l *nullLogger) StandardWriter(opts *StandardLoggerOptions) io.Wr... FILE: vendor/github.com/hashicorp/go-hclog/stacktrace.go type CapturedStacktrace (line 46) | type CapturedStacktrace function Stacktrace (line 50) | func Stacktrace() CapturedStacktrace { function takeStacktrace (line 54) | func takeStacktrace() string { function shouldIgnoreStacktraceFunction (line 94) | func shouldIgnoreStacktraceFunction(function string) bool { type programCounters (line 103) | type programCounters struct function newProgramCounters (line 107) | func newProgramCounters(size int) *programCounters { FILE: vendor/github.com/hashicorp/go-hclog/stdlog.go type stdlogAdapter (line 20) | type stdlogAdapter struct method Write (line 29) | func (s *stdlogAdapter) Write(data []byte) (int, error) { method dispatch (line 53) | func (s *stdlogAdapter) dispatch(str string, level Level) { method pickLevel (line 71) | func (s *stdlogAdapter) pickLevel(str string) (Level, string) { method trimTimestamp (line 90) | func (s *stdlogAdapter) trimTimestamp(str string) string { type logWriter (line 95) | type logWriter struct method Write (line 99) | func (l *logWriter) Write(b []byte) (int, error) { function FromStandardLogger (line 105) | func FromStandardLogger(l *log.Logger, opts *LoggerOptions) Logger { FILE: vendor/github.com/hashicorp/go-hclog/writer.go type writer (line 11) | type writer struct method Flush (line 21) | func (w *writer) Flush(level Level) (err error) { method Write (line 38) | func (w *writer) Write(p []byte) (int, error) { method WriteByte (line 42) | func (w *writer) WriteByte(c byte) error { method WriteString (line 46) | func (w *writer) WriteString(s string) (int, error) { function newWriter (line 17) | func newWriter(w io.Writer, color ColorOption) *writer { type LevelWriter (line 51) | type LevelWriter interface type LeveledWriter (line 57) | type LeveledWriter struct method Write (line 74) | func (lw *LeveledWriter) Write(p []byte) (int, error) { method LevelWrite (line 79) | func (lw *LeveledWriter) LevelWrite(level Level, p []byte) (int, error) { function NewLeveledWriter (line 66) | func NewLeveledWriter(standard io.Writer, overrides map[Level]io.Writer)... FILE: vendor/github.com/hashicorp/go-immutable-radix/edges.go type edges (line 5) | type edges method Len (line 7) | func (e edges) Len() int { method Less (line 11) | func (e edges) Less(i, j int) bool { method Swap (line 15) | func (e edges) Swap(i, j int) { method Sort (line 19) | func (e edges) Sort() { FILE: vendor/github.com/hashicorp/go-immutable-radix/iradix.go constant defaultModifiedCache (line 18) | defaultModifiedCache = 8192 type Tree (line 26) | type Tree struct method Len (line 42) | func (t *Tree) Len() int { method Txn (line 80) | func (t *Tree) Txn() *Txn { method Insert (line 620) | func (t *Tree) Insert(k []byte, v interface{}) (*Tree, interface{}, bo... method Delete (line 628) | func (t *Tree) Delete(k []byte) (*Tree, interface{}, bool) { method DeletePrefix (line 636) | func (t *Tree) DeletePrefix(k []byte) (*Tree, bool) { method Root (line 644) | func (t *Tree) Root() *Node { method Get (line 650) | func (t *Tree) Get(k []byte) (interface{}, bool) { function New (line 32) | func New() *Tree { type Txn (line 49) | type Txn struct method Clone (line 91) | func (t *Txn) Clone() *Txn { method TrackMutate (line 106) | func (t *Txn) TrackMutate(track bool) { method trackChannel (line 114) | func (t *Txn) trackChannel(ch chan struct{}) { method writeNode (line 146) | func (t *Txn) writeNode(n *Node, forLeafUpdate bool) *Node { method trackChannelsAndCount (line 202) | func (t *Txn) trackChannelsAndCount(n *Node) int { method mergeChild (line 227) | func (t *Txn) mergeChild(n *Node) { method insert (line 249) | func (t *Txn) insert(n *Node, k, search []byte, v interface{}) (*Node,... method delete (line 349) | func (t *Txn) delete(parent, n *Node, search []byte) (*Node, *leafNode) { method deletePrefix (line 405) | func (t *Txn) deletePrefix(parent, n *Node, search []byte) (*Node, int) { method Insert (line 456) | func (t *Txn) Insert(k []byte, v interface{}) (interface{}, bool) { method Delete (line 469) | func (t *Txn) Delete(k []byte) (interface{}, bool) { method DeletePrefix (line 483) | func (t *Txn) DeletePrefix(prefix []byte) bool { method Root (line 497) | func (t *Txn) Root() *Node { method Get (line 503) | func (t *Txn) Get(k []byte) (interface{}, bool) { method GetWatch (line 509) | func (t *Txn) GetWatch(k []byte) (<-chan struct{}, interface{}, bool) { method Commit (line 515) | func (t *Txn) Commit() *Tree { method CommitOnly (line 525) | func (t *Txn) CommitOnly() *Tree { method slowNotify (line 534) | func (t *Txn) slowNotify() { method Notify (line 597) | func (t *Txn) Notify() { function longestPrefix (line 656) | func longestPrefix(k1, k2 []byte) int { function concat (line 671) | func concat(a, b []byte) []byte { FILE: vendor/github.com/hashicorp/go-immutable-radix/iter.go type Iterator (line 9) | type Iterator struct method SeekPrefixWatch (line 16) | func (i *Iterator) SeekPrefixWatch(prefix []byte) (watch <-chan struct... method SeekPrefix (line 54) | func (i *Iterator) SeekPrefix(prefix []byte) { method recurseMin (line 58) | func (i *Iterator) recurseMin(n *Node) *Node { method SeekLowerBound (line 80) | func (i *Iterator) SeekLowerBound(key []byte) { method Next (line 171) | func (i *Iterator) Next() ([]byte, interface{}, bool) { FILE: vendor/github.com/hashicorp/go-immutable-radix/node.go type WalkFn (line 11) | type WalkFn type leafNode (line 14) | type leafNode struct type edge (line 21) | type edge struct type Node (line 27) | type Node struct method isLeaf (line 43) | func (n *Node) isLeaf() bool { method addEdge (line 47) | func (n *Node) addEdge(e edge) { method replaceEdge (line 59) | func (n *Node) replaceEdge(e edge) { method getEdge (line 71) | func (n *Node) getEdge(label byte) (int, *Node) { method getLowerBoundEdge (line 82) | func (n *Node) getLowerBoundEdge(label byte) (int, *Node) { method delEdge (line 94) | func (n *Node) delEdge(label byte) { method GetWatch (line 106) | func (n *Node) GetWatch(k []byte) (<-chan struct{}, interface{}, bool) { method Get (line 137) | func (n *Node) Get(k []byte) (interface{}, bool) { method LongestPrefix (line 144) | func (n *Node) LongestPrefix(k []byte) ([]byte, interface{}, bool) { method Minimum (line 178) | func (n *Node) Minimum() ([]byte, interface{}, bool) { method Maximum (line 193) | func (n *Node) Maximum() ([]byte, interface{}, bool) { method Iterator (line 210) | func (n *Node) Iterator() *Iterator { method ReverseIterator (line 216) | func (n *Node) ReverseIterator() *ReverseIterator { method rawIterator (line 222) | func (n *Node) rawIterator() *rawIterator { method Walk (line 229) | func (n *Node) Walk(fn WalkFn) { method WalkBackwards (line 234) | func (n *Node) WalkBackwards(fn WalkFn) { method WalkPrefix (line 239) | func (n *Node) WalkPrefix(prefix []byte, fn WalkFn) { method WalkPath (line 272) | func (n *Node) WalkPath(path []byte, fn WalkFn) { function recursiveWalk (line 302) | func recursiveWalk(n *Node, fn WalkFn) bool { function reverseRecursiveWalk (line 320) | func reverseRecursiveWalk(n *Node, fn WalkFn) bool { FILE: vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go type rawIterator (line 6) | type rawIterator struct method Front (line 29) | func (i *rawIterator) Front() *Node { method Path (line 35) | func (i *rawIterator) Path() string { method Next (line 40) | func (i *rawIterator) Next() { type rawStackEntry (line 23) | type rawStackEntry struct FILE: vendor/github.com/hashicorp/go-immutable-radix/reverse_iter.go type ReverseIterator (line 9) | type ReverseIterator struct method SeekPrefixWatch (line 32) | func (ri *ReverseIterator) SeekPrefixWatch(prefix []byte) (watch <-cha... method SeekPrefix (line 37) | func (ri *ReverseIterator) SeekPrefix(prefix []byte) { method SeekReverseLowerBound (line 45) | func (ri *ReverseIterator) SeekReverseLowerBound(key []byte) { method Previous (line 184) | func (ri *ReverseIterator) Previous() ([]byte, interface{}, bool) { function NewReverseIterator (line 24) | func NewReverseIterator(n *Node) *ReverseIterator { FILE: vendor/github.com/hashicorp/go-multierror/append.go function Append (line 11) | func Append(err error, errs ...error) *Error { FILE: vendor/github.com/hashicorp/go-multierror/flatten.go function Flatten (line 5) | func Flatten(err error) error { function flatten (line 17) | func flatten(err error, flatErr *Error) { FILE: vendor/github.com/hashicorp/go-multierror/format.go type ErrorFormatFunc (line 10) | type ErrorFormatFunc function ListFormatFunc (line 14) | func ListFormatFunc(es []error) string { FILE: vendor/github.com/hashicorp/go-multierror/group.go type Group (line 7) | type Group struct method Go (line 17) | func (g *Group) Go(f func() error) { method Wait (line 33) | func (g *Group) Wait() *Error { FILE: vendor/github.com/hashicorp/go-multierror/multierror.go type Error (line 10) | type Error struct method Error (line 15) | func (e *Error) Error() string { method ErrorOrNil (line 28) | func (e *Error) ErrorOrNil() error { method GoString (line 39) | func (e *Error) GoString() string { method WrappedErrors (line 50) | func (e *Error) WrappedErrors() []error { method Unwrap (line 68) | func (e *Error) Unwrap() error { type chain (line 96) | type chain method Error (line 99) | func (e chain) Error() string { method Unwrap (line 105) | func (e chain) Unwrap() error { method As (line 114) | func (e chain) As(target interface{}) bool { method Is (line 119) | func (e chain) Is(target error) bool { FILE: vendor/github.com/hashicorp/go-multierror/prefix.go function Prefix (line 15) | func Prefix(err error, prefix string) error { FILE: vendor/github.com/hashicorp/go-multierror/sort.go method Len (line 4) | func (err Error) Len() int { method Swap (line 9) | func (err Error) Swap(i, j int) { method Less (line 14) | func (err Error) Less(i, j int) bool { FILE: vendor/github.com/hashicorp/go-retryablehttp/client.go type ReaderFunc (line 83) | type ReaderFunc type ResponseHandlerFunc (line 95) | type ResponseHandlerFunc type LenReader (line 99) | type LenReader interface type Request (line 104) | type Request struct method WithContext (line 118) | func (r *Request) WithContext(ctx context.Context) *Request { method SetResponseHandler (line 127) | func (r *Request) SetResponseHandler(fn ResponseHandlerFunc) { method BodyBytes (line 137) | func (r *Request) BodyBytes() ([]byte, error) { method SetBody (line 156) | func (r *Request) SetBody(rawBody interface{}) error { method WriteTo (line 186) | func (r *Request) WriteTo(w io.Writer) (int64, error) { function getBodyReaderAndContentLength (line 197) | func getBodyReaderAndContentLength(rawBody interface{}) (ReaderFunc, int... function FromRequest (line 300) | func FromRequest(r *http.Request) (*Request, error) { function NewRequest (line 310) | func NewRequest(method, url string, rawBody interface{}) (*Request, erro... function NewRequestWithContext (line 318) | func NewRequestWithContext(ctx context.Context, method, url string, rawB... type Logger (line 336) | type Logger interface type LeveledLogger (line 345) | type LeveledLogger interface type hookLogger (line 354) | type hookLogger struct method Printf (line 358) | func (h hookLogger) Printf(s string, args ...interface{}) { type RequestLogHook (line 366) | type RequestLogHook type ResponseLogHook (line 373) | type ResponseLogHook type CheckRetry (line 383) | type CheckRetry type Backoff (line 388) | type Backoff type ErrorHandler (line 394) | type ErrorHandler type Client (line 398) | type Client struct method logger (line 441) | func (c *Client) logger() interface{} { method Do (line 600) | func (c *Client) Do(req *Request) (*http.Response, error) { method drainBody (line 771) | func (c *Client) drainBody(body io.ReadCloser) { method Get (line 792) | func (c *Client) Get(url string) (*http.Response, error) { method Head (line 806) | func (c *Client) Head(url string) (*http.Response, error) { method Post (line 820) | func (c *Client) Post(url, bodyType string, body interface{}) (*http.R... method PostForm (line 837) | func (c *Client) PostForm(url string, data url.Values) (*http.Response... method StandardClient (line 843) | func (c *Client) StandardClient() *http.Client { function NewClient (line 429) | func NewClient() *Client { function DefaultRetryPolicy (line 461) | func DefaultRetryPolicy(ctx context.Context, resp *http.Response, err er... function ErrorPropagatedRetryPolicy (line 475) | func ErrorPropagatedRetryPolicy(ctx context.Context, resp *http.Response... function baseRetryPolicy (line 484) | func baseRetryPolicy(resp *http.Response, err error) (bool, error) { function DefaultBackoff (line 535) | func DefaultBackoff(min, max time.Duration, attemptNum int, resp *http.R... function LinearJitterBackoff (line 570) | func LinearJitterBackoff(min, max time.Duration, attemptNum int, resp *h... function PassthroughErrorHandler (line 595) | func PassthroughErrorHandler(resp *http.Response, err error, _ int) (*ht... function Get (line 787) | func Get(url string) (*http.Response, error) { function Head (line 801) | func Head(url string) (*http.Response, error) { function Post (line 815) | func Post(url, bodyType string, body interface{}) (*http.Response, error) { function PostForm (line 831) | func PostForm(url string, data url.Values) (*http.Response, error) { FILE: vendor/github.com/hashicorp/go-retryablehttp/roundtripper.go type RoundTripper (line 19) | type RoundTripper struct method init (line 30) | func (rt *RoundTripper) init() { method RoundTrip (line 37) | func (rt *RoundTripper) RoundTrip(req *http.Request) (*http.Response, ... FILE: vendor/github.com/hashicorp/go-rootcerts/rootcerts.go type Config (line 17) | type Config struct function ConfigureTLS (line 32) | func ConfigureTLS(t *tls.Config, c *Config) error { function LoadCACerts (line 45) | func LoadCACerts(c *Config) (*x509.CertPool, error) { function LoadCAFile (line 63) | func LoadCAFile(caFile string) (*x509.CertPool, error) { function AppendCertificate (line 80) | func AppendCertificate(ca []byte) (*x509.CertPool, error) { function LoadCAPath (line 93) | func LoadCAPath(caPath string) (*x509.CertPool, error) { FILE: vendor/github.com/hashicorp/go-rootcerts/rootcerts_base.go function LoadSystemCAs (line 10) | func LoadSystemCAs() (*x509.CertPool, error) { FILE: vendor/github.com/hashicorp/go-rootcerts/rootcerts_darwin.go function LoadSystemCAs (line 12) | func LoadSystemCAs() (*x509.CertPool, error) { function addCertsFromKeychain (line 25) | func addCertsFromKeychain(pool *x509.CertPool, keychain string) error { function certKeychains (line 37) | func certKeychains() []string { FILE: vendor/github.com/hashicorp/go-secure-stdlib/parseutil/parsepath.go function ParsePath (line 37) | func ParsePath(path string) (string, error) { function MustParsePath (line 43) | func MustParsePath(path string) (string, error) { function parsePath (line 47) | func parsePath(path string, mustParse bool) (string, error) { FILE: vendor/github.com/hashicorp/go-secure-stdlib/parseutil/parseutil.go function ParseCapacityString (line 27) | func ParseCapacityString(in interface{}) (uint64, error) { function ParseDurationSecond (line 102) | func ParseDurationSecond(in interface{}) (time.Duration, error) { function ParseAbsoluteTime (line 160) | func ParseAbsoluteTime(in interface{}) (time.Time, error) { function ParseInt (line 215) | func ParseInt(in interface{}) (int64, error) { function ParseDirectIntSlice (line 257) | func ParseDirectIntSlice(in interface{}) ([]int64, error) { function ParseIntSlice (line 319) | func ParseIntSlice(in interface{}) ([]int64, error) { function ParseBool (line 350) | func ParseBool(in interface{}) (bool, error) { function ParseString (line 359) | func ParseString(in interface{}) (string, error) { function ParseCommaStringSlice (line 368) | func ParseCommaStringSlice(in interface{}) ([]string, error) { function ParseAddrs (line 395) | func ParseAddrs(addrs interface{}) ([]*sockaddr.SockAddrMarshaler, error) { function SafeParseIntRange (line 439) | func SafeParseIntRange(in interface{}, min int64, max int64) (int64, err... function SafeParseInt (line 455) | func SafeParseInt(in interface{}) (int, error) { function SafeParseIntSliceRange (line 467) | func SafeParseIntSliceRange(in interface{}, minValue int64, maxValue int... function SafeParseIntSlice (line 493) | func SafeParseIntSlice(in interface{}, elements int) ([]int, error) { FILE: vendor/github.com/hashicorp/go-secure-stdlib/strutil/strutil.go function StrListContainsGlob (line 16) | func StrListContainsGlob(haystack []string, needle string) bool { function StrListContains (line 26) | func StrListContains(haystack []string, needle string) bool { function StrListContainsCaseInsensitive (line 36) | func StrListContainsCaseInsensitive(haystack []string, needle string) bo... function StrListSubset (line 47) | func StrListSubset(super, sub []string) bool { function ParseDedupAndSortStrings (line 59) | func ParseDedupAndSortStrings(input string, sep string) []string { function ParseDedupLowercaseAndSortStrings (line 73) | func ParseDedupLowercaseAndSortStrings(input string, sep string) []string { function ParseKeyValues (line 85) | func ParseKeyValues(input string, out map[string]string, sep string) err... function ParseArbitraryKeyValues (line 121) | func ParseArbitraryKeyValues(input string, out map[string]string, sep st... function ParseStringSlice (line 162) | func ParseStringSlice(input string, sep string) []string { function ParseArbitraryStringSlice (line 188) | func ParseArbitraryStringSlice(input string, sep string) []string { function TrimStrings (line 221) | func TrimStrings(items []string) []string { function RemoveDuplicates (line 232) | func RemoveDuplicates(items []string, lowercase bool) []string { function RemoveDuplicatesStable (line 256) | func RemoveDuplicatesStable(items []string, caseInsensitive bool) []stri... function RemoveEmpty (line 279) | func RemoveEmpty(items []string) []string { function EquivalentSlices (line 295) | func EquivalentSlices(a, b []string) bool { function EqualStringMaps (line 343) | func EqualStringMaps(a, b map[string]string) bool { function StrListDelete (line 360) | func StrListDelete(s []string, d string) []string { function GlobbedStringsMatch (line 376) | func GlobbedStringsMatch(item, val string) bool { function AppendIfMissing (line 396) | func AppendIfMissing(slice []string, i string) []string { function MergeSlices (line 404) | func MergeSlices(args ...[]string) []string { function Difference (line 423) | func Difference(a, b []string, lowercase bool) []string { function GetString (line 464) | func GetString(m map[string]interface{}, key string) (string, error) { function Printable (line 486) | func Printable(s string) bool { function StringListToInterfaceList (line 494) | func StringListToInterfaceList(in []string) []interface{} { function Reverse (line 503) | func Reverse(in string) string { FILE: vendor/github.com/hashicorp/go-sockaddr/ifaddr.go function init (line 9) | func init() { function GetPrivateIP (line 21) | func GetPrivateIP() (string, error) { function GetPrivateIPs (line 43) | func GetPrivateIPs() (string, error) { function GetPublicIP (line 90) | func GetPublicIP() (string, error) { function GetPublicIPs (line 112) | func GetPublicIPs() (string, error) { function GetInterfaceIP (line 151) | func GetInterfaceIP(namedIfRE string) (string, error) { function GetInterfaceIPs (line 192) | func GetInterfaceIPs(namedIfRE string) (string, error) { function IfAddrAttrs (line 223) | func IfAddrAttrs() []AttrName { function IfAddrAttr (line 229) | func IfAddrAttr(ifAddr IfAddr, attrName AttrName) string { function ifAddrAttrInit (line 239) | func ifAddrAttrInit() { FILE: vendor/github.com/hashicorp/go-sockaddr/ifaddrs.go type IfAddrs (line 26) | type IfAddrs method Len (line 28) | func (ifs IfAddrs) Len() int { return len(ifs) } type CmpIfAddrFunc (line 32) | type CmpIfAddrFunc type multiIfAddrSorter (line 35) | type multiIfAddrSorter struct method Sort (line 42) | func (ms *multiIfAddrSorter) Sort(ifAddrs IfAddrs) { method Len (line 55) | func (ms *multiIfAddrSorter) Len() int { method Less (line 64) | func (ms *multiIfAddrSorter) Less(i, j int) bool { method Swap (line 96) | func (ms *multiIfAddrSorter) Swap(i, j int) { function OrderedIfAddrBy (line 48) | func OrderedIfAddrBy(cmpFuncs ...CmpIfAddrFunc) *multiIfAddrSorter { function AscIfAddress (line 102) | func AscIfAddress(p1Ptr, p2Ptr *IfAddr) int { function AscIfDefault (line 117) | func AscIfDefault(p1Ptr, p2Ptr *IfAddr) int { function AscIfName (line 141) | func AscIfName(p1Ptr, p2Ptr *IfAddr) int { function AscIfNetworkSize (line 147) | func AscIfNetworkSize(p1Ptr, p2Ptr *IfAddr) int { function AscIfPort (line 153) | func AscIfPort(p1Ptr, p2Ptr *IfAddr) int { function AscIfPrivate (line 161) | func AscIfPrivate(p1Ptr, p2Ptr *IfAddr) int { function AscIfType (line 167) | func AscIfType(p1Ptr, p2Ptr *IfAddr) int { function DescIfAddress (line 172) | func DescIfAddress(p1Ptr, p2Ptr *IfAddr) int { function DescIfDefault (line 177) | func DescIfDefault(p1Ptr, p2Ptr *IfAddr) int { function DescIfName (line 182) | func DescIfName(p1Ptr, p2Ptr *IfAddr) int { function DescIfNetworkSize (line 187) | func DescIfNetworkSize(p1Ptr, p2Ptr *IfAddr) int { function DescIfPort (line 192) | func DescIfPort(p1Ptr, p2Ptr *IfAddr) int { function DescIfPrivate (line 197) | func DescIfPrivate(p1Ptr, p2Ptr *IfAddr) int { function DescIfType (line 202) | func DescIfType(p1Ptr, p2Ptr *IfAddr) int { function FilterIfByType (line 207) | func FilterIfByType(ifAddrs IfAddrs, type_ SockAddrType) (matchedIfs, ex... function IfAttr (line 223) | func IfAttr(selectorName string, ifAddr IfAddr) (string, error) { function IfAttrs (line 231) | func IfAttrs(selectorName string, ifAddrs IfAddrs) (string, error) { function GetAllInterfaces (line 244) | func GetAllInterfaces() (IfAddrs, error) { function GetDefaultInterfaces (line 277) | func GetDefaultInterfaces() (IfAddrs, error) { function GetPrivateInterfaces (line 307) | func GetPrivateInterfaces() (IfAddrs, error) { function GetPublicInterfaces (line 355) | func GetPublicInterfaces() (IfAddrs, error) { function IfByAddress (line 397) | func IfByAddress(inputRe string, ifAddrs IfAddrs) (matched, remainder If... function IfByName (line 418) | func IfByName(inputRe string, ifAddrs IfAddrs) (matched, remainder IfAdd... function IfByPort (line 439) | func IfByPort(inputRe string, ifAddrs IfAddrs) (matchedIfs, excludedIfs ... function IfByRFC (line 467) | func IfByRFC(selectorParam string, ifAddrs IfAddrs) (matched, remainder ... function IfByRFCs (line 503) | func IfByRFCs(selectorParam string, ifAddrs IfAddrs) (matched, remainder... function IfByMaskSize (line 519) | func IfByMaskSize(selectorParam string, ifAddrs IfAddrs) (matchedIfs, ex... function IfByType (line 559) | func IfByType(inputTypes string, ifAddrs IfAddrs) (matched, remainder If... function IfByFlag (line 606) | func IfByFlag(inputFlags string, ifAddrs IfAddrs) (matched, remainder If... function IfByNetwork (line 706) | func IfByNetwork(selectorParam string, inputIfAddrs IfAddrs) (IfAddrs, I... function IfAddrMath (line 727) | func IfAddrMath(operation, value string, inputIfAddr IfAddr) (IfAddr, er... function IfAddrsMath (line 953) | func IfAddrsMath(operation, value string, inputIfAddrs IfAddrs) (IfAddrs... function IncludeIfs (line 966) | func IncludeIfs(selectorName, selectorParam string, inputIfAddrs IfAddrs... function ExcludeIfs (line 999) | func ExcludeIfs(selectorName, selectorParam string, inputIfAddrs IfAddrs... function SortIfBy (line 1033) | func SortIfBy(selectorParam string, inputIfAddrs IfAddrs) (IfAddrs, erro... function UniqueIfAddrsBy (line 1103) | func UniqueIfAddrsBy(selectorName string, inputIfAddrs IfAddrs) (IfAddrs... function JoinIfAddrs (line 1132) | func JoinIfAddrs(selectorName string, joinStr string, inputIfAddrs IfAdd... function LimitIfAddrs (line 1149) | func LimitIfAddrs(lim uint, in IfAddrs) (IfAddrs, error) { function OffsetIfAddrs (line 1159) | func OffsetIfAddrs(off int, in IfAddrs) (IfAddrs, error) { method String (line 1176) | func (ifAddr IfAddr) String() string { function parseDefaultIfNameFromRoute (line 1182) | func parseDefaultIfNameFromRoute(routeOut string) (string, error) { function parseDefaultIfNameFromIPCmd (line 1201) | func parseDefaultIfNameFromIPCmd(routeOut string) (string, error) { function parseDefaultIfNameFromIPCmdAndroid (line 1217) | func parseDefaultIfNameFromIPCmdAndroid(routeOut string) (string, error) { function parseIfNameFromIPCmd (line 1229) | func parseIfNameFromIPCmd(routeOut string) [][]string { function parseDefaultIfNameWindows (line 1249) | func parseDefaultIfNameWindows(routeOut, ipconfigOut string) (string, er... function parseDefaultIPAddrWindowsRoute (line 1274) | func parseDefaultIPAddrWindowsRoute(routeOut string) (string, error) { function parseDefaultIfNameWindowsIPConfig (line 1298) | func parseDefaultIfNameWindowsIPConfig(defaultIPAddr, routeOut string) (... FILE: vendor/github.com/hashicorp/go-sockaddr/ifattr.go type IfAddr (line 9) | type IfAddr struct method Attr (line 15) | func (ifAddr IfAddr) Attr(attrName AttrName) (string, error) { function Attr (line 25) | func Attr(sa SockAddr, attrName AttrName) (string, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/ipaddr.go constant IPv3len (line 12) | IPv3len = 6 constant IPv4len (line 13) | IPv4len = 4 constant IPv6len (line 14) | IPv6len = 16 type IPAddr (line 19) | type IPAddr interface type IPPort (line 39) | type IPPort type IPPrefixLen (line 43) | type IPPrefixLen function init (line 49) | func init() { function NewIPAddr (line 55) | func NewIPAddr(addr string) (IPAddr, error) { function IPAddrAttr (line 71) | func IPAddrAttr(ip IPAddr, selector AttrName) string { function IPAttrs (line 81) | func IPAttrs() []AttrName { function MustIPAddr (line 87) | func MustIPAddr(addr string) IPAddr { function ipAddrInit (line 96) | func ipAddrInit() { FILE: vendor/github.com/hashicorp/go-sockaddr/ipaddrs.go type IPAddrs (line 5) | type IPAddrs method Len (line 7) | func (s IPAddrs) Len() int { return len(s) } method Swap (line 8) | func (s IPAddrs) Swap(i, j int) { s[i], s[j] = s[j], s[i] } type SortIPAddrsByNetworkSize (line 26) | type SortIPAddrsByNetworkSize struct method Less (line 30) | func (s SortIPAddrsByNetworkSize) Less(i, j int) bool { type SortIPAddrsBySpecificMaskLen (line 80) | type SortIPAddrsBySpecificMaskLen struct method Less (line 84) | func (s SortIPAddrsBySpecificMaskLen) Less(i, j int) bool { type SortIPAddrsByBroadMaskLen (line 92) | type SortIPAddrsByBroadMaskLen struct method Less (line 96) | func (s SortIPAddrsByBroadMaskLen) Less(i, j int) bool { FILE: vendor/github.com/hashicorp/go-sockaddr/ipv4addr.go type IPv4Address (line 14) | type IPv4Address type IPv4Network (line 17) | type IPv4Network type IPv4Mask (line 20) | type IPv4Mask constant IPv4HostMask (line 25) | IPv4HostMask = IPv4Mask(0xffffffff) type IPv4Addr (line 36) | type IPv4Addr struct method AddressBinString (line 136) | func (ipv4 IPv4Addr) AddressBinString() string { method AddressHexString (line 143) | func (ipv4 IPv4Addr) AddressHexString() string { method Broadcast (line 152) | func (ipv4 IPv4Addr) Broadcast() IPAddr { method BroadcastAddress (line 162) | func (ipv4 IPv4Addr) BroadcastAddress() IPv4Network { method CmpAddress (line 172) | func (ipv4 IPv4Addr) CmpAddress(sa SockAddr) int { method CmpPort (line 194) | func (ipv4 IPv4Addr) CmpPort(sa SockAddr) int { method CmpRFC (line 221) | func (ipv4 IPv4Addr) CmpRFC(rfcNum uint, sa SockAddr) int { method Contains (line 251) | func (ipv4 IPv4Addr) Contains(sa SockAddr) bool { method ContainsAddress (line 262) | func (ipv4 IPv4Addr) ContainsAddress(x IPv4Address) bool { method ContainsNetwork (line 269) | func (ipv4 IPv4Addr) ContainsNetwork(x IPv4Addr) bool { method DialPacketArgs (line 278) | func (ipv4 IPv4Addr) DialPacketArgs() (network, dialArgs string) { method DialStreamArgs (line 289) | func (ipv4 IPv4Addr) DialStreamArgs() (network, dialArgs string) { method Equal (line 297) | func (ipv4 IPv4Addr) Equal(sa SockAddr) bool { method FirstUsable (line 325) | func (ipv4 IPv4Addr) FirstUsable() IPAddr { method Host (line 343) | func (ipv4 IPv4Addr) Host() IPAddr { method IPPort (line 353) | func (ipv4 IPv4Addr) IPPort() IPPort { method LastUsable (line 359) | func (ipv4 IPv4Addr) LastUsable() IPAddr { method ListenPacketArgs (line 377) | func (ipv4 IPv4Addr) ListenPacketArgs() (network, listenArgs string) { method ListenStreamArgs (line 387) | func (ipv4 IPv4Addr) ListenStreamArgs() (network, listenArgs string) { method Maskbits (line 396) | func (ipv4 IPv4Addr) Maskbits() int { method NetIP (line 415) | func (ipv4 IPv4Addr) NetIP() *net.IP { method NetIPMask (line 422) | func (ipv4 IPv4Addr) NetIPMask() *net.IPMask { method NetIPNet (line 430) | func (ipv4 IPv4Addr) NetIPNet() *net.IPNet { method Network (line 439) | func (ipv4 IPv4Addr) Network() IPAddr { method NetworkAddress (line 447) | func (ipv4 IPv4Addr) NetworkAddress() IPv4Network { method Octets (line 453) | func (ipv4 IPv4Addr) Octets() []int { method String (line 463) | func (ipv4 IPv4Addr) String() string { method Type (line 476) | func (IPv4Addr) Type() SockAddrType { function init (line 43) | func init() { function NewIPv4Addr (line 57) | func NewIPv4Addr(ipv4Str string) (IPv4Addr, error) { function MustIPv4Addr (line 405) | func MustIPv4Addr(addr string) IPv4Addr { function IPv4AddrAttr (line 482) | func IPv4AddrAttr(ipv4 IPv4Addr, selector AttrName) string { function IPv4Attrs (line 492) | func IPv4Attrs() []AttrName { function ipv4AddrInit (line 497) | func ipv4AddrInit() { FILE: vendor/github.com/hashicorp/go-sockaddr/ipv6addr.go type IPv6Address (line 13) | type IPv6Address type IPv6Network (line 16) | type IPv6Network type IPv6Mask (line 19) | type IPv6Mask constant IPv6HostPrefix (line 23) | IPv6HostPrefix = IPPrefixLen(128) function init (line 33) | func init() { type IPv6Addr (line 55) | type IPv6Addr struct method AddressBinString (line 161) | func (ipv6 IPv6Addr) AddressBinString() string { method AddressHexString (line 169) | func (ipv6 IPv6Addr) AddressHexString() string { method CmpAddress (line 180) | func (ipv6 IPv6Addr) CmpAddress(sa SockAddr) int { method CmpPort (line 200) | func (ipv6 IPv6Addr) CmpPort(sa SockAddr) int { method CmpRFC (line 227) | func (ipv6 IPv6Addr) CmpRFC(rfcNum uint, sa SockAddr) int { method Contains (line 256) | func (ipv6 IPv6Addr) Contains(sa SockAddr) bool { method ContainsAddress (line 267) | func (ipv6 IPv6Addr) ContainsAddress(x IPv6Address) bool { method ContainsNetwork (line 293) | func (x IPv6Addr) ContainsNetwork(y IPv6Addr) bool { method DialPacketArgs (line 316) | func (ipv6 IPv6Addr) DialPacketArgs() (network, dialArgs string) { method DialStreamArgs (line 328) | func (ipv6 IPv6Addr) DialStreamArgs() (network, dialArgs string) { method Equal (line 337) | func (ipv6a IPv6Addr) Equal(sa SockAddr) bool { method FirstUsable (line 365) | func (ipv6 IPv6Addr) FirstUsable() IPAddr { method Host (line 375) | func (ipv6 IPv6Addr) Host() IPAddr { method IPPort (line 385) | func (ipv6 IPv6Addr) IPPort() IPPort { method LastUsable (line 390) | func (ipv6 IPv6Addr) LastUsable() IPAddr { method ListenPacketArgs (line 413) | func (ipv6 IPv6Addr) ListenPacketArgs() (network, listenArgs string) { method ListenStreamArgs (line 424) | func (ipv6 IPv6Addr) ListenStreamArgs() (network, listenArgs string) { method Maskbits (line 434) | func (ipv6 IPv6Addr) Maskbits() int { method NetIP (line 451) | func (ipv6 IPv6Addr) NetIP() *net.IP { method NetIPMask (line 456) | func (ipv6 IPv6Addr) NetIPMask() *net.IPMask { method NetIPNet (line 464) | func (ipv6 IPv6Addr) NetIPNet() *net.IPNet { method Network (line 473) | func (ipv6 IPv6Addr) Network() IPAddr { method NetworkAddress (line 481) | func (ipv6 IPv6Addr) NetworkAddress() IPv6Network { method Octets (line 496) | func (ipv6 IPv6Addr) Octets() []int { method String (line 506) | func (ipv6 IPv6Addr) String() string { method Type (line 519) | func (IPv6Addr) Type() SockAddrType { function NewIPv6Addr (line 71) | func NewIPv6Addr(ipv6Str string) (IPv6Addr, error) { function MustIPv6Addr (line 442) | func MustIPv6Addr(addr string) IPv6Addr { function IPv6Attrs (line 524) | func IPv6Attrs() []AttrName { function IPv6AddrAttr (line 530) | func IPv6AddrAttr(ipv6 IPv6Addr, selector AttrName) string { function ipv6AddrInit (line 540) | func ipv6AddrInit() { function bigIntToNetIPv6 (line 562) | func bigIntToNetIPv6(bi *big.Int) *net.IP { FILE: vendor/github.com/hashicorp/go-sockaddr/rfc.go constant ForwardingBlacklist (line 5) | ForwardingBlacklist = 4294967295 constant ForwardingBlacklistRFC (line 6) | ForwardingBlacklistRFC = "4294967295" function IsRFC (line 9) | func IsRFC(rfcNum uint, sa SockAddr) bool { function KnownRFCs (line 38) | func KnownRFCs() map[uint]SockAddrs { function VisitAllRFCs (line 934) | func VisitAllRFCs(fn func(rfcNum uint, sockaddrs SockAddrs)) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info.go type RouteInterface (line 12) | type RouteInterface interface type routeInfo (line 19) | type routeInfo struct method VisitCommands (line 25) | func (ri routeInfo) VisitCommands(fn func(name string, cmd []string)) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_android.go type routeInfo (line 8) | type routeInfo struct method GetDefaultInterfaceName (line 22) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { function NewRouteInfo (line 14) | func NewRouteInfo() (routeInfo, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_bsd.go function NewRouteInfo (line 14) | func NewRouteInfo() (routeInfo, error) { method GetDefaultInterfaceName (line 22) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_default.go function getDefaultIfName (line 7) | func getDefaultIfName() (string, error) { function NewRouteInfo (line 11) | func NewRouteInfo() (routeInfo, error) { method GetDefaultInterfaceName (line 17) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_linux.go function NewRouteInfo (line 13) | func NewRouteInfo() (routeInfo, error) { method GetDefaultInterfaceName (line 28) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_solaris.go function NewRouteInfo (line 14) | func NewRouteInfo() (routeInfo, error) { method GetDefaultInterfaceName (line 22) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_test_windows.go function Test_parseWindowsDefaultIfName_new_vs_old (line 5) | func Test_parseWindowsDefaultIfName_new_vs_old(t *testing.T) { FILE: vendor/github.com/hashicorp/go-sockaddr/route_info_windows.go function NewRouteInfo (line 18) | func NewRouteInfo() (routeInfo, error) { method GetDefaultInterfaceName (line 26) | func (ri routeInfo) GetDefaultInterfaceName() (string, error) { method GetDefaultInterfaceNameLegacy (line 43) | func (ri routeInfo) GetDefaultInterfaceNameLegacy() (string, error) { function hasPowershell (line 62) | func hasPowershell() bool { FILE: vendor/github.com/hashicorp/go-sockaddr/sockaddr.go type SockAddrType (line 9) | type SockAddrType method String (line 143) | func (sat SockAddrType) String() string { type AttrName (line 10) | type AttrName constant TypeUnknown (line 13) | TypeUnknown SockAddrType = 0x0 constant TypeUnix (line 14) | TypeUnix = 0x1 constant TypeIPv4 (line 15) | TypeIPv4 = 0x2 constant TypeIPv6 (line 16) | TypeIPv6 = 0x4 constant TypeIP (line 19) | TypeIP = 0x6 type SockAddr (line 22) | type SockAddr interface function init (line 51) | func init() { function NewSockAddr (line 68) | func NewSockAddr(s string) (SockAddr, error) { function ToIPAddr (line 92) | func ToIPAddr(sa SockAddr) *IPAddr { function ToIPv4Addr (line 101) | func ToIPv4Addr(sa SockAddr) *IPv4Addr { function ToIPv6Addr (line 111) | func ToIPv6Addr(sa SockAddr) *IPv6Addr { function ToUnixSock (line 121) | func ToUnixSock(sa SockAddr) *UnixSock { function SockAddrAttr (line 132) | func SockAddrAttr(sa SockAddr, selector AttrName) string { function sockAddrInit (line 160) | func sockAddrInit() { function SockAddrAttrs (line 177) | func SockAddrAttrs() []AttrName { type SockAddrMarshaler (line 186) | type SockAddrMarshaler struct method MarshalJSON (line 190) | func (s *SockAddrMarshaler) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 194) | func (s *SockAddrMarshaler) UnmarshalJSON(in []byte) error { FILE: vendor/github.com/hashicorp/go-sockaddr/sockaddrs.go type SockAddrs (line 9) | type SockAddrs method Len (line 11) | func (s SockAddrs) Len() int { return len(s) } method Swap (line 12) | func (s SockAddrs) Swap(i, j int) { s[i], s[j] = s[j], s[i] } method FilterByType (line 181) | func (sas SockAddrs) FilterByType(type_ SockAddrType) (matched, exclud... type CmpAddrFunc (line 16) | type CmpAddrFunc type multiAddrSorter (line 19) | type multiAddrSorter struct method Sort (line 26) | func (ms *multiAddrSorter) Sort(sockAddrs SockAddrs) { method Len (line 39) | func (ms *multiAddrSorter) Len() int { method Less (line 46) | func (ms *multiAddrSorter) Less(i, j int) bool { method Swap (line 77) | func (ms *multiAddrSorter) Swap(i, j int) { function OrderedAddrBy (line 32) | func OrderedAddrBy(cmpFuncs ...CmpAddrFunc) *multiAddrSorter { constant sortReceiverBeforeArg (line 87) | sortReceiverBeforeArg = -1 constant sortDeferDecision (line 88) | sortDeferDecision = 0 constant sortArgBeforeReceiver (line 89) | sortArgBeforeReceiver = 1 function AscAddress (line 94) | func AscAddress(p1Ptr, p2Ptr *SockAddr) int { function AscPort (line 112) | func AscPort(p1Ptr, p2Ptr *SockAddr) int { function AscPrivate (line 130) | func AscPrivate(p1Ptr, p2Ptr *SockAddr) int { function AscNetworkSize (line 144) | func AscNetworkSize(p1Ptr, p2Ptr *SockAddr) int { function AscType (line 163) | func AscType(p1Ptr, p2Ptr *SockAddr) int { FILE: vendor/github.com/hashicorp/go-sockaddr/unixsock.go type UnixSock (line 8) | type UnixSock struct method Contains (line 31) | func (us UnixSock) Contains(sa SockAddr) bool { method CmpAddress (line 45) | func (us UnixSock) CmpAddress(sa SockAddr) int { method CmpRFC (line 55) | func (us UnixSock) CmpRFC(rfcNum uint, sa SockAddr) int { return sortD... method DialPacketArgs (line 59) | func (us UnixSock) DialPacketArgs() (network, dialArgs string) { method DialStreamArgs (line 65) | func (us UnixSock) DialStreamArgs() (network, dialArgs string) { method Equal (line 70) | func (us UnixSock) Equal(sa SockAddr) bool { method ListenPacketArgs (line 85) | func (us UnixSock) ListenPacketArgs() (network, dialArgs string) { method ListenStreamArgs (line 91) | func (us UnixSock) ListenStreamArgs() (network, dialArgs string) { method Path (line 106) | func (us UnixSock) Path() string { method String (line 111) | func (us UnixSock) String() string { method Type (line 116) | func (UnixSock) Type() SockAddrType { type UnixSocks (line 12) | type UnixSocks function init (line 18) | func init() { function NewUnixSock (line 25) | func NewUnixSock(s string) (ret UnixSock, err error) { function MustUnixSock (line 97) | func MustUnixSock(addr string) UnixSock { function UnixSockAttrs (line 121) | func UnixSockAttrs() []AttrName { function UnixSockAttr (line 127) | func UnixSockAttr(us UnixSock, attrName AttrName) string { function unixAttrInit (line 137) | func unixAttrInit() { 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, value interface{}, ok bool) { method GetOldest (line 123) | func (c *LRU) GetOldest() (key, 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 5) | type LRUCache interface FILE: vendor/github.com/hashicorp/hcl/decoder.go constant tagName (line 17) | tagName = "hcl" function Unmarshal (line 26) | func Unmarshal(bs []byte, v interface{}) error { function Decode (line 37) | func Decode(out interface{}, in string) error { function DecodeObject (line 48) | func DecodeObject(out interface{}, n ast.Node) error { type decoder (line 63) | type decoder struct method decode (line 67) | func (d *decoder) decode(name string, node ast.Node, result reflect.Va... method decodeBool (line 117) | func (d *decoder) decodeBool(name string, node ast.Node, result reflec... method decodeFloat (line 137) | func (d *decoder) decodeFloat(name string, node ast.Node, result refle... method decodeInt (line 157) | func (d *decoder) decodeInt(name string, node ast.Node, result reflect... method decodeInterface (line 194) | func (d *decoder) decodeInterface(name string, node ast.Node, result r... method decodeMap (line 300) | func (d *decoder) decodeMap(name string, node ast.Node, result reflect... method decodePtr (line 399) | func (d *decoder) decodePtr(name string, node ast.Node, result reflect... method decodeSlice (line 413) | func (d *decoder) decodeSlice(name string, node ast.Node, result refle... method decodeString (line 522) | func (d *decoder) decodeString(name string, node ast.Node, result refl... method decodeStruct (line 541) | func (d *decoder) decodeStruct(name string, node ast.Node, result refl... function expandObject (line 473) | func expandObject(node ast.Node, result reflect.Value) ast.Node { function findNodeType (line 749) | func findNodeType() reflect.Type { function removeCaseFold (line 757) | func removeCaseFold(xs map[string][]token.Pos, y string) map[string][]to... FILE: vendor/github.com/hashicorp/hcl/hcl/ast/ast.go type Node (line 13) | type Node interface type File (line 31) | type File struct method node (line 18) | func (File) node() {} method Pos (line 36) | func (f *File) Pos() token.Pos { type ObjectList (line 42) | type ObjectList struct method node (line 19) | func (ObjectList) node() {} method Add (line 46) | func (o *ObjectList) Add(item *ObjectItem) { method Filter (line 57) | func (o *ObjectList) Filter(keys ...string) *ObjectList { method Children (line 88) | func (o *ObjectList) Children() *ObjectList { method Elem (line 101) | func (o *ObjectList) Elem() *ObjectList { method Pos (line 112) | func (o *ObjectList) Pos() token.Pos { method GoString (line 226) | func (o *ObjectList) GoString() string { return fmt.Sprintf("*%#v", *o) } type ObjectItem (line 124) | type ObjectItem struct method node (line 21) | func (ObjectItem) node() {} method Pos (line 142) | func (o *ObjectItem) Pos() token.Pos { type ObjectKey (line 153) | type ObjectKey struct method node (line 20) | func (ObjectKey) node() {} method Pos (line 157) | func (o *ObjectKey) Pos() token.Pos { method GoString (line 225) | func (o *ObjectKey) GoString() string { return fmt.Sprintf("*%#v", *o) } type LiteralType (line 163) | type LiteralType struct method node (line 25) | func (LiteralType) node() {} method Pos (line 171) | func (l *LiteralType) Pos() token.Pos { type ListType (line 176) | type ListType struct method node (line 26) | func (ListType) node() {} method Pos (line 182) | func (l *ListType) Pos() token.Pos { method Add (line 186) | func (l *ListType) Add(node Node) { type ObjectType (line 191) | type ObjectType struct method node (line 24) | func (ObjectType) node() {} method Pos (line 197) | func (o *ObjectType) Pos() token.Pos { type Comment (line 202) | type Comment struct method node (line 22) | func (Comment) node() {} method Pos (line 207) | func (c *Comment) Pos() token.Pos { type CommentGroup (line 213) | type CommentGroup struct method node (line 23) | func (CommentGroup) node() {} method Pos (line 217) | func (c *CommentGroup) Pos() token.Pos { FILE: vendor/github.com/hashicorp/hcl/hcl/ast/walk.go type WalkFunc (line 8) | type WalkFunc function Walk (line 14) | func Walk(node Node, fn WalkFunc) Node { FILE: vendor/github.com/hashicorp/hcl/hcl/parser/error.go type PosError (line 10) | type PosError struct method Error (line 15) | func (e *PosError) Error() string { FILE: vendor/github.com/hashicorp/hcl/hcl/parser/parser.go type Parser (line 16) | type Parser struct method Parse (line 52) | func (p *Parser) Parse() (*ast.File, error) { method objectList (line 75) | func (p *Parser) objectList(obj bool) (*ast.ObjectList, error) { method consumeComment (line 111) | func (p *Parser) consumeComment() (comment *ast.Comment, endline int) { method consumeCommentGroup (line 129) | func (p *Parser) consumeCommentGroup(n int) (comments *ast.CommentGrou... method objectItem (line 147) | func (p *Parser) objectItem() (*ast.ObjectItem, error) { method objectKey (line 225) | func (p *Parser) objectKey() ([]*ast.ObjectKey, error) { method object (line 289) | func (p *Parser) object() (ast.Node, error) { method objectType (line 313) | func (p *Parser) objectType() (*ast.ObjectType, error) { method listType (line 343) | func (p *Parser) listType() (*ast.ListType, error) { method literalType (line 433) | func (p *Parser) literalType() (*ast.LiteralType, error) { method scan (line 444) | func (p *Parser) scan() token.Token { method unscan (line 496) | func (p *Parser) unscan() { method printTrace (line 503) | func (p *Parser) printTrace(a ...interface{}) { function newParser (line 32) | func newParser(src []byte) *Parser { function Parse (line 39) | func Parse(src []byte) (*ast.File, error) { function trace (line 522) | func trace(p *Parser, msg string) *Parser { function un (line 529) | func un(p *Parser) { FILE: vendor/github.com/hashicorp/hcl/hcl/scanner/scanner.go constant eof (line 17) | eof = rune(0) type Scanner (line 20) | type Scanner struct method next (line 67) | func (s *Scanner) next() rune { method unread (line 111) | func (s *Scanner) unread() { method peek (line 119) | func (s *Scanner) peek() rune { method Scan (line 130) | func (s *Scanner) Scan() token.Token { method scanComment (line 231) | func (s *Scanner) scanComment(ch rune) { method scanNumber (line 272) | func (s *Scanner) scanNumber(ch rune) token.Type { method scanMantissa (line 357) | func (s *Scanner) scanMantissa(ch rune) rune { method scanFraction (line 371) | func (s *Scanner) scanFraction(ch rune) rune { method scanExponent (line 381) | func (s *Scanner) scanExponent(ch rune) rune { method scanHeredoc (line 393) | func (s *Scanner) scanHeredoc() { method scanString (line 477) | func (s *Scanner) scanString() { method scanEscape (line 513) | func (s *Scanner) scanEscape() rune { method scanDigits (line 539) | func (s *Scanner) scanDigits(ch rune, base, n int) rune { method scanIdentifier (line 565) | func (s *Scanner) scanIdentifier() string { method recentPosition (line 581) | func (s *Scanner) recentPosition() (pos token.Pos) { method err (line 604) | func (s *Scanner) err(msg string) { function New (line 50) | func New(src []byte) *Scanner { function isLetter (line 617) | func isLetter(ch rune) bool { function isDigit (line 622) | func isDigit(ch rune) bool { function isDecimal (line 627) | func isDecimal(ch rune) bool { function isHexadecimal (line 632) | func isHexadecimal(ch rune) bool { function isWhitespace (line 637) | func isWhitespace(ch rune) bool { function digitVal (line 642) | func digitVal(ch rune) int { FILE: vendor/github.com/hashicorp/hcl/hcl/strconv/quote.go function Unquote (line 16) | func Unquote(s string) (t string, err error) { function contains (line 114) | func contains(s string, c byte) bool { function unhex (line 123) | func unhex(b byte) (v rune, ok bool) { function unquoteChar (line 136) | func unquoteChar(s string, quote byte) (value rune, multibyte bool, tail... FILE: vendor/github.com/hashicorp/hcl/hcl/token/position.go type Pos (line 8) | type Pos struct method IsValid (line 16) | func (p *Pos) IsValid() bool { return p.Line > 0 } method String (line 24) | func (p Pos) String() string { method Before (line 39) | func (p Pos) Before(u Pos) bool { method After (line 44) | func (p Pos) After(u Pos) bool { FILE: vendor/github.com/hashicorp/hcl/hcl/token/token.go type Token (line 14) | type Token struct method String (line 109) | func (t Token) String() string { method Value (line 118) | func (t Token) Value() interface{} { type Type (line 22) | type Type method String (line 83) | func (t Type) String() string { method IsIdentifier (line 96) | func (t Type) IsIdentifier() bool { return identifier_beg < t && t < i... method IsLiteral (line 100) | func (t Type) IsLiteral() bool { return literal_beg < t && t < literal... method IsOperator (line 104) | func (t Type) IsOperator() bool { return operator_beg < t && t < opera... constant ILLEGAL (line 26) | ILLEGAL Type = iota constant EOF (line 27) | EOF constant COMMENT (line 28) | COMMENT constant identifier_beg (line 30) | identifier_beg constant IDENT (line 31) | IDENT constant literal_beg (line 32) | literal_beg constant NUMBER (line 33) | NUMBER constant FLOAT (line 34) | FLOAT constant BOOL (line 35) | BOOL constant STRING (line 36) | STRING constant HEREDOC (line 37) | HEREDOC constant literal_end (line 38) | literal_end constant identifier_end (line 39) | identifier_end constant operator_beg (line 41) | operator_beg constant LBRACK (line 42) | LBRACK constant LBRACE (line 43) | LBRACE constant COMMA (line 44) | COMMA constant PERIOD (line 45) | PERIOD constant RBRACK (line 47) | RBRACK constant RBRACE (line 48) | RBRACE constant ASSIGN (line 50) | ASSIGN constant ADD (line 51) | ADD constant SUB (line 52) | SUB constant operator_end (line 53) | operator_end function unindentHeredoc (line 174) | func unindentHeredoc(heredoc string) string { FILE: vendor/github.com/hashicorp/hcl/json/parser/flatten.go function flattenObjects (line 6) | func flattenObjects(node ast.Node) { function flattenListType (line 46) | func flattenListType( function flattenObjectType (line 80) | func flattenObjectType( FILE: vendor/github.com/hashicorp/hcl/json/parser/parser.go type Parser (line 13) | type Parser struct method Parse (line 40) | func (p *Parser) Parse() (*ast.File, error) { method objectList (line 66) | func (p *Parser) objectList() (*ast.ObjectList, error) { method objectItem (line 94) | func (p *Parser) objectItem() (*ast.ObjectItem, error) { method objectKey (line 126) | func (p *Parser) objectKey() ([]*ast.ObjectKey, error) { method objectValue (line 159) | func (p *Parser) objectValue() (ast.Node, error) { method object (line 179) | func (p *Parser) object() (*ast.ObjectType, error) { method objectType (line 194) | func (p *Parser) objectType() (*ast.ObjectType, error) { method listType (line 213) | func (p *Parser) listType() (*ast.ListType, error) { method literalType (line 255) | func (p *Parser) literalType() (*ast.LiteralType, error) { method scan (line 265) | func (p *Parser) scan() token.Token { method unscan (line 277) | func (p *Parser) unscan() { method printTrace (line 284) | func (p *Parser) printTrace(a ...interface{}) { function newParser (line 25) | func newParser(src []byte) *Parser { function Parse (line 32) | func Parse(src []byte) (*ast.File, error) { function trace (line 303) | func trace(p *Parser, msg string) *Parser { function un (line 310) | func un(p *Parser) { FILE: vendor/github.com/hashicorp/hcl/json/scanner/scanner.go constant eof (line 14) | eof = rune(0) type Scanner (line 17) | type Scanner struct method next (line 64) | func (s *Scanner) next() rune { method unread (line 101) | func (s *Scanner) unread() { method peek (line 109) | func (s *Scanner) peek() rune { method Scan (line 120) | func (s *Scanner) Scan() token.Token { method scanNumber (line 217) | func (s *Scanner) scanNumber(ch rune) token.Type { method scanMantissa (line 251) | func (s *Scanner) scanMantissa(ch rune) rune { method scanFraction (line 265) | func (s *Scanner) scanFraction(ch rune) rune { method scanExponent (line 275) | func (s *Scanner) scanExponent(ch rune) rune { method scanString (line 287) | func (s *Scanner) scanString() { method scanEscape (line 323) | func (s *Scanner) scanEscape() rune { method scanDigits (line 349) | func (s *Scanner) scanDigits(ch rune, base, n int) rune { method scanIdentifier (line 364) | func (s *Scanner) scanIdentifier() string { method recentPosition (line 380) | func (s *Scanner) recentPosition() (pos token.Pos) { method err (line 403) | func (s *Scanner) err(msg string) { function New (line 47) | func New(src []byte) *Scanner { function isLetter (line 416) | func isLetter(ch rune) bool { function isDigit (line 421) | func isDigit(ch rune) bool { function isDecimal (line 426) | func isDecimal(ch rune) bool { function isHexadecimal (line 431) | func isHexadecimal(ch rune) bool { function isWhitespace (line 436) | func isWhitespace(ch rune) bool { function digitVal (line 441) | func digitVal(ch rune) int { FILE: vendor/github.com/hashicorp/hcl/json/token/position.go type Pos (line 8) | type Pos struct method IsValid (line 16) | func (p *Pos) IsValid() bool { return p.Line > 0 } method String (line 24) | func (p Pos) String() string { method Before (line 39) | func (p Pos) Before(u Pos) bool { method After (line 44) | func (p Pos) After(u Pos) bool { FILE: vendor/github.com/hashicorp/hcl/json/token/token.go type Token (line 11) | type Token struct method String (line 96) | func (t Token) String() string { method HCLToken (line 103) | func (t Token) HCLToken() hcltoken.Token { type Type (line 18) | type Type method String (line 70) | func (t Type) String() string { method IsIdentifier (line 83) | func (t Type) IsIdentifier() bool { return identifier_beg < t && t < i... method IsLiteral (line 87) | func (t Type) IsLiteral() bool { return literal_beg < t && t < literal... method IsOperator (line 91) | func (t Type) IsOperator() bool { return operator_beg < t && t < opera... constant ILLEGAL (line 22) | ILLEGAL Type = iota constant EOF (line 23) | EOF constant identifier_beg (line 25) | identifier_beg constant literal_beg (line 26) | literal_beg constant NUMBER (line 27) | NUMBER constant FLOAT (line 28) | FLOAT constant BOOL (line 29) | BOOL constant STRING (line 30) | STRING constant NULL (line 31) | NULL constant literal_end (line 32) | literal_end constant identifier_end (line 33) | identifier_end constant operator_beg (line 35) | operator_beg constant LBRACK (line 36) | LBRACK constant LBRACE (line 37) | LBRACE constant COMMA (line 38) | COMMA constant PERIOD (line 39) | PERIOD constant COLON (line 40) | COLON constant RBRACK (line 42) | RBRACK constant RBRACE (line 43) | RBRACE constant operator_end (line 45) | operator_end FILE: vendor/github.com/hashicorp/hcl/lex.go type lexModeValue (line 8) | type lexModeValue constant lexModeUnknown (line 11) | lexModeUnknown lexModeValue = iota constant lexModeHcl (line 12) | lexModeHcl constant lexModeJson (line 13) | lexModeJson function lexMode (line 18) | func lexMode(v []byte) lexModeValue { FILE: vendor/github.com/hashicorp/hcl/parse.go function ParseBytes (line 14) | func ParseBytes(in []byte) (*ast.File, error) { function ParseString (line 19) | func ParseString(input string) (*ast.File, error) { function parse (line 23) | func parse(in []byte) (*ast.File, error) { function Parse (line 37) | func Parse(input string) (*ast.File, error) { FILE: vendor/github.com/hashicorp/serf/coordinate/client.go type Client (line 17) | type Client struct method GetCoordinate (line 70) | func (c *Client) GetCoordinate() *Coordinate { method SetCoordinate (line 78) | func (c *Client) SetCoordinate(coord *Coordinate) error { method ForgetNode (line 91) | func (c *Client) ForgetNode(node string) { method Stats (line 99) | func (c *Client) Stats() ClientStats { method checkCoordinate (line 109) | func (c *Client) checkCoordinate(coord *Coordinate) error { method latencyFilter (line 123) | func (c *Client) latencyFilter(node string, rttSeconds float64) float64 { method updateVivaldi (line 145) | func (c *Client) updateVivaldi(other *Coordinate, rttSeconds float64) { method updateAdjustment (line 172) | func (c *Client) updateAdjustment(other *Coordinate, rttSeconds float6... method updateGravity (line 193) | func (c *Client) updateGravity() { method Update (line 202) | func (c *Client) Update(node string, other *Coordinate, rtt time.Durat... method DistanceTo (line 238) | func (c *Client) DistanceTo(other *Coordinate) time.Duration { type ClientStats (line 47) | type ClientStats struct function NewClient (line 54) | func NewClient(config *Config) (*Client, error) { FILE: vendor/github.com/hashicorp/serf/coordinate/config.go type Config (line 20) | type Config struct function DefaultConfig (line 66) | func DefaultConfig() *Config { FILE: vendor/github.com/hashicorp/serf/coordinate/coordinate.go type Coordinate (line 12) | type Coordinate struct method Clone (line 64) | func (c *Coordinate) Clone() *Coordinate { method IsValid (line 83) | func (c *Coordinate) IsValid() bool { method IsCompatibleWith (line 98) | func (c *Coordinate) IsCompatibleWith(other *Coordinate) bool { method ApplyForce (line 104) | func (c *Coordinate) ApplyForce(config *Config, force float64, other *... method DistanceTo (line 121) | func (c *Coordinate) DistanceTo(other *Coordinate) time.Duration { method rawDistanceTo (line 137) | func (c *Coordinate) rawDistanceTo(other *Coordinate) float64 { constant secondsToNanoseconds (line 36) | secondsToNanoseconds = 1.0e9 constant zeroThreshold (line 40) | zeroThreshold = 1.0e-6 type DimensionalityConflictError (line 45) | type DimensionalityConflictError struct method Error (line 48) | func (e DimensionalityConflictError) Error() string { function NewCoordinate (line 54) | func NewCoordinate(config *Config) *Coordinate { function componentIsValid (line 77) | func componentIsValid(f float64) bool { function add (line 143) | func add(vec1 []float64, vec2 []float64) []float64 { function diff (line 153) | func diff(vec1 []float64, vec2 []float64) []float64 { function mul (line 162) | func mul(vec []float64, factor float64) []float64 { function magnitude (line 171) | func magnitude(vec []float64) float64 { function unitVectorAt (line 182) | func unitVectorAt(vec1 []float64, vec2 []float64) ([]float64, float64) { FILE: vendor/github.com/hashicorp/serf/coordinate/phantom.go function GenerateClients (line 12) | func GenerateClients(nodes int, config *Config) ([]*Client, error) { function GenerateLine (line 27) | func GenerateLine(nodes int, spacing time.Duration) [][]time.Duration { function GenerateGrid (line 44) | func GenerateGrid(nodes int, spacing time.Duration) [][]time.Duration { function GenerateSplit (line 68) | func GenerateSplit(nodes int, lan time.Duration, wan time.Duration) [][]... function GenerateCircle (line 91) | func GenerateCircle(nodes int, radius time.Duration) [][]time.Duration { function GenerateRandom (line 120) | func GenerateRandom(nodes int, mean time.Duration, deviation time.Durati... function Simulate (line 144) | func Simulate(clients []*Client, truth [][]time.Duration, cycles int) { type Stats (line 162) | type Stats struct function Evaluate (line 170) | func Evaluate(clients []*Client, truth [][]time.Duration) (stats Stats) { FILE: vendor/github.com/hashicorp/vault/api/auth.go type Auth (line 12) | type Auth struct method Login (line 33) | func (a *Auth) Login(ctx context.Context, authMethod AuthMethod) (*Sec... method MFALogin (line 48) | func (a *Auth) MFALogin(ctx context.Context, authMethod AuthMethod, cr... method MFAValidate (line 64) | func (a *Auth) MFAValidate(ctx context.Context, mfaSecret *Secret, pay... method login (line 78) | func (a *Auth) login(ctx context.Context, authMethod AuthMethod) (*Sec... method twoPhaseMFALogin (line 89) | func (a *Auth) twoPhaseMFALogin(ctx context.Context, authMethod AuthMe... method checkAndSetToken (line 104) | func (a *Auth) checkAndSetToken(s *Secret) (*Secret, error) { type AuthMethod (line 16) | type AuthMethod interface method Auth (line 21) | func (c *Client) Auth() *Auth { FILE: vendor/github.com/hashicorp/vault/api/auth_token.go type TokenAuth (line 12) | type TokenAuth struct method Create (line 21) | func (c *TokenAuth) Create(opts *TokenCreateRequest) (*Secret, error) { method CreateWithContext (line 25) | func (c *TokenAuth) CreateWithContext(ctx context.Context, opts *Token... method CreateOrphan (line 43) | func (c *TokenAuth) CreateOrphan(opts *TokenCreateRequest) (*Secret, e... method CreateOrphanWithContext (line 47) | func (c *TokenAuth) CreateOrphanWithContext(ctx context.Context, opts ... method CreateWithRole (line 65) | func (c *TokenAuth) CreateWithRole(opts *TokenCreateRequest, roleName ... method CreateWithRoleWithContext (line 69) | func (c *TokenAuth) CreateWithRoleWithContext(ctx context.Context, opt... method Lookup (line 87) | func (c *TokenAuth) Lookup(token string) (*Secret, error) { method LookupWithContext (line 91) | func (c *TokenAuth) LookupWithContext(ctx context.Context, token strin... method LookupAccessor (line 111) | func (c *TokenAuth) LookupAccessor(accessor string) (*Secret, error) { method LookupAccessorWithContext (line 115) | func (c *TokenAuth) LookupAccessorWithContext(ctx context.Context, acc... method LookupSelf (line 135) | func (c *TokenAuth) LookupSelf() (*Secret, error) { method LookupSelfWithContext (line 139) | func (c *TokenAuth) LookupSelfWithContext(ctx context.Context) (*Secre... method RenewAccessor (line 154) | func (c *TokenAuth) RenewAccessor(accessor string, increment int) (*Se... method RenewAccessorWithContext (line 158) | func (c *TokenAuth) RenewAccessorWithContext(ctx context.Context, acce... method Renew (line 179) | func (c *TokenAuth) Renew(token string, increment int) (*Secret, error) { method RenewWithContext (line 183) | func (c *TokenAuth) RenewWithContext(ctx context.Context, token string... method RenewSelf (line 204) | func (c *TokenAuth) RenewSelf(increment int) (*Secret, error) { method RenewSelfWithContext (line 208) | func (c *TokenAuth) RenewSelfWithContext(ctx context.Context, incremen... method RenewTokenAsSelf (line 229) | func (c *TokenAuth) RenewTokenAsSelf(token string, increment int) (*Se... method RenewTokenAsSelfWithContext (line 235) | func (c *TokenAuth) RenewTokenAsSelfWithContext(ctx context.Context, t... method RevokeAccessor (line 257) | func (c *TokenAuth) RevokeAccessor(accessor string) error { method RevokeAccessorWithContext (line 263) | func (c *TokenAuth) RevokeAccessorWithContext(ctx context.Context, acc... method RevokeOrphan (line 284) | func (c *TokenAuth) RevokeOrphan(token string) error { method RevokeOrphanWithContext (line 290) | func (c *TokenAuth) RevokeOrphanWithContext(ctx context.Context, token... method RevokeSelf (line 311) | func (c *TokenAuth) RevokeSelf(token string) error { method RevokeSelfWithContext (line 318) | func (c *TokenAuth) RevokeSelfWithContext(ctx context.Context, token s... method RevokeTree (line 334) | func (c *TokenAuth) RevokeTree(token string) error { method RevokeTreeWithContext (line 341) | func (c *TokenAuth) RevokeTreeWithContext(ctx context.Context, token s... method Token (line 17) | func (a *Auth) Token() *TokenAuth { type TokenCreateRequest (line 362) | type TokenCreateRequest struct FILE: vendor/github.com/hashicorp/vault/api/client.go constant EnvVaultAddress (line 36) | EnvVaultAddress = "VAULT_ADDR" constant EnvVaultAgentAddr (line 37) | EnvVaultAgentAddr = "VAULT_AGENT_ADDR" constant EnvVaultCACert (line 38) | EnvVaultCACert = "VAULT_CACERT" constant EnvVaultCACertBytes (line 39) | EnvVaultCACertBytes = "VAULT_CACERT_BYTES" constant EnvVaultCAPath (line 40) | EnvVaultCAPath = "VAULT_CAPATH" constant EnvVaultClientCert (line 41) | EnvVaultClientCert = "VAULT_CLIENT_CERT" constant EnvVaultClientKey (line 42) | EnvVaultClientKey = "VAULT_CLIENT_KEY" constant EnvVaultClientTimeout (line 43) | EnvVaultClientTimeout = "VAULT_CLIENT_TIMEOUT" constant EnvVaultSRVLookup (line 44) | EnvVaultSRVLookup = "VAULT_SRV_LOOKUP" constant EnvVaultSkipVerify (line 45) | EnvVaultSkipVerify = "VAULT_SKIP_VERIFY" constant EnvVaultNamespace (line 46) | EnvVaultNamespace = "VAULT_NAMESPACE" constant EnvVaultTLSServerName (line 47) | EnvVaultTLSServerName = "VAULT_TLS_SERVER_NAME" constant EnvVaultWrapTTL (line 48) | EnvVaultWrapTTL = "VAULT_WRAP_TTL" constant EnvVaultMaxRetries (line 49) | EnvVaultMaxRetries = "VAULT_MAX_RETRIES" constant EnvVaultToken (line 50) | EnvVaultToken = "VAULT_TOKEN" constant EnvVaultMFA (line 51) | EnvVaultMFA = "VAULT_MFA" constant EnvRateLimit (line 52) | EnvRateLimit = "VAULT_RATE_LIMIT" constant EnvHTTPProxy (line 53) | EnvHTTPProxy = "VAULT_HTTP_PROXY" constant EnvVaultProxyAddr (line 54) | EnvVaultProxyAddr = "VAULT_PROXY_ADDR" constant EnvVaultDisableRedirects (line 55) | EnvVaultDisableRedirects = "VAULT_DISABLE_REDIRECTS" constant HeaderIndex (line 56) | HeaderIndex = "X-Vault-Index" constant HeaderForward (line 57) | HeaderForward = "X-Vault-Forward" constant HeaderInconsistent (line 58) | HeaderInconsistent = "X-Vault-Inconsistent" constant NamespaceHeaderName (line 62) | NamespaceHeaderName = "X-Vault-Namespace" constant AuthHeaderName (line 65) | AuthHeaderName = "X-Vault-Token" constant RequestHeaderName (line 69) | RequestHeaderName = "X-Vault-Request" constant TLSErrorString (line 71) | TLSErrorString = "This error usually means that the server is running wi... constant EnvVaultAgentAddress (line 83) | EnvVaultAgentAddress = "VAULT_AGENT_ADDR" constant EnvVaultInsecure (line 84) | EnvVaultInsecure = "VAULT_SKIP_VERIFY" type WrappingLookupFunc (line 93) | type WrappingLookupFunc type Config (line 96) | type Config struct method configureTLS (line 292) | func (c *Config) configureTLS(t *TLSConfig) error { method TLSConfig (line 356) | func (c *Config) TLSConfig() *tls.Config { method ConfigureTLS (line 364) | func (c *Config) ConfigureTLS(t *TLSConfig) error { method ReadEnvironment (line 373) | func (c *Config) ReadEnvironment() error { method ParseAddress (line 525) | func (c *Config) ParseAddress(address string) (*url.URL, error) { type TLSConfig (line 214) | type TLSConfig struct function DefaultConfig (line 249) | func DefaultConfig() *Config { function parseRateLimit (line 566) | func parseRateLimit(val string) (rate float64, burst int, err error) { type Client (line 580) | type Client struct method CloneConfig (line 667) | func (c *Client) CloneConfig() *Config { method SetAddress (line 698) | func (c *Client) SetAddress(addr string) error { method Address (line 712) | func (c *Client) Address() string { method SetCheckRedirect (line 719) | func (c *Client) SetCheckRedirect(f func(*http.Request, []*http.Reques... method SetLimiter (line 732) | func (c *Client) SetLimiter(rateLimit float64, burst int) { method Limiter (line 741) | func (c *Client) Limiter() *rate.Limiter { method SetMinRetryWait (line 751) | func (c *Client) SetMinRetryWait(retryWait time.Duration) { method MinRetryWait (line 760) | func (c *Client) MinRetryWait() time.Duration { method SetMaxRetryWait (line 770) | func (c *Client) SetMaxRetryWait(retryWait time.Duration) { method MaxRetryWait (line 779) | func (c *Client) MaxRetryWait() time.Duration { method SetMaxRetries (line 789) | func (c *Client) SetMaxRetries(retries int) { method SetMaxIdleConnections (line 798) | func (c *Client) SetMaxIdleConnections(idle int) { method MaxIdleConnections (line 807) | func (c *Client) MaxIdleConnections() int { method SetDisableKeepAlives (line 816) | func (c *Client) SetDisableKeepAlives(disable bool) { method DisableKeepAlives (line 825) | func (c *Client) DisableKeepAlives() bool { method MaxRetries (line 834) | func (c *Client) MaxRetries() int { method SetSRVLookup (line 843) | func (c *Client) SetSRVLookup(srv bool) { method SRVLookup (line 852) | func (c *Client) SRVLookup() bool { method SetCheckRetry (line 862) | func (c *Client) SetCheckRetry(checkRetry retryablehttp.CheckRetry) { method CheckRetry (line 871) | func (c *Client) CheckRetry() retryablehttp.CheckRetry { method SetClientTimeout (line 881) | func (c *Client) SetClientTimeout(timeout time.Duration) { method ClientTimeout (line 890) | func (c *Client) ClientTimeout() time.Duration { method OutputCurlString (line 899) | func (c *Client) OutputCurlString() bool { method SetOutputCurlString (line 908) | func (c *Client) SetOutputCurlString(curl bool) { method OutputPolicy (line 917) | func (c *Client) OutputPolicy() bool { method SetOutputPolicy (line 926) | func (c *Client) SetOutputPolicy(isSet bool) { method CurrentWrappingLookupFunc (line 937) | func (c *Client) CurrentWrappingLookupFunc() WrappingLookupFunc { method SetWrappingLookupFunc (line 945) | func (c *Client) SetWrappingLookupFunc(lookupFunc WrappingLookupFunc) { method SetMFACreds (line 953) | func (c *Client) SetMFACreds(creds []string) { method SetNamespace (line 961) | func (c *Client) SetNamespace(namespace string) { method setNamespace (line 967) | func (c *Client) setNamespace(namespace string) { method ClearNamespace (line 976) | func (c *Client) ClearNamespace() { method Namespace (line 986) | func (c *Client) Namespace() string { method WithNamespace (line 998) | func (c *Client) WithNamespace(namespace string) *Client { method Token (line 1014) | func (c *Client) Token() string { method SetToken (line 1022) | func (c *Client) SetToken(v string) { method ClearToken (line 1029) | func (c *Client) ClearToken() { method Headers (line 1037) | func (c *Client) Headers() http.Header { method headersInternal (line 1045) | func (c *Client) headersInternal() http.Header { method AddHeader (line 1062) | func (c *Client) AddHeader(key, value string) { method SetHeaders (line 1070) | func (c *Client) SetHeaders(headers http.Header) { method SetBackoff (line 1077) | func (c *Client) SetBackoff(backoff retryablehttp.Backoff) { method SetLogger (line 1086) | func (c *Client) SetLogger(logger retryablehttp.LeveledLogger) { method SetCloneHeaders (line 1096) | func (c *Client) SetCloneHeaders(cloneHeaders bool) { method CloneHeaders (line 1106) | func (c *Client) CloneHeaders() bool { method SetCloneToken (line 1116) | func (c *Client) SetCloneToken(cloneToken bool) { method CloneToken (line 1126) | func (c *Client) CloneToken() bool { method SetReadYourWrites (line 1136) | func (c *Client) SetReadYourWrites(preventStaleReads bool) { method ReadYourWrites (line 1154) | func (c *Client) ReadYourWrites() bool { method SetCloneTLSConfig (line 1164) | func (c *Client) SetCloneTLSConfig(clone bool) { method CloneTLSConfig (line 1174) | func (c *Client) CloneTLSConfig() bool { method Clone (line 1192) | func (c *Client) Clone() (*Client, error) { method CloneWithHeaders (line 1202) | func (c *Client) CloneWithHeaders() (*Client, error) { method clone (line 1213) | func (c *Client) clone(cloneHeaders bool) (*Client, error) { method SetPolicyOverride (line 1259) | func (c *Client) SetPolicyOverride(override bool) { method NewRequest (line 1268) | func (c *Client) NewRequest(method, requestPath string) *Request { method RawRequest (line 1333) | func (c *Client) RawRequest(r *Request) (*Response, error) { method RawRequestWithContext (line 1344) | func (c *Client) RawRequestWithContext(ctx context.Context, r *Request... method rawRequestWithContext (line 1353) | func (c *Client) rawRequestWithContext(ctx context.Context, r *Request... method httpRequestWithContext (line 1510) | func (c *Client) httpRequestWithContext(ctx context.Context, r *Reques... method WithRequestCallbacks (line 1642) | func (c *Client) WithRequestCallbacks(callbacks ...RequestCallback) *C... method WithResponseCallbacks (line 1654) | func (c *Client) WithResponseCallbacks(callbacks ...ResponseCallback) ... method withConfiguredTimeout (line 1662) | func (c *Client) withConfiguredTimeout(ctx context.Context) (context.C... function NewClient (line 602) | func NewClient(c *Config) (*Client, error) { type RequestCallback (line 1633) | type RequestCallback type ResponseCallback (line 1634) | type ResponseCallback function RecordState (line 1674) | func RecordState(state *string) ResponseCallback { function RequireState (line 1683) | func RequireState(states ...string) RequestCallback { function compareReplicationStates (line 1694) | func compareReplicationStates(s1, s2 string) (int, error) { function MergeReplicationStates (line 1723) | func MergeReplicationStates(old []string, new string) []string { type WALState (line 1746) | type WALState struct function ParseReplicationState (line 1752) | func ParseReplicationState(raw string, hmacKey []byte) (*WALState, error) { function ForwardInconsistent (line 1801) | func ForwardInconsistent() RequestCallback { function ForwardAlways (line 1810) | func ForwardAlways() RequestCallback { function DefaultRetryPolicy (line 1820) | func DefaultRetryPolicy(ctx context.Context, resp *http.Response, err er... type replicationStateStore (line 1833) | type replicationStateStore struct method recordState (line 1840) | func (w *replicationStateStore) recordState(resp *Response) { method requireState (line 1850) | func (w *replicationStateStore) requireState(req *Request) { method states (line 1859) | func (w *replicationStateStore) states() []string { function validateToken (line 1868) | func validateToken(t string) error { FILE: vendor/github.com/hashicorp/vault/api/help.go method Help (line 13) | func (c *Client) Help(path string) (*Help, error) { method HelpWithContext (line 18) | func (c *Client) HelpWithContext(ctx context.Context, path string) (*Hel... type Help (line 36) | type Help struct FILE: vendor/github.com/hashicorp/vault/api/kv.go type KVSecret (line 23) | type KVSecret struct method KVv1 (line 42) | func (c *Client) KVv1(mountPath string) *KVv1 { method KVv2 (line 57) | func (c *Client) KVv2(mountPath string) *KVv2 { FILE: vendor/github.com/hashicorp/vault/api/kv_v1.go type KVv1 (line 11) | type KVv1 struct method Get (line 17) | func (kv *KVv1) Get(ctx context.Context, secretPath string) (*KVSecret... method Put (line 39) | func (kv *KVv1) Put(ctx context.Context, secretPath string, data map[s... method Delete (line 51) | func (kv *KVv1) Delete(ctx context.Context, secretPath string) error { FILE: vendor/github.com/hashicorp/vault/api/kv_v2.go type KVv2 (line 18) | type KVv2 struct method Get (line 115) | func (kv *KVv2) Get(ctx context.Context, secretPath string) (*KVSecret... method GetVersion (line 144) | func (kv *KVv2) GetVersion(ctx context.Context, secretPath string, ver... method GetVersionsAsList (line 167) | func (kv *KVv2) GetVersionsAsList(ctx context.Context, secretPath stri... method GetMetadata (line 194) | func (kv *KVv2) GetMetadata(ctx context.Context, secretPath string) (*... method Put (line 219) | func (kv *KVv2) Put(ctx context.Context, secretPath string, data map[s... method PutMetadata (line 270) | func (kv *KVv2) PutMetadata(ctx context.Context, secretPath string, me... method Patch (line 304) | func (kv *KVv2) Patch(ctx context.Context, secretPath string, newData ... method PatchMetadata (line 345) | func (kv *KVv2) PatchMetadata(ctx context.Context, secretPath string, ... method Delete (line 363) | func (kv *KVv2) Delete(ctx context.Context, secretPath string) error { method DeleteVersions (line 376) | func (kv *KVv2) DeleteVersions(ctx context.Context, secretPath string,... method DeleteMetadata (line 401) | func (kv *KVv2) DeleteMetadata(ctx context.Context, secretPath string)... method Undelete (line 416) | func (kv *KVv2) Undelete(ctx context.Context, secretPath string, versi... method Destroy (line 436) | func (kv *KVv2) Destroy(ctx context.Context, secretPath string, versio... method Rollback (line 454) | func (kv *KVv2) Rollback(ctx context.Context, secretPath string, toVer... type KVMetadata (line 24) | type KVMetadata struct type KVMetadataPutInput (line 43) | type KVMetadataPutInput struct type KVMetadataPatchInput (line 60) | type KVMetadataPatchInput struct type KVVersionMetadata (line 68) | type KVVersionMetadata struct type KVOption (line 76) | type KVOption constant KVOptionCheckAndSet (line 79) | KVOptionCheckAndSet = "cas" constant KVOptionMethod (line 80) | KVOptionMethod = "method" constant KVMergeMethodPatch (line 81) | KVMergeMethodPatch = "patch" constant KVMergeMethodReadWrite (line 82) | KVMergeMethodReadWrite = "rw" function WithOption (line 87) | func WithOption(key string, value interface{}) KVOption { function WithCheckAndSet (line 98) | func WithCheckAndSet(cas int) KVOption { function WithMergeMethod (line 106) | func WithMergeMethod(method string) KVOption { function extractCustomMetadata (line 491) | func extractCustomMetadata(secret *Secret) map[string]interface{} { function extractDataAndVersionMetadata (line 511) | func extractDataAndVersionMetadata(secret *Secret) (*KVSecret, error) { function extractVersionMetadata (line 542) | func extractVersionMetadata(secret *Secret) (*KVVersionMetadata, error) { function extractFullMetadata (line 583) | func extractFullMetadata(secret *Secret) (*KVMetadata, error) { function validateRollbackVersion (line 630) | func validateRollbackVersion(rollbackVersion *KVSecret) error { function mergePatch (line 658) | func mergePatch(ctx context.Context, client *Client, mountPath string, s... function readThenWrite (line 717) | func readThenWrite(ctx context.Context, client *Client, mountPath string... function toMetadataMap (line 748) | func toMetadataMap(patchInput KVMetadataPatchInput) (map[string]interfac... FILE: vendor/github.com/hashicorp/vault/api/lifetime_watcher.go type RenewBehavior (line 34) | type RenewBehavior constant RenewBehaviorIgnoreErrors (line 42) | RenewBehaviorIgnoreErrors RenewBehavior = iota constant RenewBehaviorRenewDisabled (line 47) | RenewBehaviorRenewDisabled constant RenewBehaviorErrorOnErrors (line 51) | RenewBehaviorErrorOnErrors type LifetimeWatcher (line 80) | type LifetimeWatcher struct method DoneCh (line 210) | func (r *LifetimeWatcher) DoneCh() <-chan error { method RenewCh (line 216) | func (r *LifetimeWatcher) RenewCh() <-chan *RenewOutput { method Stop (line 221) | func (r *LifetimeWatcher) Stop() { method Start (line 235) | func (r *LifetimeWatcher) Start() { method Renew (line 241) | func (r *LifetimeWatcher) Renew() { method doRenew (line 248) | func (r *LifetimeWatcher) doRenew() error { method doRenewWithOptions (line 262) | func (r *LifetimeWatcher) doRenewWithOptions(tokenMode bool, nonRenewa... method calculateSleepDuration (line 382) | func (r *LifetimeWatcher) calculateSleepDuration(remainingLeaseDuratio... method calculateGrace (line 398) | func (r *LifetimeWatcher) calculateGrace(leaseDuration, increment time... type LifetimeWatcherInput (line 100) | type LifetimeWatcherInput struct type RenewOutput (line 130) | type RenewOutput struct method NewLifetimeWatcher (line 141) | func (c *Client) NewLifetimeWatcher(i *LifetimeWatcherInput) (*LifetimeW... method NewRenewer (line 187) | func (c *Client) NewRenewer(i *LifetimeWatcherInput) (*LifetimeWatcher, ... type renewFunc (line 245) | type renewFunc FILE: vendor/github.com/hashicorp/vault/api/logical.go constant wrappedResponseLocation (line 21) | wrappedResponseLocation = "cubbyhole/response" type Logical (line 46) | type Logical struct method Read (line 55) | func (c *Logical) Read(path string) (*Secret, error) { method ReadWithContext (line 59) | func (c *Logical) ReadWithContext(ctx context.Context, path string) (*... method ReadWithData (line 63) | func (c *Logical) ReadWithData(path string, data map[string][]string) ... method ReadWithDataWithContext (line 67) | func (c *Logical) ReadWithDataWithContext(ctx context.Context, path st... method ReadRaw (line 81) | func (c *Logical) ReadRaw(path string) (*Response, error) { method ReadRawWithContext (line 91) | func (c *Logical) ReadRawWithContext(ctx context.Context, path string)... method ReadRawWithData (line 103) | func (c *Logical) ReadRawWithData(path string, data map[string][]strin... method ReadRawWithDataWithContext (line 114) | func (c *Logical) ReadRawWithDataWithContext(ctx context.Context, path... method ParseRawResponseAndCloseBody (line 118) | func (c *Logical) ParseRawResponseAndCloseBody(resp *Response, err err... method readRawWithDataWithContext (line 143) | func (c *Logical) readRawWithDataWithContext(ctx context.Context, path... method List (line 163) | func (c *Logical) List(path string) (*Secret, error) { method ListWithContext (line 167) | func (c *Logical) ListWithContext(ctx context.Context, path string) (*... method Write (line 202) | func (c *Logical) Write(path string, data map[string]interface{}) (*Se... method WriteWithContext (line 206) | func (c *Logical) WriteWithContext(ctx context.Context, path string, d... method JSONMergePatch (line 215) | func (c *Logical) JSONMergePatch(ctx context.Context, path string, dat... method WriteBytes (line 225) | func (c *Logical) WriteBytes(path string, data []byte) (*Secret, error) { method WriteBytesWithContext (line 229) | func (c *Logical) WriteBytesWithContext(ctx context.Context, path stri... method write (line 236) | func (c *Logical) write(ctx context.Context, path string, request *Req... method Delete (line 264) | func (c *Logical) Delete(path string) (*Secret, error) { method DeleteWithContext (line 268) | func (c *Logical) DeleteWithContext(ctx context.Context, path string) ... method DeleteWithData (line 272) | func (c *Logical) DeleteWithData(path string, data map[string][]string... method DeleteWithDataWithContext (line 276) | func (c *Logical) DeleteWithDataWithContext(ctx context.Context, path ... method Unwrap (line 320) | func (c *Logical) Unwrap(wrappingToken string) (*Secret, error) { method UnwrapWithContext (line 324) | func (c *Logical) UnwrapWithContext(ctx context.Context, wrappingToken... method Logical (line 51) | func (c *Client) Logical() *Logical { FILE: vendor/github.com/hashicorp/vault/api/output_policy.go constant ErrOutputPolicyRequest (line 15) | ErrOutputPolicyRequest = "output a policy, please" type OutputPolicyError (line 20) | type OutputPolicyError struct method Error (line 27) | func (d *OutputPolicyError) Error() string { method HCLString (line 39) | func (d *OutputPolicyError) HCLString() (string, error) { method buildSamplePolicy (line 51) | func (d *OutputPolicyError) buildSamplePolicy() (string, error) { function formatOutputPolicy (line 89) | func formatOutputPolicy(path string, capabilities []string) string { FILE: vendor/github.com/hashicorp/vault/api/output_string.go constant ErrOutputStringRequest (line 15) | ErrOutputStringRequest = "output a string, please" type OutputStringError (line 20) | type OutputStringError struct method Error (line 28) | func (d *OutputStringError) Error() string { method CurlString (line 40) | func (d *OutputStringError) CurlString() (string, error) { method buildCurlString (line 51) | func (d *OutputStringError) buildCurlString() (string, error) { FILE: vendor/github.com/hashicorp/vault/api/plugin_helpers.go constant PluginAutoMTLSEnv (line 35) | PluginAutoMTLSEnv = "VAULT_PLUGIN_AUTOMTLS_ENABLED" constant PluginMetadataModeEnv (line 39) | PluginMetadataModeEnv = "VAULT_PLUGIN_METADATA_MODE" constant PluginUnwrapTokenEnv (line 43) | PluginUnwrapTokenEnv = "VAULT_UNWRAP_TOKEN" type PluginAPIClientMeta (line 48) | type PluginAPIClientMeta struct method FlagSet (line 58) | func (f *PluginAPIClientMeta) FlagSet() *flag.FlagSet { method GetTLSConfig (line 71) | func (f *PluginAPIClientMeta) GetTLSConfig() *TLSConfig { function VaultPluginTLSProvider (line 90) | func VaultPluginTLSProvider(apiTLSConfig *TLSConfig) func() (*tls.Config... function VaultPluginTLSProviderContext (line 96) | func VaultPluginTLSProviderContext(ctx context.Context, apiTLSConfig *TL... FILE: vendor/github.com/hashicorp/vault/api/plugin_runtime_types.go type PluginRuntimeType (line 17) | type PluginRuntimeType method String (line 25) | func (r PluginRuntimeType) String() string { constant PluginRuntimeTypeUnsupported (line 21) | PluginRuntimeTypeUnsupported PluginRuntimeType = iota constant PluginRuntimeTypeContainer (line 22) | PluginRuntimeTypeContainer function ParsePluginRuntimeType (line 34) | func ParsePluginRuntimeType(PluginRuntimeType string) (PluginRuntimeType... FILE: vendor/github.com/hashicorp/vault/api/plugin_types.go type PluginType (line 19) | type PluginType method String (line 38) | func (p PluginType) String() string { constant PluginTypeUnknown (line 32) | PluginTypeUnknown PluginType = iota constant PluginTypeCredential (line 33) | PluginTypeCredential constant PluginTypeDatabase (line 34) | PluginTypeDatabase constant PluginTypeSecrets (line 35) | PluginTypeSecrets function ParsePluginType (line 53) | func ParsePluginType(pluginType string) (PluginType, error) { FILE: vendor/github.com/hashicorp/vault/api/replication_status.go constant apiRepPerformanceStatusPath (line 16) | apiRepPerformanceStatusPath = "/v1/sys/replication/performance/status" constant apiRepDRStatusPath (line 17) | apiRepDRStatusPath = "/v1/sys/replication/dr/status" constant apiRepStatusPath (line 18) | apiRepStatusPath = "/v1/sys/replication/status" type ClusterInfo (line 21) | type ClusterInfo struct type ReplicationStatusGenericResponse (line 29) | type ReplicationStatusGenericResponse struct type ReplicationStatusResponse (line 49) | type ReplicationStatusResponse struct method ReplicationStatus (line 54) | func (c *Sys) ReplicationStatus() (*ReplicationStatusResponse, error) { method ReplicationPerformanceStatusWithContext (line 58) | func (c *Sys) ReplicationPerformanceStatusWithContext(ctx context.Contex... method ReplicationDRStatusWithContext (line 67) | func (c *Sys) ReplicationDRStatusWithContext(ctx context.Context) (*Repl... method ReplicationStatusWithContext (line 76) | func (c *Sys) ReplicationStatusWithContext(ctx context.Context, path str... FILE: vendor/github.com/hashicorp/vault/api/request.go type Request (line 19) | type Request struct method SetJSONBody (line 45) | func (r *Request) SetJSONBody(val interface{}) error { method ResetJSONBody (line 57) | func (r *Request) ResetJSONBody() error { method ToHTTP (line 66) | func (r *Request) ToHTTP() (*http.Request, error) { method toRetryableHTTP (line 90) | func (r *Request) toRetryableHTTP() (*retryablehttp.Request, error) { FILE: vendor/github.com/hashicorp/vault/api/response.go type Response (line 16) | type Response struct method DecodeJSON (line 23) | func (r *Response) DecodeJSON(out interface{}) error { method Error (line 32) | func (r *Response) Error() error { type ErrorResponse (line 78) | type ErrorResponse struct type ResponseError (line 86) | type ResponseError struct method Error (line 110) | func (r *ResponseError) Error() string { FILE: vendor/github.com/hashicorp/vault/api/secret.go type Secret (line 20) | type Secret struct method TokenID (line 48) | func (s *Secret) TokenID() (string, error) { method TokenAccessor (line 72) | func (s *Secret) TokenAccessor() (string, error) { method TokenRemainingUses (line 96) | func (s *Secret) TokenRemainingUses() (int, error) { method TokenPolicies (line 107) | func (s *Secret) TokenPolicies() ([]string, error) { method TokenMetadata (line 195) | func (s *Secret) TokenMetadata() (map[string]string, error) { method TokenIsRenewable (line 231) | func (s *Secret) TokenIsRenewable() (bool, error) { method TokenTTL (line 254) | func (s *Secret) TokenTTL() (time.Duration, error) { type SecretWrapInfo (line 278) | type SecretWrapInfo struct type MFAMethodID (line 287) | type MFAMethodID struct type MFAConstraintAny (line 294) | type MFAConstraintAny struct type MFARequirement (line 298) | type MFARequirement struct type SecretAuth (line 304) | type SecretAuth struct function ParseSecret (line 321) | func ParseSecret(r io.Reader) (*Secret, error) { FILE: vendor/github.com/hashicorp/vault/api/ssh.go type SSH (line 13) | type SSH struct method Credential (line 32) | func (c *SSH) Credential(role string, data map[string]interface{}) (*S... method CredentialWithContext (line 37) | func (c *SSH) CredentialWithContext(ctx context.Context, role string, ... method SignKey (line 56) | func (c *SSH) SignKey(role string, data map[string]interface{}) (*Secr... method SignKeyWithContext (line 62) | func (c *SSH) SignKeyWithContext(ctx context.Context, role string, dat... method SSH (line 19) | func (c *Client) SSH() *SSH { method SSHWithMountPoint (line 24) | func (c *Client) SSHWithMountPoint(mountPoint string) *SSH { FILE: vendor/github.com/hashicorp/vault/api/ssh_agent.go constant SSHHelperDefaultMountPoint (line 27) | SSHHelperDefaultMountPoint = "ssh" constant VerifyEchoRequest (line 30) | VerifyEchoRequest = "verify-echo-request" constant VerifyEchoResponse (line 34) | VerifyEchoResponse = "verify-echo-response" type SSHHelper (line 40) | type SSHHelper struct method Verify (line 237) | func (c *SSHHelper) Verify(otp string) (*SSHVerifyResponse, error) { method VerifyWithContext (line 242) | func (c *SSHHelper) VerifyWithContext(ctx context.Context, otp string)... type SSHVerifyResponse (line 47) | type SSHVerifyResponse struct type SSHHelperConfig (line 63) | type SSHHelperConfig struct method SetTLSParameters (line 76) | func (c *SSHHelperConfig) SetTLSParameters(clientConfig *Config, certP... method shouldSetTLSParameters (line 94) | func (c *SSHHelperConfig) shouldSetTLSParameters() bool { method NewClient (line 102) | func (c *SSHHelperConfig) NewClient() (*Client, error) { function LoadSSHHelperConfig (line 142) | func LoadSSHHelperConfig(path string) (*SSHHelperConfig, error) { function ParseSSHHelperConfig (line 152) | func ParseSSHHelperConfig(contents string) (*SSHHelperConfig, error) { function CheckHCLKeys (line 190) | func CheckHCLKeys(node ast.Node, valid []string) error { method SSHHelper (line 219) | func (c *Client) SSHHelper() *SSHHelper { method SSHHelperWithMountPoint (line 225) | func (c *Client) SSHHelperWithMountPoint(mountPoint string) *SSHHelper { FILE: vendor/github.com/hashicorp/vault/api/sudo_paths.go function SudoPaths (line 60) | func SudoPaths() map[string]*regexp.Regexp { function IsSudoPath (line 69) | func IsSudoPath(path string) bool { FILE: vendor/github.com/hashicorp/vault/api/sys.go type Sys (line 7) | type Sys struct method Sys (line 12) | func (c *Client) Sys() *Sys { FILE: vendor/github.com/hashicorp/vault/api/sys_audit.go method AuditHash (line 15) | func (c *Sys) AuditHash(path string, input string) (string, error) { method AuditHashWithContext (line 19) | func (c *Sys) AuditHashWithContext(ctx context.Context, path string, inp... method ListAudit (line 58) | func (c *Sys) ListAudit() (map[string]*Audit, error) { method ListAuditWithContext (line 62) | func (c *Sys) ListAuditWithContext(ctx context.Context) (map[string]*Aud... method EnableAudit (line 92) | func (c *Sys) EnableAudit( method EnableAuditWithOptions (line 102) | func (c *Sys) EnableAuditWithOptions(path string, options *EnableAuditOp... method EnableAuditWithOptionsWithContext (line 106) | func (c *Sys) EnableAuditWithOptionsWithContext(ctx context.Context, pat... method DisableAudit (line 124) | func (c *Sys) DisableAudit(path string) error { method DisableAuditWithContext (line 128) | func (c *Sys) DisableAuditWithContext(ctx context.Context, path string) ... type EnableAuditOptions (line 146) | type EnableAuditOptions struct type Audit (line 153) | type Audit struct FILE: vendor/github.com/hashicorp/vault/api/sys_auth.go method ListAuth (line 15) | func (c *Sys) ListAuth() (map[string]*AuthMount, error) { method ListAuthWithContext (line 19) | func (c *Sys) ListAuthWithContext(ctx context.Context) (map[string]*Auth... method EnableAuth (line 49) | func (c *Sys) EnableAuth(path, authType, desc string) error { method EnableAuthWithOptions (line 56) | func (c *Sys) EnableAuthWithOptions(path string, options *EnableAuthOpti... method EnableAuthWithOptionsWithContext (line 60) | func (c *Sys) EnableAuthWithOptionsWithContext(ctx context.Context, path... method DisableAuth (line 78) | func (c *Sys) DisableAuth(path string) error { method DisableAuthWithContext (line 82) | func (c *Sys) DisableAuthWithContext(ctx context.Context, path string) e... FILE: vendor/github.com/hashicorp/vault/api/sys_capabilities.go method CapabilitiesSelf (line 15) | func (c *Sys) CapabilitiesSelf(path string) ([]string, error) { method CapabilitiesSelfWithContext (line 19) | func (c *Sys) CapabilitiesSelfWithContext(ctx context.Context, path stri... method Capabilities (line 26) | func (c *Sys) Capabilities(token, path string) ([]string, error) { method CapabilitiesWithContext (line 30) | func (c *Sys) CapabilitiesWithContext(ctx context.Context, token, path s... FILE: vendor/github.com/hashicorp/vault/api/sys_config_cors.go method CORSStatus (line 14) | func (c *Sys) CORSStatus() (*CORSResponse, error) { method CORSStatusWithContext (line 18) | func (c *Sys) CORSStatusWithContext(ctx context.Context) (*CORSResponse,... method ConfigureCORS (line 47) | func (c *Sys) ConfigureCORS(req *CORSRequest) error { method ConfigureCORSWithContext (line 51) | func (c *Sys) ConfigureCORSWithContext(ctx context.Context, req *CORSReq... method DisableCORS (line 67) | func (c *Sys) DisableCORS() error { method DisableCORSWithContext (line 71) | func (c *Sys) DisableCORSWithContext(ctx context.Context) error { type CORSRequest (line 84) | type CORSRequest struct type CORSResponse (line 90) | type CORSResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_generate_root.go method GenerateRootStatus (line 11) | func (c *Sys) GenerateRootStatus() (*GenerateRootStatusResponse, error) { method GenerateDROperationTokenStatus (line 15) | func (c *Sys) GenerateDROperationTokenStatus() (*GenerateRootStatusRespo... method GenerateRecoveryOperationTokenStatus (line 19) | func (c *Sys) GenerateRecoveryOperationTokenStatus() (*GenerateRootStatu... method GenerateRootStatusWithContext (line 23) | func (c *Sys) GenerateRootStatusWithContext(ctx context.Context) (*Gener... method GenerateDROperationTokenStatusWithContext (line 27) | func (c *Sys) GenerateDROperationTokenStatusWithContext(ctx context.Cont... method GenerateRecoveryOperationTokenStatusWithContext (line 31) | func (c *Sys) GenerateRecoveryOperationTokenStatusWithContext(ctx contex... method generateRootStatusCommonWithContext (line 35) | func (c *Sys) generateRootStatusCommonWithContext(ctx context.Context, p... method GenerateRootInit (line 52) | func (c *Sys) GenerateRootInit(otp, pgpKey string) (*GenerateRootStatusR... method GenerateDROperationTokenInit (line 56) | func (c *Sys) GenerateDROperationTokenInit(otp, pgpKey string) (*Generat... method GenerateRecoveryOperationTokenInit (line 60) | func (c *Sys) GenerateRecoveryOperationTokenInit(otp, pgpKey string) (*G... method GenerateRootInitWithContext (line 64) | func (c *Sys) GenerateRootInitWithContext(ctx context.Context, otp, pgpK... method GenerateDROperationTokenInitWithContext (line 68) | func (c *Sys) GenerateDROperationTokenInitWithContext(ctx context.Contex... method GenerateRecoveryOperationTokenInitWithContext (line 72) | func (c *Sys) GenerateRecoveryOperationTokenInitWithContext(ctx context.... method generateRootInitCommonWithContext (line 76) | func (c *Sys) generateRootInitCommonWithContext(ctx context.Context, pat... method GenerateRootCancel (line 101) | func (c *Sys) GenerateRootCancel() error { method GenerateDROperationTokenCancel (line 105) | func (c *Sys) GenerateDROperationTokenCancel() error { method GenerateRecoveryOperationTokenCancel (line 109) | func (c *Sys) GenerateRecoveryOperationTokenCancel() error { method GenerateRootCancelWithContext (line 113) | func (c *Sys) GenerateRootCancelWithContext(ctx context.Context) error { method GenerateDROperationTokenCancelWithContext (line 117) | func (c *Sys) GenerateDROperationTokenCancelWithContext(ctx context.Cont... method GenerateRecoveryOperationTokenCancelWithContext (line 121) | func (c *Sys) GenerateRecoveryOperationTokenCancelWithContext(ctx contex... method generateRootCancelCommonWithContext (line 125) | func (c *Sys) generateRootCancelCommonWithContext(ctx context.Context, p... method GenerateRootUpdate (line 138) | func (c *Sys) GenerateRootUpdate(shard, nonce string) (*GenerateRootStat... method GenerateDROperationTokenUpdate (line 142) | func (c *Sys) GenerateDROperationTokenUpdate(shard, nonce string) (*Gene... method GenerateRecoveryOperationTokenUpdate (line 146) | func (c *Sys) GenerateRecoveryOperationTokenUpdate(shard, nonce string) ... method GenerateRootUpdateWithContext (line 150) | func (c *Sys) GenerateRootUpdateWithContext(ctx context.Context, shard, ... method GenerateDROperationTokenUpdateWithContext (line 154) | func (c *Sys) GenerateDROperationTokenUpdateWithContext(ctx context.Cont... method GenerateRecoveryOperationTokenUpdateWithContext (line 158) | func (c *Sys) GenerateRecoveryOperationTokenUpdateWithContext(ctx contex... method generateRootUpdateCommonWithContext (line 162) | func (c *Sys) generateRootUpdateCommonWithContext(ctx context.Context, p... type GenerateRootStatusResponse (line 187) | type GenerateRootStatusResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_hastatus.go method HAStatus (line 12) | func (c *Sys) HAStatus() (*HAStatusResponse, error) { method HAStatusWithContext (line 16) | func (c *Sys) HAStatusWithContext(ctx context.Context) (*HAStatusRespons... type HAStatusResponse (line 33) | type HAStatusResponse struct type HANode (line 37) | type HANode struct FILE: vendor/github.com/hashicorp/vault/api/sys_health.go method Health (line 11) | func (c *Sys) Health() (*HealthResponse, error) { method HealthWithContext (line 15) | func (c *Sys) HealthWithContext(ctx context.Context) (*HealthResponse, e... type HealthResponse (line 40) | type HealthResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_init.go method InitStatus (line 11) | func (c *Sys) InitStatus() (bool, error) { method InitStatusWithContext (line 15) | func (c *Sys) InitStatusWithContext(ctx context.Context) (bool, error) { method Init (line 32) | func (c *Sys) Init(opts *InitRequest) (*InitResponse, error) { method InitWithContext (line 36) | func (c *Sys) InitWithContext(ctx context.Context, opts *InitRequest) (*... type InitRequest (line 56) | type InitRequest struct type InitStatusResponse (line 67) | type InitStatusResponse struct type InitResponse (line 71) | type InitResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_leader.go method Leader (line 12) | func (c *Sys) Leader() (*LeaderResponse, error) { method LeaderWithContext (line 16) | func (c *Sys) LeaderWithContext(ctx context.Context) (*LeaderResponse, e... type LeaderResponse (line 33) | type LeaderResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_leases.go method Renew (line 12) | func (c *Sys) Renew(id string, increment int) (*Secret, error) { method RenewWithContext (line 16) | func (c *Sys) RenewWithContext(ctx context.Context, id string, increment... method Lookup (line 39) | func (c *Sys) Lookup(id string) (*Secret, error) { method LookupWithContext (line 43) | func (c *Sys) LookupWithContext(ctx context.Context, id string) (*Secret... method Revoke (line 65) | func (c *Sys) Revoke(id string) error { method RevokeWithContext (line 69) | func (c *Sys) RevokeWithContext(ctx context.Context, id string) error { method RevokePrefix (line 88) | func (c *Sys) RevokePrefix(id string) error { method RevokePrefixWithContext (line 92) | func (c *Sys) RevokePrefixWithContext(ctx context.Context, id string) er... method RevokeForce (line 105) | func (c *Sys) RevokeForce(id string) error { method RevokeForceWithContext (line 109) | func (c *Sys) RevokeForceWithContext(ctx context.Context, id string) err... method RevokeWithOptions (line 122) | func (c *Sys) RevokeWithOptions(opts *RevokeOptions) error { method RevokeWithOptionsWithContext (line 126) | func (c *Sys) RevokeWithOptionsWithContext(ctx context.Context, opts *Re... type RevokeOptions (line 161) | type RevokeOptions struct FILE: vendor/github.com/hashicorp/vault/api/sys_mfa.go method MFAValidate (line 12) | func (c *Sys) MFAValidate(requestID string, payload map[string]interface... method MFAValidateWithContext (line 16) | func (c *Sys) MFAValidateWithContext(ctx context.Context, requestID stri... FILE: vendor/github.com/hashicorp/vault/api/sys_monitor.go method Monitor (line 15) | func (c *Sys) Monitor(ctx context.Context, logLevel string, logFormat st... FILE: vendor/github.com/hashicorp/vault/api/sys_mounts.go method ListMounts (line 16) | func (c *Sys) ListMounts() (map[string]*MountOutput, error) { method ListMountsWithContext (line 20) | func (c *Sys) ListMountsWithContext(ctx context.Context) (map[string]*Mo... method Mount (line 49) | func (c *Sys) Mount(path string, mountInfo *MountInput) error { method MountWithContext (line 53) | func (c *Sys) MountWithContext(ctx context.Context, path string, mountIn... method Unmount (line 71) | func (c *Sys) Unmount(path string) error { method UnmountWithContext (line 75) | func (c *Sys) UnmountWithContext(ctx context.Context, path string) error { method Remount (line 89) | func (c *Sys) Remount(from, to string) error { method RemountWithContext (line 95) | func (c *Sys) RemountWithContext(ctx context.Context, from, to string) e... method StartRemount (line 117) | func (c *Sys) StartRemount(from, to string) (*MountMigrationOutput, erro... method StartRemountWithContext (line 122) | func (c *Sys) StartRemountWithContext(ctx context.Context, from, to stri... method RemountStatus (line 159) | func (c *Sys) RemountStatus(migrationID string) (*MountMigrationStatusOu... method RemountStatusWithContext (line 164) | func (c *Sys) RemountStatusWithContext(ctx context.Context, migrationID ... method TuneMount (line 192) | func (c *Sys) TuneMount(path string, config MountConfigInput) error { method TuneMountWithContext (line 196) | func (c *Sys) TuneMountWithContext(ctx context.Context, path string, con... method MountConfig (line 212) | func (c *Sys) MountConfig(path string) (*MountConfigOutput, error) { method MountConfigWithContext (line 216) | func (c *Sys) MountConfigWithContext(ctx context.Context, path string) (... type MountInput (line 245) | type MountInput struct type MountConfigInput (line 259) | type MountConfigInput struct type MountOutput (line 278) | type MountOutput struct type MountConfigOutput (line 294) | type MountConfigOutput struct type UserLockoutConfigInput (line 310) | type UserLockoutConfigInput struct type UserLockoutConfigOutput (line 317) | type UserLockoutConfigOutput struct type MountMigrationOutput (line 324) | type MountMigrationOutput struct type MountMigrationStatusOutput (line 328) | type MountMigrationStatusOutput struct type MountMigrationStatusInfo (line 333) | type MountMigrationStatusInfo struct FILE: vendor/github.com/hashicorp/vault/api/sys_plugins.go type ListPluginsInput (line 17) | type ListPluginsInput struct type ListPluginsResponse (line 23) | type ListPluginsResponse struct type PluginDetails (line 36) | type PluginDetails struct method ListPlugins (line 45) | func (c *Sys) ListPlugins(i *ListPluginsInput) (*ListPluginsResponse, er... method ListPluginsWithContext (line 51) | func (c *Sys) ListPluginsWithContext(ctx context.Context, i *ListPlugins... type GetPluginInput (line 134) | type GetPluginInput struct type GetPluginResponse (line 143) | type GetPluginResponse struct method GetPlugin (line 155) | func (c *Sys) GetPlugin(i *GetPluginInput) (*GetPluginResponse, error) { method GetPluginWithContext (line 160) | func (c *Sys) GetPluginWithContext(ctx context.Context, i *GetPluginInpu... type RegisterPluginInput (line 187) | type RegisterPluginInput struct method RegisterPlugin (line 215) | func (c *Sys) RegisterPlugin(i *RegisterPluginInput) error { method RegisterPluginWithContext (line 220) | func (c *Sys) RegisterPluginWithContext(ctx context.Context, i *Register... type DeregisterPluginInput (line 239) | type DeregisterPluginInput struct method DeregisterPlugin (line 251) | func (c *Sys) DeregisterPlugin(i *DeregisterPluginInput) error { method DeregisterPluginWithContext (line 257) | func (c *Sys) DeregisterPluginWithContext(ctx context.Context, i *Deregi... type ReloadPluginInput (line 272) | type ReloadPluginInput struct method ReloadPlugin (line 284) | func (c *Sys) ReloadPlugin(i *ReloadPluginInput) (string, error) { method ReloadPluginWithContext (line 290) | func (c *Sys) ReloadPluginWithContext(ctx context.Context, i *ReloadPlug... type ReloadStatus (line 321) | type ReloadStatus struct type ReloadStatusResponse (line 327) | type ReloadStatusResponse struct type ReloadPluginStatusInput (line 333) | type ReloadPluginStatusInput struct method ReloadPluginStatus (line 339) | func (c *Sys) ReloadPluginStatus(reloadStatusInput *ReloadPluginStatusIn... method ReloadPluginStatusWithContext (line 344) | func (c *Sys) ReloadPluginStatusWithContext(ctx context.Context, reloadS... function catalogPathByType (line 381) | func catalogPathByType(pluginType PluginType, name string) string { FILE: vendor/github.com/hashicorp/vault/api/sys_plugins_runtimes.go type GetPluginRuntimeInput (line 16) | type GetPluginRuntimeInput struct type GetPluginRuntimeResponse (line 24) | type GetPluginRuntimeResponse struct method GetPluginRuntime (line 34) | func (c *Sys) GetPluginRuntime(ctx context.Context, i *GetPluginRuntimeI... type RegisterPluginRuntimeInput (line 58) | type RegisterPluginRuntimeInput struct method RegisterPluginRuntime (line 72) | func (c *Sys) RegisterPluginRuntime(ctx context.Context, i *RegisterPlug... type DeregisterPluginRuntimeInput (line 91) | type DeregisterPluginRuntimeInput struct method DeregisterPluginRuntime (line 101) | func (c *Sys) DeregisterPluginRuntime(ctx context.Context, i *Deregister... type PluginRuntimeDetails (line 114) | type PluginRuntimeDetails struct type ListPluginRuntimesInput (line 124) | type ListPluginRuntimesInput struct type ListPluginRuntimesResponse (line 130) | type ListPluginRuntimesResponse struct method ListPluginRuntimes (line 137) | func (c *Sys) ListPluginRuntimes(ctx context.Context, input *ListPluginR... function pluginRuntimeCatalogPathByType (line 187) | func pluginRuntimeCatalogPathByType(runtimeType PluginRuntimeType, name ... FILE: vendor/github.com/hashicorp/vault/api/sys_policy.go method ListPolicies (line 15) | func (c *Sys) ListPolicies() ([]string, error) { method ListPoliciesWithContext (line 19) | func (c *Sys) ListPoliciesWithContext(ctx context.Context) ([]string, er... method GetPolicy (line 52) | func (c *Sys) GetPolicy(name string) (string, error) { method GetPolicyWithContext (line 56) | func (c *Sys) GetPolicyWithContext(ctx context.Context, name string) (st... method PutPolicy (line 88) | func (c *Sys) PutPolicy(name, rules string) error { method PutPolicyWithContext (line 92) | func (c *Sys) PutPolicyWithContext(ctx context.Context, name, rules stri... method DeletePolicy (line 114) | func (c *Sys) DeletePolicy(name string) error { method DeletePolicyWithContext (line 118) | func (c *Sys) DeletePolicyWithContext(ctx context.Context, name string) ... type getPoliciesResp (line 131) | type getPoliciesResp struct type listPoliciesResp (line 135) | type listPoliciesResp struct FILE: vendor/github.com/hashicorp/vault/api/sys_raft.go type RaftJoinResponse (line 25) | type RaftJoinResponse struct type RaftJoinRequest (line 30) | type RaftJoinRequest struct type AutopilotConfig (line 43) | type AutopilotConfig struct method MarshalJSON (line 54) | func (ac *AutopilotConfig) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 67) | func (ac *AutopilotConfig) UnmarshalJSON(b []byte) error { type AutopilotState (line 91) | type AutopilotState struct type AutopilotServer (line 105) | type AutopilotServer struct type AutopilotZone (line 122) | type AutopilotZone struct type AutopilotUpgrade (line 128) | type AutopilotUpgrade struct type AutopilotZoneUpgradeVersions (line 140) | type AutopilotZoneUpgradeVersions struct method RaftJoin (line 148) | func (c *Sys) RaftJoin(opts *RaftJoinRequest) (*RaftJoinResponse, error) { method RaftJoinWithContext (line 154) | func (c *Sys) RaftJoinWithContext(ctx context.Context, opts *RaftJoinReq... method RaftSnapshot (line 176) | func (c *Sys) RaftSnapshot(snapWriter io.Writer) error { method RaftSnapshotWithContext (line 182) | func (c *Sys) RaftSnapshotWithContext(ctx context.Context, snapWriter io... method RaftSnapshotRestore (line 250) | func (c *Sys) RaftSnapshotRestore(snapReader io.Reader, force bool) error { method RaftSnapshotRestoreWithContext (line 256) | func (c *Sys) RaftSnapshotRestoreWithContext(ctx context.Context, snapRe... method RaftAutopilotState (line 275) | func (c *Sys) RaftAutopilotState() (*AutopilotState, error) { method RaftAutopilotStateWithDRToken (line 280) | func (c *Sys) RaftAutopilotStateWithDRToken(drToken string) (*AutopilotS... method RaftAutopilotStateWithContext (line 285) | func (c *Sys) RaftAutopilotStateWithContext(ctx context.Context) (*Autop... method RaftAutopilotConfiguration (line 323) | func (c *Sys) RaftAutopilotConfiguration() (*AutopilotConfig, error) { method RaftAutopilotConfigurationWithDRToken (line 328) | func (c *Sys) RaftAutopilotConfigurationWithDRToken(drToken string) (*Au... method RaftAutopilotConfigurationWithContext (line 333) | func (c *Sys) RaftAutopilotConfigurationWithContext(ctx context.Context)... method PutRaftAutopilotConfiguration (line 380) | func (c *Sys) PutRaftAutopilotConfiguration(opts *AutopilotConfig) error { method PutRaftAutopilotConfigurationWithContext (line 385) | func (c *Sys) PutRaftAutopilotConfigurationWithContext(ctx context.Conte... FILE: vendor/github.com/hashicorp/vault/api/sys_rekey.go method RekeyStatus (line 14) | func (c *Sys) RekeyStatus() (*RekeyStatusResponse, error) { method RekeyStatusWithContext (line 18) | func (c *Sys) RekeyStatusWithContext(ctx context.Context) (*RekeyStatusR... method RekeyRecoveryKeyStatus (line 35) | func (c *Sys) RekeyRecoveryKeyStatus() (*RekeyStatusResponse, error) { method RekeyRecoveryKeyStatusWithContext (line 39) | func (c *Sys) RekeyRecoveryKeyStatusWithContext(ctx context.Context) (*R... method RekeyVerificationStatus (line 56) | func (c *Sys) RekeyVerificationStatus() (*RekeyVerificationStatusRespons... method RekeyVerificationStatusWithContext (line 60) | func (c *Sys) RekeyVerificationStatusWithContext(ctx context.Context) (*... method RekeyRecoveryKeyVerificationStatus (line 77) | func (c *Sys) RekeyRecoveryKeyVerificationStatus() (*RekeyVerificationSt... method RekeyRecoveryKeyVerificationStatusWithContext (line 81) | func (c *Sys) RekeyRecoveryKeyVerificationStatusWithContext(ctx context.... method RekeyInit (line 98) | func (c *Sys) RekeyInit(config *RekeyInitRequest) (*RekeyStatusResponse,... method RekeyInitWithContext (line 102) | func (c *Sys) RekeyInitWithContext(ctx context.Context, config *RekeyIni... method RekeyRecoveryKeyInit (line 122) | func (c *Sys) RekeyRecoveryKeyInit(config *RekeyInitRequest) (*RekeyStat... method RekeyRecoveryKeyInitWithContext (line 126) | func (c *Sys) RekeyRecoveryKeyInitWithContext(ctx context.Context, confi... method RekeyCancel (line 146) | func (c *Sys) RekeyCancel() error { method RekeyCancelWithContext (line 150) | func (c *Sys) RekeyCancelWithContext(ctx context.Context) error { method RekeyRecoveryKeyCancel (line 163) | func (c *Sys) RekeyRecoveryKeyCancel() error { method RekeyRecoveryKeyCancelWithContext (line 167) | func (c *Sys) RekeyRecoveryKeyCancelWithContext(ctx context.Context) err... method RekeyVerificationCancel (line 180) | func (c *Sys) RekeyVerificationCancel() error { method RekeyVerificationCancelWithContext (line 184) | func (c *Sys) RekeyVerificationCancelWithContext(ctx context.Context) er... method RekeyRecoveryKeyVerificationCancel (line 197) | func (c *Sys) RekeyRecoveryKeyVerificationCancel() error { method RekeyRecoveryKeyVerificationCancelWithContext (line 201) | func (c *Sys) RekeyRecoveryKeyVerificationCancelWithContext(ctx context.... method RekeyUpdate (line 214) | func (c *Sys) RekeyUpdate(shard, nonce string) (*RekeyUpdateResponse, er... method RekeyUpdateWithContext (line 218) | func (c *Sys) RekeyUpdateWithContext(ctx context.Context, shard, nonce s... method RekeyRecoveryKeyUpdate (line 243) | func (c *Sys) RekeyRecoveryKeyUpdate(shard, nonce string) (*RekeyUpdateR... method RekeyRecoveryKeyUpdateWithContext (line 247) | func (c *Sys) RekeyRecoveryKeyUpdateWithContext(ctx context.Context, sha... method RekeyRetrieveBackup (line 272) | func (c *Sys) RekeyRetrieveBackup() (*RekeyRetrieveResponse, error) { method RekeyRetrieveBackupWithContext (line 276) | func (c *Sys) RekeyRetrieveBackupWithContext(ctx context.Context) (*Reke... method RekeyRetrieveRecoveryBackup (line 305) | func (c *Sys) RekeyRetrieveRecoveryBackup() (*RekeyRetrieveResponse, err... method RekeyRetrieveRecoveryBackupWithContext (line 309) | func (c *Sys) RekeyRetrieveRecoveryBackupWithContext(ctx context.Context... method RekeyDeleteBackup (line 338) | func (c *Sys) RekeyDeleteBackup() error { method RekeyDeleteBackupWithContext (line 342) | func (c *Sys) RekeyDeleteBackupWithContext(ctx context.Context) error { method RekeyDeleteRecoveryBackup (line 356) | func (c *Sys) RekeyDeleteRecoveryBackup() error { method RekeyDeleteRecoveryBackupWithContext (line 360) | func (c *Sys) RekeyDeleteRecoveryBackupWithContext(ctx context.Context) ... method RekeyVerificationUpdate (line 374) | func (c *Sys) RekeyVerificationUpdate(shard, nonce string) (*RekeyVerifi... method RekeyVerificationUpdateWithContext (line 378) | func (c *Sys) RekeyVerificationUpdateWithContext(ctx context.Context, sh... method RekeyRecoveryKeyVerificationUpdate (line 403) | func (c *Sys) RekeyRecoveryKeyVerificationUpdate(shard, nonce string) (*... method RekeyRecoveryKeyVerificationUpdateWithContext (line 407) | func (c *Sys) RekeyRecoveryKeyVerificationUpdateWithContext(ctx context.... type RekeyInitRequest (line 432) | type RekeyInitRequest struct type RekeyStatusResponse (line 441) | type RekeyStatusResponse struct type RekeyUpdateResponse (line 454) | type RekeyUpdateResponse struct type RekeyRetrieveResponse (line 465) | type RekeyRetrieveResponse struct type RekeyVerificationStatusResponse (line 471) | type RekeyVerificationStatusResponse struct type RekeyVerificationUpdateResponse (line 479) | type RekeyVerificationUpdateResponse struct FILE: vendor/github.com/hashicorp/vault/api/sys_rotate.go method Rotate (line 14) | func (c *Sys) Rotate() error { method RotateWithContext (line 18) | func (c *Sys) RotateWithContext(ctx context.Context) error { method KeyStatus (line 31) | func (c *Sys) KeyStatus() (*KeyStatus, error) { method KeyStatusWithContext (line 35) | func (c *Sys) KeyStatusWithContext(ctx context.Context) (*KeyStatus, err... type KeyStatus (line 101) | type KeyStatus struct FILE: vendor/github.com/hashicorp/vault/api/sys_seal.go method SealStatus (line 11) | func (c *Sys) SealStatus() (*SealStatusResponse, error) { method SealStatusWithContext (line 15) | func (c *Sys) SealStatusWithContext(ctx context.Context) (*SealStatusRes... method Seal (line 20) | func (c *Sys) Seal() error { method SealWithContext (line 24) | func (c *Sys) SealWithContext(ctx context.Context) error { method ResetUnsealProcess (line 39) | func (c *Sys) ResetUnsealProcess() (*SealStatusResponse, error) { method ResetUnsealProcessWithContext (line 43) | func (c *Sys) ResetUnsealProcessWithContext(ctx context.Context) (*SealS... method Unseal (line 54) | func (c *Sys) Unseal(shard string) (*SealStatusResponse, error) { method UnsealWithContext (line 58) | func (c *Sys) UnsealWithContext(ctx context.Context, shard string) (*Sea... method UnsealWithOptions (line 69) | func (c *Sys) UnsealWithOptions(opts *UnsealOpts) (*SealStatusResponse, ... method UnsealWithOptionsWithContext (line 73) | func (c *Sys) UnsealWithOptionsWithContext(ctx context.Context, opts *Un... function sealStatusRequestWithContext (line 83) | func sealStatusRequestWithContext(ctx context.Context, c *Sys, r *Reques... type SealStatusResponse (line 98) | type SealStatusResponse struct type UnsealOpts (line 118) | type UnsealOpts struct FILE: vendor/github.com/hashicorp/vault/api/sys_stepdown.go method StepDown (line 11) | func (c *Sys) StepDown() error { method StepDownWithContext (line 15) | func (c *Sys) StepDownWithContext(ctx context.Context) error { FILE: vendor/github.com/jmespath/go-jmespath/api.go type JMESPath (line 7) | type JMESPath struct method Search (line 36) | func (jp *JMESPath) Search(data interface{}) (interface{}, error) { function Compile (line 14) | func Compile(expression string) (*JMESPath, error) { function MustCompile (line 27) | func MustCompile(expression string) *JMESPath { function Search (line 41) | func Search(expression string, data interface{}) (interface{}, error) { FILE: vendor/github.com/jmespath/go-jmespath/astnodetype_string.go constant _astNodeType_name (line 7) | _astNodeType_name = "ASTEmptyASTComparatorASTCurrentNodeASTExpRefASTFunc... method String (line 11) | func (i astNodeType) String() string { FILE: vendor/github.com/jmespath/go-jmespath/functions.go type jpFunction (line 15) | type jpFunction type jpType (line 17) | type jpType constant jpUnknown (line 20) | jpUnknown jpType = "unknown" constant jpNumber (line 21) | jpNumber jpType = "number" constant jpString (line 22) | jpString jpType = "string" constant jpArray (line 23) | jpArray jpType = "array" constant jpObject (line 24) | jpObject jpType = "object" constant jpArrayNumber (line 25) | jpArrayNumber jpType = "array[number]" constant jpArrayString (line 26) | jpArrayString jpType = "array[string]" constant jpExpref (line 27) | jpExpref jpType = "expref" constant jpAny (line 28) | jpAny jpType = "any" type functionEntry (line 31) | type functionEntry struct method resolveArgs (line 326) | func (e *functionEntry) resolveArgs(arguments []interface{}) ([]interf... type argSpec (line 38) | type argSpec struct method typeCheck (line 349) | func (a *argSpec) typeCheck(arg interface{}) error { type byExprString (line 43) | type byExprString struct method Len (line 50) | func (a *byExprString) Len() int { method Swap (line 53) | func (a *byExprString) Swap(i, j int) { method Less (line 56) | func (a *byExprString) Less(i, j int) bool { type byExprFloat (line 82) | type byExprFloat struct method Len (line 89) | func (a *byExprFloat) Len() int { method Swap (line 92) | func (a *byExprFloat) Swap(i, j int) { method Less (line 95) | func (a *byExprFloat) Less(i, j int) bool { type functionCaller (line 121) | type functionCaller struct method CallFunction (line 387) | func (f *functionCaller) CallFunction(name string, arguments []interfa... function newFunctionCaller (line 125) | func newFunctionCaller() *functionCaller { function jpfAbs (line 404) | func jpfAbs(arguments []interface{}) (interface{}, error) { function jpfLength (line 409) | func jpfLength(arguments []interface{}) (interface{}, error) { function jpfStartsWith (line 422) | func jpfStartsWith(arguments []interface{}) (interface{}, error) { function jpfAvg (line 428) | func jpfAvg(arguments []interface{}) (interface{}, error) { function jpfCeil (line 439) | func jpfCeil(arguments []interface{}) (interface{}, error) { function jpfContains (line 443) | func jpfContains(arguments []interface{}) (interface{}, error) { function jpfEndsWith (line 461) | func jpfEndsWith(arguments []interface{}) (interface{}, error) { function jpfFloor (line 466) | func jpfFloor(arguments []interface{}) (interface{}, error) { function jpfMap (line 470) | func jpfMap(arguments []interface{}) (interface{}, error) { function jpfMax (line 485) | func jpfMax(arguments []interface{}) (interface{}, error) { function jpfMerge (line 517) | func jpfMerge(arguments []interface{}) (interface{}, error) { function jpfMaxBy (line 527) | func jpfMaxBy(arguments []interface{}) (interface{}, error) { function jpfSum (line 582) | func jpfSum(arguments []interface{}) (interface{}, error) { function jpfMin (line 591) | func jpfMin(arguments []interface{}) (interface{}, error) { function jpfMinBy (line 623) | func jpfMinBy(arguments []interface{}) (interface{}, error) { function jpfType (line 677) | func jpfType(arguments []interface{}) (interface{}, error) { function jpfKeys (line 699) | func jpfKeys(arguments []interface{}) (interface{}, error) { function jpfValues (line 707) | func jpfValues(arguments []interface{}) (interface{}, error) { function jpfSort (line 715) | func jpfSort(arguments []interface{}) (interface{}, error) { function jpfSortBy (line 735) | func jpfSortBy(arguments []interface{}) (interface{}, error) { function jpfJoin (line 767) | func jpfJoin(arguments []interface{}) (interface{}, error) { function jpfReverse (line 777) | func jpfReverse(arguments []interface{}) (interface{}, error) { function jpfToArray (line 793) | func jpfToArray(arguments []interface{}) (interface{}, error) { function jpfToString (line 799) | func jpfToString(arguments []interface{}) (interface{}, error) { function jpfToNumber (line 809) | func jpfToNumber(arguments []interface{}) (interface{}, error) { function jpfNotNull (line 835) | func jpfNotNull(arguments []interface{}) (interface{}, error) { FILE: vendor/github.com/jmespath/go-jmespath/interpreter.go type treeInterpreter (line 14) | type treeInterpreter struct method Execute (line 31) | func (intr *treeInterpreter) Execute(node ASTNode, value interface{}) ... method fieldFromStruct (line 317) | func (intr *treeInterpreter) fieldFromStruct(key string, value interfa... method flattenWithReflection (line 342) | func (intr *treeInterpreter) flattenWithReflection(value interface{}) ... method sliceWithReflection (line 363) | func (intr *treeInterpreter) sliceWithReflection(node ASTNode, value i... method filterProjectionWithReflection (line 381) | func (intr *treeInterpreter) filterProjectionWithReflection(node ASTNo... method projectWithReflection (line 404) | func (intr *treeInterpreter) projectWithReflection(node ASTNode, value... function newInterpreter (line 18) | func newInterpreter() *treeInterpreter { type expRef (line 24) | type expRef struct FILE: vendor/github.com/jmespath/go-jmespath/lexer.go type token (line 12) | type token struct method String (line 111) | func (t token) String() string { type tokType (line 19) | type tokType constant eof (line 21) | eof = -1 type Lexer (line 24) | type Lexer struct method next (line 122) | func (lexer *Lexer) next() rune { method back (line 133) | func (lexer *Lexer) back() { method peek (line 137) | func (lexer *Lexer) peek() rune { method tokenize (line 144) | func (lexer *Lexer) tokenize(expression string) ([]token, error) { method consumeUntil (line 223) | func (lexer *Lexer) consumeUntil(end rune) (string, error) { method consumeLiteral (line 244) | func (lexer *Lexer) consumeLiteral() (token, error) { method consumeRawStringLiteral (line 259) | func (lexer *Lexer) consumeRawStringLiteral() (token, error) { method syntaxError (line 296) | func (lexer *Lexer) syntaxError(msg string) SyntaxError { method matchOrElse (line 307) | func (lexer *Lexer) matchOrElse(first rune, second rune, matchedType t... method consumeLBracket (line 330) | func (lexer *Lexer) consumeLBracket() token { method consumeQuotedIdentifier (line 364) | func (lexer *Lexer) consumeQuotedIdentifier() (token, error) { method consumeUnquotedIdentifier (line 383) | func (lexer *Lexer) consumeUnquotedIdentifier() token { method consumeNumber (line 403) | func (lexer *Lexer) consumeNumber() token { type SyntaxError (line 32) | type SyntaxError struct method Error (line 38) | func (e SyntaxError) Error() string { method HighlightLocation (line 47) | func (e SyntaxError) HighlightLocation() string { constant tUnknown (line 53) | tUnknown tokType = iota constant tStar (line 54) | tStar constant tDot (line 55) | tDot constant tFilter (line 56) | tFilter constant tFlatten (line 57) | tFlatten constant tLparen (line 58) | tLparen constant tRparen (line 59) | tRparen constant tLbracket (line 60) | tLbracket constant tRbracket (line 61) | tRbracket constant tLbrace (line 62) | tLbrace constant tRbrace (line 63) | tRbrace constant tOr (line 64) | tOr constant tPipe (line 65) | tPipe constant tNumber (line 66) | tNumber constant tUnquotedIdentifier (line 67) | tUnquotedIdentifier constant tQuotedIdentifier (line 68) | tQuotedIdentifier constant tComma (line 69) | tComma constant tColon (line 70) | tColon constant tLT (line 71) | tLT constant tLTE (line 72) | tLTE constant tGT (line 73) | tGT constant tGTE (line 74) | tGTE constant tEQ (line 75) | tEQ constant tNE (line 76) | tNE constant tJSONLiteral (line 77) | tJSONLiteral constant tStringLiteral (line 78) | tStringLiteral constant tCurrent (line 79) | tCurrent constant tExpref (line 80) | tExpref constant tAnd (line 81) | tAnd constant tNot (line 82) | tNot constant tEOF (line 83) | tEOF constant identifierStartBits (line 102) | identifierStartBits uint64 = 576460745995190270 function NewLexer (line 117) | func NewLexer() *Lexer { FILE: vendor/github.com/jmespath/go-jmespath/parser.go type astNodeType (line 10) | type astNodeType constant ASTEmpty (line 14) | ASTEmpty astNodeType = iota constant ASTComparator (line 15) | ASTComparator constant ASTCurrentNode (line 16) | ASTCurrentNode constant ASTExpRef (line 17) | ASTExpRef constant ASTFunctionExpression (line 18) | ASTFunctionExpression constant ASTField (line 19) | ASTField constant ASTFilterProjection (line 20) | ASTFilterProjection constant ASTFlatten (line 21) | ASTFlatten constant ASTIdentity (line 22) | ASTIdentity constant ASTIndex (line 23) | ASTIndex constant ASTIndexExpression (line 24) | ASTIndexExpression constant ASTKeyValPair (line 25) | ASTKeyValPair constant ASTLiteral (line 26) | ASTLiteral constant ASTMultiSelectHash (line 27) | ASTMultiSelectHash constant ASTMultiSelectList (line 28) | ASTMultiSelectList constant ASTOrExpression (line 29) | ASTOrExpression constant ASTAndExpression (line 30) | ASTAndExpression constant ASTNotExpression (line 31) | ASTNotExpression constant ASTPipe (line 32) | ASTPipe constant ASTProjection (line 33) | ASTProjection constant ASTSubexpression (line 34) | ASTSubexpression constant ASTSlice (line 35) | ASTSlice constant ASTValueProjection (line 36) | ASTValueProjection type ASTNode (line 40) | type ASTNode struct method String (line 46) | func (node ASTNode) String() string { method PrettyPrint (line 55) | func (node ASTNode) PrettyPrint(indent int) string { type Parser (line 112) | type Parser struct method Parse (line 125) | func (p *Parser) Parse(expression string) (ASTNode, error) { method parseExpression (line 145) | func (p *Parser) parseExpression(bindingPower int) (ASTNode, error) { method parseIndexExpression (line 165) | func (p *Parser) parseIndexExpression() (ASTNode, error) { method parseSliceExpression (line 182) | func (p *Parser) parseSliceExpression() (ASTNode, error) { method match (line 212) | func (p *Parser) match(tokenType tokType) error { method led (line 220) | func (p *Parser) led(tokenType tokType, node ASTNode) (ASTNode, error) { method nud (line 317) | func (p *Parser) nud(token token) (ASTNode, error) { method parseMultiSelectList (line 416) | func (p *Parser) parseMultiSelectList() (ASTNode, error) { method parseMultiSelectHash (line 442) | func (p *Parser) parseMultiSelectHash() (ASTNode, error) { method projectIfSlice (line 485) | func (p *Parser) projectIfSlice(left ASTNode, right ASTNode) (ASTNode,... method parseFilter (line 499) | func (p *Parser) parseFilter(node ASTNode) (ASTNode, error) { method parseDotRHS (line 524) | func (p *Parser) parseDotRHS(bindingPower int) (ASTNode, error) { method parseProjectionRHS (line 542) | func (p *Parser) parseProjectionRHS(bindingPower int) (ASTNode, error) { method lookahead (line 561) | func (p *Parser) lookahead(number int) tokType { method current (line 565) | func (p *Parser) current() tokType { method lookaheadToken (line 569) | func (p *Parser) lookaheadToken(number int) token { method advance (line 573) | func (p *Parser) advance() { method syntaxError (line 586) | func (p *Parser) syntaxError(msg string) SyntaxError { method syntaxErrorToken (line 597) | func (p *Parser) syntaxErrorToken(msg string, t token) SyntaxError { function NewParser (line 119) | func NewParser() *Parser { function tokensOneOf (line 577) | func tokensOneOf(elements []tokType, token tokType) bool { FILE: vendor/github.com/jmespath/go-jmespath/toktype_string.go constant _tokType_name (line 7) | _tokType_name = "tUnknowntStartDottFiltertFlattentLparentRparentLbracket... method String (line 11) | func (i tokType) String() string { FILE: vendor/github.com/jmespath/go-jmespath/util.go function isFalse (line 13) | func isFalse(value interface{}) bool { function objsEqual (line 50) | func objsEqual(left interface{}, right interface{}) bool { type sliceParam (line 57) | type sliceParam struct function slice (line 63) | func slice(slice []interface{}, parts []sliceParam) ([]interface{}, erro... function computeSliceParams (line 82) | func computeSliceParams(length int, parts []sliceParam) ([]int, error) { function capSlice (line 120) | func capSlice(length int, actual int, step int) int { function toArrayNum (line 143) | func toArrayNum(data interface{}) ([]float64, bool) { function toArrayStr (line 164) | func toArrayStr(data interface{}) ([]string, bool) { function isSliceType (line 180) | func isSliceType(v interface{}) bool { FILE: vendor/github.com/kelseyhightower/memkv/kvpair.go type KVPair (line 3) | type KVPair struct type KVPairs (line 8) | type KVPairs method Len (line 10) | func (ks KVPairs) Len() int { method Less (line 14) | func (ks KVPairs) Less(i, j int) bool { method Swap (line 18) | func (ks KVPairs) Swap(i, j int) { FILE: vendor/github.com/kelseyhightower/memkv/store.go type KeyError (line 19) | type KeyError struct method Error (line 24) | func (e *KeyError) Error() string { type Store (line 30) | type Store struct method Del (line 52) | func (s Store) Del(key string) { method Exists (line 59) | func (s Store) Exists(key string) bool { method Get (line 69) | func (s Store) Get(key string) (KVPair, error) { method GetValue (line 81) | func (s Store) GetValue(key string, v ...string) (string, error) { method GetAll (line 95) | func (s Store) GetAll(pattern string) (KVPairs, error) { method GetAllValues (line 115) | func (s Store) GetAllValues(pattern string) ([]string, error) { method List (line 131) | func (s Store) List(filePath string) []string { method ListDir (line 154) | func (s Store) ListDir(filePath string) []string { method Set (line 176) | func (s Store) Set(key string, value string) { method Purge (line 182) | func (s Store) Purge() { function New (line 37) | func New() Store { function stripKey (line 190) | func stripKey(key, prefix string) string { function pathToTerms (line 194) | func pathToTerms(filePath string) []string { function samePrefixTerms (line 198) | func samePrefixTerms(prefix, test []string) bool { FILE: vendor/github.com/mattn/go-colorable/colorable_appengine.go function NewColorable (line 14) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 23) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 28) | func NewColorableStderr() io.Writer { function EnableColorsStdout (line 33) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/colorable_others.go function NewColorable (line 14) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 23) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 28) | func NewColorableStderr() io.Writer { function EnableColorsStdout (line 33) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/colorable_windows.go constant foregroundBlue (line 21) | foregroundBlue = 0x1 constant foregroundGreen (line 22) | foregroundGreen = 0x2 constant foregroundRed (line 23) | foregroundRed = 0x4 constant foregroundIntensity (line 24) | foregroundIntensity = 0x8 constant foregroundMask (line 25) | foregroundMask = (foregroundRed | foregroundBlue | foregroundGreen ... constant backgroundBlue (line 26) | backgroundBlue = 0x10 constant backgroundGreen (line 27) | backgroundGreen = 0x20 constant backgroundRed (line 28) | backgroundRed = 0x40 constant backgroundIntensity (line 29) | backgroundIntensity = 0x80 constant backgroundMask (line 30) | backgroundMask = (backgroundRed | backgroundBlue | backgroundGreen ... constant commonLvbUnderscore (line 31) | commonLvbUnderscore = 0x8000 constant cENABLE_VIRTUAL_TERMINAL_PROCESSING (line 33) | cENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x4 constant genericRead (line 37) | genericRead = 0x80000000 constant genericWrite (line 38) | genericWrite = 0x40000000 constant consoleTextmodeBuffer (line 42) | consoleTextmodeBuffer = 0x1 type wchar (line 45) | type wchar type short (line 46) | type short type dword (line 47) | type dword type word (line 48) | type word type coord (line 50) | type coord struct type smallRect (line 55) | type smallRect struct type consoleScreenBufferInfo (line 62) | type consoleScreenBufferInfo struct type consoleCursorInfo (line 70) | type consoleCursorInfo struct type Writer (line 91) | type Writer struct method Write (line 437) | func (w *Writer) Write(data []byte) (n int, err error) { function NewColorable (line 102) | func NewColorable(file *os.File) io.Writer { function NewColorableStdout (line 121) | func NewColorableStdout() io.Writer { function NewColorableStderr (line 126) | func NewColorableStderr() io.Writer { function doTitleSequence (line 390) | func doTitleSequence(er *bytes.Reader) error { function atoiWithDefault (line 429) | func atoiWithDefault(s string, def int) (int, error) { type consoleColor (line 869) | type consoleColor struct method foregroundAttr (line 877) | func (c consoleColor) foregroundAttr() (attr word) { method backgroundAttr (line 893) | func (c consoleColor) backgroundAttr() (attr word) { type hsv (line 928) | type hsv struct method dist (line 932) | func (a hsv) dist(b hsv) float32 { function toHSV (line 945) | func toHSV(rgb int) hsv { type hsvTable (line 972) | type hsvTable method find (line 982) | func (t hsvTable) find(rgb int) consoleColor { function toHSVTable (line 974) | func toHSVTable(rgbTable []consoleColor) hsvTable { function minmax3f (line 995) | func minmax3f(a, b, c float32) (min, max float32) { function n256setup (line 1018) | func n256setup() { function EnableColorsStdout (line 1030) | func EnableColorsStdout(enabled *bool) func() { FILE: vendor/github.com/mattn/go-colorable/noncolorable.go type NonColorable (line 9) | type NonColorable struct method Write (line 19) | func (w *NonColorable) Write(data []byte) (n int, err error) { function NewNonColorable (line 14) | func NewNonColorable(w io.Writer) io.Writer { FILE: vendor/github.com/mattn/go-isatty/isatty_bsd.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 18) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_others.go function IsTerminal (line 9) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 15) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_plan9.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 21) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_solaris.go function IsTerminal (line 12) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 19) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_tcgets.go function IsTerminal (line 11) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 18) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_windows.go constant objectNameInfo (line 15) | objectNameInfo uintptr = 1 constant fileNameInfo (line 16) | fileNameInfo = 2 constant fileTypePipe (line 17) | fileTypePipe = 3 function init (line 29) | func init() { function IsTerminal (line 37) | func IsTerminal(fd uintptr) bool { function isCygwinPipeName (line 46) | func isCygwinPipeName(name string) bool { function getFileNameByHandle (line 83) | func getFileNameByHandle(fd uintptr) (string, error) { function IsCygwinTerminal (line 100) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mitchellh/go-homedir/homedir.go function Dir (line 26) | func Dir() (string, error) { function Expand (line 58) | func Expand(path string) (string, error) { function Reset (line 83) | func Reset() { function dirUnix (line 89) | func dirUnix() (string, error) { function dirWindows (line 148) | func dirWindows() (string, error) { FILE: vendor/github.com/mitchellh/mapstructure/decode_hooks.go function typedDecodeHook (line 16) | func typedDecodeHook(h DecodeHookFunc) DecodeHookFunc { function DecodeHookExec (line 41) | func DecodeHookExec( function ComposeDecodeHookFunc (line 62) | func ComposeDecodeHookFunc(fs ...DecodeHookFunc) DecodeHookFunc { function OrComposeDecodeHookFunc (line 82) | func OrComposeDecodeHookFunc(ff ...DecodeHookFunc) DecodeHookFunc { function StringToSliceHookFunc (line 104) | func StringToSliceHookFunc(sep string) DecodeHookFunc { function StringToTimeDurationHookFunc (line 124) | func StringToTimeDurationHookFunc() DecodeHookFunc { function StringToIPHookFunc (line 143) | func StringToIPHookFunc() DecodeHookFunc { function StringToIPNetHookFunc (line 167) | func StringToIPNetHookFunc() DecodeHookFunc { function StringToTimeHookFunc (line 187) | func StringToTimeHookFunc(layout string) DecodeHookFunc { function WeaklyTypedHook (line 209) | func WeaklyTypedHook( function RecursiveStructToMapHookFunc (line 240) | func RecursiveStructToMapHookFunc() DecodeHookFunc { function TextUnmarshallerHookFunc (line 261) | func TextUnmarshallerHookFunc() DecodeHookFuncType { FILE: vendor/github.com/mitchellh/mapstructure/error.go type Error (line 12) | type Error struct method Error (line 16) | func (e *Error) Error() string { method WrappedErrors (line 30) | func (e *Error) WrappedErrors() []error { function appendErrors (line 43) | func appendErrors(errors []string, err error) []string { FILE: vendor/github.com/mitchellh/mapstructure/mapstructure.go type DecodeHookFunc (line 185) | type DecodeHookFunc interface type DecodeHookFuncType (line 189) | type DecodeHookFuncType type DecodeHookFuncKind (line 193) | type DecodeHookFuncKind type DecodeHookFuncValue (line 197) | type DecodeHookFuncValue type DecoderConfig (line 201) | type DecoderConfig struct type Decoder (line 284) | type Decoder struct method Decode (line 416) | func (d *Decoder) Decode(input interface{}) error { method decode (line 421) | func (d *Decoder) decode(name string, input interface{}, outVal reflec... method decodeBasic (line 509) | func (d *Decoder) decodeBasic(name string, data interface{}, val refle... method decodeString (line 565) | func (d *Decoder) decodeString(name string, data interface{}, val refl... method decodeInt (line 617) | func (d *Decoder) decodeInt(name string, data interface{}, val reflect... method decodeUint (line 664) | func (d *Decoder) decodeUint(name string, data interface{}, val reflec... method decodeBool (line 721) | func (d *Decoder) decodeBool(name string, data interface{}, val reflec... method decodeFloat (line 752) | func (d *Decoder) decodeFloat(name string, data interface{}, val refle... method decodeMap (line 799) | func (d *Decoder) decodeMap(name string, data interface{}, val reflect... method decodeMapFromSlice (line 835) | func (d *Decoder) decodeMapFromSlice(name string, dataVal reflect.Valu... method decodeMapFromMap (line 854) | func (d *Decoder) decodeMapFromMap(name string, dataVal reflect.Value,... method decodeMapFromStruct (line 908) | func (d *Decoder) decodeMapFromStruct(name string, dataVal reflect.Val... method decodePtr (line 1018) | func (d *Decoder) decodePtr(name string, data interface{}, val reflect... method decodeFunc (line 1065) | func (d *Decoder) decodeFunc(name string, data interface{}, val reflec... method decodeSlice (line 1078) | func (d *Decoder) decodeSlice(name string, data interface{}, val refle... method decodeArray (line 1155) | func (d *Decoder) decodeArray(name string, data interface{}, val refle... method decodeStruct (line 1222) | func (d *Decoder) decodeStruct(name string, data interface{}, val refl... method decodeStructFromMap (line 1265) | func (d *Decoder) decodeStructFromMap(name string, dataVal, val reflec... type Metadata (line 290) | type Metadata struct function Decode (line 306) | func Decode(input interface{}, output interface{}) error { function WeakDecode (line 322) | func WeakDecode(input, output interface{}) error { function DecodeMetadata (line 339) | func DecodeMetadata(input interface{}, output interface{}, metadata *Met... function WeakDecodeMetadata (line 356) | func WeakDecodeMetadata(input interface{}, output interface{}, metadata ... function NewDecoder (line 374) | func NewDecoder(config *DecoderConfig) (*Decoder, error) { function isEmptyValue (line 1484) | func isEmptyValue(v reflect.Value) bool { function getKind (line 1502) | func getKind(val reflect.Value) reflect.Kind { function isStructTypeConvertibleToMap (line 1517) | func isStructTypeConvertibleToMap(typ reflect.Type, checkMapstructureTag... function dereferencePtrToStructIfNeeded (line 1530) | func dereferencePtrToStructIfNeeded(v reflect.Value, tagName string) ref... FILE: vendor/github.com/ryanuber/go-glob/glob.go constant GLOB (line 6) | GLOB = "*" function Glob (line 11) | func Glob(pattern, subj string) bool { FILE: vendor/github.com/samuel/go-zookeeper/zk/conn.go constant bufferSize (line 38) | bufferSize = 1536 * 1024 constant eventChanSize (line 39) | eventChanSize = 6 constant sendChanSize (line 40) | sendChanSize = 16 constant protectedPrefix (line 41) | protectedPrefix = "_c_" type watchType (line 44) | type watchType constant watchTypeData (line 47) | watchTypeData = iota constant watchTypeExist (line 48) | watchTypeExist constant watchTypeChild (line 49) | watchTypeChild type watchPathType (line 52) | type watchPathType struct type Dialer (line 57) | type Dialer type Logger (line 60) | type Logger interface type authCreds (line 64) | type authCreds struct type Conn (line 69) | type Conn struct method Close (line 312) | func (c *Conn) Close() { method State (line 322) | func (c *Conn) State() State { method SessionID (line 327) | func (c *Conn) SessionID() int64 { method SetLogger (line 333) | func (c *Conn) SetLogger(l Logger) { method setTimeouts (line 337) | func (c *Conn) setTimeouts(sessionTimeoutMs int32) { method setState (line 344) | func (c *Conn) setState(state State) { method sendEvent (line 349) | func (c *Conn) sendEvent(evt Event) { method connect (line 361) | func (c *Conn) connect() error { method resendZkAuth (line 394) | func (c *Conn) resendZkAuth(reauthReadyChan chan struct{}) { method sendRequest (line 452) | func (c *Conn) sendRequest( method loop (line 477) | func (c *Conn) loop() { method flushUnsentRequests (line 563) | func (c *Conn) flushUnsentRequests(err error) { method flushRequests (line 575) | func (c *Conn) flushRequests(err error) { method invalidateWatches (line 585) | func (c *Conn) invalidateWatches(err error) { method sendSetWatches (line 601) | func (c *Conn) sendSetWatches() { method authenticate (line 681) | func (c *Conn) authenticate() error { method sendData (line 752) | func (c *Conn) sendData(req *request) error { method sendLoop (line 797) | func (c *Conn) sendLoop() error { method recvLoop (line 832) | func (c *Conn) recvLoop(conn net.Conn) error { method nextXid (line 940) | func (c *Conn) nextXid() int32 { method addWatcher (line 944) | func (c *Conn) addWatcher(path string, watchType watchType) <-chan Eve... method queueRequest (line 954) | func (c *Conn) queueRequest(opcode int32, req interface{}, res interfa... method request (line 967) | func (c *Conn) request(opcode int32, req interface{}, res interface{},... method AddAuth (line 972) | func (c *Conn) AddAuth(scheme string, auth []byte) error { method Children (line 998) | func (c *Conn) Children(path string) ([]string, *Stat, error) { method ChildrenW (line 1008) | func (c *Conn) ChildrenW(path string) ([]string, *Stat, <-chan Event, ... method Get (line 1026) | func (c *Conn) Get(path string) ([]byte, *Stat, error) { method GetW (line 1037) | func (c *Conn) GetW(path string) ([]byte, *Stat, <-chan Event, error) { method Set (line 1055) | func (c *Conn) Set(path string, data []byte, version int32) (*Stat, er... method Create (line 1065) | func (c *Conn) Create(path string, data []byte, flags int32, acl []ACL... method CreateProtectedEphemeralSequential (line 1079) | func (c *Conn) CreateProtectedEphemeralSequential(path string, data []... method Delete (line 1124) | func (c *Conn) Delete(path string, version int32) error { method Exists (line 1133) | func (c *Conn) Exists(path string) (bool, *Stat, error) { method ExistsW (line 1148) | func (c *Conn) ExistsW(path string) (bool, *Stat, <-chan Event, error) { method GetACL (line 1173) | func (c *Conn) GetACL(path string) ([]ACL, *Stat, error) { method SetACL (line 1182) | func (c *Conn) SetACL(path string, acl []ACL, version int32) (*Stat, e... method Sync (line 1192) | func (c *Conn) Sync(path string) (string, error) { method Multi (line 1211) | func (c *Conn) Multi(ops ...interface{}) ([]MultiResponse, error) { method IncrementalReconfig (line 1244) | func (c *Conn) IncrementalReconfig(joining, leaving []string, version ... method Reconfig (line 1258) | func (c *Conn) Reconfig(members []string, version int64) (*Stat, error) { method internalReconfig (line 1267) | func (c *Conn) internalReconfig(request *reconfigRequest) (*Stat, erro... method Server (line 1274) | func (c *Conn) Server() string { type connOption (line 115) | type connOption type request (line 117) | type request struct type response (line 134) | type response struct type Event (line 139) | type Event struct type HostProvider (line 150) | type HostProvider interface function ConnectWithDialer (line 165) | func ConnectWithDialer(servers []string, sessionTimeout time.Duration, d... function Connect (line 175) | func Connect(servers []string, sessionTimeout time.Duration, options ...... function WithDialer (line 232) | func WithDialer(dialer Dialer) connOption { function WithHostProvider (line 239) | func WithHostProvider(hostProvider HostProvider) connOption { function WithLogger (line 246) | func WithLogger(logger Logger) connOption { function WithLogInfo (line 254) | func WithLogInfo(logInfo bool) connOption { type EventCallback (line 261) | type EventCallback function WithEventCallback (line 266) | func WithEventCallback(cb EventCallback) connOption { function WithMaxBufferSize (line 296) | func WithMaxBufferSize(maxBufferSize int) connOption { function WithMaxConnBufferSize (line 306) | func WithMaxConnBufferSize(maxBufferSize int) connOption { type MultiResponse (line 1202) | type MultiResponse struct FILE: vendor/github.com/samuel/go-zookeeper/zk/constants.go constant protocolVersion (line 9) | protocolVersion = 0 constant DefaultPort (line 11) | DefaultPort = 2181 constant opNotify (line 15) | opNotify = 0 constant opCreate (line 16) | opCreate = 1 constant opDelete (line 17) | opDelete = 2 constant opExists (line 18) | opExists = 3 constant opGetData (line 19) | opGetData = 4 constant opSetData (line 20) | opSetData = 5 constant opGetAcl (line 21) | opGetAcl = 6 constant opSetAcl (line 22) | opSetAcl = 7 constant opGetChildren (line 23) | opGetChildren = 8 constant opSync (line 24) | opSync = 9 constant opPing (line 25) | opPing = 11 constant opGetChildren2 (line 26) | opGetChildren2 = 12 constant opCheck (line 27) | opCheck = 13 constant opMulti (line 28) | opMulti = 14 constant opReconfig (line 29) | opReconfig = 16 constant opClose (line 30) | opClose = -11 constant opSetAuth (line 31) | opSetAuth = 100 constant opSetWatches (line 32) | opSetWatches = 101 constant opError (line 33) | opError = -1 constant opWatcherEvent (line 35) | opWatcherEvent = -2 constant EventNodeCreated (line 39) | EventNodeCreated EventType = 1 constant EventNodeDeleted (line 40) | EventNodeDeleted EventType = 2 constant EventNodeDataChanged (line 41) | EventNodeDataChanged EventType = 3 constant EventNodeChildrenChanged (line 42) | EventNodeChildrenChanged EventType = 4 constant EventSession (line 44) | EventSession EventType = -1 constant EventNotWatching (line 45) | EventNotWatching EventType = -2 constant StateUnknown (line 60) | StateUnknown State = -1 constant StateDisconnected (line 61) | StateDisconnected State = 0 constant StateConnecting (line 62) | StateConnecting State = 1 constant StateAuthFailed (line 63) | StateAuthFailed State = 4 constant StateConnectedReadOnly (line 64) | StateConnectedReadOnly State = 5 constant StateSaslAuthenticated (line 65) | StateSaslAuthenticated State = 6 constant StateExpired (line 66) | StateExpired State = -112 constant StateConnected (line 68) | StateConnected = State(100) constant StateHasSession (line 69) | StateHasSession = State(101) constant FlagEphemeral (line 73) | FlagEphemeral = 1 constant FlagSequence (line 74) | FlagSequence = 2 type State (line 91) | type State method String (line 93) | func (s State) String() string { type ErrCode (line 100) | type ErrCode method toError (line 143) | func (e ErrCode) toError() error { constant errOk (line 151) | errOk = 0 constant errSystemError (line 153) | errSystemError = -1 constant errRuntimeInconsistency (line 154) | errRuntimeInconsistency = -2 constant errDataInconsistency (line 155) | errDataInconsistency = -3 constant errConnectionLoss (line 156) | errConnectionLoss = -4 constant errMarshallingError (line 157) | errMarshallingError = -5 constant errUnimplemented (line 158) | errUnimplemented = -6 constant errOperationTimeout (line 159) | errOperationTimeout = -7 constant errBadArguments (line 160) | errBadArguments = -8 constant errInvalidState (line 161) | errInvalidState = -9 constant errAPIError (line 163) | errAPIError ErrCode = -100 constant errNoNode (line 164) | errNoNode ErrCode = -101 constant errNoAuth (line 165) | errNoAuth ErrCode = -102 constant errBadVersion (line 166) | errBadVersion ErrCode = -103 constant errNoChildrenForEphemerals (line 167) | errNoChildrenForEphemerals ErrCode = -108 constant errNodeExists (line 168) | errNodeExists ErrCode = -110 constant errNotEmpty (line 169) | errNotEmpty ErrCode = -111 constant errSessionExpired (line 170) | errSessionExpired ErrCode = -112 constant errInvalidCallback (line 171) | errInvalidCallback ErrCode = -113 constant errInvalidAcl (line 172) | errInvalidAcl ErrCode = -114 constant errAuthFailed (line 173) | errAuthFailed ErrCode = -115 constant errClosing (line 174) | errClosing ErrCode = -116 constant errNothing (line 175) | errNothing ErrCode = -117 constant errSessionMoved (line 176) | errSessionMoved ErrCode = -118 constant errZReconfigDisabled (line 178) | errZReconfigDisabled ErrCode = -123 constant PermRead (line 183) | PermRead = 1 << iota constant PermWrite (line 184) | PermWrite constant PermCreate (line 185) | PermCreate constant PermDelete (line 186) | PermDelete constant PermAdmin (line 187) | PermAdmin constant PermAll (line 188) | PermAll = 0x1f type EventType (line 217) | type EventType method String (line 219) | func (t EventType) String() string { type Mode (line 227) | type Mode method String (line 229) | func (m Mode) String() string { constant ModeUnknown (line 237) | ModeUnknown Mode = iota constant ModeLeader (line 238) | ModeLeader Mode = iota constant ModeFollower (line 239) | ModeFollower Mode = iota constant ModeStandalone (line 240) | ModeStandalone Mode = iota FILE: vendor/github.com/samuel/go-zookeeper/zk/dnshostprovider.go type DNSHostProvider (line 13) | type DNSHostProvider struct method Init (line 24) | func (hp *DNSHostProvider) Init(servers []string) error { method Len (line 63) | func (hp *DNSHostProvider) Len() int { method Next (line 72) | func (hp *DNSHostProvider) Next() (server string, retryStart bool) { method Connected (line 84) | func (hp *DNSHostProvider) Connected() { FILE: vendor/github.com/samuel/go-zookeeper/zk/flw.go function FLWSrvr (line 23) | func FLWSrvr(servers []string, timeout time.Duration) ([]*ServerStats, b... function FLWRuok (line 130) | func FLWRuok(servers []string, timeout time.Duration) []bool { function FLWCons (line 153) | func FLWCons(servers []string, timeout time.Duration) ([]*ServerClients,... function parseInt64 (line 240) | func parseInt64(s string) (int64, error) { function fourLetterWord (line 248) | func fourLetterWord(server, command string, timeout time.Duration) ([]by... FILE: vendor/github.com/samuel/go-zookeeper/zk/lock.go type Lock (line 18) | type Lock struct method Lock (line 45) | func (l *Lock) Lock() error { method Unlock (line 140) | func (l *Lock) Unlock() error { function NewLock (line 29) | func NewLock(c *Conn, path string, acl []ACL) *Lock { function parseSeq (line 37) | func parseSeq(path string) (int, error) { FILE: vendor/github.com/samuel/go-zookeeper/zk/structs.go type defaultLogger (line 19) | type defaultLogger struct method Printf (line 21) | func (defaultLogger) Printf(format string, a ...interface{}) { type ACL (line 25) | type ACL struct type Stat (line 31) | type Stat struct type ServerClient (line 47) | type ServerClient struct type ServerClients (line 70) | type ServerClients struct type ServerStats (line 76) | type ServerStats struct type requestHeader (line 93) | type requestHeader struct type responseHeader (line 98) | type responseHeader struct type multiHeader (line 104) | type multiHeader struct type auth (line 110) | type auth struct type pathRequest (line 118) | type pathRequest struct type PathVersionRequest (line 122) | type PathVersionRequest struct type pathWatchRequest (line 127) | type pathWatchRequest struct type pathResponse (line 132) | type pathResponse struct type statResponse (line 136) | type statResponse struct type CheckVersionRequest (line 142) | type CheckVersionRequest type closeRequest (line 143) | type closeRequest struct type closeResponse (line 144) | type closeResponse struct type connectRequest (line 146) | type connectRequest struct type connectResponse (line 154) | type connectResponse struct type CreateRequest (line 161) | type CreateRequest struct type createResponse (line 168) | type createResponse type DeleteRequest (line 169) | type DeleteRequest type deleteResponse (line 170) | type deleteResponse struct type errorResponse (line 172) | type errorResponse struct type existsRequest (line 176) | type existsRequest type existsResponse (line 177) | type existsResponse type getAclRequest (line 178) | type getAclRequest type getAclResponse (line 180) | type getAclResponse struct type getChildrenRequest (line 185) | type getChildrenRequest type getChildrenResponse (line 187) | type getChildrenResponse struct type getChildren2Request (line 191) | type getChildren2Request type getChildren2Response (line 193) | type getChildren2Response struct type getDataRequest (line 198) | type getDataRequest type getDataResponse (line 200) | type getDataResponse struct type getMaxChildrenRequest (line 205) | type getMaxChildrenRequest type getMaxChildrenResponse (line 207) | type getMaxChildrenResponse struct type getSaslRequest (line 211) | type getSaslRequest struct type pingRequest (line 215) | type pingRequest struct type pingResponse (line 216) | type pingResponse struct type setAclRequest (line 218) | type setAclRequest struct type setAclResponse (line 224) | type setAclResponse type SetDataRequest (line 226) | type SetDataRequest struct type setDataResponse (line 232) | type setDataResponse type setMaxChildren (line 234) | type setMaxChildren struct type setSaslRequest (line 239) | type setSaslRequest struct type setSaslResponse (line 243) | type setSaslResponse struct type setWatchesRequest (line 247) | type setWatchesRequest struct type setWatchesResponse (line 254) | type setWatchesResponse struct type syncRequest (line 256) | type syncRequest type syncResponse (line 257) | type syncResponse type setAuthRequest (line 259) | type setAuthRequest type setAuthResponse (line 260) | type setAuthResponse struct type multiRequestOp (line 262) | type multiRequestOp struct type multiRequest (line 266) | type multiRequest struct method Encode (line 293) | func (r *multiRequest) Encode(buf []byte) (int, error) { method Decode (line 313) | func (r *multiRequest) Decode(buf []byte) (int, error) { type multiResponseOp (line 270) | type multiResponseOp struct type multiResponse (line 276) | type multiResponse struct method Decode (line 343) | func (r *multiResponse) Decode(buf []byte) (int, error) { type reconfigRequest (line 282) | type reconfigRequest struct type reconfigReponse (line 291) | type reconfigReponse type watcherEvent (line 391) | type watcherEvent struct type decoder (line 397) | type decoder interface type encoder (line 401) | type encoder interface function decodePacket (line 405) | func decodePacket(buf []byte, st interface{}) (n int, err error) { function decodePacketValue (line 423) | func decodePacketValue(buf []byte, v reflect.Value) (int, error) { function encodePacket (line 496) | func encodePacket(buf []byte, st interface{}) (n int, err error) { function encodePacketValue (line 514) | func encodePacketValue(buf []byte, v reflect.Value) (int, error) { function requestStructForOp (line 586) | func requestStructForOp(op int32) interface{} { FILE: vendor/github.com/samuel/go-zookeeper/zk/util.go function AuthACL (line 16) | func AuthACL(perms int32) []ACL { function WorldACL (line 23) | func WorldACL(perms int32) []ACL { function DigestACL (line 27) | func DigestACL(perms int32, user, password string) []ACL { function FormatServers (line 40) | func FormatServers(servers []string) []string { function stringShuffle (line 50) | func stringShuffle(s []string) { function validatePath (line 58) | func validatePath(path string, isSequential bool) error { FILE: vendor/go.etcd.io/etcd/api/v3/authpb/auth.pb.go constant _ (line 25) | _ = proto.ProtoPackageIsVersion3 type Permission_Type (line 27) | type Permission_Type method String (line 47) | func (x Permission_Type) String() string { method EnumDescriptor (line 51) | func (Permission_Type) EnumDescriptor() ([]byte, []int) { constant READ (line 30) | READ Permission_Type = 0 constant WRITE (line 31) | WRITE Permission_Type = 1 constant READWRITE (line 32) | READWRITE Permission_Type = 2 type UserAddOptions (line 55) | type UserAddOptions struct method Reset (line 62) | func (m *UserAddOptions) Reset() { *m = UserAddOptions{} } method String (line 63) | func (m *UserAddOptions) String() string { return proto.CompactTextStr... method ProtoMessage (line 64) | func (*UserAddOptions) ProtoMessage() {} method Descriptor (line 65) | func (*UserAddOptions) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 68) | func (m *UserAddOptions) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 71) | func (m *UserAddOptions) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 83) | func (m *UserAddOptions) XXX_Merge(src proto.Message) { method XXX_Size (line 86) | func (m *UserAddOptions) XXX_Size() int { method XXX_DiscardUnknown (line 89) | func (m *UserAddOptions) XXX_DiscardUnknown() { method Marshal (line 260) | func (m *UserAddOptions) Marshal() (dAtA []byte, err error) { method MarshalTo (line 270) | func (m *UserAddOptions) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 275) | func (m *UserAddOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 464) | func (m *UserAddOptions) Size() (n int) { method Unmarshal (line 560) | func (m *UserAddOptions) Unmarshal(dAtA []byte) error { type User (line 96) | type User struct method Reset (line 106) | func (m *User) Reset() { *m = User{} } method String (line 107) | func (m *User) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 108) | func (*User) ProtoMessage() {} method Descriptor (line 109) | func (*User) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 112) | func (m *User) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 115) | func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro... method XXX_Merge (line 127) | func (m *User) XXX_Merge(src proto.Message) { method XXX_Size (line 130) | func (m *User) XXX_Size() int { method XXX_DiscardUnknown (line 133) | func (m *User) XXX_DiscardUnknown() { method Marshal (line 297) | func (m *User) Marshal() (dAtA []byte, err error) { method MarshalTo (line 307) | func (m *User) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 312) | func (m *User) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 479) | func (m *User) Size() (n int) { method Unmarshal (line 631) | func (m *User) Unmarshal(dAtA []byte) error { type Permission (line 140) | type Permission struct method Reset (line 149) | func (m *Permission) Reset() { *m = Permission{} } method String (line 150) | func (m *Permission) String() string { return proto.CompactTextString(... method ProtoMessage (line 151) | func (*Permission) ProtoMessage() {} method Descriptor (line 152) | func (*Permission) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 155) | func (m *Permission) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 158) | func (m *Permission) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 170) | func (m *Permission) XXX_Merge(src proto.Message) { method XXX_Size (line 173) | func (m *Permission) XXX_Size() int { method XXX_DiscardUnknown (line 176) | func (m *Permission) XXX_DiscardUnknown() { method Marshal (line 359) | func (m *Permission) Marshal() (dAtA []byte, err error) { method MarshalTo (line 369) | func (m *Permission) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 374) | func (m *Permission) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 509) | func (m *Permission) Size() (n int) { method Unmarshal (line 818) | func (m *Permission) Unmarshal(dAtA []byte) error { type Role (line 183) | type Role struct method Reset (line 191) | func (m *Role) Reset() { *m = Role{} } method String (line 192) | func (m *Role) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 193) | func (*Role) ProtoMessage() {} method Descriptor (line 194) | func (*Role) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 197) | func (m *Role) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 200) | func (m *Role) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro... method XXX_Merge (line 212) | func (m *Role) XXX_Merge(src proto.Message) { method XXX_Size (line 215) | func (m *Role) XXX_Size() int { method XXX_DiscardUnknown (line 218) | func (m *Role) XXX_DiscardUnknown() { method Marshal (line 405) | func (m *Role) Marshal() (dAtA []byte, err error) { method MarshalTo (line 415) | func (m *Role) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 420) | func (m *Role) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 532) | func (m *Role) Size() (n int) { method Unmarshal (line 956) | func (m *Role) Unmarshal(dAtA []byte) error { function init (line 224) | func init() { function init (line 232) | func init() { proto.RegisterFile("auth.proto", fileDescriptor_8bbd6f3875... function encodeVarintAuth (line 453) | func encodeVarintAuth(dAtA []byte, offset int, v uint64) int { function sovAuth (line 554) | func sovAuth(x uint64) (n int) { function sozAuth (line 557) | func sozAuth(x uint64) (n int) { function skipAuth (line 1075) | func skipAuth(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.pb.go constant _ (line 25) | _ = proto.ProtoPackageIsVersion3 type Request (line 27) | type Request struct method Reset (line 50) | func (m *Request) Reset() { *m = Request{} } method String (line 51) | func (m *Request) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 52) | func (*Request) ProtoMessage() {} method Descriptor (line 53) | func (*Request) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 56) | func (m *Request) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 59) | func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 71) | func (m *Request) XXX_Merge(src proto.Message) { method XXX_Size (line 74) | func (m *Request) XXX_Size() int { method XXX_DiscardUnknown (line 77) | func (m *Request) XXX_DiscardUnknown() { method Marshal (line 159) | func (m *Request) Marshal() (dAtA []byte, err error) { method MarshalTo (line 169) | func (m *Request) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 174) | func (m *Request) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 337) | func (m *Request) Size() (n int) { method Unmarshal (line 394) | func (m *Request) Unmarshal(dAtA []byte) error { type Metadata (line 83) | type Metadata struct method Reset (line 91) | func (m *Metadata) Reset() { *m = Metadata{} } method String (line 92) | func (m *Metadata) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 93) | func (*Metadata) ProtoMessage() {} method Descriptor (line 94) | func (*Metadata) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 97) | func (m *Metadata) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 100) | func (m *Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 112) | func (m *Metadata) XXX_Merge(src proto.Message) { method XXX_Size (line 115) | func (m *Metadata) XXX_Size() int { method XXX_DiscardUnknown (line 118) | func (m *Metadata) XXX_DiscardUnknown() { method Marshal (line 293) | func (m *Metadata) Marshal() (dAtA []byte, err error) { method MarshalTo (line 303) | func (m *Metadata) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 308) | func (m *Metadata) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 374) | func (m *Metadata) Size() (n int) { method Unmarshal (line 830) | func (m *Metadata) Unmarshal(dAtA []byte) error { function init (line 124) | func init() { function init (line 129) | func init() { proto.RegisterFile("etcdserver.proto", fileDescriptor_09ff... function encodeVarintEtcdserver (line 326) | func encodeVarintEtcdserver(dAtA []byte, offset int, v uint64) int { function sovEtcdserver (line 388) | func sovEtcdserver(x uint64) (n int) { function sozEtcdserver (line 391) | func sozEtcdserver(x uint64) (n int) { function skipEtcdserver (line 919) | func skipEtcdserver(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.pb.go constant _ (line 26) | _ = proto.ProtoPackageIsVersion3 type RequestHeader (line 28) | type RequestHeader struct method Reset (line 39) | func (m *RequestHeader) Reset() { *m = RequestHeader{} } method String (line 40) | func (m *RequestHeader) String() string { return proto.CompactTextStri... method ProtoMessage (line 41) | func (*RequestHeader) ProtoMessage() {} method Descriptor (line 42) | func (*RequestHeader) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 45) | func (m *RequestHeader) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 48) | func (m *RequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 60) | func (m *RequestHeader) XXX_Merge(src proto.Message) { method XXX_Size (line 63) | func (m *RequestHeader) XXX_Size() int { method XXX_DiscardUnknown (line 66) | func (m *RequestHeader) XXX_DiscardUnknown() { method Marshal (line 306) | func (m *RequestHeader) Marshal() (dAtA []byte, err error) { method MarshalTo (line 316) | func (m *RequestHeader) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 321) | func (m *RequestHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 882) | func (m *RequestHeader) Size() (n int) { method Unmarshal (line 1085) | func (m *RequestHeader) Unmarshal(dAtA []byte) error { type InternalRaftRequest (line 74) | type InternalRaftRequest struct method Reset (line 112) | func (m *InternalRaftRequest) Reset() { *m = InternalRaftReque... method String (line 113) | func (m *InternalRaftRequest) String() string { return proto.CompactTe... method ProtoMessage (line 114) | func (*InternalRaftRequest) ProtoMessage() {} method Descriptor (line 115) | func (*InternalRaftRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 118) | func (m *InternalRaftRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 121) | func (m *InternalRaftRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 133) | func (m *InternalRaftRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 136) | func (m *InternalRaftRequest) XXX_Size() int { method XXX_DiscardUnknown (line 139) | func (m *InternalRaftRequest) XXX_DiscardUnknown() { method Marshal (line 350) | func (m *InternalRaftRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 360) | func (m *InternalRaftRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 365) | func (m *InternalRaftRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 904) | func (m *InternalRaftRequest) Size() (n int) { method Unmarshal (line 1206) | func (m *InternalRaftRequest) Unmarshal(dAtA []byte) error { type EmptyResponse (line 145) | type EmptyResponse struct method Reset (line 151) | func (m *EmptyResponse) Reset() { *m = EmptyResponse{} } method String (line 152) | func (m *EmptyResponse) String() string { return proto.CompactTextStri... method ProtoMessage (line 153) | func (*EmptyResponse) ProtoMessage() {} method Descriptor (line 154) | func (*EmptyResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 157) | func (m *EmptyResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 160) | func (m *EmptyResponse) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 172) | func (m *EmptyResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 175) | func (m *EmptyResponse) XXX_Size() int { method XXX_DiscardUnknown (line 178) | func (m *EmptyResponse) XXX_DiscardUnknown() { method Marshal (line 796) | func (m *EmptyResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 806) | func (m *EmptyResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 811) | func (m *EmptyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 1043) | func (m *EmptyResponse) Size() (n int) { method Unmarshal (line 2392) | func (m *EmptyResponse) Unmarshal(dAtA []byte) error { type InternalAuthenticateRequest (line 187) | type InternalAuthenticateRequest struct method Reset (line 197) | func (m *InternalAuthenticateRequest) Reset() { *m = InternalA... method String (line 198) | func (m *InternalAuthenticateRequest) String() string { return proto.C... method ProtoMessage (line 199) | func (*InternalAuthenticateRequest) ProtoMessage() {} method Descriptor (line 200) | func (*InternalAuthenticateRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 203) | func (m *InternalAuthenticateRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 206) | func (m *InternalAuthenticateRequest) XXX_Marshal(b []byte, determinis... method XXX_Merge (line 218) | func (m *InternalAuthenticateRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 221) | func (m *InternalAuthenticateRequest) XXX_Size() int { method XXX_DiscardUnknown (line 224) | func (m *InternalAuthenticateRequest) XXX_DiscardUnknown() { method Marshal (line 823) | func (m *InternalAuthenticateRequest) Marshal() (dAtA []byte, err erro... method MarshalTo (line 833) | func (m *InternalAuthenticateRequest) MarshalTo(dAtA []byte) (int, err... method MarshalToSizedBuffer (line 838) | func (m *InternalAuthenticateRequest) MarshalToSizedBuffer(dAtA []byte... method Size (line 1055) | func (m *InternalAuthenticateRequest) Size() (n int) { method Unmarshal (line 2443) | func (m *InternalAuthenticateRequest) Unmarshal(dAtA []byte) error { function init (line 230) | func init() { function init (line 237) | func init() { proto.RegisterFile("raft_internal.proto", fileDescriptor_b... function encodeVarintRaftInternal (line 871) | func encodeVarintRaftInternal(dAtA []byte, offset int, v uint64) int { function sovRaftInternal (line 1079) | func sovRaftInternal(x uint64) (n int) { function sozRaftInternal (line 1082) | func sozRaftInternal(x uint64) (n int) { function skipRaftInternal (line 2590) | func skipRaftInternal(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal_stringer.go type InternalRaftStringer (line 26) | type InternalRaftStringer struct method String (line 30) | func (as *InternalRaftStringer) String() string { type txnRequestStringer (line 77) | type txnRequestStringer struct method String (line 85) | func (as *txnRequestStringer) String() string { function NewLoggableTxnRequest (line 81) | func NewLoggableTxnRequest(request *TxnRequest) *txnRequestStringer { type requestOpStringer (line 113) | type requestOpStringer struct method String (line 121) | func (as *requestOpStringer) String() string { function newLoggableRequestOp (line 117) | func newLoggableRequestOp(op *RequestOp) *requestOpStringer { type loggableValueCompare (line 136) | type loggableValueCompare struct method Reset (line 154) | func (m *loggableValueCompare) Reset() { *m = loggableValueCom... method String (line 155) | func (m *loggableValueCompare) String() string { return proto.CompactT... method ProtoMessage (line 156) | func (*loggableValueCompare) ProtoMessage() {} function newLoggableValueCompare (line 144) | func newLoggableValueCompare(c *Compare, cv *Compare_Value) *loggableVal... type loggablePutRequest (line 161) | type loggablePutRequest struct method Reset (line 181) | func (m *loggablePutRequest) Reset() { *m = loggablePutRequest... method String (line 182) | func (m *loggablePutRequest) String() string { return proto.CompactTex... method ProtoMessage (line 183) | func (*loggablePutRequest) ProtoMessage() {} function NewLoggablePutRequest (line 170) | func NewLoggablePutRequest(request *PutRequest) *loggablePutRequest { FILE: vendor/go.etcd.io/etcd/api/v3/etcdserverpb/rpc.pb.go constant _ (line 32) | _ = proto.ProtoPackageIsVersion3 type AlarmType (line 34) | type AlarmType method String (line 54) | func (x AlarmType) String() string { method EnumDescriptor (line 58) | func (AlarmType) EnumDescriptor() ([]byte, []int) { constant AlarmType_NONE (line 37) | AlarmType_NONE AlarmType = 0 constant AlarmType_NOSPACE (line 38) | AlarmType_NOSPACE AlarmType = 1 constant AlarmType_CORRUPT (line 39) | AlarmType_CORRUPT AlarmType = 2 type RangeRequest_SortOrder (line 62) | type RangeRequest_SortOrder method String (line 82) | func (x RangeRequest_SortOrder) String() string { method EnumDescriptor (line 86) | func (RangeRequest_SortOrder) EnumDescriptor() ([]byte, []int) { constant RangeRequest_NONE (line 65) | RangeRequest_NONE RangeRequest_SortOrder = 0 constant RangeRequest_ASCEND (line 66) | RangeRequest_ASCEND RangeRequest_SortOrder = 1 constant RangeRequest_DESCEND (line 67) | RangeRequest_DESCEND RangeRequest_SortOrder = 2 type RangeRequest_SortTarget (line 90) | type RangeRequest_SortTarget method String (line 116) | func (x RangeRequest_SortTarget) String() string { method EnumDescriptor (line 120) | func (RangeRequest_SortTarget) EnumDescriptor() ([]byte, []int) { constant RangeRequest_KEY (line 93) | RangeRequest_KEY RangeRequest_SortTarget = 0 constant RangeRequest_VERSION (line 94) | RangeRequest_VERSION RangeRequest_SortTarget = 1 constant RangeRequest_CREATE (line 95) | RangeRequest_CREATE RangeRequest_SortTarget = 2 constant RangeRequest_MOD (line 96) | RangeRequest_MOD RangeRequest_SortTarget = 3 constant RangeRequest_VALUE (line 97) | RangeRequest_VALUE RangeRequest_SortTarget = 4 type Compare_CompareResult (line 124) | type Compare_CompareResult method String (line 147) | func (x Compare_CompareResult) String() string { method EnumDescriptor (line 151) | func (Compare_CompareResult) EnumDescriptor() ([]byte, []int) { constant Compare_EQUAL (line 127) | Compare_EQUAL Compare_CompareResult = 0 constant Compare_GREATER (line 128) | Compare_GREATER Compare_CompareResult = 1 constant Compare_LESS (line 129) | Compare_LESS Compare_CompareResult = 2 constant Compare_NOT_EQUAL (line 130) | Compare_NOT_EQUAL Compare_CompareResult = 3 type Compare_CompareTarget (line 155) | type Compare_CompareTarget method String (line 181) | func (x Compare_CompareTarget) String() string { method EnumDescriptor (line 185) | func (Compare_CompareTarget) EnumDescriptor() ([]byte, []int) { constant Compare_VERSION (line 158) | Compare_VERSION Compare_CompareTarget = 0 constant Compare_CREATE (line 159) | Compare_CREATE Compare_CompareTarget = 1 constant Compare_MOD (line 160) | Compare_MOD Compare_CompareTarget = 2 constant Compare_VALUE (line 161) | Compare_VALUE Compare_CompareTarget = 3 constant Compare_LEASE (line 162) | Compare_LEASE Compare_CompareTarget = 4 type WatchCreateRequest_FilterType (line 189) | type WatchCreateRequest_FilterType method String (line 208) | func (x WatchCreateRequest_FilterType) String() string { method EnumDescriptor (line 212) | func (WatchCreateRequest_FilterType) EnumDescriptor() ([]byte, []int) { constant WatchCreateRequest_NOPUT (line 193) | WatchCreateRequest_NOPUT WatchCreateRequest_FilterType = 0 constant WatchCreateRequest_NODELETE (line 195) | WatchCreateRequest_NODELETE WatchCreateRequest_FilterType = 1 type AlarmRequest_AlarmAction (line 216) | type AlarmRequest_AlarmAction method String (line 236) | func (x AlarmRequest_AlarmAction) String() string { method EnumDescriptor (line 240) | func (AlarmRequest_AlarmAction) EnumDescriptor() ([]byte, []int) { constant AlarmRequest_GET (line 219) | AlarmRequest_GET AlarmRequest_AlarmAction = 0 constant AlarmRequest_ACTIVATE (line 220) | AlarmRequest_ACTIVATE AlarmRequest_AlarmAction = 1 constant AlarmRequest_DEACTIVATE (line 221) | AlarmRequest_DEACTIVATE AlarmRequest_AlarmAction = 2 type DowngradeRequest_DowngradeAction (line 244) | type DowngradeRequest_DowngradeAction method String (line 264) | func (x DowngradeRequest_DowngradeAction) String() string { method EnumDescriptor (line 268) | func (DowngradeRequest_DowngradeAction) EnumDescriptor() ([]byte, []in... constant DowngradeRequest_VALIDATE (line 247) | DowngradeRequest_VALIDATE DowngradeRequest_DowngradeAction = 0 constant DowngradeRequest_ENABLE (line 248) | DowngradeRequest_ENABLE DowngradeRequest_DowngradeAction = 1 constant DowngradeRequest_CANCEL (line 249) | DowngradeRequest_CANCEL DowngradeRequest_DowngradeAction = 2 type ResponseHeader (line 272) | type ResponseHeader struct method Reset (line 289) | func (m *ResponseHeader) Reset() { *m = ResponseHeader{} } method String (line 290) | func (m *ResponseHeader) String() string { return proto.CompactTextStr... method ProtoMessage (line 291) | func (*ResponseHeader) ProtoMessage() {} method Descriptor (line 292) | func (*ResponseHeader) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 295) | func (m *ResponseHeader) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 298) | func (m *ResponseHeader) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 310) | func (m *ResponseHeader) XXX_Merge(src proto.Message) { method XXX_Size (line 313) | func (m *ResponseHeader) XXX_Size() int { method XXX_DiscardUnknown (line 316) | func (m *ResponseHeader) XXX_DiscardUnknown() { method GetClusterId (line 322) | func (m *ResponseHeader) GetClusterId() uint64 { method GetMemberId (line 329) | func (m *ResponseHeader) GetMemberId() uint64 { method GetRevision (line 336) | func (m *ResponseHeader) GetRevision() int64 { method GetRaftTerm (line 343) | func (m *ResponseHeader) GetRaftTerm() uint64 { method Marshal (line 8340) | func (m *ResponseHeader) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8350) | func (m *ResponseHeader) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8355) | func (m *ResponseHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 12922) | func (m *ResponseHeader) Size() (n int) { method Unmarshal (line 15006) | func (m *ResponseHeader) Unmarshal(dAtA []byte) error { type RangeRequest (line 350) | type RangeRequest struct method Reset (line 398) | func (m *RangeRequest) Reset() { *m = RangeRequest{} } method String (line 399) | func (m *RangeRequest) String() string { return proto.CompactTextStrin... method ProtoMessage (line 400) | func (*RangeRequest) ProtoMessage() {} method Descriptor (line 401) | func (*RangeRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 404) | func (m *RangeRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 407) | func (m *RangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 419) | func (m *RangeRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 422) | func (m *RangeRequest) XXX_Size() int { method XXX_DiscardUnknown (line 425) | func (m *RangeRequest) XXX_DiscardUnknown() { method GetKey (line 431) | func (m *RangeRequest) GetKey() []byte { method GetRangeEnd (line 438) | func (m *RangeRequest) GetRangeEnd() []byte { method GetLimit (line 445) | func (m *RangeRequest) GetLimit() int64 { method GetRevision (line 452) | func (m *RangeRequest) GetRevision() int64 { method GetSortOrder (line 459) | func (m *RangeRequest) GetSortOrder() RangeRequest_SortOrder { method GetSortTarget (line 466) | func (m *RangeRequest) GetSortTarget() RangeRequest_SortTarget { method GetSerializable (line 473) | func (m *RangeRequest) GetSerializable() bool { method GetKeysOnly (line 480) | func (m *RangeRequest) GetKeysOnly() bool { method GetCountOnly (line 487) | func (m *RangeRequest) GetCountOnly() bool { method GetMinModRevision (line 494) | func (m *RangeRequest) GetMinModRevision() int64 { method GetMaxModRevision (line 501) | func (m *RangeRequest) GetMaxModRevision() int64 { method GetMinCreateRevision (line 508) | func (m *RangeRequest) GetMinCreateRevision() int64 { method GetMaxCreateRevision (line 515) | func (m *RangeRequest) GetMaxCreateRevision() int64 { method Marshal (line 8387) | func (m *RangeRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8397) | func (m *RangeRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8402) | func (m *RangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 12946) | func (m *RangeRequest) Size() (n int) { method Unmarshal (line 15133) | func (m *RangeRequest) Unmarshal(dAtA []byte) error { type RangeResponse (line 522) | type RangeResponse struct method Reset (line 536) | func (m *RangeResponse) Reset() { *m = RangeResponse{} } method String (line 537) | func (m *RangeResponse) String() string { return proto.CompactTextStri... method ProtoMessage (line 538) | func (*RangeResponse) ProtoMessage() {} method Descriptor (line 539) | func (*RangeResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 542) | func (m *RangeResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 545) | func (m *RangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 557) | func (m *RangeResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 560) | func (m *RangeResponse) XXX_Size() int { method XXX_DiscardUnknown (line 563) | func (m *RangeResponse) XXX_DiscardUnknown() { method GetHeader (line 569) | func (m *RangeResponse) GetHeader() *ResponseHeader { method GetKvs (line 576) | func (m *RangeResponse) GetKvs() []*mvccpb.KeyValue { method GetMore (line 583) | func (m *RangeResponse) GetMore() bool { method GetCount (line 590) | func (m *RangeResponse) GetCount() int64 { method Marshal (line 8498) | func (m *RangeResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8508) | func (m *RangeResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8513) | func (m *RangeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 12999) | func (m *RangeResponse) Size() (n int) { method Unmarshal (line 15464) | func (m *RangeResponse) Unmarshal(dAtA []byte) error { type PutRequest (line 597) | type PutRequest struct method Reset (line 619) | func (m *PutRequest) Reset() { *m = PutRequest{} } method String (line 620) | func (m *PutRequest) String() string { return proto.CompactTextString(... method ProtoMessage (line 621) | func (*PutRequest) ProtoMessage() {} method Descriptor (line 622) | func (*PutRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 625) | func (m *PutRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 628) | func (m *PutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 640) | func (m *PutRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 643) | func (m *PutRequest) XXX_Size() int { method XXX_DiscardUnknown (line 646) | func (m *PutRequest) XXX_DiscardUnknown() { method GetKey (line 652) | func (m *PutRequest) GetKey() []byte { method GetValue (line 659) | func (m *PutRequest) GetValue() []byte { method GetLease (line 666) | func (m *PutRequest) GetLease() int64 { method GetPrevKv (line 673) | func (m *PutRequest) GetPrevKv() bool { method GetIgnoreValue (line 680) | func (m *PutRequest) GetIgnoreValue() bool { method GetIgnoreLease (line 687) | func (m *PutRequest) GetIgnoreLease() bool { method Marshal (line 8566) | func (m *PutRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8576) | func (m *PutRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8581) | func (m *PutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13027) | func (m *PutRequest) Size() (n int) { method Unmarshal (line 15624) | func (m *PutRequest) Unmarshal(dAtA []byte) error { type PutResponse (line 694) | type PutResponse struct method Reset (line 703) | func (m *PutResponse) Reset() { *m = PutResponse{} } method String (line 704) | func (m *PutResponse) String() string { return proto.CompactTextString... method ProtoMessage (line 705) | func (*PutResponse) ProtoMessage() {} method Descriptor (line 706) | func (*PutResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 709) | func (m *PutResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 712) | func (m *PutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 724) | func (m *PutResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 727) | func (m *PutResponse) XXX_Size() int { method XXX_DiscardUnknown (line 730) | func (m *PutResponse) XXX_DiscardUnknown() { method GetHeader (line 736) | func (m *PutResponse) GetHeader() *ResponseHeader { method GetPrevKv (line 743) | func (m *PutResponse) GetPrevKv() *mvccpb.KeyValue { method Marshal (line 8642) | func (m *PutResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8652) | func (m *PutResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8657) | func (m *PutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13059) | func (m *PutResponse) Size() (n int) { method Unmarshal (line 15822) | func (m *PutResponse) Unmarshal(dAtA []byte) error { type DeleteRangeRequest (line 750) | type DeleteRangeRequest struct method Reset (line 767) | func (m *DeleteRangeRequest) Reset() { *m = DeleteRangeRequest... method String (line 768) | func (m *DeleteRangeRequest) String() string { return proto.CompactTex... method ProtoMessage (line 769) | func (*DeleteRangeRequest) ProtoMessage() {} method Descriptor (line 770) | func (*DeleteRangeRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 773) | func (m *DeleteRangeRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 776) | func (m *DeleteRangeRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 788) | func (m *DeleteRangeRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 791) | func (m *DeleteRangeRequest) XXX_Size() int { method XXX_DiscardUnknown (line 794) | func (m *DeleteRangeRequest) XXX_DiscardUnknown() { method GetKey (line 800) | func (m *DeleteRangeRequest) GetKey() []byte { method GetRangeEnd (line 807) | func (m *DeleteRangeRequest) GetRangeEnd() []byte { method GetPrevKv (line 814) | func (m *DeleteRangeRequest) GetPrevKv() bool { method Marshal (line 8693) | func (m *DeleteRangeRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8703) | func (m *DeleteRangeRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8708) | func (m *DeleteRangeRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13079) | func (m *DeleteRangeRequest) Size() (n int) { method Unmarshal (line 15945) | func (m *DeleteRangeRequest) Unmarshal(dAtA []byte) error { type DeleteRangeResponse (line 821) | type DeleteRangeResponse struct method Reset (line 832) | func (m *DeleteRangeResponse) Reset() { *m = DeleteRangeRespon... method String (line 833) | func (m *DeleteRangeResponse) String() string { return proto.CompactTe... method ProtoMessage (line 834) | func (*DeleteRangeResponse) ProtoMessage() {} method Descriptor (line 835) | func (*DeleteRangeResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 838) | func (m *DeleteRangeResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 841) | func (m *DeleteRangeResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 853) | func (m *DeleteRangeResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 856) | func (m *DeleteRangeResponse) XXX_Size() int { method XXX_DiscardUnknown (line 859) | func (m *DeleteRangeResponse) XXX_DiscardUnknown() { method GetHeader (line 865) | func (m *DeleteRangeResponse) GetHeader() *ResponseHeader { method GetDeleted (line 872) | func (m *DeleteRangeResponse) GetDeleted() int64 { method GetPrevKvs (line 879) | func (m *DeleteRangeResponse) GetPrevKvs() []*mvccpb.KeyValue { method Marshal (line 8744) | func (m *DeleteRangeResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8754) | func (m *DeleteRangeResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8759) | func (m *DeleteRangeResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 13102) | func (m *DeleteRangeResponse) Size() (n int) { method Unmarshal (line 16084) | func (m *DeleteRangeResponse) Unmarshal(dAtA []byte) error { type RequestOp (line 886) | type RequestOp struct method Reset (line 900) | func (m *RequestOp) Reset() { *m = RequestOp{} } method String (line 901) | func (m *RequestOp) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 902) | func (*RequestOp) ProtoMessage() {} method Descriptor (line 903) | func (*RequestOp) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 906) | func (m *RequestOp) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 909) | func (m *RequestOp) XXX_Marshal(b []byte, deterministic bool) ([]byte,... method XXX_Merge (line 921) | func (m *RequestOp) XXX_Merge(src proto.Message) { method XXX_Size (line 924) | func (m *RequestOp) XXX_Size() int { method XXX_DiscardUnknown (line 927) | func (m *RequestOp) XXX_DiscardUnknown() { method GetRequest (line 957) | func (m *RequestOp) GetRequest() isRequestOp_Request { method GetRequestRange (line 964) | func (m *RequestOp) GetRequestRange() *RangeRequest { method GetRequestPut (line 971) | func (m *RequestOp) GetRequestPut() *PutRequest { method GetRequestDeleteRange (line 978) | func (m *RequestOp) GetRequestDeleteRange() *DeleteRangeRequest { method GetRequestTxn (line 985) | func (m *RequestOp) GetRequestTxn() *TxnRequest { method XXX_OneofWrappers (line 993) | func (*RequestOp) XXX_OneofWrappers() []interface{} { method Marshal (line 8802) | func (m *RequestOp) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8812) | func (m *RequestOp) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8817) | func (m *RequestOp) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13127) | func (m *RequestOp) Size() (n int) { method Unmarshal (line 16224) | func (m *RequestOp) Unmarshal(dAtA []byte) error { type isRequestOp_Request (line 933) | type isRequestOp_Request interface type RequestOp_RequestRange (line 939) | type RequestOp_RequestRange struct method isRequestOp_Request (line 952) | func (*RequestOp_RequestRange) isRequestOp_Request() {} method MarshalTo (line 8838) | func (m *RequestOp_RequestRange) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8843) | func (m *RequestOp_RequestRange) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13142) | func (m *RequestOp_RequestRange) Size() (n int) { type RequestOp_RequestPut (line 942) | type RequestOp_RequestPut struct method isRequestOp_Request (line 953) | func (*RequestOp_RequestPut) isRequestOp_Request() {} method MarshalTo (line 8859) | func (m *RequestOp_RequestPut) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8864) | func (m *RequestOp_RequestPut) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 13154) | func (m *RequestOp_RequestPut) Size() (n int) { type RequestOp_RequestDeleteRange (line 945) | type RequestOp_RequestDeleteRange struct method isRequestOp_Request (line 954) | func (*RequestOp_RequestDeleteRange) isRequestOp_Request() {} method MarshalTo (line 8880) | func (m *RequestOp_RequestDeleteRange) MarshalTo(dAtA []byte) (int, er... method MarshalToSizedBuffer (line 8885) | func (m *RequestOp_RequestDeleteRange) MarshalToSizedBuffer(dAtA []byt... method Size (line 13166) | func (m *RequestOp_RequestDeleteRange) Size() (n int) { type RequestOp_RequestTxn (line 948) | type RequestOp_RequestTxn struct method isRequestOp_Request (line 955) | func (*RequestOp_RequestTxn) isRequestOp_Request() {} method MarshalTo (line 8901) | func (m *RequestOp_RequestTxn) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8906) | func (m *RequestOp_RequestTxn) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 13178) | func (m *RequestOp_RequestTxn) Size() (n int) { type ResponseOp (line 1002) | type ResponseOp struct method Reset (line 1016) | func (m *ResponseOp) Reset() { *m = ResponseOp{} } method String (line 1017) | func (m *ResponseOp) String() string { return proto.CompactTextString(... method ProtoMessage (line 1018) | func (*ResponseOp) ProtoMessage() {} method Descriptor (line 1019) | func (*ResponseOp) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1022) | func (m *ResponseOp) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1025) | func (m *ResponseOp) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1037) | func (m *ResponseOp) XXX_Merge(src proto.Message) { method XXX_Size (line 1040) | func (m *ResponseOp) XXX_Size() int { method XXX_DiscardUnknown (line 1043) | func (m *ResponseOp) XXX_DiscardUnknown() { method GetResponse (line 1073) | func (m *ResponseOp) GetResponse() isResponseOp_Response { method GetResponseRange (line 1080) | func (m *ResponseOp) GetResponseRange() *RangeResponse { method GetResponsePut (line 1087) | func (m *ResponseOp) GetResponsePut() *PutResponse { method GetResponseDeleteRange (line 1094) | func (m *ResponseOp) GetResponseDeleteRange() *DeleteRangeResponse { method GetResponseTxn (line 1101) | func (m *ResponseOp) GetResponseTxn() *TxnResponse { method XXX_OneofWrappers (line 1109) | func (*ResponseOp) XXX_OneofWrappers() []interface{} { method Marshal (line 8922) | func (m *ResponseOp) Marshal() (dAtA []byte, err error) { method MarshalTo (line 8932) | func (m *ResponseOp) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8937) | func (m *ResponseOp) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13190) | func (m *ResponseOp) Size() (n int) { method Unmarshal (line 16415) | func (m *ResponseOp) Unmarshal(dAtA []byte) error { type isResponseOp_Response (line 1049) | type isResponseOp_Response interface type ResponseOp_ResponseRange (line 1055) | type ResponseOp_ResponseRange struct method isResponseOp_Response (line 1068) | func (*ResponseOp_ResponseRange) isResponseOp_Response() {} method MarshalTo (line 8958) | func (m *ResponseOp_ResponseRange) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8963) | func (m *ResponseOp_ResponseRange) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 13205) | func (m *ResponseOp_ResponseRange) Size() (n int) { type ResponseOp_ResponsePut (line 1058) | type ResponseOp_ResponsePut struct method isResponseOp_Response (line 1069) | func (*ResponseOp_ResponsePut) isResponseOp_Response() {} method MarshalTo (line 8979) | func (m *ResponseOp_ResponsePut) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 8984) | func (m *ResponseOp_ResponsePut) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13217) | func (m *ResponseOp_ResponsePut) Size() (n int) { type ResponseOp_ResponseDeleteRange (line 1061) | type ResponseOp_ResponseDeleteRange struct method isResponseOp_Response (line 1070) | func (*ResponseOp_ResponseDeleteRange) isResponseOp_Response() {} method MarshalTo (line 9000) | func (m *ResponseOp_ResponseDeleteRange) MarshalTo(dAtA []byte) (int, ... method MarshalToSizedBuffer (line 9005) | func (m *ResponseOp_ResponseDeleteRange) MarshalToSizedBuffer(dAtA []b... method Size (line 13229) | func (m *ResponseOp_ResponseDeleteRange) Size() (n int) { type ResponseOp_ResponseTxn (line 1064) | type ResponseOp_ResponseTxn struct method isResponseOp_Response (line 1071) | func (*ResponseOp_ResponseTxn) isResponseOp_Response() {} method MarshalTo (line 9021) | func (m *ResponseOp_ResponseTxn) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9026) | func (m *ResponseOp_ResponseTxn) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13241) | func (m *ResponseOp_ResponseTxn) Size() (n int) { type Compare (line 1118) | type Compare struct method Reset (line 1140) | func (m *Compare) Reset() { *m = Compare{} } method String (line 1141) | func (m *Compare) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 1142) | func (*Compare) ProtoMessage() {} method Descriptor (line 1143) | func (*Compare) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1146) | func (m *Compare) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1149) | func (m *Compare) XXX_Marshal(b []byte, deterministic bool) ([]byte, e... method XXX_Merge (line 1161) | func (m *Compare) XXX_Merge(src proto.Message) { method XXX_Size (line 1164) | func (m *Compare) XXX_Size() int { method XXX_DiscardUnknown (line 1167) | func (m *Compare) XXX_DiscardUnknown() { method GetTargetUnion (line 1201) | func (m *Compare) GetTargetUnion() isCompare_TargetUnion { method GetResult (line 1208) | func (m *Compare) GetResult() Compare_CompareResult { method GetTarget (line 1215) | func (m *Compare) GetTarget() Compare_CompareTarget { method GetKey (line 1222) | func (m *Compare) GetKey() []byte { method GetVersion (line 1229) | func (m *Compare) GetVersion() int64 { method GetCreateRevision (line 1236) | func (m *Compare) GetCreateRevision() int64 { method GetModRevision (line 1243) | func (m *Compare) GetModRevision() int64 { method GetValue (line 1250) | func (m *Compare) GetValue() []byte { method GetLease (line 1257) | func (m *Compare) GetLease() int64 { method GetRangeEnd (line 1264) | func (m *Compare) GetRangeEnd() []byte { method XXX_OneofWrappers (line 1272) | func (*Compare) XXX_OneofWrappers() []interface{} { method Marshal (line 9042) | func (m *Compare) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9052) | func (m *Compare) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9057) | func (m *Compare) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13253) | func (m *Compare) Size() (n int) { method Unmarshal (line 16606) | func (m *Compare) Unmarshal(dAtA []byte) error { type isCompare_TargetUnion (line 1173) | type isCompare_TargetUnion interface type Compare_Version (line 1179) | type Compare_Version struct method isCompare_TargetUnion (line 1195) | func (*Compare_Version) isCompare_TargetUnion() {} method MarshalTo (line 9104) | func (m *Compare_Version) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9109) | func (m *Compare_Version) MarshalToSizedBuffer(dAtA []byte) (int, erro... method Size (line 13282) | func (m *Compare_Version) Size() (n int) { type Compare_CreateRevision (line 1182) | type Compare_CreateRevision struct method isCompare_TargetUnion (line 1196) | func (*Compare_CreateRevision) isCompare_TargetUnion() {} method MarshalTo (line 9116) | func (m *Compare_CreateRevision) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9121) | func (m *Compare_CreateRevision) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13291) | func (m *Compare_CreateRevision) Size() (n int) { type Compare_ModRevision (line 1185) | type Compare_ModRevision struct method isCompare_TargetUnion (line 1197) | func (*Compare_ModRevision) isCompare_TargetUnion() {} method MarshalTo (line 9128) | func (m *Compare_ModRevision) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9133) | func (m *Compare_ModRevision) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 13300) | func (m *Compare_ModRevision) Size() (n int) { type Compare_Value (line 1188) | type Compare_Value struct method isCompare_TargetUnion (line 1198) | func (*Compare_Value) isCompare_TargetUnion() {} method MarshalTo (line 9140) | func (m *Compare_Value) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9145) | func (m *Compare_Value) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13309) | func (m *Compare_Value) Size() (n int) { type Compare_Lease (line 1191) | type Compare_Lease struct method isCompare_TargetUnion (line 1199) | func (*Compare_Lease) isCompare_TargetUnion() {} method MarshalTo (line 9156) | func (m *Compare_Lease) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9161) | func (m *Compare_Lease) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13321) | func (m *Compare_Lease) Size() (n int) { type TxnRequest (line 1297) | type TxnRequest struct method Reset (line 1313) | func (m *TxnRequest) Reset() { *m = TxnRequest{} } method String (line 1314) | func (m *TxnRequest) String() string { return proto.CompactTextString(... method ProtoMessage (line 1315) | func (*TxnRequest) ProtoMessage() {} method Descriptor (line 1316) | func (*TxnRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1319) | func (m *TxnRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1322) | func (m *TxnRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 1334) | func (m *TxnRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1337) | func (m *TxnRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1340) | func (m *TxnRequest) XXX_DiscardUnknown() { method GetCompare (line 1346) | func (m *TxnRequest) GetCompare() []*Compare { method GetSuccess (line 1353) | func (m *TxnRequest) GetSuccess() []*RequestOp { method GetFailure (line 1360) | func (m *TxnRequest) GetFailure() []*RequestOp { method Marshal (line 9168) | func (m *TxnRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9178) | func (m *TxnRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9183) | func (m *TxnRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13330) | func (m *TxnRequest) Size() (n int) { method Unmarshal (line 16876) | func (m *TxnRequest) Unmarshal(dAtA []byte) error { type TxnResponse (line 1367) | type TxnResponse struct method Reset (line 1379) | func (m *TxnResponse) Reset() { *m = TxnResponse{} } method String (line 1380) | func (m *TxnResponse) String() string { return proto.CompactTextString... method ProtoMessage (line 1381) | func (*TxnResponse) ProtoMessage() {} method Descriptor (line 1382) | func (*TxnResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1385) | func (m *TxnResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1388) | func (m *TxnResponse) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 1400) | func (m *TxnResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 1403) | func (m *TxnResponse) XXX_Size() int { method XXX_DiscardUnknown (line 1406) | func (m *TxnResponse) XXX_DiscardUnknown() { method GetHeader (line 1412) | func (m *TxnResponse) GetHeader() *ResponseHeader { method GetSucceeded (line 1419) | func (m *TxnResponse) GetSucceeded() bool { method GetResponses (line 1426) | func (m *TxnResponse) GetResponses() []*ResponseOp { method Marshal (line 9237) | func (m *TxnResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9247) | func (m *TxnResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9252) | func (m *TxnResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13360) | func (m *TxnResponse) Size() (n int) { method Unmarshal (line 17029) | func (m *TxnResponse) Unmarshal(dAtA []byte) error { type CompactionRequest (line 1435) | type CompactionRequest struct method Reset (line 1447) | func (m *CompactionRequest) Reset() { *m = CompactionRequest{} } method String (line 1448) | func (m *CompactionRequest) String() string { return proto.CompactText... method ProtoMessage (line 1449) | func (*CompactionRequest) ProtoMessage() {} method Descriptor (line 1450) | func (*CompactionRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1453) | func (m *CompactionRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1456) | func (m *CompactionRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 1468) | func (m *CompactionRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1471) | func (m *CompactionRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1474) | func (m *CompactionRequest) XXX_DiscardUnknown() { method GetRevision (line 1480) | func (m *CompactionRequest) GetRevision() int64 { method GetPhysical (line 1487) | func (m *CompactionRequest) GetPhysical() bool { method Marshal (line 9300) | func (m *CompactionRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9310) | func (m *CompactionRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9315) | func (m *CompactionRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 13385) | func (m *CompactionRequest) Size() (n int) { method Unmarshal (line 17170) | func (m *CompactionRequest) Unmarshal(dAtA []byte) error { type CompactionResponse (line 1494) | type CompactionResponse struct method Reset (line 1501) | func (m *CompactionResponse) Reset() { *m = CompactionResponse... method String (line 1502) | func (m *CompactionResponse) String() string { return proto.CompactTex... method ProtoMessage (line 1503) | func (*CompactionResponse) ProtoMessage() {} method Descriptor (line 1504) | func (*CompactionResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1507) | func (m *CompactionResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1510) | func (m *CompactionResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 1522) | func (m *CompactionResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 1525) | func (m *CompactionResponse) XXX_Size() int { method XXX_DiscardUnknown (line 1528) | func (m *CompactionResponse) XXX_DiscardUnknown() { method GetHeader (line 1534) | func (m *CompactionResponse) GetHeader() *ResponseHeader { method Marshal (line 9342) | func (m *CompactionResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9352) | func (m *CompactionResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9357) | func (m *CompactionResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13403) | func (m *CompactionResponse) Size() (n int) { method Unmarshal (line 17260) | func (m *CompactionResponse) Unmarshal(dAtA []byte) error { type HashRequest (line 1541) | type HashRequest struct method Reset (line 1547) | func (m *HashRequest) Reset() { *m = HashRequest{} } method String (line 1548) | func (m *HashRequest) String() string { return proto.CompactTextString... method ProtoMessage (line 1549) | func (*HashRequest) ProtoMessage() {} method Descriptor (line 1550) | func (*HashRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1553) | func (m *HashRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1556) | func (m *HashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 1568) | func (m *HashRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1571) | func (m *HashRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1574) | func (m *HashRequest) XXX_DiscardUnknown() { method Marshal (line 9381) | func (m *HashRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9391) | func (m *HashRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9396) | func (m *HashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13419) | func (m *HashRequest) Size() (n int) { method Unmarshal (line 17347) | func (m *HashRequest) Unmarshal(dAtA []byte) error { type HashKVRequest (line 1580) | type HashKVRequest struct method Reset (line 1588) | func (m *HashKVRequest) Reset() { *m = HashKVRequest{} } method String (line 1589) | func (m *HashKVRequest) String() string { return proto.CompactTextStri... method ProtoMessage (line 1590) | func (*HashKVRequest) ProtoMessage() {} method Descriptor (line 1591) | func (*HashKVRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1594) | func (m *HashKVRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1597) | func (m *HashKVRequest) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 1609) | func (m *HashKVRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1612) | func (m *HashKVRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1615) | func (m *HashKVRequest) XXX_DiscardUnknown() { method GetRevision (line 1621) | func (m *HashKVRequest) GetRevision() int64 { method Marshal (line 9408) | func (m *HashKVRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9418) | func (m *HashKVRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9423) | func (m *HashKVRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13431) | func (m *HashKVRequest) Size() (n int) { method Unmarshal (line 17398) | func (m *HashKVRequest) Unmarshal(dAtA []byte) error { type HashKVResponse (line 1628) | type HashKVResponse struct method Reset (line 1639) | func (m *HashKVResponse) Reset() { *m = HashKVResponse{} } method String (line 1640) | func (m *HashKVResponse) String() string { return proto.CompactTextStr... method ProtoMessage (line 1641) | func (*HashKVResponse) ProtoMessage() {} method Descriptor (line 1642) | func (*HashKVResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1645) | func (m *HashKVResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1648) | func (m *HashKVResponse) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 1660) | func (m *HashKVResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 1663) | func (m *HashKVResponse) XXX_Size() int { method XXX_DiscardUnknown (line 1666) | func (m *HashKVResponse) XXX_DiscardUnknown() { method GetHeader (line 1672) | func (m *HashKVResponse) GetHeader() *ResponseHeader { method GetHash (line 1679) | func (m *HashKVResponse) GetHash() uint32 { method GetCompactRevision (line 1686) | func (m *HashKVResponse) GetCompactRevision() int64 { method Marshal (line 9440) | func (m *HashKVResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9450) | func (m *HashKVResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9455) | func (m *HashKVResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13446) | func (m *HashKVResponse) Size() (n int) { method Unmarshal (line 17468) | func (m *HashKVResponse) Unmarshal(dAtA []byte) error { type HashResponse (line 1693) | type HashResponse struct method Reset (line 1702) | func (m *HashResponse) Reset() { *m = HashResponse{} } method String (line 1703) | func (m *HashResponse) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1704) | func (*HashResponse) ProtoMessage() {} method Descriptor (line 1705) | func (*HashResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1708) | func (m *HashResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1711) | func (m *HashResponse) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1723) | func (m *HashResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 1726) | func (m *HashResponse) XXX_Size() int { method XXX_DiscardUnknown (line 1729) | func (m *HashResponse) XXX_DiscardUnknown() { method GetHeader (line 1735) | func (m *HashResponse) GetHeader() *ResponseHeader { method GetHash (line 1742) | func (m *HashResponse) GetHash() uint32 { method Marshal (line 9489) | func (m *HashResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9499) | func (m *HashResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9504) | func (m *HashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13468) | func (m *HashResponse) Size() (n int) { method Unmarshal (line 17593) | func (m *HashResponse) Unmarshal(dAtA []byte) error { type SnapshotRequest (line 1749) | type SnapshotRequest struct method Reset (line 1755) | func (m *SnapshotRequest) Reset() { *m = SnapshotRequest{} } method String (line 1756) | func (m *SnapshotRequest) String() string { return proto.CompactTextSt... method ProtoMessage (line 1757) | func (*SnapshotRequest) ProtoMessage() {} method Descriptor (line 1758) | func (*SnapshotRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1761) | func (m *SnapshotRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1764) | func (m *SnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 1776) | func (m *SnapshotRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1779) | func (m *SnapshotRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1782) | func (m *SnapshotRequest) XXX_DiscardUnknown() { method Marshal (line 9533) | func (m *SnapshotRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9543) | func (m *SnapshotRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9548) | func (m *SnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, erro... method Size (line 13487) | func (m *SnapshotRequest) Size() (n int) { method Unmarshal (line 17699) | func (m *SnapshotRequest) Unmarshal(dAtA []byte) error { type SnapshotResponse (line 1788) | type SnapshotResponse struct method Reset (line 1801) | func (m *SnapshotResponse) Reset() { *m = SnapshotResponse{} } method String (line 1802) | func (m *SnapshotResponse) String() string { return proto.CompactTextS... method ProtoMessage (line 1803) | func (*SnapshotResponse) ProtoMessage() {} method Descriptor (line 1804) | func (*SnapshotResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1807) | func (m *SnapshotResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1810) | func (m *SnapshotResponse) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 1822) | func (m *SnapshotResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 1825) | func (m *SnapshotResponse) XXX_Size() int { method XXX_DiscardUnknown (line 1828) | func (m *SnapshotResponse) XXX_DiscardUnknown() { method GetHeader (line 1834) | func (m *SnapshotResponse) GetHeader() *ResponseHeader { method GetRemainingBytes (line 1841) | func (m *SnapshotResponse) GetRemainingBytes() uint64 { method GetBlob (line 1848) | func (m *SnapshotResponse) GetBlob() []byte { method Marshal (line 9560) | func (m *SnapshotResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9570) | func (m *SnapshotResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9575) | func (m *SnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 13499) | func (m *SnapshotResponse) Size() (n int) { method Unmarshal (line 17750) | func (m *SnapshotResponse) Unmarshal(dAtA []byte) error { type WatchRequest (line 1855) | type WatchRequest struct method Reset (line 1868) | func (m *WatchRequest) Reset() { *m = WatchRequest{} } method String (line 1869) | func (m *WatchRequest) String() string { return proto.CompactTextStrin... method ProtoMessage (line 1870) | func (*WatchRequest) ProtoMessage() {} method Descriptor (line 1871) | func (*WatchRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1874) | func (m *WatchRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 1877) | func (m *WatchRequest) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 1889) | func (m *WatchRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 1892) | func (m *WatchRequest) XXX_Size() int { method XXX_DiscardUnknown (line 1895) | func (m *WatchRequest) XXX_DiscardUnknown() { method GetRequestUnion (line 1921) | func (m *WatchRequest) GetRequestUnion() isWatchRequest_RequestUnion { method GetCreateRequest (line 1928) | func (m *WatchRequest) GetCreateRequest() *WatchCreateRequest { method GetCancelRequest (line 1935) | func (m *WatchRequest) GetCancelRequest() *WatchCancelRequest { method GetProgressRequest (line 1942) | func (m *WatchRequest) GetProgressRequest() *WatchProgressRequest { method XXX_OneofWrappers (line 1950) | func (*WatchRequest) XXX_OneofWrappers() []interface{} { method Marshal (line 9611) | func (m *WatchRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9621) | func (m *WatchRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9626) | func (m *WatchRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13522) | func (m *WatchRequest) Size() (n int) { method Unmarshal (line 17890) | func (m *WatchRequest) Unmarshal(dAtA []byte) error { type isWatchRequest_RequestUnion (line 1901) | type isWatchRequest_RequestUnion interface type WatchRequest_CreateRequest (line 1907) | type WatchRequest_CreateRequest struct method isWatchRequest_RequestUnion (line 1917) | func (*WatchRequest_CreateRequest) isWatchRequest_RequestUnion() {} method MarshalTo (line 9647) | func (m *WatchRequest_CreateRequest) MarshalTo(dAtA []byte) (int, erro... method MarshalToSizedBuffer (line 9652) | func (m *WatchRequest_CreateRequest) MarshalToSizedBuffer(dAtA []byte)... method Size (line 13537) | func (m *WatchRequest_CreateRequest) Size() (n int) { type WatchRequest_CancelRequest (line 1910) | type WatchRequest_CancelRequest struct method isWatchRequest_RequestUnion (line 1918) | func (*WatchRequest_CancelRequest) isWatchRequest_RequestUnion() {} method MarshalTo (line 9668) | func (m *WatchRequest_CancelRequest) MarshalTo(dAtA []byte) (int, erro... method MarshalToSizedBuffer (line 9673) | func (m *WatchRequest_CancelRequest) MarshalToSizedBuffer(dAtA []byte)... method Size (line 13549) | func (m *WatchRequest_CancelRequest) Size() (n int) { type WatchRequest_ProgressRequest (line 1913) | type WatchRequest_ProgressRequest struct method isWatchRequest_RequestUnion (line 1919) | func (*WatchRequest_ProgressRequest) isWatchRequest_RequestUnion() {} method MarshalTo (line 9689) | func (m *WatchRequest_ProgressRequest) MarshalTo(dAtA []byte) (int, er... method MarshalToSizedBuffer (line 9694) | func (m *WatchRequest_ProgressRequest) MarshalToSizedBuffer(dAtA []byt... method Size (line 13561) | func (m *WatchRequest_ProgressRequest) Size() (n int) { type WatchCreateRequest (line 1958) | type WatchCreateRequest struct method Reset (line 1992) | func (m *WatchCreateRequest) Reset() { *m = WatchCreateRequest... method String (line 1993) | func (m *WatchCreateRequest) String() string { return proto.CompactTex... method ProtoMessage (line 1994) | func (*WatchCreateRequest) ProtoMessage() {} method Descriptor (line 1995) | func (*WatchCreateRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 1998) | func (m *WatchCreateRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2001) | func (m *WatchCreateRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 2013) | func (m *WatchCreateRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2016) | func (m *WatchCreateRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2019) | func (m *WatchCreateRequest) XXX_DiscardUnknown() { method GetKey (line 2025) | func (m *WatchCreateRequest) GetKey() []byte { method GetRangeEnd (line 2032) | func (m *WatchCreateRequest) GetRangeEnd() []byte { method GetStartRevision (line 2039) | func (m *WatchCreateRequest) GetStartRevision() int64 { method GetProgressNotify (line 2046) | func (m *WatchCreateRequest) GetProgressNotify() bool { method GetFilters (line 2053) | func (m *WatchCreateRequest) GetFilters() []WatchCreateRequest_FilterT... method GetPrevKv (line 2060) | func (m *WatchCreateRequest) GetPrevKv() bool { method GetWatchId (line 2067) | func (m *WatchCreateRequest) GetWatchId() int64 { method GetFragment (line 2074) | func (m *WatchCreateRequest) GetFragment() bool { method Marshal (line 9710) | func (m *WatchCreateRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9720) | func (m *WatchCreateRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9725) | func (m *WatchCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13573) | func (m *WatchCreateRequest) Size() (n int) { method Unmarshal (line 18046) | func (m *WatchCreateRequest) Unmarshal(dAtA []byte) error { type WatchCancelRequest (line 2081) | type WatchCancelRequest struct method Reset (line 2089) | func (m *WatchCancelRequest) Reset() { *m = WatchCancelRequest... method String (line 2090) | func (m *WatchCancelRequest) String() string { return proto.CompactTex... method ProtoMessage (line 2091) | func (*WatchCancelRequest) ProtoMessage() {} method Descriptor (line 2092) | func (*WatchCancelRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2095) | func (m *WatchCancelRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2098) | func (m *WatchCancelRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 2110) | func (m *WatchCancelRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2113) | func (m *WatchCancelRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2116) | func (m *WatchCancelRequest) XXX_DiscardUnknown() { method GetWatchId (line 2122) | func (m *WatchCancelRequest) GetWatchId() int64 { method Marshal (line 9809) | func (m *WatchCancelRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9819) | func (m *WatchCancelRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9824) | func (m *WatchCancelRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13615) | func (m *WatchCancelRequest) Size() (n int) { method Unmarshal (line 18332) | func (m *WatchCancelRequest) Unmarshal(dAtA []byte) error { type WatchProgressRequest (line 2131) | type WatchProgressRequest struct method Reset (line 2137) | func (m *WatchProgressRequest) Reset() { *m = WatchProgressReq... method String (line 2138) | func (m *WatchProgressRequest) String() string { return proto.CompactT... method ProtoMessage (line 2139) | func (*WatchProgressRequest) ProtoMessage() {} method Descriptor (line 2140) | func (*WatchProgressRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2143) | func (m *WatchProgressRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2146) | func (m *WatchProgressRequest) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 2158) | func (m *WatchProgressRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2161) | func (m *WatchProgressRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2164) | func (m *WatchProgressRequest) XXX_DiscardUnknown() { method Marshal (line 9841) | func (m *WatchProgressRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9851) | func (m *WatchProgressRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9856) | func (m *WatchProgressRequest) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 13630) | func (m *WatchProgressRequest) Size() (n int) { method Unmarshal (line 18402) | func (m *WatchProgressRequest) Unmarshal(dAtA []byte) error { type WatchResponse (line 2170) | type WatchResponse struct method Reset (line 2201) | func (m *WatchResponse) Reset() { *m = WatchResponse{} } method String (line 2202) | func (m *WatchResponse) String() string { return proto.CompactTextStri... method ProtoMessage (line 2203) | func (*WatchResponse) ProtoMessage() {} method Descriptor (line 2204) | func (*WatchResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2207) | func (m *WatchResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2210) | func (m *WatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 2222) | func (m *WatchResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2225) | func (m *WatchResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2228) | func (m *WatchResponse) XXX_DiscardUnknown() { method GetHeader (line 2234) | func (m *WatchResponse) GetHeader() *ResponseHeader { method GetWatchId (line 2241) | func (m *WatchResponse) GetWatchId() int64 { method GetCreated (line 2248) | func (m *WatchResponse) GetCreated() bool { method GetCanceled (line 2255) | func (m *WatchResponse) GetCanceled() bool { method GetCompactRevision (line 2262) | func (m *WatchResponse) GetCompactRevision() int64 { method GetCancelReason (line 2269) | func (m *WatchResponse) GetCancelReason() string { method GetFragment (line 2276) | func (m *WatchResponse) GetFragment() bool { method GetEvents (line 2283) | func (m *WatchResponse) GetEvents() []*mvccpb.Event { method Marshal (line 9868) | func (m *WatchResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9878) | func (m *WatchResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9883) | func (m *WatchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13642) | func (m *WatchResponse) Size() (n int) { method Unmarshal (line 18453) | func (m *WatchResponse) Unmarshal(dAtA []byte) error { type LeaseGrantRequest (line 2290) | type LeaseGrantRequest struct method Reset (line 2300) | func (m *LeaseGrantRequest) Reset() { *m = LeaseGrantRequest{} } method String (line 2301) | func (m *LeaseGrantRequest) String() string { return proto.CompactText... method ProtoMessage (line 2302) | func (*LeaseGrantRequest) ProtoMessage() {} method Descriptor (line 2303) | func (*LeaseGrantRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2306) | func (m *LeaseGrantRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2309) | func (m *LeaseGrantRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 2321) | func (m *LeaseGrantRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2324) | func (m *LeaseGrantRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2327) | func (m *LeaseGrantRequest) XXX_DiscardUnknown() { method GetTTL (line 2333) | func (m *LeaseGrantRequest) GetTTL() int64 { method GetID (line 2340) | func (m *LeaseGrantRequest) GetID() int64 { method Marshal (line 9968) | func (m *LeaseGrantRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 9978) | func (m *LeaseGrantRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 9983) | func (m *LeaseGrantRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 13683) | func (m *LeaseGrantRequest) Size() (n int) { method Unmarshal (line 18704) | func (m *LeaseGrantRequest) Unmarshal(dAtA []byte) error { type LeaseGrantResponse (line 2347) | type LeaseGrantResponse struct method Reset (line 2359) | func (m *LeaseGrantResponse) Reset() { *m = LeaseGrantResponse... method String (line 2360) | func (m *LeaseGrantResponse) String() string { return proto.CompactTex... method ProtoMessage (line 2361) | func (*LeaseGrantResponse) ProtoMessage() {} method Descriptor (line 2362) | func (*LeaseGrantResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2365) | func (m *LeaseGrantResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2368) | func (m *LeaseGrantResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 2380) | func (m *LeaseGrantResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2383) | func (m *LeaseGrantResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2386) | func (m *LeaseGrantResponse) XXX_DiscardUnknown() { method GetHeader (line 2392) | func (m *LeaseGrantResponse) GetHeader() *ResponseHeader { method GetID (line 2399) | func (m *LeaseGrantResponse) GetID() int64 { method GetTTL (line 2406) | func (m *LeaseGrantResponse) GetTTL() int64 { method GetError (line 2413) | func (m *LeaseGrantResponse) GetError() string { method Marshal (line 10005) | func (m *LeaseGrantResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10015) | func (m *LeaseGrantResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10020) | func (m *LeaseGrantResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13701) | func (m *LeaseGrantResponse) Size() (n int) { method Unmarshal (line 18793) | func (m *LeaseGrantResponse) Unmarshal(dAtA []byte) error { type LeaseRevokeRequest (line 2420) | type LeaseRevokeRequest struct method Reset (line 2428) | func (m *LeaseRevokeRequest) Reset() { *m = LeaseRevokeRequest... method String (line 2429) | func (m *LeaseRevokeRequest) String() string { return proto.CompactTex... method ProtoMessage (line 2430) | func (*LeaseRevokeRequest) ProtoMessage() {} method Descriptor (line 2431) | func (*LeaseRevokeRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2434) | func (m *LeaseRevokeRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2437) | func (m *LeaseRevokeRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 2449) | func (m *LeaseRevokeRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2452) | func (m *LeaseRevokeRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2455) | func (m *LeaseRevokeRequest) XXX_DiscardUnknown() { method GetID (line 2461) | func (m *LeaseRevokeRequest) GetID() int64 { method Marshal (line 10061) | func (m *LeaseRevokeRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10071) | func (m *LeaseRevokeRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10076) | func (m *LeaseRevokeRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13727) | func (m *LeaseRevokeRequest) Size() (n int) { method Unmarshal (line 18950) | func (m *LeaseRevokeRequest) Unmarshal(dAtA []byte) error { type LeaseRevokeResponse (line 2468) | type LeaseRevokeResponse struct method Reset (line 2475) | func (m *LeaseRevokeResponse) Reset() { *m = LeaseRevokeRespon... method String (line 2476) | func (m *LeaseRevokeResponse) String() string { return proto.CompactTe... method ProtoMessage (line 2477) | func (*LeaseRevokeResponse) ProtoMessage() {} method Descriptor (line 2478) | func (*LeaseRevokeResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2481) | func (m *LeaseRevokeResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2484) | func (m *LeaseRevokeResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 2496) | func (m *LeaseRevokeResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2499) | func (m *LeaseRevokeResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2502) | func (m *LeaseRevokeResponse) XXX_DiscardUnknown() { method GetHeader (line 2508) | func (m *LeaseRevokeResponse) GetHeader() *ResponseHeader { method Marshal (line 10093) | func (m *LeaseRevokeResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10103) | func (m *LeaseRevokeResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10108) | func (m *LeaseRevokeResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 13742) | func (m *LeaseRevokeResponse) Size() (n int) { method Unmarshal (line 19020) | func (m *LeaseRevokeResponse) Unmarshal(dAtA []byte) error { type LeaseCheckpoint (line 2515) | type LeaseCheckpoint struct method Reset (line 2525) | func (m *LeaseCheckpoint) Reset() { *m = LeaseCheckpoint{} } method String (line 2526) | func (m *LeaseCheckpoint) String() string { return proto.CompactTextSt... method ProtoMessage (line 2527) | func (*LeaseCheckpoint) ProtoMessage() {} method Descriptor (line 2528) | func (*LeaseCheckpoint) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2531) | func (m *LeaseCheckpoint) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2534) | func (m *LeaseCheckpoint) XXX_Marshal(b []byte, deterministic bool) ([... method XXX_Merge (line 2546) | func (m *LeaseCheckpoint) XXX_Merge(src proto.Message) { method XXX_Size (line 2549) | func (m *LeaseCheckpoint) XXX_Size() int { method XXX_DiscardUnknown (line 2552) | func (m *LeaseCheckpoint) XXX_DiscardUnknown() { method GetID (line 2558) | func (m *LeaseCheckpoint) GetID() int64 { method GetRemaining_TTL (line 2565) | func (m *LeaseCheckpoint) GetRemaining_TTL() int64 { method Marshal (line 10132) | func (m *LeaseCheckpoint) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10142) | func (m *LeaseCheckpoint) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10147) | func (m *LeaseCheckpoint) MarshalToSizedBuffer(dAtA []byte) (int, erro... method Size (line 13758) | func (m *LeaseCheckpoint) Size() (n int) { method Unmarshal (line 19107) | func (m *LeaseCheckpoint) Unmarshal(dAtA []byte) error { type LeaseCheckpointRequest (line 2572) | type LeaseCheckpointRequest struct method Reset (line 2579) | func (m *LeaseCheckpointRequest) Reset() { *m = LeaseCheckpoin... method String (line 2580) | func (m *LeaseCheckpointRequest) String() string { return proto.Compac... method ProtoMessage (line 2581) | func (*LeaseCheckpointRequest) ProtoMessage() {} method Descriptor (line 2582) | func (*LeaseCheckpointRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2585) | func (m *LeaseCheckpointRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2588) | func (m *LeaseCheckpointRequest) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 2600) | func (m *LeaseCheckpointRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2603) | func (m *LeaseCheckpointRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2606) | func (m *LeaseCheckpointRequest) XXX_DiscardUnknown() { method GetCheckpoints (line 2612) | func (m *LeaseCheckpointRequest) GetCheckpoints() []*LeaseCheckpoint { method Marshal (line 10169) | func (m *LeaseCheckpointRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10179) | func (m *LeaseCheckpointRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10184) | func (m *LeaseCheckpointRequest) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13776) | func (m *LeaseCheckpointRequest) Size() (n int) { method Unmarshal (line 19196) | func (m *LeaseCheckpointRequest) Unmarshal(dAtA []byte) error { type LeaseCheckpointResponse (line 2619) | type LeaseCheckpointResponse struct method Reset (line 2626) | func (m *LeaseCheckpointResponse) Reset() { *m = LeaseCheckpoi... method String (line 2627) | func (m *LeaseCheckpointResponse) String() string { return proto.Compa... method ProtoMessage (line 2628) | func (*LeaseCheckpointResponse) ProtoMessage() {} method Descriptor (line 2629) | func (*LeaseCheckpointResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2632) | func (m *LeaseCheckpointResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2635) | func (m *LeaseCheckpointResponse) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 2647) | func (m *LeaseCheckpointResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2650) | func (m *LeaseCheckpointResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2653) | func (m *LeaseCheckpointResponse) XXX_DiscardUnknown() { method GetHeader (line 2659) | func (m *LeaseCheckpointResponse) GetHeader() *ResponseHeader { method Marshal (line 10210) | func (m *LeaseCheckpointResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10220) | func (m *LeaseCheckpointResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10225) | func (m *LeaseCheckpointResponse) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 13794) | func (m *LeaseCheckpointResponse) Size() (n int) { method Unmarshal (line 19281) | func (m *LeaseCheckpointResponse) Unmarshal(dAtA []byte) error { type LeaseKeepAliveRequest (line 2666) | type LeaseKeepAliveRequest struct method Reset (line 2674) | func (m *LeaseKeepAliveRequest) Reset() { *m = LeaseKeepAliveR... method String (line 2675) | func (m *LeaseKeepAliveRequest) String() string { return proto.Compact... method ProtoMessage (line 2676) | func (*LeaseKeepAliveRequest) ProtoMessage() {} method Descriptor (line 2677) | func (*LeaseKeepAliveRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2680) | func (m *LeaseKeepAliveRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2683) | func (m *LeaseKeepAliveRequest) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 2695) | func (m *LeaseKeepAliveRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2698) | func (m *LeaseKeepAliveRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2701) | func (m *LeaseKeepAliveRequest) XXX_DiscardUnknown() { method GetID (line 2707) | func (m *LeaseKeepAliveRequest) GetID() int64 { method Marshal (line 10249) | func (m *LeaseKeepAliveRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10259) | func (m *LeaseKeepAliveRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10264) | func (m *LeaseKeepAliveRequest) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 13810) | func (m *LeaseKeepAliveRequest) Size() (n int) { method Unmarshal (line 19368) | func (m *LeaseKeepAliveRequest) Unmarshal(dAtA []byte) error { type LeaseKeepAliveResponse (line 2714) | type LeaseKeepAliveResponse struct method Reset (line 2725) | func (m *LeaseKeepAliveResponse) Reset() { *m = LeaseKeepAlive... method String (line 2726) | func (m *LeaseKeepAliveResponse) String() string { return proto.Compac... method ProtoMessage (line 2727) | func (*LeaseKeepAliveResponse) ProtoMessage() {} method Descriptor (line 2728) | func (*LeaseKeepAliveResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2731) | func (m *LeaseKeepAliveResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2734) | func (m *LeaseKeepAliveResponse) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 2746) | func (m *LeaseKeepAliveResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2749) | func (m *LeaseKeepAliveResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2752) | func (m *LeaseKeepAliveResponse) XXX_DiscardUnknown() { method GetHeader (line 2758) | func (m *LeaseKeepAliveResponse) GetHeader() *ResponseHeader { method GetID (line 2765) | func (m *LeaseKeepAliveResponse) GetID() int64 { method GetTTL (line 2772) | func (m *LeaseKeepAliveResponse) GetTTL() int64 { method Marshal (line 10281) | func (m *LeaseKeepAliveResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10291) | func (m *LeaseKeepAliveResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10296) | func (m *LeaseKeepAliveResponse) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13825) | func (m *LeaseKeepAliveResponse) Size() (n int) { method Unmarshal (line 19438) | func (m *LeaseKeepAliveResponse) Unmarshal(dAtA []byte) error { type LeaseTimeToLiveRequest (line 2779) | type LeaseTimeToLiveRequest struct method Reset (line 2789) | func (m *LeaseTimeToLiveRequest) Reset() { *m = LeaseTimeToLiv... method String (line 2790) | func (m *LeaseTimeToLiveRequest) String() string { return proto.Compac... method ProtoMessage (line 2791) | func (*LeaseTimeToLiveRequest) ProtoMessage() {} method Descriptor (line 2792) | func (*LeaseTimeToLiveRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2795) | func (m *LeaseTimeToLiveRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2798) | func (m *LeaseTimeToLiveRequest) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 2810) | func (m *LeaseTimeToLiveRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2813) | func (m *LeaseTimeToLiveRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2816) | func (m *LeaseTimeToLiveRequest) XXX_DiscardUnknown() { method GetID (line 2822) | func (m *LeaseTimeToLiveRequest) GetID() int64 { method GetKeys (line 2829) | func (m *LeaseTimeToLiveRequest) GetKeys() bool { method Marshal (line 10330) | func (m *LeaseTimeToLiveRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10340) | func (m *LeaseTimeToLiveRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10345) | func (m *LeaseTimeToLiveRequest) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 13847) | func (m *LeaseTimeToLiveRequest) Size() (n int) { method Unmarshal (line 19563) | func (m *LeaseTimeToLiveRequest) Unmarshal(dAtA []byte) error { type LeaseTimeToLiveResponse (line 2836) | type LeaseTimeToLiveResponse struct method Reset (line 2851) | func (m *LeaseTimeToLiveResponse) Reset() { *m = LeaseTimeToLi... method String (line 2852) | func (m *LeaseTimeToLiveResponse) String() string { return proto.Compa... method ProtoMessage (line 2853) | func (*LeaseTimeToLiveResponse) ProtoMessage() {} method Descriptor (line 2854) | func (*LeaseTimeToLiveResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2857) | func (m *LeaseTimeToLiveResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2860) | func (m *LeaseTimeToLiveResponse) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 2872) | func (m *LeaseTimeToLiveResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 2875) | func (m *LeaseTimeToLiveResponse) XXX_Size() int { method XXX_DiscardUnknown (line 2878) | func (m *LeaseTimeToLiveResponse) XXX_DiscardUnknown() { method GetHeader (line 2884) | func (m *LeaseTimeToLiveResponse) GetHeader() *ResponseHeader { method GetID (line 2891) | func (m *LeaseTimeToLiveResponse) GetID() int64 { method GetTTL (line 2898) | func (m *LeaseTimeToLiveResponse) GetTTL() int64 { method GetGrantedTTL (line 2905) | func (m *LeaseTimeToLiveResponse) GetGrantedTTL() int64 { method GetKeys (line 2912) | func (m *LeaseTimeToLiveResponse) GetKeys() [][]byte { method Marshal (line 10372) | func (m *LeaseTimeToLiveResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10382) | func (m *LeaseTimeToLiveResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10387) | func (m *LeaseTimeToLiveResponse) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 13865) | func (m *LeaseTimeToLiveResponse) Size() (n int) { method Unmarshal (line 19653) | func (m *LeaseTimeToLiveResponse) Unmarshal(dAtA []byte) error { type LeaseLeasesRequest (line 2919) | type LeaseLeasesRequest struct method Reset (line 2925) | func (m *LeaseLeasesRequest) Reset() { *m = LeaseLeasesRequest... method String (line 2926) | func (m *LeaseLeasesRequest) String() string { return proto.CompactTex... method ProtoMessage (line 2927) | func (*LeaseLeasesRequest) ProtoMessage() {} method Descriptor (line 2928) | func (*LeaseLeasesRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2931) | func (m *LeaseLeasesRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2934) | func (m *LeaseLeasesRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 2946) | func (m *LeaseLeasesRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 2949) | func (m *LeaseLeasesRequest) XXX_Size() int { method XXX_DiscardUnknown (line 2952) | func (m *LeaseLeasesRequest) XXX_DiscardUnknown() { method Marshal (line 10435) | func (m *LeaseLeasesRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10445) | func (m *LeaseLeasesRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10450) | func (m *LeaseLeasesRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 13896) | func (m *LeaseLeasesRequest) Size() (n int) { method Unmarshal (line 19829) | func (m *LeaseLeasesRequest) Unmarshal(dAtA []byte) error { type LeaseStatus (line 2958) | type LeaseStatus struct method Reset (line 2965) | func (m *LeaseStatus) Reset() { *m = LeaseStatus{} } method String (line 2966) | func (m *LeaseStatus) String() string { return proto.CompactTextString... method ProtoMessage (line 2967) | func (*LeaseStatus) ProtoMessage() {} method Descriptor (line 2968) | func (*LeaseStatus) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 2971) | func (m *LeaseStatus) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 2974) | func (m *LeaseStatus) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 2986) | func (m *LeaseStatus) XXX_Merge(src proto.Message) { method XXX_Size (line 2989) | func (m *LeaseStatus) XXX_Size() int { method XXX_DiscardUnknown (line 2992) | func (m *LeaseStatus) XXX_DiscardUnknown() { method GetID (line 2998) | func (m *LeaseStatus) GetID() int64 { method Marshal (line 10462) | func (m *LeaseStatus) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10472) | func (m *LeaseStatus) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10477) | func (m *LeaseStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13908) | func (m *LeaseStatus) Size() (n int) { method Unmarshal (line 19880) | func (m *LeaseStatus) Unmarshal(dAtA []byte) error { type LeaseLeasesResponse (line 3005) | type LeaseLeasesResponse struct method Reset (line 3013) | func (m *LeaseLeasesResponse) Reset() { *m = LeaseLeasesRespon... method String (line 3014) | func (m *LeaseLeasesResponse) String() string { return proto.CompactTe... method ProtoMessage (line 3015) | func (*LeaseLeasesResponse) ProtoMessage() {} method Descriptor (line 3016) | func (*LeaseLeasesResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3019) | func (m *LeaseLeasesResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3022) | func (m *LeaseLeasesResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 3034) | func (m *LeaseLeasesResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3037) | func (m *LeaseLeasesResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3040) | func (m *LeaseLeasesResponse) XXX_DiscardUnknown() { method GetHeader (line 3046) | func (m *LeaseLeasesResponse) GetHeader() *ResponseHeader { method GetLeases (line 3053) | func (m *LeaseLeasesResponse) GetLeases() []*LeaseStatus { method Marshal (line 10494) | func (m *LeaseLeasesResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10504) | func (m *LeaseLeasesResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10509) | func (m *LeaseLeasesResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 13923) | func (m *LeaseLeasesResponse) Size() (n int) { method Unmarshal (line 19950) | func (m *LeaseLeasesResponse) Unmarshal(dAtA []byte) error { type Member (line 3060) | type Member struct method Reset (line 3076) | func (m *Member) Reset() { *m = Member{} } method String (line 3077) | func (m *Member) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 3078) | func (*Member) ProtoMessage() {} method Descriptor (line 3079) | func (*Member) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3082) | func (m *Member) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3085) | func (m *Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 3097) | func (m *Member) XXX_Merge(src proto.Message) { method XXX_Size (line 3100) | func (m *Member) XXX_Size() int { method XXX_DiscardUnknown (line 3103) | func (m *Member) XXX_DiscardUnknown() { method GetID (line 3109) | func (m *Member) GetID() uint64 { method GetName (line 3116) | func (m *Member) GetName() string { method GetPeerURLs (line 3123) | func (m *Member) GetPeerURLs() []string { method GetClientURLs (line 3130) | func (m *Member) GetClientURLs() []string { method GetIsLearner (line 3137) | func (m *Member) GetIsLearner() bool { method Marshal (line 10547) | func (m *Member) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10557) | func (m *Member) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10562) | func (m *Member) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 13945) | func (m *Member) Size() (n int) { method Unmarshal (line 20071) | func (m *Member) Unmarshal(dAtA []byte) error { type MemberAddRequest (line 3144) | type MemberAddRequest struct method Reset (line 3154) | func (m *MemberAddRequest) Reset() { *m = MemberAddRequest{} } method String (line 3155) | func (m *MemberAddRequest) String() string { return proto.CompactTextS... method ProtoMessage (line 3156) | func (*MemberAddRequest) ProtoMessage() {} method Descriptor (line 3157) | func (*MemberAddRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3160) | func (m *MemberAddRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3163) | func (m *MemberAddRequest) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 3175) | func (m *MemberAddRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3178) | func (m *MemberAddRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3181) | func (m *MemberAddRequest) XXX_DiscardUnknown() { method GetPeerURLs (line 3187) | func (m *MemberAddRequest) GetPeerURLs() []string { method GetIsLearner (line 3194) | func (m *MemberAddRequest) GetIsLearner() bool { method Marshal (line 10614) | func (m *MemberAddRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10624) | func (m *MemberAddRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10629) | func (m *MemberAddRequest) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 13979) | func (m *MemberAddRequest) Size() (n int) { method Unmarshal (line 20257) | func (m *MemberAddRequest) Unmarshal(dAtA []byte) error { type MemberAddResponse (line 3201) | type MemberAddResponse struct method Reset (line 3212) | func (m *MemberAddResponse) Reset() { *m = MemberAddResponse{} } method String (line 3213) | func (m *MemberAddResponse) String() string { return proto.CompactText... method ProtoMessage (line 3214) | func (*MemberAddResponse) ProtoMessage() {} method Descriptor (line 3215) | func (*MemberAddResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3218) | func (m *MemberAddResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3221) | func (m *MemberAddResponse) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 3233) | func (m *MemberAddResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3236) | func (m *MemberAddResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3239) | func (m *MemberAddResponse) XXX_DiscardUnknown() { method GetHeader (line 3245) | func (m *MemberAddResponse) GetHeader() *ResponseHeader { method GetMember (line 3252) | func (m *MemberAddResponse) GetMember() *Member { method GetMembers (line 3259) | func (m *MemberAddResponse) GetMembers() []*Member { method Marshal (line 10660) | func (m *MemberAddResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10670) | func (m *MemberAddResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10675) | func (m *MemberAddResponse) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14000) | func (m *MemberAddResponse) Size() (n int) { method Unmarshal (line 20360) | func (m *MemberAddResponse) Unmarshal(dAtA []byte) error { type MemberRemoveRequest (line 3266) | type MemberRemoveRequest struct method Reset (line 3274) | func (m *MemberRemoveRequest) Reset() { *m = MemberRemoveReque... method String (line 3275) | func (m *MemberRemoveRequest) String() string { return proto.CompactTe... method ProtoMessage (line 3276) | func (*MemberRemoveRequest) ProtoMessage() {} method Descriptor (line 3277) | func (*MemberRemoveRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3280) | func (m *MemberRemoveRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3283) | func (m *MemberRemoveRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 3295) | func (m *MemberRemoveRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3298) | func (m *MemberRemoveRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3301) | func (m *MemberRemoveRequest) XXX_DiscardUnknown() { method GetID (line 3307) | func (m *MemberRemoveRequest) GetID() uint64 { method Marshal (line 10725) | func (m *MemberRemoveRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10735) | func (m *MemberRemoveRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10740) | func (m *MemberRemoveRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14026) | func (m *MemberRemoveRequest) Size() (n int) { method Unmarshal (line 20517) | func (m *MemberRemoveRequest) Unmarshal(dAtA []byte) error { type MemberRemoveResponse (line 3314) | type MemberRemoveResponse struct method Reset (line 3323) | func (m *MemberRemoveResponse) Reset() { *m = MemberRemoveResp... method String (line 3324) | func (m *MemberRemoveResponse) String() string { return proto.CompactT... method ProtoMessage (line 3325) | func (*MemberRemoveResponse) ProtoMessage() {} method Descriptor (line 3326) | func (*MemberRemoveResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3329) | func (m *MemberRemoveResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3332) | func (m *MemberRemoveResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 3344) | func (m *MemberRemoveResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3347) | func (m *MemberRemoveResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3350) | func (m *MemberRemoveResponse) XXX_DiscardUnknown() { method GetHeader (line 3356) | func (m *MemberRemoveResponse) GetHeader() *ResponseHeader { method GetMembers (line 3363) | func (m *MemberRemoveResponse) GetMembers() []*Member { method Marshal (line 10757) | func (m *MemberRemoveResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10767) | func (m *MemberRemoveResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10772) | func (m *MemberRemoveResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14041) | func (m *MemberRemoveResponse) Size() (n int) { method Unmarshal (line 20587) | func (m *MemberRemoveResponse) Unmarshal(dAtA []byte) error { type MemberUpdateRequest (line 3370) | type MemberUpdateRequest struct method Reset (line 3380) | func (m *MemberUpdateRequest) Reset() { *m = MemberUpdateReque... method String (line 3381) | func (m *MemberUpdateRequest) String() string { return proto.CompactTe... method ProtoMessage (line 3382) | func (*MemberUpdateRequest) ProtoMessage() {} method Descriptor (line 3383) | func (*MemberUpdateRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3386) | func (m *MemberUpdateRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3389) | func (m *MemberUpdateRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 3401) | func (m *MemberUpdateRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3404) | func (m *MemberUpdateRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3407) | func (m *MemberUpdateRequest) XXX_DiscardUnknown() { method GetID (line 3413) | func (m *MemberUpdateRequest) GetID() uint64 { method GetPeerURLs (line 3420) | func (m *MemberUpdateRequest) GetPeerURLs() []string { method Marshal (line 10810) | func (m *MemberUpdateRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10820) | func (m *MemberUpdateRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10825) | func (m *MemberUpdateRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14063) | func (m *MemberUpdateRequest) Size() (n int) { method Unmarshal (line 20708) | func (m *MemberUpdateRequest) Unmarshal(dAtA []byte) error { type MemberUpdateResponse (line 3427) | type MemberUpdateResponse struct method Reset (line 3436) | func (m *MemberUpdateResponse) Reset() { *m = MemberUpdateResp... method String (line 3437) | func (m *MemberUpdateResponse) String() string { return proto.CompactT... method ProtoMessage (line 3438) | func (*MemberUpdateResponse) ProtoMessage() {} method Descriptor (line 3439) | func (*MemberUpdateResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3442) | func (m *MemberUpdateResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3445) | func (m *MemberUpdateResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 3457) | func (m *MemberUpdateResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3460) | func (m *MemberUpdateResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3463) | func (m *MemberUpdateResponse) XXX_DiscardUnknown() { method GetHeader (line 3469) | func (m *MemberUpdateResponse) GetHeader() *ResponseHeader { method GetMembers (line 3476) | func (m *MemberUpdateResponse) GetMembers() []*Member { method Marshal (line 10851) | func (m *MemberUpdateResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10861) | func (m *MemberUpdateResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10866) | func (m *MemberUpdateResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14084) | func (m *MemberUpdateResponse) Size() (n int) { method Unmarshal (line 20810) | func (m *MemberUpdateResponse) Unmarshal(dAtA []byte) error { type MemberListRequest (line 3483) | type MemberListRequest struct method Reset (line 3490) | func (m *MemberListRequest) Reset() { *m = MemberListRequest{} } method String (line 3491) | func (m *MemberListRequest) String() string { return proto.CompactText... method ProtoMessage (line 3492) | func (*MemberListRequest) ProtoMessage() {} method Descriptor (line 3493) | func (*MemberListRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3496) | func (m *MemberListRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3499) | func (m *MemberListRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 3511) | func (m *MemberListRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3514) | func (m *MemberListRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3517) | func (m *MemberListRequest) XXX_DiscardUnknown() { method GetLinearizable (line 3523) | func (m *MemberListRequest) GetLinearizable() bool { method Marshal (line 10904) | func (m *MemberListRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10914) | func (m *MemberListRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10919) | func (m *MemberListRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14106) | func (m *MemberListRequest) Size() (n int) { method Unmarshal (line 20931) | func (m *MemberListRequest) Unmarshal(dAtA []byte) error { type MemberListResponse (line 3530) | type MemberListResponse struct method Reset (line 3539) | func (m *MemberListResponse) Reset() { *m = MemberListResponse... method String (line 3540) | func (m *MemberListResponse) String() string { return proto.CompactTex... method ProtoMessage (line 3541) | func (*MemberListResponse) ProtoMessage() {} method Descriptor (line 3542) | func (*MemberListResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3545) | func (m *MemberListResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3548) | func (m *MemberListResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 3560) | func (m *MemberListResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3563) | func (m *MemberListResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3566) | func (m *MemberListResponse) XXX_DiscardUnknown() { method GetHeader (line 3572) | func (m *MemberListResponse) GetHeader() *ResponseHeader { method GetMembers (line 3579) | func (m *MemberListResponse) GetMembers() []*Member { method Marshal (line 10941) | func (m *MemberListResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 10951) | func (m *MemberListResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 10956) | func (m *MemberListResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14121) | func (m *MemberListResponse) Size() (n int) { method Unmarshal (line 21002) | func (m *MemberListResponse) Unmarshal(dAtA []byte) error { type MemberPromoteRequest (line 3586) | type MemberPromoteRequest struct method Reset (line 3594) | func (m *MemberPromoteRequest) Reset() { *m = MemberPromoteReq... method String (line 3595) | func (m *MemberPromoteRequest) String() string { return proto.CompactT... method ProtoMessage (line 3596) | func (*MemberPromoteRequest) ProtoMessage() {} method Descriptor (line 3597) | func (*MemberPromoteRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3600) | func (m *MemberPromoteRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3603) | func (m *MemberPromoteRequest) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 3615) | func (m *MemberPromoteRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3618) | func (m *MemberPromoteRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3621) | func (m *MemberPromoteRequest) XXX_DiscardUnknown() { method GetID (line 3627) | func (m *MemberPromoteRequest) GetID() uint64 { method Marshal (line 10994) | func (m *MemberPromoteRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11004) | func (m *MemberPromoteRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11009) | func (m *MemberPromoteRequest) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14143) | func (m *MemberPromoteRequest) Size() (n int) { method Unmarshal (line 21123) | func (m *MemberPromoteRequest) Unmarshal(dAtA []byte) error { type MemberPromoteResponse (line 3634) | type MemberPromoteResponse struct method Reset (line 3643) | func (m *MemberPromoteResponse) Reset() { *m = MemberPromoteRe... method String (line 3644) | func (m *MemberPromoteResponse) String() string { return proto.Compact... method ProtoMessage (line 3645) | func (*MemberPromoteResponse) ProtoMessage() {} method Descriptor (line 3646) | func (*MemberPromoteResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3649) | func (m *MemberPromoteResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3652) | func (m *MemberPromoteResponse) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 3664) | func (m *MemberPromoteResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3667) | func (m *MemberPromoteResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3670) | func (m *MemberPromoteResponse) XXX_DiscardUnknown() { method GetHeader (line 3676) | func (m *MemberPromoteResponse) GetHeader() *ResponseHeader { method GetMembers (line 3683) | func (m *MemberPromoteResponse) GetMembers() []*Member { method Marshal (line 11026) | func (m *MemberPromoteResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11036) | func (m *MemberPromoteResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11041) | func (m *MemberPromoteResponse) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 14158) | func (m *MemberPromoteResponse) Size() (n int) { method Unmarshal (line 21193) | func (m *MemberPromoteResponse) Unmarshal(dAtA []byte) error { type DefragmentRequest (line 3690) | type DefragmentRequest struct method Reset (line 3696) | func (m *DefragmentRequest) Reset() { *m = DefragmentRequest{} } method String (line 3697) | func (m *DefragmentRequest) String() string { return proto.CompactText... method ProtoMessage (line 3698) | func (*DefragmentRequest) ProtoMessage() {} method Descriptor (line 3699) | func (*DefragmentRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3702) | func (m *DefragmentRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3705) | func (m *DefragmentRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 3717) | func (m *DefragmentRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3720) | func (m *DefragmentRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3723) | func (m *DefragmentRequest) XXX_DiscardUnknown() { method Marshal (line 11079) | func (m *DefragmentRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11089) | func (m *DefragmentRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11094) | func (m *DefragmentRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14180) | func (m *DefragmentRequest) Size() (n int) { method Unmarshal (line 21314) | func (m *DefragmentRequest) Unmarshal(dAtA []byte) error { type DefragmentResponse (line 3729) | type DefragmentResponse struct method Reset (line 3736) | func (m *DefragmentResponse) Reset() { *m = DefragmentResponse... method String (line 3737) | func (m *DefragmentResponse) String() string { return proto.CompactTex... method ProtoMessage (line 3738) | func (*DefragmentResponse) ProtoMessage() {} method Descriptor (line 3739) | func (*DefragmentResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3742) | func (m *DefragmentResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3745) | func (m *DefragmentResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 3757) | func (m *DefragmentResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3760) | func (m *DefragmentResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3763) | func (m *DefragmentResponse) XXX_DiscardUnknown() { method GetHeader (line 3769) | func (m *DefragmentResponse) GetHeader() *ResponseHeader { method Marshal (line 11106) | func (m *DefragmentResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11116) | func (m *DefragmentResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11121) | func (m *DefragmentResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14192) | func (m *DefragmentResponse) Size() (n int) { method Unmarshal (line 21365) | func (m *DefragmentResponse) Unmarshal(dAtA []byte) error { type MoveLeaderRequest (line 3776) | type MoveLeaderRequest struct method Reset (line 3784) | func (m *MoveLeaderRequest) Reset() { *m = MoveLeaderRequest{} } method String (line 3785) | func (m *MoveLeaderRequest) String() string { return proto.CompactText... method ProtoMessage (line 3786) | func (*MoveLeaderRequest) ProtoMessage() {} method Descriptor (line 3787) | func (*MoveLeaderRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3790) | func (m *MoveLeaderRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3793) | func (m *MoveLeaderRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 3805) | func (m *MoveLeaderRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3808) | func (m *MoveLeaderRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3811) | func (m *MoveLeaderRequest) XXX_DiscardUnknown() { method GetTargetID (line 3817) | func (m *MoveLeaderRequest) GetTargetID() uint64 { method Marshal (line 11145) | func (m *MoveLeaderRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11155) | func (m *MoveLeaderRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11160) | func (m *MoveLeaderRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14208) | func (m *MoveLeaderRequest) Size() (n int) { method Unmarshal (line 21452) | func (m *MoveLeaderRequest) Unmarshal(dAtA []byte) error { type MoveLeaderResponse (line 3824) | type MoveLeaderResponse struct method Reset (line 3831) | func (m *MoveLeaderResponse) Reset() { *m = MoveLeaderResponse... method String (line 3832) | func (m *MoveLeaderResponse) String() string { return proto.CompactTex... method ProtoMessage (line 3833) | func (*MoveLeaderResponse) ProtoMessage() {} method Descriptor (line 3834) | func (*MoveLeaderResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3837) | func (m *MoveLeaderResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3840) | func (m *MoveLeaderResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 3852) | func (m *MoveLeaderResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 3855) | func (m *MoveLeaderResponse) XXX_Size() int { method XXX_DiscardUnknown (line 3858) | func (m *MoveLeaderResponse) XXX_DiscardUnknown() { method GetHeader (line 3864) | func (m *MoveLeaderResponse) GetHeader() *ResponseHeader { method Marshal (line 11177) | func (m *MoveLeaderResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11187) | func (m *MoveLeaderResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11192) | func (m *MoveLeaderResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14223) | func (m *MoveLeaderResponse) Size() (n int) { method Unmarshal (line 21522) | func (m *MoveLeaderResponse) Unmarshal(dAtA []byte) error { type AlarmRequest (line 3871) | type AlarmRequest struct method Reset (line 3886) | func (m *AlarmRequest) Reset() { *m = AlarmRequest{} } method String (line 3887) | func (m *AlarmRequest) String() string { return proto.CompactTextStrin... method ProtoMessage (line 3888) | func (*AlarmRequest) ProtoMessage() {} method Descriptor (line 3889) | func (*AlarmRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3892) | func (m *AlarmRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3895) | func (m *AlarmRequest) XXX_Marshal(b []byte, deterministic bool) ([]by... method XXX_Merge (line 3907) | func (m *AlarmRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 3910) | func (m *AlarmRequest) XXX_Size() int { method XXX_DiscardUnknown (line 3913) | func (m *AlarmRequest) XXX_DiscardUnknown() { method GetAction (line 3919) | func (m *AlarmRequest) GetAction() AlarmRequest_AlarmAction { method GetMemberID (line 3926) | func (m *AlarmRequest) GetMemberID() uint64 { method GetAlarm (line 3933) | func (m *AlarmRequest) GetAlarm() AlarmType { method Marshal (line 11216) | func (m *AlarmRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11226) | func (m *AlarmRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11231) | func (m *AlarmRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 14239) | func (m *AlarmRequest) Size() (n int) { method Unmarshal (line 21609) | func (m *AlarmRequest) Unmarshal(dAtA []byte) error { type AlarmMember (line 3940) | type AlarmMember struct method Reset (line 3950) | func (m *AlarmMember) Reset() { *m = AlarmMember{} } method String (line 3951) | func (m *AlarmMember) String() string { return proto.CompactTextString... method ProtoMessage (line 3952) | func (*AlarmMember) ProtoMessage() {} method Descriptor (line 3953) | func (*AlarmMember) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 3956) | func (m *AlarmMember) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 3959) | func (m *AlarmMember) XXX_Marshal(b []byte, deterministic bool) ([]byt... method XXX_Merge (line 3971) | func (m *AlarmMember) XXX_Merge(src proto.Message) { method XXX_Size (line 3974) | func (m *AlarmMember) XXX_Size() int { method XXX_DiscardUnknown (line 3977) | func (m *AlarmMember) XXX_DiscardUnknown() { method GetMemberID (line 3983) | func (m *AlarmMember) GetMemberID() uint64 { method GetAlarm (line 3990) | func (m *AlarmMember) GetAlarm() AlarmType { method Marshal (line 11258) | func (m *AlarmMember) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11268) | func (m *AlarmMember) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11273) | func (m *AlarmMember) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 14260) | func (m *AlarmMember) Size() (n int) { method Unmarshal (line 21717) | func (m *AlarmMember) Unmarshal(dAtA []byte) error { type AlarmResponse (line 3997) | type AlarmResponse struct method Reset (line 4006) | func (m *AlarmResponse) Reset() { *m = AlarmResponse{} } method String (line 4007) | func (m *AlarmResponse) String() string { return proto.CompactTextStri... method ProtoMessage (line 4008) | func (*AlarmResponse) ProtoMessage() {} method Descriptor (line 4009) | func (*AlarmResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4012) | func (m *AlarmResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4015) | func (m *AlarmResponse) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 4027) | func (m *AlarmResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 4030) | func (m *AlarmResponse) XXX_Size() int { method XXX_DiscardUnknown (line 4033) | func (m *AlarmResponse) XXX_DiscardUnknown() { method GetHeader (line 4039) | func (m *AlarmResponse) GetHeader() *ResponseHeader { method GetAlarms (line 4046) | func (m *AlarmResponse) GetAlarms() []*AlarmMember { method Marshal (line 11295) | func (m *AlarmResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11305) | func (m *AlarmResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11310) | func (m *AlarmResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 14278) | func (m *AlarmResponse) Size() (n int) { method Unmarshal (line 21806) | func (m *AlarmResponse) Unmarshal(dAtA []byte) error { type DowngradeRequest (line 4053) | type DowngradeRequest struct method Reset (line 4065) | func (m *DowngradeRequest) Reset() { *m = DowngradeRequest{} } method String (line 4066) | func (m *DowngradeRequest) String() string { return proto.CompactTextS... method ProtoMessage (line 4067) | func (*DowngradeRequest) ProtoMessage() {} method Descriptor (line 4068) | func (*DowngradeRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4071) | func (m *DowngradeRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4074) | func (m *DowngradeRequest) XXX_Marshal(b []byte, deterministic bool) (... method XXX_Merge (line 4086) | func (m *DowngradeRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4089) | func (m *DowngradeRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4092) | func (m *DowngradeRequest) XXX_DiscardUnknown() { method GetAction (line 4098) | func (m *DowngradeRequest) GetAction() DowngradeRequest_DowngradeAction { method GetVersion (line 4105) | func (m *DowngradeRequest) GetVersion() string { method Marshal (line 11348) | func (m *DowngradeRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11358) | func (m *DowngradeRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11363) | func (m *DowngradeRequest) MarshalToSizedBuffer(dAtA []byte) (int, err... method Size (line 14300) | func (m *DowngradeRequest) Size() (n int) { method Unmarshal (line 21927) | func (m *DowngradeRequest) Unmarshal(dAtA []byte) error { type DowngradeResponse (line 4112) | type DowngradeResponse struct method Reset (line 4121) | func (m *DowngradeResponse) Reset() { *m = DowngradeResponse{} } method String (line 4122) | func (m *DowngradeResponse) String() string { return proto.CompactText... method ProtoMessage (line 4123) | func (*DowngradeResponse) ProtoMessage() {} method Descriptor (line 4124) | func (*DowngradeResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4127) | func (m *DowngradeResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4130) | func (m *DowngradeResponse) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 4142) | func (m *DowngradeResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 4145) | func (m *DowngradeResponse) XXX_Size() int { method XXX_DiscardUnknown (line 4148) | func (m *DowngradeResponse) XXX_DiscardUnknown() { method GetHeader (line 4154) | func (m *DowngradeResponse) GetHeader() *ResponseHeader { method GetVersion (line 4161) | func (m *DowngradeResponse) GetVersion() string { method Marshal (line 11387) | func (m *DowngradeResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11397) | func (m *DowngradeResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11402) | func (m *DowngradeResponse) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14319) | func (m *DowngradeResponse) Size() (n int) { method Unmarshal (line 22029) | func (m *DowngradeResponse) Unmarshal(dAtA []byte) error { type StatusRequest (line 4168) | type StatusRequest struct method Reset (line 4174) | func (m *StatusRequest) Reset() { *m = StatusRequest{} } method String (line 4175) | func (m *StatusRequest) String() string { return proto.CompactTextStri... method ProtoMessage (line 4176) | func (*StatusRequest) ProtoMessage() {} method Descriptor (line 4177) | func (*StatusRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4180) | func (m *StatusRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4183) | func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]b... method XXX_Merge (line 4195) | func (m *StatusRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4198) | func (m *StatusRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4201) | func (m *StatusRequest) XXX_DiscardUnknown() { method Marshal (line 11433) | func (m *StatusRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11443) | func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11448) | func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 14339) | func (m *StatusRequest) Size() (n int) { method Unmarshal (line 22148) | func (m *StatusRequest) Unmarshal(dAtA []byte) error { type StatusResponse (line 4207) | type StatusResponse struct method Reset (line 4232) | func (m *StatusResponse) Reset() { *m = StatusResponse{} } method String (line 4233) | func (m *StatusResponse) String() string { return proto.CompactTextStr... method ProtoMessage (line 4234) | func (*StatusResponse) ProtoMessage() {} method Descriptor (line 4235) | func (*StatusResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4238) | func (m *StatusResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4241) | func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 4253) | func (m *StatusResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 4256) | func (m *StatusResponse) XXX_Size() int { method XXX_DiscardUnknown (line 4259) | func (m *StatusResponse) XXX_DiscardUnknown() { method GetHeader (line 4265) | func (m *StatusResponse) GetHeader() *ResponseHeader { method GetVersion (line 4272) | func (m *StatusResponse) GetVersion() string { method GetDbSize (line 4279) | func (m *StatusResponse) GetDbSize() int64 { method GetLeader (line 4286) | func (m *StatusResponse) GetLeader() uint64 { method GetRaftIndex (line 4293) | func (m *StatusResponse) GetRaftIndex() uint64 { method GetRaftTerm (line 4300) | func (m *StatusResponse) GetRaftTerm() uint64 { method GetRaftAppliedIndex (line 4307) | func (m *StatusResponse) GetRaftAppliedIndex() uint64 { method GetErrors (line 4314) | func (m *StatusResponse) GetErrors() []string { method GetDbSizeInUse (line 4321) | func (m *StatusResponse) GetDbSizeInUse() int64 { method GetIsLearner (line 4328) | func (m *StatusResponse) GetIsLearner() bool { method Marshal (line 11460) | func (m *StatusResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11470) | func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11475) | func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 14351) | func (m *StatusResponse) Size() (n int) { method Unmarshal (line 22199) | func (m *StatusResponse) Unmarshal(dAtA []byte) error { type AuthEnableRequest (line 4335) | type AuthEnableRequest struct method Reset (line 4341) | func (m *AuthEnableRequest) Reset() { *m = AuthEnableRequest{} } method String (line 4342) | func (m *AuthEnableRequest) String() string { return proto.CompactText... method ProtoMessage (line 4343) | func (*AuthEnableRequest) ProtoMessage() {} method Descriptor (line 4344) | func (*AuthEnableRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4347) | func (m *AuthEnableRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4350) | func (m *AuthEnableRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 4362) | func (m *AuthEnableRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4365) | func (m *AuthEnableRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4368) | func (m *AuthEnableRequest) XXX_DiscardUnknown() { method Marshal (line 11555) | func (m *AuthEnableRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11565) | func (m *AuthEnableRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11570) | func (m *AuthEnableRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14398) | func (m *AuthEnableRequest) Size() (n int) { method Unmarshal (line 22484) | func (m *AuthEnableRequest) Unmarshal(dAtA []byte) error { type AuthDisableRequest (line 4374) | type AuthDisableRequest struct method Reset (line 4380) | func (m *AuthDisableRequest) Reset() { *m = AuthDisableRequest... method String (line 4381) | func (m *AuthDisableRequest) String() string { return proto.CompactTex... method ProtoMessage (line 4382) | func (*AuthDisableRequest) ProtoMessage() {} method Descriptor (line 4383) | func (*AuthDisableRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4386) | func (m *AuthDisableRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4389) | func (m *AuthDisableRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 4401) | func (m *AuthDisableRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4404) | func (m *AuthDisableRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4407) | func (m *AuthDisableRequest) XXX_DiscardUnknown() { method Marshal (line 11582) | func (m *AuthDisableRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11592) | func (m *AuthDisableRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11597) | func (m *AuthDisableRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14410) | func (m *AuthDisableRequest) Size() (n int) { method Unmarshal (line 22535) | func (m *AuthDisableRequest) Unmarshal(dAtA []byte) error { type AuthStatusRequest (line 4413) | type AuthStatusRequest struct method Reset (line 4419) | func (m *AuthStatusRequest) Reset() { *m = AuthStatusRequest{} } method String (line 4420) | func (m *AuthStatusRequest) String() string { return proto.CompactText... method ProtoMessage (line 4421) | func (*AuthStatusRequest) ProtoMessage() {} method Descriptor (line 4422) | func (*AuthStatusRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4425) | func (m *AuthStatusRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4428) | func (m *AuthStatusRequest) XXX_Marshal(b []byte, deterministic bool) ... method XXX_Merge (line 4440) | func (m *AuthStatusRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4443) | func (m *AuthStatusRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4446) | func (m *AuthStatusRequest) XXX_DiscardUnknown() { method Marshal (line 11609) | func (m *AuthStatusRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11619) | func (m *AuthStatusRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11624) | func (m *AuthStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, er... method Size (line 14422) | func (m *AuthStatusRequest) Size() (n int) { method Unmarshal (line 22586) | func (m *AuthStatusRequest) Unmarshal(dAtA []byte) error { type AuthenticateRequest (line 4452) | type AuthenticateRequest struct method Reset (line 4460) | func (m *AuthenticateRequest) Reset() { *m = AuthenticateReque... method String (line 4461) | func (m *AuthenticateRequest) String() string { return proto.CompactTe... method ProtoMessage (line 4462) | func (*AuthenticateRequest) ProtoMessage() {} method Descriptor (line 4463) | func (*AuthenticateRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4466) | func (m *AuthenticateRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4469) | func (m *AuthenticateRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 4481) | func (m *AuthenticateRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4484) | func (m *AuthenticateRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4487) | func (m *AuthenticateRequest) XXX_DiscardUnknown() { method GetName (line 4493) | func (m *AuthenticateRequest) GetName() string { method GetPassword (line 4500) | func (m *AuthenticateRequest) GetPassword() string { method Marshal (line 11636) | func (m *AuthenticateRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11646) | func (m *AuthenticateRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11651) | func (m *AuthenticateRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14434) | func (m *AuthenticateRequest) Size() (n int) { method Unmarshal (line 22637) | func (m *AuthenticateRequest) Unmarshal(dAtA []byte) error { type AuthUserAddRequest (line 4507) | type AuthUserAddRequest struct method Reset (line 4517) | func (m *AuthUserAddRequest) Reset() { *m = AuthUserAddRequest... method String (line 4518) | func (m *AuthUserAddRequest) String() string { return proto.CompactTex... method ProtoMessage (line 4519) | func (*AuthUserAddRequest) ProtoMessage() {} method Descriptor (line 4520) | func (*AuthUserAddRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4523) | func (m *AuthUserAddRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4526) | func (m *AuthUserAddRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 4538) | func (m *AuthUserAddRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4541) | func (m *AuthUserAddRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4544) | func (m *AuthUserAddRequest) XXX_DiscardUnknown() { method GetName (line 4550) | func (m *AuthUserAddRequest) GetName() string { method GetPassword (line 4557) | func (m *AuthUserAddRequest) GetPassword() string { method GetOptions (line 4564) | func (m *AuthUserAddRequest) GetOptions() *authpb.UserAddOptions { method GetHashedPassword (line 4571) | func (m *AuthUserAddRequest) GetHashedPassword() string { method Marshal (line 11677) | func (m *AuthUserAddRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11687) | func (m *AuthUserAddRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11692) | func (m *AuthUserAddRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14454) | func (m *AuthUserAddRequest) Size() (n int) { method Unmarshal (line 22752) | func (m *AuthUserAddRequest) Unmarshal(dAtA []byte) error { type AuthUserGetRequest (line 4578) | type AuthUserGetRequest struct method Reset (line 4585) | func (m *AuthUserGetRequest) Reset() { *m = AuthUserGetRequest... method String (line 4586) | func (m *AuthUserGetRequest) String() string { return proto.CompactTex... method ProtoMessage (line 4587) | func (*AuthUserGetRequest) ProtoMessage() {} method Descriptor (line 4588) | func (*AuthUserGetRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4591) | func (m *AuthUserGetRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4594) | func (m *AuthUserGetRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 4606) | func (m *AuthUserGetRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4609) | func (m *AuthUserGetRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4612) | func (m *AuthUserGetRequest) XXX_DiscardUnknown() { method GetName (line 4618) | func (m *AuthUserGetRequest) GetName() string { method Marshal (line 11737) | func (m *AuthUserGetRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11747) | func (m *AuthUserGetRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11752) | func (m *AuthUserGetRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14482) | func (m *AuthUserGetRequest) Size() (n int) { method Unmarshal (line 22935) | func (m *AuthUserGetRequest) Unmarshal(dAtA []byte) error { type AuthUserDeleteRequest (line 4625) | type AuthUserDeleteRequest struct method Reset (line 4633) | func (m *AuthUserDeleteRequest) Reset() { *m = AuthUserDeleteR... method String (line 4634) | func (m *AuthUserDeleteRequest) String() string { return proto.Compact... method ProtoMessage (line 4635) | func (*AuthUserDeleteRequest) ProtoMessage() {} method Descriptor (line 4636) | func (*AuthUserDeleteRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4639) | func (m *AuthUserDeleteRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4642) | func (m *AuthUserDeleteRequest) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 4654) | func (m *AuthUserDeleteRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4657) | func (m *AuthUserDeleteRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4660) | func (m *AuthUserDeleteRequest) XXX_DiscardUnknown() { method GetName (line 4666) | func (m *AuthUserDeleteRequest) GetName() string { method Marshal (line 11771) | func (m *AuthUserDeleteRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11781) | func (m *AuthUserDeleteRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11786) | func (m *AuthUserDeleteRequest) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 14498) | func (m *AuthUserDeleteRequest) Size() (n int) { method Unmarshal (line 23018) | func (m *AuthUserDeleteRequest) Unmarshal(dAtA []byte) error { type AuthUserChangePasswordRequest (line 4673) | type AuthUserChangePasswordRequest struct method Reset (line 4685) | func (m *AuthUserChangePasswordRequest) Reset() { *m = AuthUse... method String (line 4686) | func (m *AuthUserChangePasswordRequest) String() string { return proto... method ProtoMessage (line 4687) | func (*AuthUserChangePasswordRequest) ProtoMessage() {} method Descriptor (line 4688) | func (*AuthUserChangePasswordRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4691) | func (m *AuthUserChangePasswordRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4694) | func (m *AuthUserChangePasswordRequest) XXX_Marshal(b []byte, determin... method XXX_Merge (line 4706) | func (m *AuthUserChangePasswordRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4709) | func (m *AuthUserChangePasswordRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4712) | func (m *AuthUserChangePasswordRequest) XXX_DiscardUnknown() { method GetName (line 4718) | func (m *AuthUserChangePasswordRequest) GetName() string { method GetPassword (line 4725) | func (m *AuthUserChangePasswordRequest) GetPassword() string { method GetHashedPassword (line 4732) | func (m *AuthUserChangePasswordRequest) GetHashedPassword() string { method Marshal (line 11805) | func (m *AuthUserChangePasswordRequest) Marshal() (dAtA []byte, err er... method MarshalTo (line 11815) | func (m *AuthUserChangePasswordRequest) MarshalTo(dAtA []byte) (int, e... method MarshalToSizedBuffer (line 11820) | func (m *AuthUserChangePasswordRequest) MarshalToSizedBuffer(dAtA []by... method Size (line 14514) | func (m *AuthUserChangePasswordRequest) Size() (n int) { method Unmarshal (line 23101) | func (m *AuthUserChangePasswordRequest) Unmarshal(dAtA []byte) error { type AuthUserGrantRoleRequest (line 4739) | type AuthUserGrantRoleRequest struct method Reset (line 4749) | func (m *AuthUserGrantRoleRequest) Reset() { *m = AuthUserGran... method String (line 4750) | func (m *AuthUserGrantRoleRequest) String() string { return proto.Comp... method ProtoMessage (line 4751) | func (*AuthUserGrantRoleRequest) ProtoMessage() {} method Descriptor (line 4752) | func (*AuthUserGrantRoleRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4755) | func (m *AuthUserGrantRoleRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4758) | func (m *AuthUserGrantRoleRequest) XXX_Marshal(b []byte, deterministic... method XXX_Merge (line 4770) | func (m *AuthUserGrantRoleRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4773) | func (m *AuthUserGrantRoleRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4776) | func (m *AuthUserGrantRoleRequest) XXX_DiscardUnknown() { method GetUser (line 4782) | func (m *AuthUserGrantRoleRequest) GetUser() string { method GetRole (line 4789) | func (m *AuthUserGrantRoleRequest) GetRole() string { method Marshal (line 11853) | func (m *AuthUserGrantRoleRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11863) | func (m *AuthUserGrantRoleRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11868) | func (m *AuthUserGrantRoleRequest) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 14538) | func (m *AuthUserGrantRoleRequest) Size() (n int) { method Unmarshal (line 23248) | func (m *AuthUserGrantRoleRequest) Unmarshal(dAtA []byte) error { type AuthUserRevokeRoleRequest (line 4796) | type AuthUserRevokeRoleRequest struct method Reset (line 4804) | func (m *AuthUserRevokeRoleRequest) Reset() { *m = AuthUserRev... method String (line 4805) | func (m *AuthUserRevokeRoleRequest) String() string { return proto.Com... method ProtoMessage (line 4806) | func (*AuthUserRevokeRoleRequest) ProtoMessage() {} method Descriptor (line 4807) | func (*AuthUserRevokeRoleRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4810) | func (m *AuthUserRevokeRoleRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4813) | func (m *AuthUserRevokeRoleRequest) XXX_Marshal(b []byte, deterministi... method XXX_Merge (line 4825) | func (m *AuthUserRevokeRoleRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4828) | func (m *AuthUserRevokeRoleRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4831) | func (m *AuthUserRevokeRoleRequest) XXX_DiscardUnknown() { method GetName (line 4837) | func (m *AuthUserRevokeRoleRequest) GetName() string { method GetRole (line 4844) | func (m *AuthUserRevokeRoleRequest) GetRole() string { method Marshal (line 11894) | func (m *AuthUserRevokeRoleRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11904) | func (m *AuthUserRevokeRoleRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11909) | func (m *AuthUserRevokeRoleRequest) MarshalToSizedBuffer(dAtA []byte) ... method Size (line 14558) | func (m *AuthUserRevokeRoleRequest) Size() (n int) { method Unmarshal (line 23363) | func (m *AuthUserRevokeRoleRequest) Unmarshal(dAtA []byte) error { type AuthRoleAddRequest (line 4851) | type AuthRoleAddRequest struct method Reset (line 4859) | func (m *AuthRoleAddRequest) Reset() { *m = AuthRoleAddRequest... method String (line 4860) | func (m *AuthRoleAddRequest) String() string { return proto.CompactTex... method ProtoMessage (line 4861) | func (*AuthRoleAddRequest) ProtoMessage() {} method Descriptor (line 4862) | func (*AuthRoleAddRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4865) | func (m *AuthRoleAddRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4868) | func (m *AuthRoleAddRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 4880) | func (m *AuthRoleAddRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4883) | func (m *AuthRoleAddRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4886) | func (m *AuthRoleAddRequest) XXX_DiscardUnknown() { method GetName (line 4892) | func (m *AuthRoleAddRequest) GetName() string { method Marshal (line 11935) | func (m *AuthRoleAddRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11945) | func (m *AuthRoleAddRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11950) | func (m *AuthRoleAddRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14578) | func (m *AuthRoleAddRequest) Size() (n int) { method Unmarshal (line 23478) | func (m *AuthRoleAddRequest) Unmarshal(dAtA []byte) error { type AuthRoleGetRequest (line 4899) | type AuthRoleGetRequest struct method Reset (line 4906) | func (m *AuthRoleGetRequest) Reset() { *m = AuthRoleGetRequest... method String (line 4907) | func (m *AuthRoleGetRequest) String() string { return proto.CompactTex... method ProtoMessage (line 4908) | func (*AuthRoleGetRequest) ProtoMessage() {} method Descriptor (line 4909) | func (*AuthRoleGetRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4912) | func (m *AuthRoleGetRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4915) | func (m *AuthRoleGetRequest) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 4927) | func (m *AuthRoleGetRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4930) | func (m *AuthRoleGetRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4933) | func (m *AuthRoleGetRequest) XXX_DiscardUnknown() { method GetRole (line 4939) | func (m *AuthRoleGetRequest) GetRole() string { method Marshal (line 11969) | func (m *AuthRoleGetRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 11979) | func (m *AuthRoleGetRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 11984) | func (m *AuthRoleGetRequest) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14594) | func (m *AuthRoleGetRequest) Size() (n int) { method Unmarshal (line 23561) | func (m *AuthRoleGetRequest) Unmarshal(dAtA []byte) error { type AuthUserListRequest (line 4946) | type AuthUserListRequest struct method Reset (line 4952) | func (m *AuthUserListRequest) Reset() { *m = AuthUserListReque... method String (line 4953) | func (m *AuthUserListRequest) String() string { return proto.CompactTe... method ProtoMessage (line 4954) | func (*AuthUserListRequest) ProtoMessage() {} method Descriptor (line 4955) | func (*AuthUserListRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4958) | func (m *AuthUserListRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 4961) | func (m *AuthUserListRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 4973) | func (m *AuthUserListRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 4976) | func (m *AuthUserListRequest) XXX_Size() int { method XXX_DiscardUnknown (line 4979) | func (m *AuthUserListRequest) XXX_DiscardUnknown() { method Marshal (line 12003) | func (m *AuthUserListRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12013) | func (m *AuthUserListRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12018) | func (m *AuthUserListRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14610) | func (m *AuthUserListRequest) Size() (n int) { method Unmarshal (line 23644) | func (m *AuthUserListRequest) Unmarshal(dAtA []byte) error { type AuthRoleListRequest (line 4985) | type AuthRoleListRequest struct method Reset (line 4991) | func (m *AuthRoleListRequest) Reset() { *m = AuthRoleListReque... method String (line 4992) | func (m *AuthRoleListRequest) String() string { return proto.CompactTe... method ProtoMessage (line 4993) | func (*AuthRoleListRequest) ProtoMessage() {} method Descriptor (line 4994) | func (*AuthRoleListRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 4997) | func (m *AuthRoleListRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5000) | func (m *AuthRoleListRequest) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5012) | func (m *AuthRoleListRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 5015) | func (m *AuthRoleListRequest) XXX_Size() int { method XXX_DiscardUnknown (line 5018) | func (m *AuthRoleListRequest) XXX_DiscardUnknown() { method Marshal (line 12030) | func (m *AuthRoleListRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12040) | func (m *AuthRoleListRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12045) | func (m *AuthRoleListRequest) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14622) | func (m *AuthRoleListRequest) Size() (n int) { method Unmarshal (line 23695) | func (m *AuthRoleListRequest) Unmarshal(dAtA []byte) error { type AuthRoleDeleteRequest (line 5024) | type AuthRoleDeleteRequest struct method Reset (line 5031) | func (m *AuthRoleDeleteRequest) Reset() { *m = AuthRoleDeleteR... method String (line 5032) | func (m *AuthRoleDeleteRequest) String() string { return proto.Compact... method ProtoMessage (line 5033) | func (*AuthRoleDeleteRequest) ProtoMessage() {} method Descriptor (line 5034) | func (*AuthRoleDeleteRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5037) | func (m *AuthRoleDeleteRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5040) | func (m *AuthRoleDeleteRequest) XXX_Marshal(b []byte, deterministic bo... method XXX_Merge (line 5052) | func (m *AuthRoleDeleteRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 5055) | func (m *AuthRoleDeleteRequest) XXX_Size() int { method XXX_DiscardUnknown (line 5058) | func (m *AuthRoleDeleteRequest) XXX_DiscardUnknown() { method GetRole (line 5064) | func (m *AuthRoleDeleteRequest) GetRole() string { method Marshal (line 12057) | func (m *AuthRoleDeleteRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12067) | func (m *AuthRoleDeleteRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12072) | func (m *AuthRoleDeleteRequest) MarshalToSizedBuffer(dAtA []byte) (int... method Size (line 14634) | func (m *AuthRoleDeleteRequest) Size() (n int) { method Unmarshal (line 23746) | func (m *AuthRoleDeleteRequest) Unmarshal(dAtA []byte) error { type AuthRoleGrantPermissionRequest (line 5071) | type AuthRoleGrantPermissionRequest struct method Reset (line 5081) | func (m *AuthRoleGrantPermissionRequest) Reset() { *m = AuthRo... method String (line 5082) | func (m *AuthRoleGrantPermissionRequest) String() string { return prot... method ProtoMessage (line 5083) | func (*AuthRoleGrantPermissionRequest) ProtoMessage() {} method Descriptor (line 5084) | func (*AuthRoleGrantPermissionRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5087) | func (m *AuthRoleGrantPermissionRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5090) | func (m *AuthRoleGrantPermissionRequest) XXX_Marshal(b []byte, determi... method XXX_Merge (line 5102) | func (m *AuthRoleGrantPermissionRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 5105) | func (m *AuthRoleGrantPermissionRequest) XXX_Size() int { method XXX_DiscardUnknown (line 5108) | func (m *AuthRoleGrantPermissionRequest) XXX_DiscardUnknown() { method GetName (line 5114) | func (m *AuthRoleGrantPermissionRequest) GetName() string { method GetPerm (line 5121) | func (m *AuthRoleGrantPermissionRequest) GetPerm() *authpb.Permission { method Marshal (line 12091) | func (m *AuthRoleGrantPermissionRequest) Marshal() (dAtA []byte, err e... method MarshalTo (line 12101) | func (m *AuthRoleGrantPermissionRequest) MarshalTo(dAtA []byte) (int, ... method MarshalToSizedBuffer (line 12106) | func (m *AuthRoleGrantPermissionRequest) MarshalToSizedBuffer(dAtA []b... method Size (line 14650) | func (m *AuthRoleGrantPermissionRequest) Size() (n int) { method Unmarshal (line 23829) | func (m *AuthRoleGrantPermissionRequest) Unmarshal(dAtA []byte) error { type AuthRoleRevokePermissionRequest (line 5128) | type AuthRoleRevokePermissionRequest struct method Reset (line 5137) | func (m *AuthRoleRevokePermissionRequest) Reset() { *m = AuthR... method String (line 5138) | func (m *AuthRoleRevokePermissionRequest) String() string { return pro... method ProtoMessage (line 5139) | func (*AuthRoleRevokePermissionRequest) ProtoMessage() {} method Descriptor (line 5140) | func (*AuthRoleRevokePermissionRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5143) | func (m *AuthRoleRevokePermissionRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5146) | func (m *AuthRoleRevokePermissionRequest) XXX_Marshal(b []byte, determ... method XXX_Merge (line 5158) | func (m *AuthRoleRevokePermissionRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 5161) | func (m *AuthRoleRevokePermissionRequest) XXX_Size() int { method XXX_DiscardUnknown (line 5164) | func (m *AuthRoleRevokePermissionRequest) XXX_DiscardUnknown() { method GetRole (line 5170) | func (m *AuthRoleRevokePermissionRequest) GetRole() string { method GetKey (line 5177) | func (m *AuthRoleRevokePermissionRequest) GetKey() []byte { method GetRangeEnd (line 5184) | func (m *AuthRoleRevokePermissionRequest) GetRangeEnd() []byte { method Marshal (line 12137) | func (m *AuthRoleRevokePermissionRequest) Marshal() (dAtA []byte, err ... method MarshalTo (line 12147) | func (m *AuthRoleRevokePermissionRequest) MarshalTo(dAtA []byte) (int,... method MarshalToSizedBuffer (line 12152) | func (m *AuthRoleRevokePermissionRequest) MarshalToSizedBuffer(dAtA []... method Size (line 14670) | func (m *AuthRoleRevokePermissionRequest) Size() (n int) { method Unmarshal (line 23948) | func (m *AuthRoleRevokePermissionRequest) Unmarshal(dAtA []byte) error { type AuthEnableResponse (line 5191) | type AuthEnableResponse struct method Reset (line 5198) | func (m *AuthEnableResponse) Reset() { *m = AuthEnableResponse... method String (line 5199) | func (m *AuthEnableResponse) String() string { return proto.CompactTex... method ProtoMessage (line 5200) | func (*AuthEnableResponse) ProtoMessage() {} method Descriptor (line 5201) | func (*AuthEnableResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5204) | func (m *AuthEnableResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5207) | func (m *AuthEnableResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 5219) | func (m *AuthEnableResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5222) | func (m *AuthEnableResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5225) | func (m *AuthEnableResponse) XXX_DiscardUnknown() { method GetHeader (line 5231) | func (m *AuthEnableResponse) GetHeader() *ResponseHeader { method Marshal (line 12185) | func (m *AuthEnableResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12195) | func (m *AuthEnableResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12200) | func (m *AuthEnableResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14694) | func (m *AuthEnableResponse) Size() (n int) { method Unmarshal (line 24099) | func (m *AuthEnableResponse) Unmarshal(dAtA []byte) error { type AuthDisableResponse (line 5238) | type AuthDisableResponse struct method Reset (line 5245) | func (m *AuthDisableResponse) Reset() { *m = AuthDisableRespon... method String (line 5246) | func (m *AuthDisableResponse) String() string { return proto.CompactTe... method ProtoMessage (line 5247) | func (*AuthDisableResponse) ProtoMessage() {} method Descriptor (line 5248) | func (*AuthDisableResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5251) | func (m *AuthDisableResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5254) | func (m *AuthDisableResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5266) | func (m *AuthDisableResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5269) | func (m *AuthDisableResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5272) | func (m *AuthDisableResponse) XXX_DiscardUnknown() { method GetHeader (line 5278) | func (m *AuthDisableResponse) GetHeader() *ResponseHeader { method Marshal (line 12224) | func (m *AuthDisableResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12234) | func (m *AuthDisableResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12239) | func (m *AuthDisableResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14710) | func (m *AuthDisableResponse) Size() (n int) { method Unmarshal (line 24186) | func (m *AuthDisableResponse) Unmarshal(dAtA []byte) error { type AuthStatusResponse (line 5285) | type AuthStatusResponse struct method Reset (line 5295) | func (m *AuthStatusResponse) Reset() { *m = AuthStatusResponse... method String (line 5296) | func (m *AuthStatusResponse) String() string { return proto.CompactTex... method ProtoMessage (line 5297) | func (*AuthStatusResponse) ProtoMessage() {} method Descriptor (line 5298) | func (*AuthStatusResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5301) | func (m *AuthStatusResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5304) | func (m *AuthStatusResponse) XXX_Marshal(b []byte, deterministic bool)... method XXX_Merge (line 5316) | func (m *AuthStatusResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5319) | func (m *AuthStatusResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5322) | func (m *AuthStatusResponse) XXX_DiscardUnknown() { method GetHeader (line 5328) | func (m *AuthStatusResponse) GetHeader() *ResponseHeader { method GetEnabled (line 5335) | func (m *AuthStatusResponse) GetEnabled() bool { method GetAuthRevision (line 5342) | func (m *AuthStatusResponse) GetAuthRevision() uint64 { method Marshal (line 12263) | func (m *AuthStatusResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12273) | func (m *AuthStatusResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12278) | func (m *AuthStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, e... method Size (line 14726) | func (m *AuthStatusResponse) Size() (n int) { method Unmarshal (line 24273) | func (m *AuthStatusResponse) Unmarshal(dAtA []byte) error { type AuthenticateResponse (line 5349) | type AuthenticateResponse struct method Reset (line 5358) | func (m *AuthenticateResponse) Reset() { *m = AuthenticateResp... method String (line 5359) | func (m *AuthenticateResponse) String() string { return proto.CompactT... method ProtoMessage (line 5360) | func (*AuthenticateResponse) ProtoMessage() {} method Descriptor (line 5361) | func (*AuthenticateResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5364) | func (m *AuthenticateResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5367) | func (m *AuthenticateResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 5379) | func (m *AuthenticateResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5382) | func (m *AuthenticateResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5385) | func (m *AuthenticateResponse) XXX_DiscardUnknown() { method GetHeader (line 5391) | func (m *AuthenticateResponse) GetHeader() *ResponseHeader { method GetToken (line 5398) | func (m *AuthenticateResponse) GetToken() string { method Marshal (line 12317) | func (m *AuthenticateResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12327) | func (m *AuthenticateResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12332) | func (m *AuthenticateResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14748) | func (m *AuthenticateResponse) Size() (n int) { method Unmarshal (line 24399) | func (m *AuthenticateResponse) Unmarshal(dAtA []byte) error { type AuthUserAddResponse (line 5405) | type AuthUserAddResponse struct method Reset (line 5412) | func (m *AuthUserAddResponse) Reset() { *m = AuthUserAddRespon... method String (line 5413) | func (m *AuthUserAddResponse) String() string { return proto.CompactTe... method ProtoMessage (line 5414) | func (*AuthUserAddResponse) ProtoMessage() {} method Descriptor (line 5415) | func (*AuthUserAddResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5418) | func (m *AuthUserAddResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5421) | func (m *AuthUserAddResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5433) | func (m *AuthUserAddResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5436) | func (m *AuthUserAddResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5439) | func (m *AuthUserAddResponse) XXX_DiscardUnknown() { method GetHeader (line 5445) | func (m *AuthUserAddResponse) GetHeader() *ResponseHeader { method Marshal (line 12363) | func (m *AuthUserAddResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12373) | func (m *AuthUserAddResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12378) | func (m *AuthUserAddResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14768) | func (m *AuthUserAddResponse) Size() (n int) { method Unmarshal (line 24518) | func (m *AuthUserAddResponse) Unmarshal(dAtA []byte) error { type AuthUserGetResponse (line 5452) | type AuthUserGetResponse struct method Reset (line 5460) | func (m *AuthUserGetResponse) Reset() { *m = AuthUserGetRespon... method String (line 5461) | func (m *AuthUserGetResponse) String() string { return proto.CompactTe... method ProtoMessage (line 5462) | func (*AuthUserGetResponse) ProtoMessage() {} method Descriptor (line 5463) | func (*AuthUserGetResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5466) | func (m *AuthUserGetResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5469) | func (m *AuthUserGetResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5481) | func (m *AuthUserGetResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5484) | func (m *AuthUserGetResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5487) | func (m *AuthUserGetResponse) XXX_DiscardUnknown() { method GetHeader (line 5493) | func (m *AuthUserGetResponse) GetHeader() *ResponseHeader { method GetRoles (line 5500) | func (m *AuthUserGetResponse) GetRoles() []string { method Marshal (line 12402) | func (m *AuthUserGetResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12412) | func (m *AuthUserGetResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12417) | func (m *AuthUserGetResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14784) | func (m *AuthUserGetResponse) Size() (n int) { method Unmarshal (line 24605) | func (m *AuthUserGetResponse) Unmarshal(dAtA []byte) error { type AuthUserDeleteResponse (line 5507) | type AuthUserDeleteResponse struct method Reset (line 5514) | func (m *AuthUserDeleteResponse) Reset() { *m = AuthUserDelete... method String (line 5515) | func (m *AuthUserDeleteResponse) String() string { return proto.Compac... method ProtoMessage (line 5516) | func (*AuthUserDeleteResponse) ProtoMessage() {} method Descriptor (line 5517) | func (*AuthUserDeleteResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5520) | func (m *AuthUserDeleteResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5523) | func (m *AuthUserDeleteResponse) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 5535) | func (m *AuthUserDeleteResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5538) | func (m *AuthUserDeleteResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5541) | func (m *AuthUserDeleteResponse) XXX_DiscardUnknown() { method GetHeader (line 5547) | func (m *AuthUserDeleteResponse) GetHeader() *ResponseHeader { method Marshal (line 12450) | func (m *AuthUserDeleteResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12460) | func (m *AuthUserDeleteResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12465) | func (m *AuthUserDeleteResponse) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 14806) | func (m *AuthUserDeleteResponse) Size() (n int) { method Unmarshal (line 24724) | func (m *AuthUserDeleteResponse) Unmarshal(dAtA []byte) error { type AuthUserChangePasswordResponse (line 5554) | type AuthUserChangePasswordResponse struct method Reset (line 5561) | func (m *AuthUserChangePasswordResponse) Reset() { *m = AuthUs... method String (line 5562) | func (m *AuthUserChangePasswordResponse) String() string { return prot... method ProtoMessage (line 5563) | func (*AuthUserChangePasswordResponse) ProtoMessage() {} method Descriptor (line 5564) | func (*AuthUserChangePasswordResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5567) | func (m *AuthUserChangePasswordResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5570) | func (m *AuthUserChangePasswordResponse) XXX_Marshal(b []byte, determi... method XXX_Merge (line 5582) | func (m *AuthUserChangePasswordResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5585) | func (m *AuthUserChangePasswordResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5588) | func (m *AuthUserChangePasswordResponse) XXX_DiscardUnknown() { method GetHeader (line 5594) | func (m *AuthUserChangePasswordResponse) GetHeader() *ResponseHeader { method Marshal (line 12489) | func (m *AuthUserChangePasswordResponse) Marshal() (dAtA []byte, err e... method MarshalTo (line 12499) | func (m *AuthUserChangePasswordResponse) MarshalTo(dAtA []byte) (int, ... method MarshalToSizedBuffer (line 12504) | func (m *AuthUserChangePasswordResponse) MarshalToSizedBuffer(dAtA []b... method Size (line 14822) | func (m *AuthUserChangePasswordResponse) Size() (n int) { method Unmarshal (line 24811) | func (m *AuthUserChangePasswordResponse) Unmarshal(dAtA []byte) error { type AuthUserGrantRoleResponse (line 5601) | type AuthUserGrantRoleResponse struct method Reset (line 5608) | func (m *AuthUserGrantRoleResponse) Reset() { *m = AuthUserGra... method String (line 5609) | func (m *AuthUserGrantRoleResponse) String() string { return proto.Com... method ProtoMessage (line 5610) | func (*AuthUserGrantRoleResponse) ProtoMessage() {} method Descriptor (line 5611) | func (*AuthUserGrantRoleResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5614) | func (m *AuthUserGrantRoleResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5617) | func (m *AuthUserGrantRoleResponse) XXX_Marshal(b []byte, deterministi... method XXX_Merge (line 5629) | func (m *AuthUserGrantRoleResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5632) | func (m *AuthUserGrantRoleResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5635) | func (m *AuthUserGrantRoleResponse) XXX_DiscardUnknown() { method GetHeader (line 5641) | func (m *AuthUserGrantRoleResponse) GetHeader() *ResponseHeader { method Marshal (line 12528) | func (m *AuthUserGrantRoleResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12538) | func (m *AuthUserGrantRoleResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12543) | func (m *AuthUserGrantRoleResponse) MarshalToSizedBuffer(dAtA []byte) ... method Size (line 14838) | func (m *AuthUserGrantRoleResponse) Size() (n int) { method Unmarshal (line 24898) | func (m *AuthUserGrantRoleResponse) Unmarshal(dAtA []byte) error { type AuthUserRevokeRoleResponse (line 5648) | type AuthUserRevokeRoleResponse struct method Reset (line 5655) | func (m *AuthUserRevokeRoleResponse) Reset() { *m = AuthUserRe... method String (line 5656) | func (m *AuthUserRevokeRoleResponse) String() string { return proto.Co... method ProtoMessage (line 5657) | func (*AuthUserRevokeRoleResponse) ProtoMessage() {} method Descriptor (line 5658) | func (*AuthUserRevokeRoleResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5661) | func (m *AuthUserRevokeRoleResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5664) | func (m *AuthUserRevokeRoleResponse) XXX_Marshal(b []byte, determinist... method XXX_Merge (line 5676) | func (m *AuthUserRevokeRoleResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5679) | func (m *AuthUserRevokeRoleResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5682) | func (m *AuthUserRevokeRoleResponse) XXX_DiscardUnknown() { method GetHeader (line 5688) | func (m *AuthUserRevokeRoleResponse) GetHeader() *ResponseHeader { method Marshal (line 12567) | func (m *AuthUserRevokeRoleResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12577) | func (m *AuthUserRevokeRoleResponse) MarshalTo(dAtA []byte) (int, erro... method MarshalToSizedBuffer (line 12582) | func (m *AuthUserRevokeRoleResponse) MarshalToSizedBuffer(dAtA []byte)... method Size (line 14854) | func (m *AuthUserRevokeRoleResponse) Size() (n int) { method Unmarshal (line 24985) | func (m *AuthUserRevokeRoleResponse) Unmarshal(dAtA []byte) error { type AuthRoleAddResponse (line 5695) | type AuthRoleAddResponse struct method Reset (line 5702) | func (m *AuthRoleAddResponse) Reset() { *m = AuthRoleAddRespon... method String (line 5703) | func (m *AuthRoleAddResponse) String() string { return proto.CompactTe... method ProtoMessage (line 5704) | func (*AuthRoleAddResponse) ProtoMessage() {} method Descriptor (line 5705) | func (*AuthRoleAddResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5708) | func (m *AuthRoleAddResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5711) | func (m *AuthRoleAddResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5723) | func (m *AuthRoleAddResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5726) | func (m *AuthRoleAddResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5729) | func (m *AuthRoleAddResponse) XXX_DiscardUnknown() { method GetHeader (line 5735) | func (m *AuthRoleAddResponse) GetHeader() *ResponseHeader { method Marshal (line 12606) | func (m *AuthRoleAddResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12616) | func (m *AuthRoleAddResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12621) | func (m *AuthRoleAddResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14870) | func (m *AuthRoleAddResponse) Size() (n int) { method Unmarshal (line 25072) | func (m *AuthRoleAddResponse) Unmarshal(dAtA []byte) error { type AuthRoleGetResponse (line 5742) | type AuthRoleGetResponse struct method Reset (line 5750) | func (m *AuthRoleGetResponse) Reset() { *m = AuthRoleGetRespon... method String (line 5751) | func (m *AuthRoleGetResponse) String() string { return proto.CompactTe... method ProtoMessage (line 5752) | func (*AuthRoleGetResponse) ProtoMessage() {} method Descriptor (line 5753) | func (*AuthRoleGetResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5756) | func (m *AuthRoleGetResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5759) | func (m *AuthRoleGetResponse) XXX_Marshal(b []byte, deterministic bool... method XXX_Merge (line 5771) | func (m *AuthRoleGetResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5774) | func (m *AuthRoleGetResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5777) | func (m *AuthRoleGetResponse) XXX_DiscardUnknown() { method GetHeader (line 5783) | func (m *AuthRoleGetResponse) GetHeader() *ResponseHeader { method GetPerm (line 5790) | func (m *AuthRoleGetResponse) GetPerm() []*authpb.Permission { method Marshal (line 12645) | func (m *AuthRoleGetResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12655) | func (m *AuthRoleGetResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12660) | func (m *AuthRoleGetResponse) MarshalToSizedBuffer(dAtA []byte) (int, ... method Size (line 14886) | func (m *AuthRoleGetResponse) Size() (n int) { method Unmarshal (line 25159) | func (m *AuthRoleGetResponse) Unmarshal(dAtA []byte) error { type AuthRoleListResponse (line 5797) | type AuthRoleListResponse struct method Reset (line 5805) | func (m *AuthRoleListResponse) Reset() { *m = AuthRoleListResp... method String (line 5806) | func (m *AuthRoleListResponse) String() string { return proto.CompactT... method ProtoMessage (line 5807) | func (*AuthRoleListResponse) ProtoMessage() {} method Descriptor (line 5808) | func (*AuthRoleListResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5811) | func (m *AuthRoleListResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5814) | func (m *AuthRoleListResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 5826) | func (m *AuthRoleListResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5829) | func (m *AuthRoleListResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5832) | func (m *AuthRoleListResponse) XXX_DiscardUnknown() { method GetHeader (line 5838) | func (m *AuthRoleListResponse) GetHeader() *ResponseHeader { method GetRoles (line 5845) | func (m *AuthRoleListResponse) GetRoles() []string { method Marshal (line 12698) | func (m *AuthRoleListResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12708) | func (m *AuthRoleListResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12713) | func (m *AuthRoleListResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14908) | func (m *AuthRoleListResponse) Size() (n int) { method Unmarshal (line 25280) | func (m *AuthRoleListResponse) Unmarshal(dAtA []byte) error { type AuthUserListResponse (line 5852) | type AuthUserListResponse struct method Reset (line 5860) | func (m *AuthUserListResponse) Reset() { *m = AuthUserListResp... method String (line 5861) | func (m *AuthUserListResponse) String() string { return proto.CompactT... method ProtoMessage (line 5862) | func (*AuthUserListResponse) ProtoMessage() {} method Descriptor (line 5863) | func (*AuthUserListResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5866) | func (m *AuthUserListResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5869) | func (m *AuthUserListResponse) XXX_Marshal(b []byte, deterministic boo... method XXX_Merge (line 5881) | func (m *AuthUserListResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5884) | func (m *AuthUserListResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5887) | func (m *AuthUserListResponse) XXX_DiscardUnknown() { method GetHeader (line 5893) | func (m *AuthUserListResponse) GetHeader() *ResponseHeader { method GetUsers (line 5900) | func (m *AuthUserListResponse) GetUsers() []string { method Marshal (line 12746) | func (m *AuthUserListResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12756) | func (m *AuthUserListResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12761) | func (m *AuthUserListResponse) MarshalToSizedBuffer(dAtA []byte) (int,... method Size (line 14930) | func (m *AuthUserListResponse) Size() (n int) { method Unmarshal (line 25399) | func (m *AuthUserListResponse) Unmarshal(dAtA []byte) error { type AuthRoleDeleteResponse (line 5907) | type AuthRoleDeleteResponse struct method Reset (line 5914) | func (m *AuthRoleDeleteResponse) Reset() { *m = AuthRoleDelete... method String (line 5915) | func (m *AuthRoleDeleteResponse) String() string { return proto.Compac... method ProtoMessage (line 5916) | func (*AuthRoleDeleteResponse) ProtoMessage() {} method Descriptor (line 5917) | func (*AuthRoleDeleteResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5920) | func (m *AuthRoleDeleteResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5923) | func (m *AuthRoleDeleteResponse) XXX_Marshal(b []byte, deterministic b... method XXX_Merge (line 5935) | func (m *AuthRoleDeleteResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5938) | func (m *AuthRoleDeleteResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5941) | func (m *AuthRoleDeleteResponse) XXX_DiscardUnknown() { method GetHeader (line 5947) | func (m *AuthRoleDeleteResponse) GetHeader() *ResponseHeader { method Marshal (line 12794) | func (m *AuthRoleDeleteResponse) Marshal() (dAtA []byte, err error) { method MarshalTo (line 12804) | func (m *AuthRoleDeleteResponse) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 12809) | func (m *AuthRoleDeleteResponse) MarshalToSizedBuffer(dAtA []byte) (in... method Size (line 14952) | func (m *AuthRoleDeleteResponse) Size() (n int) { method Unmarshal (line 25518) | func (m *AuthRoleDeleteResponse) Unmarshal(dAtA []byte) error { type AuthRoleGrantPermissionResponse (line 5954) | type AuthRoleGrantPermissionResponse struct method Reset (line 5961) | func (m *AuthRoleGrantPermissionResponse) Reset() { *m = AuthR... method String (line 5962) | func (m *AuthRoleGrantPermissionResponse) String() string { return pro... method ProtoMessage (line 5963) | func (*AuthRoleGrantPermissionResponse) ProtoMessage() {} method Descriptor (line 5964) | func (*AuthRoleGrantPermissionResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 5967) | func (m *AuthRoleGrantPermissionResponse) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 5970) | func (m *AuthRoleGrantPermissionResponse) XXX_Marshal(b []byte, determ... method XXX_Merge (line 5982) | func (m *AuthRoleGrantPermissionResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 5985) | func (m *AuthRoleGrantPermissionResponse) XXX_Size() int { method XXX_DiscardUnknown (line 5988) | func (m *AuthRoleGrantPermissionResponse) XXX_DiscardUnknown() { method GetHeader (line 5994) | func (m *AuthRoleGrantPermissionResponse) GetHeader() *ResponseHeader { method Marshal (line 12833) | func (m *AuthRoleGrantPermissionResponse) Marshal() (dAtA []byte, err ... method MarshalTo (line 12843) | func (m *AuthRoleGrantPermissionResponse) MarshalTo(dAtA []byte) (int,... method MarshalToSizedBuffer (line 12848) | func (m *AuthRoleGrantPermissionResponse) MarshalToSizedBuffer(dAtA []... method Size (line 14968) | func (m *AuthRoleGrantPermissionResponse) Size() (n int) { method Unmarshal (line 25605) | func (m *AuthRoleGrantPermissionResponse) Unmarshal(dAtA []byte) error { type AuthRoleRevokePermissionResponse (line 6001) | type AuthRoleRevokePermissionResponse struct method Reset (line 6008) | func (m *AuthRoleRevokePermissionResponse) Reset() { *m = Auth... method String (line 6009) | func (m *AuthRoleRevokePermissionResponse) String() string { return pr... method ProtoMessage (line 6010) | func (*AuthRoleRevokePermissionResponse) ProtoMessage() {} method Descriptor (line 6011) | func (*AuthRoleRevokePermissionResponse) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 6014) | func (m *AuthRoleRevokePermissionResponse) XXX_Unmarshal(b []byte) err... method XXX_Marshal (line 6017) | func (m *AuthRoleRevokePermissionResponse) XXX_Marshal(b []byte, deter... method XXX_Merge (line 6029) | func (m *AuthRoleRevokePermissionResponse) XXX_Merge(src proto.Message) { method XXX_Size (line 6032) | func (m *AuthRoleRevokePermissionResponse) XXX_Size() int { method XXX_DiscardUnknown (line 6035) | func (m *AuthRoleRevokePermissionResponse) XXX_DiscardUnknown() { method GetHeader (line 6041) | func (m *AuthRoleRevokePermissionResponse) GetHeader() *ResponseHeader { method Marshal (line 12872) | func (m *AuthRoleRevokePermissionResponse) Marshal() (dAtA []byte, err... method MarshalTo (line 12882) | func (m *AuthRoleRevokePermissionResponse) MarshalTo(dAtA []byte) (int... method MarshalToSizedBuffer (line 12887) | func (m *AuthRoleRevokePermissionResponse) MarshalToSizedBuffer(dAtA [... method Size (line 14984) | func (m *AuthRoleRevokePermissionResponse) Size() (n int) { method Unmarshal (line 25692) | func (m *AuthRoleRevokePermissionResponse) Unmarshal(dAtA []byte) error { function init (line 6048) | func init() { function init (line 6154) | func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a... constant _ (line 6423) | _ = grpc.SupportPackageIsVersion4 type KVClient (line 6428) | type KVClient interface type kVClient (line 6450) | type kVClient struct method Range (line 6458) | func (c *kVClient) Range(ctx context.Context, in *RangeRequest, opts .... method Put (line 6467) | func (c *kVClient) Put(ctx context.Context, in *PutRequest, opts ...gr... method DeleteRange (line 6476) | func (c *kVClient) DeleteRange(ctx context.Context, in *DeleteRangeReq... method Txn (line 6485) | func (c *kVClient) Txn(ctx context.Context, in *TxnRequest, opts ...gr... method Compact (line 6494) | func (c *kVClient) Compact(ctx context.Context, in *CompactionRequest,... function NewKVClient (line 6454) | func NewKVClient(cc *grpc.ClientConn) KVClient { type KVServer (line 6504) | type KVServer interface type UnimplementedKVServer (line 6527) | type UnimplementedKVServer struct method Range (line 6530) | func (*UnimplementedKVServer) Range(ctx context.Context, req *RangeReq... method Put (line 6533) | func (*UnimplementedKVServer) Put(ctx context.Context, req *PutRequest... method DeleteRange (line 6536) | func (*UnimplementedKVServer) DeleteRange(ctx context.Context, req *De... method Txn (line 6539) | func (*UnimplementedKVServer) Txn(ctx context.Context, req *TxnRequest... method Compact (line 6542) | func (*UnimplementedKVServer) Compact(ctx context.Context, req *Compac... function RegisterKVServer (line 6546) | func RegisterKVServer(s *grpc.Server, srv KVServer) { function _KV_Range_Handler (line 6550) | func _KV_Range_Handler(srv interface{}, ctx context.Context, dec func(in... function _KV_Put_Handler (line 6568) | func _KV_Put_Handler(srv interface{}, ctx context.Context, dec func(inte... function _KV_DeleteRange_Handler (line 6586) | func _KV_DeleteRange_Handler(srv interface{}, ctx context.Context, dec f... function _KV_Txn_Handler (line 6604) | func _KV_Txn_Handler(srv interface{}, ctx context.Context, dec func(inte... function _KV_Compact_Handler (line 6622) | func _KV_Compact_Handler(srv interface{}, ctx context.Context, dec func(... type WatchClient (line 6672) | type WatchClient interface type watchClient (line 6681) | type watchClient struct method Watch (line 6689) | func (c *watchClient) Watch(ctx context.Context, opts ...grpc.CallOpti... function NewWatchClient (line 6685) | func NewWatchClient(cc *grpc.ClientConn) WatchClient { type Watch_WatchClient (line 6698) | type Watch_WatchClient interface type watchWatchClient (line 6704) | type watchWatchClient struct method Send (line 6708) | func (x *watchWatchClient) Send(m *WatchRequest) error { method Recv (line 6712) | func (x *watchWatchClient) Recv() (*WatchResponse, error) { type WatchServer (line 6721) | type WatchServer interface type UnimplementedWatchServer (line 6731) | type UnimplementedWatchServer struct method Watch (line 6734) | func (*UnimplementedWatchServer) Watch(srv Watch_WatchServer) error { function RegisterWatchServer (line 6738) | func RegisterWatchServer(s *grpc.Server, srv WatchServer) { function _Watch_Watch_Handler (line 6742) | func _Watch_Watch_Handler(srv interface{}, stream grpc.ServerStream) err... type Watch_WatchServer (line 6746) | type Watch_WatchServer interface type watchWatchServer (line 6752) | type watchWatchServer struct method Send (line 6756) | func (x *watchWatchServer) Send(m *WatchResponse) error { method Recv (line 6760) | func (x *watchWatchServer) Recv() (*WatchRequest, error) { type LeaseClient (line 6786) | type LeaseClient interface type leaseClient (line 6802) | type leaseClient struct method LeaseGrant (line 6810) | func (c *leaseClient) LeaseGrant(ctx context.Context, in *LeaseGrantRe... method LeaseRevoke (line 6819) | func (c *leaseClient) LeaseRevoke(ctx context.Context, in *LeaseRevoke... method LeaseKeepAlive (line 6828) | func (c *leaseClient) LeaseKeepAlive(ctx context.Context, opts ...grpc... method LeaseTimeToLive (line 6859) | func (c *leaseClient) LeaseTimeToLive(ctx context.Context, in *LeaseTi... method LeaseLeases (line 6868) | func (c *leaseClient) LeaseLeases(ctx context.Context, in *LeaseLeases... function NewLeaseClient (line 6806) | func NewLeaseClient(cc *grpc.ClientConn) LeaseClient { type Lease_LeaseKeepAliveClient (line 6837) | type Lease_LeaseKeepAliveClient interface type leaseLeaseKeepAliveClient (line 6843) | type leaseLeaseKeepAliveClient struct method Send (line 6847) | func (x *leaseLeaseKeepAliveClient) Send(m *LeaseKeepAliveRequest) err... method Recv (line 6851) | func (x *leaseLeaseKeepAliveClient) Recv() (*LeaseKeepAliveResponse, e... type LeaseServer (line 6878) | type LeaseServer interface type UnimplementedLeaseServer (line 6895) | type UnimplementedLeaseServer struct method LeaseGrant (line 6898) | func (*UnimplementedLeaseServer) LeaseGrant(ctx context.Context, req *... method LeaseRevoke (line 6901) | func (*UnimplementedLeaseServer) LeaseRevoke(ctx context.Context, req ... method LeaseKeepAlive (line 6904) | func (*UnimplementedLeaseServer) LeaseKeepAlive(srv Lease_LeaseKeepAli... method LeaseTimeToLive (line 6907) | func (*UnimplementedLeaseServer) LeaseTimeToLive(ctx context.Context, ... method LeaseLeases (line 6910) | func (*UnimplementedLeaseServer) LeaseLeases(ctx context.Context, req ... function RegisterLeaseServer (line 6914) | func RegisterLeaseServer(s *grpc.Server, srv LeaseServer) { function _Lease_LeaseGrant_Handler (line 6918) | func _Lease_LeaseGrant_Handler(srv interface{}, ctx context.Context, dec... function _Lease_LeaseRevoke_Handler (line 6936) | func _Lease_LeaseRevoke_Handler(srv interface{}, ctx context.Context, de... function _Lease_LeaseKeepAlive_Handler (line 6954) | func _Lease_LeaseKeepAlive_Handler(srv interface{}, stream grpc.ServerSt... type Lease_LeaseKeepAliveServer (line 6958) | type Lease_LeaseKeepAliveServer interface type leaseLeaseKeepAliveServer (line 6964) | type leaseLeaseKeepAliveServer struct method Send (line 6968) | func (x *leaseLeaseKeepAliveServer) Send(m *LeaseKeepAliveResponse) er... method Recv (line 6972) | func (x *leaseLeaseKeepAliveServer) Recv() (*LeaseKeepAliveRequest, er... function _Lease_LeaseTimeToLive_Handler (line 6980) | func _Lease_LeaseTimeToLive_Handler(srv interface{}, ctx context.Context... function _Lease_LeaseLeases_Handler (line 6998) | func _Lease_LeaseLeases_Handler(srv interface{}, ctx context.Context, de... type ClusterClient (line 7051) | type ClusterClient interface type clusterClient (line 7064) | type clusterClient struct method MemberAdd (line 7072) | func (c *clusterClient) MemberAdd(ctx context.Context, in *MemberAddRe... method MemberRemove (line 7081) | func (c *clusterClient) MemberRemove(ctx context.Context, in *MemberRe... method MemberUpdate (line 7090) | func (c *clusterClient) MemberUpdate(ctx context.Context, in *MemberUp... method MemberList (line 7099) | func (c *clusterClient) MemberList(ctx context.Context, in *MemberList... method MemberPromote (line 7108) | func (c *clusterClient) MemberPromote(ctx context.Context, in *MemberP... function NewClusterClient (line 7068) | func NewClusterClient(cc *grpc.ClientConn) ClusterClient { type ClusterServer (line 7118) | type ClusterServer interface type UnimplementedClusterServer (line 7132) | type UnimplementedClusterServer struct method MemberAdd (line 7135) | func (*UnimplementedClusterServer) MemberAdd(ctx context.Context, req ... method MemberRemove (line 7138) | func (*UnimplementedClusterServer) MemberRemove(ctx context.Context, r... method MemberUpdate (line 7141) | func (*UnimplementedClusterServer) MemberUpdate(ctx context.Context, r... method MemberList (line 7144) | func (*UnimplementedClusterServer) MemberList(ctx context.Context, req... method MemberPromote (line 7147) | func (*UnimplementedClusterServer) MemberPromote(ctx context.Context, ... function RegisterClusterServer (line 7151) | func RegisterClusterServer(s *grpc.Server, srv ClusterServer) { function _Cluster_MemberAdd_Handler (line 7155) | func _Cluster_MemberAdd_Handler(srv interface{}, ctx context.Context, de... function _Cluster_MemberRemove_Handler (line 7173) | func _Cluster_MemberRemove_Handler(srv interface{}, ctx context.Context,... function _Cluster_MemberUpdate_Handler (line 7191) | func _Cluster_MemberUpdate_Handler(srv interface{}, ctx context.Context,... function _Cluster_MemberList_Handler (line 7209) | func _Cluster_MemberList_Handler(srv interface{}, ctx context.Context, d... function _Cluster_MemberPromote_Handler (line 7227) | func _Cluster_MemberPromote_Handler(srv interface{}, ctx context.Context... type MaintenanceClient (line 7277) | type MaintenanceClient interface type maintenanceClient (line 7304) | type maintenanceClient struct method Alarm (line 7312) | func (c *maintenanceClient) Alarm(ctx context.Context, in *AlarmReques... method Status (line 7321) | func (c *maintenanceClient) Status(ctx context.Context, in *StatusRequ... method Defragment (line 7330) | func (c *maintenanceClient) Defragment(ctx context.Context, in *Defrag... method Hash (line 7339) | func (c *maintenanceClient) Hash(ctx context.Context, in *HashRequest,... method HashKV (line 7348) | func (c *maintenanceClient) HashKV(ctx context.Context, in *HashKVRequ... method Snapshot (line 7357) | func (c *maintenanceClient) Snapshot(ctx context.Context, in *Snapshot... method MoveLeader (line 7389) | func (c *maintenanceClient) MoveLeader(ctx context.Context, in *MoveLe... method Downgrade (line 7398) | func (c *maintenanceClient) Downgrade(ctx context.Context, in *Downgra... function NewMaintenanceClient (line 7308) | func NewMaintenanceClient(cc *grpc.ClientConn) MaintenanceClient { type Maintenance_SnapshotClient (line 7372) | type Maintenance_SnapshotClient interface type maintenanceSnapshotClient (line 7377) | type maintenanceSnapshotClient struct method Recv (line 7381) | func (x *maintenanceSnapshotClient) Recv() (*SnapshotResponse, error) { type MaintenanceServer (line 7408) | type MaintenanceServer interface type UnimplementedMaintenanceServer (line 7436) | type UnimplementedMaintenanceServer struct method Alarm (line 7439) | func (*UnimplementedMaintenanceServer) Alarm(ctx context.Context, req ... method Status (line 7442) | func (*UnimplementedMaintenanceServer) Status(ctx context.Context, req... method Defragment (line 7445) | func (*UnimplementedMaintenanceServer) Defragment(ctx context.Context,... method Hash (line 7448) | func (*UnimplementedMaintenanceServer) Hash(ctx context.Context, req *... method HashKV (line 7451) | func (*UnimplementedMaintenanceServer) HashKV(ctx context.Context, req... method Snapshot (line 7454) | func (*UnimplementedMaintenanceServer) Snapshot(req *SnapshotRequest, ... method MoveLeader (line 7457) | func (*UnimplementedMaintenanceServer) MoveLeader(ctx context.Context,... method Downgrade (line 7460) | func (*UnimplementedMaintenanceServer) Downgrade(ctx context.Context, ... function RegisterMaintenanceServer (line 7464) | func RegisterMaintenanceServer(s *grpc.Server, srv MaintenanceServer) { function _Maintenance_Alarm_Handler (line 7468) | func _Maintenance_Alarm_Handler(srv interface{}, ctx context.Context, de... function _Maintenance_Status_Handler (line 7486) | func _Maintenance_Status_Handler(srv interface{}, ctx context.Context, d... function _Maintenance_Defragment_Handler (line 7504) | func _Maintenance_Defragment_Handler(srv interface{}, ctx context.Contex... function _Maintenance_Hash_Handler (line 7522) | func _Maintenance_Hash_Handler(srv interface{}, ctx context.Context, dec... function _Maintenance_HashKV_Handler (line 7540) | func _Maintenance_HashKV_Handler(srv interface{}, ctx context.Context, d... function _Maintenance_Snapshot_Handler (line 7558) | func _Maintenance_Snapshot_Handler(srv interface{}, stream grpc.ServerSt... type Maintenance_SnapshotServer (line 7566) | type Maintenance_SnapshotServer interface type maintenanceSnapshotServer (line 7571) | type maintenanceSnapshotServer struct method Send (line 7575) | func (x *maintenanceSnapshotServer) Send(m *SnapshotResponse) error { function _Maintenance_MoveLeader_Handler (line 7579) | func _Maintenance_MoveLeader_Handler(srv interface{}, ctx context.Contex... function _Maintenance_Downgrade_Handler (line 7597) | func _Maintenance_Downgrade_Handler(srv interface{}, ctx context.Context... type AuthClient (line 7661) | type AuthClient interface type authClient (line 7698) | type authClient struct method AuthEnable (line 7706) | func (c *authClient) AuthEnable(ctx context.Context, in *AuthEnableReq... method AuthDisable (line 7715) | func (c *authClient) AuthDisable(ctx context.Context, in *AuthDisableR... method AuthStatus (line 7724) | func (c *authClient) AuthStatus(ctx context.Context, in *AuthStatusReq... method Authenticate (line 7733) | func (c *authClient) Authenticate(ctx context.Context, in *Authenticat... method UserAdd (line 7742) | func (c *authClient) UserAdd(ctx context.Context, in *AuthUserAddReque... method UserGet (line 7751) | func (c *authClient) UserGet(ctx context.Context, in *AuthUserGetReque... method UserList (line 7760) | func (c *authClient) UserList(ctx context.Context, in *AuthUserListReq... method UserDelete (line 7769) | func (c *authClient) UserDelete(ctx context.Context, in *AuthUserDelet... method UserChangePassword (line 7778) | func (c *authClient) UserChangePassword(ctx context.Context, in *AuthU... method UserGrantRole (line 7787) | func (c *authClient) UserGrantRole(ctx context.Context, in *AuthUserGr... method UserRevokeRole (line 7796) | func (c *authClient) UserRevokeRole(ctx context.Context, in *AuthUserR... method RoleAdd (line 7805) | func (c *authClient) RoleAdd(ctx context.Context, in *AuthRoleAddReque... method RoleGet (line 7814) | func (c *authClient) RoleGet(ctx context.Context, in *AuthRoleGetReque... method RoleList (line 7823) | func (c *authClient) RoleList(ctx context.Context, in *AuthRoleListReq... method RoleDelete (line 7832) | func (c *authClient) RoleDelete(ctx context.Context, in *AuthRoleDelet... method RoleGrantPermission (line 7841) | func (c *authClient) RoleGrantPermission(ctx context.Context, in *Auth... method RoleRevokePermission (line 7850) | func (c *authClient) RoleRevokePermission(ctx context.Context, in *Aut... function NewAuthClient (line 7702) | func NewAuthClient(cc *grpc.ClientConn) AuthClient { type AuthServer (line 7860) | type AuthServer interface type UnimplementedAuthServer (line 7898) | type UnimplementedAuthServer struct method AuthEnable (line 7901) | func (*UnimplementedAuthServer) AuthEnable(ctx context.Context, req *A... method AuthDisable (line 7904) | func (*UnimplementedAuthServer) AuthDisable(ctx context.Context, req *... method AuthStatus (line 7907) | func (*UnimplementedAuthServer) AuthStatus(ctx context.Context, req *A... method Authenticate (line 7910) | func (*UnimplementedAuthServer) Authenticate(ctx context.Context, req ... method UserAdd (line 7913) | func (*UnimplementedAuthServer) UserAdd(ctx context.Context, req *Auth... method UserGet (line 7916) | func (*UnimplementedAuthServer) UserGet(ctx context.Context, req *Auth... method UserList (line 7919) | func (*UnimplementedAuthServer) UserList(ctx context.Context, req *Aut... method UserDelete (line 7922) | func (*UnimplementedAuthServer) UserDelete(ctx context.Context, req *A... method UserChangePassword (line 7925) | func (*UnimplementedAuthServer) UserChangePassword(ctx context.Context... method UserGrantRole (line 7928) | func (*UnimplementedAuthServer) UserGrantRole(ctx context.Context, req... method UserRevokeRole (line 7931) | func (*UnimplementedAuthServer) UserRevokeRole(ctx context.Context, re... method RoleAdd (line 7934) | func (*UnimplementedAuthServer) RoleAdd(ctx context.Context, req *Auth... method RoleGet (line 7937) | func (*UnimplementedAuthServer) RoleGet(ctx context.Context, req *Auth... method RoleList (line 7940) | func (*UnimplementedAuthServer) RoleList(ctx context.Context, req *Aut... method RoleDelete (line 7943) | func (*UnimplementedAuthServer) RoleDelete(ctx context.Context, req *A... method RoleGrantPermission (line 7946) | func (*UnimplementedAuthServer) RoleGrantPermission(ctx context.Contex... method RoleRevokePermission (line 7949) | func (*UnimplementedAuthServer) RoleRevokePermission(ctx context.Conte... function RegisterAuthServer (line 7953) | func RegisterAuthServer(s *grpc.Server, srv AuthServer) { function _Auth_AuthEnable_Handler (line 7957) | func _Auth_AuthEnable_Handler(srv interface{}, ctx context.Context, dec ... function _Auth_AuthDisable_Handler (line 7975) | func _Auth_AuthDisable_Handler(srv interface{}, ctx context.Context, dec... function _Auth_AuthStatus_Handler (line 7993) | func _Auth_AuthStatus_Handler(srv interface{}, ctx context.Context, dec ... function _Auth_Authenticate_Handler (line 8011) | func _Auth_Authenticate_Handler(srv interface{}, ctx context.Context, de... function _Auth_UserAdd_Handler (line 8029) | func _Auth_UserAdd_Handler(srv interface{}, ctx context.Context, dec fun... function _Auth_UserGet_Handler (line 8047) | func _Auth_UserGet_Handler(srv interface{}, ctx context.Context, dec fun... function _Auth_UserList_Handler (line 8065) | func _Auth_UserList_Handler(srv interface{}, ctx context.Context, dec fu... function _Auth_UserDelete_Handler (line 8083) | func _Auth_UserDelete_Handler(srv interface{}, ctx context.Context, dec ... function _Auth_UserChangePassword_Handler (line 8101) | func _Auth_UserChangePassword_Handler(srv interface{}, ctx context.Conte... function _Auth_UserGrantRole_Handler (line 8119) | func _Auth_UserGrantRole_Handler(srv interface{}, ctx context.Context, d... function _Auth_UserRevokeRole_Handler (line 8137) | func _Auth_UserRevokeRole_Handler(srv interface{}, ctx context.Context, ... function _Auth_RoleAdd_Handler (line 8155) | func _Auth_RoleAdd_Handler(srv interface{}, ctx context.Context, dec fun... function _Auth_RoleGet_Handler (line 8173) | func _Auth_RoleGet_Handler(srv interface{}, ctx context.Context, dec fun... function _Auth_RoleList_Handler (line 8191) | func _Auth_RoleList_Handler(srv interface{}, ctx context.Context, dec fu... function _Auth_RoleDelete_Handler (line 8209) | func _Auth_RoleDelete_Handler(srv interface{}, ctx context.Context, dec ... function _Auth_RoleGrantPermission_Handler (line 8227) | func _Auth_RoleGrantPermission_Handler(srv interface{}, ctx context.Cont... function _Auth_RoleRevokePermission_Handler (line 8245) | func _Auth_RoleRevokePermission_Handler(srv interface{}, ctx context.Con... function encodeVarintRpc (line 12911) | func encodeVarintRpc(dAtA []byte, offset int, v uint64) int { function sovRpc (line 15000) | func sovRpc(x uint64) (n int) { function sozRpc (line 15003) | func sozRpc(x uint64) (n int) { function skipRpc (line 25779) | func skipRpc(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/membershippb/membership.pb.go constant _ (line 25) | _ = proto.ProtoPackageIsVersion3 type RaftAttributes (line 28) | type RaftAttributes struct method Reset (line 38) | func (m *RaftAttributes) Reset() { *m = RaftAttributes{} } method String (line 39) | func (m *RaftAttributes) String() string { return proto.CompactTextStr... method ProtoMessage (line 40) | func (*RaftAttributes) ProtoMessage() {} method Descriptor (line 41) | func (*RaftAttributes) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 44) | func (m *RaftAttributes) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 47) | func (m *RaftAttributes) XXX_Marshal(b []byte, deterministic bool) ([]... method XXX_Merge (line 59) | func (m *RaftAttributes) XXX_Merge(src proto.Message) { method XXX_Size (line 62) | func (m *RaftAttributes) XXX_Size() int { method XXX_DiscardUnknown (line 65) | func (m *RaftAttributes) XXX_DiscardUnknown() { method Marshal (line 315) | func (m *RaftAttributes) Marshal() (dAtA []byte, err error) { method MarshalTo (line 325) | func (m *RaftAttributes) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 330) | func (m *RaftAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 593) | func (m *RaftAttributes) Size() (n int) { method Unmarshal (line 719) | func (m *RaftAttributes) Unmarshal(dAtA []byte) error { type Attributes (line 72) | type Attributes struct method Reset (line 80) | func (m *Attributes) Reset() { *m = Attributes{} } method String (line 81) | func (m *Attributes) String() string { return proto.CompactTextString(... method ProtoMessage (line 82) | func (*Attributes) ProtoMessage() {} method Descriptor (line 83) | func (*Attributes) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 86) | func (m *Attributes) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 89) | func (m *Attributes) XXX_Marshal(b []byte, deterministic bool) ([]byte... method XXX_Merge (line 101) | func (m *Attributes) XXX_Merge(src proto.Message) { method XXX_Size (line 104) | func (m *Attributes) XXX_Size() int { method XXX_DiscardUnknown (line 107) | func (m *Attributes) XXX_DiscardUnknown() { method Marshal (line 361) | func (m *Attributes) Marshal() (dAtA []byte, err error) { method MarshalTo (line 371) | func (m *Attributes) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 376) | func (m *Attributes) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 614) | func (m *Attributes) Size() (n int) { method Unmarshal (line 822) | func (m *Attributes) Unmarshal(dAtA []byte) error { type Member (line 113) | type Member struct method Reset (line 122) | func (m *Member) Reset() { *m = Member{} } method String (line 123) | func (m *Member) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 124) | func (*Member) ProtoMessage() {} method Descriptor (line 125) | func (*Member) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 128) | func (m *Member) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 131) | func (m *Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, er... method XXX_Merge (line 143) | func (m *Member) XXX_Merge(src proto.Message) { method XXX_Size (line 146) | func (m *Member) XXX_Size() int { method XXX_DiscardUnknown (line 149) | func (m *Member) XXX_DiscardUnknown() { method Marshal (line 404) | func (m *Member) Marshal() (dAtA []byte, err error) { method MarshalTo (line 414) | func (m *Member) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 419) | func (m *Member) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 636) | func (m *Member) Size() (n int) { method Unmarshal (line 937) | func (m *Member) Unmarshal(dAtA []byte) error { type ClusterVersionSetRequest (line 155) | type ClusterVersionSetRequest struct method Reset (line 162) | func (m *ClusterVersionSetRequest) Reset() { *m = ClusterVersi... method String (line 163) | func (m *ClusterVersionSetRequest) String() string { return proto.Comp... method ProtoMessage (line 164) | func (*ClusterVersionSetRequest) ProtoMessage() {} method Descriptor (line 165) | func (*ClusterVersionSetRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 168) | func (m *ClusterVersionSetRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 171) | func (m *ClusterVersionSetRequest) XXX_Marshal(b []byte, deterministic... method XXX_Merge (line 183) | func (m *ClusterVersionSetRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 186) | func (m *ClusterVersionSetRequest) XXX_Size() int { method XXX_DiscardUnknown (line 189) | func (m *ClusterVersionSetRequest) XXX_DiscardUnknown() { method Marshal (line 460) | func (m *ClusterVersionSetRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 470) | func (m *ClusterVersionSetRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 475) | func (m *ClusterVersionSetRequest) MarshalToSizedBuffer(dAtA []byte) (... method Size (line 659) | func (m *ClusterVersionSetRequest) Size() (n int) { method Unmarshal (line 1079) | func (m *ClusterVersionSetRequest) Unmarshal(dAtA []byte) error { type ClusterMemberAttrSetRequest (line 195) | type ClusterMemberAttrSetRequest struct method Reset (line 203) | func (m *ClusterMemberAttrSetRequest) Reset() { *m = ClusterMe... method String (line 204) | func (m *ClusterMemberAttrSetRequest) String() string { return proto.C... method ProtoMessage (line 205) | func (*ClusterMemberAttrSetRequest) ProtoMessage() {} method Descriptor (line 206) | func (*ClusterMemberAttrSetRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 209) | func (m *ClusterMemberAttrSetRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 212) | func (m *ClusterMemberAttrSetRequest) XXX_Marshal(b []byte, determinis... method XXX_Merge (line 224) | func (m *ClusterMemberAttrSetRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 227) | func (m *ClusterMemberAttrSetRequest) XXX_Size() int { method XXX_DiscardUnknown (line 230) | func (m *ClusterMemberAttrSetRequest) XXX_DiscardUnknown() { method Marshal (line 494) | func (m *ClusterMemberAttrSetRequest) Marshal() (dAtA []byte, err erro... method MarshalTo (line 504) | func (m *ClusterMemberAttrSetRequest) MarshalTo(dAtA []byte) (int, err... method MarshalToSizedBuffer (line 509) | func (m *ClusterMemberAttrSetRequest) MarshalToSizedBuffer(dAtA []byte... method Size (line 675) | func (m *ClusterMemberAttrSetRequest) Size() (n int) { method Unmarshal (line 1162) | func (m *ClusterMemberAttrSetRequest) Unmarshal(dAtA []byte) error { type DowngradeInfoSetRequest (line 236) | type DowngradeInfoSetRequest struct method Reset (line 244) | func (m *DowngradeInfoSetRequest) Reset() { *m = DowngradeInfo... method String (line 245) | func (m *DowngradeInfoSetRequest) String() string { return proto.Compa... method ProtoMessage (line 246) | func (*DowngradeInfoSetRequest) ProtoMessage() {} method Descriptor (line 247) | func (*DowngradeInfoSetRequest) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 250) | func (m *DowngradeInfoSetRequest) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 253) | func (m *DowngradeInfoSetRequest) XXX_Marshal(b []byte, deterministic ... method XXX_Merge (line 265) | func (m *DowngradeInfoSetRequest) XXX_Merge(src proto.Message) { method XXX_Size (line 268) | func (m *DowngradeInfoSetRequest) XXX_Size() int { method XXX_DiscardUnknown (line 271) | func (m *DowngradeInfoSetRequest) XXX_DiscardUnknown() { method Marshal (line 538) | func (m *DowngradeInfoSetRequest) Marshal() (dAtA []byte, err error) { method MarshalTo (line 548) | func (m *DowngradeInfoSetRequest) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 553) | func (m *DowngradeInfoSetRequest) MarshalToSizedBuffer(dAtA []byte) (i... method Size (line 694) | func (m *DowngradeInfoSetRequest) Size() (n int) { method Unmarshal (line 1268) | func (m *DowngradeInfoSetRequest) Unmarshal(dAtA []byte) error { function init (line 277) | func init() { function init (line 286) | func init() { proto.RegisterFile("membership.proto", fileDescriptor_949f... function encodeVarintMembership (line 582) | func encodeVarintMembership(dAtA []byte, offset int, v uint64) int { function sovMembership (line 713) | func sovMembership(x uint64) (n int) { function sozMembership (line 716) | func sozMembership(x uint64) (n int) { function skipMembership (line 1371) | func skipMembership(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/mvccpb/kv.pb.go constant _ (line 25) | _ = proto.ProtoPackageIsVersion3 type Event_EventType (line 27) | type Event_EventType method String (line 44) | func (x Event_EventType) String() string { method EnumDescriptor (line 48) | func (Event_EventType) EnumDescriptor() ([]byte, []int) { constant PUT (line 30) | PUT Event_EventType = 0 constant DELETE (line 31) | DELETE Event_EventType = 1 type KeyValue (line 52) | type KeyValue struct method Reset (line 74) | func (m *KeyValue) Reset() { *m = KeyValue{} } method String (line 75) | func (m *KeyValue) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 76) | func (*KeyValue) ProtoMessage() {} method Descriptor (line 77) | func (*KeyValue) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 80) | func (m *KeyValue) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 83) | func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, ... method XXX_Merge (line 95) | func (m *KeyValue) XXX_Merge(src proto.Message) { method XXX_Size (line 98) | func (m *KeyValue) XXX_Size() int { method XXX_DiscardUnknown (line 101) | func (m *KeyValue) XXX_DiscardUnknown() { method Marshal (line 189) | func (m *KeyValue) Marshal() (dAtA []byte, err error) { method MarshalTo (line 199) | func (m *KeyValue) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 204) | func (m *KeyValue) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 317) | func (m *KeyValue) Size() (n int) { method Unmarshal (line 378) | func (m *KeyValue) Unmarshal(dAtA []byte) error { type Event (line 107) | type Event struct method Reset (line 125) | func (m *Event) Reset() { *m = Event{} } method String (line 126) | func (m *Event) String() string { return proto.CompactTextString(m) } method ProtoMessage (line 127) | func (*Event) ProtoMessage() {} method Descriptor (line 128) | func (*Event) Descriptor() ([]byte, []int) { method XXX_Unmarshal (line 131) | func (m *Event) XXX_Unmarshal(b []byte) error { method XXX_Marshal (line 134) | func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, err... method XXX_Merge (line 146) | func (m *Event) XXX_Merge(src proto.Message) { method XXX_Size (line 149) | func (m *Event) XXX_Size() int { method XXX_DiscardUnknown (line 152) | func (m *Event) XXX_DiscardUnknown() { method Marshal (line 250) | func (m *Event) Marshal() (dAtA []byte, err error) { method MarshalTo (line 260) | func (m *Event) MarshalTo(dAtA []byte) (int, error) { method MarshalToSizedBuffer (line 265) | func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error) { method Size (line 349) | func (m *Event) Size() (n int) { method Unmarshal (line 573) | func (m *Event) Unmarshal(dAtA []byte) error { function init (line 158) | func init() { function init (line 164) | func init() { proto.RegisterFile("kv.proto", fileDescriptor_2216fe83c9c1... function encodeVarintKv (line 306) | func encodeVarintKv(dAtA []byte, offset int, v uint64) int { function sovKv (line 372) | func sovKv(x uint64) (n int) { function sozKv (line 375) | func sozKv(x uint64) (n int) { function skipKv (line 715) | func skipKv(dAtA []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/api/v3/v3rpc/rpctypes/error.go type EtcdError (line 229) | type EtcdError struct method Code (line 236) | func (e EtcdError) Code() codes.Code { method Error (line 240) | func (e EtcdError) Error() string { function Error (line 244) | func Error(err error) error { function ErrorDesc (line 262) | func ErrorDesc(err error) string { FILE: vendor/go.etcd.io/etcd/api/v3/version/version.go function init (line 36) | func init() { type Versions (line 43) | type Versions struct function Cluster (line 50) | func Cluster(v string) string { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/logutil/log_level.go function ConvertToZapLevel (line 24) | func ConvertToZapLevel(lvl string) zapcore.Level { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/logutil/zap.go function CreateDefaultZapLogger (line 26) | func CreateDefaultZapLogger(level zapcore.Level) (*zap.Logger, error) { function MergeOutputPaths (line 74) | func MergeOutputPaths(cfg zap.Config) zap.Config { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/logutil/zap_journal.go function NewJournalWriter (line 39) | func NewJournalWriter(wr io.Writer) (io.Writer, error) { type journalWriter (line 43) | type journalWriter struct method Write (line 54) | func (w *journalWriter) Write(p []byte) (int, error) { type logLine (line 49) | type logLine struct FILE: vendor/go.etcd.io/etcd/client/pkg/v3/systemd/journal.go function DialJournal (line 23) | func DialJournal() error { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/types/id.go type ID (line 22) | type ID method String (line 24) | func (i ID) String() string { function IDFromString (line 29) | func IDFromString(s string) (ID, error) { type IDSlice (line 35) | type IDSlice method Len (line 37) | func (p IDSlice) Len() int { return len(p) } method Less (line 38) | func (p IDSlice) Less(i, j int) bool { return uint64(p[i]) < uint64(p[... method Swap (line 39) | func (p IDSlice) Swap(i, j int) { p[i], p[j] = p[j], p[i] } FILE: vendor/go.etcd.io/etcd/client/pkg/v3/types/set.go type Set (line 23) | type Set interface function NewUnsafeSet (line 34) | func NewUnsafeSet(values ...string) *unsafeSet { function NewThreadsafeSet (line 42) | func NewThreadsafeSet(values ...string) *tsafeSet { type unsafeSet (line 47) | type unsafeSet struct method Add (line 52) | func (us *unsafeSet) Add(value string) { method Remove (line 57) | func (us *unsafeSet) Remove(value string) { method Contains (line 62) | func (us *unsafeSet) Contains(value string) (exists bool) { method ContainsAll (line 68) | func (us *unsafeSet) ContainsAll(values []string) bool { method Equals (line 78) | func (us *unsafeSet) Equals(other Set) bool { method Length (line 87) | func (us *unsafeSet) Length() int { method Values (line 92) | func (us *unsafeSet) Values() (values []string) { method Copy (line 101) | func (us *unsafeSet) Copy() Set { method Sub (line 111) | func (us *unsafeSet) Sub(other Set) Set { type tsafeSet (line 125) | type tsafeSet struct method Add (line 130) | func (ts *tsafeSet) Add(value string) { method Remove (line 136) | func (ts *tsafeSet) Remove(value string) { method Contains (line 142) | func (ts *tsafeSet) Contains(value string) (exists bool) { method Equals (line 148) | func (ts *tsafeSet) Equals(other Set) bool { method Length (line 162) | func (ts *tsafeSet) Length() int { method Values (line 168) | func (ts *tsafeSet) Values() (values []string) { method Copy (line 174) | func (ts *tsafeSet) Copy() Set { method Sub (line 181) | func (ts *tsafeSet) Sub(other Set) Set { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/types/slice.go type Uint64Slice (line 18) | type Uint64Slice method Len (line 20) | func (p Uint64Slice) Len() int { return len(p) } method Less (line 21) | func (p Uint64Slice) Less(i, j int) bool { return p[i] < p[j] } method Swap (line 22) | func (p Uint64Slice) Swap(i, j int) { p[i], p[j] = p[j], p[i] } FILE: vendor/go.etcd.io/etcd/client/pkg/v3/types/urls.go type URLs (line 26) | type URLs method String (line 64) | func (us URLs) String() string { method Sort (line 68) | func (us *URLs) Sort() { method Len (line 71) | func (us URLs) Len() int { return len(us) } method Less (line 72) | func (us URLs) Less(i, j int) bool { return us[i].String() < us[j].Str... method Swap (line 73) | func (us URLs) Swap(i, j int) { us[i], us[j] = us[j], us[i] } method StringSlice (line 75) | func (us URLs) StringSlice() []string { function NewURLs (line 28) | func NewURLs(strs []string) (URLs, error) { function MustNewURLs (line 56) | func MustNewURLs(strs []string) URLs { FILE: vendor/go.etcd.io/etcd/client/pkg/v3/types/urlsmap.go type URLsMap (line 24) | type URLsMap method String (line 58) | func (c URLsMap) String() string { method URLs (line 71) | func (c URLsMap) URLs() []string { method Len (line 83) | func (c URLsMap) Len() int { function NewURLsMap (line 29) | func NewURLsMap(s string) (URLsMap, error) { function NewURLsMapFromStringMap (line 45) | func NewURLsMapFromStringMap(m map[string]string, sep string) (URLsMap, ... function parse (line 88) | func parse(s string) map[string][]string { FILE: vendor/go.etcd.io/etcd/client/v3/auth.go type AuthEnableResponse (line 28) | type AuthEnableResponse type AuthDisableResponse (line 29) | type AuthDisableResponse type AuthStatusResponse (line 30) | type AuthStatusResponse type AuthenticateResponse (line 31) | type AuthenticateResponse type AuthUserAddResponse (line 32) | type AuthUserAddResponse type AuthUserDeleteResponse (line 33) | type AuthUserDeleteResponse type AuthUserChangePasswordResponse (line 34) | type AuthUserChangePasswordResponse type AuthUserGrantRoleResponse (line 35) | type AuthUserGrantRoleResponse type AuthUserGetResponse (line 36) | type AuthUserGetResponse type AuthUserRevokeRoleResponse (line 37) | type AuthUserRevokeRoleResponse type AuthRoleAddResponse (line 38) | type AuthRoleAddResponse type AuthRoleGrantPermissionResponse (line 39) | type AuthRoleGrantPermissionResponse type AuthRoleGetResponse (line 40) | type AuthRoleGetResponse type AuthRoleRevokePermissionResponse (line 41) | type AuthRoleRevokePermissionResponse type AuthRoleDeleteResponse (line 42) | type AuthRoleDeleteResponse type AuthUserListResponse (line 43) | type AuthUserListResponse type AuthRoleListResponse (line 44) | type AuthRoleListResponse type PermissionType (line 46) | type PermissionType type Permission (line 47) | type Permission constant PermRead (line 51) | PermRead = authpb.READ constant PermWrite (line 52) | PermWrite = authpb.WRITE constant PermReadWrite (line 53) | PermReadWrite = authpb.READWRITE type UserAddOptions (line 56) | type UserAddOptions type Auth (line 58) | type Auth interface type authClient (line 114) | type authClient struct method Authenticate (line 135) | func (auth *authClient) Authenticate(ctx context.Context, name string,... method AuthEnable (line 140) | func (auth *authClient) AuthEnable(ctx context.Context) (*AuthEnableRe... method AuthDisable (line 145) | func (auth *authClient) AuthDisable(ctx context.Context) (*AuthDisable... method AuthStatus (line 150) | func (auth *authClient) AuthStatus(ctx context.Context) (*AuthStatusRe... method UserAdd (line 155) | func (auth *authClient) UserAdd(ctx context.Context, name string, pass... method UserAddWithOptions (line 160) | func (auth *authClient) UserAddWithOptions(ctx context.Context, name s... method UserDelete (line 165) | func (auth *authClient) UserDelete(ctx context.Context, name string) (... method UserChangePassword (line 170) | func (auth *authClient) UserChangePassword(ctx context.Context, name s... method UserGrantRole (line 175) | func (auth *authClient) UserGrantRole(ctx context.Context, user string... method UserGet (line 180) | func (auth *authClient) UserGet(ctx context.Context, name string) (*Au... method UserList (line 185) | func (auth *authClient) UserList(ctx context.Context) (*AuthUserListRe... method UserRevokeRole (line 190) | func (auth *authClient) UserRevokeRole(ctx context.Context, name strin... method RoleAdd (line 195) | func (auth *authClient) RoleAdd(ctx context.Context, name string) (*Au... method RoleGrantPermission (line 200) | func (auth *authClient) RoleGrantPermission(ctx context.Context, name ... method RoleGet (line 210) | func (auth *authClient) RoleGet(ctx context.Context, role string) (*Au... method RoleList (line 215) | func (auth *authClient) RoleList(ctx context.Context) (*AuthRoleListRe... method RoleRevokePermission (line 220) | func (auth *authClient) RoleRevokePermission(ctx context.Context, role... method RoleDelete (line 225) | func (auth *authClient) RoleDelete(ctx context.Context, role string) (... function NewAuth (line 119) | func NewAuth(c *Client) Auth { function NewAuthFromAuthClient (line 127) | func NewAuthFromAuthClient(remote pb.AuthClient, c *Client) Auth { function StrToPermissionType (line 230) | func StrToPermissionType(s string) (PermissionType, error) { FILE: vendor/go.etcd.io/etcd/client/v3/client.go type Client (line 45) | type Client struct method WithLogger (line 125) | func (c *Client) WithLogger(lg *zap.Logger) *Client { method GetLogger (line 134) | func (c *Client) GetLogger() *zap.Logger { method Close (line 142) | func (c *Client) Close() error { method Ctx (line 159) | func (c *Client) Ctx() context.Context { return c.ctx } method Endpoints (line 162) | func (c *Client) Endpoints() []string { method SetEndpoints (line 172) | func (c *Client) SetEndpoints(eps ...string) { method Sync (line 181) | func (c *Client) Sync(ctx context.Context) error { method autoSync (line 196) | func (c *Client) autoSync() { method dialSetupOpts (line 217) | func (c *Client) dialSetupOpts(creds grpccredentials.TransportCredenti... method Dial (line 249) | func (c *Client) Dial(ep string) (*grpc.ClientConn, error) { method getToken (line 257) | func (c *Client) getToken(ctx context.Context) error { method dialWithBalancer (line 278) | func (c *Client) dialWithBalancer(dopts ...grpc.DialOption) (*grpc.Cli... method dial (line 285) | func (c *Client) dial(creds grpccredentials.TransportCredentials, dopt... method credentialsForEndpoint (line 324) | func (c *Client) credentialsForEndpoint(ep string) grpccredentials.Tra... method roundRobinQuorumBackoff (line 457) | func (c *Client) roundRobinQuorumBackoff(waitBetween time.Duration, ji... method checkVersion (line 471) | func (c *Client) checkVersion() (err error) { method ActiveConnection (line 523) | func (c *Client) ActiveConnection() *grpc.ClientConn { return c.conn } function New (line 76) | func New(cfg Config) (*Client, error) { function NewCtxClient (line 87) | func NewCtxClient(ctx context.Context, opts ...Option) *Client { type Option (line 100) | type Option function NewFromURL (line 103) | func NewFromURL(url string) (*Client, error) { function NewFromURLs (line 108) | func NewFromURLs(urls []string) (*Client, error) { function WithZapLogger (line 113) | func WithZapLogger(lg *zap.Logger) Option { function authority (line 310) | func authority(endpoint string) string { function newClient (line 341) | func newClient(cfg *Config) (*Client, error) { function isHaltErr (line 527) | func isHaltErr(ctx context.Context, err error) bool { function isUnavailableErr (line 545) | func isUnavailableErr(ctx context.Context, err error) bool { function toErr (line 561) | func toErr(ctx context.Context, err error) error { function canceledByCaller (line 583) | func canceledByCaller(stopCtx context.Context, err error) bool { function IsConnCanceled (line 593) | func IsConnCanceled(err error) bool { FILE: vendor/go.etcd.io/etcd/client/v3/cluster.go type Member (line 27) | type Member type MemberListResponse (line 28) | type MemberListResponse type MemberAddResponse (line 29) | type MemberAddResponse type MemberRemoveResponse (line 30) | type MemberRemoveResponse type MemberUpdateResponse (line 31) | type MemberUpdateResponse type MemberPromoteResponse (line 32) | type MemberPromoteResponse type Cluster (line 35) | type Cluster interface type cluster (line 55) | type cluster struct method MemberAdd (line 76) | func (c *cluster) MemberAdd(ctx context.Context, peerAddrs []string) (... method MemberAddAsLearner (line 80) | func (c *cluster) MemberAddAsLearner(ctx context.Context, peerAddrs []... method memberAdd (line 84) | func (c *cluster) memberAdd(ctx context.Context, peerAddrs []string, i... method MemberRemove (line 101) | func (c *cluster) MemberRemove(ctx context.Context, id uint64) (*Membe... method MemberUpdate (line 110) | func (c *cluster) MemberUpdate(ctx context.Context, id uint64, peerAdd... method MemberList (line 125) | func (c *cluster) MemberList(ctx context.Context) (*MemberListResponse... method MemberPromote (line 134) | func (c *cluster) MemberPromote(ctx context.Context, id uint64) (*Memb... function NewCluster (line 60) | func NewCluster(c *Client) Cluster { function NewClusterFromClusterClient (line 68) | func NewClusterFromClusterClient(remote pb.ClusterClient, c *Client) Clu... FILE: vendor/go.etcd.io/etcd/client/v3/compact_op.go type CompactOp (line 22) | type CompactOp struct method applyCompactOpts (line 30) | func (op *CompactOp) applyCompactOpts(opts []CompactOption) { method toRequest (line 43) | func (op CompactOp) toRequest() *pb.CompactionRequest { type CompactOption (line 28) | type CompactOption function OpCompact (line 37) | func OpCompact(rev int64, opts ...CompactOption) CompactOp { function WithCompactPhysical (line 49) | func WithCompactPhysical() CompactOption { FILE: vendor/go.etcd.io/etcd/client/v3/compare.go type CompareTarget (line 21) | type CompareTarget type CompareResult (line 22) | type CompareResult constant CompareVersion (line 25) | CompareVersion CompareTarget = iota constant CompareCreated (line 26) | CompareCreated constant CompareModified (line 27) | CompareModified constant CompareValue (line 28) | CompareValue type Cmp (line 31) | type Cmp method KeyBytes (line 94) | func (cmp *Cmp) KeyBytes() []byte { return cmp.Key } method WithKeyBytes (line 97) | func (cmp *Cmp) WithKeyBytes(key []byte) { cmp.Key = key } method ValueBytes (line 100) | func (cmp *Cmp) ValueBytes() []byte { method WithValueBytes (line 108) | func (cmp *Cmp) WithValueBytes(v []byte) { cmp.TargetUnion.(*pb.Compar... method WithRange (line 111) | func (cmp Cmp) WithRange(end string) Cmp { method WithPrefix (line 117) | func (cmp Cmp) WithPrefix() Cmp { function Compare (line 33) | func Compare(cmp Cmp, result string, v interface{}) Cmp { function Value (line 71) | func Value(key string) Cmp { function Version (line 75) | func Version(key string) Cmp { function CreateRevision (line 79) | func CreateRevision(key string) Cmp { function ModRevision (line 83) | func ModRevision(key string) Cmp { function LeaseValue (line 89) | func LeaseValue(key string) Cmp { function mustInt64 (line 123) | func mustInt64(val interface{}) int64 { function mustInt64orLeaseID (line 135) | func mustInt64orLeaseID(val interface{}) int64 { FILE: vendor/go.etcd.io/etcd/client/v3/config.go type Config (line 26) | type Config struct FILE: vendor/go.etcd.io/etcd/client/v3/credentials/credentials.go type Config (line 30) | type Config struct type Bundle (line 35) | type Bundle interface function NewBundle (line 41) | func NewBundle(cfg Config) Bundle { type bundle (line 49) | type bundle struct method TransportCredentials (line 54) | func (b *bundle) TransportCredentials() grpccredentials.TransportCrede... method PerRPCCredentials (line 58) | func (b *bundle) PerRPCCredentials() grpccredentials.PerRPCCredentials { method NewWithMode (line 62) | func (b *bundle) NewWithMode(mode string) (grpccredentials.Bundle, err... method UpdateAuthToken (line 120) | func (b *bundle) UpdateAuthToken(token string) { type transportCredential (line 68) | type transportCredential struct method ClientHandshake (line 78) | func (tc *transportCredential) ClientHandshake(ctx context.Context, au... method ServerHandshake (line 82) | func (tc *transportCredential) ServerHandshake(rawConn net.Conn) (net.... method Info (line 86) | func (tc *transportCredential) Info() grpccredentials.ProtocolInfo { method Clone (line 90) | func (tc *transportCredential) Clone() grpccredentials.TransportCreden... method OverrideServerName (line 96) | func (tc *transportCredential) OverrideServerName(serverNameOverride s... function newTransportCredential (line 72) | func newTransportCredential(cfg *tls.Config) *transportCredential { type perRPCCredential (line 101) | type perRPCCredential struct method RequireTransportSecurity (line 108) | func (rc *perRPCCredential) RequireTransportSecurity() bool { return f... method GetRequestMetadata (line 110) | func (rc *perRPCCredential) GetRequestMetadata(ctx context.Context, s ... method UpdateAuthToken (line 127) | func (rc *perRPCCredential) UpdateAuthToken(token string) { function newPerRPCCredential (line 106) | func newPerRPCCredential() *perRPCCredential { return &perRPCCredential{} } FILE: vendor/go.etcd.io/etcd/client/v3/ctx.go function WithRequireLeader (line 27) | func WithRequireLeader(ctx context.Context) context.Context { function withVersion (line 40) | func withVersion(ctx context.Context) context.Context { FILE: vendor/go.etcd.io/etcd/client/v3/internal/endpoint/endpoint.go type CredsRequirement (line 25) | type CredsRequirement constant CREDS_REQUIRE (line 29) | CREDS_REQUIRE CredsRequirement = iota constant CREDS_DROP (line 31) | CREDS_DROP constant CREDS_OPTIONAL (line 33) | CREDS_OPTIONAL function extractHostFromHostPort (line 36) | func extractHostFromHostPort(ep string) string { function mustSplit2 (line 46) | func mustSplit2(s, sep string) (string, string) { function schemeToCredsRequirement (line 54) | func schemeToCredsRequirement(schema string) CredsRequirement { function translateEndpoint (line 90) | func translateEndpoint(ep string) (addr string, serverName string, requi... function RequiresCredentials (line 122) | func RequiresCredentials(ep string) CredsRequirement { function Interpret (line 131) | func Interpret(ep string) (address string, serverName string) { FILE: vendor/go.etcd.io/etcd/client/v3/internal/resolver/resolver.go constant Schema (line 25) | Schema = "etcd-endpoints" type EtcdManualResolver (line 30) | type EtcdManualResolver struct method Build (line 42) | func (r *EtcdManualResolver) Build(target resolver.Target, cc resolver... method SetEndpoints (line 56) | func (r *EtcdManualResolver) SetEndpoints(endpoints []string) { method updateState (line 61) | func (r EtcdManualResolver) updateState() { function New (line 36) | func New(endpoints ...string) *EtcdManualResolver { FILE: vendor/go.etcd.io/etcd/client/v3/kv.go type CompactResponse (line 26) | type CompactResponse type PutResponse (line 27) | type PutResponse method OpResponse (line 79) | func (resp *PutResponse) OpResponse() OpResponse { type GetResponse (line 28) | type GetResponse method OpResponse (line 82) | func (resp *GetResponse) OpResponse() OpResponse { type DeleteResponse (line 29) | type DeleteResponse method OpResponse (line 85) | func (resp *DeleteResponse) OpResponse() OpResponse { type TxnResponse (line 30) | type TxnResponse method OpResponse (line 88) | func (resp *TxnResponse) OpResponse() OpResponse { type KV (line 33) | type KV interface type OpResponse (line 67) | type OpResponse struct method Put (line 74) | func (op OpResponse) Put() *PutResponse { return op.put } method Get (line 75) | func (op OpResponse) Get() *GetResponse { return op.get } method Del (line 76) | func (op OpResponse) Del() *DeleteResponse { return op.del } method Txn (line 77) | func (op OpResponse) Txn() *TxnResponse { return op.txn } type kv (line 92) | type kv struct method Put (line 113) | func (kv *kv) Put(ctx context.Context, key, val string, opts ...OpOpti... method Get (line 118) | func (kv *kv) Get(ctx context.Context, key string, opts ...OpOption) (... method Delete (line 123) | func (kv *kv) Delete(ctx context.Context, key string, opts ...OpOption... method Compact (line 128) | func (kv *kv) Compact(ctx context.Context, rev int64, opts ...CompactO... method Txn (line 136) | func (kv *kv) Txn(ctx context.Context) Txn { method Do (line 144) | func (kv *kv) Do(ctx context.Context, op Op) (OpResponse, error) { function NewKV (line 97) | func NewKV(c *Client) KV { function NewKVFromKVClient (line 105) | func NewKVFromKVClient(remote pb.KVClient, c *Client) KV { FILE: vendor/go.etcd.io/etcd/client/v3/lease.go type LeaseRevokeResponse (line 31) | type LeaseRevokeResponse type LeaseID (line 32) | type LeaseID type LeaseGrantResponse (line 36) | type LeaseGrantResponse struct type LeaseKeepAliveResponse (line 44) | type LeaseKeepAliveResponse struct type LeaseTimeToLiveResponse (line 51) | type LeaseTimeToLiveResponse struct type LeaseStatus (line 66) | type LeaseStatus struct type LeaseLeasesResponse (line 72) | type LeaseLeasesResponse struct constant defaultTTL (line 80) | defaultTTL = 5 * time.Second constant NoLease (line 82) | NoLease LeaseID = 0 constant retryConnWait (line 85) | retryConnWait = 500 * time.Millisecond type ErrKeepAliveHalted (line 96) | type ErrKeepAliveHalted struct method Error (line 100) | func (e ErrKeepAliveHalted) Error() string { type Lease (line 108) | type Lease interface type lessor (line 150) | type lessor struct method Grant (line 214) | func (l *lessor) Grant(ctx context.Context, ttl int64) (*LeaseGrantRes... method Revoke (line 229) | func (l *lessor) Revoke(ctx context.Context, id LeaseID) (*LeaseRevoke... method TimeToLive (line 238) | func (l *lessor) TimeToLive(ctx context.Context, id LeaseID, opts ...L... method Leases (line 254) | func (l *lessor) Leases(ctx context.Context) (*LeaseLeasesResponse, er... method KeepAlive (line 266) | func (l *lessor) KeepAlive(ctx context.Context, id LeaseID) (<-chan *L... method KeepAliveOnce (line 308) | func (l *lessor) KeepAliveOnce(ctx context.Context, id LeaseID) (*Leas... method Close (line 323) | func (l *lessor) Close() error { method keepAliveCtxCloser (line 331) | func (l *lessor) keepAliveCtxCloser(ctx context.Context, id LeaseID, d... method closeRequireLeader (line 365) | func (l *lessor) closeRequireLeader() { method keepAliveOnce (line 402) | func (l *lessor) keepAliveOnce(ctx context.Context, id LeaseID) (kares... method recvKeepAliveLoop (line 438) | func (l *lessor) recvKeepAliveLoop() (gerr error) { method resetRecv (line 483) | func (l *lessor) resetRecv() (pb.Lease_LeaseKeepAliveClient, error) { method recvKeepAlive (line 505) | func (l *lessor) recvKeepAlive(resp *pb.LeaseKeepAliveResponse) { method deadlineLoop (line 548) | func (l *lessor) deadlineLoop() { method sendKeepAliveLoop (line 569) | func (l *lessor) sendKeepAliveLoop(stream pb.Lease_LeaseKeepAliveClien... type keepAlive (line 180) | type keepAlive struct method close (line 602) | func (ka *keepAlive) close() { function NewLease (line 191) | func NewLease(c *Client) Lease { function NewLeaseFromLeaseClient (line 195) | func NewLeaseFromLeaseClient(remote pb.LeaseClient, c *Client, keepAlive... FILE: vendor/go.etcd.io/etcd/client/v3/logger.go function init (line 27) | func init() { function SetLogger (line 43) | func SetLogger(l grpclog.LoggerV2) { function etcdClientDebugLevel (line 48) | func etcdClientDebugLevel() zapcore.Level { FILE: vendor/go.etcd.io/etcd/client/v3/maintenance.go type DefragmentResponse (line 28) | type DefragmentResponse type AlarmResponse (line 29) | type AlarmResponse type AlarmMember (line 30) | type AlarmMember type StatusResponse (line 31) | type StatusResponse type HashKVResponse (line 32) | type HashKVResponse type MoveLeaderResponse (line 33) | type MoveLeaderResponse type Maintenance (line 36) | type Maintenance interface type maintenance (line 70) | type maintenance struct method AlarmList (line 123) | func (m *maintenance) AlarmList(ctx context.Context) (*AlarmResponse, ... method AlarmDisarm (line 136) | func (m *maintenance) AlarmDisarm(ctx context.Context, am *AlarmMember... method Defragment (line 166) | func (m *maintenance) Defragment(ctx context.Context, endpoint string)... method Status (line 179) | func (m *maintenance) Status(ctx context.Context, endpoint string) (*S... method HashKV (line 192) | func (m *maintenance) HashKV(ctx context.Context, endpoint string, rev... method Snapshot (line 206) | func (m *maintenance) Snapshot(ctx context.Context) (io.ReadCloser, er... method MoveLeader (line 252) | func (m *maintenance) MoveLeader(ctx context.Context, transfereeID uin... function NewMaintenance (line 77) | func NewMaintenance(c *Client) Maintenance { function NewMaintenanceFromMaintenanceClient (line 109) | func NewMaintenanceFromMaintenanceClient(remote pb.MaintenanceClient, c ... type snapshotReadCloser (line 242) | type snapshotReadCloser struct method Read (line 247) | func (rc *snapshotReadCloser) Read(p []byte) (n int, err error) { FILE: vendor/go.etcd.io/etcd/client/v3/op.go type opType (line 19) | type opType constant tRange (line 23) | tRange opType = iota + 1 constant tPut (line 24) | tPut constant tDeleteRange (line 25) | tDeleteRange constant tTxn (line 26) | tTxn type Op (line 32) | type Op struct method IsTxn (line 88) | func (op Op) IsTxn() bool { method Txn (line 93) | func (op Op) Txn() ([]Cmp, []Op, []Op) { method KeyBytes (line 98) | func (op Op) KeyBytes() []byte { return op.key } method WithKeyBytes (line 101) | func (op *Op) WithKeyBytes(key []byte) { op.key = key } method RangeBytes (line 104) | func (op Op) RangeBytes() []byte { return op.end } method Rev (line 107) | func (op Op) Rev() int64 { return op.rev } method IsPut (line 110) | func (op Op) IsPut() bool { return op.t == tPut } method IsGet (line 113) | func (op Op) IsGet() bool { return op.t == tRange } method IsDelete (line 116) | func (op Op) IsDelete() bool { return op.t == tDeleteRange } method IsSerializable (line 119) | func (op Op) IsSerializable() bool { return op.serializable } method IsKeysOnly (line 122) | func (op Op) IsKeysOnly() bool { return op.keysOnly } method IsCountOnly (line 125) | func (op Op) IsCountOnly() bool { return op.countOnly } method MinModRev (line 128) | func (op Op) MinModRev() int64 { return op.minModRev } method MaxModRev (line 131) | func (op Op) MaxModRev() int64 { return op.maxModRev } method MinCreateRev (line 134) | func (op Op) MinCreateRev() int64 { return op.minCreateRev } method MaxCreateRev (line 137) | func (op Op) MaxCreateRev() int64 { return op.maxCreateRev } method WithRangeBytes (line 140) | func (op *Op) WithRangeBytes(end []byte) { op.end = end } method ValueBytes (line 143) | func (op Op) ValueBytes() []byte { return op.val } method WithValueBytes (line 146) | func (op *Op) WithValueBytes(v []byte) { op.val = v } method toRangeRequest (line 148) | func (op Op) toRangeRequest() *pb.RangeRequest { method toTxnRequest (line 172) | func (op Op) toTxnRequest() *pb.TxnRequest { method toRequestOp (line 188) | func (op Op) toRequestOp() *pb.RequestOp { method isWrite (line 205) | func (op Op) isWrite() bool { method applyOpts (line 326) | func (op *Op) applyOpts(opts []OpOption) { function NewOp (line 222) | func NewOp() *Op { function OpGet (line 227) | func OpGet(key string, opts ...OpOption) Op { function OpDelete (line 238) | func OpDelete(key string, opts ...OpOption) Op { function OpPut (line 271) | func OpPut(key, val string, opts ...OpOption) Op { function OpTxn (line 300) | func OpTxn(cmps []Cmp, thenOps []Op, elseOps []Op) Op { function opWatch (line 304) | func opWatch(key string, opts ...OpOption) Op { type OpOption (line 333) | type OpOption function WithLease (line 336) | func WithLease(leaseID LeaseID) OpOption { function WithLimit (line 342) | func WithLimit(n int64) OpOption { return func(op *Op) { op.limit = n } } function WithRev (line 346) | func WithRev(rev int64) OpOption { return func(op *Op) { op.rev = rev } } function WithSort (line 352) | func WithSort(target SortTarget, order SortOrder) OpOption { function GetPrefixRangeEnd (line 368) | func GetPrefixRangeEnd(prefix string) string { function getPrefix (line 372) | func getPrefix(key []byte) []byte { function WithPrefix (line 390) | func WithPrefix() OpOption { function WithRange (line 405) | func WithRange(endKey string) OpOption { function WithFromKey (line 411) | func WithFromKey() OpOption { function WithSerializable (line 424) | func WithSerializable() OpOption { function WithKeysOnly (line 430) | func WithKeysOnly() OpOption { function WithCountOnly (line 435) | func WithCountOnly() OpOption { function WithMinModRev (line 440) | func WithMinModRev(rev int64) OpOption { return func(op *Op) { op.minMod... function WithMaxModRev (line 443) | func WithMaxModRev(rev int64) OpOption { return func(op *Op) { op.maxMod... function WithMinCreateRev (line 446) | func WithMinCreateRev(rev int64) OpOption { return func(op *Op) { op.min... function WithMaxCreateRev (line 449) | func WithMaxCreateRev(rev int64) OpOption { return func(op *Op) { op.max... function WithFirstCreate (line 452) | func WithFirstCreate() []OpOption { return withTop(SortByCreateRevision,... function WithLastCreate (line 455) | func WithLastCreate() []OpOption { return withTop(SortByCreateRevision, ... function WithFirstKey (line 458) | func WithFirstKey() []OpOption { return withTop(SortByKey, SortAscend) } function WithLastKey (line 461) | func WithLastKey() []OpOption { return withTop(SortByKey, SortDescend) } function WithFirstRev (line 464) | func WithFirstRev() []OpOption { return withTop(SortByModRevision, SortA... function WithLastRev (line 467) | func WithLastRev() []OpOption { return withTop(SortByModRevision, SortDe... function withTop (line 470) | func withTop(target SortTarget, order SortOrder) []OpOption { function WithProgressNotify (line 477) | func WithProgressNotify() OpOption { function WithCreatedNotify (line 484) | func WithCreatedNotify() OpOption { function WithFilterPut (line 491) | func WithFilterPut() OpOption { function WithFilterDelete (line 496) | func WithFilterDelete() OpOption { function WithPrevKV (line 502) | func WithPrevKV() OpOption { function WithFragment (line 515) | func WithFragment() OpOption { function WithIgnoreValue (line 522) | func WithIgnoreValue() OpOption { function WithIgnoreLease (line 531) | func WithIgnoreLease() OpOption { type LeaseOp (line 538) | type LeaseOp struct method applyOpts (line 548) | func (op *LeaseOp) applyOpts(opts []LeaseOption) { type LeaseOption (line 546) | type LeaseOption function WithAttachedKeys (line 555) | func WithAttachedKeys() LeaseOption { function toLeaseTimeToLiveRequest (line 559) | func toLeaseTimeToLiveRequest(id LeaseID, opts ...LeaseOption) *pb.Lease... function IsOptsWithPrefix (line 566) | func IsOptsWithPrefix(opts []OpOption) bool { function IsOptsWithFromKey (line 576) | func IsOptsWithFromKey(opts []OpOption) bool { FILE: vendor/go.etcd.io/etcd/client/v3/options.go constant MaxLeaseTTL (line 69) | MaxLeaseTTL = 9000000000 FILE: vendor/go.etcd.io/etcd/client/v3/retry.go type retryPolicy (line 28) | type retryPolicy method String (line 35) | func (rp retryPolicy) String() string { constant repeatable (line 31) | repeatable retryPolicy = iota constant nonRepeatable (line 32) | nonRepeatable function isSafeRetryImmutableRPC (line 53) | func isSafeRetryImmutableRPC(err error) bool { function isSafeRetryMutableRPC (line 83) | func isSafeRetryMutableRPC(err error) bool { type retryKVClient (line 94) | type retryKVClient struct method Range (line 104) | func (rkv *retryKVClient) Range(ctx context.Context, in *pb.RangeReque... method Put (line 108) | func (rkv *retryKVClient) Put(ctx context.Context, in *pb.PutRequest, ... method DeleteRange (line 112) | func (rkv *retryKVClient) DeleteRange(ctx context.Context, in *pb.Dele... method Txn (line 116) | func (rkv *retryKVClient) Txn(ctx context.Context, in *pb.TxnRequest, ... method Compact (line 120) | func (rkv *retryKVClient) Compact(ctx context.Context, in *pb.Compacti... function RetryKVClient (line 99) | func RetryKVClient(c *Client) pb.KVClient { type retryLeaseClient (line 124) | type retryLeaseClient struct method LeaseTimeToLive (line 135) | func (rlc *retryLeaseClient) LeaseTimeToLive(ctx context.Context, in *... method LeaseLeases (line 139) | func (rlc *retryLeaseClient) LeaseLeases(ctx context.Context, in *pb.L... method LeaseGrant (line 143) | func (rlc *retryLeaseClient) LeaseGrant(ctx context.Context, in *pb.Le... method LeaseRevoke (line 147) | func (rlc *retryLeaseClient) LeaseRevoke(ctx context.Context, in *pb.L... method LeaseKeepAlive (line 151) | func (rlc *retryLeaseClient) LeaseKeepAlive(ctx context.Context, opts ... function RetryLeaseClient (line 129) | func RetryLeaseClient(c *Client) pb.LeaseClient { type retryClusterClient (line 155) | type retryClusterClient struct method MemberList (line 166) | func (rcc *retryClusterClient) MemberList(ctx context.Context, in *pb.... method MemberAdd (line 170) | func (rcc *retryClusterClient) MemberAdd(ctx context.Context, in *pb.M... method MemberRemove (line 174) | func (rcc *retryClusterClient) MemberRemove(ctx context.Context, in *p... method MemberUpdate (line 178) | func (rcc *retryClusterClient) MemberUpdate(ctx context.Context, in *p... method MemberPromote (line 182) | func (rcc *retryClusterClient) MemberPromote(ctx context.Context, in *... function RetryClusterClient (line 160) | func RetryClusterClient(c *Client) pb.ClusterClient { type retryMaintenanceClient (line 186) | type retryMaintenanceClient struct method Alarm (line 197) | func (rmc *retryMaintenanceClient) Alarm(ctx context.Context, in *pb.A... method Status (line 201) | func (rmc *retryMaintenanceClient) Status(ctx context.Context, in *pb.... method Hash (line 205) | func (rmc *retryMaintenanceClient) Hash(ctx context.Context, in *pb.Ha... method HashKV (line 209) | func (rmc *retryMaintenanceClient) HashKV(ctx context.Context, in *pb.... method Snapshot (line 213) | func (rmc *retryMaintenanceClient) Snapshot(ctx context.Context, in *p... method MoveLeader (line 217) | func (rmc *retryMaintenanceClient) MoveLeader(ctx context.Context, in ... method Defragment (line 221) | func (rmc *retryMaintenanceClient) Defragment(ctx context.Context, in ... method Downgrade (line 225) | func (rmc *retryMaintenanceClient) Downgrade(ctx context.Context, in *... function RetryMaintenanceClient (line 191) | func RetryMaintenanceClient(c *Client, conn *grpc.ClientConn) pb.Mainten... type retryAuthClient (line 229) | type retryAuthClient struct method UserList (line 240) | func (rac *retryAuthClient) UserList(ctx context.Context, in *pb.AuthU... method UserGet (line 244) | func (rac *retryAuthClient) UserGet(ctx context.Context, in *pb.AuthUs... method RoleGet (line 248) | func (rac *retryAuthClient) RoleGet(ctx context.Context, in *pb.AuthRo... method RoleList (line 252) | func (rac *retryAuthClient) RoleList(ctx context.Context, in *pb.AuthR... method AuthEnable (line 256) | func (rac *retryAuthClient) AuthEnable(ctx context.Context, in *pb.Aut... method AuthDisable (line 260) | func (rac *retryAuthClient) AuthDisable(ctx context.Context, in *pb.Au... method AuthStatus (line 264) | func (rac *retryAuthClient) AuthStatus(ctx context.Context, in *pb.Aut... method UserAdd (line 268) | func (rac *retryAuthClient) UserAdd(ctx context.Context, in *pb.AuthUs... method UserDelete (line 272) | func (rac *retryAuthClient) UserDelete(ctx context.Context, in *pb.Aut... method UserChangePassword (line 276) | func (rac *retryAuthClient) UserChangePassword(ctx context.Context, in... method UserGrantRole (line 280) | func (rac *retryAuthClient) UserGrantRole(ctx context.Context, in *pb.... method UserRevokeRole (line 284) | func (rac *retryAuthClient) UserRevokeRole(ctx context.Context, in *pb... method RoleAdd (line 288) | func (rac *retryAuthClient) RoleAdd(ctx context.Context, in *pb.AuthRo... method RoleDelete (line 292) | func (rac *retryAuthClient) RoleDelete(ctx context.Context, in *pb.Aut... method RoleGrantPermission (line 296) | func (rac *retryAuthClient) RoleGrantPermission(ctx context.Context, i... method RoleRevokePermission (line 300) | func (rac *retryAuthClient) RoleRevokePermission(ctx context.Context, ... method Authenticate (line 304) | func (rac *retryAuthClient) Authenticate(ctx context.Context, in *pb.A... function RetryAuthClient (line 234) | func RetryAuthClient(c *Client) pb.AuthClient { FILE: vendor/go.etcd.io/etcd/client/v3/retry_interceptor.go method unaryClientInterceptor (line 38) | func (c *Client) unaryClientInterceptor(optFuncs ...retryOption) grpc.Un... method streamClientInterceptor (line 104) | func (c *Client) streamClientInterceptor(optFuncs ...retryOption) grpc.S... method shouldRefreshToken (line 147) | func (c *Client) shouldRefreshToken(err error, callOpts *options) bool { method refreshToken (line 158) | func (c *Client) refreshToken(ctx context.Context) error { type serverStreamingRetryingStream (line 179) | type serverStreamingRetryingStream struct method setStream (line 191) | func (s *serverStreamingRetryingStream) setStream(clientStream grpc.Cl... method getStream (line 197) | func (s *serverStreamingRetryingStream) getStream() grpc.ClientStream { method SendMsg (line 203) | func (s *serverStreamingRetryingStream) SendMsg(m interface{}) error { method CloseSend (line 210) | func (s *serverStreamingRetryingStream) CloseSend() error { method Header (line 217) | func (s *serverStreamingRetryingStream) Header() (metadata.MD, error) { method Trailer (line 221) | func (s *serverStreamingRetryingStream) Trailer() metadata.MD { method RecvMsg (line 225) | func (s *serverStreamingRetryingStream) RecvMsg(m interface{}) error { method receiveMsgAndIndicateRetry (line 252) | func (s *serverStreamingRetryingStream) receiveMsgAndIndicateRetry(m i... method reestablishStreamAndResendBuffer (line 285) | func (s *serverStreamingRetryingStream) reestablishStreamAndResendBuff... function waitRetryBackoff (line 304) | func waitRetryBackoff(ctx context.Context, attempt uint, callOpts *optio... function isSafeRetry (line 322) | func isSafeRetry(lg *zap.Logger, err error, callOpts *options) bool { function isContextError (line 337) | func isContextError(err error) bool { function contextErrToGrpcErr (line 341) | func contextErrToGrpcErr(err error) error { type backoffFunc (line 367) | type backoffFunc function withRetryPolicy (line 370) | func withRetryPolicy(rp retryPolicy) retryOption { function withMax (line 377) | func withMax(maxRetries uint) retryOption { function withBackoff (line 384) | func withBackoff(bf backoffFunc) retryOption { type options (line 390) | type options struct type retryOption (line 398) | type retryOption struct function reuseOrNewWithCallOptions (line 403) | func reuseOrNewWithCallOptions(opt *options, retryOptions []retryOption)... function filterCallOptions (line 415) | func filterCallOptions(callOptions []grpc.CallOption) (grpcOptions []grp... function backoffLinearWithJitter (line 429) | func backoffLinearWithJitter(waitBetween time.Duration, jitterFraction f... FILE: vendor/go.etcd.io/etcd/client/v3/sort.go type SortTarget (line 17) | type SortTarget type SortOrder (line 18) | type SortOrder constant SortNone (line 21) | SortNone SortOrder = iota constant SortAscend (line 22) | SortAscend constant SortDescend (line 23) | SortDescend constant SortByKey (line 27) | SortByKey SortTarget = iota constant SortByVersion (line 28) | SortByVersion constant SortByCreateRevision (line 29) | SortByCreateRevision constant SortByModRevision (line 30) | SortByModRevision constant SortByValue (line 31) | SortByValue type SortOption (line 34) | type SortOption struct FILE: vendor/go.etcd.io/etcd/client/v3/txn.go type Txn (line 36) | type Txn interface type txn (line 54) | type txn struct method If (line 73) | func (txn *txn) If(cs ...Cmp) Txn { method Then (line 98) | func (txn *txn) Then(ops ...Op) Txn { method Else (line 119) | func (txn *txn) Else(ops ...Op) Txn { method Commit (line 137) | func (txn *txn) Commit() (*TxnResponse, error) { FILE: vendor/go.etcd.io/etcd/client/v3/utils.go function jitterUp (line 28) | func jitterUp(duration time.Duration, jitter float64) time.Duration { FILE: vendor/go.etcd.io/etcd/client/v3/watch.go constant EventTypeDelete (line 36) | EventTypeDelete = mvccpb.DELETE constant EventTypePut (line 37) | EventTypePut = mvccpb.PUT constant closeSendErrTimeout (line 39) | closeSendErrTimeout = 250 * time.Millisecond constant AutoWatchID (line 43) | AutoWatchID = 0 constant InvalidWatchID (line 46) | InvalidWatchID = -1 type Event (line 49) | type Event method IsCreate (line 113) | func (e *Event) IsCreate() bool { method IsModify (line 118) | func (e *Event) IsModify() bool { type WatchChan (line 51) | type WatchChan type Watcher (line 53) | type Watcher interface type WatchResponse (line 91) | type WatchResponse struct method Err (line 123) | func (wr *WatchResponse) Err() error { method IsProgressNotify (line 139) | func (wr *WatchResponse) IsProgressNotify() bool { type watcher (line 144) | type watcher struct method newWatcherGrpcStream (line 274) | func (w *watcher) newWatcherGrpcStream(inctx context.Context) *watchGr... method Watch (line 297) | func (w *watcher) Watch(ctx context.Context, key string, opts ...OpOpt... method Close (line 387) | func (w *watcher) Close() (err error) { method RequestProgress (line 405) | func (w *watcher) RequestProgress(ctx context.Context) (err error) { method closeStream (line 448) | func (w *watcher) closeStream(wgs *watchGrpcStream) { type watchGrpcStream (line 157) | type watchGrpcStream struct method close (line 438) | func (w *watchGrpcStream) close() (err error) { method addSubstream (line 458) | func (w *watchGrpcStream) addSubstream(resp *pb.WatchResponse, ws *wat... method sendCloseSubstream (line 470) | func (w *watchGrpcStream) sendCloseSubstream(ws *watcherStream, resp *... method closeSubstream (line 479) | func (w *watchGrpcStream) closeSubstream(ws *watcherStream) { method run (line 504) | func (w *watchGrpcStream) run() { method nextResume (line 702) | func (w *watchGrpcStream) nextResume() *watcherStream { method dispatchEvent (line 713) | func (w *watchGrpcStream) dispatchEvent(pbresp *pb.WatchResponse) bool { method broadcastResponse (line 739) | func (w *watchGrpcStream) broadcastResponse(wr *WatchResponse) bool { method unicastResponse (line 750) | func (w *watchGrpcStream) unicastResponse(wr *WatchResponse, watchId i... method serveWatchClient (line 764) | func (w *watchGrpcStream) serveWatchClient(wc pb.Watch_WatchClient) { method serveSubstream (line 783) | func (w *watchGrpcStream) serveSubstream(ws *watcherStream, resumec ch... method newWatchClient (line 879) | func (w *watchGrpcStream) newWatchClient() (pb.Watch_WatchClient, erro... method waitCancelSubstreams (line 925) | func (w *watchGrpcStream) waitCancelSubstreams(stopc <-chan struct{}) ... method joinSubstreams (line 962) | func (w *watchGrpcStream) joinSubstreams() { method backoffIfUnavailable (line 975) | func (w *watchGrpcStream) backoffIfUnavailable(backoff time.Duration, ... method openWatchClient (line 993) | func (w *watchGrpcStream) openWatchClient() (ws pb.Watch_WatchClient, ... type watchStreamRequest (line 195) | type watchStreamRequest interface type watchRequest (line 200) | type watchRequest struct method toPB (line 1016) | func (wr *watchRequest) toPB() *pb.WatchRequest { type progressRequest (line 224) | type progressRequest struct method toPB (line 1031) | func (pr *progressRequest) toPB() *pb.WatchRequest { type watcherStream (line 228) | type watcherStream struct function NewWatcher (line 247) | func NewWatcher(c *Client) Watcher { function NewWatchFromWatchClient (line 251) | func NewWatchFromWatchClient(wc pb.WatchClient, c *Client) Watcher { type valCtx (line 268) | type valCtx struct method Deadline (line 270) | func (vc *valCtx) Deadline() (time.Time, bool) { return zeroTime, false } method Done (line 271) | func (vc *valCtx) Done() <-chan struct{} { return valCtxCh } method Err (line 272) | func (vc *valCtx) Err() error { return nil } function streamKeyFromCtx (line 1037) | func streamKeyFromCtx(ctx context.Context) string { FILE: vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go function Key (line 42) | func Key(password, salt []byte, iter, keyLen int, h func() hash.Hash) []... FILE: vendor/golang.org/x/exp/constraints/constraints.go type Signed (line 12) | type Signed interface type Unsigned (line 19) | type Unsigned interface type Integer (line 26) | type Integer interface type Float (line 33) | type Float interface type Complex (line 40) | type Complex interface type Ordered (line 48) | type Ordered interface FILE: vendor/golang.org/x/exp/slices/cmp.go function min (line 10) | func min[T constraints.Ordered](a, b T) T { function max (line 18) | func max[T constraints.Ordered](a, b T) T { function cmpLess (line 26) | func cmpLess[T constraints.Ordered](x, y T) bool { function cmpCompare (line 31) | func cmpCompare[T constraints.Ordered](x, y T) int { FILE: vendor/golang.org/x/exp/slices/slices.go function Equal (line 19) | func Equal[S ~[]E, E comparable](s1, s2 S) bool { function EqualFunc (line 36) | func EqualFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, eq func(E1,... function Compare (line 56) | func Compare[S ~[]E, E constraints.Ordered](s1, s2 S) int { function CompareFunc (line 77) | func CompareFunc[S1 ~[]E1, S2 ~[]E2, E1, E2 any](s1 S1, s2 S2, cmp func(... function Index (line 95) | func Index[S ~[]E, E comparable](s S, v E) int { function IndexFunc (line 106) | func IndexFunc[S ~[]E, E any](s S, f func(E) bool) int { function Contains (line 116) | func Contains[S ~[]E, E comparable](s S, v E) bool { function ContainsFunc (line 122) | func ContainsFunc[S ~[]E, E any](s S, f func(E) bool) bool { function Insert (line 133) | func Insert[S ~[]E, E any](s S, i int, v ...E) S { function Delete (line 219) | func Delete[S ~[]E, E any](s S, i, j int) S { function DeleteFunc (line 231) | func DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S { function Replace (line 248) | func Replace[S ~[]E, E any](s S, i, j int, v ...E) S { function Clone (line 336) | func Clone[S ~[]E, E any](s S) S { function Compact (line 351) | func Compact[S ~[]E, E comparable](s S) S { function CompactFunc (line 369) | func CompactFunc[S ~[]E, E any](s S, eq func(E, E) bool) S { function Grow (line 389) | func Grow[S ~[]E, E any](s S, n int) S { function Clip (line 403) | func Clip[S ~[]E, E any](s S) S { function rotateLeft (line 444) | func rotateLeft[E any](s []E, r int) { function rotateRight (line 455) | func rotateRight[E any](s []E, r int) { function swap (line 460) | func swap[E any](x, y []E) { function overlaps (line 467) | func overlaps[E any](a, b []E) bool { function startIdx (line 483) | func startIdx[E any](haystack, needle []E) int { function Reverse (line 495) | func Reverse[S ~[]E, E any](s S) { FILE: vendor/golang.org/x/exp/slices/sort.go function Sort (line 17) | func Sort[S ~[]E, E constraints.Ordered](x S) { function SortFunc (line 29) | func SortFunc[S ~[]E, E any](x S, cmp func(a, b E) int) { function SortStableFunc (line 36) | func SortStableFunc[S ~[]E, E any](x S, cmp func(a, b E) int) { function IsSorted (line 41) | func IsSorted[S ~[]E, E constraints.Ordered](x S) bool { function IsSortedFunc (line 52) | func IsSortedFunc[S ~[]E, E any](x S, cmp func(a, b E) int) bool { function Min (line 64) | func Min[S ~[]E, E constraints.Ordered](x S) E { function MinFunc (line 78) | func MinFunc[S ~[]E, E any](x S, cmp func(a, b E) int) E { function Max (line 94) | func Max[S ~[]E, E constraints.Ordered](x S) E { function MaxFunc (line 108) | func MaxFunc[S ~[]E, E any](x S, cmp func(a, b E) int) E { function BinarySearch (line 125) | func BinarySearch[S ~[]E, E constraints.Ordered](x S, target E) (int, bo... function BinarySearchFunc (line 151) | func BinarySearchFunc[S ~[]E, E, T any](x S, target T, cmp func(E, T) in... type sortedHint (line 169) | type sortedHint constant unknownHint (line 172) | unknownHint sortedHint = iota constant increasingHint (line 173) | increasingHint constant decreasingHint (line 174) | decreasingHint type xorshift (line 178) | type xorshift method Next (line 180) | func (r *xorshift) Next() uint64 { function nextPowerOfTwo (line 187) | func nextPowerOfTwo(length int) uint { function isNaN (line 193) | func isNaN[T constraints.Ordered](x T) bool { FILE: vendor/golang.org/x/exp/slices/zsortanyfunc.go function insertionSortCmpFunc (line 10) | func insertionSortCmpFunc[E any](data []E, a, b int, cmp func(a, b E) in... function siftDownCmpFunc (line 20) | func siftDownCmpFunc[E any](data []E, lo, hi, first int, cmp func(a, b E... function heapSortCmpFunc (line 38) | func heapSortCmpFunc[E any](data []E, a, b int, cmp func(a, b E) int) { function pdqsortCmpFunc (line 61) | func pdqsortCmpFunc[E any](data []E, a, b, limit int, cmp func(a, b E) i... function partitionCmpFunc (line 135) | func partitionCmpFunc[E any](data []E, a, b, pivot int, cmp func(a, b E)... function partitionEqualCmpFunc (line 173) | func partitionEqualCmpFunc[E any](data []E, a, b, pivot int, cmp func(a,... function partialInsertionSortCmpFunc (line 195) | func partialInsertionSortCmpFunc[E any](data []E, a, b int, cmp func(a, ... function breakPatternsCmpFunc (line 240) | func breakPatternsCmpFunc[E any](data []E, a, b int, cmp func(a, b E) in... function choosePivotCmpFunc (line 261) | func choosePivotCmpFunc[E any](data []E, a, b int, cmp func(a, b E) int)... function order2CmpFunc (line 298) | func order2CmpFunc[E any](data []E, a, b int, swaps *int, cmp func(a, b ... function medianCmpFunc (line 307) | func medianCmpFunc[E any](data []E, a, b, c int, swaps *int, cmp func(a,... function medianAdjacentCmpFunc (line 315) | func medianAdjacentCmpFunc[E any](data []E, a int, swaps *int, cmp func(... function reverseRangeCmpFunc (line 319) | func reverseRangeCmpFunc[E any](data []E, a, b int, cmp func(a, b E) int) { function swapRangeCmpFunc (line 329) | func swapRangeCmpFunc[E any](data []E, a, b, n int, cmp func(a, b E) int) { function stableCmpFunc (line 335) | func stableCmpFunc[E any](data []E, n int, cmp func(a, b E) int) { function symMergeCmpFunc (line 378) | func symMergeCmpFunc[E any](data []E, a, m, b int, cmp func(a, b E) int) { function rotateCmpFunc (line 464) | func rotateCmpFunc[E any](data []E, a, m, b int, cmp func(a, b E) int) { FILE: vendor/golang.org/x/exp/slices/zsortordered.go function insertionSortOrdered (line 12) | func insertionSortOrdered[E constraints.Ordered](data []E, a, b int) { function siftDownOrdered (line 22) | func siftDownOrdered[E constraints.Ordered](data []E, lo, hi, first int) { function heapSortOrdered (line 40) | func heapSortOrdered[E constraints.Ordered](data []E, a, b int) { function pdqsortOrdered (line 63) | func pdqsortOrdered[E constraints.Ordered](data []E, a, b, limit int) { function partitionOrdered (line 137) | func partitionOrdered[E constraints.Ordered](data []E, a, b, pivot int) ... function partitionEqualOrdered (line 175) | func partitionEqualOrdered[E constraints.Ordered](data []E, a, b, pivot ... function partialInsertionSortOrdered (line 197) | func partialInsertionSortOrdered[E constraints.Ordered](data []E, a, b i... function breakPatternsOrdered (line 242) | func breakPatternsOrdered[E constraints.Ordered](data []E, a, b int) { function choosePivotOrdered (line 263) | func choosePivotOrdered[E constraints.Ordered](data []E, a, b int) (pivo... function order2Ordered (line 300) | func order2Ordered[E constraints.Ordered](data []E, a, b int, swaps *int... function medianOrdered (line 309) | func medianOrdered[E constraints.Ordered](data []E, a, b, c int, swaps *... function medianAdjacentOrdered (line 317) | func medianAdjacentOrdered[E constraints.Ordered](data []E, a int, swaps... function reverseRangeOrdered (line 321) | func reverseRangeOrdered[E constraints.Ordered](data []E, a, b int) { function swapRangeOrdered (line 331) | func swapRangeOrdered[E constraints.Ordered](data []E, a, b, n int) { function stableOrdered (line 337) | func stableOrdered[E constraints.Ordered](data []E, n int) { function symMergeOrdered (line 380) | func symMergeOrdered[E constraints.Ordered](data []E, a, m, b int) { function rotateOrdered (line 466) | func rotateOrdered[E constraints.Ordered](data []E, a, m, b int) { FILE: vendor/golang.org/x/net/http/httpguts/guts.go function ValidTrailerHeader (line 20) | func ValidTrailerHeader(name string) bool { FILE: vendor/golang.org/x/net/http/httpguts/httplex.go function IsTokenRune (line 95) | func IsTokenRune(r rune) bool { function isNotToken (line 100) | func isNotToken(r rune) bool { function HeaderValuesContainsToken (line 106) | func HeaderValuesContainsToken(values []string, token string) bool { function isOWS (line 117) | func isOWS(b byte) bool { return b == ' ' || b == '\t' } function trimOWS (line 121) | func trimOWS(x string) string { function headerValueContainsToken (line 139) | func headerValueContainsToken(v string, token string) bool { function lowerASCII (line 150) | func lowerASCII(b byte) byte { function tokenEqual (line 158) | func tokenEqual(t1, t2 string) bool { function isLWS (line 178) | func isLWS(b byte) bool { return b == ' ' || b == '\t' } function isCTL (line 185) | func isCTL(b byte) bool { function ValidHeaderFieldName (line 201) | func ValidHeaderFieldName(v string) bool { function ValidHostHeader (line 214) | func ValidHostHeader(h string) bool { function ValidHeaderFieldValue (line 308) | func ValidHeaderFieldValue(v string) bool { function isASCII (line 318) | func isASCII(s string) bool { function PunycodeHostPort (line 329) | func PunycodeHostPort(v string) (string, error) { FILE: vendor/golang.org/x/net/http2/ascii.go function asciiEqualFold (line 15) | func asciiEqualFold(s, t string) bool { function lower (line 28) | func lower(b byte) byte { function isASCIIPrint (line 37) | func isASCIIPrint(s string) bool { function asciiToLower (line 48) | func asciiToLower(s string) (lower string, ok bool) { FILE: vendor/golang.org/x/net/http2/ciphers.go constant cipher_TLS_NULL_WITH_NULL_NULL (line 11) | cipher_TLS_NULL_WITH_NULL_NULL uint16 = 0x0000 constant cipher_TLS_RSA_WITH_NULL_MD5 (line 12) | cipher_TLS_RSA_WITH_NULL_MD5 uint16 = 0x0001 constant cipher_TLS_RSA_WITH_NULL_SHA (line 13) | cipher_TLS_RSA_WITH_NULL_SHA uint16 = 0x0002 constant cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 (line 14) | cipher_TLS_RSA_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0003 constant cipher_TLS_RSA_WITH_RC4_128_MD5 (line 15) | cipher_TLS_RSA_WITH_RC4_128_MD5 uint16 = 0x0004 constant cipher_TLS_RSA_WITH_RC4_128_SHA (line 16) | cipher_TLS_RSA_WITH_RC4_128_SHA uint16 = 0x0005 constant cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (line 17) | cipher_TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x0006 constant cipher_TLS_RSA_WITH_IDEA_CBC_SHA (line 18) | cipher_TLS_RSA_WITH_IDEA_CBC_SHA uint16 = 0x0007 constant cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA (line 19) | cipher_TLS_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0008 constant cipher_TLS_RSA_WITH_DES_CBC_SHA (line 20) | cipher_TLS_RSA_WITH_DES_CBC_SHA uint16 = 0x0009 constant cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA (line 21) | cipher_TLS_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x000A constant cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA (line 22) | cipher_TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000B constant cipher_TLS_DH_DSS_WITH_DES_CBC_SHA (line 23) | cipher_TLS_DH_DSS_WITH_DES_CBC_SHA uint16 = 0x000C constant cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA (line 24) | cipher_TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x000D constant cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA (line 25) | cipher_TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x000E constant cipher_TLS_DH_RSA_WITH_DES_CBC_SHA (line 26) | cipher_TLS_DH_RSA_WITH_DES_CBC_SHA uint16 = 0x000F constant cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA (line 27) | cipher_TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0010 constant cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA (line 28) | cipher_TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0011 constant cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA (line 29) | cipher_TLS_DHE_DSS_WITH_DES_CBC_SHA uint16 = 0x0012 constant cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA (line 30) | cipher_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0x0013 constant cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA (line 31) | cipher_TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0014 constant cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA (line 32) | cipher_TLS_DHE_RSA_WITH_DES_CBC_SHA uint16 = 0x0015 constant cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (line 33) | cipher_TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0x0016 constant cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 (line 34) | cipher_TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 uint16 = 0x0017 constant cipher_TLS_DH_anon_WITH_RC4_128_MD5 (line 35) | cipher_TLS_DH_anon_WITH_RC4_128_MD5 uint16 = 0x0018 constant cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA (line 36) | cipher_TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA uint16 = 0x0019 constant cipher_TLS_DH_anon_WITH_DES_CBC_SHA (line 37) | cipher_TLS_DH_anon_WITH_DES_CBC_SHA uint16 = 0x001A constant cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA (line 38) | cipher_TLS_DH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0x001B constant cipher_TLS_KRB5_WITH_DES_CBC_SHA (line 40) | cipher_TLS_KRB5_WITH_DES_CBC_SHA uint16 = 0x001E constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA (line 41) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_SHA uint16 = 0x001F constant cipher_TLS_KRB5_WITH_RC4_128_SHA (line 42) | cipher_TLS_KRB5_WITH_RC4_128_SHA uint16 = 0x0020 constant cipher_TLS_KRB5_WITH_IDEA_CBC_SHA (line 43) | cipher_TLS_KRB5_WITH_IDEA_CBC_SHA uint16 = 0x0021 constant cipher_TLS_KRB5_WITH_DES_CBC_MD5 (line 44) | cipher_TLS_KRB5_WITH_DES_CBC_MD5 uint16 = 0x0022 constant cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 (line 45) | cipher_TLS_KRB5_WITH_3DES_EDE_CBC_MD5 uint16 = 0x0023 constant cipher_TLS_KRB5_WITH_RC4_128_MD5 (line 46) | cipher_TLS_KRB5_WITH_RC4_128_MD5 uint16 = 0x0024 constant cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 (line 47) | cipher_TLS_KRB5_WITH_IDEA_CBC_MD5 uint16 = 0x0025 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA (line 48) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA uint16 = 0x0026 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA (line 49) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA uint16 = 0x0027 constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA (line 50) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_SHA uint16 = 0x0028 constant cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 (line 51) | cipher_TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 uint16 = 0x0029 constant cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 (line 52) | cipher_TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 uint16 = 0x002A constant cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 (line 53) | cipher_TLS_KRB5_EXPORT_WITH_RC4_40_MD5 uint16 = 0x002B constant cipher_TLS_PSK_WITH_NULL_SHA (line 54) | cipher_TLS_PSK_WITH_NULL_SHA uint16 = 0x002C constant cipher_TLS_DHE_PSK_WITH_NULL_SHA (line 55) | cipher_TLS_DHE_PSK_WITH_NULL_SHA uint16 = 0x002D constant cipher_TLS_RSA_PSK_WITH_NULL_SHA (line 56) | cipher_TLS_RSA_PSK_WITH_NULL_SHA uint16 = 0x002E constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA (line 57) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA uint16 = 0x002F constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA (line 58) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0030 constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA (line 59) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0031 constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA (line 60) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA uint16 = 0x0032 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA (line 61) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0x0033 constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA (line 62) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA uint16 = 0x0034 constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA (line 63) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0035 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA (line 64) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0036 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA (line 65) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0037 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA (line 66) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA uint16 = 0x0038 constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA (line 67) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0x0039 constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA (line 68) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA uint16 = 0x003A constant cipher_TLS_RSA_WITH_NULL_SHA256 (line 69) | cipher_TLS_RSA_WITH_NULL_SHA256 uint16 = 0x003B constant cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 (line 70) | cipher_TLS_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003C constant cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 (line 71) | cipher_TLS_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x003D constant cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 (line 72) | cipher_TLS_DH_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x003E constant cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 (line 73) | cipher_TLS_DH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x003F constant cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 (line 74) | cipher_TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 uint16 = 0x0040 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA (line 75) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0041 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA (line 76) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0042 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA (line 77) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0043 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA (line 78) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0044 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA (line 79) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0045 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA (line 80) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA uint16 = 0x0046 constant cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 (line 86) | cipher_TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0x0067 constant cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 (line 87) | cipher_TLS_DH_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x0068 constant cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 (line 88) | cipher_TLS_DH_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x0069 constant cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 (line 89) | cipher_TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 uint16 = 0x006A constant cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 (line 90) | cipher_TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 uint16 = 0x006B constant cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 (line 91) | cipher_TLS_DH_anon_WITH_AES_128_CBC_SHA256 uint16 = 0x006C constant cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 (line 92) | cipher_TLS_DH_anon_WITH_AES_256_CBC_SHA256 uint16 = 0x006D constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA (line 94) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0084 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA (line 95) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0085 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA (line 96) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0086 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA (line 97) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0087 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA (line 98) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0088 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA (line 99) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA uint16 = 0x0089 constant cipher_TLS_PSK_WITH_RC4_128_SHA (line 100) | cipher_TLS_PSK_WITH_RC4_128_SHA uint16 = 0x008A constant cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA (line 101) | cipher_TLS_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008B constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA (line 102) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA uint16 = 0x008C constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA (line 103) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA uint16 = 0x008D constant cipher_TLS_DHE_PSK_WITH_RC4_128_SHA (line 104) | cipher_TLS_DHE_PSK_WITH_RC4_128_SHA uint16 = 0x008E constant cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA (line 105) | cipher_TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x008F constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA (line 106) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0090 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA (line 107) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0091 constant cipher_TLS_RSA_PSK_WITH_RC4_128_SHA (line 108) | cipher_TLS_RSA_PSK_WITH_RC4_128_SHA uint16 = 0x0092 constant cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA (line 109) | cipher_TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0x0093 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA (line 110) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA uint16 = 0x0094 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA (line 111) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA uint16 = 0x0095 constant cipher_TLS_RSA_WITH_SEED_CBC_SHA (line 112) | cipher_TLS_RSA_WITH_SEED_CBC_SHA uint16 = 0x0096 constant cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA (line 113) | cipher_TLS_DH_DSS_WITH_SEED_CBC_SHA uint16 = 0x0097 constant cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA (line 114) | cipher_TLS_DH_RSA_WITH_SEED_CBC_SHA uint16 = 0x0098 constant cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA (line 115) | cipher_TLS_DHE_DSS_WITH_SEED_CBC_SHA uint16 = 0x0099 constant cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA (line 116) | cipher_TLS_DHE_RSA_WITH_SEED_CBC_SHA uint16 = 0x009A constant cipher_TLS_DH_anon_WITH_SEED_CBC_SHA (line 117) | cipher_TLS_DH_anon_WITH_SEED_CBC_SHA uint16 = 0x009B constant cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 (line 118) | cipher_TLS_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009C constant cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 (line 119) | cipher_TLS_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009D constant cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 (line 120) | cipher_TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x009E constant cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (line 121) | cipher_TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x009F constant cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 (line 122) | cipher_TLS_DH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0x00A0 constant cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 (line 123) | cipher_TLS_DH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0x00A1 constant cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 (line 124) | cipher_TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A2 constant cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 (line 125) | cipher_TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A3 constant cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 (line 126) | cipher_TLS_DH_DSS_WITH_AES_128_GCM_SHA256 uint16 = 0x00A4 constant cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 (line 127) | cipher_TLS_DH_DSS_WITH_AES_256_GCM_SHA384 uint16 = 0x00A5 constant cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 (line 128) | cipher_TLS_DH_anon_WITH_AES_128_GCM_SHA256 uint16 = 0x00A6 constant cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 (line 129) | cipher_TLS_DH_anon_WITH_AES_256_GCM_SHA384 uint16 = 0x00A7 constant cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 (line 130) | cipher_TLS_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00A8 constant cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 (line 131) | cipher_TLS_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00A9 constant cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 (line 132) | cipher_TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AA constant cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 (line 133) | cipher_TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AB constant cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 (line 134) | cipher_TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 uint16 = 0x00AC constant cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 (line 135) | cipher_TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 uint16 = 0x00AD constant cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 (line 136) | cipher_TLS_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00AE constant cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 (line 137) | cipher_TLS_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00AF constant cipher_TLS_PSK_WITH_NULL_SHA256 (line 138) | cipher_TLS_PSK_WITH_NULL_SHA256 uint16 = 0x00B0 constant cipher_TLS_PSK_WITH_NULL_SHA384 (line 139) | cipher_TLS_PSK_WITH_NULL_SHA384 uint16 = 0x00B1 constant cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 (line 140) | cipher_TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B2 constant cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 (line 141) | cipher_TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B3 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA256 (line 142) | cipher_TLS_DHE_PSK_WITH_NULL_SHA256 uint16 = 0x00B4 constant cipher_TLS_DHE_PSK_WITH_NULL_SHA384 (line 143) | cipher_TLS_DHE_PSK_WITH_NULL_SHA384 uint16 = 0x00B5 constant cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 (line 144) | cipher_TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0x00B6 constant cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 (line 145) | cipher_TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0x00B7 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA256 (line 146) | cipher_TLS_RSA_PSK_WITH_NULL_SHA256 uint16 = 0x00B8 constant cipher_TLS_RSA_PSK_WITH_NULL_SHA384 (line 147) | cipher_TLS_RSA_PSK_WITH_NULL_SHA384 uint16 = 0x00B9 constant cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 148) | cipher_TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BA constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 149) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BB constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 150) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BC constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 (line 151) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BD constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 152) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BE constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 (line 153) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0x00BF constant cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 154) | cipher_TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C0 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 155) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C1 constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 156) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C2 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 (line 157) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C3 constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 (line 158) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C4 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 (line 159) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 uint16 = 0x00C5 constant cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV (line 161) | cipher_TLS_EMPTY_RENEGOTIATION_INFO_SCSV uint16 = 0x00FF constant cipher_TLS_FALLBACK_SCSV (line 163) | cipher_TLS_FALLBACK_SCSV uint16 = 0x5600 constant cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA (line 165) | cipher_TLS_ECDH_ECDSA_WITH_NULL_SHA uint16 = 0xC001 constant cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA (line 166) | cipher_TLS_ECDH_ECDSA_WITH_RC4_128_SHA uint16 = 0xC002 constant cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA (line 167) | cipher_TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC003 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (line 168) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC004 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA (line 169) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC005 constant cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA (line 170) | cipher_TLS_ECDHE_ECDSA_WITH_NULL_SHA uint16 = 0xC006 constant cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA (line 171) | cipher_TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16 = 0xC007 constant cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA (line 172) | cipher_TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC008 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (line 173) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16 = 0xC009 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (line 174) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16 = 0xC00A constant cipher_TLS_ECDH_RSA_WITH_NULL_SHA (line 175) | cipher_TLS_ECDH_RSA_WITH_NULL_SHA uint16 = 0xC00B constant cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA (line 176) | cipher_TLS_ECDH_RSA_WITH_RC4_128_SHA uint16 = 0xC00C constant cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA (line 177) | cipher_TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC00D constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (line 178) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC00E constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA (line 179) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC00F constant cipher_TLS_ECDHE_RSA_WITH_NULL_SHA (line 180) | cipher_TLS_ECDHE_RSA_WITH_NULL_SHA uint16 = 0xC010 constant cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA (line 181) | cipher_TLS_ECDHE_RSA_WITH_RC4_128_SHA uint16 = 0xC011 constant cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA (line 182) | cipher_TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC012 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (line 183) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC013 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (line 184) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC014 constant cipher_TLS_ECDH_anon_WITH_NULL_SHA (line 185) | cipher_TLS_ECDH_anon_WITH_NULL_SHA uint16 = 0xC015 constant cipher_TLS_ECDH_anon_WITH_RC4_128_SHA (line 186) | cipher_TLS_ECDH_anon_WITH_RC4_128_SHA uint16 = 0xC016 constant cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA (line 187) | cipher_TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA uint16 = 0xC017 constant cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA (line 188) | cipher_TLS_ECDH_anon_WITH_AES_128_CBC_SHA uint16 = 0xC018 constant cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA (line 189) | cipher_TLS_ECDH_anon_WITH_AES_256_CBC_SHA uint16 = 0xC019 constant cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA (line 190) | cipher_TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01A constant cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA (line 191) | cipher_TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01B constant cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA (line 192) | cipher_TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA uint16 = 0xC01C constant cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA (line 193) | cipher_TLS_SRP_SHA_WITH_AES_128_CBC_SHA uint16 = 0xC01D constant cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA (line 194) | cipher_TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA uint16 = 0xC01E constant cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA (line 195) | cipher_TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA uint16 = 0xC01F constant cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA (line 196) | cipher_TLS_SRP_SHA_WITH_AES_256_CBC_SHA uint16 = 0xC020 constant cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA (line 197) | cipher_TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA uint16 = 0xC021 constant cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA (line 198) | cipher_TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA uint16 = 0xC022 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (line 199) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC023 constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 (line 200) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC024 constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 (line 201) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC025 constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 (line 202) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC026 constant cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (line 203) | cipher_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC027 constant cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (line 204) | cipher_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC028 constant cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 (line 205) | cipher_TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 uint16 = 0xC029 constant cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 (line 206) | cipher_TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 uint16 = 0xC02A constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (line 207) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02B constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (line 208) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02C constant cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 (line 209) | cipher_TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02D constant cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 (line 210) | cipher_TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC02E constant cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (line 211) | cipher_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC02F constant cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (line 212) | cipher_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC030 constant cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 (line 213) | cipher_TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 uint16 = 0xC031 constant cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 (line 214) | cipher_TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 uint16 = 0xC032 constant cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA (line 215) | cipher_TLS_ECDHE_PSK_WITH_RC4_128_SHA uint16 = 0xC033 constant cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA (line 216) | cipher_TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA uint16 = 0xC034 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA (line 217) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA uint16 = 0xC035 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA (line 218) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA uint16 = 0xC036 constant cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 (line 219) | cipher_TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 uint16 = 0xC037 constant cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 (line 220) | cipher_TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 uint16 = 0xC038 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA (line 221) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA uint16 = 0xC039 constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 (line 222) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA256 uint16 = 0xC03A constant cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 (line 223) | cipher_TLS_ECDHE_PSK_WITH_NULL_SHA384 uint16 = 0xC03B constant cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 (line 224) | cipher_TLS_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03C constant cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 (line 225) | cipher_TLS_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03D constant cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 (line 226) | cipher_TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC03E constant cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 (line 227) | cipher_TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC03F constant cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 (line 228) | cipher_TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC040 constant cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 (line 229) | cipher_TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC041 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 (line 230) | cipher_TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC042 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 (line 231) | cipher_TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC043 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 232) | cipher_TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC044 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 233) | cipher_TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC045 constant cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 (line 234) | cipher_TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC046 constant cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 (line 235) | cipher_TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC047 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 236) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC048 constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 237) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC049 constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 (line 238) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04A constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 (line 239) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04B constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 (line 240) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04C constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 (line 241) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04D constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 (line 242) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC04E constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 (line 243) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC04F constant cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 (line 244) | cipher_TLS_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC050 constant cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 (line 245) | cipher_TLS_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC051 constant cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 246) | cipher_TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC052 constant cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 247) | cipher_TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC053 constant cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 (line 248) | cipher_TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC054 constant cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 (line 249) | cipher_TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC055 constant cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 (line 250) | cipher_TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC056 constant cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 (line 251) | cipher_TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC057 constant cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 (line 252) | cipher_TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC058 constant cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 (line 253) | cipher_TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC059 constant cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 (line 254) | cipher_TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05A constant cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 (line 255) | cipher_TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05B constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 256) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05C constant cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 257) | cipher_TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05D constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 (line 258) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC05E constant cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 (line 259) | cipher_TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC05F constant cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 (line 260) | cipher_TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC060 constant cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 (line 261) | cipher_TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC061 constant cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 (line 262) | cipher_TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC062 constant cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 (line 263) | cipher_TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC063 constant cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 (line 264) | cipher_TLS_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC064 constant cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 (line 265) | cipher_TLS_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC065 constant cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 266) | cipher_TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC066 constant cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 267) | cipher_TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC067 constant cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 (line 268) | cipher_TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC068 constant cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 (line 269) | cipher_TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC069 constant cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 (line 270) | cipher_TLS_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06A constant cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 (line 271) | cipher_TLS_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06B constant cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 (line 272) | cipher_TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06C constant cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 (line 273) | cipher_TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06D constant cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 (line 274) | cipher_TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 uint16 = 0xC06E constant cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 (line 275) | cipher_TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 uint16 = 0xC06F constant cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 (line 276) | cipher_TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 uint16 = 0xC070 constant cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 (line 277) | cipher_TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 uint16 = 0xC071 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 278) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC072 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 279) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC073 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 (line 280) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC074 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 (line 281) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC075 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 282) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC076 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 283) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC077 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 (line 284) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC078 constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 (line 285) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC079 constant cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 286) | cipher_TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07A constant cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 287) | cipher_TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07B constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 288) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07C constant cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 289) | cipher_TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07D constant cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 290) | cipher_TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC07E constant cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 291) | cipher_TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC07F constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 292) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC080 constant cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 293) | cipher_TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC081 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 (line 294) | cipher_TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC082 constant cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 (line 295) | cipher_TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC083 constant cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 (line 296) | cipher_TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC084 constant cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 (line 297) | cipher_TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC085 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 298) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC086 constant cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 299) | cipher_TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC087 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 (line 300) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC088 constant cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 (line 301) | cipher_TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC089 constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 302) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08A constant cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 303) | cipher_TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08B constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 (line 304) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08C constant cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 (line 305) | cipher_TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08D constant cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 306) | cipher_TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC08E constant cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 307) | cipher_TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC08F constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 308) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC090 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 309) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC091 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 (line 310) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 uint16 = 0xC092 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 (line 311) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 uint16 = 0xC093 constant cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 312) | cipher_TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC094 constant cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 313) | cipher_TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC095 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 314) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC096 constant cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 315) | cipher_TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC097 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 316) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC098 constant cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 317) | cipher_TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC099 constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 (line 318) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 uint16 = 0xC09A constant cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 (line 319) | cipher_TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 uint16 = 0xC09B constant cipher_TLS_RSA_WITH_AES_128_CCM (line 320) | cipher_TLS_RSA_WITH_AES_128_CCM uint16 = 0xC09C constant cipher_TLS_RSA_WITH_AES_256_CCM (line 321) | cipher_TLS_RSA_WITH_AES_256_CCM uint16 = 0xC09D constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM (line 322) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM uint16 = 0xC09E constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM (line 323) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM uint16 = 0xC09F constant cipher_TLS_RSA_WITH_AES_128_CCM_8 (line 324) | cipher_TLS_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A0 constant cipher_TLS_RSA_WITH_AES_256_CCM_8 (line 325) | cipher_TLS_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A1 constant cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 (line 326) | cipher_TLS_DHE_RSA_WITH_AES_128_CCM_8 uint16 = 0xC0A2 constant cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 (line 327) | cipher_TLS_DHE_RSA_WITH_AES_256_CCM_8 uint16 = 0xC0A3 constant cipher_TLS_PSK_WITH_AES_128_CCM (line 328) | cipher_TLS_PSK_WITH_AES_128_CCM uint16 = 0xC0A4 constant cipher_TLS_PSK_WITH_AES_256_CCM (line 329) | cipher_TLS_PSK_WITH_AES_256_CCM uint16 = 0xC0A5 constant cipher_TLS_DHE_PSK_WITH_AES_128_CCM (line 330) | cipher_TLS_DHE_PSK_WITH_AES_128_CCM uint16 = 0xC0A6 constant cipher_TLS_DHE_PSK_WITH_AES_256_CCM (line 331) | cipher_TLS_DHE_PSK_WITH_AES_256_CCM uint16 = 0xC0A7 constant cipher_TLS_PSK_WITH_AES_128_CCM_8 (line 332) | cipher_TLS_PSK_WITH_AES_128_CCM_8 uint16 = 0xC0A8 constant cipher_TLS_PSK_WITH_AES_256_CCM_8 (line 333) | cipher_TLS_PSK_WITH_AES_256_CCM_8 uint16 = 0xC0A9 constant cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 (line 334) | cipher_TLS_PSK_DHE_WITH_AES_128_CCM_8 uint16 = 0xC0AA constant cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 (line 335) | cipher_TLS_PSK_DHE_WITH_AES_256_CCM_8 uint16 = 0xC0AB constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM (line 336) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM uint16 = 0xC0AC constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM (line 337) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM uint16 = 0xC0AD constant cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 (line 338) | cipher_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 uint16 = 0xC0AE constant cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 (line 339) | cipher_TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 uint16 = 0xC0AF constant cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 343) | cipher_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA8 constant cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (line 344) | cipher_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCA9 constant cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (line 345) | cipher_TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAA constant cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 346) | cipher_TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAB constant cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 347) | cipher_TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAC constant cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 348) | cipher_TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAD constant cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 (line 349) | cipher_TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 uint16 = 0xCCAE function isBadCipher (line 359) | func isBadCipher(cipher uint16) bool { FILE: vendor/golang.org/x/net/http2/client_conn_pool.go type ClientConnPool (line 18) | type ClientConnPool interface type clientConnPoolIdleCloser (line 31) | type clientConnPoolIdleCloser interface type clientConnPool (line 42) | type clientConnPool struct method GetClientConn (line 54) | func (p *clientConnPool) GetClientConn(req *http.Request, addr string)... method getClientConn (line 63) | func (p *clientConnPool) getClientConn(req *http.Request, addr string,... method getStartDialLocked (line 124) | func (p *clientConnPool) getStartDialLocked(ctx context.Context, addr ... method addConnIfNeeded (line 161) | func (p *clientConnPool) addConnIfNeeded(key string, t *Transport, c *... method addConnLocked (line 214) | func (p *clientConnPool) addConnLocked(key string, cc *ClientConn) { method MarkDead (line 230) | func (p *clientConnPool) MarkDead(cc *ClientConn) { method closeIdleConnections (line 248) | func (p *clientConnPool) closeIdleConnections() { constant dialOnMiss (line 59) | dialOnMiss = true constant noDialOnMiss (line 60) | noDialOnMiss = false type dialCall (line 112) | type dialCall struct method dial (line 139) | func (c *dialCall) dial(ctx context.Context, addr string) { type addConnCall (line 190) | type addConnCall struct method run (line 197) | func (c *addConnCall) run(t *Transport, key string, tc *tls.Conn) { function filterOutClientConn (line 264) | func filterOutClientConn(in []*ClientConn, exclude *ClientConn) []*Clien... type noDialClientConnPool (line 282) | type noDialClientConnPool struct method GetClientConn (line 284) | func (p noDialClientConnPool) GetClientConn(req *http.Request, addr st... function shouldRetryDial (line 292) | func shouldRetryDial(call *dialCall, req *http.Request) bool { FILE: vendor/golang.org/x/net/http2/databuffer.go function getDataBufferChunk (line 31) | func getDataBufferChunk(size int64) []byte { function putDataBufferChunk (line 46) | func putDataBufferChunk(p []byte) { type dataBuffer (line 68) | type dataBuffer struct method Read (line 80) | func (b *dataBuffer) Read(p []byte) (int, error) { method bytesFromFirstChunk (line 105) | func (b *dataBuffer) bytesFromFirstChunk() []byte { method Len (line 113) | func (b *dataBuffer) Len() int { method Write (line 118) | func (b *dataBuffer) Write(p []byte) (int, error) { method lastChunkOrAlloc (line 138) | func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte { FILE: vendor/golang.org/x/net/http2/errors.go type ErrCode (line 13) | type ErrCode method String (line 49) | func (e ErrCode) String() string { method stringToken (line 56) | func (e ErrCode) stringToken() string { constant ErrCodeNo (line 16) | ErrCodeNo ErrCode = 0x0 constant ErrCodeProtocol (line 17) | ErrCodeProtocol ErrCode = 0x1 constant ErrCodeInternal (line 18) | ErrCodeInternal ErrCode = 0x2 constant ErrCodeFlowControl (line 19) | ErrCodeFlowControl ErrCode = 0x3 constant ErrCodeSettingsTimeout (line 20) | ErrCodeSettingsTimeout ErrCode = 0x4 constant ErrCodeStreamClosed (line 21) | ErrCodeStreamClosed ErrCode = 0x5 constant ErrCodeFrameSize (line 22) | ErrCodeFrameSize ErrCode = 0x6 constant ErrCodeRefusedStream (line 23) | ErrCodeRefusedStream ErrCode = 0x7 constant ErrCodeCancel (line 24) | ErrCodeCancel ErrCode = 0x8 constant ErrCodeCompression (line 25) | ErrCodeCompression ErrCode = 0x9 constant ErrCodeConnect (line 26) | ErrCodeConnect ErrCode = 0xa constant ErrCodeEnhanceYourCalm (line 27) | ErrCodeEnhanceYourCalm ErrCode = 0xb constant ErrCodeInadequateSecurity (line 28) | ErrCodeInadequateSecurity ErrCode = 0xc constant ErrCodeHTTP11Required (line 29) | ErrCodeHTTP11Required ErrCode = 0xd type ConnectionError (line 65) | type ConnectionError method Error (line 67) | func (e ConnectionError) Error() string { return fmt.Sprintf("connecti... type StreamError (line 71) | type StreamError struct method Error (line 86) | func (e StreamError) Error() string { function streamError (line 82) | func streamError(id uint32, code ErrCode) StreamError { type goAwayFlowError (line 98) | type goAwayFlowError struct method Error (line 100) | func (goAwayFlowError) Error() string { return "connection exceeded fl... type connError (line 109) | type connError struct method Error (line 114) | func (e connError) Error() string { type pseudoHeaderError (line 118) | type pseudoHeaderError method Error (line 120) | func (e pseudoHeaderError) Error() string { type duplicatePseudoHeaderError (line 124) | type duplicatePseudoHeaderError method Error (line 126) | func (e duplicatePseudoHeaderError) Error() string { type headerFieldNameError (line 130) | type headerFieldNameError method Error (line 132) | func (e headerFieldNameError) Error() string { type headerFieldValueError (line 136) | type headerFieldValueError method Error (line 138) | func (e headerFieldValueError) Error() string { FILE: vendor/golang.org/x/net/http2/flow.go constant inflowMinRefresh (line 11) | inflowMinRefresh = 4 << 10 type inflow (line 16) | type inflow struct method init (line 22) | func (f *inflow) init(n int32) { method add (line 33) | func (f *inflow) add(n int) (connAdd int32) { method take (line 57) | func (f *inflow) take(n uint32) bool { function takeInflows (line 68) | func takeInflows(f1, f2 *inflow, n uint32) bool { type outflow (line 78) | type outflow struct method setConnFlow (line 91) | func (f *outflow) setConnFlow(cf *outflow) { f.conn = cf } method available (line 93) | func (f *outflow) available() int32 { method take (line 101) | func (f *outflow) take(n int32) { method add (line 113) | func (f *outflow) add(n int32) bool { FILE: vendor/golang.org/x/net/http2/frame.go constant frameHeaderLen (line 21) | frameHeaderLen = 9 type FrameType (line 27) | type FrameType method String (line 55) | func (t FrameType) String() string { constant FrameData (line 30) | FrameData FrameType = 0x0 constant FrameHeaders (line 31) | FrameHeaders FrameType = 0x1 constant FramePriority (line 32) | FramePriority FrameType = 0x2 constant FrameRSTStream (line 33) | FrameRSTStream FrameType = 0x3 constant FrameSettings (line 34) | FrameSettings FrameType = 0x4 constant FramePushPromise (line 35) | FramePushPromise FrameType = 0x5 constant FramePing (line 36) | FramePing FrameType = 0x6 constant FrameGoAway (line 37) | FrameGoAway FrameType = 0x7 constant FrameWindowUpdate (line 38) | FrameWindowUpdate FrameType = 0x8 constant FrameContinuation (line 39) | FrameContinuation FrameType = 0x9 type Flags (line 64) | type Flags method Has (line 67) | func (f Flags) Has(v Flags) bool { constant FlagDataEndStream (line 74) | FlagDataEndStream Flags = 0x1 constant FlagDataPadded (line 75) | FlagDataPadded Flags = 0x8 constant FlagHeadersEndStream (line 78) | FlagHeadersEndStream Flags = 0x1 constant FlagHeadersEndHeaders (line 79) | FlagHeadersEndHeaders Flags = 0x4 constant FlagHeadersPadded (line 80) | FlagHeadersPadded Flags = 0x8 constant FlagHeadersPriority (line 81) | FlagHeadersPriority Flags = 0x20 constant FlagSettingsAck (line 84) | FlagSettingsAck Flags = 0x1 constant FlagPingAck (line 87) | FlagPingAck Flags = 0x1 constant FlagContinuationEndHeaders (line 90) | FlagContinuationEndHeaders Flags = 0x4 constant FlagPushPromiseEndHeaders (line 92) | FlagPushPromiseEndHeaders Flags = 0x4 constant FlagPushPromisePadded (line 93) | FlagPushPromisePadded Flags = 0x8 type frameParser (line 125) | type frameParser function typeFrameParser (line 140) | func typeFrameParser(t FrameType) frameParser { type FrameHeader (line 150) | type FrameHeader struct method Header (line 174) | func (h FrameHeader) Header() FrameHeader { return h } method String (line 176) | func (h FrameHeader) String() string { method writeDebug (line 184) | func (h FrameHeader) writeDebug(buf *bytes.Buffer) { method checkValid (line 211) | func (h *FrameHeader) checkValid() { method invalidate (line 217) | func (h *FrameHeader) invalidate() { h.valid = false } function ReadFrameHeader (line 230) | func ReadFrameHeader(r io.Reader) (FrameHeader, error) { function readFrameHeader (line 236) | func readFrameHeader(buf []byte, r io.Reader) (FrameHeader, error) { type Frame (line 255) | type Frame interface type Framer (line 265) | type Framer struct method maxHeaderListSize (line 335) | func (fr *Framer) maxHeaderListSize() uint32 { method startWrite (line 342) | func (f *Framer) startWrite(ftype FrameType, flags Flags, streamID uin... method endWrite (line 356) | func (f *Framer) endWrite() error { method logWrite (line 378) | func (f *Framer) logWrite() { method writeByte (line 396) | func (f *Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) } method writeBytes (line 397) | func (f *Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) } method writeUint16 (line 398) | func (f *Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(... method writeUint32 (line 399) | func (f *Framer) writeUint32(v uint32) { method SetReuseFrames (line 411) | func (fr *Framer) SetReuseFrames() { method SetMaxReadFrameSize (line 455) | func (fr *Framer) SetMaxReadFrameSize(v uint32) { method ErrorDetail (line 469) | func (fr *Framer) ErrorDetail() error { method ReadFrame (line 493) | func (fr *Framer) ReadFrame() (Frame, error) { method connError (line 532) | func (fr *Framer) connError(code ErrCode, reason string) error { method checkFrameOrder (line 540) | func (fr *Framer) checkFrameOrder(f Frame) error { method WriteData (line 651) | func (f *Framer) WriteData(streamID uint32, endStream bool, data []byt... method WriteDataPadded (line 664) | func (f *Framer) WriteDataPadded(streamID uint32, endStream bool, data... method startWriteDataPadded (line 673) | func (f *Framer) startWriteDataPadded(streamID uint32, endStream bool,... method WriteSettings (line 828) | func (f *Framer) WriteSettings(settings ...Setting) error { method WriteSettingsAck (line 841) | func (f *Framer) WriteSettingsAck() error { method WritePing (line 871) | func (f *Framer) WritePing(ack bool, data [8]byte) error { method WriteGoAway (line 916) | func (f *Framer) WriteGoAway(maxStreamID uint32, code ErrCode, debugDa... method WriteWindowUpdate (line 982) | func (f *Framer) WriteWindowUpdate(streamID, incr uint32) error { method WriteHeaders (line 1097) | func (f *Framer) WriteHeaders(p HeadersFrameParam) error { method WritePriority (line 1187) | func (f *Framer) WritePriority(streamID uint32, p PriorityParam) error { method WriteRSTStream (line 1227) | func (f *Framer) WriteRSTStream(streamID uint32, code ErrCode) error { method WriteContinuation (line 1264) | func (f *Framer) WriteContinuation(streamID uint32, endHeaders bool, h... method WritePushPromise (line 1363) | func (f *Framer) WritePushPromise(p PushPromiseParam) error { method WriteRawFrame (line 1389) | func (f *Framer) WriteRawFrame(t FrameType, flags Flags, streamID uint... method maxHeaderStringLen (line 1512) | func (fr *Framer) maxHeaderStringLen() int { method readMetaFrame (line 1525) | func (fr *Framer) readMetaFrame(hf *HeadersFrame) (*MetaHeadersFrame, ... constant minMaxFrameSize (line 404) | minMaxFrameSize = 1 << 14 constant maxFrameSize (line 405) | maxFrameSize = 1<<24 - 1 type frameCache (line 418) | type frameCache struct method getDataFrame (line 422) | func (fc *frameCache) getDataFrame() *DataFrame { function NewFramer (line 430) | func NewFramer(w io.Writer, r io.Reader) *Framer { function terminalReadFrameError (line 479) | func terminalReadFrameError(err error) bool { type DataFrame (line 579) | type DataFrame struct method StreamEnded (line 584) | func (f *DataFrame) StreamEnded() bool { method Data (line 592) | func (f *DataFrame) Data() []byte { function parseDataFrame (line 597) | func parseDataFrame(fc *frameCache, fh FrameHeader, countError func(stri... function validStreamIDOrZero (line 638) | func validStreamIDOrZero(streamID uint32) bool { function validStreamID (line 642) | func validStreamID(streamID uint32) bool { type SettingsFrame (line 711) | type SettingsFrame struct method IsAck (line 754) | func (f *SettingsFrame) IsAck() bool { method Value (line 758) | func (f *SettingsFrame) Value(id SettingID) (v uint32, ok bool) { method Setting (line 770) | func (f *SettingsFrame) Setting(i int) Setting { method NumSettings (line 778) | func (f *SettingsFrame) NumSettings() int { return len(f.p) / 6 } method HasDuplicates (line 781) | func (f *SettingsFrame) HasDuplicates() bool { method ForeachSetting (line 813) | func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error { function parseSettingsFrame (line 716) | func parseSettingsFrame(_ *frameCache, fh FrameHeader, countError func(s... type PingFrame (line 850) | type PingFrame struct method IsAck (line 855) | func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) } function parsePingFrame (line 857) | func parsePingFrame(_ *frameCache, fh FrameHeader, countError func(strin... type GoAwayFrame (line 883) | type GoAwayFrame struct method DebugData (line 894) | func (f *GoAwayFrame) DebugData() []byte { function parseGoAwayFrame (line 899) | func parseGoAwayFrame(_ *frameCache, fh FrameHeader, countError func(str... type UnknownFrame (line 926) | type UnknownFrame struct method Payload (line 936) | func (f *UnknownFrame) Payload() []byte { function parseUnknownFrame (line 941) | func parseUnknownFrame(_ *frameCache, fh FrameHeader, countError func(st... type WindowUpdateFrame (line 947) | type WindowUpdateFrame struct function parseWindowUpdateFrame (line 952) | func parseWindowUpdateFrame(_ *frameCache, fh FrameHeader, countError fu... type HeadersFrame (line 994) | type HeadersFrame struct method HeaderBlockFragment (line 1003) | func (f *HeadersFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1008) | func (f *HeadersFrame) HeadersEnded() bool { method StreamEnded (line 1012) | func (f *HeadersFrame) StreamEnded() bool { method HasPriority (line 1016) | func (f *HeadersFrame) HasPriority() bool { function parseHeadersFrame (line 1020) | func parseHeadersFrame(_ *frameCache, fh FrameHeader, countError func(st... type HeadersFrameParam (line 1063) | type HeadersFrameParam struct type PriorityFrame (line 1136) | type PriorityFrame struct type PriorityParam (line 1142) | type PriorityParam struct method IsZero (line 1158) | func (p PriorityParam) IsZero() bool { function parsePriorityFrame (line 1162) | func parsePriorityFrame(_ *frameCache, fh FrameHeader, countError func(s... type RSTStreamFrame (line 1206) | type RSTStreamFrame struct function parseRSTStreamFrame (line 1211) | func parseRSTStreamFrame(_ *frameCache, fh FrameHeader, countError func(... type ContinuationFrame (line 1238) | type ContinuationFrame struct method HeaderBlockFragment (line 1251) | func (f *ContinuationFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1256) | func (f *ContinuationFrame) HeadersEnded() bool { function parseContinuationFrame (line 1243) | func parseContinuationFrame(_ *frameCache, fh FrameHeader, countError fu... type PushPromiseFrame (line 1279) | type PushPromiseFrame struct method HeaderBlockFragment (line 1285) | func (f *PushPromiseFrame) HeaderBlockFragment() []byte { method HeadersEnded (line 1290) | func (f *PushPromiseFrame) HeadersEnded() bool { function parsePushPromise (line 1294) | func parsePushPromise(_ *frameCache, fh FrameHeader, countError func(str... type PushPromiseParam (line 1335) | type PushPromiseParam struct function readByte (line 1395) | func readByte(p []byte) (remain []byte, b byte, err error) { function readUint32 (line 1402) | func readUint32(p []byte) (remain []byte, v uint32, err error) { type streamEnder (line 1409) | type streamEnder interface type headersEnder (line 1413) | type headersEnder interface type headersOrContinuation (line 1417) | type headersOrContinuation interface type MetaHeadersFrame (line 1428) | type MetaHeadersFrame struct method PseudoValue (line 1451) | func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string { method RegularFields (line 1465) | func (mh *MetaHeadersFrame) RegularFields() []hpack.HeaderField { method PseudoFields (line 1476) | func (mh *MetaHeadersFrame) PseudoFields() []hpack.HeaderField { method checkPseudos (line 1485) | func (mh *MetaHeadersFrame) checkPseudos() error { function summarizeFrame (line 1617) | func summarizeFrame(f Frame) string { FILE: vendor/golang.org/x/net/http2/gotrack.go type goroutineLock (line 22) | type goroutineLock method check (line 31) | func (g goroutineLock) check() { method checkNotOn (line 40) | func (g goroutineLock) checkNotOn() { function newGoroutineLock (line 24) | func newGoroutineLock() goroutineLock { function curGoroutineID (line 51) | func curGoroutineID() uint64 { function parseUintBytes (line 78) | func parseUintBytes(s []byte, base int, bitSize int) (n uint64, err erro... function cutoff64 (line 165) | func cutoff64(base int) uint64 { FILE: vendor/golang.org/x/net/http2/headermap.go function buildCommonHeaderMapsOnce (line 18) | func buildCommonHeaderMapsOnce() { function buildCommonHeaderMaps (line 22) | func buildCommonHeaderMaps() { function lowerHeader (line 91) | func lowerHeader(v string) (lower string, ascii bool) { function canonicalHeader (line 99) | func canonicalHeader(v string) string { FILE: vendor/golang.org/x/net/http2/hpack/encode.go constant uint32Max (line 12) | uint32Max = ^uint32(0) constant initialHeaderTableSize (line 13) | initialHeaderTableSize = 4096 type Encoder (line 16) | type Encoder struct method WriteField (line 50) | func (e *Encoder) WriteField(f HeaderField) error { method searchTable (line 91) | func (e *Encoder) searchTable(f HeaderField) (i uint64, nameValueMatch... method SetMaxDynamicTableSize (line 108) | func (e *Encoder) SetMaxDynamicTableSize(v uint32) { method MaxDynamicTableSize (line 120) | func (e *Encoder) MaxDynamicTableSize() (v uint32) { method SetMaxDynamicTableSizeLimit (line 131) | func (e *Encoder) SetMaxDynamicTableSizeLimit(v uint32) { method shouldIndex (line 140) | func (e *Encoder) shouldIndex(f HeaderField) bool { function NewEncoder (line 35) | func NewEncoder(w io.Writer) *Encoder { function appendIndexed (line 146) | func appendIndexed(dst []byte, i uint64) []byte { function appendNewName (line 160) | func appendNewName(dst []byte, f HeaderField, indexing bool) []byte { function appendIndexedName (line 173) | func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing boo... function appendTableSize (line 188) | func appendTableSize(dst []byte, v uint32) []byte { function appendVarInt (line 200) | func appendVarInt(dst []byte, n byte, i uint64) []byte { function appendHpackString (line 218) | func appendHpackString(dst []byte, s string) []byte { function encodeTypeByte (line 237) | func encodeTypeByte(indexing, sensitive bool) byte { FILE: vendor/golang.org/x/net/http2/hpack/hpack.go type DecodingError (line 18) | type DecodingError struct method Error (line 22) | func (de DecodingError) Error() string { type InvalidIndexError (line 28) | type InvalidIndexError method Error (line 30) | func (e InvalidIndexError) Error() string { type HeaderField (line 36) | type HeaderField struct method IsPseudo (line 48) | func (hf HeaderField) IsPseudo() bool { method String (line 52) | func (hf HeaderField) String() string { method Size (line 61) | func (hf HeaderField) Size() uint32 { type Decoder (line 79) | type Decoder struct method SetMaxStringLength (line 122) | func (d *Decoder) SetMaxStringLength(n int) { method SetEmitFunc (line 129) | func (d *Decoder) SetEmitFunc(emitFunc func(f HeaderField)) { method SetEmitEnabled (line 140) | func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v } method EmitEnabled (line 144) | func (d *Decoder) EmitEnabled() bool { return d.emitEnabled } method SetMaxDynamicTableSize (line 149) | func (d *Decoder) SetMaxDynamicTableSize(v uint32) { method SetAllowedMaxDynamicTableSize (line 156) | func (d *Decoder) SetAllowedMaxDynamicTableSize(v uint32) { method maxTableIndex (line 189) | func (d *Decoder) maxTableIndex() int { method at (line 196) | func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) { method DecodeFull (line 218) | func (d *Decoder) DecodeFull(p []byte) ([]HeaderField, error) { method Close (line 235) | func (d *Decoder) Close() error { method Write (line 244) | func (d *Decoder) Write(p []byte) (n int, err error) { method parseHeaderFieldRepr (line 304) | func (d *Decoder) parseHeaderFieldRepr() error { method parseFieldIndexed (line 338) | func (d *Decoder) parseFieldIndexed() error { method parseFieldLiteral (line 353) | func (d *Decoder) parseFieldLiteral(n uint8, it indexType) error { method callEmit (line 399) | func (d *Decoder) callEmit(hf HeaderField) error { method parseDynamicTableSizeUpdate (line 412) | func (d *Decoder) parseDynamicTableSizeUpdate() error { method readString (line 479) | func (d *Decoder) readString(p []byte) (u undecodedString, remain []by... method decodeString (line 509) | func (d *Decoder) decodeString(u undecodedString) (string, error) { function NewDecoder (line 102) | func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)... type dynamicTable (line 160) | type dynamicTable struct method setMaxSize (line 168) | func (dt *dynamicTable) setMaxSize(v uint32) { method add (line 173) | func (dt *dynamicTable) add(f HeaderField) { method evict (line 180) | func (dt *dynamicTable) evict() { type indexType (line 289) | type indexType method indexed (line 297) | func (v indexType) indexed() bool { return v == indexedTrue } method sensitive (line 298) | func (v indexType) sensitive() bool { return v == indexedNever } constant indexedTrue (line 292) | indexedTrue indexType = iota constant indexedFalse (line 293) | indexedFalse constant indexedNever (line 294) | indexedNever function readVarInt (line 442) | func readVarInt(n byte, p []byte) (i uint64, remain []byte, err error) { type undecodedString (line 504) | type undecodedString struct FILE: vendor/golang.org/x/net/http2/hpack/huffman.go function HuffmanDecode (line 21) | func HuffmanDecode(w io.Writer, v []byte) (int, error) { function HuffmanDecodeToString (line 32) | func HuffmanDecodeToString(v []byte) (string, error) { function huffmanDecode (line 49) | func huffmanDecode(buf *bytes.Buffer, maxLen int, v []byte) error { type incomparable (line 111) | type incomparable type node (line 113) | type node struct function newInternalNode (line 124) | func newInternalNode() *node { function getRootHuffmanNode (line 133) | func getRootHuffmanNode() *node { function buildRootHuffmanNode (line 138) | func buildRootHuffmanNode() { function AppendHuffmanString (line 171) | func AppendHuffmanString(dst []byte, s string) []byte { function HuffmanEncodeLength (line 220) | func HuffmanEncodeLength(s string) uint64 { FILE: vendor/golang.org/x/net/http2/hpack/tables.go type headerFieldTable (line 13) | type headerFieldTable struct method init (line 45) | func (t *headerFieldTable) init() { method len (line 51) | func (t *headerFieldTable) len() int { method addEntry (line 56) | func (t *headerFieldTable) addEntry(f HeaderField) { method evictOldest (line 64) | func (t *headerFieldTable) evictOldest(n int) { method search (line 102) | func (t *headerFieldTable) search(f HeaderField) (i uint64, nameValueM... method idToIndex (line 116) | func (t *headerFieldTable) idToIndex(id uint64) uint64 { type pairNameValue (line 41) | type pairNameValue struct FILE: vendor/golang.org/x/net/http2/http2.go function init (line 40) | func init() { constant ClientPreface (line 55) | ClientPreface = "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" constant initialMaxFrameSize (line 59) | initialMaxFrameSize = 16384 constant NextProtoTLS (line 63) | NextProtoTLS = "h2" constant initialHeaderTableSize (line 66) | initialHeaderTableSize = 4096 constant initialWindowSize (line 68) | initialWindowSize = 65535 constant defaultMaxReadFrameSize (line 70) | defaultMaxReadFrameSize = 1 << 20 type streamState (line 77) | type streamState method String (line 107) | func (st streamState) String() string { constant stateIdle (line 92) | stateIdle streamState = iota constant stateOpen (line 93) | stateOpen constant stateHalfClosedLocal (line 94) | stateHalfClosedLocal constant stateHalfClosedRemote (line 95) | stateHalfClosedRemote constant stateClosed (line 96) | stateClosed type Setting (line 112) | type Setting struct method String (line 121) | func (s Setting) String() string { method Valid (line 126) | func (s Setting) Valid() error { type SettingID (line 147) | type SettingID method String (line 167) | func (s SettingID) String() string { constant SettingHeaderTableSize (line 150) | SettingHeaderTableSize SettingID = 0x1 constant SettingEnablePush (line 151) | SettingEnablePush SettingID = 0x2 constant SettingMaxConcurrentStreams (line 152) | SettingMaxConcurrentStreams SettingID = 0x3 constant SettingInitialWindowSize (line 153) | SettingInitialWindowSize SettingID = 0x4 constant SettingMaxFrameSize (line 154) | SettingMaxFrameSize SettingID = 0x5 constant SettingMaxHeaderListSize (line 155) | SettingMaxHeaderListSize SettingID = 0x6 function validWireHeaderFieldName (line 183) | func validWireHeaderFieldName(v string) bool { function httpCodeString (line 198) | func httpCodeString(code int) string { type stringWriter (line 209) | type stringWriter interface type gate (line 214) | type gate method Done (line 216) | func (g gate) Done() { g <- struct{}{} } method Wait (line 217) | func (g gate) Wait() { <-g } type closeWaiter (line 220) | type closeWaiter method Init (line 226) | func (cw *closeWaiter) Init() { method Close (line 231) | func (cw closeWaiter) Close() { method Wait (line 236) | func (cw closeWaiter) Wait() { type bufferedWriter (line 243) | type bufferedWriter struct method Available (line 267) | func (w *bufferedWriter) Available() int { method Write (line 274) | func (w *bufferedWriter) Write(p []byte) (n int, err error) { method Flush (line 283) | func (w *bufferedWriter) Flush() error { function newBufferedWriter (line 249) | func newBufferedWriter(w io.Writer) *bufferedWriter { constant bufWriterPoolBufferSize (line 259) | bufWriterPoolBufferSize = 4 << 10 function mustUint31 (line 295) | func mustUint31(v int32) uint32 { function bodyAllowedForStatus (line 304) | func bodyAllowedForStatus(status int) bool { type httpError (line 316) | type httpError struct method Error (line 322) | func (e *httpError) Error() string { return e.msg } method Timeout (line 323) | func (e *httpError) Timeout() bool { return e.timeout } method Temporary (line 324) | func (e *httpError) Temporary() bool { return true } type connectionStater (line 328) | type connectionStater interface type sorter (line 334) | type sorter struct method Len (line 338) | func (s *sorter) Len() int { return len(s.v) } method Swap (line 339) | func (s *sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] } method Less (line 340) | func (s *sorter) Less(i, j int) bool { return s.v[i] < s.v[j] } method Keys (line 346) | func (s *sorter) Keys(h http.Header) []string { method SortStrings (line 356) | func (s *sorter) SortStrings(ss []string) { function validPseudoPath (line 378) | func validPseudoPath(v string) bool { type incomparable (line 385) | type incomparable FILE: vendor/golang.org/x/net/http2/pipe.go type pipe (line 16) | type pipe struct method setBuffer (line 35) | func (p *pipe) setBuffer(b pipeBuffer) { method Len (line 44) | func (p *pipe) Len() int { method Read (line 55) | func (p *pipe) Read(d []byte) (n int, err error) { method Write (line 84) | func (p *pipe) Write(d []byte) (n int, err error) { method CloseWithError (line 102) | func (p *pipe) CloseWithError(err error) { p.closeWithError(&p.err, er... method BreakWithError (line 107) | func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakEr... method closeWithErrorAndCode (line 111) | func (p *pipe) closeWithErrorAndCode(err error, fn func()) { p.closeWi... method closeWithError (line 113) | func (p *pipe) closeWithError(dst *error, err error, fn func()) { method closeDoneLocked (line 139) | func (p *pipe) closeDoneLocked() { method Err (line 153) | func (p *pipe) Err() error { method Done (line 164) | func (p *pipe) Done() <-chan struct{} { type pipeBuffer (line 27) | type pipeBuffer interface FILE: vendor/golang.org/x/net/http2/server.go constant prefaceTimeout (line 55) | prefaceTimeout = 10 * time.Second constant firstSettingsTimeout (line 56) | firstSettingsTimeout = 2 * time.Second constant handlerChunkWriteSize (line 57) | handlerChunkWriteSize = 4 << 10 constant defaultMaxStreams (line 58) | defaultMaxStreams = 250 constant maxQueuedControlFrames (line 59) | maxQueuedControlFrames = 10000 type Server (line 86) | type Server struct method initialConnRecvWindowSize (line 158) | func (s *Server) initialConnRecvWindowSize() int32 { method initialStreamRecvWindowSize (line 165) | func (s *Server) initialStreamRecvWindowSize() int32 { method maxReadFrameSize (line 172) | func (s *Server) maxReadFrameSize() uint32 { method maxConcurrentStreams (line 179) | func (s *Server) maxConcurrentStreams() uint32 { method maxDecoderHeaderTableSize (line 186) | func (s *Server) maxDecoderHeaderTableSize() uint32 { method maxEncoderHeaderTableSize (line 193) | func (s *Server) maxEncoderHeaderTableSize() uint32 { method maxQueuedControlFrames (line 203) | func (s *Server) maxQueuedControlFrames() int { method ServeConn (line 401) | func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts) { type serverInternalState (line 209) | type serverInternalState struct method registerConn (line 214) | func (s *serverInternalState) registerConn(sc *serverConn) { method unregisterConn (line 223) | func (s *serverInternalState) unregisterConn(sc *serverConn) { method startGracefulShutdown (line 232) | func (s *serverInternalState) startGracefulShutdown() { function ConfigureServer (line 248) | func ConfigureServer(s *http.Server, conf *Server) error { type ServeConnOpts (line 332) | type ServeConnOpts struct method context (line 361) | func (o *ServeConnOpts) context() context.Context { method baseConfig (line 368) | func (o *ServeConnOpts) baseConfig() *http.Server { method handler (line 375) | func (o *ServeConnOpts) handler() http.Handler { function serverConnBaseContext (line 534) | func serverConnBaseContext(c net.Conn, opts *ServeConnOpts) (ctx context... type serverConn (line 551) | type serverConn struct method rejectConn (line 543) | func (sc *serverConn) rejectConn(err ErrCode, debug string) { method maxHeaderListSize (line 612) | func (sc *serverConn) maxHeaderListSize() uint32 { method curOpenStreams (line 624) | func (sc *serverConn) curOpenStreams() uint32 { method Framer (line 662) | func (sc *serverConn) Framer() *Framer { return sc.framer } method CloseConn (line 663) | func (sc *serverConn) CloseConn() error { return sc.conn.Close() } method Flush (line 664) | func (sc *serverConn) Flush() error { return sc.bw.Flush() } method HeaderEncoder (line 665) | func (sc *serverConn) HeaderEncoder() (*hpack.Encoder, *bytes.Buffer) { method state (line 669) | func (sc *serverConn) state(streamID uint32) (streamState, *stream) { method setConnState (line 696) | func (sc *serverConn) setConnState(state http.ConnState) { method vlogf (line 702) | func (sc *serverConn) vlogf(format string, args ...interface{}) { method logf (line 708) | func (sc *serverConn) logf(format string, args ...interface{}) { method condlogf (line 760) | func (sc *serverConn) condlogf(err error, format string, args ...inter... method canonicalHeader (line 779) | func (sc *serverConn) canonicalHeader(v string) string { method readFrames (line 816) | func (sc *serverConn) readFrames() { method writeFrameAsync (line 848) | func (sc *serverConn) writeFrameAsync(wr FrameWriteRequest, wd *writeD... method closeAllStreamsOnConnClose (line 858) | func (sc *serverConn) closeAllStreamsOnConnClose() { method stopShutdownTimer (line 865) | func (sc *serverConn) stopShutdownTimer() { method notePanic (line 872) | func (sc *serverConn) notePanic() { method serve (line 887) | func (sc *serverConn) serve() { method onSettingsTimer (line 1030) | func (sc *serverConn) onSettingsTimer() { sc.sendServeMsg(settingsTime... method onIdleTimer (line 1031) | func (sc *serverConn) onIdleTimer() { sc.sendServeMsg(idleTimerMsg) } method onShutdownTimer (line 1032) | func (sc *serverConn) onShutdownTimer() { sc.sendServeMsg(shutdownTime... method sendServeMsg (line 1034) | func (sc *serverConn) sendServeMsg(msg interface{}) { method readPreface (line 1047) | func (sc *serverConn) readPreface() error { method writeDataFromHandler (line 1088) | func (sc *serverConn) writeDataFromHandler(stream *stream, data []byte... method writeFrameFromHandler (line 1135) | func (sc *serverConn) writeFrameFromHandler(wr FrameWriteRequest) error { method writeFrame (line 1155) | func (sc *serverConn) writeFrame(wr FrameWriteRequest) { method startFrameWrite (line 1219) | func (sc *serverConn) startFrameWrite(wr FrameWriteRequest) { method wroteFrame (line 1276) | func (sc *serverConn) wroteFrame(res frameWriteResult) { method scheduleFrameWrite (line 1340) | func (sc *serverConn) scheduleFrameWrite() { method startGracefulShutdown (line 1388) | func (sc *serverConn) startGracefulShutdown() { method startGracefulShutdownInternal (line 1411) | func (sc *serverConn) startGracefulShutdownInternal() { method goAway (line 1415) | func (sc *serverConn) goAway(code ErrCode) { method shutDownIn (line 1429) | func (sc *serverConn) shutDownIn(d time.Duration) { method resetStream (line 1434) | func (sc *serverConn) resetStream(se StreamError) { method processFrameFromReader (line 1445) | func (sc *serverConn) processFrameFromReader(res readFrameResult) bool { method processFrame (line 1497) | func (sc *serverConn) processFrame(f Frame) error { method processPing (line 1550) | func (sc *serverConn) processPing(f *PingFrame) error { method processWindowUpdate (line 1569) | func (sc *serverConn) processWindowUpdate(f *WindowUpdateFrame) error { method processResetStream (line 1601) | func (sc *serverConn) processResetStream(f *RSTStreamFrame) error { method closeStream (line 1620) | func (sc *serverConn) closeStream(st *stream, err error) { method processSettings (line 1666) | func (sc *serverConn) processSettings(f *SettingsFrame) error { method processSetting (line 1694) | func (sc *serverConn) processSetting(s Setting) error { method processSettingInitialWindowSize (line 1726) | func (sc *serverConn) processSettingInitialWindowSize(val uint32) error { method processData (line 1754) | func (sc *serverConn) processData(f *DataFrame) error { method processGoAway (line 1851) | func (sc *serverConn) processGoAway(f *GoAwayFrame) error { method processHeaders (line 1917) | func (sc *serverConn) processHeaders(f *MetaHeadersFrame) error { method upgradeRequest (line 2028) | func (sc *serverConn) upgradeRequest(req *http.Request) { method checkPriority (line 2082) | func (sc *serverConn) checkPriority(streamID uint32, p PriorityParam) ... method processPriority (line 2093) | func (sc *serverConn) processPriority(f *PriorityFrame) error { method newStream (line 2101) | func (sc *serverConn) newStream(id, pusherID uint32, state streamState... method newWriterAndRequest (line 2137) | func (sc *serverConn) newWriterAndRequest(st *stream, f *MetaHeadersFr... method newWriterAndRequestNoBody (line 2202) | func (sc *serverConn) newWriterAndRequestNoBody(st *stream, rp request... method newResponseWriter (line 2277) | func (sc *serverConn) newResponseWriter(st *stream, req *http.Request)... method scheduleHandler (line 2298) | func (sc *serverConn) scheduleHandler(streamID uint32, rw *responseWri... method handlerDone (line 2318) | func (sc *serverConn) handlerDone() { method runHandler (line 2343) | func (sc *serverConn) runHandler(rw *responseWriter, req *http.Request... method writeHeaders (line 2384) | func (sc *serverConn) writeHeaders(st *stream, headerData *writeResHea... method write100ContinueHeaders (line 2416) | func (sc *serverConn) write100ContinueHeaders(st *stream) { method noteBodyReadFromHandler (line 2433) | func (sc *serverConn) noteBodyReadFromHandler(st *stream, n int, err e... method noteBodyRead (line 2443) | func (sc *serverConn) noteBodyRead(st *stream, n int) { method sendWindowUpdate32 (line 2454) | func (sc *serverConn) sendWindowUpdate32(st *stream, n int32) { method sendWindowUpdate (line 2459) | func (sc *serverConn) sendWindowUpdate(st *stream, n int) { method startPush (line 3110) | func (sc *serverConn) startPush(msg *startPushRequest) { method countError (line 3254) | func (sc *serverConn) countError(name string, err error) error { type stream (line 636) | type stream struct method isPushed (line 1866) | func (st *stream) isPushed() bool { method endStream (line 1872) | func (st *stream) endStream() { method copyTrailersToHandlerRequest (line 1888) | func (st *stream) copyTrailersToHandlerRequest() { method onReadTimeout (line 1899) | func (st *stream) onReadTimeout() { method onWriteTimeout (line 1909) | func (st *stream) onWriteTimeout() { method processTrailerHeaders (line 2052) | func (st *stream) processTrailerHeaders(f *MetaHeadersFrame) error { function errno (line 720) | func errno(v error) uintptr { function isClosedConnError (line 729) | func isClosedConnError(err error) bool { constant maxCachedCanonicalHeadersKeysSize (line 777) | maxCachedCanonicalHeadersKeysSize = 2048 type readFrameResult (line 802) | type readFrameResult struct type frameWriteResult (line 838) | type frameWriteResult struct type serverMessage (line 1019) | type serverMessage type requestParam (line 2196) | type requestParam struct type unstartedHandler (line 2289) | type unstartedHandler struct function handleHeaderListTooLong (line 2372) | func handleHeaderListTooLong(w http.ResponseWriter, r *http.Request) { type bodyReadMsg (line 2425) | type bodyReadMsg struct type requestBody (line 2480) | type requestBody struct method Close (line 2490) | func (b *requestBody) Close() error { method Read (line 2499) | func (b *requestBody) Read(p []byte) (n int, err error) { type responseWriter (line 2524) | type responseWriter struct method SetReadDeadline (line 2760) | func (w *responseWriter) SetReadDeadline(deadline time.Time) error { method SetWriteDeadline (line 2786) | func (w *responseWriter) SetWriteDeadline(deadline time.Time) error { method Flush (line 2812) | func (w *responseWriter) Flush() { method FlushError (line 2816) | func (w *responseWriter) FlushError() error { method CloseNotify (line 2841) | func (w *responseWriter) CloseNotify() <-chan bool { method Header (line 2861) | func (w *responseWriter) Header() http.Header { method WriteHeader (line 2889) | func (w *responseWriter) WriteHeader(code int) { method Write (line 2952) | func (w *responseWriter) Write(p []byte) (n int, err error) { method WriteString (line 2956) | func (w *responseWriter) WriteString(s string) (n int, err error) { method write (line 2961) | func (w *responseWriter) write(lenData int, dataB []byte, dataS string... method handlerDone (line 2985) | func (w *responseWriter) handlerDone() { method Push (line 3001) | func (w *responseWriter) Push(target string, opts *http.PushOptions) e... type responseWriterState (line 2535) | type responseWriterState struct method hasTrailers (line 2572) | func (rws *responseWriterState) hasTrailers() bool { return len(rws.tr... method hasNonemptyTrailers (line 2574) | func (rws *responseWriterState) hasNonemptyTrailers() bool { method declareTrailer (line 2586) | func (rws *responseWriterState) declareTrailer(k string) { method writeChunk (line 2604) | func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) { method promoteUndeclaredTrailers (line 2743) | func (rws *responseWriterState) promoteUndeclaredTrailers() { method writeHeader (line 2897) | func (rws *responseWriterState) writeHeader(code int) { type chunkWriter (line 2560) | type chunkWriter struct method Write (line 2562) | func (cw chunkWriter) Write(p []byte) (n int, err error) { constant TrailerPrefix (line 2720) | TrailerPrefix = "Trailer:" function checkWriteHeaderCode (line 2873) | func checkWriteHeaderCode(code int) { function cloneHeader (line 2934) | func cloneHeader(h http.Header) http.Header { type startPushRequest (line 3102) | type startPushRequest struct function foreachHeaderElement (line 3193) | func foreachHeaderElement(v string, fn func(string)) { function checkValidHTTP2RequestHeaders (line 3221) | func checkValidHTTP2RequestHeaders(h http.Header) error { function new400Handler (line 3234) | func new400Handler(err error) http.HandlerFunc { function h1ServerKeepAlivesDisabled (line 3243) | func h1ServerKeepAlivesDisabled(hs *http.Server) bool { FILE: vendor/golang.org/x/net/http2/transport.go constant transportDefaultConnFlow (line 44) | transportDefaultConnFlow = 1 << 30 constant transportDefaultStreamFlow (line 49) | transportDefaultStreamFlow = 4 << 20 constant defaultUserAgent (line 51) | defaultUserAgent = "Go-http-client/2.0" constant initialMaxConcurrentStreams (line 56) | initialMaxConcurrentStreams = 100 constant defaultMaxConcurrentStreams (line 60) | defaultMaxConcurrentStreams = 1000 type Transport (line 67) | type Transport struct method maxHeaderListSize (line 183) | func (t *Transport) maxHeaderListSize() uint32 { method maxFrameReadSize (line 193) | func (t *Transport) maxFrameReadSize() uint32 { method disableCompression (line 206) | func (t *Transport) disableCompression() bool { method pingTimeout (line 210) | func (t *Transport) pingTimeout() time.Duration { method connPool (line 277) | func (t *Transport) connPool() ClientConnPool { method initConnPool (line 282) | func (t *Transport) initConnPool() { method RoundTrip (line 512) | func (t *Transport) RoundTrip(req *http.Request) (*http.Response, erro... method RoundTripOpt (line 550) | func (t *Transport) RoundTripOpt(req *http.Request, opt RoundTripOpt) ... method CloseIdleConnections (line 598) | func (t *Transport) CloseIdleConnections() { method dialClientConn (line 660) | func (t *Transport) dialClientConn(ctx context.Context, addr string, s... method newTLSConfig (line 672) | func (t *Transport) newTLSConfig(host string) *tls.Config { method dialTLS (line 686) | func (t *Transport) dialTLS(ctx context.Context, network, addr string,... method disableKeepAlives (line 709) | func (t *Transport) disableKeepAlives() bool { method expectContinueTimeout (line 713) | func (t *Transport) expectContinueTimeout() time.Duration { method maxDecoderHeaderTableSize (line 720) | func (t *Transport) maxDecoderHeaderTableSize() uint32 { method maxEncoderHeaderTableSize (line 727) | func (t *Transport) maxEncoderHeaderTableSize() uint32 { method NewClientConn (line 734) | func (t *Transport) NewClientConn(c net.Conn) (*ClientConn, error) { method newClientConn (line 738) | func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*Client... method vlogf (line 3040) | func (t *Transport) vlogf(format string, args ...interface{}) { method logf (line 3046) | func (t *Transport) logf(format string, args ...interface{}) { method idleConnTimeout (line 3143) | func (t *Transport) idleConnTimeout() time.Duration { method dialTLSWithContext (line 3224) | func (t *Transport) dialTLSWithContext(ctx context.Context, network, a... function ConfigureTransport (line 222) | func ConfigureTransport(t1 *http.Transport) error { function ConfigureTransports (line 230) | func ConfigureTransports(t1 *http.Transport) (*Transport, error) { function configureTransports (line 234) | func configureTransports(t1 *http.Transport) (*Transport, error) { type ClientConn (line 292) | type ClientConn struct method healthCheck (line 825) | func (cc *ClientConn) healthCheck() { method SetDoNotReuse (line 842) | func (cc *ClientConn) SetDoNotReuse() { method setGoAway (line 848) | func (cc *ClientConn) setGoAway(f *GoAwayFrame) { method CanTakeNewRequest (line 875) | func (cc *ClientConn) CanTakeNewRequest() bool { method ReserveNewRequest (line 884) | func (cc *ClientConn) ReserveNewRequest() bool { method State (line 928) | func (cc *ClientConn) State() ClientConnState { method idleState (line 955) | func (cc *ClientConn) idleState() clientConnIdleState { method idleStateLocked (line 961) | func (cc *ClientConn) idleStateLocked() (st clientConnIdleState) { method canTakeNewRequestLocked (line 983) | func (cc *ClientConn) canTakeNewRequestLocked() bool { method tooIdleLocked (line 990) | func (cc *ClientConn) tooIdleLocked() bool { method onIdleTimeout (line 1004) | func (cc *ClientConn) onIdleTimeout() { method closeConn (line 1008) | func (cc *ClientConn) closeConn() { method forceCloseConn (line 1016) | func (cc *ClientConn) forceCloseConn() { method closeIfIdle (line 1026) | func (cc *ClientConn) closeIfIdle() { method isDoNotReuseAndIdle (line 1043) | func (cc *ClientConn) isDoNotReuseAndIdle() bool { method Shutdown (line 1052) | func (cc *ClientConn) Shutdown(ctx context.Context) error { method sendGoAway (line 1089) | func (cc *ClientConn) sendGoAway() error { method closeForError (line 1115) | func (cc *ClientConn) closeForError(err error) { method Close (line 1129) | func (cc *ClientConn) Close() error { method closeForLostPing (line 1136) | func (cc *ClientConn) closeForLostPing() { method responseHeaderTimeout (line 1165) | func (cc *ClientConn) responseHeaderTimeout() time.Duration { method decrStreamReservations (line 1205) | func (cc *ClientConn) decrStreamReservations() { method decrStreamReservationsLocked (line 1211) | func (cc *ClientConn) decrStreamReservationsLocked() { method RoundTrip (line 1217) | func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, er... method awaitOpenSlotForStreamLocked (line 1601) | func (cc *ClientConn) awaitOpenSlotForStreamLocked(cs *clientStream) e... method writeHeaders (line 1623) | func (cc *ClientConn) writeHeaders(streamID uint32, endStream bool, ma... method encodeHeaders (line 1881) | func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader b... method encodeTrailers (line 2076) | func (cc *ClientConn) encodeTrailers(trailer http.Header) ([]byte, err... method writeHeader (line 2106) | func (cc *ClientConn) writeHeader(name, value string) { method addStreamLocked (line 2120) | func (cc *ClientConn) addStreamLocked(cs *clientStream) { method forgetStreamID (line 2132) | func (cc *ClientConn) forgetStreamID(id uint32) { method readLoop (line 2167) | func (cc *ClientConn) readLoop() { method countReadFrameError (line 2240) | func (cc *ClientConn) countReadFrameError(err error) { method Ping (line 2941) | func (cc *ClientConn) Ping(ctx context.Context) error { method writeStreamReset (line 3016) | func (cc *ClientConn) writeStreamReset(streamID uint32, code ErrCode, ... method logf (line 3032) | func (cc *ClientConn) logf(format string, args ...interface{}) { method vlogf (line 3036) | func (cc *ClientConn) vlogf(format string, args ...interface{}) { type clientStream (line 351) | type clientStream struct method get1xxTraceFunc (line 404) | func (cs *clientStream) get1xxTraceFunc() func(int, textproto.MIMEHead... method abortStream (line 411) | func (cs *clientStream) abortStream(err error) { method abortStreamLocked (line 417) | func (cs *clientStream) abortStreamLocked(err error) { method abortRequestBodyWrite (line 432) | func (cs *clientStream) abortRequestBodyWrite() { method closeReqBodyLocked (line 442) | func (cs *clientStream) closeReqBodyLocked() { method doRequest (line 1325) | func (cs *clientStream) doRequest(req *http.Request) { method writeRequest (line 1337) | func (cs *clientStream) writeRequest(req *http.Request) (err error) { method encodeAndWriteHeaders (line 1482) | func (cs *clientStream) encodeAndWriteHeaders(req *http.Request) error { method cleanupWriteRequest (line 1529) | func (cs *clientStream) cleanupWriteRequest(err error) { method frameScratchBufferLen (line 1664) | func (cs *clientStream) frameScratchBufferLen(maxFrameSize int) int { method writeRequestBody (line 1705) | func (cs *clientStream) writeRequestBody(req *http.Request) (err error) { method awaitFlowControl (line 1841) | func (cs *clientStream) awaitFlowControl(maxBytes int) (taken int32, e... method copyTrailers (line 2790) | func (cs *clientStream) copyTrailers() { type stickyErrWriter (line 454) | type stickyErrWriter struct method Write (line 460) | func (sew stickyErrWriter) Write(p []byte) (n int, err error) { type noCachedConnError (line 488) | type noCachedConnError struct method IsHTTP2NoCachedConnError (line 490) | func (noCachedConnError) IsHTTP2NoCachedConnError() {} method Error (line 491) | func (noCachedConnError) Error() string { return "http2: n... function isNoCachedConnError (line 496) | func isNoCachedConnError(err error) bool { type RoundTripOpt (line 504) | type RoundTripOpt struct function authorityAddr (line 518) | func authorityAddr(scheme string, authority string) (addr string) { function backoffNewTimer (line 542) | func backoffNewTimer(d time.Duration) *time.Timer { function shouldRetryRequest (line 614) | func shouldRetryRequest(req *http.Request, err error) (*http.Request, er... function canRetryError (line 646) | func canRetryError(err error) bool { type ClientConnState (line 895) | type ClientConnState struct type clientConnIdleState (line 951) | type clientConnIdleState struct function commaSeparatedTrailers (line 1148) | func commaSeparatedTrailers(req *http.Request) (string, error) { function checkConnHeaders (line 1179) | func checkConnHeaders(req *http.Request) error { function actualContentLength (line 1195) | func actualContentLength(req *http.Request) int64 { function bufPoolIndex (line 1692) | func bufPoolIndex(size int) int { function shouldSendReqContentLength (line 2058) | func shouldSendReqContentLength(method string, contentLength int64) bool { type resAndError (line 2113) | type resAndError struct type clientConnReadLoop (line 2161) | type clientConnReadLoop struct method cleanup (line 2199) | func (rl *clientConnReadLoop) cleanup() { method run (line 2265) | func (rl *clientConnReadLoop) run() error { method processHeaders (line 2334) | func (rl *clientConnReadLoop) processHeaders(f *MetaHeadersFrame) error { method handleResponse (line 2398) | func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *Meta... method processTrailers (line 2517) | func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *Met... method processData (line 2643) | func (rl *clientConnReadLoop) processData(f *DataFrame) error { method endStream (line 2759) | func (rl *clientConnReadLoop) endStream(cs *clientStream) { method endStreamError (line 2775) | func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err err... method streamByID (line 2780) | func (rl *clientConnReadLoop) streamByID(id uint32) *clientStream { method processGoAway (line 2800) | func (rl *clientConnReadLoop) processGoAway(f *GoAwayFrame) error { method processSettings (line 2814) | func (rl *clientConnReadLoop) processSettings(f *SettingsFrame) error { method processSettingsNoWrite (line 2831) | func (rl *clientConnReadLoop) processSettingsNoWrite(f *SettingsFrame)... method processWindowUpdate (line 2899) | func (rl *clientConnReadLoop) processWindowUpdate(f *WindowUpdateFrame... method processResetStream (line 2920) | func (rl *clientConnReadLoop) processResetStream(f *RSTStreamFrame) er... method processPing (line 2984) | func (rl *clientConnReadLoop) processPing(f *PingFrame) error { method processPushPromise (line 3005) | func (rl *clientConnReadLoop) processPushPromise(f *PushPromiseFrame) ... type GoAwayError (line 2180) | type GoAwayError struct method Error (line 2186) | func (e GoAwayError) Error() string { function isEOFOrNetReadError (line 2191) | func isEOFOrNetReadError(err error) bool { type transportResponseBody (line 2547) | type transportResponseBody struct method Read (line 2551) | func (b transportResponseBody) Read(p []byte) (n int, err error) { method Close (line 2605) | func (b transportResponseBody) Close() error { type noBodyReader (line 3052) | type noBodyReader struct method Close (line 3054) | func (noBodyReader) Close() error { return nil } method Read (line 3055) | func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF } type missingBody (line 3057) | type missingBody struct method Close (line 3059) | func (missingBody) Close() error { return nil } method Read (line 3060) | func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpec... function strSliceContains (line 3062) | func strSliceContains(ss []string, s string) bool { type erringRoundTripper (line 3071) | type erringRoundTripper struct method RoundTripErr (line 3073) | func (rt erringRoundTripper) RoundTripErr() error ... method RoundTrip (line 3074) | func (rt erringRoundTripper) RoundTrip(*http.Request) (*http.Response,... type gzipReader (line 3078) | type gzipReader struct method Read (line 3085) | func (gz *gzipReader) Read(p []byte) (n int, err error) { method Close (line 3099) | func (gz *gzipReader) Close() error { type errorReader (line 3107) | type errorReader struct method Read (line 3109) | func (r errorReader) Read(p []byte) (int, error) { return 0, r.err } function isConnectionCloseRequest (line 3113) | func isConnectionCloseRequest(req *http.Request) bool { function registerHTTPSProtocol (line 3119) | func registerHTTPSProtocol(t *http.Transport, rt noDialH2RoundTripper) (... type noDialH2RoundTripper (line 3133) | type noDialH2RoundTripper struct method RoundTrip (line 3135) | func (rt noDialH2RoundTripper) RoundTrip(req *http.Request) (*http.Res... function traceGetConn (line 3150) | func traceGetConn(req *http.Request, hostPort string) { function traceGotConn (line 3158) | func traceGotConn(req *http.Request, cc *ClientConn, reused bool) { function traceWroteHeaders (line 3175) | func traceWroteHeaders(trace *httptrace.ClientTrace) { function traceGot100Continue (line 3181) | func traceGot100Continue(trace *httptrace.ClientTrace) { function traceWait100Continue (line 3187) | func traceWait100Continue(trace *httptrace.ClientTrace) { function traceWroteRequest (line 3193) | func traceWroteRequest(trace *httptrace.ClientTrace, err error) { function traceFirstResponseByte (line 3199) | func traceFirstResponseByte(trace *httptrace.ClientTrace) { function traceHasWroteHeaderField (line 3205) | func traceHasWroteHeaderField(trace *httptrace.ClientTrace) bool { function traceWroteHeaderField (line 3209) | func traceWroteHeaderField(trace *httptrace.ClientTrace, k, v string) { function traceGot1xxResponseFunc (line 3215) | func traceGot1xxResponseFunc(trace *httptrace.ClientTrace) func(int, tex... FILE: vendor/golang.org/x/net/http2/write.go type writeFramer (line 19) | type writeFramer interface type writeContext (line 38) | type writeContext interface function writeEndsStream (line 50) | func writeEndsStream(w writeFramer) bool { type flushFrameWriter (line 65) | type flushFrameWriter struct method writeFrame (line 67) | func (flushFrameWriter) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 71) | func (flushFrameWriter) staysWithinBuffer(max int) bool { return false } type writeSettings (line 73) | type writeSettings method staysWithinBuffer (line 75) | func (s writeSettings) staysWithinBuffer(max int) bool { method writeFrame (line 81) | func (s writeSettings) writeFrame(ctx writeContext) error { type writeGoAway (line 85) | type writeGoAway struct method writeFrame (line 90) | func (p *writeGoAway) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 96) | func (*writeGoAway) staysWithinBuffer(max int) bool { return false } type writeData (line 98) | type writeData struct method String (line 104) | func (w *writeData) String() string { method writeFrame (line 108) | func (w *writeData) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 112) | func (w *writeData) staysWithinBuffer(max int) bool { type handlerPanicRST (line 118) | type handlerPanicRST struct method writeFrame (line 122) | func (hp handlerPanicRST) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 126) | func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return fra... method writeFrame (line 128) | func (se StreamError) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 132) | func (se StreamError) staysWithinBuffer(max int) bool { return frameHead... type writePingAck (line 134) | type writePingAck struct method writeFrame (line 136) | func (w writePingAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 140) | func (w writePingAck) staysWithinBuffer(max int) bool { return frameHe... type writeSettingsAck (line 142) | type writeSettingsAck struct method writeFrame (line 144) | func (writeSettingsAck) writeFrame(ctx writeContext) error { method staysWithinBuffer (line 148) | func (writeSettingsAck) staysWithinBuffer(max int) bool { return frame... function splitHeaderBlock (line 153) | func splitHeaderBlock(ctx writeContext, headerBlock []byte, fn func(ctx ... type writeResHeaders (line 179) | type writeResHeaders struct method staysWithinBuffer (line 198) | func (w *writeResHeaders) staysWithinBuffer(max int) bool { method writeFrame (line 209) | func (w *writeResHeaders) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 237) | func (w *writeResHeaders) writeHeaderBlock(ctx writeContext, frag []by... function encKV (line 191) | func encKV(enc *hpack.Encoder, k, v string) { type writePushPromise (line 251) | type writePushPromise struct method staysWithinBuffer (line 263) | func (w *writePushPromise) staysWithinBuffer(max int) bool { method writeFrame (line 268) | func (w *writePushPromise) writeFrame(ctx writeContext) error { method writeHeaderBlock (line 286) | func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []b... type write100ContinueHeadersFrame (line 299) | type write100ContinueHeadersFrame struct method writeFrame (line 303) | func (w write100ContinueHeadersFrame) writeFrame(ctx writeContext) err... method staysWithinBuffer (line 315) | func (w write100ContinueHeadersFrame) staysWithinBuffer(max int) bool { type writeWindowUpdate (line 320) | type writeWindowUpdate struct method staysWithinBuffer (line 325) | func (wu writeWindowUpdate) staysWithinBuffer(max int) bool { return f... method writeFrame (line 327) | func (wu writeWindowUpdate) writeFrame(ctx writeContext) error { function encodeHeaders (line 333) | func encodeHeaders(enc *hpack.Encoder, h http.Header, keys []string) { FILE: vendor/golang.org/x/net/http2/writesched.go type WriteScheduler (line 11) | type WriteScheduler interface type OpenStreamOptions (line 41) | type OpenStreamOptions struct type FrameWriteRequest (line 48) | type FrameWriteRequest struct method StreamID (line 67) | func (wr FrameWriteRequest) StreamID() uint32 { method isControl (line 83) | func (wr FrameWriteRequest) isControl() bool { method DataSize (line 89) | func (wr FrameWriteRequest) DataSize() int { method Consume (line 106) | func (wr FrameWriteRequest) Consume(n int32) (FrameWriteRequest, Frame... method String (line 161) | func (wr FrameWriteRequest) String() string { method replyToWriter (line 173) | func (wr *FrameWriteRequest) replyToWriter(err error) { type writeQueue (line 186) | type writeQueue struct method empty (line 191) | func (q *writeQueue) empty() bool { return len(q.s) == 0 } method push (line 193) | func (q *writeQueue) push(wr FrameWriteRequest) { method shift (line 197) | func (q *writeQueue) shift() FrameWriteRequest { method consume (line 213) | func (q *writeQueue) consume(n int32) (FrameWriteRequest, bool) { type writeQueuePool (line 229) | type writeQueuePool method put (line 232) | func (p *writeQueuePool) put(q *writeQueue) { method get (line 241) | func (p *writeQueuePool) get() *writeQueue { FILE: vendor/golang.org/x/net/http2/writesched_priority.go constant priorityDefaultWeight (line 14) | priorityDefaultWeight = 15 type PriorityWriteSchedulerConfig (line 17) | type PriorityWriteSchedulerConfig struct function NewPriorityWriteScheduler (line 58) | func NewPriorityWriteScheduler(cfg *PriorityWriteSchedulerConfig) WriteS... type priorityNodeState (line 84) | type priorityNodeState constant priorityNodeOpen (line 87) | priorityNodeOpen priorityNodeState = iota constant priorityNodeClosed (line 88) | priorityNodeClosed constant priorityNodeIdle (line 89) | priorityNodeIdle type priorityNode (line 95) | type priorityNode struct method setParent (line 109) | func (n *priorityNode) setParent(parent *priorityNode) { method addBytes (line 144) | func (n *priorityNode) addBytes(b int64) { method walkReadyInOrder (line 157) | func (n *priorityNode) walkReadyInOrder(openParent bool, tmp *[]*prior... type sortPriorityNodeSiblings (line 210) | type sortPriorityNodeSiblings method Len (line 212) | func (z sortPriorityNodeSiblings) Len() int { return len(z) } method Swap (line 213) | func (z sortPriorityNodeSiblings) Swap(i, k int) { z[i], z[k] = z[k], ... method Less (line 214) | func (z sortPriorityNodeSiblings) Less(i, k int) bool { type priorityWriteScheduler (line 228) | type priorityWriteScheduler struct method OpenStream (line 257) | func (ws *priorityWriteScheduler) OpenStream(streamID uint32, options ... method CloseStream (line 288) | func (ws *priorityWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 313) | func (ws *priorityWriteScheduler) AdjustStream(streamID uint32, priori... method Push (line 384) | func (ws *priorityWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 404) | func (ws *priorityWriteScheduler) Pop() (wr FrameWriteRequest, ok bool) { method addClosedOrIdleNode (line 431) | func (ws *priorityWriteScheduler) addClosedOrIdleNode(list *[]*priorit... method removeNode (line 445) | func (ws *priorityWriteScheduler) removeNode(n *priorityNode) { FILE: vendor/golang.org/x/net/http2/writesched_random.go function NewRandomWriteScheduler (line 13) | func NewRandomWriteScheduler() WriteScheduler { type randomWriteScheduler (line 17) | type randomWriteScheduler struct method OpenStream (line 30) | func (ws *randomWriteScheduler) OpenStream(streamID uint32, options Op... method CloseStream (line 34) | func (ws *randomWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 43) | func (ws *randomWriteScheduler) AdjustStream(streamID uint32, priority... method Push (line 47) | func (ws *randomWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 61) | func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, bool) { FILE: vendor/golang.org/x/net/http2/writesched_roundrobin.go type roundRobinWriteScheduler (line 12) | type roundRobinWriteScheduler struct method OpenStream (line 39) | func (ws *roundRobinWriteScheduler) OpenStream(streamID uint32, option... method CloseStream (line 59) | func (ws *roundRobinWriteScheduler) CloseStream(streamID uint32) { method AdjustStream (line 78) | func (ws *roundRobinWriteScheduler) AdjustStream(streamID uint32, prio... method Push (line 80) | func (ws *roundRobinWriteScheduler) Push(wr FrameWriteRequest) { method Pop (line 99) | func (ws *roundRobinWriteScheduler) Pop() (FrameWriteRequest, bool) { function newRoundRobinWriteScheduler (line 32) | func newRoundRobinWriteScheduler() WriteScheduler { FILE: vendor/golang.org/x/net/idna/go118.go constant transitionalLookup (line 13) | transitionalLookup = false FILE: vendor/golang.org/x/net/idna/idna10.0.0.go function ToASCII (line 46) | func ToASCII(s string) (string, error) { function ToUnicode (line 51) | func ToUnicode(s string) (string, error) { type Option (line 56) | type Option function Transitional (line 63) | func Transitional(transitional bool) Option { function VerifyDNSLength (line 71) | func VerifyDNSLength(verify bool) Option { function RemoveLeadingDots (line 77) | func RemoveLeadingDots(remove bool) Option { function ValidateLabels (line 86) | func ValidateLabels(enable bool) Option { function CheckHyphens (line 109) | func CheckHyphens(enable bool) Option { function CheckJoiners (line 117) | func CheckJoiners(enable bool) Option { function StrictDomainName (line 134) | func StrictDomainName(use bool) Option { function BidiRule (line 145) | func BidiRule() Option { function ValidateForRegistration (line 151) | func ValidateForRegistration() Option { function MapForLookup (line 169) | func MapForLookup() Option { type options (line 177) | type options struct type Profile (line 200) | type Profile struct method ToASCII (line 228) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 236) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 244) | func (p *Profile) String() string { method process (line 336) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 601) | func (p *Profile) simplify(cat category) category { method validateLabel (line 709) | func (p *Profile) validateLabel(s string) (err error) { function apply (line 204) | func apply(o *options, opts []Option) { function New (line 218) | func New(o ...Option) *Profile { type labelError (line 320) | type labelError struct method code (line 322) | func (e labelError) code() string { return e.code_ } method Error (line 323) | func (e labelError) Error() string { type runeError (line 327) | type runeError method code (line 329) | func (e runeError) code() string { return "P1" } method Error (line 330) | func (e runeError) Error() string { function normalize (line 427) | func normalize(p *Profile, s string) (mapped string, isBidi bool, err er... function validateRegistration (line 436) | func validateRegistration(p *Profile, s string) (idem string, bidi bool,... method isBidi (line 461) | func (c info) isBidi(s string) bool { function validateAndMap (line 475) | func validateAndMap(p *Profile, s string) (vm string, bidi bool, err err... type labelIter (line 539) | type labelIter struct method reset (line 547) | func (l *labelIter) reset() { method done (line 553) | func (l *labelIter) done() bool { method result (line 557) | func (l *labelIter) result() string { method label (line 564) | func (l *labelIter) label() string { method next (line 577) | func (l *labelIter) next() { method set (line 591) | func (l *labelIter) set(s string) { constant acePrefix (line 599) | acePrefix = "xn--" function validateFromPunycode (line 626) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 646) | zwnj = "\u200c" constant zwj (line 647) | zwj = "\u200d" type joinState (line 650) | type joinState constant stateStart (line 653) | stateStart joinState = iota constant stateVirama (line 654) | stateVirama constant stateBefore (line 655) | stateBefore constant stateBeforeVirama (line 656) | stateBeforeVirama constant stateAfter (line 657) | stateAfter constant stateFAIL (line 658) | stateFAIL function ascii (line 762) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/idna9.0.0.go function ToASCII (line 45) | func ToASCII(s string) (string, error) { function ToUnicode (line 50) | func ToUnicode(s string) (string, error) { type Option (line 55) | type Option function Transitional (line 62) | func Transitional(transitional bool) Option { function VerifyDNSLength (line 70) | func VerifyDNSLength(verify bool) Option { function RemoveLeadingDots (line 76) | func RemoveLeadingDots(remove bool) Option { function ValidateLabels (line 85) | func ValidateLabels(enable bool) Option { function CheckHyphens (line 108) | func CheckHyphens(enable bool) Option { function CheckJoiners (line 116) | func CheckJoiners(enable bool) Option { function StrictDomainName (line 133) | func StrictDomainName(use bool) Option { function BidiRule (line 144) | func BidiRule() Option { function ValidateForRegistration (line 150) | func ValidateForRegistration() Option { function MapForLookup (line 168) | func MapForLookup() Option { type options (line 177) | type options struct type Profile (line 200) | type Profile struct method ToASCII (line 228) | func (p *Profile) ToASCII(s string) (string, error) { method ToUnicode (line 236) | func (p *Profile) ToUnicode(s string) (string, error) { method String (line 244) | func (p *Profile) String() string { method process (line 338) | func (p *Profile) process(s string, toASCII bool) (string, error) { method simplify (line 551) | func (p *Profile) simplify(cat category) category { method validateLabel (line 654) | func (p *Profile) validateLabel(s string) error { function apply (line 204) | func apply(o *options, opts []Option) { function New (line 218) | func New(o ...Option) *Profile { type labelError (line 322) | type labelError struct method code (line 324) | func (e labelError) code() string { return e.code_ } method Error (line 325) | func (e labelError) Error() string { type runeError (line 329) | type runeError method code (line 331) | func (e runeError) code() string { return "P1" } method Error (line 332) | func (e runeError) Error() string { function normalize (line 418) | func normalize(p *Profile, s string) (string, error) { function validateRegistration (line 422) | func validateRegistration(p *Profile, s string) (string, error) { function validateAndMap (line 442) | func validateAndMap(p *Profile, s string) (string, error) { type labelIter (line 489) | type labelIter struct method reset (line 497) | func (l *labelIter) reset() { method done (line 503) | func (l *labelIter) done() bool { method result (line 507) | func (l *labelIter) result() string { method label (line 514) | func (l *labelIter) label() string { method next (line 527) | func (l *labelIter) next() { method set (line 541) | func (l *labelIter) set(s string) { constant acePrefix (line 549) | acePrefix = "xn--" function validateFromPunycode (line 576) | func validateFromPunycode(p *Profile, s string) error { constant zwnj (line 591) | zwnj = "\u200c" constant zwj (line 592) | zwj = "\u200d" type joinState (line 595) | type joinState constant stateStart (line 598) | stateStart joinState = iota constant stateVirama (line 599) | stateVirama constant stateBefore (line 600) | stateBefore constant stateBeforeVirama (line 601) | stateBeforeVirama constant stateAfter (line 602) | stateAfter constant stateFAIL (line 603) | stateFAIL function ascii (line 710) | func ascii(s string) bool { FILE: vendor/golang.org/x/net/idna/pre_go118.go constant transitionalLookup (line 11) | transitionalLookup = true FILE: vendor/golang.org/x/net/idna/punycode.go constant base (line 22) | base int32 = 36 constant damp (line 23) | damp int32 = 700 constant initialBias (line 24) | initialBias int32 = 72 constant initialN (line 25) | initialN int32 = 128 constant skew (line 26) | skew int32 = 38 constant tmax (line 27) | tmax int32 = 26 constant tmin (line 28) | tmin int32 = 1 function punyError (line 31) | func punyError(s string) error { return &labelError{s, "A3"} } function decode (line 34) | func decode(encoded string) (string, error) { function encode (line 105) | func encode(prefix, s string) (string, error) { function madd (line 173) | func madd(a, b, c int32) (next int32, overflow bool) { function decodeDigit (line 181) | func decodeDigit(x byte) (digit int32, ok bool) { function encodeDigit (line 193) | func encodeDigit(digit int32) byte { function adapt (line 204) | func adapt(delta, numPoints int32, firstTime bool) int32 { FILE: vendor/golang.org/x/net/idna/tables10.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "10.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables11.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "11.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables12.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "12.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables13.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "13.0.0" type idnaTrie (line 693) | type idnaTrie struct method lookup (line 525) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 587) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 610) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 672) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 700) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 695) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables15.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "15.0.0" type idnaTrie (line 708) | type idnaTrie struct method lookup (line 540) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 602) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 625) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 687) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 715) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 710) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/tables9.0.0.go constant UnicodeVersion (line 8) | UnicodeVersion = "9.0.0" type idnaTrie (line 550) | type idnaTrie struct method lookup (line 382) | func (t *idnaTrie) lookup(s []byte) (v uint16, sz int) { method lookupUnsafe (line 444) | func (t *idnaTrie) lookupUnsafe(s []byte) uint16 { method lookupString (line 467) | func (t *idnaTrie) lookupString(s string) (v uint16, sz int) { method lookupStringUnsafe (line 529) | func (t *idnaTrie) lookupStringUnsafe(s string) uint16 { method lookupValue (line 557) | func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 { function newIdnaTrie (line 552) | func newIdnaTrie(i int) *idnaTrie { FILE: vendor/golang.org/x/net/idna/trie.go type valueRange (line 11) | type valueRange struct type sparseBlocks (line 16) | type sparseBlocks struct method lookup (line 33) | func (t *sparseBlocks) lookup(n uint32, b byte) uint16 { FILE: vendor/golang.org/x/net/idna/trie12.0.0.go method appendMapping (line 13) | func (c info) appendMapping(b []byte, s string) []byte { FILE: vendor/golang.org/x/net/idna/trie13.0.0.go method appendMapping (line 13) | func (c info) appendMapping(b []byte, s string) []byte { FILE: vendor/golang.org/x/net/idna/trieval.go type info (line 40) | type info method isMapped (line 94) | func (c info) isMapped() bool { method category (line 98) | func (c info) category() category { method joinType (line 106) | func (c info) joinType() info { method isModifier (line 113) | func (c info) isModifier() bool { method isViramaModifier (line 117) | func (c info) isViramaModifier() bool { constant catSmallMask (line 43) | catSmallMask = 0x3 constant catBigMask (line 44) | catBigMask = 0xF8 constant indexShift (line 45) | indexShift = 3 constant xorBit (line 46) | xorBit = 0x4 constant inlineXOR (line 47) | inlineXOR = 0xE000 constant joinShift (line 49) | joinShift = 8 constant joinMask (line 50) | joinMask = 0x07 constant attributesMask (line 53) | attributesMask = 0x1800 constant viramaModifier (line 54) | viramaModifier = 0x1800 constant modifier (line 55) | modifier = 0x1000 constant rtl (line 56) | rtl = 0x0800 constant mayNeedNorm (line 58) | mayNeedNorm = 0x2000 type category (line 62) | type category constant unknown (line 65) | unknown category = 0 constant mapped (line 66) | mapped category = 1 constant disallowedSTD3Mapped (line 67) | disallowedSTD3Mapped category = 2 constant deviation (line 68) | deviation category = 3 constant valid (line 72) | valid category = 0x08 constant validNV8 (line 73) | validNV8 category = 0x18 constant validXV8 (line 74) | validXV8 category = 0x28 constant disallowed (line 75) | disallowed category = 0x40 constant disallowedSTD3Valid (line 76) | disallowedSTD3Valid category = 0x80 constant ignored (line 77) | ignored category = 0xC0 constant joiningL (line 82) | joiningL = (iota + 1) constant joiningD (line 83) | joiningD constant joiningT (line 84) | joiningT constant joiningR (line 85) | joiningR constant joinZWJ (line 88) | joinZWJ constant joinZWNJ (line 89) | joinZWNJ constant joinVirama (line 90) | joinVirama constant numJoinTypes (line 91) | numJoinTypes FILE: vendor/golang.org/x/net/internal/timeseries/timeseries.go constant timeSeriesNumBuckets (line 15) | timeSeriesNumBuckets = 64 constant minuteHourSeriesNumBuckets (line 16) | minuteHourSeriesNumBuckets = 60 type Observable (line 38) | type Observable interface type Float (line 46) | type Float method String (line 55) | func (f *Float) String() string { return fmt.Sprintf("%g", f.Value()) } method Value (line 58) | func (f *Float) Value() float64 { return float64(*f) } method Multiply (line 60) | func (f *Float) Multiply(ratio float64) { *f *= Float(ratio) } method Add (line 62) | func (f *Float) Add(other Observable) { method Clear (line 67) | func (f *Float) Clear() { *f = 0 } method CopyFrom (line 69) | func (f *Float) CopyFrom(other Observable) { function NewFloat (line 49) | func NewFloat() Observable { type Clock (line 75) | type Clock interface type defaultClock (line 79) | type defaultClock method Time (line 83) | func (defaultClock) Time() time.Time { return time.Now() } type tsLevel (line 88) | type tsLevel struct method Clear (line 97) | func (l *tsLevel) Clear() { method InitLevel (line 109) | func (l *tsLevel) InitLevel(size time.Duration, numBuckets int, f func... type timeSeries (line 123) | type timeSeries struct method init (line 136) | func (ts *timeSeries) init(resolutions []time.Duration, f func() Obser... method Clear (line 156) | func (ts *timeSeries) Clear() { method Add (line 169) | func (ts *timeSeries) Add(observation Observable) { method AddWithTime (line 174) | func (ts *timeSeries) AddWithTime(observation Observable, t time.Time) { method mergeValue (line 200) | func (ts *timeSeries) mergeValue(observation Observable, t time.Time) { method mergePendingUpdates (line 215) | func (ts *timeSeries) mergePendingUpdates() { method advance (line 225) | func (ts *timeSeries) advance(t time.Time) { method Latest (line 256) | func (ts *timeSeries) Latest(level, num int) Observable { method LatestBuckets (line 282) | func (ts *timeSeries) LatestBuckets(level, num int) []Observable { method ScaleBy (line 319) | func (ts *timeSeries) ScaleBy(factor float64) { method Range (line 333) | func (ts *timeSeries) Range(start, finish time.Time) Observable { method Recent (line 338) | func (ts *timeSeries) Recent(delta time.Duration) Observable { method Total (line 344) | func (ts *timeSeries) Total() Observable { method ComputeRange (line 354) | func (ts *timeSeries) ComputeRange(start, finish time.Time, num int) [... method RecentList (line 384) | func (ts *timeSeries) RecentList(delta time.Duration, num int) []Obser... method extract (line 394) | func (ts *timeSeries) extract(l *tsLevel, start, finish time.Time, num... method resetObservation (line 459) | func (ts *timeSeries) resetObservation(observation Observable) Observa... type TimeSeries (line 469) | type TimeSeries struct function NewTimeSeries (line 474) | func NewTimeSeries(f func() Observable) *TimeSeries { function NewTimeSeriesWithClock (line 480) | func NewTimeSeriesWithClock(f func() Observable, clock Clock) *TimeSeries { type MinuteHourSeries (line 487) | type MinuteHourSeries struct method Minute (line 505) | func (ts *MinuteHourSeries) Minute() Observable { method Hour (line 509) | func (ts *MinuteHourSeries) Hour() Observable { function NewMinuteHourSeries (line 492) | func NewMinuteHourSeries(f func() Observable) *MinuteHourSeries { function NewMinuteHourSeriesWithClock (line 498) | func NewMinuteHourSeriesWithClock(f func() Observable, clock Clock) *Min... function minTime (line 513) | func minTime(a, b time.Time) time.Time { function maxTime (line 520) | func maxTime(a, b time.Time) time.Time { FILE: vendor/golang.org/x/net/trace/events.go constant maxEventsPerLog (line 24) | maxEventsPerLog = 100 type bucket (line 26) | type bucket struct function RenderEvents (line 45) | func RenderEvents(w http.ResponseWriter, req *http.Request, sensitive bo... function parseEventsArgs (line 104) | func parseEventsArgs(req *http.Request) (fam string, b int, ok bool) { type EventLog (line 117) | type EventLog interface function NewEventLog (line 132) | func NewEventLog(family, title string) EventLog { function getEventFamily (line 156) | func getEventFamily(fam string) *eventFamily { type eventFamily (line 167) | type eventFamily struct method add (line 172) | func (f *eventFamily) add(el *eventLog) { method remove (line 178) | func (f *eventFamily) remove(el *eventLog) { method Count (line 190) | func (f *eventFamily) Count(now time.Time, maxErrAge time.Duration) (n... method Copy (line 201) | func (f *eventFamily) Copy(now time.Time, maxErrAge time.Duration) (el... type eventLogs (line 214) | type eventLogs method Free (line 217) | func (els eventLogs) Free() { method Len (line 224) | func (els eventLogs) Len() int { return len(els) } method Less (line 225) | func (els eventLogs) Less(i, j int) bool { return els[i].Start.After(e... method Swap (line 226) | func (els eventLogs) Swap(i, j int) { els[i], els[j] = els[j], el... type logEntry (line 229) | type logEntry struct method WhenString (line 239) | func (e logEntry) WhenString() string { type eventLog (line 247) | type eventLog struct method Finish (line 146) | func (el *eventLog) Finish() { method reset (line 272) | func (el *eventLog) reset() { method hasRecentError (line 284) | func (el *eventLog) hasRecentError(now time.Time, maxErrAge time.Durat... method delta (line 296) | func (el *eventLog) delta(t time.Time) (time.Duration, bool) { method Printf (line 305) | func (el *eventLog) Printf(format string, a ...interface{}) { method Errorf (line 309) | func (el *eventLog) Errorf(format string, a ...interface{}) { method printf (line 313) | func (el *eventLog) printf(isErr bool, format string, a ...interface{}) { method ref (line 344) | func (el *eventLog) ref() { method unref (line 348) | func (el *eventLog) unref() { method When (line 354) | func (el *eventLog) When() string { method ElapsedTime (line 358) | func (el *eventLog) ElapsedTime() string { method Stack (line 363) | func (el *eventLog) Stack() string { method Events (line 390) | func (el *eventLog) Events() []logEntry { function printStackRecord (line 374) | func printStackRecord(w io.Writer, stk []uintptr) { function newEventLog (line 400) | func newEventLog() *eventLog { function freeEventLog (line 411) | func freeEventLog(el *eventLog) { function eventsTmpl (line 422) | func eventsTmpl() *template.Template { constant eventsHTML (line 432) | eventsHTML = ` FILE: vendor/golang.org/x/net/trace/histogram.go constant bucketCount (line 21) | bucketCount = 38 type histogram (line 27) | type histogram struct method addMeasurement (line 36) | func (h *histogram) addMeasurement(value int64) { method allocateBuckets (line 52) | func (h *histogram) allocateBuckets() { method total (line 84) | func (h *histogram) total() (total int64) { method average (line 95) | func (h *histogram) average() float64 { method variance (line 104) | func (h *histogram) variance() float64 { method standardDeviation (line 114) | func (h *histogram) standardDeviation() float64 { method percentileBoundary (line 120) | func (h *histogram) percentileBoundary(percentile float64) int64 { method median (line 165) | func (h *histogram) median() int64 { method Add (line 170) | func (h *histogram) Add(other timeseries.Observable) { method Clear (line 193) | func (h *histogram) Clear() { method CopyFrom (line 202) | func (h *histogram) CopyFrom(other timeseries.Observable) { method Multiply (line 215) | func (h *histogram) Multiply(ratio float64) { method New (line 228) | func (h *histogram) New() timeseries.Observable { method String (line 234) | func (h *histogram) String() string { method newData (line 271) | func (h *histogram) newData() *data { method html (line 322) | func (h *histogram) html() template.HTML { function log2 (line 61) | func log2(i int64) int { function getBucket (line 72) | func getBucket(i int64) (index int) { function round (line 240) | func round(in float64) int64 { function bucketBoundary (line 245) | func bucketBoundary(bucket uint8) int64 { type bucketData (line 253) | type bucketData struct type data (line 261) | type data struct constant maxHTMLBarWidth (line 268) | maxHTMLBarWidth = 350.0 function distTmpl (line 334) | func distTmpl() *template.Template { FILE: vendor/golang.org/x/net/trace/trace.go constant debugRequestsPath (line 91) | debugRequestsPath = "/debug/requests" constant debugEventsPath (line 92) | debugEventsPath = "/debug/events" function init (line 120) | func init() { function NewContext (line 136) | func NewContext(ctx context.Context, tr Trace) context.Context { function FromContext (line 141) | func FromContext(ctx context.Context) (tr Trace, ok bool) { function Traces (line 151) | func Traces(w http.ResponseWriter, req *http.Request) { function Events (line 166) | func Events(w http.ResponseWriter, req *http.Request) { function Render (line 180) | func Render(w io.Writer, req *http.Request, sensitive bool) { function parseArgs (line 288) | func parseArgs(req *http.Request) (fam string, b int, ok bool) { function lookupBucket (line 304) | func lookupBucket(fam string, b int) *traceBucket { type contextKeyT (line 312) | type contextKeyT type Trace (line 317) | type Trace interface type lazySprintf (line 351) | type lazySprintf struct method String (line 356) | func (l *lazySprintf) String() string { function New (line 361) | func New(family, title string) Trace { constant bucketsPerFamily (line 434) | bucketsPerFamily = 9 constant tracesPerBucket (line 435) | tracesPerBucket = 10 constant maxActiveTraces (line 436) | maxActiveTraces = 20 constant maxEventsPerTrace (line 437) | maxEventsPerTrace = 10 constant numHistogramBuckets (line 438) | numHistogramBuckets = 38 type traceSet (line 451) | type traceSet struct method Len (line 462) | func (ts *traceSet) Len() int { method Add (line 468) | func (ts *traceSet) Add(tr *trace) { method Remove (line 477) | func (ts *traceSet) Remove(tr *trace) { method FirstN (line 484) | func (ts *traceSet) FirstN(n int) traceList { function getActiveTraces (line 532) | func getActiveTraces(fam string) traceList { function getFamily (line 542) | func getFamily(fam string, allocNew bool) *family { function allocFamily (line 552) | func allocFamily(fam string) *family { type family (line 564) | type family struct function newFamily (line 573) | func newFamily() *family { type traceBucket (line 592) | type traceBucket struct method Add (line 602) | func (b *traceBucket) Add(tr *trace) { method Copy (line 630) | func (b *traceBucket) Copy(tracedOnly bool) traceList { method Empty (line 649) | func (b *traceBucket) Empty() bool { type cond (line 656) | type cond interface type minCond (line 661) | type minCond method match (line 663) | func (m minCond) match(t *trace) bool { return t.Elapsed >= time.Durat... method String (line 664) | func (m minCond) String() string { return fmt.Sprintf("≥%gs", tim... type errorCond (line 666) | type errorCond struct method match (line 668) | func (e errorCond) match(t *trace) bool { return t.IsError } method String (line 669) | func (e errorCond) String() string { return "errors" } type traceList (line 671) | type traceList method Free (line 674) | func (trl traceList) Free() { method Len (line 681) | func (trl traceList) Len() int { return len(trl) } method Less (line 682) | func (trl traceList) Less(i, j int) bool { return trl[i].Start.After(t... method Swap (line 683) | func (trl traceList) Swap(i, j int) { trl[i], trl[j] = trl[j], tr... type event (line 686) | type event struct method WhenString (line 697) | func (e event) WhenString() string { type discarded (line 706) | type discarded method String (line 708) | func (d *discarded) String() string { type trace (line 714) | type trace struct method Finish (line 397) | func (tr *trace) Finish() { method reset (line 741) | func (tr *trace) reset() { method delta (line 768) | func (tr *trace) delta(t time.Time) (time.Duration, bool) { method addEvent (line 776) | func (tr *trace) addEvent(x interface{}, recyclable, sensitive bool) { method LazyLog (line 829) | func (tr *trace) LazyLog(x fmt.Stringer, sensitive bool) { method LazyPrintf (line 833) | func (tr *trace) LazyPrintf(format string, a ...interface{}) { method SetError (line 837) | func (tr *trace) SetError() { method SetRecycler (line 843) | func (tr *trace) SetRecycler(f func(interface{})) { method SetTraceInfo (line 849) | func (tr *trace) SetTraceInfo(traceID, spanID uint64) { method SetMaxEvents (line 855) | func (tr *trace) SetMaxEvents(m int) { method ref (line 864) | func (tr *trace) ref() { method unref (line 868) | func (tr *trace) unref() { method When (line 887) | func (tr *trace) When() string { method ElapsedTime (line 891) | func (tr *trace) ElapsedTime() string { method Events (line 903) | func (tr *trace) Events() []event { function newTrace (line 912) | func newTrace() *trace { function freeTrace (line 923) | func freeTrace(tr *trace) { function elapsed (line 934) | func elapsed(d time.Duration) string { function pageTmpl (line 959) | func pageTmpl() *template.Template { constant pageHTML (line 969) | pageHTML = ` 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 18) | capRightsGoVersion = CAP_RIGHTS_VERSION_00 constant capArSizeMin (line 19) | capArSizeMin = CAP_RIGHTS_VERSION_00 + 2 constant capArSizeMax (line 20) | capArSizeMax = capRightsGoVersion + 2 function capidxbit (line 30) | func capidxbit(right uint64) int { function rightToIndex (line 34) | func rightToIndex(right uint64) (int, error) { function caprver (line 42) | func caprver(right uint64) int { function capver (line 46) | func capver(rights *CapRights) int { function caparsize (line 50) | func caparsize(rights *CapRights) int { function CapRightsSet (line 55) | func CapRightsSet(rights *CapRights, setrights []uint64) error { function CapRightsClear (line 90) | func CapRightsClear(rights *CapRights, clearrights []uint64) error { function CapRightsIsSet (line 125) | func CapRightsIsSet(rights *CapRights, setrights []uint64) (bool, error) { function capright (line 158) | func capright(idx uint64, bit uint64) uint64 { function CapRightsInit (line 164) | func CapRightsInit(rights []uint64) (*CapRights, error) { function CapRightsLimit (line 179) | func CapRightsLimit(fd uintptr, rights *CapRights) error { function CapRightsGet (line 185) | func CapRightsGet(fd uintptr) (*CapRights, error) { FILE: vendor/golang.org/x/sys/unix/constants.go constant R_OK (line 10) | R_OK = 0x4 constant W_OK (line 11) | W_OK = 0x2 constant X_OK (line 12) | X_OK = 0x1 FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc.go function Major (line 13) | func Major(dev uint64) uint32 { function Minor (line 18) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dev_aix_ppc64.go function Major (line 13) | func Major(dev uint64) uint32 { function Minor (line 18) | func Minor(dev uint64) uint32 { function Mkdev (line 24) | 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 15) | func Major(dev uint64) uint32 { function Minor (line 20) | func Minor(dev uint64) uint32 { function Mkdev (line 26) | func Mkdev(major, minor uint32) uint64 { FILE: vendor/golang.org/x/sys/unix/dirent.go function readInt (line 12) | func readInt(b []byte, off, size uintptr) (u uint64, ok bool) { function readIntBE (line 22) | func readIntBE(b []byte, size uintptr) uint64 { function readIntLE (line 41) | func readIntLE(b []byte, size uintptr) uint64 { function ParseDirent (line 64) | func ParseDirent(buf []byte, max int, names []string) (consumed int, cou... FILE: vendor/golang.org/x/sys/unix/endian_big.go constant isBigEndian (line 9) | isBigEndian = true FILE: vendor/golang.org/x/sys/unix/endian_little.go constant isBigEndian (line 9) | isBigEndian = false FILE: vendor/golang.org/x/sys/unix/env_unix.go function Getenv (line 13) | func Getenv(key string) (value string, found bool) { function Setenv (line 17) | func Setenv(key, value string) error { function Clearenv (line 21) | func Clearenv() { function Environ (line 25) | func Environ() []string { function Unsetenv (line 29) | func Unsetenv(key string) error { FILE: vendor/golang.org/x/sys/unix/epoll_zos.go type EpollEvent (line 17) | type EpollEvent struct constant EPOLLERR (line 24) | EPOLLERR = 0x8 constant EPOLLHUP (line 25) | EPOLLHUP = 0x10 constant EPOLLIN (line 26) | EPOLLIN = 0x1 constant EPOLLMSG (line 27) | EPOLLMSG = 0x400 constant EPOLLOUT (line 28) | EPOLLOUT = 0x4 constant EPOLLPRI (line 29) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 30) | EPOLLRDBAND = 0x80 constant EPOLLRDNORM (line 31) | EPOLLRDNORM = 0x40 constant EPOLLWRBAND (line 32) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 33) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 34) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 35) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 36) | EPOLL_CTL_MOD = 0x3 function epToPollEvt (line 52) | func epToPollEvt(events uint32) int16 { function pToEpollEvt (line 72) | func pToEpollEvt(revents int16) uint32 { type epollImpl (line 92) | type epollImpl struct method epollcreate (line 111) | func (e *epollImpl) epollcreate(size int) (epfd int, err error) { method epollcreate1 (line 123) | func (e *epollImpl) epollcreate1(flag int) (fd int, err error) { method epollctl (line 127) | func (e *epollImpl) epollctl(epfd int, op int, fd int, event *EpollEve... method epollwait (line 169) | func (e *epollImpl) epollwait(epfd int, events []EpollEvent, msec int)... type eventPoll (line 100) | type eventPoll struct method getFds (line 161) | func (ep *eventPoll) getFds() []int { function EpollCreate (line 204) | func EpollCreate(size int) (fd int, err error) { function EpollCreate1 (line 208) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 212) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function EpollWait (line 218) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... FILE: vendor/golang.org/x/sys/unix/fcntl.go function fcntl (line 15) | func fcntl(fd int, cmd, arg int) (int, error) { function FcntlInt (line 25) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 30) | 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 9) | func init() { FILE: vendor/golang.org/x/sys/unix/fdset.go method Set (line 10) | func (fds *FdSet) Set(fd int) { method Clear (line 15) | func (fds *FdSet) Clear(fd int) { method IsSet (line 20) | func (fds *FdSet) IsSet(fd int) bool { method Zero (line 25) | func (fds *FdSet) Zero() { FILE: vendor/golang.org/x/sys/unix/fstatfs_zos.go function Fstatfs (line 15) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function tryGetmntent64 (line 60) | func tryGetmntent64(stat *Statfs_t) (err error) { function tryGetmntent128 (line 81) | func tryGetmntent128(stat *Statfs_t) (err error) { function tryGetmntent256 (line 102) | func tryGetmntent256(stat *Statfs_t) (err error) { function tryGetmntent512 (line 123) | func tryGetmntent512(stat *Statfs_t) (err error) { function tryGetmntent1024 (line 144) | func tryGetmntent1024(stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/gccgo.go function realSyscallNoError (line 14) | func realSyscallNoError(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr... function realSyscall (line 16) | func realSyscall(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r, e... function SyscallNoError (line 18) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function Syscall (line 25) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 32) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function Syscall9 (line 39) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function RawSyscallNoError (line 46) | func RawSyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) { function RawSyscall (line 51) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 56) | 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 18) | struct ret { type ret (line 23) | struct ret function gccgoRealSyscall (line 26) | struct ret function gccgoRealSyscallNoError (line 40) | uintptr_t FILE: vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go function realGettimeofday (line 12) | func realGettimeofday(*Timeval, *byte) int32 function gettimeofday (line 14) | func gettimeofday(tv *Timeval) (err syscall.Errno) { FILE: vendor/golang.org/x/sys/unix/ifreq_linux.go type Ifreq (line 25) | type Ifreq struct method Name (line 45) | func (ifr *Ifreq) Name() string { method Inet4Addr (line 56) | func (ifr *Ifreq) Inet4Addr() ([]byte, error) { method SetInet4Addr (line 69) | func (ifr *Ifreq) SetInet4Addr(v []byte) error { method Uint16 (line 90) | func (ifr *Ifreq) Uint16() uint16 { method SetUint16 (line 95) | func (ifr *Ifreq) SetUint16(v uint16) { method Uint32 (line 101) | func (ifr *Ifreq) Uint32() uint32 { method SetUint32 (line 106) | func (ifr *Ifreq) SetUint32(v uint32) { method clear (line 113) | func (ifr *Ifreq) clear() { method withData (line 136) | func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData { function NewIfreq (line 30) | func NewIfreq(name string) (*Ifreq, error) { type ifreqData (line 124) | 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 { function IoctlLoopConfigure (line 236) | func IoctlLoopConfigure(fd int, value *LoopConfig) error { FILE: vendor/golang.org/x/sys/unix/ioctl_signed.go function IoctlSetInt (line 18) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetPointerInt (line 26) | func IoctlSetPointerInt(fd int, req int, value int) error { function IoctlSetWinsize (line 34) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 43) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 53) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 59) | 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/ioctl_unsigned.go function IoctlSetInt (line 18) | func IoctlSetInt(fd int, req uint, value int) error { function IoctlSetPointerInt (line 26) | func IoctlSetPointerInt(fd int, req uint, value int) error { function IoctlSetWinsize (line 34) | func IoctlSetWinsize(fd int, req uint, value *Winsize) error { function IoctlSetTermios (line 43) | func IoctlSetTermios(fd int, req uint, value *Termios) error { function IoctlGetInt (line 53) | func IoctlGetInt(fd int, req uint) (int, error) { function IoctlGetWinsize (line 59) | func IoctlGetWinsize(fd int, req uint) (*Winsize, error) { function IoctlGetTermios (line 65) | func IoctlGetTermios(fd int, req uint) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/ioctl_zos.go function IoctlSetInt (line 19) | func IoctlSetInt(fd int, req int, value int) error { function IoctlSetWinsize (line 26) | func IoctlSetWinsize(fd int, req int, value *Winsize) error { function IoctlSetTermios (line 35) | func IoctlSetTermios(fd int, req int, value *Termios) error { function IoctlGetInt (line 49) | func IoctlGetInt(fd int, req int) (int, error) { function IoctlGetWinsize (line 55) | func IoctlGetWinsize(fd int, req int) (*Winsize, error) { function IoctlGetTermios (line 64) | func IoctlGetTermios(fd int, req int) (*Termios, error) { FILE: vendor/golang.org/x/sys/unix/mremap.go type mremapMmapper (line 11) | type mremapMmapper struct method Mremap (line 25) | func (m *mremapMmapper) Mremap(oldData []byte, newLength int, flags in... function Mremap (line 50) | func Mremap(oldData []byte, newLength int, flags int) (data []byte, err ... FILE: vendor/golang.org/x/sys/unix/pagesize_unix.go function Getpagesize (line 13) | func Getpagesize() int { FILE: vendor/golang.org/x/sys/unix/pledge_openbsd.go function Pledge (line 20) | func Pledge(promises, execpromises string) error { function PledgePromises (line 43) | func PledgePromises(promises string) error { function PledgeExecpromises (line 61) | func PledgeExecpromises(execpromises string) error { function majmin (line 75) | func majmin() (major int, minor int, err error) { function pledgeAvailable (line 99) | func pledgeAvailable() error { FILE: vendor/golang.org/x/sys/unix/ptrace_darwin.go function ptrace (line 9) | func ptrace(request int, pid int, addr uintptr, data uintptr) error { FILE: vendor/golang.org/x/sys/unix/ptrace_ios.go function ptrace (line 9) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { FILE: vendor/golang.org/x/sys/unix/race.go constant raceenabled (line 14) | raceenabled = true function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 20) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 24) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 28) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/race0.go constant raceenabled (line 13) | raceenabled = false function raceAcquire (line 15) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 18) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 21) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 24) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdents.go function ReadDirent (line 10) | func ReadDirent(fd int, buf []byte) (n int, err error) { FILE: vendor/golang.org/x/sys/unix/readdirent_getdirentries.go function ReadDirent (line 12) | 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 17) | func CmsgLen(datalen int) int { function CmsgSpace (line 23) | func CmsgSpace(datalen int) int { method data (line 27) | func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer { type SocketControlMessage (line 32) | type SocketControlMessage struct function ParseSocketControlMessage (line 39) | func ParseSocketControlMessage(b []byte) ([]SocketControlMessage, error) { function ParseOneSocketControlMessage (line 57) | func ParseOneSocketControlMessage(b []byte) (hdr Cmsghdr, data []byte, r... function socketControlMessageHeaderAndData (line 68) | func socketControlMessageHeaderAndData(b []byte) (*Cmsghdr, []byte, erro... function UnixRights (line 78) | func UnixRights(fds ...int) []byte { function ParseUnixRights (line 93) | func ParseUnixRights(m *SocketControlMessage) ([]int, error) { FILE: vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go function cmsgAlignOf (line 14) | func cmsgAlignOf(salen int) int { FILE: vendor/golang.org/x/sys/unix/syscall.go function ByteSliceFromString (line 36) | func ByteSliceFromString(s string) ([]byte, error) { function BytePtrFromString (line 48) | func BytePtrFromString(s string) (*byte, error) { function ByteSliceToString (line 58) | func ByteSliceToString(s []byte) string { function BytePtrToString (line 68) | func BytePtrToString(p *byte) string { FILE: vendor/golang.org/x/sys/unix/syscall_aix.go function Access (line 22) | func Access(path string, mode uint32) (err error) { function Chmod (line 26) | func Chmod(path string, mode uint32) (err error) { function Chown (line 30) | func Chown(path string, uid int, gid int) (err error) { function Creat (line 34) | func Creat(path string, mode uint32) (fd int, err error) { function Utimes (line 40) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 49) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 56) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { method sockaddr (line 66) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 78) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 91) | 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 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 22) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 26) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 30) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 34) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 38) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 42) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 46) | func Lstat(path string, stat *Stat_t) error { function Stat (line 50) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 22) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 26) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 30) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 34) | func (cmsg *Cmsghdr) SetLen(length int) { function fixStatTimFields (line 43) | func fixStatTimFields(stat *Stat_t) { function Fstat (line 49) | func Fstat(fd int, stat *Stat_t) error { function Fstatat (line 58) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) error { function Lstat (line 67) | func Lstat(path string, stat *Stat_t) error { function Stat (line 76) | func Stat(path string, statptr *Stat_t) error { FILE: vendor/golang.org/x/sys/unix/syscall_bsd.go constant ImplementsGetwd (line 21) | ImplementsGetwd = true function Getwd (line 23) | func Getwd() (string, error) { function Getgroups (line 43) | func Getgroups() (gids []int, err error) { function Setgroups (line 69) | func Setgroups(gids []int) (err error) { type WaitStatus (line 87) | type WaitStatus method Exited (line 99) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 101) | func (w WaitStatus) ExitStatus() int { method Signaled (line 108) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 110) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 118) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 120) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Killed (line 122) | func (w WaitStatus) Killed() bool { return w&mask == killed && syscall... method Continued (line 124) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 126) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 133) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 90) | mask = 0x7F constant core (line 91) | core = 0x80 constant shift (line 92) | shift = 8 constant exited (line 94) | exited = 0 constant killed (line 95) | killed = 9 constant stopped (line 96) | stopped = 0x7F function Wait4 (line 137) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... method sockaddr (line 156) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 169) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 183) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 197) | func (sa *SockaddrDatalink) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 212) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 270) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 293) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 312) | func GetsockoptString(fd, level, opt int) (string, error) { function recvmsgRaw (line 326) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 356) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Kevent (line 389) | func Kevent(kq int, changes, events []Kevent_t, timeout *Timespec) (n in... function sysctlmib (line 401) | func sysctlmib(name string, args ...int) ([]_C_int, error) { function Sysctl (line 415) | func Sysctl(name string) (string, error) { function SysctlArgs (line 419) | func SysctlArgs(name string, args ...int) (string, error) { function SysctlUint32 (line 433) | func SysctlUint32(name string) (uint32, error) { function SysctlUint32Args (line 437) | func SysctlUint32Args(name string, args ...int) (uint32, error) { function SysctlUint64 (line 454) | func SysctlUint64(name string, args ...int) (uint64, error) { function SysctlRaw (line 471) | func SysctlRaw(name string, args ...int) ([]byte, error) { function SysctlClockinfo (line 497) | func SysctlClockinfo(name string) (*Clockinfo, error) { function SysctlTimeval (line 514) | func SysctlTimeval(name string) (*Timeval, error) { function Utimes (line 533) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 543) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 567) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimes (line 579) | func Futimes(fd int, tv []Timeval) error { function Poll (line 591) | 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 11) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 15) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 19) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 25) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 29) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 33) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 37) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 41) | 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 11) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 15) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 19) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 25) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 29) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 33) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 37) | func (cmsg *Cmsghdr) SetLen(length int) { function Syscall9 (line 41) | 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 12) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 13) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall6X (line 14) | func syscall_syscall6X(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function syscall_syscall9 (line 15) | func syscall_syscall9(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r... 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_syscallPtr (line 18) | 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 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { function sendfile (line 44) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 56) | 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 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 62) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 u... function PtraceGetFsBase (line 62) | func PtraceGetFsBase(pid int, fsbase *int64) (err error) { FILE: vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go function setTimespec (line 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | 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 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | 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 14) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 18) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 22) | func SetKevent(k *Kevent_t, fd, mode, flags int) { method SetLen (line 28) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 32) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 36) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 40) | func (cmsg *Cmsghdr) SetLen(length int) { method SetLen (line 44) | func (d *PtraceIoDesc) SetLen(length int) { function sendfile (line 48) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Syscall9 (line 60) | 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 15) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 23) | 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 10) | TIOCGETA = 0x62251713 type Winsize (line 13) | type Winsize struct type Termios (line 20) | type Termios struct FILE: vendor/golang.org/x/sys/unix/syscall_illumos.go function bytes2iovec (line 15) | func bytes2iovec(bs [][]byte) []Iovec { function Readv (line 30) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 38) | func Preadv(fd int, iovs [][]byte, off int64) (n int, err error) { function Writev (line 46) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 54) | func Pwritev(fd int, iovs [][]byte, off int64) (n int, err error) { function Accept4 (line 62) | 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 66) | func Fchmodat(dirfd int, path string, mode uint32, flags int) error { function InotifyInit (line 85) | func InotifyInit() (fd int, err error) { function Link (line 104) | func Link(oldpath string, newpath string) (err error) { function Mkdir (line 108) | func Mkdir(path string, mode uint32) (err error) { function Mknod (line 112) | func Mknod(path string, mode uint32, dev int) (err error) { function Open (line 116) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 122) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Openat2 (line 128) | func Openat2(dirfd int, path string, how *OpenHow) (fd int, err error) { function Pipe (line 132) | func Pipe(p []int) error { function Pipe2 (line 138) | func Pipe2(p []int, flags int) error { function Ppoll (line 153) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Poll (line 160) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Readlink (line 171) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 175) | func Rename(oldpath string, newpath string) (err error) { function Rmdir (line 179) | func Rmdir(path string) error { function Symlink (line 185) | func Symlink(oldpath string, newpath string) (err error) { function Unlink (line 189) | func Unlink(path string) error { function Utimes (line 195) | func Utimes(path string, tv []Timeval) error { function UtimesNano (line 218) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 222) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function Futimesat (line 232) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 242) | func Futimes(fd int, tv []Timeval) (err error) { constant ImplementsGetwd (line 248) | ImplementsGetwd = true function Getwd (line 252) | func Getwd() (wd string, err error) { function Getgroups (line 272) | func Getgroups() (gids []int, err error) { function Setgroups (line 298) | func Setgroups(gids []int) (err error) { type WaitStatus (line 310) | type WaitStatus method Exited (line 329) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 331) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 333) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 335) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 337) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 339) | func (w WaitStatus) ExitStatus() int { method Signal (line 346) | func (w WaitStatus) Signal() syscall.Signal { method StopSignal (line 353) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 360) | func (w WaitStatus) TrapCause() int { constant mask (line 322) | mask = 0x7F constant core (line 323) | core = 0x80 constant exited (line 324) | exited = 0x00 constant stopped (line 325) | stopped = 0x7F constant shift (line 326) | shift = 8 function Wait4 (line 369) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Mkfifo (line 380) | func Mkfifo(path string, mode uint32) error { function Mkfifoat (line 384) | func Mkfifoat(dirfd int, path string, mode uint32) error { method sockaddr (line 388) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 400) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { method sockaddr (line 413) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrLinklayer (line 439) | type SockaddrLinklayer struct method sockaddr (line 449) | func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, err... type SockaddrNetlink (line 464) | type SockaddrNetlink struct method sockaddr (line 472) | func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrHCI (line 482) | type SockaddrHCI struct method sockaddr (line 488) | func (sa *SockaddrHCI) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2 (line 497) | type SockaddrL2 struct method sockaddr (line 505) | func (sa *SockaddrL2) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrRFCOMM (line 543) | type SockaddrRFCOMM struct method sockaddr (line 554) | func (sa *SockaddrRFCOMM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCAN (line 578) | type SockaddrCAN struct method sockaddr (line 585) | func (sa *SockaddrCAN) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrCANJ1939 (line 606) | type SockaddrCANJ1939 struct method sockaddr (line 614) | func (sa *SockaddrCANJ1939) sockaddr() (unsafe.Pointer, _Socklen, erro... type SockaddrALG (line 695) | type SockaddrALG struct method sockaddr (line 703) | func (sa *SockaddrALG) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrVM (line 726) | type SockaddrVM struct method sockaddr (line 738) | func (sa *SockaddrVM) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrXDP (line 747) | type SockaddrXDP struct method sockaddr (line 755) | func (sa *SockaddrXDP) sockaddr() (unsafe.Pointer, _Socklen, error) { constant px_proto_oe (line 772) | px_proto_oe = 0 type SockaddrPPPoE (line 774) | type SockaddrPPPoE struct method sockaddr (line 781) | func (sa *SockaddrPPPoE) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrTIPC (line 812) | type SockaddrTIPC struct method sockaddr (line 861) | func (sa *SockaddrTIPC) sockaddr() (unsafe.Pointer, _Socklen, error) { type TIPCAddr (line 832) | type TIPCAddr interface method tipcAddr (line 837) | func (sa *TIPCSocketAddr) tipcAddr() [12]byte { method tipcAddrtype (line 843) | func (sa *TIPCSocketAddr) tipcAddrtype() uint8 { return TIPC_SOCKET_ADDR } method tipcAddr (line 845) | func (sa *TIPCServiceRange) tipcAddr() [12]byte { method tipcAddrtype (line 851) | func (sa *TIPCServiceRange) tipcAddrtype() uint8 { return TIPC_SERVICE_R... method tipcAddr (line 853) | func (sa *TIPCServiceName) tipcAddr() [12]byte { method tipcAddrtype (line 859) | func (sa *TIPCServiceName) tipcAddrtype() uint8 { return TIPC_SERVICE_AD... type SockaddrL2TPIP (line 873) | type SockaddrL2TPIP struct method sockaddr (line 879) | func (sa *SockaddrL2TPIP) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrL2TPIP6 (line 887) | type SockaddrL2TPIP6 struct method sockaddr (line 894) | func (sa *SockaddrL2TPIP6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrIUCV (line 903) | type SockaddrIUCV struct method sockaddr (line 909) | func (sa *SockaddrIUCV) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFC (line 931) | type SockaddrNFC struct method sockaddr (line 938) | func (sa *SockaddrNFC) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrNFCLLCP (line 946) | type SockaddrNFCLLCP struct method sockaddr (line 956) | func (sa *SockaddrNFCLLCP) sockaddr() (unsafe.Pointer, _Socklen, error) { function anyToSockaddr (line 975) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 1235) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function Accept4 (line 1250) | func Accept4(fd int, flags int) (nfd int, sa Sockaddr, err error) { function Getsockname (line 1268) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptIPMreqn (line 1277) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function GetsockoptUcred (line 1284) | func GetsockoptUcred(fd, level, opt int) (*Ucred, error) { function GetsockoptTCPInfo (line 1291) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1300) | func GetsockoptString(fd, level, opt int) (string, error) { function GetsockoptTpacketStats (line 1316) | func GetsockoptTpacketStats(fd, level, opt int) (*TpacketStats, error) { function GetsockoptTpacketStatsV3 (line 1323) | func GetsockoptTpacketStatsV3(fd, level, opt int) (*TpacketStatsV3, erro... function SetsockoptIPMreqn (line 1330) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function SetsockoptPacketMreq (line 1334) | func SetsockoptPacketMreq(fd, level, opt int, mreq *PacketMreq) error { function SetsockoptSockFprog (line 1340) | func SetsockoptSockFprog(fd, level, opt int, fprog *SockFprog) error { function SetsockoptCanRawFilter (line 1344) | func SetsockoptCanRawFilter(fd, level, opt int, filter []CanFilter) error { function SetsockoptTpacketReq (line 1352) | func SetsockoptTpacketReq(fd, level, opt int, tp *TpacketReq) error { function SetsockoptTpacketReq3 (line 1356) | func SetsockoptTpacketReq3(fd, level, opt int, tp *TpacketReq3) error { function SetsockoptTCPRepairOpt (line 1360) | func SetsockoptTCPRepairOpt(fd, level, opt int, o []TCPRepairOpt) (err e... function SetsockoptTCPMD5Sig (line 1367) | func SetsockoptTCPMD5Sig(fd, level, opt int, s *TCPMD5Sig) error { function KeyctlString (line 1387) | func KeyctlString(cmd int, id int) (string, error) { function KeyctlGetKeyringID (line 1416) | func KeyctlGetKeyringID(id int, create bool) (ringid int, err error) { function KeyctlSetperm (line 1429) | func KeyctlSetperm(id int, perm uint32) error { function KeyctlJoinSessionKeyring (line 1439) | func KeyctlJoinSessionKeyring(name string) (ringid int, err error) { function KeyctlSearch (line 1448) | func KeyctlSearch(ringid int, keyType, description string, destRingid in... function KeyctlInstantiateIOV (line 1459) | func KeyctlInstantiateIOV(id int, payload []Iovec, ringid int) error { function KeyctlDHCompute (line 1474) | func KeyctlDHCompute(params *KeyctlDHParams, buffer []byte) (size int, e... function KeyctlRestrictKeyring (line 1496) | func KeyctlRestrictKeyring(ringid int, keyType string, restriction strin... function recvmsgRaw (line 1506) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 1541) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function BindToDevice (line 1580) | func BindToDevice(fd int, device string) (err error) { function ptracePeek (line 1587) | func ptracePeek(req int, pid int, addr uintptr, out []byte) (count int, ... function PtracePeekText (line 1627) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekData (line 1631) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekUser (line 1635) | func PtracePeekUser(pid int, addr uintptr, out []byte) (count int, err e... function ptracePoke (line 1639) | func ptracePoke(pokeReq int, peekReq int, pid int, addr uintptr, data []... function PtracePokeText (line 1690) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeData (line 1694) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeUser (line 1698) | func PtracePokeUser(pid int, addr uintptr, data []byte) (count int, err ... constant elfNT_PRSTATUS (line 1705) | elfNT_PRSTATUS = 1 function PtraceGetRegs (line 1707) | func PtraceGetRegs(pid int, regsout *PtraceRegs) (err error) { function PtraceSetRegs (line 1714) | func PtraceSetRegs(pid int, regs *PtraceRegs) (err error) { function PtraceSetOptions (line 1721) | func PtraceSetOptions(pid int, options int) (err error) { function PtraceGetEventMsg (line 1725) | func PtraceGetEventMsg(pid int) (msg uint, err error) { function PtraceCont (line 1732) | func PtraceCont(pid int, signal int) (err error) { function PtraceSyscall (line 1736) | func PtraceSyscall(pid int, signal int) (err error) { function PtraceSingleStep (line 1740) | func PtraceSingleStep(pid int) (err error) { return ptrace(PTRACE_SINGLE... function PtraceInterrupt (line 1742) | func PtraceInterrupt(pid int) (err error) { return ptrace(PTRACE_INTERRU... function PtraceAttach (line 1744) | func PtraceAttach(pid int) (err error) { return ptrace(PTRACE_ATTACH, pi... function PtraceSeize (line 1746) | func PtraceSeize(pid int) (err error) { return ptrace(PTRACE_SEIZE, pid,... function PtraceDetach (line 1748) | func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pi... function Reboot (line 1752) | func Reboot(cmd int) (err error) { function direntIno (line 1756) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1760) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1764) | func direntNamlen(buf []byte) (uint64, bool) { function Mount (line 1774) | func Mount(source string, target string, fstype string, flags uintptr, d... function MountSetattr (line 1793) | func MountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Sendfile (line 1797) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function Dup2 (line 1828) | func Dup2(oldfd, newfd int) error { function Getpgrp (line 1855) | func Getpgrp() (pid int) { function syscall_prlimit (line 1901) | func syscall_prlimit(pid, resource int, newlimit, old *syscall.Rlimit) e... function Prlimit (line 1903) | func Prlimit(pid, resource int, newlimit, old *Rlimit) error { function PrctlRetInt (line 1912) | func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, a... function Setuid (line 1920) | func Setuid(uid int) (err error) { function Setgid (line 1924) | func Setgid(gid int) (err error) { function Setreuid (line 1928) | func Setreuid(ruid, euid int) (err error) { function Setregid (line 1932) | func Setregid(rgid, egid int) (err error) { function Setresuid (line 1936) | func Setresuid(ruid, euid, suid int) (err error) { function Setresgid (line 1940) | func Setresgid(rgid, egid, sgid int) (err error) { function SetfsgidRetGid (line 1947) | func SetfsgidRetGid(gid int) (int, error) { function SetfsuidRetUid (line 1954) | func SetfsuidRetUid(uid int) (int, error) { function Setfsgid (line 1958) | func Setfsgid(gid int) error { function Setfsuid (line 1963) | func Setfsuid(uid int) error { function Signalfd (line 1968) | func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err erro... constant minIovec (line 2004) | minIovec = 8 function appendBytes (line 2007) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function offs2lohi (line 2022) | func offs2lohi(offs int64) (lo, hi uintptr) { function Readv (line 2027) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 2035) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Preadv2 (line 2044) | func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err... function readvRacedetect (line 2053) | func readvRacedetect(iovecs []Iovec, n int, err error) { function Writev (line 2072) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 2083) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function Pwritev2 (line 2095) | func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, er... function writevRacedetect (line 2107) | func writevRacedetect(iovecs []Iovec, n int) { constant mremapFixed (line 2135) | mremapFixed = MREMAP_FIXED constant mremapDontunmap (line 2136) | mremapDontunmap = MREMAP_DONTUNMAP constant mremapMaymove (line 2137) | mremapMaymove = MREMAP_MAYMOVE function Vmsplice (line 2142) | func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) { function isGroupMember (line 2156) | func isGroupMember(gid int) bool { function isCapDacOverrideSet (line 2170) | func isCapDacOverrideSet() bool { function Faccessat (line 2181) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... type fileHandle (line 2268) | type fileHandle struct type FileHandle (line 2276) | type FileHandle struct method Size (line 2291) | func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) } method Type (line 2292) | func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type } method Bytes (line 2293) | func (fh *FileHandle) Bytes() []byte { function NewFileHandle (line 2281) | func NewFileHandle(handleType int32, handle []byte) FileHandle { function NameToHandleAt (line 2303) | func NameToHandleAt(dirfd int, path string, flags int) (handle FileHandl... function OpenByHandleAt (line 2332) | func OpenByHandleAt(mountFD int, handle FileHandle, flags int) (fd int, ... function Klogset (line 2338) | func Klogset(typ int, arg int) (err error) { type RemoteIovec (line 2351) | type RemoteIovec struct function MakeItimerval (line 2372) | func MakeItimerval(interval, value time.Duration) Itimerval { type ItimerWhich (line 2381) | type ItimerWhich constant ItimerReal (line 2385) | ItimerReal ItimerWhich = ITIMER_REAL constant ItimerVirtual (line 2386) | ItimerVirtual ItimerWhich = ITIMER_VIRTUAL constant ItimerProf (line 2387) | ItimerProf ItimerWhich = ITIMER_PROF function Getitimer (line 2392) | func Getitimer(which ItimerWhich) (Itimerval, error) { function Setitimer (line 2405) | func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { function PthreadSigmask (line 2416) | func PthreadSigmask(how int, set, oldset *Sigset_t) error { function Getresuid (line 2427) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 2433) | func Getresgid() (rgid, egid, sgid int) { function Pselect (line 2441) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function SchedSetAttr (line 2477) | func SchedSetAttr(pid int, attr *SchedAttr, flags uint) error { function SchedGetAttr (line 2487) | func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_386.go function setTimespec (line 13) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 17) | func setTimeval(sec, usec int64) Timeval { function mmap (line 55) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 63) | type rlimit32 struct constant rlimInf32 (line 70) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 71) | rlimInf64 = ^uint64(0) function Getrlimit (line 73) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 99) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { constant _SOCKET (line 122) | _SOCKET = 1 constant _BIND (line 123) | _BIND = 2 constant _CONNECT (line 124) | _CONNECT = 3 constant _LISTEN (line 125) | _LISTEN = 4 constant _ACCEPT (line 126) | _ACCEPT = 5 constant _GETSOCKNAME (line 127) | _GETSOCKNAME = 6 constant _GETPEERNAME (line 128) | _GETPEERNAME = 7 constant _SOCKETPAIR (line 129) | _SOCKETPAIR = 8 constant _SEND (line 130) | _SEND = 9 constant _RECV (line 131) | _RECV = 10 constant _SENDTO (line 132) | _SENDTO = 11 constant _RECVFROM (line 133) | _RECVFROM = 12 constant _SHUTDOWN (line 134) | _SHUTDOWN = 13 constant _SETSOCKOPT (line 135) | _SETSOCKOPT = 14 constant _GETSOCKOPT (line 136) | _GETSOCKOPT = 15 constant _SENDMSG (line 137) | _SENDMSG = 16 constant _RECVMSG (line 138) | _RECVMSG = 17 constant _ACCEPT4 (line 139) | _ACCEPT4 = 18 constant _RECVMMSG (line 140) | _RECVMMSG = 19 constant _SENDMMSG (line 141) | _SENDMMSG = 20 function accept4 (line 144) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 152) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function getpeername (line 160) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (err err... function socketpair (line 168) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function bind (line 176) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 184) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 192) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 200) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 208) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 216) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 228) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 240) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 248) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Listen (line 256) | func Listen(s int, n int) (err error) { function Shutdown (line 264) | func Shutdown(s, how int) (err error) { function Fstatfs (line 272) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 280) | func Statfs(path string, buf *Statfs_t) (err error) { method PC (line 292) | func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) } method SetPC (line 294) | func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) } method SetLen (line 296) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 300) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 304) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 308) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 312) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_amd64.go function Lstat (line 26) | func Lstat(path string, stat *Stat_t) (err error) { function Select (line 37) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 51) | func Stat(path string, stat *Stat_t) (err error) { function Gettimeofday (line 79) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 87) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 102) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 106) | func setTimeval(sec, usec int64) Timeval { method PC (line 110) | func (r *PtraceRegs) PC() uint64 { return r.Rip } method SetPC (line 112) | func (r *PtraceRegs) SetPC(pc uint64) { r.Rip = pc } method SetLen (line 114) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 118) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 122) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 126) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 130) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function KexecFileLoad (line 136) | 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 12) | func gettimeofday(tv *Timeval) (err syscall.Errno) FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm.go function setTimespec (line 13) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 17) | func setTimeval(sec, usec int64) Timeval { function Seek (line 21) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Time (line 72) | func Time(t *Time_t) (Time_t, error) { function Utime (line 84) | func Utime(path string, buf *Utimbuf) error { function Fadvise (line 99) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fstatfs (line 109) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 117) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 129) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... type rlimit32 (line 137) | type rlimit32 struct constant rlimInf32 (line 144) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 145) | rlimInf64 = ^uint64(0) function Getrlimit (line 147) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 173) | func (r *PtraceRegs) PC() uint64 { return uint64(r.Uregs[15]) } method SetPC (line 175) | func (r *PtraceRegs) SetPC(pc uint64) { r.Uregs[15] = uint32(pc) } 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 SyncFileRange (line 199) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 207) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_arm64.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) { function Getrlimit (line 136) | func Getrlimit(resource int, rlim *Rlimit) error { method PC (line 144) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 146) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 148) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 152) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 156) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 160) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 164) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 168) | func Pause() error { function KexecFileLoad (line 175) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_gc.go function SyscallNoError (line 10) | func SyscallNoError(trap, a1, a2, a3 uintptr) (r1, r2 uintptr) function RawSyscallNoError (line 14) | 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 13) | func seek(fd int, offset int64, whence int) (newoffset int64, err syscal... function socketcall (line 15) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (n int, err sy... function rawsocketcall (line 16) | 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 13) | 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 14) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function socketcall (line 22) | func socketcall(call int, a0, a1, a2, a3, a4, a5 uintptr) (int, syscall.... function rawsocketcall (line 27) | 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 14) | 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 25) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function timespecFromStatxTimestamp (line 39) | func timespecFromStatxTimestamp(x StatxTimestamp) Timespec { function Fstatat (line 46) | func Fstatat(fd int, path string, stat *Stat_t, flags int) error { function Fstat (line 72) | func Fstat(fd int, stat *Stat_t) (err error) { function Stat (line 76) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 80) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 84) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 92) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 115) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 119) | func setTimeval(sec, usec int64) Timeval { function Getrlimit (line 123) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function futimesat (line 128) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 140) | func Time(t *Time_t) (Time_t, error) { function Utime (line 152) | func Utime(path string, buf *Utimbuf) error { function utimes (line 160) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 172) | func (r *PtraceRegs) PC() uint64 { return r.Era } method SetPC (line 174) | func (r *PtraceRegs) SetPC(era uint64) { r.Era = era } method SetLen (line 176) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 180) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 184) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 188) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 192) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 196) | func Pause() error { function Renameat (line 201) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 207) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go function Select (line 27) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Time (line 64) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 79) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 83) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 87) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 91) | func Iopl(level int) (err error) { type stat_t (line 95) | type stat_t struct function Fstat (line 122) | func Fstat(fd int, s *Stat_t) (err error) { function Fstatat (line 129) | func Fstatat(dirfd int, path string, s *Stat_t, flags int) (err error) { function Lstat (line 136) | func Lstat(path string, s *Stat_t) (err error) { function Stat (line 143) | func Stat(path string, s *Stat_t) (err error) { function fillStat_t (line 150) | func fillStat_t(s *Stat_t, st *stat_t) { method PC (line 166) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 168) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 170) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 174) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 178) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 182) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 186) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go function Syscall9 (line 14) | func Syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 ... function Fstatfs (line 70) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 78) | func Statfs(path string, buf *Statfs_t) (err error) { function Seek (line 90) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function setTimespec (line 98) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 102) | func setTimeval(sec, usec int64) Timeval { function mmap (line 108) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant rlimInf32 (line 116) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 117) | rlimInf64 = ^uint64(0) type rlimit32 (line 119) | type rlimit32 struct function Getrlimit (line 126) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 152) | func (r *PtraceRegs) PC() uint64 { return r.Epc } method SetPC (line 154) | func (r *PtraceRegs) SetPC(pc uint64) { r.Epc = pc } method SetLen (line 156) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 160) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 164) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 168) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 172) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc.go function Fadvise (line 63) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function seek (line 71) | func seek(fd int, offset int64, whence int) (int64, syscall.Errno) { function Seek (line 79) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Fstatfs (line 87) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Statfs (line 95) | func Statfs(path string, buf *Statfs_t) (err error) { function mmap (line 109) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function setTimespec (line 117) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 121) | func setTimeval(sec, usec int64) Timeval { type rlimit32 (line 125) | type rlimit32 struct constant rlimInf32 (line 132) | rlimInf32 = ^uint32(0) constant rlimInf64 (line 133) | rlimInf64 = ^uint64(0) function Getrlimit (line 135) | func Getrlimit(resource int, rlim *Rlimit) (err error) { method PC (line 161) | func (r *PtraceRegs) PC() uint32 { return r.Nip } method SetPC (line 163) | func (r *PtraceRegs) SetPC(pc uint32) { r.Nip = pc } method SetLen (line 165) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 169) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 173) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 177) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 181) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 187) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 195) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go function setTimespec (line 64) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 68) | func setTimeval(sec, usec int64) Timeval { method PC (line 72) | func (r *PtraceRegs) PC() uint64 { return r.Nip } method SetPC (line 74) | func (r *PtraceRegs) SetPC(pc uint64) { r.Nip = pc } method SetLen (line 76) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 80) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 84) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 88) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 92) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function SyncFileRange (line 98) | func SyncFileRange(fd int, off int64, n int64, flags int) error { function KexecFileLoad (line 106) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go function Select (line 29) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Stat (line 43) | func Stat(path string, stat *Stat_t) (err error) { function Lchown (line 47) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 51) | func Lstat(path string, stat *Stat_t) (err error) { function Ustat (line 59) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function setTimespec (line 82) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 86) | func setTimeval(sec, usec int64) Timeval { function futimesat (line 90) | func futimesat(dirfd int, path string, tv *[2]Timeval) (err error) { function Time (line 102) | func Time(t *Time_t) (Time_t, error) { function Utime (line 114) | func Utime(path string, buf *Utimbuf) error { function utimes (line 122) | func utimes(path string, tv *[2]Timeval) (err error) { method PC (line 134) | func (r *PtraceRegs) PC() uint64 { return r.Pc } method SetPC (line 136) | func (r *PtraceRegs) SetPC(pc uint64) { r.Pc = pc } method SetLen (line 138) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 142) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 146) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 150) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 154) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function Pause (line 158) | func Pause() error { function Renameat (line 163) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function KexecFileLoad (line 169) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... function RISCVHWProbe (line 182) | func RISCVHWProbe(pairs []RISCVHWProbePairs, set *CPUSet, flags uint) (e... FILE: vendor/golang.org/x/sys/unix/syscall_linux_s390x.go function Time (line 48) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 63) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 67) | func setTimeval(sec, usec int64) Timeval { function Ioperm (line 71) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 75) | func Iopl(level int) (err error) { method PC (line 79) | func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr } method SetPC (line 81) | func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc } method SetLen (line 83) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 87) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 91) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 95) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 99) | func (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { function mmap (line 105) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... constant netSocket (line 120) | netSocket = 1 constant netBind (line 121) | netBind = 2 constant netConnect (line 122) | netConnect = 3 constant netListen (line 123) | netListen = 4 constant netAccept (line 124) | netAccept = 5 constant netGetSockName (line 125) | netGetSockName = 6 constant netGetPeerName (line 126) | netGetPeerName = 7 constant netSocketPair (line 127) | netSocketPair = 8 constant netSend (line 128) | netSend = 9 constant netRecv (line 129) | netRecv = 10 constant netSendTo (line 130) | netSendTo = 11 constant netRecvFrom (line 131) | netRecvFrom = 12 constant netShutdown (line 132) | netShutdown = 13 constant netSetSockOpt (line 133) | netSetSockOpt = 14 constant netGetSockOpt (line 134) | netGetSockOpt = 15 constant netSendMsg (line 135) | netSendMsg = 16 constant netRecvMsg (line 136) | netRecvMsg = 17 constant netAccept4 (line 137) | netAccept4 = 18 constant netRecvMMsg (line 138) | netRecvMMsg = 19 constant netSendMMsg (line 139) | netSendMMsg = 20 function accept4 (line 142) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function getsockname (line 151) | func getsockname(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function getpeername (line 160) | func getpeername(s int, rsa *RawSockaddrAny, addrlen *_Socklen) error { function socketpair (line 169) | func socketpair(domain int, typ int, flags int, fd *[2]int32) error { function bind (line 178) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) error { function connect (line 187) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) error { function socket (line 196) | func socket(domain int, typ int, proto int) (int, error) { function getsockopt (line 205) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 214) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 223) | func recvfrom(s int, p []byte, flags int, from *RawSockaddrAny, fromlen ... function sendto (line 236) | func sendto(s int, p []byte, flags int, to unsafe.Pointer, addrlen _Sock... function recvmsg (line 249) | func recvmsg(s int, msg *Msghdr, flags int) (int, error) { function sendmsg (line 258) | func sendmsg(s int, msg *Msghdr, flags int) (int, error) { function Listen (line 267) | func Listen(s int, n int) error { function Shutdown (line 276) | func Shutdown(s, how int) error { function KexecFileLoad (line 287) | func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int... FILE: vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go function Ioperm (line 56) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 60) | func Iopl(level int) (err error) { function Time (line 67) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 82) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 86) | func setTimeval(sec, usec int64) Timeval { method PC (line 90) | func (r *PtraceRegs) PC() uint64 { return r.Tpc } method SetPC (line 92) | func (r *PtraceRegs) SetPC(pc uint64) { r.Tpc = pc } method SetLen (line 94) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 98) | func (msghdr *Msghdr) SetControllen(length int) { method SetIovlen (line 102) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 106) | func (cmsg *Cmsghdr) SetLen(length int) { method SetServiceNameLen (line 110) | 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 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { FILE: vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { 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 152) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 158) | func Getresgid() (rgid, egid, sgid int) { function FcntlInt (line 173) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 178) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Ppoll (line 185) | func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, e... function Uname (line 192) | func Uname(uname *Utsname) error { FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_386.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go function syscall_syscall (line 12) | func syscall_syscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_syscall6 (line 13) | func syscall_syscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintpt... function syscall_syscall10 (line 14) | func syscall_syscall10(fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10 uintp... function syscall_rawSyscall (line 15) | func syscall_rawSyscall(fn, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawSyscall6 (line 16) | func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uin... function syscall_syscall9 (line 24) | 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 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | SYS___SYSCTL = SYS_SYSCTL FILE: vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { function SetKevent (line 17) | func SetKevent(k *Kevent_t, fd, mode, flags int) { 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) { constant SYS___SYSCTL (line 41) | 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 143) | func Getsockname(fd int) (sa Sockaddr, err error) { function GetsockoptString (line 154) | func GetsockoptString(fd, level, opt int) (string, error) { constant ImplementsGetwd (line 164) | ImplementsGetwd = true function Getwd (line 168) | func Getwd() (wd string, err error) { function Getgroups (line 189) | func Getgroups() (gids []int, err error) { function Setgroups (line 214) | func Setgroups(gids []int) (err error) { function ReadDirent (line 227) | func ReadDirent(fd int, buf []byte) (n int, err error) { type WaitStatus (line 239) | type WaitStatus method Exited (line 250) | func (w WaitStatus) Exited() bool { return w&mask == exited } method ExitStatus (line 252) | func (w WaitStatus) ExitStatus() int { method Signaled (line 259) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Signal (line 261) | func (w WaitStatus) Signal() syscall.Signal { method CoreDump (line 269) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method Stopped (line 271) | func (w WaitStatus) Stopped() bool { return w&mask == stopped && sysca... method Continued (line 273) | func (w WaitStatus) Continued() bool { return w&mask == stopped && sys... method StopSignal (line 275) | func (w WaitStatus) StopSignal() syscall.Signal { method TrapCause (line 282) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 242) | mask = 0x7F constant core (line 243) | core = 0x80 constant shift (line 244) | shift = 8 constant exited (line 246) | exited = 0 constant stopped (line 247) | stopped = 0x7F function Wait4 (line 286) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (i... function Gethostname (line 301) | func Gethostname() (name string, err error) { function Utimes (line 316) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 328) | func UtimesNano(path string, ts []Timespec) error { function UtimesNanoAt (line 338) | func UtimesNanoAt(dirfd int, path string, ts []Timespec, flags int) error { function FcntlInt (line 351) | func FcntlInt(fd uintptr, cmd, arg int) (int, error) { function FcntlFlock (line 361) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Futimesat (line 371) | func Futimesat(dirfd int, path string, tv []Timeval) error { function Futimes (line 388) | func Futimes(fd int, tv []Timeval) error { function anyToSockaddr (line 398) | func anyToSockaddr(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 437) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { function recvmsgRaw (line 454) | func recvmsgRaw(fd int, iov []Iovec, oob []byte, flags int, rsa *RawSock... function sendmsgN (line 482) | func sendmsgN(fd int, iov []Iovec, oob []byte, ptr unsafe.Pointer, salen... function Acct (line 514) | func Acct(path string) (err error) { function Mkdev (line 529) | func Mkdev(major, minor uint32) uint64 { function Major (line 535) | func Major(dev uint64) uint32 { function Minor (line 541) | func Minor(dev uint64) uint32 { function ioctl (line 552) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function IoctlSetTermio (line 562) | func IoctlSetTermio(fd int, req int, value *Termio) error { function IoctlGetTermio (line 566) | func IoctlGetTermio(fd int, req int) (*Termio, error) { function Poll (line 574) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Sendfile (line 581) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... type fileObjCookie (line 704) | type fileObjCookie struct type EventPort (line 710) | type EventPort struct method Close (line 765) | func (e *EventPort) Close() error { method PathIsWatched (line 779) | func (e *EventPort) PathIsWatched(path string) bool { method FdIsWatched (line 787) | func (e *EventPort) FdIsWatched(fd uintptr) bool { method AssociatePath (line 796) | func (e *EventPort) AssociatePath(path string, stat os.FileInfo, event... method DissociatePath (line 816) | func (e *EventPort) DissociatePath(path string) error { method AssociateFd (line 840) | func (e *EventPort) AssociateFd(fd uintptr, events int, cookie interfa... method DissociateFd (line 860) | func (e *EventPort) DissociateFd(fd uintptr) error { method GetOne (line 902) | func (e *EventPort) GetOne(t *Timespec) (*PortEvent, error) { method peIntToExt (line 920) | func (e *EventPort) peIntToExt(peInt *portEvent, peExt *PortEvent) err... method Pending (line 958) | func (e *EventPort) Pending() (int, error) { method Get (line 968) | func (e *EventPort) Get(s []PortEvent, min int, timeout *Timespec) (in... type PortEvent (line 733) | type PortEvent struct function NewEventPort (line 744) | func NewEventPort() (*EventPort, error) { function createFileObjCookie (line 880) | func createFileObjCookie(name string, stat os.FileInfo, cookie interface... function Putmsg (line 1004) | func Putmsg(fd int, cl []byte, data []byte, flags int) (err error) { function Getmsg (line 1023) | func Getmsg(fd int, cl []byte, data []byte) (retCl []byte, retData []byt... function IoctlSetIntRetInt (line 1051) | func IoctlSetIntRetInt(fd int, req int, arg int) (int, error) { function IoctlSetString (line 1055) | func IoctlSetString(fd int, req int, val string) error { method SetName (line 1065) | func (l *Lifreq) SetName(name string) error { method SetLifruInt (line 1075) | func (l *Lifreq) SetLifruInt(d int) { method GetLifruInt (line 1079) | func (l *Lifreq) GetLifruInt() int { method SetLifruUint (line 1083) | func (l *Lifreq) SetLifruUint(d uint) { method GetLifruUint (line 1087) | func (l *Lifreq) GetLifruUint() uint { function IoctlLifreq (line 1091) | func IoctlLifreq(fd int, req int, l *Lifreq) error { method SetInt (line 1097) | func (s *Strioctl) SetInt(i int) { function IoctlSetStrioctlRetInt (line 1102) | func IoctlSetStrioctlRetInt(fd int, req int, s *Strioctl) (int, error) { FILE: vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go function setTimespec (line 9) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 13) | func setTimeval(sec, usec int64) Timeval { method SetLen (line 17) | func (iov *Iovec) SetLen(length int) { method SetIovlen (line 21) | func (msghdr *Msghdr) SetIovlen(length int) { method SetLen (line 25) | func (cmsg *Cmsghdr) SetLen(length int) { FILE: vendor/golang.org/x/sys/unix/syscall_unix.go function errnoErr (line 38) | func errnoErr(e syscall.Errno) error { function ErrnoName (line 53) | func ErrnoName(e syscall.Errno) string { function SignalName (line 64) | func SignalName(s syscall.Signal) string { function SignalNum (line 77) | func SignalNum(s string) syscall.Signal { function clen (line 88) | func clen(n []byte) int { type mmapper (line 98) | type mmapper struct method Mmap (line 105) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 127) | func (m *mmapper) Munmap(data []byte) (err error) { function Mmap (line 149) | func Mmap(fd int, offset int64, length int, prot int, flags int) (data [... function Munmap (line 153) | func Munmap(b []byte) (err error) { function Read (line 157) | func Read(fd int, p []byte) (n int, err error) { function Write (line 170) | func Write(fd int, p []byte) (n int, err error) { function Pread (line 181) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 194) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { type Sockaddr (line 210) | type Sockaddr interface type SockaddrInet4 (line 215) | type SockaddrInet4 struct type SockaddrInet6 (line 222) | type SockaddrInet6 struct type SockaddrUnix (line 230) | type SockaddrUnix struct function Bind (line 235) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 243) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 251) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 260) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 267) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 274) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 280) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 287) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 294) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 301) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 308) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 315) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 322) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 329) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Recvmsg (line 354) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function RecvmsgBuffers (line 372) | func RecvmsgBuffers(fd int, buffers [][]byte, oob []byte, flags int) (n,... function Sendmsg (line 393) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 422) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function SendmsgBuffers (line 442) | func SendmsgBuffers(fd int, buffers [][]byte, oob []byte, to Sockaddr, f... function Send (line 463) | func Send(s int, buf []byte, flags int) (err error) { function Sendto (line 467) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 479) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 483) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 488) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 492) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 496) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 500) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 504) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 508) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 516) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 520) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 524) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 532) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 544) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 546) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 568) | func Exec(argv0 string, argv []string, envv []string) error { function Lutimes (line 577) | func Lutimes(path string, tv []Timeval) error { function emptyIovecs (line 592) | func emptyIovecs(iov []Iovec) bool { function Setrlimit (line 602) | func Setrlimit(resource int, rlim *Rlimit) error { FILE: vendor/golang.org/x/sys/unix/syscall_unix_gc.go function Syscall (line 11) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errno) function Syscall6 (line 12) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 13) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 14) | 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 11) | func Syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.Errn... function Syscall6 (line 14) | func Syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err... function RawSyscall (line 17) | func RawSyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err syscall.E... function RawSyscall6 (line 20) | 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 21) | O_CLOEXEC = 0 constant AF_LOCAL (line 22) | AF_LOCAL = AF_UNIX function syscall_syscall (line 25) | func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno) function syscall_rawsyscall (line 26) | func syscall_rawsyscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err E... function syscall_syscall6 (line 27) | func syscall_syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uint... function syscall_rawsyscall6 (line 28) | func syscall_rawsyscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 u... function syscall_syscall9 (line 29) | func syscall_syscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) ... function syscall_rawsyscall9 (line 30) | func syscall_rawsyscall9(trap, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintpt... function copyStat (line 32) | func copyStat(stat *Stat_t, statLE *Stat_LE_t) { function svcCall (line 51) | func svcCall(fnptr unsafe.Pointer, argv *unsafe.Pointer, dsa *uint64) function svcLoad (line 52) | func svcLoad(name *byte) unsafe.Pointer function svcUnload (line 53) | func svcUnload(name *byte, fnptr unsafe.Pointer) int64 method NameString (line 55) | func (d *Dirent) NameString() string { function anyToSockaddr (line 109) | func anyToSockaddr(_ int, rsa *RawSockaddrAny) (Sockaddr, error) { function Accept (line 164) | func Accept(fd int) (nfd int, sa Sockaddr, err error) { method SetLen (line 180) | func (iov *Iovec) SetLen(length int) { method SetControllen (line 184) | func (msghdr *Msghdr) SetControllen(length int) { method SetLen (line 188) | func (cmsg *Cmsghdr) SetLen(length int) { function Fstat (line 232) | func Fstat(fd int, stat *Stat_t) (err error) { function Ptsname (line 256) | func Ptsname(fd int) (name string, err error) { function u2s (line 265) | func u2s(cstr unsafe.Pointer) string { function Close (line 274) | func Close(fd int) (err error) { function Madvise (line 287) | func Madvise(b []byte, advice int) (err error) { function Getpgrp (line 298) | func Getpgrp() (pid int) { function Getrusage (line 309) | func Getrusage(who int, rusage *Rusage) (err error) { function Lstat (line 328) | func Lstat(path string, stat *Stat_t) (err error) { function Stat (line 355) | func Stat(path string, sta *Stat_t) (err error) { function Open (line 373) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Mkfifoat (line 377) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Remove (line 393) | func Remove(path string) error { constant ImplementsGetwd (line 397) | ImplementsGetwd = true function Getcwd (line 399) | func Getcwd(buf []byte) (n int, err error) { function Getwd (line 414) | func Getwd() (wd string, err error) { function Getgroups (line 427) | func Getgroups() (gids []int, err error) { function Setgroups (line 453) | func Setgroups(gids []int) (err error) { function gettid (line 465) | func gettid() uint64 function Gettid (line 467) | func Gettid() (tid int) { type WaitStatus (line 471) | type WaitStatus method Exited (line 490) | func (w WaitStatus) Exited() bool { return w&mask == exited } method Signaled (line 492) | func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&ma... method Stopped (line 494) | func (w WaitStatus) Stopped() bool { return w&0xFF == stopped } method Continued (line 496) | func (w WaitStatus) Continued() bool { return w == 0xFFFF } method CoreDump (line 498) | func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core !=... method ExitStatus (line 500) | func (w WaitStatus) ExitStatus() int { method Signal (line 507) | func (w WaitStatus) Signal() Signal { method StopSignal (line 514) | func (w WaitStatus) StopSignal() Signal { method TrapCause (line 521) | func (w WaitStatus) TrapCause() int { return -1 } constant mask (line 483) | mask = 0x7F constant core (line 484) | core = 0x80 constant exited (line 485) | exited = 0x00 constant stopped (line 486) | stopped = 0x7F constant shift (line 487) | shift = 8 function Wait4 (line 525) | func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (w... function Gettimeofday (line 538) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 546) | func Time(t *Time_t) (tt Time_t, err error) { function setTimespec (line 558) | func setTimespec(sec, nsec int64) Timespec { function setTimeval (line 562) | func setTimeval(sec, usec int64) Timeval { //fix function Pipe (line 568) | func Pipe(p []int) (err error) { function Utimes (line 583) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 590) | func UtimesNano(path string, ts []Timespec) error { function Getsockname (line 603) | func Getsockname(fd int) (sa Sockaddr, err error) { constant nwmHeaderIdentifier (line 615) | nwmHeaderIdentifier = 0xd5e6d4c8 constant nwmFilterIdentifier (line 616) | nwmFilterIdentifier = 0xd5e6d4c6 constant nwmTCPConnIdentifier (line 617) | nwmTCPConnIdentifier = 0xd5e6d4c3 constant nwmRecHeaderIdentifier (line 618) | nwmRecHeaderIdentifier = 0xd5e6d4d9 constant nwmIPStatsIdentifier (line 619) | nwmIPStatsIdentifier = 0xd5e6d4c9d7e2e340 constant nwmIPGStatsIdentifier (line 620) | nwmIPGStatsIdentifier = 0xd5e6d4c9d7c7e2e3 constant nwmTCPStatsIdentifier (line 621) | nwmTCPStatsIdentifier = 0xd5e6d4e3c3d7e2e3 constant nwmUDPStatsIdentifier (line 622) | nwmUDPStatsIdentifier = 0xd5e6d4e4c4d7e2e3 constant nwmICMPGStatsEntry (line 623) | nwmICMPGStatsEntry = 0xd5e6d4c9c3d4d7c7 constant nwmICMPTStatsEntry (line 624) | nwmICMPTStatsEntry = 0xd5e6d4c9c3d4d7e3 constant nwmVersion1 (line 627) | nwmVersion1 = 1 constant nwmVersion2 (line 628) | nwmVersion2 = 2 constant nwmCurrentVer (line 629) | nwmCurrentVer = 2 constant nwmTCPConnType (line 631) | nwmTCPConnType = 1 constant nwmGlobalStatsType (line 632) | nwmGlobalStatsType = 14 constant nwmFilterLclAddrMask (line 635) | nwmFilterLclAddrMask = 0x20000000 constant nwmFilterSrcAddrMask (line 636) | nwmFilterSrcAddrMask = 0x20000000 constant nwmFilterLclPortMask (line 637) | nwmFilterLclPortMask = 0x10000000 constant nwmFilterSrcPortMask (line 638) | nwmFilterSrcPortMask = 0x10000000 constant nwmTCPStateClosed (line 641) | nwmTCPStateClosed = 1 constant nwmTCPStateListen (line 642) | nwmTCPStateListen = 2 constant nwmTCPStateSynSent (line 643) | nwmTCPStateSynSent = 3 constant nwmTCPStateSynRcvd (line 644) | nwmTCPStateSynRcvd = 4 constant nwmTCPStateEstab (line 645) | nwmTCPStateEstab = 5 constant nwmTCPStateFinWait1 (line 646) | nwmTCPStateFinWait1 = 6 constant nwmTCPStateFinWait2 (line 647) | nwmTCPStateFinWait2 = 7 constant nwmTCPStateClosWait (line 648) | nwmTCPStateClosWait = 8 constant nwmTCPStateLastAck (line 649) | nwmTCPStateLastAck = 9 constant nwmTCPStateClosing (line 650) | nwmTCPStateClosing = 10 constant nwmTCPStateTimeWait (line 651) | nwmTCPStateTimeWait = 11 constant nwmTCPStateDeletTCB (line 652) | nwmTCPStateDeletTCB = 12 constant BPF_TCP_CLOSE (line 655) | BPF_TCP_CLOSE = 1 constant BPF_TCP_LISTEN (line 656) | BPF_TCP_LISTEN = 2 constant BPF_TCP_SYN_SENT (line 657) | BPF_TCP_SYN_SENT = 3 constant BPF_TCP_SYN_RECV (line 658) | BPF_TCP_SYN_RECV = 4 constant BPF_TCP_ESTABLISHED (line 659) | BPF_TCP_ESTABLISHED = 5 constant BPF_TCP_FIN_WAIT1 (line 660) | BPF_TCP_FIN_WAIT1 = 6 constant BPF_TCP_FIN_WAIT2 (line 661) | BPF_TCP_FIN_WAIT2 = 7 constant BPF_TCP_CLOSE_WAIT (line 662) | BPF_TCP_CLOSE_WAIT = 8 constant BPF_TCP_LAST_ACK (line 663) | BPF_TCP_LAST_ACK = 9 constant BPF_TCP_CLOSING (line 664) | BPF_TCP_CLOSING = 10 constant BPF_TCP_TIME_WAIT (line 665) | BPF_TCP_TIME_WAIT = 11 constant BPF_TCP_NEW_SYN_RECV (line 666) | BPF_TCP_NEW_SYN_RECV = -1 constant BPF_TCP_MAX_STATES (line 667) | BPF_TCP_MAX_STATES = -2 type nwmTriplet (line 670) | type nwmTriplet struct type nwmQuadruplet (line 676) | type nwmQuadruplet struct type nwmHeader (line 683) | type nwmHeader struct type nwmFilter (line 695) | type nwmFilter struct type nwmRecHeader (line 728) | type nwmRecHeader struct type nwmTCPStatsEntry (line 735) | type nwmTCPStatsEntry struct type nwmConnEntry (line 813) | type nwmConnEntry struct constant svc_EZBNMIF4 (line 895) | svc_EZBNMIF4 = 0 function GetsockoptTCPInfo (line 898) | func GetsockoptTCPInfo(fd, level, opt int) (*TCPInfo, error) { function GetsockoptString (line 1099) | func GetsockoptString(fd, level, opt int) (string, error) { function Recvmsg (line 1110) | func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags i... function Sendmsg (line 1145) | func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { function SendmsgN (line 1150) | func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err... function Opendir (line 1189) | func Opendir(name string) (uintptr, error) { function clearErrno (line 1203) | func clearErrno() function Readdir (line 1205) | func Readdir(dir uintptr) (*Dirent, error) { function readdir_r (line 1225) | func readdir_r(dirp uintptr, entry *direntLE, result **direntLE) (err er... function Closedir (line 1233) | func Closedir(dir uintptr) error { function Seekdir (line 1241) | func Seekdir(dir uintptr, pos int) { function Telldir (line 1245) | func Telldir(dir uintptr) (int, error) { function FcntlFlock (line 1255) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) error { function Flock (line 1276) | func Flock(fd int, how int) error { function Mlock (line 1309) | func Mlock(b []byte) (err error) { function Mlock2 (line 1317) | func Mlock2(b []byte, flags int) (err error) { function Mlockall (line 1325) | func Mlockall(flags int) (err error) { function Munlock (line 1333) | func Munlock(b []byte) (err error) { function Munlockall (line 1341) | func Munlockall() (err error) { function ClockGettime (line 1349) | func ClockGettime(clockid int32, ts *Timespec) error { function Statfs (line 1375) | func Statfs(path string, stat *Statfs_t) (err error) { function errnoErr (line 1405) | func errnoErr(e Errno) error { function ErrnoName (line 1420) | func ErrnoName(e Errno) string { function SignalName (line 1431) | func SignalName(s syscall.Signal) string { function SignalNum (line 1444) | func SignalNum(s string) syscall.Signal { function clen (line 1455) | func clen(n []byte) int { type mmapper (line 1465) | type mmapper struct method Mmap (line 1472) | func (m *mmapper) Mmap(fd int, offset int64, length int, prot int, fla... method Munmap (line 1501) | func (m *mmapper) Munmap(data []byte) (err error) { function Read (line 1523) | func Read(fd int, p []byte) (n int, err error) { function Write (line 1536) | func Write(fd int, p []byte) (n int, err error) { type Sockaddr (line 1552) | type Sockaddr interface type SockaddrInet4 (line 1557) | type SockaddrInet4 struct method sockaddr (line 68) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrInet6 (line 1564) | type SockaddrInet6 struct method sockaddr (line 81) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) { type SockaddrUnix (line 1572) | type SockaddrUnix struct method sockaddr (line 95) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) { function Bind (line 1577) | func Bind(fd int, sa Sockaddr) (err error) { function Connect (line 1585) | func Connect(fd int, sa Sockaddr) (err error) { function Getpeername (line 1593) | func Getpeername(fd int) (sa Sockaddr, err error) { function GetsockoptByte (line 1602) | func GetsockoptByte(fd, level, opt int) (value byte, err error) { function GetsockoptInt (line 1609) | func GetsockoptInt(fd, level, opt int) (value int, err error) { function GetsockoptInet4Addr (line 1616) | func GetsockoptInet4Addr(fd, level, opt int) (value [4]byte, err error) { function GetsockoptIPMreq (line 1622) | func GetsockoptIPMreq(fd, level, opt int) (*IPMreq, error) { function GetsockoptIPv6Mreq (line 1629) | func GetsockoptIPv6Mreq(fd, level, opt int) (*IPv6Mreq, error) { function GetsockoptIPv6MTUInfo (line 1636) | func GetsockoptIPv6MTUInfo(fd, level, opt int) (*IPv6MTUInfo, error) { function GetsockoptICMPv6Filter (line 1643) | func GetsockoptICMPv6Filter(fd, level, opt int) (*ICMPv6Filter, error) { function GetsockoptLinger (line 1650) | func GetsockoptLinger(fd, level, opt int) (*Linger, error) { function GetsockoptTimeval (line 1657) | func GetsockoptTimeval(fd, level, opt int) (*Timeval, error) { function GetsockoptUint64 (line 1664) | func GetsockoptUint64(fd, level, opt int) (value uint64, err error) { function Recvfrom (line 1671) | func Recvfrom(fd int, p []byte, flags int) (n int, from Sockaddr, err er... function Sendto (line 1683) | func Sendto(fd int, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptByte (line 1691) | func SetsockoptByte(fd, level, opt int, value byte) (err error) { function SetsockoptInt (line 1695) | func SetsockoptInt(fd, level, opt int, value int) (err error) { function SetsockoptInet4Addr (line 1700) | func SetsockoptInet4Addr(fd, level, opt int, value [4]byte) (err error) { function SetsockoptIPMreq (line 1704) | func SetsockoptIPMreq(fd, level, opt int, mreq *IPMreq) (err error) { function SetsockoptIPv6Mreq (line 1708) | func SetsockoptIPv6Mreq(fd, level, opt int, mreq *IPv6Mreq) (err error) { function SetsockoptICMPv6Filter (line 1712) | func SetsockoptICMPv6Filter(fd, level, opt int, filter *ICMPv6Filter) er... function SetsockoptLinger (line 1716) | func SetsockoptLinger(fd, level, opt int, l *Linger) (err error) { function SetsockoptString (line 1720) | func SetsockoptString(fd, level, opt int, s string) (err error) { function SetsockoptTimeval (line 1728) | func SetsockoptTimeval(fd, level, opt int, tv *Timeval) (err error) { function SetsockoptUint64 (line 1732) | func SetsockoptUint64(fd, level, opt int, value uint64) (err error) { function Socket (line 1736) | func Socket(domain, typ, proto int) (fd int, err error) { function Socketpair (line 1744) | func Socketpair(domain, typ, proto int) (fd [2]int, err error) { function CloseOnExec (line 1756) | func CloseOnExec(fd int) { fcntl(fd, F_SETFD, FD_CLOEXEC) } function SetNonblock (line 1758) | func SetNonblock(fd int, nonblocking bool) (err error) { function Exec (line 1777) | func Exec(argv0 string, argv []string, envv []string) error { function Mount (line 1781) | func Mount(source string, target string, fstype string, flags uintptr, d... function Unmount (line 1790) | func Unmount(name string, mtm int) (err error) { function fdToPath (line 1825) | func fdToPath(dirfd int) (path string, err error) { function direntLeToDirentUnix (line 1860) | func direntLeToDirentUnix(dirent *direntLE, dir uintptr, path string) (D... function Getdirentries (line 1885) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function ReadDirent (line 1959) | func ReadDirent(fd int, buf []byte) (n int, err error) { function direntIno (line 1964) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 1968) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 1972) | func direntNamlen(buf []byte) (uint64, bool) { FILE: vendor/golang.org/x/sys/unix/sysvshm_linux.go function SysvShmCtl (line 13) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix.go function SysvShmAttach (line 13) | func SysvShmAttach(id int, addr uintptr, flag int) ([]byte, error) { function SysvShmDetach (line 39) | func SysvShmDetach(data []byte) error { function SysvShmGet (line 49) | func SysvShmGet(key, size, flag int) (id int, err error) { FILE: vendor/golang.org/x/sys/unix/sysvshm_unix_other.go function SysvShmCtl (line 11) | func SysvShmCtl(id, cmd int, desc *SysvShmDesc) (result int, err error) { FILE: vendor/golang.org/x/sys/unix/timestruct.go function TimespecToNsec (line 12) | func TimespecToNsec(ts Timespec) int64 { return ts.Nano() } function NsecToTimespec (line 15) | func NsecToTimespec(nsec int64) Timespec { function TimeToTimespec (line 29) | func TimeToTimespec(t time.Time) (Timespec, error) { function TimevalToNsec (line 44) | func TimevalToNsec(tv Timeval) int64 { return tv.Nano() } function NsecToTimeval (line 47) | func NsecToTimeval(nsec int64) Timeval { method Unix (line 59) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 64) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 69) | func (ts *Timespec) Nano() int64 { method Nano (line 74) | func (tv *Timeval) Nano() int64 { FILE: vendor/golang.org/x/sys/unix/unveil_openbsd.go function Unveil (line 13) | func Unveil(path string, flags string) error { function UnveilBlock (line 30) | func UnveilBlock() error { function supportsUnveil (line 39) | func supportsUnveil() error { FILE: vendor/golang.org/x/sys/unix/xattr_bsd.go function xattrnamespace (line 16) | func xattrnamespace(fullattr string) (ns int, attr string, err error) { function initxattrdest (line 35) | func initxattrdest(dest []byte, idx int) (d unsafe.Pointer) { function Getxattr (line 50) | func Getxattr(file string, attr string, dest []byte) (sz int, err error) { function Fgetxattr (line 62) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function Lgetxattr (line 74) | func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) { function Fsetxattr (line 88) | func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) { function Setxattr (line 104) | func Setxattr(file string, attr string, data []byte, flags int) (err err... function Lsetxattr (line 120) | func Lsetxattr(link string, attr string, data []byte, flags int) (err er... function Removexattr (line 136) | func Removexattr(file string, attr string) (err error) { function Fremovexattr (line 146) | func Fremovexattr(fd int, attr string) (err error) { function Lremovexattr (line 156) | func Lremovexattr(link string, attr string) (err error) { function Listxattr (line 166) | func Listxattr(file string, dest []byte) (sz int, err error) { function ListxattrNS (line 198) | func ListxattrNS(file string, nsid int, dest []byte) (sz int, err error) { function Flistxattr (line 210) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function FlistxattrNS (line 234) | func FlistxattrNS(fd int, nsid int, dest []byte) (sz int, err error) { function Llistxattr (line 246) | func Llistxattr(link string, dest []byte) (sz int, err error) { function LlistxattrNS (line 270) | 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 14) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 15) | AF_BYPASS = 0x19 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 18) | AF_DATAKIT = 0x9 constant AF_DECnet (line 19) | AF_DECnet = 0xc constant AF_DLI (line 20) | AF_DLI = 0xd constant AF_ECMA (line 21) | AF_ECMA = 0x8 constant AF_HYLINK (line 22) | AF_HYLINK = 0xf constant AF_IMPLINK (line 23) | AF_IMPLINK = 0x3 constant AF_INET (line 24) | AF_INET = 0x2 constant AF_INET6 (line 25) | AF_INET6 = 0x18 constant AF_INTF (line 26) | AF_INTF = 0x14 constant AF_ISO (line 27) | AF_ISO = 0x7 constant AF_LAT (line 28) | AF_LAT = 0xe constant AF_LINK (line 29) | AF_LINK = 0x12 constant AF_LOCAL (line 30) | AF_LOCAL = 0x1 constant AF_MAX (line 31) | AF_MAX = 0x1e constant AF_NDD (line 32) | AF_NDD = 0x17 constant AF_NETWARE (line 33) | AF_NETWARE = 0x16 constant AF_NS (line 34) | AF_NS = 0x6 constant AF_OSI (line 35) | AF_OSI = 0x7 constant AF_PUP (line 36) | AF_PUP = 0x4 constant AF_RIF (line 37) | AF_RIF = 0x15 constant AF_ROUTE (line 38) | AF_ROUTE = 0x11 constant AF_SNA (line 39) | AF_SNA = 0xb constant AF_UNIX (line 40) | AF_UNIX = 0x1 constant AF_UNSPEC (line 41) | AF_UNSPEC = 0x0 constant ALTWERASE (line 42) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 43) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 44) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 45) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 46) | ARPHRD_FDDI = 0x1 constant B0 (line 47) | B0 = 0x0 constant B110 (line 48) | B110 = 0x3 constant B1200 (line 49) | B1200 = 0x9 constant B134 (line 50) | B134 = 0x4 constant B150 (line 51) | B150 = 0x5 constant B1800 (line 52) | B1800 = 0xa constant B19200 (line 53) | B19200 = 0xe constant B200 (line 54) | B200 = 0x6 constant B2400 (line 55) | B2400 = 0xb constant B300 (line 56) | B300 = 0x7 constant B38400 (line 57) | B38400 = 0xf constant B4800 (line 58) | B4800 = 0xc constant B50 (line 59) | B50 = 0x1 constant B600 (line 60) | B600 = 0x8 constant B75 (line 61) | B75 = 0x2 constant B9600 (line 62) | B9600 = 0xd constant BRKINT (line 63) | BRKINT = 0x2 constant BS0 (line 64) | BS0 = 0x0 constant BS1 (line 65) | BS1 = 0x1000 constant BSDLY (line 66) | BSDLY = 0x1000 constant CAP_AACCT (line 67) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 68) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 69) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 70) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 71) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 72) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 73) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 74) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 75) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 76) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 77) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 78) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 79) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 80) | CAP_SET = 0x1 constant CBAUD (line 81) | CBAUD = 0xf constant CFLUSH (line 82) | CFLUSH = 0xf constant CIBAUD (line 83) | CIBAUD = 0xf0000 constant CLOCAL (line 84) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 85) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 86) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 87) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 88) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 89) | CR0 = 0x0 constant CR1 (line 90) | CR1 = 0x100 constant CR2 (line 91) | CR2 = 0x200 constant CR3 (line 92) | CR3 = 0x300 constant CRDLY (line 93) | CRDLY = 0x300 constant CREAD (line 94) | CREAD = 0x80 constant CS5 (line 95) | CS5 = 0x0 constant CS6 (line 96) | CS6 = 0x10 constant CS7 (line 97) | CS7 = 0x20 constant CS8 (line 98) | CS8 = 0x30 constant CSIOCGIFCONF (line 99) | CSIOCGIFCONF = -0x3ff796dc constant CSIZE (line 100) | CSIZE = 0x30 constant CSMAP_DIR (line 101) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 102) | CSTART = '\021' constant CSTOP (line 103) | CSTOP = '\023' constant CSTOPB (line 104) | CSTOPB = 0x40 constant CSUSP (line 105) | CSUSP = 0x1a constant ECHO (line 106) | ECHO = 0x8 constant ECHOCTL (line 107) | ECHOCTL = 0x20000 constant ECHOE (line 108) | ECHOE = 0x10 constant ECHOK (line 109) | ECHOK = 0x20 constant ECHOKE (line 110) | ECHOKE = 0x80000 constant ECHONL (line 111) | ECHONL = 0x40 constant ECHOPRT (line 112) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 113) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 114) | ETHERNET_CSMACD = 0x6 constant EVENP (line 115) | EVENP = 0x80 constant EXCONTINUE (line 116) | EXCONTINUE = 0x0 constant EXDLOK (line 117) | EXDLOK = 0x3 constant EXIO (line 118) | EXIO = 0x2 constant EXPGIO (line 119) | EXPGIO = 0x0 constant EXRESUME (line 120) | EXRESUME = 0x2 constant EXRETURN (line 121) | EXRETURN = 0x1 constant EXSIG (line 122) | EXSIG = 0x4 constant EXTA (line 123) | EXTA = 0xe constant EXTB (line 124) | EXTB = 0xf constant EXTRAP (line 125) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 126) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 127) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 128) | E_ACC = 0x0 constant FD_CLOEXEC (line 129) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 130) | FD_SETSIZE = 0xfffe constant FF0 (line 131) | FF0 = 0x0 constant FF1 (line 132) | FF1 = 0x2000 constant FFDLY (line 133) | FFDLY = 0x2000 constant FLUSHBAND (line 134) | FLUSHBAND = 0x40 constant FLUSHLOW (line 135) | FLUSHLOW = 0x8 constant FLUSHO (line 136) | FLUSHO = 0x100000 constant FLUSHR (line 137) | FLUSHR = 0x1 constant FLUSHRW (line 138) | FLUSHRW = 0x3 constant FLUSHW (line 139) | FLUSHW = 0x2 constant F_CLOSEM (line 140) | F_CLOSEM = 0xa constant F_DUP2FD (line 141) | F_DUP2FD = 0xe constant F_DUPFD (line 142) | F_DUPFD = 0x0 constant F_GETFD (line 143) | F_GETFD = 0x1 constant F_GETFL (line 144) | F_GETFL = 0x3 constant F_GETLK (line 145) | F_GETLK = 0x5 constant F_GETLK64 (line 146) | F_GETLK64 = 0xb constant F_GETOWN (line 147) | F_GETOWN = 0x8 constant F_LOCK (line 148) | F_LOCK = 0x1 constant F_OK (line 149) | F_OK = 0x0 constant F_RDLCK (line 150) | F_RDLCK = 0x1 constant F_SETFD (line 151) | F_SETFD = 0x2 constant F_SETFL (line 152) | F_SETFL = 0x4 constant F_SETLK (line 153) | F_SETLK = 0x6 constant F_SETLK64 (line 154) | F_SETLK64 = 0xc constant F_SETLKW (line 155) | F_SETLKW = 0x7 constant F_SETLKW64 (line 156) | F_SETLKW64 = 0xd constant F_SETOWN (line 157) | F_SETOWN = 0x9 constant F_TEST (line 158) | F_TEST = 0x3 constant F_TLOCK (line 159) | F_TLOCK = 0x2 constant F_TSTLK (line 160) | F_TSTLK = 0xf constant F_ULOCK (line 161) | F_ULOCK = 0x0 constant F_UNLCK (line 162) | F_UNLCK = 0x3 constant F_WRLCK (line 163) | F_WRLCK = 0x2 constant HUPCL (line 164) | HUPCL = 0x400 constant IBSHIFT (line 165) | IBSHIFT = 0x10 constant ICANON (line 166) | ICANON = 0x2 constant ICMP6_FILTER (line 167) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 168) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 169) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 170) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 171) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 172) | ICRNL = 0x100 constant IEXTEN (line 173) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 174) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 175) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 176) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 177) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 178) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 179) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 180) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 181) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 182) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 183) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 184) | IFF_D1 = 0x8000 constant IFF_D2 (line 185) | IFF_D2 = 0x4000 constant IFF_D3 (line 186) | IFF_D3 = 0x2000 constant IFF_D4 (line 187) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 188) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 189) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 190) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 191) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 192) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 193) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 194) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 195) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 196) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 197) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 198) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 199) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 200) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 201) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 202) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 203) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 204) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 205) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 206) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 207) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 208) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 209) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 210) | IFF_UP = 0x1 constant IFF_VIPA (line 211) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 212) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 213) | IFO_FLUSH = 0x1 constant IFT_1822 (line 214) | IFT_1822 = 0x2 constant IFT_AAL5 (line 215) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 216) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 217) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 218) | IFT_ATM = 0x25 constant IFT_CEPT (line 219) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 220) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 221) | IFT_DS3 = 0x1e constant IFT_EON (line 222) | IFT_EON = 0x19 constant IFT_ETHER (line 223) | IFT_ETHER = 0x6 constant IFT_FCS (line 224) | IFT_FCS = 0x3a constant IFT_FDDI (line 225) | IFT_FDDI = 0xf constant IFT_FRELAY (line 226) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 227) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 228) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 229) | IFT_HDH1822 = 0x3 constant IFT_HF (line 230) | IFT_HF = 0x3d constant IFT_HIPPI (line 231) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 232) | IFT_HSSI = 0x2e constant IFT_HY (line 233) | IFT_HY = 0xe constant IFT_IB (line 234) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 235) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 236) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 237) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 238) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 239) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 240) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 241) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 242) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 243) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 244) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 245) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 246) | IFT_MODEM = 0x30 constant IFT_NSIP (line 247) | IFT_NSIP = 0x1b constant IFT_OTHER (line 248) | IFT_OTHER = 0x1 constant IFT_P10 (line 249) | IFT_P10 = 0xc constant IFT_P80 (line 250) | IFT_P80 = 0xd constant IFT_PARA (line 251) | IFT_PARA = 0x22 constant IFT_PPP (line 252) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 253) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 254) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 255) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 256) | IFT_RS232 = 0x21 constant IFT_SDLC (line 257) | IFT_SDLC = 0x11 constant IFT_SIP (line 258) | IFT_SIP = 0x1f constant IFT_SLIP (line 259) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 260) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 261) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 262) | IFT_SN = 0x38 constant IFT_SONET (line 263) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 264) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 265) | IFT_SONETVT = 0x33 constant IFT_SP (line 266) | IFT_SP = 0x39 constant IFT_STARLAN (line 267) | IFT_STARLAN = 0xb constant IFT_T1 (line 268) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 269) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 270) | IFT_ULTRA = 0x1d constant IFT_V35 (line 271) | IFT_V35 = 0x2d constant IFT_VIPA (line 272) | IFT_VIPA = 0x37 constant IFT_X25 (line 273) | IFT_X25 = 0x5 constant IFT_X25DDN (line 274) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 275) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 276) | IFT_XETHER = 0x1a constant IGNBRK (line 277) | IGNBRK = 0x1 constant IGNCR (line 278) | IGNCR = 0x80 constant IGNPAR (line 279) | IGNPAR = 0x4 constant IMAXBEL (line 280) | IMAXBEL = 0x10000 constant INLCR (line 281) | INLCR = 0x40 constant INPCK (line 282) | INPCK = 0x10 constant IN_CLASSA_HOST (line 283) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 284) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 285) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 286) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 287) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 288) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 289) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 290) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 291) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 292) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 293) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 294) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 295) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 296) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 297) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 298) | IN_USE = 0x1 constant IPPROTO_AH (line 299) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 300) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 301) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 302) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 303) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 304) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 305) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 306) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 307) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 308) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 309) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 310) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 311) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 312) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 313) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 314) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 315) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 316) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 317) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 318) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 319) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 320) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 321) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 322) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 323) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 324) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 325) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 326) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 327) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 328) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 329) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 330) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 331) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 332) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 333) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 334) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 335) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 336) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 337) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 338) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 339) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 340) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 341) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 342) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 343) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 344) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 345) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 346) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 347) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 348) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 349) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 350) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 351) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 352) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 353) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 354) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 355) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 356) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 357) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 358) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 359) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 360) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 361) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 362) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 363) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 364) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 365) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 366) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 367) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 368) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 369) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 370) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 371) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 372) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 373) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 374) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 375) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 376) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 377) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 378) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 379) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 380) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 381) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 382) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 383) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 384) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 385) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 386) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 387) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 388) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 389) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 390) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 391) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 392) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 393) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 394) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 395) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 396) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 397) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 398) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 399) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 400) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 401) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 402) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 403) | IP_DF = 0x4000 constant IP_DHCPMODE (line 404) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 405) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 406) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 407) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 408) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 409) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 410) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 411) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 412) | IP_MAXPACKET = 0xffff constant IP_MF (line 413) | IP_MF = 0x2000 constant IP_MSS (line 414) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 415) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 416) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 417) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 418) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 419) | IP_OPT = 0x1b constant IP_OPTIONS (line 420) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 421) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 422) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 423) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 424) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 425) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 426) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 427) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 428) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 429) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 430) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 431) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 432) | IP_TOS = 0x3 constant IP_TTL (line 433) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 434) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 435) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 436) | ISIG = 0x1 constant ISTRIP (line 437) | ISTRIP = 0x20 constant IUCLC (line 438) | IUCLC = 0x800 constant IXANY (line 439) | IXANY = 0x1000 constant IXOFF (line 440) | IXOFF = 0x400 constant IXON (line 441) | IXON = 0x200 constant I_FLUSH (line 442) | I_FLUSH = 0x20005305 constant LNOFLSH (line 443) | LNOFLSH = 0x8000 constant LOCK_EX (line 444) | LOCK_EX = 0x2 constant LOCK_NB (line 445) | LOCK_NB = 0x4 constant LOCK_SH (line 446) | LOCK_SH = 0x1 constant LOCK_UN (line 447) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 448) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 449) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 450) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 451) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 452) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 453) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 454) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 455) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 456) | MAP_FILE = 0x0 constant MAP_FIXED (line 457) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 458) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 459) | MAP_SHARED = 0x1 constant MAP_TYPE (line 460) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 461) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 462) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 463) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 464) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 465) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 466) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 467) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 468) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 469) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 470) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 471) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 472) | MCL_FUTURE = 0x200 constant MSG_ANY (line 473) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 474) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 475) | MSG_BAND = 0x2 constant MSG_COMPAT (line 476) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 477) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 478) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 479) | MSG_EOR = 0x8 constant MSG_HIPRI (line 480) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 481) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 482) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 483) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 484) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 485) | MSG_OOB = 0x1 constant MSG_PEEK (line 486) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 487) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 488) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 489) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 490) | MS_ASYNC = 0x10 constant MS_EINTR (line 491) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 492) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 493) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 494) | MS_SYNC = 0x20 constant NFDBITS (line 495) | NFDBITS = 0x20 constant NL0 (line 496) | NL0 = 0x0 constant NL1 (line 497) | NL1 = 0x4000 constant NL2 (line 498) | NL2 = 0x8000 constant NL3 (line 499) | NL3 = 0xc000 constant NLDLY (line 500) | NLDLY = 0x4000 constant NOFLSH (line 501) | NOFLSH = 0x80 constant NOFLUSH (line 502) | NOFLUSH = 0x80000000 constant OCRNL (line 503) | OCRNL = 0x8 constant OFDEL (line 504) | OFDEL = 0x80 constant OFILL (line 505) | OFILL = 0x40 constant OLCUC (line 506) | OLCUC = 0x2 constant ONLCR (line 507) | ONLCR = 0x4 constant ONLRET (line 508) | ONLRET = 0x20 constant ONOCR (line 509) | ONOCR = 0x10 constant ONOEOT (line 510) | ONOEOT = 0x80000 constant OPOST (line 511) | OPOST = 0x1 constant OXTABS (line 512) | OXTABS = 0x40000 constant O_ACCMODE (line 513) | O_ACCMODE = 0x23 constant O_APPEND (line 514) | O_APPEND = 0x8 constant O_CIO (line 515) | O_CIO = 0x80 constant O_CIOR (line 516) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 517) | O_CLOEXEC = 0x800000 constant O_CREAT (line 518) | O_CREAT = 0x100 constant O_DEFER (line 519) | O_DEFER = 0x2000 constant O_DELAY (line 520) | O_DELAY = 0x4000 constant O_DIRECT (line 521) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 522) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 523) | O_DSYNC = 0x400000 constant O_EFSOFF (line 524) | O_EFSOFF = 0x400000000 constant O_EFSON (line 525) | O_EFSON = 0x200000000 constant O_EXCL (line 526) | O_EXCL = 0x400 constant O_EXEC (line 527) | O_EXEC = 0x20 constant O_LARGEFILE (line 528) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 529) | O_NDELAY = 0x8000 constant O_NOCACHE (line 530) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 531) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 532) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 533) | O_NONBLOCK = 0x4 constant O_NONE (line 534) | O_NONE = 0x3 constant O_NSHARE (line 535) | O_NSHARE = 0x10000 constant O_RAW (line 536) | O_RAW = 0x100000000 constant O_RDONLY (line 537) | O_RDONLY = 0x0 constant O_RDWR (line 538) | O_RDWR = 0x2 constant O_RSHARE (line 539) | O_RSHARE = 0x1000 constant O_RSYNC (line 540) | O_RSYNC = 0x200000 constant O_SEARCH (line 541) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 542) | O_SNAPSHOT = 0x40 constant O_SYNC (line 543) | O_SYNC = 0x10 constant O_TRUNC (line 544) | O_TRUNC = 0x200 constant O_TTY_INIT (line 545) | O_TTY_INIT = 0x0 constant O_WRONLY (line 546) | O_WRONLY = 0x1 constant PARENB (line 547) | PARENB = 0x100 constant PAREXT (line 548) | PAREXT = 0x100000 constant PARMRK (line 549) | PARMRK = 0x8 constant PARODD (line 550) | PARODD = 0x200 constant PENDIN (line 551) | PENDIN = 0x20000000 constant PRIO_PGRP (line 552) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 553) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 554) | PRIO_USER = 0x2 constant PROT_EXEC (line 555) | PROT_EXEC = 0x4 constant PROT_NONE (line 556) | PROT_NONE = 0x0 constant PROT_READ (line 557) | PROT_READ = 0x1 constant PROT_WRITE (line 558) | PROT_WRITE = 0x2 constant PR_64BIT (line 559) | PR_64BIT = 0x20 constant PR_ADDR (line 560) | PR_ADDR = 0x2 constant PR_ARGEXT (line 561) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 562) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 563) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 564) | PR_FASTHZ = 0x5 constant PR_INP (line 565) | PR_INP = 0x40 constant PR_INTRLEVEL (line 566) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 567) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 568) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 569) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 570) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 571) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 572) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 573) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 574) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 575) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 576) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 577) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 578) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 579) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 580) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 581) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 582) | RLIM_INFINITY = 0x7fffffff constant RTAX_AUTHOR (line 583) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 584) | RTAX_BRD = 0x7 constant RTAX_DST (line 585) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 586) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 587) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 588) | RTAX_IFA = 0x5 constant RTAX_IFP (line 589) | RTAX_IFP = 0x4 constant RTAX_MAX (line 590) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 591) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 592) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 593) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 594) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 595) | RTA_DST = 0x1 constant RTA_GATEWAY (line 596) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 597) | RTA_GENMASK = 0x8 constant RTA_IFA (line 598) | RTA_IFA = 0x20 constant RTA_IFP (line 599) | RTA_IFP = 0x10 constant RTA_NETMASK (line 600) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 601) | RTC_IA64 = 0x3 constant RTC_POWER (line 602) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 603) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 604) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 605) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 606) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 607) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 608) | RTF_BUL = 0x2000 constant RTF_CLONE (line 609) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 610) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 611) | RTF_CLONING = 0x100 constant RTF_DONE (line 612) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 613) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 614) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 615) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 616) | RTF_HOST = 0x4 constant RTF_LLINFO (line 617) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 618) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 619) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 620) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 621) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 622) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 623) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 624) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 625) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 626) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 627) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 628) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 629) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 630) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 631) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 632) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 633) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 634) | RTM_ADD = 0x1 constant RTM_CHANGE (line 635) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 636) | RTM_DELADDR = 0xd constant RTM_DELETE (line 637) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 638) | RTM_EXPIRE = 0xf constant RTM_GET (line 639) | RTM_GET = 0x4 constant RTM_GETNEXT (line 640) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 641) | RTM_IFINFO = 0xe constant RTM_LOCK (line 642) | RTM_LOCK = 0x8 constant RTM_LOSING (line 643) | RTM_LOSING = 0x5 constant RTM_MISS (line 644) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 645) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 646) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 647) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 648) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 649) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 650) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 651) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 652) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 653) | RTM_SET = 0x13 constant RTM_VERSION (line 654) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 655) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 656) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 657) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 658) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 659) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 660) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 661) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 662) | RTV_MTU = 0x1 constant RTV_RPIPE (line 663) | RTV_RPIPE = 0x8 constant RTV_RTT (line 664) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 665) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 666) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 667) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 668) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 669) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 670) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 671) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 672) | SHUT_RD = 0x0 constant SHUT_RDWR (line 673) | SHUT_RDWR = 0x2 constant SHUT_WR (line 674) | SHUT_WR = 0x1 constant SIGMAX64 (line 675) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 676) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 677) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 678) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 679) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 680) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 681) | SIOCADDRT = -0x7fcf8df6 constant SIOCAIFADDR (line 682) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 683) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 684) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 685) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 686) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 687) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 688) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 689) | SIOCDELRT = -0x7fcf8df5 constant SIOCDIFADDR (line 690) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 691) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 692) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 693) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 694) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 695) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 696) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 697) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 698) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 699) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 700) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 701) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 702) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 703) | SIOCGIFCONF = -0x3ff796bb constant SIOCGIFCONFGLOB (line 704) | SIOCGIFCONFGLOB = -0x3ff79670 constant SIOCGIFDSTADDR (line 705) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 706) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 707) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 708) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 709) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 710) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 711) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 712) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 713) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 714) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 715) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 716) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 717) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 718) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 719) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 720) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 721) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 722) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 723) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 724) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 725) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 726) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 727) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 728) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 729) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 730) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 731) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 732) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 733) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 734) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 735) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 736) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 737) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 738) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 739) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 740) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 741) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 742) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 743) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 744) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 745) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 746) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 747) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 748) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 749) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 750) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 751) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 752) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 753) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 754) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 755) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 756) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 757) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 758) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 759) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 760) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 761) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 762) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 763) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 764) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 765) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 766) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 767) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 768) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 769) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 770) | SIOCSLOWAT = 0x80047302 constant SIOCSNETOPT (line 771) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 772) | SIOCSPGRP = 0x80047308 constant SIOCSX25XLATE (line 773) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 774) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 775) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 776) | SOCK_RAW = 0x3 constant SOCK_RDM (line 777) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 778) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 779) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 780) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 781) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 782) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 783) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 784) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 785) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 786) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 787) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 788) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 789) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 790) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 791) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 792) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 793) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 794) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 795) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 796) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 797) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 798) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 799) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 800) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 801) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 802) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 803) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 804) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 805) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 806) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 807) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 808) | S_BANDURG = 0x400 constant S_EMODFMT (line 809) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 810) | S_ENFMT = 0x400 constant S_ERROR (line 811) | S_ERROR = 0x100 constant S_HANGUP (line 812) | S_HANGUP = 0x200 constant S_HIPRI (line 813) | S_HIPRI = 0x2 constant S_ICRYPTO (line 814) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 815) | S_IEXEC = 0x40 constant S_IFBLK (line 816) | S_IFBLK = 0x6000 constant S_IFCHR (line 817) | S_IFCHR = 0x2000 constant S_IFDIR (line 818) | S_IFDIR = 0x4000 constant S_IFIFO (line 819) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 820) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 821) | S_IFLNK = 0xa000 constant S_IFMPX (line 822) | S_IFMPX = 0x2200 constant S_IFMT (line 823) | S_IFMT = 0xf000 constant S_IFPDIR (line 824) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 825) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 826) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 827) | S_IFREG = 0x8000 constant S_IFSOCK (line 828) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 829) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 830) | S_INPUT = 0x1 constant S_IREAD (line 831) | S_IREAD = 0x100 constant S_IRGRP (line 832) | S_IRGRP = 0x20 constant S_IROTH (line 833) | S_IROTH = 0x4 constant S_IRUSR (line 834) | S_IRUSR = 0x100 constant S_IRWXG (line 835) | S_IRWXG = 0x38 constant S_IRWXO (line 836) | S_IRWXO = 0x7 constant S_IRWXU (line 837) | S_IRWXU = 0x1c0 constant S_ISGID (line 838) | S_ISGID = 0x400 constant S_ISUID (line 839) | S_ISUID = 0x800 constant S_ISVTX (line 840) | S_ISVTX = 0x200 constant S_ITCB (line 841) | S_ITCB = 0x1000000 constant S_ITP (line 842) | S_ITP = 0x800000 constant S_IWGRP (line 843) | S_IWGRP = 0x10 constant S_IWOTH (line 844) | S_IWOTH = 0x2 constant S_IWRITE (line 845) | S_IWRITE = 0x80 constant S_IWUSR (line 846) | S_IWUSR = 0x80 constant S_IXACL (line 847) | S_IXACL = 0x2000000 constant S_IXATTR (line 848) | S_IXATTR = 0x40000 constant S_IXGRP (line 849) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 850) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 851) | S_IXMOD = 0x40000000 constant S_IXOTH (line 852) | S_IXOTH = 0x1 constant S_IXUSR (line 853) | S_IXUSR = 0x40 constant S_MSG (line 854) | S_MSG = 0x8 constant S_OUTPUT (line 855) | S_OUTPUT = 0x4 constant S_RDBAND (line 856) | S_RDBAND = 0x20 constant S_RDNORM (line 857) | S_RDNORM = 0x10 constant S_RESERVED1 (line 858) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 859) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 860) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 861) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 862) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 863) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 864) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 865) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 866) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 867) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 868) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 869) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 870) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 871) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 872) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 873) | S_WRBAND = 0x80 constant S_WRNORM (line 874) | S_WRNORM = 0x40 constant TAB0 (line 875) | TAB0 = 0x0 constant TAB1 (line 876) | TAB1 = 0x400 constant TAB2 (line 877) | TAB2 = 0x800 constant TAB3 (line 878) | TAB3 = 0xc00 constant TABDLY (line 879) | TABDLY = 0xc00 constant TCFLSH (line 880) | TCFLSH = 0x540c constant TCGETA (line 881) | TCGETA = 0x5405 constant TCGETS (line 882) | TCGETS = 0x5401 constant TCIFLUSH (line 883) | TCIFLUSH = 0x0 constant TCIOFF (line 884) | TCIOFF = 0x2 constant TCIOFLUSH (line 885) | TCIOFLUSH = 0x2 constant TCION (line 886) | TCION = 0x3 constant TCOFLUSH (line 887) | TCOFLUSH = 0x1 constant TCOOFF (line 888) | TCOOFF = 0x0 constant TCOON (line 889) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 890) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 891) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 892) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 893) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 894) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 895) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 896) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 897) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 898) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 899) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 900) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 901) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 902) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 903) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 904) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 905) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 906) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 907) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 908) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 909) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 910) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 911) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 912) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 913) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 914) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 915) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 916) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 917) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 918) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 919) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 920) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 921) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 922) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 923) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 924) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 925) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 926) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 927) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 928) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 929) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 930) | TCSAFLUSH = 0x2 constant TCSBRK (line 931) | TCSBRK = 0x5409 constant TCSETA (line 932) | TCSETA = 0x5406 constant TCSETAF (line 933) | TCSETAF = 0x5408 constant TCSETAW (line 934) | TCSETAW = 0x5407 constant TCSETS (line 935) | TCSETS = 0x5402 constant TCSETSF (line 936) | TCSETSF = 0x5404 constant TCSETSW (line 937) | TCSETSW = 0x5403 constant TCXONC (line 938) | TCXONC = 0x540b constant TIMER_ABSTIME (line 939) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 940) | TIMER_MAX = 0x20 constant TIOC (line 941) | TIOC = 0x5400 constant TIOCCBRK (line 942) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 943) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 944) | TIOCCONS = 0x80047462 constant TIOCEXCL (line 945) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 946) | TIOCFLUSH = 0x80047410 constant TIOCGETC (line 947) | TIOCGETC = 0x40067412 constant TIOCGETD (line 948) | TIOCGETD = 0x40047400 constant TIOCGETP (line 949) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 950) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 951) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 952) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 953) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 954) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 955) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 956) | TIOCLBIC = 0x8004747e constant TIOCLBIS (line 957) | TIOCLBIS = 0x8004747f constant TIOCLGET (line 958) | TIOCLGET = 0x4004747c constant TIOCLSET (line 959) | TIOCLSET = 0x8004747d constant TIOCMBIC (line 960) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 961) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 962) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 963) | TIOCMIWAIT = 0x80047464 constant TIOCMODG (line 964) | TIOCMODG = 0x40047403 constant TIOCMODS (line 965) | TIOCMODS = 0x80047404 constant TIOCMSET (line 966) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 967) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 968) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 969) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 970) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 971) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 972) | TIOCM_LE = 0x1 constant TIOCM_RI (line 973) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 974) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 975) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 976) | TIOCM_SR = 0x10 constant TIOCM_ST (line 977) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 978) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 979) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 980) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 981) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 982) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 983) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 984) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 985) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 986) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 987) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 988) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 989) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 990) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 991) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 992) | TIOCSETC = 0x80067411 constant TIOCSETD (line 993) | TIOCSETD = 0x80047401 constant TIOCSETN (line 994) | TIOCSETN = 0x8006740a constant TIOCSETP (line 995) | TIOCSETP = 0x80067409 constant TIOCSLTC (line 996) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 997) | TIOCSPGRP = 0x80047476 constant TIOCSSIZE (line 998) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 999) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1000) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1001) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1002) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1003) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1004) | TOSTOP = 0x10000 constant UTIME_NOW (line 1005) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1006) | UTIME_OMIT = -0x3 constant VDISCRD (line 1007) | VDISCRD = 0xc constant VDSUSP (line 1008) | VDSUSP = 0xa constant VEOF (line 1009) | VEOF = 0x4 constant VEOL (line 1010) | VEOL = 0x5 constant VEOL2 (line 1011) | VEOL2 = 0x6 constant VERASE (line 1012) | VERASE = 0x2 constant VINTR (line 1013) | VINTR = 0x0 constant VKILL (line 1014) | VKILL = 0x3 constant VLNEXT (line 1015) | VLNEXT = 0xe constant VMIN (line 1016) | VMIN = 0x4 constant VQUIT (line 1017) | VQUIT = 0x1 constant VREPRINT (line 1018) | VREPRINT = 0xb constant VSTART (line 1019) | VSTART = 0x7 constant VSTOP (line 1020) | VSTOP = 0x8 constant VSTRT (line 1021) | VSTRT = 0x7 constant VSUSP (line 1022) | VSUSP = 0x9 constant VT0 (line 1023) | VT0 = 0x0 constant VT1 (line 1024) | VT1 = 0x8000 constant VTDELAY (line 1025) | VTDELAY = 0x2000 constant VTDLY (line 1026) | VTDLY = 0x8000 constant VTIME (line 1027) | VTIME = 0x5 constant VWERSE (line 1028) | VWERSE = 0xd constant WPARSTART (line 1029) | WPARSTART = 0x1 constant WPARSTOP (line 1030) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1031) | WPARTTYNAME = "Global" constant XCASE (line 1032) | XCASE = 0x4 constant XTABS (line 1033) | XTABS = 0xc00 constant _FDATAFLUSH (line 1034) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1039) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1040) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1041) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1042) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1043) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1044) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1045) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1046) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1047) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1048) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1049) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1050) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1051) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1052) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1053) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1054) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1055) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1056) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1057) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1058) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1059) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1060) | EDIST = syscall.Errno(0x35) constant EDOM (line 1061) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1062) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1063) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1064) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1065) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1066) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1067) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1068) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1069) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1070) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1071) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1072) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1073) | EINVAL = syscall.Errno(0x16) constant EIO (line 1074) | EIO = syscall.Errno(0x5) constant EISCONN (line 1075) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1076) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1077) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1078) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1079) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1080) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1081) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1082) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1083) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1084) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1085) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1086) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1087) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1088) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1089) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1090) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1091) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1092) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1093) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1094) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1095) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1096) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1097) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1098) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1099) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1100) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1101) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1102) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1103) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1104) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1105) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1106) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1107) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1108) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1109) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1110) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1111) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1112) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1113) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1114) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1115) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1116) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1117) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1118) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1119) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1120) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1121) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1122) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1123) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1124) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1125) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1126) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1127) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1128) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1129) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1130) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1131) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1132) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1133) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1134) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1135) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1136) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1137) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1138) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1139) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1140) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1141) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1142) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1143) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1144) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1145) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1146) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1147) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1148) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1149) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1150) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1151) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1156) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1157) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1158) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1159) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1160) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1161) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1162) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1163) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1164) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1165) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1166) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1167) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1168) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1169) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1170) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1171) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1172) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1173) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1174) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1175) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1176) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1177) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1178) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1179) | SIGMAX = syscall.Signal(0x3f) constant SIGMAX32 (line 1180) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1181) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1182) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1183) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1184) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1185) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1186) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1187) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1188) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1189) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1190) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1191) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1192) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1193) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1194) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1195) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1196) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1197) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1198) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1199) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1200) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1201) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1202) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1203) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1204) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1205) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1206) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1207) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1208) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1209) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1210) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1211) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1212) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BYPASS (line 15) | AF_BYPASS = 0x19 constant AF_CCITT (line 16) | AF_CCITT = 0xa constant AF_CHAOS (line 17) | AF_CHAOS = 0x5 constant AF_DATAKIT (line 18) | AF_DATAKIT = 0x9 constant AF_DECnet (line 19) | AF_DECnet = 0xc constant AF_DLI (line 20) | AF_DLI = 0xd constant AF_ECMA (line 21) | AF_ECMA = 0x8 constant AF_HYLINK (line 22) | AF_HYLINK = 0xf constant AF_IMPLINK (line 23) | AF_IMPLINK = 0x3 constant AF_INET (line 24) | AF_INET = 0x2 constant AF_INET6 (line 25) | AF_INET6 = 0x18 constant AF_INTF (line 26) | AF_INTF = 0x14 constant AF_ISO (line 27) | AF_ISO = 0x7 constant AF_LAT (line 28) | AF_LAT = 0xe constant AF_LINK (line 29) | AF_LINK = 0x12 constant AF_LOCAL (line 30) | AF_LOCAL = 0x1 constant AF_MAX (line 31) | AF_MAX = 0x1e constant AF_NDD (line 32) | AF_NDD = 0x17 constant AF_NETWARE (line 33) | AF_NETWARE = 0x16 constant AF_NS (line 34) | AF_NS = 0x6 constant AF_OSI (line 35) | AF_OSI = 0x7 constant AF_PUP (line 36) | AF_PUP = 0x4 constant AF_RIF (line 37) | AF_RIF = 0x15 constant AF_ROUTE (line 38) | AF_ROUTE = 0x11 constant AF_SNA (line 39) | AF_SNA = 0xb constant AF_UNIX (line 40) | AF_UNIX = 0x1 constant AF_UNSPEC (line 41) | AF_UNSPEC = 0x0 constant ALTWERASE (line 42) | ALTWERASE = 0x400000 constant ARPHRD_802_3 (line 43) | ARPHRD_802_3 = 0x6 constant ARPHRD_802_5 (line 44) | ARPHRD_802_5 = 0x6 constant ARPHRD_ETHER (line 45) | ARPHRD_ETHER = 0x1 constant ARPHRD_FDDI (line 46) | ARPHRD_FDDI = 0x1 constant B0 (line 47) | B0 = 0x0 constant B110 (line 48) | B110 = 0x3 constant B1200 (line 49) | B1200 = 0x9 constant B134 (line 50) | B134 = 0x4 constant B150 (line 51) | B150 = 0x5 constant B1800 (line 52) | B1800 = 0xa constant B19200 (line 53) | B19200 = 0xe constant B200 (line 54) | B200 = 0x6 constant B2400 (line 55) | B2400 = 0xb constant B300 (line 56) | B300 = 0x7 constant B38400 (line 57) | B38400 = 0xf constant B4800 (line 58) | B4800 = 0xc constant B50 (line 59) | B50 = 0x1 constant B600 (line 60) | B600 = 0x8 constant B75 (line 61) | B75 = 0x2 constant B9600 (line 62) | B9600 = 0xd constant BRKINT (line 63) | BRKINT = 0x2 constant BS0 (line 64) | BS0 = 0x0 constant BS1 (line 65) | BS1 = 0x1000 constant BSDLY (line 66) | BSDLY = 0x1000 constant CAP_AACCT (line 67) | CAP_AACCT = 0x6 constant CAP_ARM_APPLICATION (line 68) | CAP_ARM_APPLICATION = 0x5 constant CAP_BYPASS_RAC_VMM (line 69) | CAP_BYPASS_RAC_VMM = 0x3 constant CAP_CLEAR (line 70) | CAP_CLEAR = 0x0 constant CAP_CREDENTIALS (line 71) | CAP_CREDENTIALS = 0x7 constant CAP_EFFECTIVE (line 72) | CAP_EFFECTIVE = 0x1 constant CAP_EWLM_AGENT (line 73) | CAP_EWLM_AGENT = 0x4 constant CAP_INHERITABLE (line 74) | CAP_INHERITABLE = 0x2 constant CAP_MAXIMUM (line 75) | CAP_MAXIMUM = 0x7 constant CAP_NUMA_ATTACH (line 76) | CAP_NUMA_ATTACH = 0x2 constant CAP_PERMITTED (line 77) | CAP_PERMITTED = 0x3 constant CAP_PROPAGATE (line 78) | CAP_PROPAGATE = 0x1 constant CAP_PROPOGATE (line 79) | CAP_PROPOGATE = 0x1 constant CAP_SET (line 80) | CAP_SET = 0x1 constant CBAUD (line 81) | CBAUD = 0xf constant CFLUSH (line 82) | CFLUSH = 0xf constant CIBAUD (line 83) | CIBAUD = 0xf0000 constant CLOCAL (line 84) | CLOCAL = 0x800 constant CLOCK_MONOTONIC (line 85) | CLOCK_MONOTONIC = 0xa constant CLOCK_PROCESS_CPUTIME_ID (line 86) | CLOCK_PROCESS_CPUTIME_ID = 0xb constant CLOCK_REALTIME (line 87) | CLOCK_REALTIME = 0x9 constant CLOCK_THREAD_CPUTIME_ID (line 88) | CLOCK_THREAD_CPUTIME_ID = 0xc constant CR0 (line 89) | CR0 = 0x0 constant CR1 (line 90) | CR1 = 0x100 constant CR2 (line 91) | CR2 = 0x200 constant CR3 (line 92) | CR3 = 0x300 constant CRDLY (line 93) | CRDLY = 0x300 constant CREAD (line 94) | CREAD = 0x80 constant CS5 (line 95) | CS5 = 0x0 constant CS6 (line 96) | CS6 = 0x10 constant CS7 (line 97) | CS7 = 0x20 constant CS8 (line 98) | CS8 = 0x30 constant CSIOCGIFCONF (line 99) | CSIOCGIFCONF = -0x3fef96dc constant CSIZE (line 100) | CSIZE = 0x30 constant CSMAP_DIR (line 101) | CSMAP_DIR = "/usr/lib/nls/csmap/" constant CSTART (line 102) | CSTART = '\021' constant CSTOP (line 103) | CSTOP = '\023' constant CSTOPB (line 104) | CSTOPB = 0x40 constant CSUSP (line 105) | CSUSP = 0x1a constant ECHO (line 106) | ECHO = 0x8 constant ECHOCTL (line 107) | ECHOCTL = 0x20000 constant ECHOE (line 108) | ECHOE = 0x10 constant ECHOK (line 109) | ECHOK = 0x20 constant ECHOKE (line 110) | ECHOKE = 0x80000 constant ECHONL (line 111) | ECHONL = 0x40 constant ECHOPRT (line 112) | ECHOPRT = 0x40000 constant ECH_ICMPID (line 113) | ECH_ICMPID = 0x2 constant ETHERNET_CSMACD (line 114) | ETHERNET_CSMACD = 0x6 constant EVENP (line 115) | EVENP = 0x80 constant EXCONTINUE (line 116) | EXCONTINUE = 0x0 constant EXDLOK (line 117) | EXDLOK = 0x3 constant EXIO (line 118) | EXIO = 0x2 constant EXPGIO (line 119) | EXPGIO = 0x0 constant EXRESUME (line 120) | EXRESUME = 0x2 constant EXRETURN (line 121) | EXRETURN = 0x1 constant EXSIG (line 122) | EXSIG = 0x4 constant EXTA (line 123) | EXTA = 0xe constant EXTB (line 124) | EXTB = 0xf constant EXTRAP (line 125) | EXTRAP = 0x1 constant EYEC_RTENTRYA (line 126) | EYEC_RTENTRYA = 0x257274656e747241 constant EYEC_RTENTRYF (line 127) | EYEC_RTENTRYF = 0x257274656e747246 constant E_ACC (line 128) | E_ACC = 0x0 constant FD_CLOEXEC (line 129) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 130) | FD_SETSIZE = 0xfffe constant FF0 (line 131) | FF0 = 0x0 constant FF1 (line 132) | FF1 = 0x2000 constant FFDLY (line 133) | FFDLY = 0x2000 constant FLUSHBAND (line 134) | FLUSHBAND = 0x40 constant FLUSHLOW (line 135) | FLUSHLOW = 0x8 constant FLUSHO (line 136) | FLUSHO = 0x100000 constant FLUSHR (line 137) | FLUSHR = 0x1 constant FLUSHRW (line 138) | FLUSHRW = 0x3 constant FLUSHW (line 139) | FLUSHW = 0x2 constant F_CLOSEM (line 140) | F_CLOSEM = 0xa constant F_DUP2FD (line 141) | F_DUP2FD = 0xe constant F_DUPFD (line 142) | F_DUPFD = 0x0 constant F_GETFD (line 143) | F_GETFD = 0x1 constant F_GETFL (line 144) | F_GETFL = 0x3 constant F_GETLK (line 145) | F_GETLK = 0xb constant F_GETLK64 (line 146) | F_GETLK64 = 0xb constant F_GETOWN (line 147) | F_GETOWN = 0x8 constant F_LOCK (line 148) | F_LOCK = 0x1 constant F_OK (line 149) | F_OK = 0x0 constant F_RDLCK (line 150) | F_RDLCK = 0x1 constant F_SETFD (line 151) | F_SETFD = 0x2 constant F_SETFL (line 152) | F_SETFL = 0x4 constant F_SETLK (line 153) | F_SETLK = 0xc constant F_SETLK64 (line 154) | F_SETLK64 = 0xc constant F_SETLKW (line 155) | F_SETLKW = 0xd constant F_SETLKW64 (line 156) | F_SETLKW64 = 0xd constant F_SETOWN (line 157) | F_SETOWN = 0x9 constant F_TEST (line 158) | F_TEST = 0x3 constant F_TLOCK (line 159) | F_TLOCK = 0x2 constant F_TSTLK (line 160) | F_TSTLK = 0xf constant F_ULOCK (line 161) | F_ULOCK = 0x0 constant F_UNLCK (line 162) | F_UNLCK = 0x3 constant F_WRLCK (line 163) | F_WRLCK = 0x2 constant HUPCL (line 164) | HUPCL = 0x400 constant IBSHIFT (line 165) | IBSHIFT = 0x10 constant ICANON (line 166) | ICANON = 0x2 constant ICMP6_FILTER (line 167) | ICMP6_FILTER = 0x26 constant ICMP6_SEC_SEND_DEL (line 168) | ICMP6_SEC_SEND_DEL = 0x46 constant ICMP6_SEC_SEND_GET (line 169) | ICMP6_SEC_SEND_GET = 0x47 constant ICMP6_SEC_SEND_SET (line 170) | ICMP6_SEC_SEND_SET = 0x44 constant ICMP6_SEC_SEND_SET_CGA_ADDR (line 171) | ICMP6_SEC_SEND_SET_CGA_ADDR = 0x45 constant ICRNL (line 172) | ICRNL = 0x100 constant IEXTEN (line 173) | IEXTEN = 0x200000 constant IFA_FIRSTALIAS (line 174) | IFA_FIRSTALIAS = 0x2000 constant IFA_ROUTE (line 175) | IFA_ROUTE = 0x1 constant IFF_64BIT (line 176) | IFF_64BIT = 0x4000000 constant IFF_ALLCAST (line 177) | IFF_ALLCAST = 0x20000 constant IFF_ALLMULTI (line 178) | IFF_ALLMULTI = 0x200 constant IFF_BPF (line 179) | IFF_BPF = 0x8000000 constant IFF_BRIDGE (line 180) | IFF_BRIDGE = 0x40000 constant IFF_BROADCAST (line 181) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 182) | IFF_CANTCHANGE = 0x80c52 constant IFF_CHECKSUM_OFFLOAD (line 183) | IFF_CHECKSUM_OFFLOAD = 0x10000000 constant IFF_D1 (line 184) | IFF_D1 = 0x8000 constant IFF_D2 (line 185) | IFF_D2 = 0x4000 constant IFF_D3 (line 186) | IFF_D3 = 0x2000 constant IFF_D4 (line 187) | IFF_D4 = 0x1000 constant IFF_DEBUG (line 188) | IFF_DEBUG = 0x4 constant IFF_DEVHEALTH (line 189) | IFF_DEVHEALTH = 0x4000 constant IFF_DO_HW_LOOPBACK (line 190) | IFF_DO_HW_LOOPBACK = 0x10000 constant IFF_GROUP_ROUTING (line 191) | IFF_GROUP_ROUTING = 0x2000000 constant IFF_IFBUFMGT (line 192) | IFF_IFBUFMGT = 0x800000 constant IFF_LINK0 (line 193) | IFF_LINK0 = 0x100000 constant IFF_LINK1 (line 194) | IFF_LINK1 = 0x200000 constant IFF_LINK2 (line 195) | IFF_LINK2 = 0x400000 constant IFF_LOOPBACK (line 196) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 197) | IFF_MULTICAST = 0x80000 constant IFF_NOARP (line 198) | IFF_NOARP = 0x80 constant IFF_NOECHO (line 199) | IFF_NOECHO = 0x800 constant IFF_NOTRAILERS (line 200) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 201) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 202) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 203) | IFF_PROMISC = 0x100 constant IFF_PSEG (line 204) | IFF_PSEG = 0x40000000 constant IFF_RUNNING (line 205) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 206) | IFF_SIMPLEX = 0x800 constant IFF_SNAP (line 207) | IFF_SNAP = 0x8000 constant IFF_TCP_DISABLE_CKSUM (line 208) | IFF_TCP_DISABLE_CKSUM = 0x20000000 constant IFF_TCP_NOCKSUM (line 209) | IFF_TCP_NOCKSUM = 0x1000000 constant IFF_UP (line 210) | IFF_UP = 0x1 constant IFF_VIPA (line 211) | IFF_VIPA = 0x80000000 constant IFNAMSIZ (line 212) | IFNAMSIZ = 0x10 constant IFO_FLUSH (line 213) | IFO_FLUSH = 0x1 constant IFT_1822 (line 214) | IFT_1822 = 0x2 constant IFT_AAL5 (line 215) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 216) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 217) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 218) | IFT_ATM = 0x25 constant IFT_CEPT (line 219) | IFT_CEPT = 0x13 constant IFT_CLUSTER (line 220) | IFT_CLUSTER = 0x3e constant IFT_DS3 (line 221) | IFT_DS3 = 0x1e constant IFT_EON (line 222) | IFT_EON = 0x19 constant IFT_ETHER (line 223) | IFT_ETHER = 0x6 constant IFT_FCS (line 224) | IFT_FCS = 0x3a constant IFT_FDDI (line 225) | IFT_FDDI = 0xf constant IFT_FRELAY (line 226) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 227) | IFT_FRELAYDCE = 0x2c constant IFT_GIFTUNNEL (line 228) | IFT_GIFTUNNEL = 0x3c constant IFT_HDH1822 (line 229) | IFT_HDH1822 = 0x3 constant IFT_HF (line 230) | IFT_HF = 0x3d constant IFT_HIPPI (line 231) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 232) | IFT_HSSI = 0x2e constant IFT_HY (line 233) | IFT_HY = 0xe constant IFT_IB (line 234) | IFT_IB = 0xc7 constant IFT_ISDNBASIC (line 235) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 236) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 237) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 238) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 239) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 240) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 241) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 242) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 243) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 244) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 245) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 246) | IFT_MODEM = 0x30 constant IFT_NSIP (line 247) | IFT_NSIP = 0x1b constant IFT_OTHER (line 248) | IFT_OTHER = 0x1 constant IFT_P10 (line 249) | IFT_P10 = 0xc constant IFT_P80 (line 250) | IFT_P80 = 0xd constant IFT_PARA (line 251) | IFT_PARA = 0x22 constant IFT_PPP (line 252) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 253) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 254) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 255) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 256) | IFT_RS232 = 0x21 constant IFT_SDLC (line 257) | IFT_SDLC = 0x11 constant IFT_SIP (line 258) | IFT_SIP = 0x1f constant IFT_SLIP (line 259) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 260) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 261) | IFT_SMDSICIP = 0x34 constant IFT_SN (line 262) | IFT_SN = 0x38 constant IFT_SONET (line 263) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 264) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 265) | IFT_SONETVT = 0x33 constant IFT_SP (line 266) | IFT_SP = 0x39 constant IFT_STARLAN (line 267) | IFT_STARLAN = 0xb constant IFT_T1 (line 268) | IFT_T1 = 0x12 constant IFT_TUNNEL (line 269) | IFT_TUNNEL = 0x3b constant IFT_ULTRA (line 270) | IFT_ULTRA = 0x1d constant IFT_V35 (line 271) | IFT_V35 = 0x2d constant IFT_VIPA (line 272) | IFT_VIPA = 0x37 constant IFT_X25 (line 273) | IFT_X25 = 0x5 constant IFT_X25DDN (line 274) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 275) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 276) | IFT_XETHER = 0x1a constant IGNBRK (line 277) | IGNBRK = 0x1 constant IGNCR (line 278) | IGNCR = 0x80 constant IGNPAR (line 279) | IGNPAR = 0x4 constant IMAXBEL (line 280) | IMAXBEL = 0x10000 constant INLCR (line 281) | INLCR = 0x40 constant INPCK (line 282) | INPCK = 0x10 constant IN_CLASSA_HOST (line 283) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 284) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 285) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 286) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 287) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 288) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 289) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 290) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 291) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 292) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 293) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 294) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 295) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 296) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 297) | IN_LOOPBACKNET = 0x7f constant IN_USE (line 298) | IN_USE = 0x1 constant IPPROTO_AH (line 299) | IPPROTO_AH = 0x33 constant IPPROTO_BIP (line 300) | IPPROTO_BIP = 0x53 constant IPPROTO_DSTOPTS (line 301) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 302) | IPPROTO_EGP = 0x8 constant IPPROTO_EON (line 303) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 304) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 305) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 306) | IPPROTO_GGP = 0x3 constant IPPROTO_GIF (line 307) | IPPROTO_GIF = 0x8c constant IPPROTO_GRE (line 308) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 309) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 310) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 311) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 312) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 313) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 314) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 315) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 316) | IPPROTO_IPV6 = 0x29 constant IPPROTO_LOCAL (line 317) | IPPROTO_LOCAL = 0x3f constant IPPROTO_MAX (line 318) | IPPROTO_MAX = 0x100 constant IPPROTO_MH (line 319) | IPPROTO_MH = 0x87 constant IPPROTO_NONE (line 320) | IPPROTO_NONE = 0x3b constant IPPROTO_PUP (line 321) | IPPROTO_PUP = 0xc constant IPPROTO_QOS (line 322) | IPPROTO_QOS = 0x2d constant IPPROTO_RAW (line 323) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 324) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 325) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 326) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 327) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 328) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 329) | IPPROTO_UDP = 0x11 constant IPV6_ADDRFORM (line 330) | IPV6_ADDRFORM = 0x16 constant IPV6_ADDR_PREFERENCES (line 331) | IPV6_ADDR_PREFERENCES = 0x4a constant IPV6_ADD_MEMBERSHIP (line 332) | IPV6_ADD_MEMBERSHIP = 0xc constant IPV6_AIXRAWSOCKET (line 333) | IPV6_AIXRAWSOCKET = 0x39 constant IPV6_CHECKSUM (line 334) | IPV6_CHECKSUM = 0x27 constant IPV6_DONTFRAG (line 335) | IPV6_DONTFRAG = 0x2d constant IPV6_DROP_MEMBERSHIP (line 336) | IPV6_DROP_MEMBERSHIP = 0xd constant IPV6_DSTOPTS (line 337) | IPV6_DSTOPTS = 0x36 constant IPV6_FLOWINFO_FLOWLABEL (line 338) | IPV6_FLOWINFO_FLOWLABEL = 0xffffff constant IPV6_FLOWINFO_PRIFLOW (line 339) | IPV6_FLOWINFO_PRIFLOW = 0xfffffff constant IPV6_FLOWINFO_PRIORITY (line 340) | IPV6_FLOWINFO_PRIORITY = 0xf000000 constant IPV6_FLOWINFO_SRFLAG (line 341) | IPV6_FLOWINFO_SRFLAG = 0x10000000 constant IPV6_FLOWINFO_VERSION (line 342) | IPV6_FLOWINFO_VERSION = 0xf0000000 constant IPV6_HOPLIMIT (line 343) | IPV6_HOPLIMIT = 0x28 constant IPV6_HOPOPTS (line 344) | IPV6_HOPOPTS = 0x34 constant IPV6_JOIN_GROUP (line 345) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 346) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MIPDSTOPTS (line 347) | IPV6_MIPDSTOPTS = 0x36 constant IPV6_MULTICAST_HOPS (line 348) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 349) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 350) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 351) | IPV6_NEXTHOP = 0x30 constant IPV6_NOPROBE (line 352) | IPV6_NOPROBE = 0x1c constant IPV6_PATHMTU (line 353) | IPV6_PATHMTU = 0x2e constant IPV6_PKTINFO (line 354) | IPV6_PKTINFO = 0x21 constant IPV6_PKTOPTIONS (line 355) | IPV6_PKTOPTIONS = 0x24 constant IPV6_PRIORITY_10 (line 356) | IPV6_PRIORITY_10 = 0xa000000 constant IPV6_PRIORITY_11 (line 357) | IPV6_PRIORITY_11 = 0xb000000 constant IPV6_PRIORITY_12 (line 358) | IPV6_PRIORITY_12 = 0xc000000 constant IPV6_PRIORITY_13 (line 359) | IPV6_PRIORITY_13 = 0xd000000 constant IPV6_PRIORITY_14 (line 360) | IPV6_PRIORITY_14 = 0xe000000 constant IPV6_PRIORITY_15 (line 361) | IPV6_PRIORITY_15 = 0xf000000 constant IPV6_PRIORITY_8 (line 362) | IPV6_PRIORITY_8 = 0x8000000 constant IPV6_PRIORITY_9 (line 363) | IPV6_PRIORITY_9 = 0x9000000 constant IPV6_PRIORITY_BULK (line 364) | IPV6_PRIORITY_BULK = 0x4000000 constant IPV6_PRIORITY_CONTROL (line 365) | IPV6_PRIORITY_CONTROL = 0x7000000 constant IPV6_PRIORITY_FILLER (line 366) | IPV6_PRIORITY_FILLER = 0x1000000 constant IPV6_PRIORITY_INTERACTIVE (line 367) | IPV6_PRIORITY_INTERACTIVE = 0x6000000 constant IPV6_PRIORITY_RESERVED1 (line 368) | IPV6_PRIORITY_RESERVED1 = 0x3000000 constant IPV6_PRIORITY_RESERVED2 (line 369) | IPV6_PRIORITY_RESERVED2 = 0x5000000 constant IPV6_PRIORITY_UNATTENDED (line 370) | IPV6_PRIORITY_UNATTENDED = 0x2000000 constant IPV6_PRIORITY_UNCHARACTERIZED (line 371) | IPV6_PRIORITY_UNCHARACTERIZED = 0x0 constant IPV6_RECVDSTOPTS (line 372) | IPV6_RECVDSTOPTS = 0x38 constant IPV6_RECVHOPLIMIT (line 373) | IPV6_RECVHOPLIMIT = 0x29 constant IPV6_RECVHOPOPTS (line 374) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVHOPS (line 375) | IPV6_RECVHOPS = 0x22 constant IPV6_RECVIF (line 376) | IPV6_RECVIF = 0x1e constant IPV6_RECVPATHMTU (line 377) | IPV6_RECVPATHMTU = 0x2f constant IPV6_RECVPKTINFO (line 378) | IPV6_RECVPKTINFO = 0x23 constant IPV6_RECVRTHDR (line 379) | IPV6_RECVRTHDR = 0x33 constant IPV6_RECVSRCRT (line 380) | IPV6_RECVSRCRT = 0x1d constant IPV6_RECVTCLASS (line 381) | IPV6_RECVTCLASS = 0x2a constant IPV6_RTHDR (line 382) | IPV6_RTHDR = 0x32 constant IPV6_RTHDRDSTOPTS (line 383) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_TYPE_0 (line 384) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RTHDR_TYPE_2 (line 385) | IPV6_RTHDR_TYPE_2 = 0x2 constant IPV6_SENDIF (line 386) | IPV6_SENDIF = 0x1f constant IPV6_SRFLAG_LOOSE (line 387) | IPV6_SRFLAG_LOOSE = 0x0 constant IPV6_SRFLAG_STRICT (line 388) | IPV6_SRFLAG_STRICT = 0x10000000 constant IPV6_TCLASS (line 389) | IPV6_TCLASS = 0x2b constant IPV6_TOKEN_LENGTH (line 390) | IPV6_TOKEN_LENGTH = 0x40 constant IPV6_UNICAST_HOPS (line 391) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 392) | IPV6_USE_MIN_MTU = 0x2c constant IPV6_V6ONLY (line 393) | IPV6_V6ONLY = 0x25 constant IPV6_VERSION (line 394) | IPV6_VERSION = 0x60000000 constant IP_ADDRFORM (line 395) | IP_ADDRFORM = 0x16 constant IP_ADD_MEMBERSHIP (line 396) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 397) | IP_ADD_SOURCE_MEMBERSHIP = 0x3c constant IP_BLOCK_SOURCE (line 398) | IP_BLOCK_SOURCE = 0x3a constant IP_BROADCAST_IF (line 399) | IP_BROADCAST_IF = 0x10 constant IP_CACHE_LINE_SIZE (line 400) | IP_CACHE_LINE_SIZE = 0x80 constant IP_DEFAULT_MULTICAST_LOOP (line 401) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 402) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 403) | IP_DF = 0x4000 constant IP_DHCPMODE (line 404) | IP_DHCPMODE = 0x11 constant IP_DONTFRAG (line 405) | IP_DONTFRAG = 0x19 constant IP_DROP_MEMBERSHIP (line 406) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 407) | IP_DROP_SOURCE_MEMBERSHIP = 0x3d constant IP_FINDPMTU (line 408) | IP_FINDPMTU = 0x1a constant IP_HDRINCL (line 409) | IP_HDRINCL = 0x2 constant IP_INC_MEMBERSHIPS (line 410) | IP_INC_MEMBERSHIPS = 0x14 constant IP_INIT_MEMBERSHIP (line 411) | IP_INIT_MEMBERSHIP = 0x14 constant IP_MAXPACKET (line 412) | IP_MAXPACKET = 0xffff constant IP_MF (line 413) | IP_MF = 0x2000 constant IP_MSS (line 414) | IP_MSS = 0x240 constant IP_MULTICAST_HOPS (line 415) | IP_MULTICAST_HOPS = 0xa constant IP_MULTICAST_IF (line 416) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 417) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 418) | IP_MULTICAST_TTL = 0xa constant IP_OPT (line 419) | IP_OPT = 0x1b constant IP_OPTIONS (line 420) | IP_OPTIONS = 0x1 constant IP_PMTUAGE (line 421) | IP_PMTUAGE = 0x1b constant IP_RECVDSTADDR (line 422) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 423) | IP_RECVIF = 0x14 constant IP_RECVIFINFO (line 424) | IP_RECVIFINFO = 0xf constant IP_RECVINTERFACE (line 425) | IP_RECVINTERFACE = 0x20 constant IP_RECVMACHDR (line 426) | IP_RECVMACHDR = 0xe constant IP_RECVOPTS (line 427) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 428) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 429) | IP_RECVTTL = 0x22 constant IP_RETOPTS (line 430) | IP_RETOPTS = 0x8 constant IP_SOURCE_FILTER (line 431) | IP_SOURCE_FILTER = 0x48 constant IP_TOS (line 432) | IP_TOS = 0x3 constant IP_TTL (line 433) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 434) | IP_UNBLOCK_SOURCE = 0x3b constant IP_UNICAST_HOPS (line 435) | IP_UNICAST_HOPS = 0x4 constant ISIG (line 436) | ISIG = 0x1 constant ISTRIP (line 437) | ISTRIP = 0x20 constant IUCLC (line 438) | IUCLC = 0x800 constant IXANY (line 439) | IXANY = 0x1000 constant IXOFF (line 440) | IXOFF = 0x400 constant IXON (line 441) | IXON = 0x200 constant I_FLUSH (line 442) | I_FLUSH = 0x20005305 constant LNOFLSH (line 443) | LNOFLSH = 0x8000 constant LOCK_EX (line 444) | LOCK_EX = 0x2 constant LOCK_NB (line 445) | LOCK_NB = 0x4 constant LOCK_SH (line 446) | LOCK_SH = 0x1 constant LOCK_UN (line 447) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 448) | MADV_DONTNEED = 0x4 constant MADV_NORMAL (line 449) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 450) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 451) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 452) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 453) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 454) | MAP_ANON = 0x10 constant MAP_ANONYMOUS (line 455) | MAP_ANONYMOUS = 0x10 constant MAP_FILE (line 456) | MAP_FILE = 0x0 constant MAP_FIXED (line 457) | MAP_FIXED = 0x100 constant MAP_PRIVATE (line 458) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 459) | MAP_SHARED = 0x1 constant MAP_TYPE (line 460) | MAP_TYPE = 0xf0 constant MAP_VARIABLE (line 461) | MAP_VARIABLE = 0x0 constant MCAST_BLOCK_SOURCE (line 462) | MCAST_BLOCK_SOURCE = 0x40 constant MCAST_EXCLUDE (line 463) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 464) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 465) | MCAST_JOIN_GROUP = 0x3e constant MCAST_JOIN_SOURCE_GROUP (line 466) | MCAST_JOIN_SOURCE_GROUP = 0x42 constant MCAST_LEAVE_GROUP (line 467) | MCAST_LEAVE_GROUP = 0x3f constant MCAST_LEAVE_SOURCE_GROUP (line 468) | MCAST_LEAVE_SOURCE_GROUP = 0x43 constant MCAST_SOURCE_FILTER (line 469) | MCAST_SOURCE_FILTER = 0x49 constant MCAST_UNBLOCK_SOURCE (line 470) | MCAST_UNBLOCK_SOURCE = 0x41 constant MCL_CURRENT (line 471) | MCL_CURRENT = 0x100 constant MCL_FUTURE (line 472) | MCL_FUTURE = 0x200 constant MSG_ANY (line 473) | MSG_ANY = 0x4 constant MSG_ARGEXT (line 474) | MSG_ARGEXT = 0x400 constant MSG_BAND (line 475) | MSG_BAND = 0x2 constant MSG_COMPAT (line 476) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 477) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 478) | MSG_DONTROUTE = 0x4 constant MSG_EOR (line 479) | MSG_EOR = 0x8 constant MSG_HIPRI (line 480) | MSG_HIPRI = 0x1 constant MSG_MAXIOVLEN (line 481) | MSG_MAXIOVLEN = 0x10 constant MSG_MPEG2 (line 482) | MSG_MPEG2 = 0x80 constant MSG_NONBLOCK (line 483) | MSG_NONBLOCK = 0x4000 constant MSG_NOSIGNAL (line 484) | MSG_NOSIGNAL = 0x100 constant MSG_OOB (line 485) | MSG_OOB = 0x1 constant MSG_PEEK (line 486) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 487) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 488) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 489) | MSG_WAITFORONE = 0x200 constant MS_ASYNC (line 490) | MS_ASYNC = 0x10 constant MS_EINTR (line 491) | MS_EINTR = 0x80 constant MS_INVALIDATE (line 492) | MS_INVALIDATE = 0x40 constant MS_PER_SEC (line 493) | MS_PER_SEC = 0x3e8 constant MS_SYNC (line 494) | MS_SYNC = 0x20 constant NFDBITS (line 495) | NFDBITS = 0x40 constant NL0 (line 496) | NL0 = 0x0 constant NL1 (line 497) | NL1 = 0x4000 constant NL2 (line 498) | NL2 = 0x8000 constant NL3 (line 499) | NL3 = 0xc000 constant NLDLY (line 500) | NLDLY = 0x4000 constant NOFLSH (line 501) | NOFLSH = 0x80 constant NOFLUSH (line 502) | NOFLUSH = 0x80000000 constant OCRNL (line 503) | OCRNL = 0x8 constant OFDEL (line 504) | OFDEL = 0x80 constant OFILL (line 505) | OFILL = 0x40 constant OLCUC (line 506) | OLCUC = 0x2 constant ONLCR (line 507) | ONLCR = 0x4 constant ONLRET (line 508) | ONLRET = 0x20 constant ONOCR (line 509) | ONOCR = 0x10 constant ONOEOT (line 510) | ONOEOT = 0x80000 constant OPOST (line 511) | OPOST = 0x1 constant OXTABS (line 512) | OXTABS = 0x40000 constant O_ACCMODE (line 513) | O_ACCMODE = 0x23 constant O_APPEND (line 514) | O_APPEND = 0x8 constant O_CIO (line 515) | O_CIO = 0x80 constant O_CIOR (line 516) | O_CIOR = 0x800000000 constant O_CLOEXEC (line 517) | O_CLOEXEC = 0x800000 constant O_CREAT (line 518) | O_CREAT = 0x100 constant O_DEFER (line 519) | O_DEFER = 0x2000 constant O_DELAY (line 520) | O_DELAY = 0x4000 constant O_DIRECT (line 521) | O_DIRECT = 0x8000000 constant O_DIRECTORY (line 522) | O_DIRECTORY = 0x80000 constant O_DSYNC (line 523) | O_DSYNC = 0x400000 constant O_EFSOFF (line 524) | O_EFSOFF = 0x400000000 constant O_EFSON (line 525) | O_EFSON = 0x200000000 constant O_EXCL (line 526) | O_EXCL = 0x400 constant O_EXEC (line 527) | O_EXEC = 0x20 constant O_LARGEFILE (line 528) | O_LARGEFILE = 0x4000000 constant O_NDELAY (line 529) | O_NDELAY = 0x8000 constant O_NOCACHE (line 530) | O_NOCACHE = 0x100000 constant O_NOCTTY (line 531) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 532) | O_NOFOLLOW = 0x1000000 constant O_NONBLOCK (line 533) | O_NONBLOCK = 0x4 constant O_NONE (line 534) | O_NONE = 0x3 constant O_NSHARE (line 535) | O_NSHARE = 0x10000 constant O_RAW (line 536) | O_RAW = 0x100000000 constant O_RDONLY (line 537) | O_RDONLY = 0x0 constant O_RDWR (line 538) | O_RDWR = 0x2 constant O_RSHARE (line 539) | O_RSHARE = 0x1000 constant O_RSYNC (line 540) | O_RSYNC = 0x200000 constant O_SEARCH (line 541) | O_SEARCH = 0x20 constant O_SNAPSHOT (line 542) | O_SNAPSHOT = 0x40 constant O_SYNC (line 543) | O_SYNC = 0x10 constant O_TRUNC (line 544) | O_TRUNC = 0x200 constant O_TTY_INIT (line 545) | O_TTY_INIT = 0x0 constant O_WRONLY (line 546) | O_WRONLY = 0x1 constant PARENB (line 547) | PARENB = 0x100 constant PAREXT (line 548) | PAREXT = 0x100000 constant PARMRK (line 549) | PARMRK = 0x8 constant PARODD (line 550) | PARODD = 0x200 constant PENDIN (line 551) | PENDIN = 0x20000000 constant PRIO_PGRP (line 552) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 553) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 554) | PRIO_USER = 0x2 constant PROT_EXEC (line 555) | PROT_EXEC = 0x4 constant PROT_NONE (line 556) | PROT_NONE = 0x0 constant PROT_READ (line 557) | PROT_READ = 0x1 constant PROT_WRITE (line 558) | PROT_WRITE = 0x2 constant PR_64BIT (line 559) | PR_64BIT = 0x20 constant PR_ADDR (line 560) | PR_ADDR = 0x2 constant PR_ARGEXT (line 561) | PR_ARGEXT = 0x400 constant PR_ATOMIC (line 562) | PR_ATOMIC = 0x1 constant PR_CONNREQUIRED (line 563) | PR_CONNREQUIRED = 0x4 constant PR_FASTHZ (line 564) | PR_FASTHZ = 0x5 constant PR_INP (line 565) | PR_INP = 0x40 constant PR_INTRLEVEL (line 566) | PR_INTRLEVEL = 0x8000 constant PR_MLS (line 567) | PR_MLS = 0x100 constant PR_MLS_1_LABEL (line 568) | PR_MLS_1_LABEL = 0x200 constant PR_NOEOR (line 569) | PR_NOEOR = 0x4000 constant PR_RIGHTS (line 570) | PR_RIGHTS = 0x10 constant PR_SLOWHZ (line 571) | PR_SLOWHZ = 0x2 constant PR_WANTRCVD (line 572) | PR_WANTRCVD = 0x8 constant RLIMIT_AS (line 573) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 574) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 575) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 576) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 577) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 578) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 579) | RLIMIT_NPROC = 0x9 constant RLIMIT_RSS (line 580) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 581) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 582) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 583) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 584) | RTAX_BRD = 0x7 constant RTAX_DST (line 585) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 586) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 587) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 588) | RTAX_IFA = 0x5 constant RTAX_IFP (line 589) | RTAX_IFP = 0x4 constant RTAX_MAX (line 590) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 591) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 592) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 593) | RTA_BRD = 0x80 constant RTA_DOWNSTREAM (line 594) | RTA_DOWNSTREAM = 0x100 constant RTA_DST (line 595) | RTA_DST = 0x1 constant RTA_GATEWAY (line 596) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 597) | RTA_GENMASK = 0x8 constant RTA_IFA (line 598) | RTA_IFA = 0x20 constant RTA_IFP (line 599) | RTA_IFP = 0x10 constant RTA_NETMASK (line 600) | RTA_NETMASK = 0x4 constant RTC_IA64 (line 601) | RTC_IA64 = 0x3 constant RTC_POWER (line 602) | RTC_POWER = 0x1 constant RTC_POWER_PC (line 603) | RTC_POWER_PC = 0x2 constant RTF_ACTIVE_DGD (line 604) | RTF_ACTIVE_DGD = 0x1000000 constant RTF_BCE (line 605) | RTF_BCE = 0x80000 constant RTF_BLACKHOLE (line 606) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 607) | RTF_BROADCAST = 0x400000 constant RTF_BUL (line 608) | RTF_BUL = 0x2000 constant RTF_CLONE (line 609) | RTF_CLONE = 0x10000 constant RTF_CLONED (line 610) | RTF_CLONED = 0x20000 constant RTF_CLONING (line 611) | RTF_CLONING = 0x100 constant RTF_DONE (line 612) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 613) | RTF_DYNAMIC = 0x10 constant RTF_FREE_IN_PROG (line 614) | RTF_FREE_IN_PROG = 0x4000000 constant RTF_GATEWAY (line 615) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 616) | RTF_HOST = 0x4 constant RTF_LLINFO (line 617) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 618) | RTF_LOCAL = 0x200000 constant RTF_MASK (line 619) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 620) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 621) | RTF_MULTICAST = 0x800000 constant RTF_PERMANENT6 (line 622) | RTF_PERMANENT6 = 0x8000000 constant RTF_PINNED (line 623) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 624) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 625) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 626) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 627) | RTF_REJECT = 0x8 constant RTF_SMALLMTU (line 628) | RTF_SMALLMTU = 0x40000 constant RTF_STATIC (line 629) | RTF_STATIC = 0x800 constant RTF_STOPSRCH (line 630) | RTF_STOPSRCH = 0x2000000 constant RTF_UNREACHABLE (line 631) | RTF_UNREACHABLE = 0x10000000 constant RTF_UP (line 632) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 633) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 634) | RTM_ADD = 0x1 constant RTM_CHANGE (line 635) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 636) | RTM_DELADDR = 0xd constant RTM_DELETE (line 637) | RTM_DELETE = 0x2 constant RTM_EXPIRE (line 638) | RTM_EXPIRE = 0xf constant RTM_GET (line 639) | RTM_GET = 0x4 constant RTM_GETNEXT (line 640) | RTM_GETNEXT = 0x11 constant RTM_IFINFO (line 641) | RTM_IFINFO = 0xe constant RTM_LOCK (line 642) | RTM_LOCK = 0x8 constant RTM_LOSING (line 643) | RTM_LOSING = 0x5 constant RTM_MISS (line 644) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 645) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 646) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 647) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 648) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 649) | RTM_RESOLVE = 0xb constant RTM_RTLOST (line 650) | RTM_RTLOST = 0x10 constant RTM_RTTUNIT (line 651) | RTM_RTTUNIT = 0xf4240 constant RTM_SAMEADDR (line 652) | RTM_SAMEADDR = 0x12 constant RTM_SET (line 653) | RTM_SET = 0x13 constant RTM_VERSION (line 654) | RTM_VERSION = 0x2 constant RTM_VERSION_GR (line 655) | RTM_VERSION_GR = 0x4 constant RTM_VERSION_GR_COMPAT (line 656) | RTM_VERSION_GR_COMPAT = 0x3 constant RTM_VERSION_POLICY (line 657) | RTM_VERSION_POLICY = 0x5 constant RTM_VERSION_POLICY_EXT (line 658) | RTM_VERSION_POLICY_EXT = 0x6 constant RTM_VERSION_POLICY_PRFN (line 659) | RTM_VERSION_POLICY_PRFN = 0x7 constant RTV_EXPIRE (line 660) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 661) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 662) | RTV_MTU = 0x1 constant RTV_RPIPE (line 663) | RTV_RPIPE = 0x8 constant RTV_RTT (line 664) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 665) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 666) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 667) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 668) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 669) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 670) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 671) | SCM_RIGHTS = 0x1 constant SHUT_RD (line 672) | SHUT_RD = 0x0 constant SHUT_RDWR (line 673) | SHUT_RDWR = 0x2 constant SHUT_WR (line 674) | SHUT_WR = 0x1 constant SIGMAX64 (line 675) | SIGMAX64 = 0xff constant SIGQUEUE_MAX (line 676) | SIGQUEUE_MAX = 0x20 constant SIOCADDIFVIPA (line 677) | SIOCADDIFVIPA = 0x20006942 constant SIOCADDMTU (line 678) | SIOCADDMTU = -0x7ffb9690 constant SIOCADDMULTI (line 679) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDNETID (line 680) | SIOCADDNETID = -0x7fd796a9 constant SIOCADDRT (line 681) | SIOCADDRT = -0x7fc78df6 constant SIOCAIFADDR (line 682) | SIOCAIFADDR = -0x7fbf96e6 constant SIOCATMARK (line 683) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 684) | SIOCDARP = -0x7fb396e0 constant SIOCDELIFVIPA (line 685) | SIOCDELIFVIPA = 0x20006943 constant SIOCDELMTU (line 686) | SIOCDELMTU = -0x7ffb968f constant SIOCDELMULTI (line 687) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELPMTU (line 688) | SIOCDELPMTU = -0x7fd78ff6 constant SIOCDELRT (line 689) | SIOCDELRT = -0x7fc78df5 constant SIOCDIFADDR (line 690) | SIOCDIFADDR = -0x7fd796e7 constant SIOCDNETOPT (line 691) | SIOCDNETOPT = -0x3ffe9680 constant SIOCDX25XLATE (line 692) | SIOCDX25XLATE = -0x7fd7969b constant SIOCFIFADDR (line 693) | SIOCFIFADDR = -0x7fdf966d constant SIOCGARP (line 694) | SIOCGARP = -0x3fb396da constant SIOCGETMTUS (line 695) | SIOCGETMTUS = 0x2000696f constant SIOCGETSGCNT (line 696) | SIOCGETSGCNT = -0x3feb8acc constant SIOCGETVIFCNT (line 697) | SIOCGETVIFCNT = -0x3feb8acd constant SIOCGHIWAT (line 698) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 699) | SIOCGIFADDR = -0x3fd796df constant SIOCGIFADDRS (line 700) | SIOCGIFADDRS = 0x2000698c constant SIOCGIFBAUDRATE (line 701) | SIOCGIFBAUDRATE = -0x3fdf9669 constant SIOCGIFBRDADDR (line 702) | SIOCGIFBRDADDR = -0x3fd796dd constant SIOCGIFCONF (line 703) | SIOCGIFCONF = -0x3fef96bb constant SIOCGIFCONFGLOB (line 704) | SIOCGIFCONFGLOB = -0x3fef9670 constant SIOCGIFDSTADDR (line 705) | SIOCGIFDSTADDR = -0x3fd796de constant SIOCGIFFLAGS (line 706) | SIOCGIFFLAGS = -0x3fd796ef constant SIOCGIFGIDLIST (line 707) | SIOCGIFGIDLIST = 0x20006968 constant SIOCGIFHWADDR (line 708) | SIOCGIFHWADDR = -0x3fab966b constant SIOCGIFMETRIC (line 709) | SIOCGIFMETRIC = -0x3fd796e9 constant SIOCGIFMTU (line 710) | SIOCGIFMTU = -0x3fd796aa constant SIOCGIFNETMASK (line 711) | SIOCGIFNETMASK = -0x3fd796db constant SIOCGIFOPTIONS (line 712) | SIOCGIFOPTIONS = -0x3fd796d6 constant SIOCGISNO (line 713) | SIOCGISNO = -0x3fd79695 constant SIOCGLOADF (line 714) | SIOCGLOADF = -0x3ffb967e constant SIOCGLOWAT (line 715) | SIOCGLOWAT = 0x40047303 constant SIOCGNETOPT (line 716) | SIOCGNETOPT = -0x3ffe96a5 constant SIOCGNETOPT1 (line 717) | SIOCGNETOPT1 = -0x3fdf967f constant SIOCGNMTUS (line 718) | SIOCGNMTUS = 0x2000696e constant SIOCGPGRP (line 719) | SIOCGPGRP = 0x40047309 constant SIOCGSIZIFCONF (line 720) | SIOCGSIZIFCONF = 0x4004696a constant SIOCGSRCFILTER (line 721) | SIOCGSRCFILTER = -0x3fe796cb constant SIOCGTUNEPHASE (line 722) | SIOCGTUNEPHASE = -0x3ffb9676 constant SIOCGX25XLATE (line 723) | SIOCGX25XLATE = -0x3fd7969c constant SIOCIFATTACH (line 724) | SIOCIFATTACH = -0x7fdf9699 constant SIOCIFDETACH (line 725) | SIOCIFDETACH = -0x7fdf969a constant SIOCIFGETPKEY (line 726) | SIOCIFGETPKEY = -0x7fdf969b constant SIOCIF_ATM_DARP (line 727) | SIOCIF_ATM_DARP = -0x7fdf9683 constant SIOCIF_ATM_DUMPARP (line 728) | SIOCIF_ATM_DUMPARP = -0x7fdf9685 constant SIOCIF_ATM_GARP (line 729) | SIOCIF_ATM_GARP = -0x7fdf9682 constant SIOCIF_ATM_IDLE (line 730) | SIOCIF_ATM_IDLE = -0x7fdf9686 constant SIOCIF_ATM_SARP (line 731) | SIOCIF_ATM_SARP = -0x7fdf9681 constant SIOCIF_ATM_SNMPARP (line 732) | SIOCIF_ATM_SNMPARP = -0x7fdf9687 constant SIOCIF_ATM_SVC (line 733) | SIOCIF_ATM_SVC = -0x7fdf9684 constant SIOCIF_ATM_UBR (line 734) | SIOCIF_ATM_UBR = -0x7fdf9688 constant SIOCIF_DEVHEALTH (line 735) | SIOCIF_DEVHEALTH = -0x7ffb966c constant SIOCIF_IB_ARP_INCOMP (line 736) | SIOCIF_IB_ARP_INCOMP = -0x7fdf9677 constant SIOCIF_IB_ARP_TIMER (line 737) | SIOCIF_IB_ARP_TIMER = -0x7fdf9678 constant SIOCIF_IB_CLEAR_PINFO (line 738) | SIOCIF_IB_CLEAR_PINFO = -0x3fdf966f constant SIOCIF_IB_DEL_ARP (line 739) | SIOCIF_IB_DEL_ARP = -0x7fdf967f constant SIOCIF_IB_DEL_PINFO (line 740) | SIOCIF_IB_DEL_PINFO = -0x3fdf9670 constant SIOCIF_IB_DUMP_ARP (line 741) | SIOCIF_IB_DUMP_ARP = -0x7fdf9680 constant SIOCIF_IB_GET_ARP (line 742) | SIOCIF_IB_GET_ARP = -0x7fdf967e constant SIOCIF_IB_GET_INFO (line 743) | SIOCIF_IB_GET_INFO = -0x3f879675 constant SIOCIF_IB_GET_STATS (line 744) | SIOCIF_IB_GET_STATS = -0x3f879672 constant SIOCIF_IB_NOTIFY_ADDR_REM (line 745) | SIOCIF_IB_NOTIFY_ADDR_REM = -0x3f87966a constant SIOCIF_IB_RESET_STATS (line 746) | SIOCIF_IB_RESET_STATS = -0x3f879671 constant SIOCIF_IB_RESIZE_CQ (line 747) | SIOCIF_IB_RESIZE_CQ = -0x7fdf9679 constant SIOCIF_IB_SET_ARP (line 748) | SIOCIF_IB_SET_ARP = -0x7fdf967d constant SIOCIF_IB_SET_PKEY (line 749) | SIOCIF_IB_SET_PKEY = -0x7fdf967c constant SIOCIF_IB_SET_PORT (line 750) | SIOCIF_IB_SET_PORT = -0x7fdf967b constant SIOCIF_IB_SET_QKEY (line 751) | SIOCIF_IB_SET_QKEY = -0x7fdf9676 constant SIOCIF_IB_SET_QSIZE (line 752) | SIOCIF_IB_SET_QSIZE = -0x7fdf967a constant SIOCLISTIFVIPA (line 753) | SIOCLISTIFVIPA = 0x20006944 constant SIOCSARP (line 754) | SIOCSARP = -0x7fb396e2 constant SIOCSHIWAT (line 755) | SIOCSHIWAT = 0xffffffff80047300 constant SIOCSIFADDR (line 756) | SIOCSIFADDR = -0x7fd796f4 constant SIOCSIFADDRORI (line 757) | SIOCSIFADDRORI = -0x7fdb9673 constant SIOCSIFBRDADDR (line 758) | SIOCSIFBRDADDR = -0x7fd796ed constant SIOCSIFDSTADDR (line 759) | SIOCSIFDSTADDR = -0x7fd796f2 constant SIOCSIFFLAGS (line 760) | SIOCSIFFLAGS = -0x7fd796f0 constant SIOCSIFGIDLIST (line 761) | SIOCSIFGIDLIST = 0x20006969 constant SIOCSIFMETRIC (line 762) | SIOCSIFMETRIC = -0x7fd796e8 constant SIOCSIFMTU (line 763) | SIOCSIFMTU = -0x7fd796a8 constant SIOCSIFNETDUMP (line 764) | SIOCSIFNETDUMP = -0x7fd796e4 constant SIOCSIFNETMASK (line 765) | SIOCSIFNETMASK = -0x7fd796ea constant SIOCSIFOPTIONS (line 766) | SIOCSIFOPTIONS = -0x7fd796d7 constant SIOCSIFSUBCHAN (line 767) | SIOCSIFSUBCHAN = -0x7fd796e5 constant SIOCSISNO (line 768) | SIOCSISNO = -0x7fd79694 constant SIOCSLOADF (line 769) | SIOCSLOADF = -0x3ffb967d constant SIOCSLOWAT (line 770) | SIOCSLOWAT = 0xffffffff80047302 constant SIOCSNETOPT (line 771) | SIOCSNETOPT = -0x7ffe96a6 constant SIOCSPGRP (line 772) | SIOCSPGRP = 0xffffffff80047308 constant SIOCSX25XLATE (line 773) | SIOCSX25XLATE = -0x7fd7969d constant SOCK_CONN_DGRAM (line 774) | SOCK_CONN_DGRAM = 0x6 constant SOCK_DGRAM (line 775) | SOCK_DGRAM = 0x2 constant SOCK_RAW (line 776) | SOCK_RAW = 0x3 constant SOCK_RDM (line 777) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 778) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 779) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 780) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 781) | SOMAXCONN = 0x400 constant SO_ACCEPTCONN (line 782) | SO_ACCEPTCONN = 0x2 constant SO_AUDIT (line 783) | SO_AUDIT = 0x8000 constant SO_BROADCAST (line 784) | SO_BROADCAST = 0x20 constant SO_CKSUMRECV (line 785) | SO_CKSUMRECV = 0x800 constant SO_DEBUG (line 786) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 787) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 788) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 789) | SO_KEEPALIVE = 0x8 constant SO_KERNACCEPT (line 790) | SO_KERNACCEPT = 0x2000 constant SO_LINGER (line 791) | SO_LINGER = 0x80 constant SO_NOMULTIPATH (line 792) | SO_NOMULTIPATH = 0x4000 constant SO_NOREUSEADDR (line 793) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 794) | SO_OOBINLINE = 0x100 constant SO_PEERID (line 795) | SO_PEERID = 0x1009 constant SO_RCVBUF (line 796) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 797) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 798) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 799) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 800) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 801) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 802) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 803) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMPNS (line 804) | SO_TIMESTAMPNS = 0x100a constant SO_TYPE (line 805) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 806) | SO_USELOOPBACK = 0x40 constant SO_USE_IFBUFS (line 807) | SO_USE_IFBUFS = 0x400 constant S_BANDURG (line 808) | S_BANDURG = 0x400 constant S_EMODFMT (line 809) | S_EMODFMT = 0x3c000000 constant S_ENFMT (line 810) | S_ENFMT = 0x400 constant S_ERROR (line 811) | S_ERROR = 0x100 constant S_HANGUP (line 812) | S_HANGUP = 0x200 constant S_HIPRI (line 813) | S_HIPRI = 0x2 constant S_ICRYPTO (line 814) | S_ICRYPTO = 0x80000 constant S_IEXEC (line 815) | S_IEXEC = 0x40 constant S_IFBLK (line 816) | S_IFBLK = 0x6000 constant S_IFCHR (line 817) | S_IFCHR = 0x2000 constant S_IFDIR (line 818) | S_IFDIR = 0x4000 constant S_IFIFO (line 819) | S_IFIFO = 0x1000 constant S_IFJOURNAL (line 820) | S_IFJOURNAL = 0x10000 constant S_IFLNK (line 821) | S_IFLNK = 0xa000 constant S_IFMPX (line 822) | S_IFMPX = 0x2200 constant S_IFMT (line 823) | S_IFMT = 0xf000 constant S_IFPDIR (line 824) | S_IFPDIR = 0x4000000 constant S_IFPSDIR (line 825) | S_IFPSDIR = 0x8000000 constant S_IFPSSDIR (line 826) | S_IFPSSDIR = 0xc000000 constant S_IFREG (line 827) | S_IFREG = 0x8000 constant S_IFSOCK (line 828) | S_IFSOCK = 0xc000 constant S_IFSYSEA (line 829) | S_IFSYSEA = 0x30000000 constant S_INPUT (line 830) | S_INPUT = 0x1 constant S_IREAD (line 831) | S_IREAD = 0x100 constant S_IRGRP (line 832) | S_IRGRP = 0x20 constant S_IROTH (line 833) | S_IROTH = 0x4 constant S_IRUSR (line 834) | S_IRUSR = 0x100 constant S_IRWXG (line 835) | S_IRWXG = 0x38 constant S_IRWXO (line 836) | S_IRWXO = 0x7 constant S_IRWXU (line 837) | S_IRWXU = 0x1c0 constant S_ISGID (line 838) | S_ISGID = 0x400 constant S_ISUID (line 839) | S_ISUID = 0x800 constant S_ISVTX (line 840) | S_ISVTX = 0x200 constant S_ITCB (line 841) | S_ITCB = 0x1000000 constant S_ITP (line 842) | S_ITP = 0x800000 constant S_IWGRP (line 843) | S_IWGRP = 0x10 constant S_IWOTH (line 844) | S_IWOTH = 0x2 constant S_IWRITE (line 845) | S_IWRITE = 0x80 constant S_IWUSR (line 846) | S_IWUSR = 0x80 constant S_IXACL (line 847) | S_IXACL = 0x2000000 constant S_IXATTR (line 848) | S_IXATTR = 0x40000 constant S_IXGRP (line 849) | S_IXGRP = 0x8 constant S_IXINTERFACE (line 850) | S_IXINTERFACE = 0x100000 constant S_IXMOD (line 851) | S_IXMOD = 0x40000000 constant S_IXOTH (line 852) | S_IXOTH = 0x1 constant S_IXUSR (line 853) | S_IXUSR = 0x40 constant S_MSG (line 854) | S_MSG = 0x8 constant S_OUTPUT (line 855) | S_OUTPUT = 0x4 constant S_RDBAND (line 856) | S_RDBAND = 0x20 constant S_RDNORM (line 857) | S_RDNORM = 0x10 constant S_RESERVED1 (line 858) | S_RESERVED1 = 0x20000 constant S_RESERVED2 (line 859) | S_RESERVED2 = 0x200000 constant S_RESERVED3 (line 860) | S_RESERVED3 = 0x400000 constant S_RESERVED4 (line 861) | S_RESERVED4 = 0x80000000 constant S_RESFMT1 (line 862) | S_RESFMT1 = 0x10000000 constant S_RESFMT10 (line 863) | S_RESFMT10 = 0x34000000 constant S_RESFMT11 (line 864) | S_RESFMT11 = 0x38000000 constant S_RESFMT12 (line 865) | S_RESFMT12 = 0x3c000000 constant S_RESFMT2 (line 866) | S_RESFMT2 = 0x14000000 constant S_RESFMT3 (line 867) | S_RESFMT3 = 0x18000000 constant S_RESFMT4 (line 868) | S_RESFMT4 = 0x1c000000 constant S_RESFMT5 (line 869) | S_RESFMT5 = 0x20000000 constant S_RESFMT6 (line 870) | S_RESFMT6 = 0x24000000 constant S_RESFMT7 (line 871) | S_RESFMT7 = 0x28000000 constant S_RESFMT8 (line 872) | S_RESFMT8 = 0x2c000000 constant S_WRBAND (line 873) | S_WRBAND = 0x80 constant S_WRNORM (line 874) | S_WRNORM = 0x40 constant TAB0 (line 875) | TAB0 = 0x0 constant TAB1 (line 876) | TAB1 = 0x400 constant TAB2 (line 877) | TAB2 = 0x800 constant TAB3 (line 878) | TAB3 = 0xc00 constant TABDLY (line 879) | TABDLY = 0xc00 constant TCFLSH (line 880) | TCFLSH = 0x540c constant TCGETA (line 881) | TCGETA = 0x5405 constant TCGETS (line 882) | TCGETS = 0x5401 constant TCIFLUSH (line 883) | TCIFLUSH = 0x0 constant TCIOFF (line 884) | TCIOFF = 0x2 constant TCIOFLUSH (line 885) | TCIOFLUSH = 0x2 constant TCION (line 886) | TCION = 0x3 constant TCOFLUSH (line 887) | TCOFLUSH = 0x1 constant TCOOFF (line 888) | TCOOFF = 0x0 constant TCOON (line 889) | TCOON = 0x1 constant TCP_24DAYS_WORTH_OF_SLOWTICKS (line 890) | TCP_24DAYS_WORTH_OF_SLOWTICKS = 0x3f4800 constant TCP_ACLADD (line 891) | TCP_ACLADD = 0x23 constant TCP_ACLBIND (line 892) | TCP_ACLBIND = 0x26 constant TCP_ACLCLEAR (line 893) | TCP_ACLCLEAR = 0x22 constant TCP_ACLDEL (line 894) | TCP_ACLDEL = 0x24 constant TCP_ACLDENY (line 895) | TCP_ACLDENY = 0x8 constant TCP_ACLFLUSH (line 896) | TCP_ACLFLUSH = 0x21 constant TCP_ACLGID (line 897) | TCP_ACLGID = 0x1 constant TCP_ACLLS (line 898) | TCP_ACLLS = 0x25 constant TCP_ACLSUBNET (line 899) | TCP_ACLSUBNET = 0x4 constant TCP_ACLUID (line 900) | TCP_ACLUID = 0x2 constant TCP_CWND_DF (line 901) | TCP_CWND_DF = 0x16 constant TCP_CWND_IF (line 902) | TCP_CWND_IF = 0x15 constant TCP_DELAY_ACK_FIN (line 903) | TCP_DELAY_ACK_FIN = 0x2 constant TCP_DELAY_ACK_SYN (line 904) | TCP_DELAY_ACK_SYN = 0x1 constant TCP_FASTNAME (line 905) | TCP_FASTNAME = 0x101080a constant TCP_KEEPCNT (line 906) | TCP_KEEPCNT = 0x13 constant TCP_KEEPIDLE (line 907) | TCP_KEEPIDLE = 0x11 constant TCP_KEEPINTVL (line 908) | TCP_KEEPINTVL = 0x12 constant TCP_LSPRIV (line 909) | TCP_LSPRIV = 0x29 constant TCP_LUID (line 910) | TCP_LUID = 0x20 constant TCP_MAXBURST (line 911) | TCP_MAXBURST = 0x8 constant TCP_MAXDF (line 912) | TCP_MAXDF = 0x64 constant TCP_MAXIF (line 913) | TCP_MAXIF = 0x64 constant TCP_MAXSEG (line 914) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 915) | TCP_MAXWIN = 0xffff constant TCP_MAXWINDOWSCALE (line 916) | TCP_MAXWINDOWSCALE = 0xe constant TCP_MAX_SACK (line 917) | TCP_MAX_SACK = 0x4 constant TCP_MSS (line 918) | TCP_MSS = 0x5b4 constant TCP_NODELAY (line 919) | TCP_NODELAY = 0x1 constant TCP_NODELAYACK (line 920) | TCP_NODELAYACK = 0x14 constant TCP_NOREDUCE_CWND_EXIT_FRXMT (line 921) | TCP_NOREDUCE_CWND_EXIT_FRXMT = 0x19 constant TCP_NOREDUCE_CWND_IN_FRXMT (line 922) | TCP_NOREDUCE_CWND_IN_FRXMT = 0x18 constant TCP_NOTENTER_SSTART (line 923) | TCP_NOTENTER_SSTART = 0x17 constant TCP_OPT (line 924) | TCP_OPT = 0x19 constant TCP_RFC1323 (line 925) | TCP_RFC1323 = 0x4 constant TCP_SETPRIV (line 926) | TCP_SETPRIV = 0x27 constant TCP_STDURG (line 927) | TCP_STDURG = 0x10 constant TCP_TIMESTAMP_OPTLEN (line 928) | TCP_TIMESTAMP_OPTLEN = 0xc constant TCP_UNSETPRIV (line 929) | TCP_UNSETPRIV = 0x28 constant TCSAFLUSH (line 930) | TCSAFLUSH = 0x2 constant TCSBRK (line 931) | TCSBRK = 0x5409 constant TCSETA (line 932) | TCSETA = 0x5406 constant TCSETAF (line 933) | TCSETAF = 0x5408 constant TCSETAW (line 934) | TCSETAW = 0x5407 constant TCSETS (line 935) | TCSETS = 0x5402 constant TCSETSF (line 936) | TCSETSF = 0x5404 constant TCSETSW (line 937) | TCSETSW = 0x5403 constant TCXONC (line 938) | TCXONC = 0x540b constant TIMER_ABSTIME (line 939) | TIMER_ABSTIME = 0x3e7 constant TIMER_MAX (line 940) | TIMER_MAX = 0x20 constant TIOC (line 941) | TIOC = 0x5400 constant TIOCCBRK (line 942) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 943) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 944) | TIOCCONS = 0xffffffff80047462 constant TIOCEXCL (line 945) | TIOCEXCL = 0x2000740d constant TIOCFLUSH (line 946) | TIOCFLUSH = 0xffffffff80047410 constant TIOCGETC (line 947) | TIOCGETC = 0x40067412 constant TIOCGETD (line 948) | TIOCGETD = 0x40047400 constant TIOCGETP (line 949) | TIOCGETP = 0x40067408 constant TIOCGLTC (line 950) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 951) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 952) | TIOCGSID = 0x40047448 constant TIOCGSIZE (line 953) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 954) | TIOCGWINSZ = 0x40087468 constant TIOCHPCL (line 955) | TIOCHPCL = 0x20007402 constant TIOCLBIC (line 956) | TIOCLBIC = 0xffffffff8004747e constant TIOCLBIS (line 957) | TIOCLBIS = 0xffffffff8004747f constant TIOCLGET (line 958) | TIOCLGET = 0x4004747c constant TIOCLSET (line 959) | TIOCLSET = 0xffffffff8004747d constant TIOCMBIC (line 960) | TIOCMBIC = 0xffffffff8004746b constant TIOCMBIS (line 961) | TIOCMBIS = 0xffffffff8004746c constant TIOCMGET (line 962) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 963) | TIOCMIWAIT = 0xffffffff80047464 constant TIOCMODG (line 964) | TIOCMODG = 0x40047403 constant TIOCMODS (line 965) | TIOCMODS = 0xffffffff80047404 constant TIOCMSET (line 966) | TIOCMSET = 0xffffffff8004746d constant TIOCM_CAR (line 967) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 968) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 969) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 970) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 971) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 972) | TIOCM_LE = 0x1 constant TIOCM_RI (line 973) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 974) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 975) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 976) | TIOCM_SR = 0x10 constant TIOCM_ST (line 977) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 978) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 979) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 980) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 981) | TIOCPKT = 0xffffffff80047470 constant TIOCPKT_DATA (line 982) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 983) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 984) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 985) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_NOSTOP (line 986) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 987) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 988) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 989) | TIOCREMOTE = 0xffffffff80047469 constant TIOCSBRK (line 990) | TIOCSBRK = 0x2000747b constant TIOCSDTR (line 991) | TIOCSDTR = 0x20007479 constant TIOCSETC (line 992) | TIOCSETC = 0xffffffff80067411 constant TIOCSETD (line 993) | TIOCSETD = 0xffffffff80047401 constant TIOCSETN (line 994) | TIOCSETN = 0xffffffff8006740a constant TIOCSETP (line 995) | TIOCSETP = 0xffffffff80067409 constant TIOCSLTC (line 996) | TIOCSLTC = 0xffffffff80067475 constant TIOCSPGRP (line 997) | TIOCSPGRP = 0xffffffff80047476 constant TIOCSSIZE (line 998) | TIOCSSIZE = 0xffffffff80087467 constant TIOCSTART (line 999) | TIOCSTART = 0x2000746e constant TIOCSTI (line 1000) | TIOCSTI = 0xffffffff80017472 constant TIOCSTOP (line 1001) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1002) | TIOCSWINSZ = 0xffffffff80087467 constant TIOCUCNTL (line 1003) | TIOCUCNTL = 0xffffffff80047466 constant TOSTOP (line 1004) | TOSTOP = 0x10000 constant UTIME_NOW (line 1005) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1006) | UTIME_OMIT = -0x3 constant VDISCRD (line 1007) | VDISCRD = 0xc constant VDSUSP (line 1008) | VDSUSP = 0xa constant VEOF (line 1009) | VEOF = 0x4 constant VEOL (line 1010) | VEOL = 0x5 constant VEOL2 (line 1011) | VEOL2 = 0x6 constant VERASE (line 1012) | VERASE = 0x2 constant VINTR (line 1013) | VINTR = 0x0 constant VKILL (line 1014) | VKILL = 0x3 constant VLNEXT (line 1015) | VLNEXT = 0xe constant VMIN (line 1016) | VMIN = 0x4 constant VQUIT (line 1017) | VQUIT = 0x1 constant VREPRINT (line 1018) | VREPRINT = 0xb constant VSTART (line 1019) | VSTART = 0x7 constant VSTOP (line 1020) | VSTOP = 0x8 constant VSTRT (line 1021) | VSTRT = 0x7 constant VSUSP (line 1022) | VSUSP = 0x9 constant VT0 (line 1023) | VT0 = 0x0 constant VT1 (line 1024) | VT1 = 0x8000 constant VTDELAY (line 1025) | VTDELAY = 0x2000 constant VTDLY (line 1026) | VTDLY = 0x8000 constant VTIME (line 1027) | VTIME = 0x5 constant VWERSE (line 1028) | VWERSE = 0xd constant WPARSTART (line 1029) | WPARSTART = 0x1 constant WPARSTOP (line 1030) | WPARSTOP = 0x2 constant WPARTTYNAME (line 1031) | WPARTTYNAME = "Global" constant XCASE (line 1032) | XCASE = 0x4 constant XTABS (line 1033) | XTABS = 0xc00 constant _FDATAFLUSH (line 1034) | _FDATAFLUSH = 0x2000000000 constant E2BIG (line 1039) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1040) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1041) | EADDRINUSE = syscall.Errno(0x43) constant EADDRNOTAVAIL (line 1042) | EADDRNOTAVAIL = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1043) | EAFNOSUPPORT = syscall.Errno(0x42) constant EAGAIN (line 1044) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1045) | EALREADY = syscall.Errno(0x38) constant EBADF (line 1046) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1047) | EBADMSG = syscall.Errno(0x78) constant EBUSY (line 1048) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1049) | ECANCELED = syscall.Errno(0x75) constant ECHILD (line 1050) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1051) | ECHRNG = syscall.Errno(0x25) constant ECLONEME (line 1052) | ECLONEME = syscall.Errno(0x52) constant ECONNABORTED (line 1053) | ECONNABORTED = syscall.Errno(0x48) constant ECONNREFUSED (line 1054) | ECONNREFUSED = syscall.Errno(0x4f) constant ECONNRESET (line 1055) | ECONNRESET = syscall.Errno(0x49) constant ECORRUPT (line 1056) | ECORRUPT = syscall.Errno(0x59) constant EDEADLK (line 1057) | EDEADLK = syscall.Errno(0x2d) constant EDESTADDREQ (line 1058) | EDESTADDREQ = syscall.Errno(0x3a) constant EDESTADDRREQ (line 1059) | EDESTADDRREQ = syscall.Errno(0x3a) constant EDIST (line 1060) | EDIST = syscall.Errno(0x35) constant EDOM (line 1061) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1062) | EDQUOT = syscall.Errno(0x58) constant EEXIST (line 1063) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1064) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1065) | EFBIG = syscall.Errno(0x1b) constant EFORMAT (line 1066) | EFORMAT = syscall.Errno(0x30) constant EHOSTDOWN (line 1067) | EHOSTDOWN = syscall.Errno(0x50) constant EHOSTUNREACH (line 1068) | EHOSTUNREACH = syscall.Errno(0x51) constant EIDRM (line 1069) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1070) | EILSEQ = syscall.Errno(0x74) constant EINPROGRESS (line 1071) | EINPROGRESS = syscall.Errno(0x37) constant EINTR (line 1072) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1073) | EINVAL = syscall.Errno(0x16) constant EIO (line 1074) | EIO = syscall.Errno(0x5) constant EISCONN (line 1075) | EISCONN = syscall.Errno(0x4b) constant EISDIR (line 1076) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1077) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1078) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1079) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1080) | EL3RST = syscall.Errno(0x28) constant ELNRNG (line 1081) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 1082) | ELOOP = syscall.Errno(0x55) constant EMEDIA (line 1083) | EMEDIA = syscall.Errno(0x6e) constant EMFILE (line 1084) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1085) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1086) | EMSGSIZE = syscall.Errno(0x3b) constant EMULTIHOP (line 1087) | EMULTIHOP = syscall.Errno(0x7d) constant ENAMETOOLONG (line 1088) | ENAMETOOLONG = syscall.Errno(0x56) constant ENETDOWN (line 1089) | ENETDOWN = syscall.Errno(0x45) constant ENETRESET (line 1090) | ENETRESET = syscall.Errno(0x47) constant ENETUNREACH (line 1091) | ENETUNREACH = syscall.Errno(0x46) constant ENFILE (line 1092) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1093) | ENOATTR = syscall.Errno(0x70) constant ENOBUFS (line 1094) | ENOBUFS = syscall.Errno(0x4a) constant ENOCONNECT (line 1095) | ENOCONNECT = syscall.Errno(0x32) constant ENOCSI (line 1096) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1097) | ENODATA = syscall.Errno(0x7a) constant ENODEV (line 1098) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1099) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1100) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1101) | ENOLCK = syscall.Errno(0x31) constant ENOLINK (line 1102) | ENOLINK = syscall.Errno(0x7e) constant ENOMEM (line 1103) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1104) | ENOMSG = syscall.Errno(0x23) constant ENOPROTOOPT (line 1105) | ENOPROTOOPT = syscall.Errno(0x3d) constant ENOSPC (line 1106) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1107) | ENOSR = syscall.Errno(0x76) constant ENOSTR (line 1108) | ENOSTR = syscall.Errno(0x7b) constant ENOSYS (line 1109) | ENOSYS = syscall.Errno(0x6d) constant ENOTBLK (line 1110) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1111) | ENOTCONN = syscall.Errno(0x4c) constant ENOTDIR (line 1112) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1113) | ENOTEMPTY = syscall.Errno(0x11) constant ENOTREADY (line 1114) | ENOTREADY = syscall.Errno(0x2e) constant ENOTRECOVERABLE (line 1115) | ENOTRECOVERABLE = syscall.Errno(0x5e) constant ENOTRUST (line 1116) | ENOTRUST = syscall.Errno(0x72) constant ENOTSOCK (line 1117) | ENOTSOCK = syscall.Errno(0x39) constant ENOTSUP (line 1118) | ENOTSUP = syscall.Errno(0x7c) constant ENOTTY (line 1119) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1120) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1121) | EOPNOTSUPP = syscall.Errno(0x40) constant EOVERFLOW (line 1122) | EOVERFLOW = syscall.Errno(0x7f) constant EOWNERDEAD (line 1123) | EOWNERDEAD = syscall.Errno(0x5f) constant EPERM (line 1124) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1125) | EPFNOSUPPORT = syscall.Errno(0x41) constant EPIPE (line 1126) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1127) | EPROCLIM = syscall.Errno(0x53) constant EPROTO (line 1128) | EPROTO = syscall.Errno(0x79) constant EPROTONOSUPPORT (line 1129) | EPROTONOSUPPORT = syscall.Errno(0x3e) constant EPROTOTYPE (line 1130) | EPROTOTYPE = syscall.Errno(0x3c) constant ERANGE (line 1131) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1132) | EREMOTE = syscall.Errno(0x5d) constant ERESTART (line 1133) | ERESTART = syscall.Errno(0x52) constant EROFS (line 1134) | EROFS = syscall.Errno(0x1e) constant ESAD (line 1135) | ESAD = syscall.Errno(0x71) constant ESHUTDOWN (line 1136) | ESHUTDOWN = syscall.Errno(0x4d) constant ESOCKTNOSUPPORT (line 1137) | ESOCKTNOSUPPORT = syscall.Errno(0x3f) constant ESOFT (line 1138) | ESOFT = syscall.Errno(0x6f) constant ESPIPE (line 1139) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1140) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1141) | ESTALE = syscall.Errno(0x34) constant ESYSERROR (line 1142) | ESYSERROR = syscall.Errno(0x5a) constant ETIME (line 1143) | ETIME = syscall.Errno(0x77) constant ETIMEDOUT (line 1144) | ETIMEDOUT = syscall.Errno(0x4e) constant ETOOMANYREFS (line 1145) | ETOOMANYREFS = syscall.Errno(0x73) constant ETXTBSY (line 1146) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1147) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1148) | EUSERS = syscall.Errno(0x54) constant EWOULDBLOCK (line 1149) | EWOULDBLOCK = syscall.Errno(0xb) constant EWRPROTECT (line 1150) | EWRPROTECT = syscall.Errno(0x2f) constant EXDEV (line 1151) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1156) | SIGABRT = syscall.Signal(0x6) constant SIGAIO (line 1157) | SIGAIO = syscall.Signal(0x17) constant SIGALRM (line 1158) | SIGALRM = syscall.Signal(0xe) constant SIGALRM1 (line 1159) | SIGALRM1 = syscall.Signal(0x26) constant SIGBUS (line 1160) | SIGBUS = syscall.Signal(0xa) constant SIGCAPI (line 1161) | SIGCAPI = syscall.Signal(0x31) constant SIGCHLD (line 1162) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 1163) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 1164) | SIGCONT = syscall.Signal(0x13) constant SIGCPUFAIL (line 1165) | SIGCPUFAIL = syscall.Signal(0x3b) constant SIGDANGER (line 1166) | SIGDANGER = syscall.Signal(0x21) constant SIGEMT (line 1167) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1168) | SIGFPE = syscall.Signal(0x8) constant SIGGRANT (line 1169) | SIGGRANT = syscall.Signal(0x3c) constant SIGHUP (line 1170) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1171) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 1172) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1173) | SIGIO = syscall.Signal(0x17) constant SIGIOINT (line 1174) | SIGIOINT = syscall.Signal(0x10) constant SIGIOT (line 1175) | SIGIOT = syscall.Signal(0x6) constant SIGKAP (line 1176) | SIGKAP = syscall.Signal(0x3c) constant SIGKILL (line 1177) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1178) | SIGLOST = syscall.Signal(0x6) constant SIGMAX (line 1179) | SIGMAX = syscall.Signal(0xff) constant SIGMAX32 (line 1180) | SIGMAX32 = syscall.Signal(0x3f) constant SIGMIGRATE (line 1181) | SIGMIGRATE = syscall.Signal(0x23) constant SIGMSG (line 1182) | SIGMSG = syscall.Signal(0x1b) constant SIGPIPE (line 1183) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1184) | SIGPOLL = syscall.Signal(0x17) constant SIGPRE (line 1185) | SIGPRE = syscall.Signal(0x24) constant SIGPROF (line 1186) | SIGPROF = syscall.Signal(0x20) constant SIGPTY (line 1187) | SIGPTY = syscall.Signal(0x17) constant SIGPWR (line 1188) | SIGPWR = syscall.Signal(0x1d) constant SIGQUIT (line 1189) | SIGQUIT = syscall.Signal(0x3) constant SIGRECONFIG (line 1190) | SIGRECONFIG = syscall.Signal(0x3a) constant SIGRETRACT (line 1191) | SIGRETRACT = syscall.Signal(0x3d) constant SIGSAK (line 1192) | SIGSAK = syscall.Signal(0x3f) constant SIGSEGV (line 1193) | SIGSEGV = syscall.Signal(0xb) constant SIGSOUND (line 1194) | SIGSOUND = syscall.Signal(0x3e) constant SIGSTOP (line 1195) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1196) | SIGSYS = syscall.Signal(0xc) constant SIGSYSERROR (line 1197) | SIGSYSERROR = syscall.Signal(0x30) constant SIGTALRM (line 1198) | SIGTALRM = syscall.Signal(0x26) constant SIGTERM (line 1199) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1200) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1201) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1202) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1203) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1204) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1205) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1206) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVIRT (line 1207) | SIGVIRT = syscall.Signal(0x25) constant SIGVTALRM (line 1208) | SIGVTALRM = syscall.Signal(0x22) constant SIGWAITING (line 1209) | SIGWAITING = syscall.Signal(0x27) constant SIGWINCH (line 1210) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1211) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1212) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_CCITT (line 15) | AF_CCITT = 0xa constant AF_CHAOS (line 16) | AF_CHAOS = 0x5 constant AF_CNT (line 17) | AF_CNT = 0x15 constant AF_COIP (line 18) | AF_COIP = 0x14 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_E164 (line 22) | AF_E164 = 0x1c constant AF_ECMA (line 23) | AF_ECMA = 0x8 constant AF_HYLINK (line 24) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 25) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 26) | AF_IMPLINK = 0x3 constant AF_INET (line 27) | AF_INET = 0x2 constant AF_INET6 (line 28) | AF_INET6 = 0x1e constant AF_IPX (line 29) | AF_IPX = 0x17 constant AF_ISDN (line 30) | AF_ISDN = 0x1c constant AF_ISO (line 31) | AF_ISO = 0x7 constant AF_LAT (line 32) | AF_LAT = 0xe constant AF_LINK (line 33) | AF_LINK = 0x12 constant AF_LOCAL (line 34) | AF_LOCAL = 0x1 constant AF_MAX (line 35) | AF_MAX = 0x29 constant AF_NATM (line 36) | AF_NATM = 0x1f constant AF_NDRV (line 37) | AF_NDRV = 0x1b constant AF_NETBIOS (line 38) | AF_NETBIOS = 0x21 constant AF_NS (line 39) | AF_NS = 0x6 constant AF_OSI (line 40) | AF_OSI = 0x7 constant AF_PPP (line 41) | AF_PPP = 0x22 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 43) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x18 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_SYSTEM (line 47) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 48) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 49) | AF_UNIX = 0x1 constant AF_UNSPEC (line 50) | AF_UNSPEC = 0x0 constant AF_UTUN (line 51) | AF_UTUN = 0x26 constant AF_VSOCK (line 52) | AF_VSOCK = 0x28 constant ALTWERASE (line 53) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 54) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 55) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 56) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 57) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 58) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 59) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 60) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 61) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 62) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 63) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 64) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 65) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 66) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 67) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 68) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 69) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 70) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 71) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 72) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 73) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 74) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 75) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 76) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 77) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 78) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 79) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 80) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 81) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 82) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 83) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 84) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 85) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 86) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 87) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 88) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 89) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 90) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 91) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 92) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 93) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 94) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 95) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 96) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 97) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 98) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 99) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 100) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 101) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 102) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 103) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 104) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 105) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 106) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 107) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 108) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 109) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 110) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 111) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 112) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 113) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 114) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 115) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 116) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 117) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 118) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 119) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 120) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 121) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 122) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 123) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 124) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 125) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 126) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 127) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 128) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 129) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 130) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 131) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 132) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 133) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 134) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 135) | B0 = 0x0 constant B110 (line 136) | B110 = 0x6e constant B115200 (line 137) | B115200 = 0x1c200 constant B1200 (line 138) | B1200 = 0x4b0 constant B134 (line 139) | B134 = 0x86 constant B14400 (line 140) | B14400 = 0x3840 constant B150 (line 141) | B150 = 0x96 constant B1800 (line 142) | B1800 = 0x708 constant B19200 (line 143) | B19200 = 0x4b00 constant B200 (line 144) | B200 = 0xc8 constant B230400 (line 145) | B230400 = 0x38400 constant B2400 (line 146) | B2400 = 0x960 constant B28800 (line 147) | B28800 = 0x7080 constant B300 (line 148) | B300 = 0x12c constant B38400 (line 149) | B38400 = 0x9600 constant B4800 (line 150) | B4800 = 0x12c0 constant B50 (line 151) | B50 = 0x32 constant B57600 (line 152) | B57600 = 0xe100 constant B600 (line 153) | B600 = 0x258 constant B7200 (line 154) | B7200 = 0x1c20 constant B75 (line 155) | B75 = 0x4b constant B76800 (line 156) | B76800 = 0x12c00 constant B9600 (line 157) | B9600 = 0x2580 constant BIOCFLUSH (line 158) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 159) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 160) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 161) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 162) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 163) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 164) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 165) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 166) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 167) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 168) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 169) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 170) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 171) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 172) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 173) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 174) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 175) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 176) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 177) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 178) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 179) | BIOCVERSION = 0x40044271 constant BPF_A (line 180) | BPF_A = 0x10 constant BPF_ABS (line 181) | BPF_ABS = 0x20 constant BPF_ADD (line 182) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 183) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 184) | BPF_ALU = 0x4 constant BPF_AND (line 185) | BPF_AND = 0x50 constant BPF_B (line 186) | BPF_B = 0x10 constant BPF_DIV (line 187) | BPF_DIV = 0x30 constant BPF_H (line 188) | BPF_H = 0x8 constant BPF_IMM (line 189) | BPF_IMM = 0x0 constant BPF_IND (line 190) | BPF_IND = 0x40 constant BPF_JA (line 191) | BPF_JA = 0x0 constant BPF_JEQ (line 192) | BPF_JEQ = 0x10 constant BPF_JGE (line 193) | BPF_JGE = 0x30 constant BPF_JGT (line 194) | BPF_JGT = 0x20 constant BPF_JMP (line 195) | BPF_JMP = 0x5 constant BPF_JSET (line 196) | BPF_JSET = 0x40 constant BPF_K (line 197) | BPF_K = 0x0 constant BPF_LD (line 198) | BPF_LD = 0x0 constant BPF_LDX (line 199) | BPF_LDX = 0x1 constant BPF_LEN (line 200) | BPF_LEN = 0x80 constant BPF_LSH (line 201) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 202) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 203) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 204) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 205) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 206) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 207) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 208) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 209) | BPF_MISC = 0x7 constant BPF_MSH (line 210) | BPF_MSH = 0xa0 constant BPF_MUL (line 211) | BPF_MUL = 0x20 constant BPF_NEG (line 212) | BPF_NEG = 0x80 constant BPF_OR (line 213) | BPF_OR = 0x40 constant BPF_RELEASE (line 214) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 215) | BPF_RET = 0x6 constant BPF_RSH (line 216) | BPF_RSH = 0x70 constant BPF_ST (line 217) | BPF_ST = 0x2 constant BPF_STX (line 218) | BPF_STX = 0x3 constant BPF_SUB (line 219) | BPF_SUB = 0x10 constant BPF_TAX (line 220) | BPF_TAX = 0x0 constant BPF_TXA (line 221) | BPF_TXA = 0x80 constant BPF_W (line 222) | BPF_W = 0x0 constant BPF_X (line 223) | BPF_X = 0x8 constant BRKINT (line 224) | BRKINT = 0x2 constant BS0 (line 225) | BS0 = 0x0 constant BS1 (line 226) | BS1 = 0x8000 constant BSDLY (line 227) | BSDLY = 0x8000 constant CFLUSH (line 228) | CFLUSH = 0xf constant CLOCAL (line 229) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 230) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 231) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 232) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 233) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 234) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 235) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 236) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 237) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 238) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 239) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 240) | CR0 = 0x0 constant CR1 (line 241) | CR1 = 0x1000 constant CR2 (line 242) | CR2 = 0x2000 constant CR3 (line 243) | CR3 = 0x3000 constant CRDLY (line 244) | CRDLY = 0x3000 constant CREAD (line 245) | CREAD = 0x800 constant CRTSCTS (line 246) | CRTSCTS = 0x30000 constant CS5 (line 247) | CS5 = 0x0 constant CS6 (line 248) | CS6 = 0x100 constant CS7 (line 249) | CS7 = 0x200 constant CS8 (line 250) | CS8 = 0x300 constant CSIZE (line 251) | CSIZE = 0x300 constant CSTART (line 252) | CSTART = 0x11 constant CSTATUS (line 253) | CSTATUS = 0x14 constant CSTOP (line 254) | CSTOP = 0x13 constant CSTOPB (line 255) | CSTOPB = 0x400 constant CSUSP (line 256) | CSUSP = 0x1a constant CTLIOCGINFO (line 257) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 258) | CTL_HW = 0x6 constant CTL_KERN (line 259) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 260) | CTL_MAXNAME = 0xc constant CTL_NET (line 261) | CTL_NET = 0x4 constant DLT_A429 (line 262) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 263) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 264) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 265) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 266) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 267) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 268) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 269) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 270) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 271) | DLT_AURORA = 0x7e constant DLT_AX25 (line 272) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 273) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 274) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 275) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 276) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 277) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 278) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 279) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 280) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 281) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 282) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 283) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 284) | DLT_DBUS = 0xe7 constant DLT_DECT (line 285) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 286) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 287) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 288) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 289) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 290) | DLT_EN3MB = 0x2 constant DLT_ENC (line 291) | DLT_ENC = 0x6d constant DLT_ERF (line 292) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 293) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 294) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 295) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 296) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 297) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 298) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 299) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 300) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 301) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 302) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 303) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 304) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 305) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 306) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 307) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 308) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 309) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 310) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 311) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 312) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 313) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 314) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 315) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 316) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 317) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 318) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 319) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 320) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 321) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 322) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 323) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 324) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 325) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 326) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 327) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 328) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 329) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 330) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 331) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 332) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 333) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 334) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 335) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 336) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 337) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 338) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 339) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 340) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 341) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 342) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 343) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 344) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 345) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 346) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 347) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 348) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 349) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 350) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 351) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 352) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 353) | DLT_LAPD = 0xcb constant DLT_LIN (line 354) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 355) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 356) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 357) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 358) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 359) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 360) | DLT_LOOP = 0x6c constant DLT_LTALK (line 361) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 362) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 363) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 364) | DLT_MFR = 0xb6 constant DLT_MOST (line 365) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 366) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 367) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 368) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 369) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 370) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 371) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 372) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 373) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 374) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 375) | DLT_NFLOG = 0xef constant DLT_NG40 (line 376) | DLT_NG40 = 0xf4 constant DLT_NULL (line 377) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 378) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 379) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 380) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 381) | DLT_PPI = 0xc0 constant DLT_PPP (line 382) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 383) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 384) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 385) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 386) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 387) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 388) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 389) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 390) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 391) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 392) | DLT_RAW = 0xc constant DLT_RIO (line 393) | DLT_RIO = 0x7c constant DLT_SCCP (line 394) | DLT_SCCP = 0x8e constant DLT_SITA (line 395) | DLT_SITA = 0xc4 constant DLT_SLIP (line 396) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 397) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 398) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 399) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 400) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 401) | DLT_TZSP = 0x80 constant DLT_USB (line 402) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 403) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 404) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 405) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 406) | DLT_USER0 = 0x93 constant DLT_USER1 (line 407) | DLT_USER1 = 0x94 constant DLT_USER10 (line 408) | DLT_USER10 = 0x9d constant DLT_USER11 (line 409) | DLT_USER11 = 0x9e constant DLT_USER12 (line 410) | DLT_USER12 = 0x9f constant DLT_USER13 (line 411) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 412) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 413) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 414) | DLT_USER2 = 0x95 constant DLT_USER3 (line 415) | DLT_USER3 = 0x96 constant DLT_USER4 (line 416) | DLT_USER4 = 0x97 constant DLT_USER5 (line 417) | DLT_USER5 = 0x98 constant DLT_USER6 (line 418) | DLT_USER6 = 0x99 constant DLT_USER7 (line 419) | DLT_USER7 = 0x9a constant DLT_USER8 (line 420) | DLT_USER8 = 0x9b constant DLT_USER9 (line 421) | DLT_USER9 = 0x9c constant DLT_WIHART (line 422) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 423) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 424) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 425) | DT_BLK = 0x6 constant DT_CHR (line 426) | DT_CHR = 0x2 constant DT_DIR (line 427) | DT_DIR = 0x4 constant DT_FIFO (line 428) | DT_FIFO = 0x1 constant DT_LNK (line 429) | DT_LNK = 0xa constant DT_REG (line 430) | DT_REG = 0x8 constant DT_SOCK (line 431) | DT_SOCK = 0xc constant DT_UNKNOWN (line 432) | DT_UNKNOWN = 0x0 constant DT_WHT (line 433) | DT_WHT = 0xe constant ECHO (line 434) | ECHO = 0x8 constant ECHOCTL (line 435) | ECHOCTL = 0x40 constant ECHOE (line 436) | ECHOE = 0x2 constant ECHOK (line 437) | ECHOK = 0x4 constant ECHOKE (line 438) | ECHOKE = 0x1 constant ECHONL (line 439) | ECHONL = 0x10 constant ECHOPRT (line 440) | ECHOPRT = 0x20 constant EVFILT_AIO (line 441) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 442) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 443) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 444) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 445) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 446) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 447) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 448) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 449) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 450) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 451) | EVFILT_USER = -0xa constant EVFILT_VM (line 452) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 453) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 454) | EVFILT_WRITE = -0x2 constant EV_ADD (line 455) | EV_ADD = 0x1 constant EV_CLEAR (line 456) | EV_CLEAR = 0x20 constant EV_DELETE (line 457) | EV_DELETE = 0x2 constant EV_DISABLE (line 458) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 459) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 460) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 461) | EV_ENABLE = 0x4 constant EV_EOF (line 462) | EV_EOF = 0x8000 constant EV_ERROR (line 463) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 464) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 465) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 466) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 467) | EV_OOBAND = 0x2000 constant EV_POLL (line 468) | EV_POLL = 0x1000 constant EV_RECEIPT (line 469) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 470) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 471) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 472) | EV_VANISHED = 0x200 constant EXTA (line 473) | EXTA = 0x4b00 constant EXTB (line 474) | EXTB = 0x9600 constant EXTPROC (line 475) | EXTPROC = 0x800 constant FD_CLOEXEC (line 476) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 477) | FD_SETSIZE = 0x400 constant FF0 (line 478) | FF0 = 0x0 constant FF1 (line 479) | FF1 = 0x4000 constant FFDLY (line 480) | FFDLY = 0x4000 constant FLUSHO (line 481) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 482) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 483) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 484) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 485) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 486) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 487) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 488) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 489) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 490) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 491) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 492) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 493) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 494) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 495) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 496) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 497) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 498) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 499) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 500) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 501) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 502) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 503) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 504) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 505) | F_GETCODEDIR = 0x48 constant F_GETFD (line 506) | F_GETFD = 0x1 constant F_GETFL (line 507) | F_GETFL = 0x3 constant F_GETLK (line 508) | F_GETLK = 0x7 constant F_GETLKPID (line 509) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 510) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 511) | F_GETOWN = 0x5 constant F_GETPATH (line 512) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 513) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 514) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 515) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 516) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 517) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 518) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 519) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 520) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 521) | F_NOCACHE = 0x30 constant F_NODIRECT (line 522) | F_NODIRECT = 0x3e constant F_OK (line 523) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 524) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 525) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 526) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 527) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 528) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 529) | F_RDAHEAD = 0x2d constant F_RDLCK (line 530) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 531) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 532) | F_SETFD = 0x2 constant F_SETFL (line 533) | F_SETFL = 0x4 constant F_SETLK (line 534) | F_SETLK = 0x8 constant F_SETLKW (line 535) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 536) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 537) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 538) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 539) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 540) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 541) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 542) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 543) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 544) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 545) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 546) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 547) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 548) | F_WRLCK = 0x3 constant HUPCL (line 549) | HUPCL = 0x4000 constant HW_MACHINE (line 550) | HW_MACHINE = 0x1 constant ICANON (line 551) | ICANON = 0x100 constant ICMP6_FILTER (line 552) | ICMP6_FILTER = 0x12 constant ICRNL (line 553) | ICRNL = 0x100 constant IEXTEN (line 554) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 555) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 556) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 557) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 558) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 559) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 560) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 561) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 562) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 563) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 564) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 565) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 566) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 567) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 568) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 569) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 570) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 571) | IFF_UP = 0x1 constant IFNAMSIZ (line 572) | IFNAMSIZ = 0x10 constant IFT_1822 (line 573) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 574) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 575) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 576) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 577) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 578) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 579) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 580) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 581) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 582) | IFT_CEPT = 0x13 constant IFT_DS3 (line 583) | IFT_DS3 = 0x1e constant IFT_ENC (line 584) | IFT_ENC = 0xf4 constant IFT_EON (line 585) | IFT_EON = 0x19 constant IFT_ETHER (line 586) | IFT_ETHER = 0x6 constant IFT_FAITH (line 587) | IFT_FAITH = 0x38 constant IFT_FDDI (line 588) | IFT_FDDI = 0xf constant IFT_FRELAY (line 589) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 590) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 591) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 592) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 593) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 594) | IFT_HSSI = 0x2e constant IFT_HY (line 595) | IFT_HY = 0xe constant IFT_IEEE1394 (line 596) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 597) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 598) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 599) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 600) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 601) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 602) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 603) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 604) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 605) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 606) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 607) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 608) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 609) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 610) | IFT_MODEM = 0x30 constant IFT_NSIP (line 611) | IFT_NSIP = 0x1b constant IFT_OTHER (line 612) | IFT_OTHER = 0x1 constant IFT_P10 (line 613) | IFT_P10 = 0xc constant IFT_P80 (line 614) | IFT_P80 = 0xd constant IFT_PARA (line 615) | IFT_PARA = 0x22 constant IFT_PDP (line 616) | IFT_PDP = 0xff constant IFT_PFLOG (line 617) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 618) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 619) | IFT_PKTAP = 0xfe constant IFT_PPP (line 620) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 621) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 622) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 623) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 624) | IFT_RS232 = 0x21 constant IFT_SDLC (line 625) | IFT_SDLC = 0x11 constant IFT_SIP (line 626) | IFT_SIP = 0x1f constant IFT_SLIP (line 627) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 628) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 629) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 630) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 631) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 632) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 633) | IFT_STARLAN = 0xb constant IFT_STF (line 634) | IFT_STF = 0x39 constant IFT_T1 (line 635) | IFT_T1 = 0x12 constant IFT_ULTRA (line 636) | IFT_ULTRA = 0x1d constant IFT_V35 (line 637) | IFT_V35 = 0x2d constant IFT_X25 (line 638) | IFT_X25 = 0x5 constant IFT_X25DDN (line 639) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 640) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 641) | IFT_XETHER = 0x1a constant IGNBRK (line 642) | IGNBRK = 0x1 constant IGNCR (line 643) | IGNCR = 0x80 constant IGNPAR (line 644) | IGNPAR = 0x4 constant IMAXBEL (line 645) | IMAXBEL = 0x2000 constant INLCR (line 646) | INLCR = 0x40 constant INPCK (line 647) | INPCK = 0x10 constant IN_CLASSA_HOST (line 648) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 649) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 650) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 651) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 652) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 653) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 654) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 655) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 656) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 657) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 658) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 659) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 660) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 661) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 662) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 663) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 664) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 665) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 666) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 667) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 668) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 669) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 670) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 671) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 672) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 673) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 674) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 675) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 676) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 677) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 678) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 679) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 680) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 681) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 682) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 683) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 684) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 685) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 686) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 687) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 688) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 689) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 690) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 691) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 692) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 693) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 694) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 695) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 696) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 697) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 698) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 699) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 700) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 701) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 702) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 703) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 704) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 705) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 706) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 707) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 708) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 709) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 710) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 711) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 712) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 713) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 714) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 715) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 716) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 717) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 718) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 719) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 720) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 721) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 722) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 723) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 724) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 725) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 726) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 727) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 728) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 729) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 730) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 731) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 732) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 733) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 734) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 735) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 736) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 737) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 738) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 739) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 740) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 741) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 742) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 743) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 744) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 745) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 746) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 747) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 748) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 749) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 750) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 751) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 752) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 753) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 754) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 755) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 756) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 757) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 758) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 759) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 760) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 761) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 762) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 763) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 764) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 765) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 766) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 767) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 768) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 769) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 770) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 771) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 772) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 773) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 774) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 775) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 776) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 777) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 778) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 779) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 780) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 781) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 782) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 783) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 784) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 785) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 786) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 787) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 788) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 789) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 790) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 791) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 792) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 793) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 794) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 795) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 796) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 797) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 798) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 799) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 800) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 801) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 802) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 803) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 804) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 805) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 806) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 807) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 808) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 809) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 810) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 811) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 812) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 813) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 814) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 815) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 816) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 817) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 818) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 819) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 820) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 821) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 822) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 823) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 824) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 825) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 826) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 827) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 828) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 829) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 830) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 831) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 832) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 833) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 834) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 835) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 836) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 837) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 838) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 839) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 840) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 841) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 842) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 843) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 844) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 845) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 846) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 847) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 848) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 849) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 850) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 851) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 852) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 853) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 854) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 855) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 856) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 857) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 858) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 859) | IP_DF = 0x4000 constant IP_DONTFRAG (line 860) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 861) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 862) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 863) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 864) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 865) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 866) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 867) | IP_FAITH = 0x16 constant IP_FW_ADD (line 868) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 869) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 870) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 871) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 872) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 873) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 874) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 875) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 876) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 877) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 878) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 879) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 880) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 881) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 882) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 883) | IP_MSFILTER = 0x4a constant IP_MSS (line 884) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 885) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 886) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 887) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 888) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 889) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 890) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 891) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 892) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 893) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 894) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 895) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 896) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 897) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 898) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 899) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 900) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 901) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 902) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 903) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 904) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 905) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 906) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 907) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 908) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 909) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 910) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 911) | IP_RETOPTS = 0x8 constant IP_RF (line 912) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 913) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 914) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 915) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 916) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 917) | IP_STRIPHDR = 0x17 constant IP_TOS (line 918) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 919) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 920) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 921) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 922) | ISIG = 0x80 constant ISTRIP (line 923) | ISTRIP = 0x20 constant IUTF8 (line 924) | IUTF8 = 0x4000 constant IXANY (line 925) | IXANY = 0x800 constant IXOFF (line 926) | IXOFF = 0x400 constant IXON (line 927) | IXON = 0x200 constant KERN_HOSTNAME (line 928) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 929) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 930) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 931) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 932) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 933) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 934) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 935) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 936) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 937) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 938) | LOCK_EX = 0x2 constant LOCK_NB (line 939) | LOCK_NB = 0x4 constant LOCK_SH (line 940) | LOCK_SH = 0x1 constant LOCK_UN (line 941) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 942) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 943) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 944) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 945) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 946) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 947) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 948) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 949) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 950) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 951) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 952) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 953) | MAP_32BIT = 0x8000 constant MAP_ANON (line 954) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 955) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 956) | MAP_COPY = 0x2 constant MAP_FILE (line 957) | MAP_FILE = 0x0 constant MAP_FIXED (line 958) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 959) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 960) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 961) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 962) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 963) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 964) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 965) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 966) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 967) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 968) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 969) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 970) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 971) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 972) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 973) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 974) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 975) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 976) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 977) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 978) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 979) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 980) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 981) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 982) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 983) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 984) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 985) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 986) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 987) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 988) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 989) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 990) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 991) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 992) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 993) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 994) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 995) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 996) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 997) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 998) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 999) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1000) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1001) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1002) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1003) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1004) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1005) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1006) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1007) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1008) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1009) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1010) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1011) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1012) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1013) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1014) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1015) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1016) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1017) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1018) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1019) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1020) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1021) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1022) | MSG_EOF = 0x100 constant MSG_EOR (line 1023) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1024) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1025) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1026) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1027) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1028) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1029) | MSG_OOB = 0x1 constant MSG_PEEK (line 1030) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1031) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1032) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1033) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1034) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1035) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1036) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1037) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1038) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1039) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1040) | MS_SYNC = 0x10 constant NAME_MAX (line 1041) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1042) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1043) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1044) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1045) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1046) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1047) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1048) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1049) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1050) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1051) | NFDBITS = 0x20 constant NL0 (line 1052) | NL0 = 0x0 constant NL1 (line 1053) | NL1 = 0x100 constant NL2 (line 1054) | NL2 = 0x200 constant NL3 (line 1055) | NL3 = 0x300 constant NLDLY (line 1056) | NLDLY = 0x300 constant NOFLSH (line 1057) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1058) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1059) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1060) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1061) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1062) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1063) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1064) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1065) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1066) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1067) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1068) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1069) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1070) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1071) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1072) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1073) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1074) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1075) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1076) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1077) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1078) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1079) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1080) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1081) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1082) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1083) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1084) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1085) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1086) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1087) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1088) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1089) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1090) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1091) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1092) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1093) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1094) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1095) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1096) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1097) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1098) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1099) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1100) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1101) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1102) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1103) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1104) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1105) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1106) | NOTE_WRITE = 0x2 constant OCRNL (line 1107) | OCRNL = 0x10 constant OFDEL (line 1108) | OFDEL = 0x20000 constant OFILL (line 1109) | OFILL = 0x80 constant ONLCR (line 1110) | ONLCR = 0x2 constant ONLRET (line 1111) | ONLRET = 0x40 constant ONOCR (line 1112) | ONOCR = 0x20 constant ONOEOT (line 1113) | ONOEOT = 0x8 constant OPOST (line 1114) | OPOST = 0x1 constant OXTABS (line 1115) | OXTABS = 0x4 constant O_ACCMODE (line 1116) | O_ACCMODE = 0x3 constant O_ALERT (line 1117) | O_ALERT = 0x20000000 constant O_APPEND (line 1118) | O_APPEND = 0x8 constant O_ASYNC (line 1119) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1120) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1121) | O_CREAT = 0x200 constant O_DIRECTORY (line 1122) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1123) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1124) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1125) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1126) | O_EVTONLY = 0x8000 constant O_EXCL (line 1127) | O_EXCL = 0x800 constant O_EXLOCK (line 1128) | O_EXLOCK = 0x20 constant O_FSYNC (line 1129) | O_FSYNC = 0x80 constant O_NDELAY (line 1130) | O_NDELAY = 0x4 constant O_NOCTTY (line 1131) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1132) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1133) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1134) | O_NONBLOCK = 0x4 constant O_POPUP (line 1135) | O_POPUP = 0x80000000 constant O_RDONLY (line 1136) | O_RDONLY = 0x0 constant O_RDWR (line 1137) | O_RDWR = 0x2 constant O_SHLOCK (line 1138) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1139) | O_SYMLINK = 0x200000 constant O_SYNC (line 1140) | O_SYNC = 0x80 constant O_TRUNC (line 1141) | O_TRUNC = 0x400 constant O_WRONLY (line 1142) | O_WRONLY = 0x1 constant PARENB (line 1143) | PARENB = 0x1000 constant PARMRK (line 1144) | PARMRK = 0x8 constant PARODD (line 1145) | PARODD = 0x2000 constant PENDIN (line 1146) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1147) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1148) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1149) | PRIO_USER = 0x2 constant PROT_EXEC (line 1150) | PROT_EXEC = 0x4 constant PROT_NONE (line 1151) | PROT_NONE = 0x0 constant PROT_READ (line 1152) | PROT_READ = 0x1 constant PROT_WRITE (line 1153) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1154) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1155) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1156) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1157) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1158) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1159) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1160) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1161) | PT_KILL = 0x8 constant PT_READ_D (line 1162) | PT_READ_D = 0x2 constant PT_READ_I (line 1163) | PT_READ_I = 0x1 constant PT_READ_U (line 1164) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1165) | PT_SIGEXC = 0xc constant PT_STEP (line 1166) | PT_STEP = 0x9 constant PT_THUPDATE (line 1167) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1168) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1169) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1170) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1171) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1172) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1173) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1174) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1175) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1176) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1177) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1178) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1179) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1180) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1181) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1182) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1183) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1184) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1185) | RTAX_BRD = 0x7 constant RTAX_DST (line 1186) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1187) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1188) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1189) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1190) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1191) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1192) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1193) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1194) | RTA_BRD = 0x80 constant RTA_DST (line 1195) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1196) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1197) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1198) | RTA_IFA = 0x20 constant RTA_IFP (line 1199) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1200) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1201) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1202) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1203) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1204) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1205) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1206) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1207) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1208) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1209) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1210) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1211) | RTF_HOST = 0x4 constant RTF_IFREF (line 1212) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1213) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1214) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1215) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1216) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1217) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1218) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1219) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1220) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1221) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1222) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1223) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1224) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1225) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1226) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1227) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1230) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1231) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1233) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1234) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1235) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1236) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1237) | RTM_GET = 0x4 constant RTM_GET2 (line 1238) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1239) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1240) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1241) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1242) | RTM_LOSING = 0x5 constant RTM_MISS (line 1243) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1244) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1245) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1246) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1247) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1248) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1249) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1250) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1251) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1252) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1253) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1254) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1255) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1256) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1257) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1258) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1259) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1260) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1261) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1262) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1263) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1264) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1265) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1266) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1267) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1268) | SEEK_DATA = 0x4 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_HOLE (line 1270) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1271) | SEEK_SET = 0x0 constant SF_APPEND (line 1272) | SF_APPEND = 0x40000 constant SF_ARCHIVED (line 1273) | SF_ARCHIVED = 0x10000 constant SF_DATALESS (line 1274) | SF_DATALESS = 0x40000000 constant SF_FIRMLINK (line 1275) | SF_FIRMLINK = 0x800000 constant SF_IMMUTABLE (line 1276) | SF_IMMUTABLE = 0x20000 constant SF_NOUNLINK (line 1277) | SF_NOUNLINK = 0x100000 constant SF_RESTRICTED (line 1278) | SF_RESTRICTED = 0x80000 constant SF_SETTABLE (line 1279) | SF_SETTABLE = 0x3fff0000 constant SF_SUPPORTED (line 1280) | SF_SUPPORTED = 0x9f0000 constant SF_SYNTHETIC (line 1281) | SF_SYNTHETIC = 0xc0000000 constant SHUT_RD (line 1282) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1283) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1284) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1285) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1286) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1287) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1288) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1289) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1290) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1291) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1292) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1293) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1294) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1295) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1296) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1297) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1298) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1299) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1300) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1301) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1302) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1303) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1304) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1305) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1306) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1307) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1308) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1309) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1310) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1311) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1312) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1313) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1314) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1315) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1316) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1317) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1318) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1319) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1320) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1321) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1322) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1323) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1324) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1325) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1326) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1327) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1328) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1329) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1330) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1331) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1332) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1333) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1334) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1335) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1336) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1337) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1338) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1339) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1340) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1341) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1342) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1343) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1344) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1345) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1346) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1347) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1348) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1349) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1350) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1351) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1352) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1353) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1354) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1355) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1356) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1357) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1358) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1359) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1360) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1361) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1362) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1363) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1364) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1365) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1366) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1367) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1368) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1369) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1370) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1371) | SO_LABEL = 0x1010 constant SO_LINGER (line 1372) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1373) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1374) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1375) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1376) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1377) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1378) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1379) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1380) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1381) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1382) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1383) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1384) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1385) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1386) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1387) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1388) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1389) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1390) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1391) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1392) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1393) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1394) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1395) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1396) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1397) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1398) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1399) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1400) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1401) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1402) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1403) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1404) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1405) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1406) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1407) | S_IEXEC = 0x40 constant S_IFBLK (line 1408) | S_IFBLK = 0x6000 constant S_IFCHR (line 1409) | S_IFCHR = 0x2000 constant S_IFDIR (line 1410) | S_IFDIR = 0x4000 constant S_IFIFO (line 1411) | S_IFIFO = 0x1000 constant S_IFLNK (line 1412) | S_IFLNK = 0xa000 constant S_IFMT (line 1413) | S_IFMT = 0xf000 constant S_IFREG (line 1414) | S_IFREG = 0x8000 constant S_IFSOCK (line 1415) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1416) | S_IFWHT = 0xe000 constant S_IREAD (line 1417) | S_IREAD = 0x100 constant S_IRGRP (line 1418) | S_IRGRP = 0x20 constant S_IROTH (line 1419) | S_IROTH = 0x4 constant S_IRUSR (line 1420) | S_IRUSR = 0x100 constant S_IRWXG (line 1421) | S_IRWXG = 0x38 constant S_IRWXO (line 1422) | S_IRWXO = 0x7 constant S_IRWXU (line 1423) | S_IRWXU = 0x1c0 constant S_ISGID (line 1424) | S_ISGID = 0x400 constant S_ISTXT (line 1425) | S_ISTXT = 0x200 constant S_ISUID (line 1426) | S_ISUID = 0x800 constant S_ISVTX (line 1427) | S_ISVTX = 0x200 constant S_IWGRP (line 1428) | S_IWGRP = 0x10 constant S_IWOTH (line 1429) | S_IWOTH = 0x2 constant S_IWRITE (line 1430) | S_IWRITE = 0x80 constant S_IWUSR (line 1431) | S_IWUSR = 0x80 constant S_IXGRP (line 1432) | S_IXGRP = 0x8 constant S_IXOTH (line 1433) | S_IXOTH = 0x1 constant S_IXUSR (line 1434) | S_IXUSR = 0x40 constant TAB0 (line 1435) | TAB0 = 0x0 constant TAB1 (line 1436) | TAB1 = 0x400 constant TAB2 (line 1437) | TAB2 = 0x800 constant TAB3 (line 1438) | TAB3 = 0x4 constant TABDLY (line 1439) | TABDLY = 0xc04 constant TCIFLUSH (line 1440) | TCIFLUSH = 0x1 constant TCIOFF (line 1441) | TCIOFF = 0x3 constant TCIOFLUSH (line 1442) | TCIOFLUSH = 0x3 constant TCION (line 1443) | TCION = 0x4 constant TCOFLUSH (line 1444) | TCOFLUSH = 0x2 constant TCOOFF (line 1445) | TCOOFF = 0x1 constant TCOON (line 1446) | TCOON = 0x2 constant TCPOPT_CC (line 1447) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1448) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1449) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1450) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1451) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1452) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1453) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1454) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1455) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1456) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1457) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1458) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1459) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1460) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1461) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1462) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1463) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1464) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1465) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1466) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1467) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1468) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1469) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1470) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1471) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1472) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1473) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1474) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1475) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1476) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1477) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1478) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1479) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1480) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1481) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1482) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1483) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1484) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1485) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1486) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1487) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1488) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1489) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1490) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1491) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1492) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1493) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1494) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1495) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1496) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1497) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1498) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1499) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1500) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1501) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1502) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1503) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1504) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1505) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1506) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1507) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1508) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1509) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1510) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1511) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1512) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1513) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1514) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1515) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1516) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1517) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1518) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1519) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1520) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1521) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1522) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1523) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1524) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1525) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1526) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1527) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1528) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1529) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1530) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1531) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1532) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1533) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1534) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1535) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1536) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1537) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1538) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1539) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1540) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1541) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1542) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1543) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1544) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1545) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1546) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1547) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1548) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1549) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1550) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1551) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1552) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1553) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1554) | TOSTOP = 0x400000 constant UF_APPEND (line 1555) | UF_APPEND = 0x4 constant UF_COMPRESSED (line 1556) | UF_COMPRESSED = 0x20 constant UF_DATAVAULT (line 1557) | UF_DATAVAULT = 0x80 constant UF_HIDDEN (line 1558) | UF_HIDDEN = 0x8000 constant UF_IMMUTABLE (line 1559) | UF_IMMUTABLE = 0x2 constant UF_NODUMP (line 1560) | UF_NODUMP = 0x1 constant UF_OPAQUE (line 1561) | UF_OPAQUE = 0x8 constant UF_SETTABLE (line 1562) | UF_SETTABLE = 0xffff constant UF_TRACKED (line 1563) | UF_TRACKED = 0x40 constant VDISCARD (line 1564) | VDISCARD = 0xf constant VDSUSP (line 1565) | VDSUSP = 0xb constant VEOF (line 1566) | VEOF = 0x0 constant VEOL (line 1567) | VEOL = 0x1 constant VEOL2 (line 1568) | VEOL2 = 0x2 constant VERASE (line 1569) | VERASE = 0x3 constant VINTR (line 1570) | VINTR = 0x8 constant VKILL (line 1571) | VKILL = 0x5 constant VLNEXT (line 1572) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1573) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1574) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1575) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1576) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1577) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1578) | VMIN = 0x10 constant VM_LOADAVG (line 1579) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1580) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1581) | VM_MAXID = 0x6 constant VM_METER (line 1582) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1583) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1584) | VQUIT = 0x9 constant VREPRINT (line 1585) | VREPRINT = 0x6 constant VSTART (line 1586) | VSTART = 0xc constant VSTATUS (line 1587) | VSTATUS = 0x12 constant VSTOP (line 1588) | VSTOP = 0xd constant VSUSP (line 1589) | VSUSP = 0xa constant VT0 (line 1590) | VT0 = 0x0 constant VT1 (line 1591) | VT1 = 0x10000 constant VTDLY (line 1592) | VTDLY = 0x10000 constant VTIME (line 1593) | VTIME = 0x11 constant VWERASE (line 1594) | VWERASE = 0x4 constant WCONTINUED (line 1595) | WCONTINUED = 0x10 constant WCOREFLAG (line 1596) | WCOREFLAG = 0x80 constant WEXITED (line 1597) | WEXITED = 0x4 constant WNOHANG (line 1598) | WNOHANG = 0x1 constant WNOWAIT (line 1599) | WNOWAIT = 0x20 constant WORDSIZE (line 1600) | WORDSIZE = 0x40 constant WSTOPPED (line 1601) | WSTOPPED = 0x8 constant WUNTRACED (line 1602) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1603) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1604) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1605) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1606) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1607) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1608) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1613) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1614) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1615) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1616) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1617) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1618) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1619) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1620) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1621) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1622) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1623) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1624) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1625) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1626) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1627) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1628) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1629) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1630) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1631) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1632) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1633) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1634) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1635) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1636) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1637) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1638) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1639) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1640) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1641) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1642) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1643) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1644) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1645) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1646) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1647) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1648) | EINVAL = syscall.Errno(0x16) constant EIO (line 1649) | EIO = syscall.Errno(0x5) constant EISCONN (line 1650) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1651) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1652) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1653) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1654) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1655) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1656) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1657) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1658) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1659) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1660) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1661) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1662) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1663) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1664) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1665) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1666) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1667) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1668) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1669) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1670) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1671) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1672) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1673) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1674) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1675) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1676) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1677) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1678) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1679) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1680) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1681) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1682) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1683) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1684) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1685) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1686) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1687) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1688) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1689) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1690) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1691) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1692) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1693) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1694) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1695) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1696) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1697) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1698) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1699) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1700) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1701) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1702) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1703) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1704) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1705) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1706) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1707) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1708) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1709) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1710) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1711) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1712) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1713) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1714) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1715) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1716) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1717) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1718) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1719) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1720) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1725) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1726) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1727) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1728) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1729) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1730) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1731) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1732) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1733) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1734) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1735) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1736) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1737) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1738) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1739) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1740) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1741) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1742) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1743) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1744) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1745) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1746) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1747) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1748) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1749) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1750) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1751) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1752) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1753) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1754) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1755) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1756) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_CCITT (line 15) | AF_CCITT = 0xa constant AF_CHAOS (line 16) | AF_CHAOS = 0x5 constant AF_CNT (line 17) | AF_CNT = 0x15 constant AF_COIP (line 18) | AF_COIP = 0x14 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_E164 (line 22) | AF_E164 = 0x1c constant AF_ECMA (line 23) | AF_ECMA = 0x8 constant AF_HYLINK (line 24) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 25) | AF_IEEE80211 = 0x25 constant AF_IMPLINK (line 26) | AF_IMPLINK = 0x3 constant AF_INET (line 27) | AF_INET = 0x2 constant AF_INET6 (line 28) | AF_INET6 = 0x1e constant AF_IPX (line 29) | AF_IPX = 0x17 constant AF_ISDN (line 30) | AF_ISDN = 0x1c constant AF_ISO (line 31) | AF_ISO = 0x7 constant AF_LAT (line 32) | AF_LAT = 0xe constant AF_LINK (line 33) | AF_LINK = 0x12 constant AF_LOCAL (line 34) | AF_LOCAL = 0x1 constant AF_MAX (line 35) | AF_MAX = 0x29 constant AF_NATM (line 36) | AF_NATM = 0x1f constant AF_NDRV (line 37) | AF_NDRV = 0x1b constant AF_NETBIOS (line 38) | AF_NETBIOS = 0x21 constant AF_NS (line 39) | AF_NS = 0x6 constant AF_OSI (line 40) | AF_OSI = 0x7 constant AF_PPP (line 41) | AF_PPP = 0x22 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_RESERVED_36 (line 43) | AF_RESERVED_36 = 0x24 constant AF_ROUTE (line 44) | AF_ROUTE = 0x11 constant AF_SIP (line 45) | AF_SIP = 0x18 constant AF_SNA (line 46) | AF_SNA = 0xb constant AF_SYSTEM (line 47) | AF_SYSTEM = 0x20 constant AF_SYS_CONTROL (line 48) | AF_SYS_CONTROL = 0x2 constant AF_UNIX (line 49) | AF_UNIX = 0x1 constant AF_UNSPEC (line 50) | AF_UNSPEC = 0x0 constant AF_UTUN (line 51) | AF_UTUN = 0x26 constant AF_VSOCK (line 52) | AF_VSOCK = 0x28 constant ALTWERASE (line 53) | ALTWERASE = 0x200 constant ATTR_BIT_MAP_COUNT (line 54) | ATTR_BIT_MAP_COUNT = 0x5 constant ATTR_CMN_ACCESSMASK (line 55) | ATTR_CMN_ACCESSMASK = 0x20000 constant ATTR_CMN_ACCTIME (line 56) | ATTR_CMN_ACCTIME = 0x1000 constant ATTR_CMN_ADDEDTIME (line 57) | ATTR_CMN_ADDEDTIME = 0x10000000 constant ATTR_CMN_BKUPTIME (line 58) | ATTR_CMN_BKUPTIME = 0x2000 constant ATTR_CMN_CHGTIME (line 59) | ATTR_CMN_CHGTIME = 0x800 constant ATTR_CMN_CRTIME (line 60) | ATTR_CMN_CRTIME = 0x200 constant ATTR_CMN_DATA_PROTECT_FLAGS (line 61) | ATTR_CMN_DATA_PROTECT_FLAGS = 0x40000000 constant ATTR_CMN_DEVID (line 62) | ATTR_CMN_DEVID = 0x2 constant ATTR_CMN_DOCUMENT_ID (line 63) | ATTR_CMN_DOCUMENT_ID = 0x100000 constant ATTR_CMN_ERROR (line 64) | ATTR_CMN_ERROR = 0x20000000 constant ATTR_CMN_EXTENDED_SECURITY (line 65) | ATTR_CMN_EXTENDED_SECURITY = 0x400000 constant ATTR_CMN_FILEID (line 66) | ATTR_CMN_FILEID = 0x2000000 constant ATTR_CMN_FLAGS (line 67) | ATTR_CMN_FLAGS = 0x40000 constant ATTR_CMN_FNDRINFO (line 68) | ATTR_CMN_FNDRINFO = 0x4000 constant ATTR_CMN_FSID (line 69) | ATTR_CMN_FSID = 0x4 constant ATTR_CMN_FULLPATH (line 70) | ATTR_CMN_FULLPATH = 0x8000000 constant ATTR_CMN_GEN_COUNT (line 71) | ATTR_CMN_GEN_COUNT = 0x80000 constant ATTR_CMN_GRPID (line 72) | ATTR_CMN_GRPID = 0x10000 constant ATTR_CMN_GRPUUID (line 73) | ATTR_CMN_GRPUUID = 0x1000000 constant ATTR_CMN_MODTIME (line 74) | ATTR_CMN_MODTIME = 0x400 constant ATTR_CMN_NAME (line 75) | ATTR_CMN_NAME = 0x1 constant ATTR_CMN_NAMEDATTRCOUNT (line 76) | ATTR_CMN_NAMEDATTRCOUNT = 0x80000 constant ATTR_CMN_NAMEDATTRLIST (line 77) | ATTR_CMN_NAMEDATTRLIST = 0x100000 constant ATTR_CMN_OBJID (line 78) | ATTR_CMN_OBJID = 0x20 constant ATTR_CMN_OBJPERMANENTID (line 79) | ATTR_CMN_OBJPERMANENTID = 0x40 constant ATTR_CMN_OBJTAG (line 80) | ATTR_CMN_OBJTAG = 0x10 constant ATTR_CMN_OBJTYPE (line 81) | ATTR_CMN_OBJTYPE = 0x8 constant ATTR_CMN_OWNERID (line 82) | ATTR_CMN_OWNERID = 0x8000 constant ATTR_CMN_PARENTID (line 83) | ATTR_CMN_PARENTID = 0x4000000 constant ATTR_CMN_PAROBJID (line 84) | ATTR_CMN_PAROBJID = 0x80 constant ATTR_CMN_RETURNED_ATTRS (line 85) | ATTR_CMN_RETURNED_ATTRS = 0x80000000 constant ATTR_CMN_SCRIPT (line 86) | ATTR_CMN_SCRIPT = 0x100 constant ATTR_CMN_SETMASK (line 87) | ATTR_CMN_SETMASK = 0x51c7ff00 constant ATTR_CMN_USERACCESS (line 88) | ATTR_CMN_USERACCESS = 0x200000 constant ATTR_CMN_UUID (line 89) | ATTR_CMN_UUID = 0x800000 constant ATTR_CMN_VALIDMASK (line 90) | ATTR_CMN_VALIDMASK = 0xffffffff constant ATTR_CMN_VOLSETMASK (line 91) | ATTR_CMN_VOLSETMASK = 0x6700 constant ATTR_FILE_ALLOCSIZE (line 92) | ATTR_FILE_ALLOCSIZE = 0x4 constant ATTR_FILE_CLUMPSIZE (line 93) | ATTR_FILE_CLUMPSIZE = 0x10 constant ATTR_FILE_DATAALLOCSIZE (line 94) | ATTR_FILE_DATAALLOCSIZE = 0x400 constant ATTR_FILE_DATAEXTENTS (line 95) | ATTR_FILE_DATAEXTENTS = 0x800 constant ATTR_FILE_DATALENGTH (line 96) | ATTR_FILE_DATALENGTH = 0x200 constant ATTR_FILE_DEVTYPE (line 97) | ATTR_FILE_DEVTYPE = 0x20 constant ATTR_FILE_FILETYPE (line 98) | ATTR_FILE_FILETYPE = 0x40 constant ATTR_FILE_FORKCOUNT (line 99) | ATTR_FILE_FORKCOUNT = 0x80 constant ATTR_FILE_FORKLIST (line 100) | ATTR_FILE_FORKLIST = 0x100 constant ATTR_FILE_IOBLOCKSIZE (line 101) | ATTR_FILE_IOBLOCKSIZE = 0x8 constant ATTR_FILE_LINKCOUNT (line 102) | ATTR_FILE_LINKCOUNT = 0x1 constant ATTR_FILE_RSRCALLOCSIZE (line 103) | ATTR_FILE_RSRCALLOCSIZE = 0x2000 constant ATTR_FILE_RSRCEXTENTS (line 104) | ATTR_FILE_RSRCEXTENTS = 0x4000 constant ATTR_FILE_RSRCLENGTH (line 105) | ATTR_FILE_RSRCLENGTH = 0x1000 constant ATTR_FILE_SETMASK (line 106) | ATTR_FILE_SETMASK = 0x20 constant ATTR_FILE_TOTALSIZE (line 107) | ATTR_FILE_TOTALSIZE = 0x2 constant ATTR_FILE_VALIDMASK (line 108) | ATTR_FILE_VALIDMASK = 0x37ff constant ATTR_VOL_ALLOCATIONCLUMP (line 109) | ATTR_VOL_ALLOCATIONCLUMP = 0x40 constant ATTR_VOL_ATTRIBUTES (line 110) | ATTR_VOL_ATTRIBUTES = 0x40000000 constant ATTR_VOL_CAPABILITIES (line 111) | ATTR_VOL_CAPABILITIES = 0x20000 constant ATTR_VOL_DIRCOUNT (line 112) | ATTR_VOL_DIRCOUNT = 0x400 constant ATTR_VOL_ENCODINGSUSED (line 113) | ATTR_VOL_ENCODINGSUSED = 0x10000 constant ATTR_VOL_FILECOUNT (line 114) | ATTR_VOL_FILECOUNT = 0x200 constant ATTR_VOL_FSTYPE (line 115) | ATTR_VOL_FSTYPE = 0x1 constant ATTR_VOL_INFO (line 116) | ATTR_VOL_INFO = 0x80000000 constant ATTR_VOL_IOBLOCKSIZE (line 117) | ATTR_VOL_IOBLOCKSIZE = 0x80 constant ATTR_VOL_MAXOBJCOUNT (line 118) | ATTR_VOL_MAXOBJCOUNT = 0x800 constant ATTR_VOL_MINALLOCATION (line 119) | ATTR_VOL_MINALLOCATION = 0x20 constant ATTR_VOL_MOUNTEDDEVICE (line 120) | ATTR_VOL_MOUNTEDDEVICE = 0x8000 constant ATTR_VOL_MOUNTFLAGS (line 121) | ATTR_VOL_MOUNTFLAGS = 0x4000 constant ATTR_VOL_MOUNTPOINT (line 122) | ATTR_VOL_MOUNTPOINT = 0x1000 constant ATTR_VOL_NAME (line 123) | ATTR_VOL_NAME = 0x2000 constant ATTR_VOL_OBJCOUNT (line 124) | ATTR_VOL_OBJCOUNT = 0x100 constant ATTR_VOL_QUOTA_SIZE (line 125) | ATTR_VOL_QUOTA_SIZE = 0x10000000 constant ATTR_VOL_RESERVED_SIZE (line 126) | ATTR_VOL_RESERVED_SIZE = 0x20000000 constant ATTR_VOL_SETMASK (line 127) | ATTR_VOL_SETMASK = 0x80002000 constant ATTR_VOL_SIGNATURE (line 128) | ATTR_VOL_SIGNATURE = 0x2 constant ATTR_VOL_SIZE (line 129) | ATTR_VOL_SIZE = 0x4 constant ATTR_VOL_SPACEAVAIL (line 130) | ATTR_VOL_SPACEAVAIL = 0x10 constant ATTR_VOL_SPACEFREE (line 131) | ATTR_VOL_SPACEFREE = 0x8 constant ATTR_VOL_SPACEUSED (line 132) | ATTR_VOL_SPACEUSED = 0x800000 constant ATTR_VOL_UUID (line 133) | ATTR_VOL_UUID = 0x40000 constant ATTR_VOL_VALIDMASK (line 134) | ATTR_VOL_VALIDMASK = 0xf087ffff constant B0 (line 135) | B0 = 0x0 constant B110 (line 136) | B110 = 0x6e constant B115200 (line 137) | B115200 = 0x1c200 constant B1200 (line 138) | B1200 = 0x4b0 constant B134 (line 139) | B134 = 0x86 constant B14400 (line 140) | B14400 = 0x3840 constant B150 (line 141) | B150 = 0x96 constant B1800 (line 142) | B1800 = 0x708 constant B19200 (line 143) | B19200 = 0x4b00 constant B200 (line 144) | B200 = 0xc8 constant B230400 (line 145) | B230400 = 0x38400 constant B2400 (line 146) | B2400 = 0x960 constant B28800 (line 147) | B28800 = 0x7080 constant B300 (line 148) | B300 = 0x12c constant B38400 (line 149) | B38400 = 0x9600 constant B4800 (line 150) | B4800 = 0x12c0 constant B50 (line 151) | B50 = 0x32 constant B57600 (line 152) | B57600 = 0xe100 constant B600 (line 153) | B600 = 0x258 constant B7200 (line 154) | B7200 = 0x1c20 constant B75 (line 155) | B75 = 0x4b constant B76800 (line 156) | B76800 = 0x12c00 constant B9600 (line 157) | B9600 = 0x2580 constant BIOCFLUSH (line 158) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 159) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 160) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 161) | BIOCGDLTLIST = 0xc00c4279 constant BIOCGETIF (line 162) | BIOCGETIF = 0x4020426b constant BIOCGHDRCMPLT (line 163) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 164) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 165) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 166) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 167) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 168) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 169) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 170) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 171) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 172) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 173) | BIOCSETFNR = 0x8010427e constant BIOCSETIF (line 174) | BIOCSETIF = 0x8020426c constant BIOCSHDRCMPLT (line 175) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 176) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 177) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 178) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 179) | BIOCVERSION = 0x40044271 constant BPF_A (line 180) | BPF_A = 0x10 constant BPF_ABS (line 181) | BPF_ABS = 0x20 constant BPF_ADD (line 182) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 183) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 184) | BPF_ALU = 0x4 constant BPF_AND (line 185) | BPF_AND = 0x50 constant BPF_B (line 186) | BPF_B = 0x10 constant BPF_DIV (line 187) | BPF_DIV = 0x30 constant BPF_H (line 188) | BPF_H = 0x8 constant BPF_IMM (line 189) | BPF_IMM = 0x0 constant BPF_IND (line 190) | BPF_IND = 0x40 constant BPF_JA (line 191) | BPF_JA = 0x0 constant BPF_JEQ (line 192) | BPF_JEQ = 0x10 constant BPF_JGE (line 193) | BPF_JGE = 0x30 constant BPF_JGT (line 194) | BPF_JGT = 0x20 constant BPF_JMP (line 195) | BPF_JMP = 0x5 constant BPF_JSET (line 196) | BPF_JSET = 0x40 constant BPF_K (line 197) | BPF_K = 0x0 constant BPF_LD (line 198) | BPF_LD = 0x0 constant BPF_LDX (line 199) | BPF_LDX = 0x1 constant BPF_LEN (line 200) | BPF_LEN = 0x80 constant BPF_LSH (line 201) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 202) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 203) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 204) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 205) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 206) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 207) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 208) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 209) | BPF_MISC = 0x7 constant BPF_MSH (line 210) | BPF_MSH = 0xa0 constant BPF_MUL (line 211) | BPF_MUL = 0x20 constant BPF_NEG (line 212) | BPF_NEG = 0x80 constant BPF_OR (line 213) | BPF_OR = 0x40 constant BPF_RELEASE (line 214) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 215) | BPF_RET = 0x6 constant BPF_RSH (line 216) | BPF_RSH = 0x70 constant BPF_ST (line 217) | BPF_ST = 0x2 constant BPF_STX (line 218) | BPF_STX = 0x3 constant BPF_SUB (line 219) | BPF_SUB = 0x10 constant BPF_TAX (line 220) | BPF_TAX = 0x0 constant BPF_TXA (line 221) | BPF_TXA = 0x80 constant BPF_W (line 222) | BPF_W = 0x0 constant BPF_X (line 223) | BPF_X = 0x8 constant BRKINT (line 224) | BRKINT = 0x2 constant BS0 (line 225) | BS0 = 0x0 constant BS1 (line 226) | BS1 = 0x8000 constant BSDLY (line 227) | BSDLY = 0x8000 constant CFLUSH (line 228) | CFLUSH = 0xf constant CLOCAL (line 229) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 230) | CLOCK_MONOTONIC = 0x6 constant CLOCK_MONOTONIC_RAW (line 231) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_MONOTONIC_RAW_APPROX (line 232) | CLOCK_MONOTONIC_RAW_APPROX = 0x5 constant CLOCK_PROCESS_CPUTIME_ID (line 233) | CLOCK_PROCESS_CPUTIME_ID = 0xc constant CLOCK_REALTIME (line 234) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 235) | CLOCK_THREAD_CPUTIME_ID = 0x10 constant CLOCK_UPTIME_RAW (line 236) | CLOCK_UPTIME_RAW = 0x8 constant CLOCK_UPTIME_RAW_APPROX (line 237) | CLOCK_UPTIME_RAW_APPROX = 0x9 constant CLONE_NOFOLLOW (line 238) | CLONE_NOFOLLOW = 0x1 constant CLONE_NOOWNERCOPY (line 239) | CLONE_NOOWNERCOPY = 0x2 constant CR0 (line 240) | CR0 = 0x0 constant CR1 (line 241) | CR1 = 0x1000 constant CR2 (line 242) | CR2 = 0x2000 constant CR3 (line 243) | CR3 = 0x3000 constant CRDLY (line 244) | CRDLY = 0x3000 constant CREAD (line 245) | CREAD = 0x800 constant CRTSCTS (line 246) | CRTSCTS = 0x30000 constant CS5 (line 247) | CS5 = 0x0 constant CS6 (line 248) | CS6 = 0x100 constant CS7 (line 249) | CS7 = 0x200 constant CS8 (line 250) | CS8 = 0x300 constant CSIZE (line 251) | CSIZE = 0x300 constant CSTART (line 252) | CSTART = 0x11 constant CSTATUS (line 253) | CSTATUS = 0x14 constant CSTOP (line 254) | CSTOP = 0x13 constant CSTOPB (line 255) | CSTOPB = 0x400 constant CSUSP (line 256) | CSUSP = 0x1a constant CTLIOCGINFO (line 257) | CTLIOCGINFO = 0xc0644e03 constant CTL_HW (line 258) | CTL_HW = 0x6 constant CTL_KERN (line 259) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 260) | CTL_MAXNAME = 0xc constant CTL_NET (line 261) | CTL_NET = 0x4 constant DLT_A429 (line 262) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 263) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 264) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 265) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 266) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 267) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 268) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 269) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 270) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 271) | DLT_AURORA = 0x7e constant DLT_AX25 (line 272) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 273) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 274) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 275) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 276) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 277) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 278) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 279) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 280) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 281) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 282) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 283) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 284) | DLT_DBUS = 0xe7 constant DLT_DECT (line 285) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 286) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 287) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 288) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 289) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 290) | DLT_EN3MB = 0x2 constant DLT_ENC (line 291) | DLT_ENC = 0x6d constant DLT_ERF (line 292) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 293) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 294) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 295) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 296) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 297) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 298) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 299) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 300) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 301) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 302) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 303) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 304) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 305) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 306) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 307) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 308) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 309) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 310) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 311) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 312) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 313) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 314) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 315) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 316) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 317) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 318) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 319) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 320) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPFILTER (line 321) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 322) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 323) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 324) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 325) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 326) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 327) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 328) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 329) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 330) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 331) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 332) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 333) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 334) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 335) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 336) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 337) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 338) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 339) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 340) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 341) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 342) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 343) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 344) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 345) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 346) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 347) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 348) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 349) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 350) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 351) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 352) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 353) | DLT_LAPD = 0xcb constant DLT_LIN (line 354) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 355) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 356) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 357) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 358) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 359) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 360) | DLT_LOOP = 0x6c constant DLT_LTALK (line 361) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 362) | DLT_MATCHING_MAX = 0x10a constant DLT_MATCHING_MIN (line 363) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 364) | DLT_MFR = 0xb6 constant DLT_MOST (line 365) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 366) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 367) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 368) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 369) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 370) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 371) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 372) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 373) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NFC_LLCP (line 374) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 375) | DLT_NFLOG = 0xef constant DLT_NG40 (line 376) | DLT_NG40 = 0xf4 constant DLT_NULL (line 377) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 378) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 379) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 380) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 381) | DLT_PPI = 0xc0 constant DLT_PPP (line 382) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 383) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 384) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 385) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 386) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 387) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 388) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 389) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 390) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 391) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 392) | DLT_RAW = 0xc constant DLT_RIO (line 393) | DLT_RIO = 0x7c constant DLT_SCCP (line 394) | DLT_SCCP = 0x8e constant DLT_SITA (line 395) | DLT_SITA = 0xc4 constant DLT_SLIP (line 396) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 397) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 398) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 399) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 400) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 401) | DLT_TZSP = 0x80 constant DLT_USB (line 402) | DLT_USB = 0xba constant DLT_USB_DARWIN (line 403) | DLT_USB_DARWIN = 0x10a constant DLT_USB_LINUX (line 404) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 405) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 406) | DLT_USER0 = 0x93 constant DLT_USER1 (line 407) | DLT_USER1 = 0x94 constant DLT_USER10 (line 408) | DLT_USER10 = 0x9d constant DLT_USER11 (line 409) | DLT_USER11 = 0x9e constant DLT_USER12 (line 410) | DLT_USER12 = 0x9f constant DLT_USER13 (line 411) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 412) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 413) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 414) | DLT_USER2 = 0x95 constant DLT_USER3 (line 415) | DLT_USER3 = 0x96 constant DLT_USER4 (line 416) | DLT_USER4 = 0x97 constant DLT_USER5 (line 417) | DLT_USER5 = 0x98 constant DLT_USER6 (line 418) | DLT_USER6 = 0x99 constant DLT_USER7 (line 419) | DLT_USER7 = 0x9a constant DLT_USER8 (line 420) | DLT_USER8 = 0x9b constant DLT_USER9 (line 421) | DLT_USER9 = 0x9c constant DLT_WIHART (line 422) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 423) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 424) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 425) | DT_BLK = 0x6 constant DT_CHR (line 426) | DT_CHR = 0x2 constant DT_DIR (line 427) | DT_DIR = 0x4 constant DT_FIFO (line 428) | DT_FIFO = 0x1 constant DT_LNK (line 429) | DT_LNK = 0xa constant DT_REG (line 430) | DT_REG = 0x8 constant DT_SOCK (line 431) | DT_SOCK = 0xc constant DT_UNKNOWN (line 432) | DT_UNKNOWN = 0x0 constant DT_WHT (line 433) | DT_WHT = 0xe constant ECHO (line 434) | ECHO = 0x8 constant ECHOCTL (line 435) | ECHOCTL = 0x40 constant ECHOE (line 436) | ECHOE = 0x2 constant ECHOK (line 437) | ECHOK = 0x4 constant ECHOKE (line 438) | ECHOKE = 0x1 constant ECHONL (line 439) | ECHONL = 0x10 constant ECHOPRT (line 440) | ECHOPRT = 0x20 constant EVFILT_AIO (line 441) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 442) | EVFILT_EXCEPT = -0xf constant EVFILT_FS (line 443) | EVFILT_FS = -0x9 constant EVFILT_MACHPORT (line 444) | EVFILT_MACHPORT = -0x8 constant EVFILT_PROC (line 445) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 446) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 447) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 448) | EVFILT_SYSCOUNT = 0x11 constant EVFILT_THREADMARKER (line 449) | EVFILT_THREADMARKER = 0x11 constant EVFILT_TIMER (line 450) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 451) | EVFILT_USER = -0xa constant EVFILT_VM (line 452) | EVFILT_VM = -0xc constant EVFILT_VNODE (line 453) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 454) | EVFILT_WRITE = -0x2 constant EV_ADD (line 455) | EV_ADD = 0x1 constant EV_CLEAR (line 456) | EV_CLEAR = 0x20 constant EV_DELETE (line 457) | EV_DELETE = 0x2 constant EV_DISABLE (line 458) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 459) | EV_DISPATCH = 0x80 constant EV_DISPATCH2 (line 460) | EV_DISPATCH2 = 0x180 constant EV_ENABLE (line 461) | EV_ENABLE = 0x4 constant EV_EOF (line 462) | EV_EOF = 0x8000 constant EV_ERROR (line 463) | EV_ERROR = 0x4000 constant EV_FLAG0 (line 464) | EV_FLAG0 = 0x1000 constant EV_FLAG1 (line 465) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 466) | EV_ONESHOT = 0x10 constant EV_OOBAND (line 467) | EV_OOBAND = 0x2000 constant EV_POLL (line 468) | EV_POLL = 0x1000 constant EV_RECEIPT (line 469) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 470) | EV_SYSFLAGS = 0xf000 constant EV_UDATA_SPECIFIC (line 471) | EV_UDATA_SPECIFIC = 0x100 constant EV_VANISHED (line 472) | EV_VANISHED = 0x200 constant EXTA (line 473) | EXTA = 0x4b00 constant EXTB (line 474) | EXTB = 0x9600 constant EXTPROC (line 475) | EXTPROC = 0x800 constant FD_CLOEXEC (line 476) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 477) | FD_SETSIZE = 0x400 constant FF0 (line 478) | FF0 = 0x0 constant FF1 (line 479) | FF1 = 0x4000 constant FFDLY (line 480) | FFDLY = 0x4000 constant FLUSHO (line 481) | FLUSHO = 0x800000 constant FSOPT_ATTR_CMN_EXTENDED (line 482) | FSOPT_ATTR_CMN_EXTENDED = 0x20 constant FSOPT_NOFOLLOW (line 483) | FSOPT_NOFOLLOW = 0x1 constant FSOPT_NOINMEMUPDATE (line 484) | FSOPT_NOINMEMUPDATE = 0x2 constant FSOPT_PACK_INVAL_ATTRS (line 485) | FSOPT_PACK_INVAL_ATTRS = 0x8 constant FSOPT_REPORT_FULLSIZE (line 486) | FSOPT_REPORT_FULLSIZE = 0x4 constant FSOPT_RETURN_REALDEV (line 487) | FSOPT_RETURN_REALDEV = 0x200 constant F_ADDFILESIGS (line 488) | F_ADDFILESIGS = 0x3d constant F_ADDFILESIGS_FOR_DYLD_SIM (line 489) | F_ADDFILESIGS_FOR_DYLD_SIM = 0x53 constant F_ADDFILESIGS_INFO (line 490) | F_ADDFILESIGS_INFO = 0x67 constant F_ADDFILESIGS_RETURN (line 491) | F_ADDFILESIGS_RETURN = 0x61 constant F_ADDFILESUPPL (line 492) | F_ADDFILESUPPL = 0x68 constant F_ADDSIGS (line 493) | F_ADDSIGS = 0x3b constant F_ALLOCATEALL (line 494) | F_ALLOCATEALL = 0x4 constant F_ALLOCATECONTIG (line 495) | F_ALLOCATECONTIG = 0x2 constant F_BARRIERFSYNC (line 496) | F_BARRIERFSYNC = 0x55 constant F_CHECK_LV (line 497) | F_CHECK_LV = 0x62 constant F_CHKCLEAN (line 498) | F_CHKCLEAN = 0x29 constant F_DUPFD (line 499) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 500) | F_DUPFD_CLOEXEC = 0x43 constant F_FINDSIGS (line 501) | F_FINDSIGS = 0x4e constant F_FLUSH_DATA (line 502) | F_FLUSH_DATA = 0x28 constant F_FREEZE_FS (line 503) | F_FREEZE_FS = 0x35 constant F_FULLFSYNC (line 504) | F_FULLFSYNC = 0x33 constant F_GETCODEDIR (line 505) | F_GETCODEDIR = 0x48 constant F_GETFD (line 506) | F_GETFD = 0x1 constant F_GETFL (line 507) | F_GETFL = 0x3 constant F_GETLK (line 508) | F_GETLK = 0x7 constant F_GETLKPID (line 509) | F_GETLKPID = 0x42 constant F_GETNOSIGPIPE (line 510) | F_GETNOSIGPIPE = 0x4a constant F_GETOWN (line 511) | F_GETOWN = 0x5 constant F_GETPATH (line 512) | F_GETPATH = 0x32 constant F_GETPATH_MTMINFO (line 513) | F_GETPATH_MTMINFO = 0x47 constant F_GETPATH_NOFIRMLINK (line 514) | F_GETPATH_NOFIRMLINK = 0x66 constant F_GETPROTECTIONCLASS (line 515) | F_GETPROTECTIONCLASS = 0x3f constant F_GETPROTECTIONLEVEL (line 516) | F_GETPROTECTIONLEVEL = 0x4d constant F_GETSIGSINFO (line 517) | F_GETSIGSINFO = 0x69 constant F_GLOBAL_NOCACHE (line 518) | F_GLOBAL_NOCACHE = 0x37 constant F_LOG2PHYS (line 519) | F_LOG2PHYS = 0x31 constant F_LOG2PHYS_EXT (line 520) | F_LOG2PHYS_EXT = 0x41 constant F_NOCACHE (line 521) | F_NOCACHE = 0x30 constant F_NODIRECT (line 522) | F_NODIRECT = 0x3e constant F_OK (line 523) | F_OK = 0x0 constant F_PATHPKG_CHECK (line 524) | F_PATHPKG_CHECK = 0x34 constant F_PEOFPOSMODE (line 525) | F_PEOFPOSMODE = 0x3 constant F_PREALLOCATE (line 526) | F_PREALLOCATE = 0x2a constant F_PUNCHHOLE (line 527) | F_PUNCHHOLE = 0x63 constant F_RDADVISE (line 528) | F_RDADVISE = 0x2c constant F_RDAHEAD (line 529) | F_RDAHEAD = 0x2d constant F_RDLCK (line 530) | F_RDLCK = 0x1 constant F_SETBACKINGSTORE (line 531) | F_SETBACKINGSTORE = 0x46 constant F_SETFD (line 532) | F_SETFD = 0x2 constant F_SETFL (line 533) | F_SETFL = 0x4 constant F_SETLK (line 534) | F_SETLK = 0x8 constant F_SETLKW (line 535) | F_SETLKW = 0x9 constant F_SETLKWTIMEOUT (line 536) | F_SETLKWTIMEOUT = 0xa constant F_SETNOSIGPIPE (line 537) | F_SETNOSIGPIPE = 0x49 constant F_SETOWN (line 538) | F_SETOWN = 0x6 constant F_SETPROTECTIONCLASS (line 539) | F_SETPROTECTIONCLASS = 0x40 constant F_SETSIZE (line 540) | F_SETSIZE = 0x2b constant F_SINGLE_WRITER (line 541) | F_SINGLE_WRITER = 0x4c constant F_SPECULATIVE_READ (line 542) | F_SPECULATIVE_READ = 0x65 constant F_THAW_FS (line 543) | F_THAW_FS = 0x36 constant F_TRANSCODEKEY (line 544) | F_TRANSCODEKEY = 0x4b constant F_TRIM_ACTIVE_FILE (line 545) | F_TRIM_ACTIVE_FILE = 0x64 constant F_UNLCK (line 546) | F_UNLCK = 0x2 constant F_VOLPOSMODE (line 547) | F_VOLPOSMODE = 0x4 constant F_WRLCK (line 548) | F_WRLCK = 0x3 constant HUPCL (line 549) | HUPCL = 0x4000 constant HW_MACHINE (line 550) | HW_MACHINE = 0x1 constant ICANON (line 551) | ICANON = 0x100 constant ICMP6_FILTER (line 552) | ICMP6_FILTER = 0x12 constant ICRNL (line 553) | ICRNL = 0x100 constant IEXTEN (line 554) | IEXTEN = 0x400 constant IFF_ALLMULTI (line 555) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 556) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 557) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 558) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 559) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 560) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 561) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 562) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 563) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 564) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 565) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 566) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 567) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 568) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 569) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 570) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 571) | IFF_UP = 0x1 constant IFNAMSIZ (line 572) | IFNAMSIZ = 0x10 constant IFT_1822 (line 573) | IFT_1822 = 0x2 constant IFT_6LOWPAN (line 574) | IFT_6LOWPAN = 0x40 constant IFT_AAL5 (line 575) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 576) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 577) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 578) | IFT_ATM = 0x25 constant IFT_BRIDGE (line 579) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 580) | IFT_CARP = 0xf8 constant IFT_CELLULAR (line 581) | IFT_CELLULAR = 0xff constant IFT_CEPT (line 582) | IFT_CEPT = 0x13 constant IFT_DS3 (line 583) | IFT_DS3 = 0x1e constant IFT_ENC (line 584) | IFT_ENC = 0xf4 constant IFT_EON (line 585) | IFT_EON = 0x19 constant IFT_ETHER (line 586) | IFT_ETHER = 0x6 constant IFT_FAITH (line 587) | IFT_FAITH = 0x38 constant IFT_FDDI (line 588) | IFT_FDDI = 0xf constant IFT_FRELAY (line 589) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 590) | IFT_FRELAYDCE = 0x2c constant IFT_GIF (line 591) | IFT_GIF = 0x37 constant IFT_HDH1822 (line 592) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 593) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 594) | IFT_HSSI = 0x2e constant IFT_HY (line 595) | IFT_HY = 0xe constant IFT_IEEE1394 (line 596) | IFT_IEEE1394 = 0x90 constant IFT_IEEE8023ADLAG (line 597) | IFT_IEEE8023ADLAG = 0x88 constant IFT_ISDNBASIC (line 598) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 599) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 600) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 601) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 602) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 603) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 604) | IFT_ISO88026 = 0xa constant IFT_L2VLAN (line 605) | IFT_L2VLAN = 0x87 constant IFT_LAPB (line 606) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 607) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 608) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 609) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 610) | IFT_MODEM = 0x30 constant IFT_NSIP (line 611) | IFT_NSIP = 0x1b constant IFT_OTHER (line 612) | IFT_OTHER = 0x1 constant IFT_P10 (line 613) | IFT_P10 = 0xc constant IFT_P80 (line 614) | IFT_P80 = 0xd constant IFT_PARA (line 615) | IFT_PARA = 0x22 constant IFT_PDP (line 616) | IFT_PDP = 0xff constant IFT_PFLOG (line 617) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 618) | IFT_PFSYNC = 0xf6 constant IFT_PKTAP (line 619) | IFT_PKTAP = 0xfe constant IFT_PPP (line 620) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 621) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 622) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 623) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 624) | IFT_RS232 = 0x21 constant IFT_SDLC (line 625) | IFT_SDLC = 0x11 constant IFT_SIP (line 626) | IFT_SIP = 0x1f constant IFT_SLIP (line 627) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 628) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 629) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 630) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 631) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 632) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 633) | IFT_STARLAN = 0xb constant IFT_STF (line 634) | IFT_STF = 0x39 constant IFT_T1 (line 635) | IFT_T1 = 0x12 constant IFT_ULTRA (line 636) | IFT_ULTRA = 0x1d constant IFT_V35 (line 637) | IFT_V35 = 0x2d constant IFT_X25 (line 638) | IFT_X25 = 0x5 constant IFT_X25DDN (line 639) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 640) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 641) | IFT_XETHER = 0x1a constant IGNBRK (line 642) | IGNBRK = 0x1 constant IGNCR (line 643) | IGNCR = 0x80 constant IGNPAR (line 644) | IGNPAR = 0x4 constant IMAXBEL (line 645) | IMAXBEL = 0x2000 constant INLCR (line 646) | INLCR = 0x40 constant INPCK (line 647) | INPCK = 0x10 constant IN_CLASSA_HOST (line 648) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 649) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 650) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 651) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 652) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 653) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 654) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 655) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 656) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 657) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 658) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 659) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 660) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 661) | IN_CLASSD_NSHIFT = 0x1c constant IN_LINKLOCALNETNUM (line 662) | IN_LINKLOCALNETNUM = 0xa9fe0000 constant IN_LOOPBACKNET (line 663) | IN_LOOPBACKNET = 0x7f constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 664) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x400473d1 constant IPPROTO_3PC (line 665) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 666) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 667) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 668) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 669) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 670) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 671) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 672) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 673) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 674) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CFTP (line 675) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 676) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 677) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 678) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 679) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 680) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 681) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 682) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 683) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 684) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 685) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 686) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 687) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 688) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 689) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 690) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 691) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 692) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 693) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 694) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 695) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 696) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 697) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 698) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 699) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 700) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 701) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 702) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 703) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 704) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 705) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 706) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 707) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 708) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 709) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 710) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 711) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 712) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 713) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 714) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 715) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 716) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 717) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 718) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 719) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 720) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 721) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 722) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 723) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 724) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 725) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 726) | IPPROTO_MICP = 0x5f constant IPPROTO_MTP (line 727) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 728) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 729) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 730) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 731) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 732) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 733) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 734) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PGM (line 735) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 736) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 737) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 738) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 739) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 740) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 741) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 742) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 743) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 744) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 745) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 746) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 747) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 748) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 749) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 750) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 751) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 752) | IPPROTO_SEP = 0x21 constant IPPROTO_SRPC (line 753) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 754) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 755) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 756) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 757) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 758) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 759) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 760) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 761) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 762) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 763) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 764) | IPPROTO_UDP = 0x11 constant IPPROTO_VINES (line 765) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 766) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 767) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 768) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 769) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 770) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 771) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 772) | IPPROTO_XTP = 0x24 constant IPV6_2292DSTOPTS (line 773) | IPV6_2292DSTOPTS = 0x17 constant IPV6_2292HOPLIMIT (line 774) | IPV6_2292HOPLIMIT = 0x14 constant IPV6_2292HOPOPTS (line 775) | IPV6_2292HOPOPTS = 0x16 constant IPV6_2292NEXTHOP (line 776) | IPV6_2292NEXTHOP = 0x15 constant IPV6_2292PKTINFO (line 777) | IPV6_2292PKTINFO = 0x13 constant IPV6_2292PKTOPTIONS (line 778) | IPV6_2292PKTOPTIONS = 0x19 constant IPV6_2292RTHDR (line 779) | IPV6_2292RTHDR = 0x18 constant IPV6_3542DSTOPTS (line 780) | IPV6_3542DSTOPTS = 0x32 constant IPV6_3542HOPLIMIT (line 781) | IPV6_3542HOPLIMIT = 0x2f constant IPV6_3542HOPOPTS (line 782) | IPV6_3542HOPOPTS = 0x31 constant IPV6_3542NEXTHOP (line 783) | IPV6_3542NEXTHOP = 0x30 constant IPV6_3542PKTINFO (line 784) | IPV6_3542PKTINFO = 0x2e constant IPV6_3542RTHDR (line 785) | IPV6_3542RTHDR = 0x33 constant IPV6_ADDR_MC_FLAGS_PREFIX (line 786) | IPV6_ADDR_MC_FLAGS_PREFIX = 0x20 constant IPV6_ADDR_MC_FLAGS_TRANSIENT (line 787) | IPV6_ADDR_MC_FLAGS_TRANSIENT = 0x10 constant IPV6_ADDR_MC_FLAGS_UNICAST_BASED (line 788) | IPV6_ADDR_MC_FLAGS_UNICAST_BASED = 0x30 constant IPV6_AUTOFLOWLABEL (line 789) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 790) | IPV6_BINDV6ONLY = 0x1b constant IPV6_BOUND_IF (line 791) | IPV6_BOUND_IF = 0x7d constant IPV6_CHECKSUM (line 792) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 793) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 794) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 795) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 796) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 797) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 798) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 799) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 800) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOW_ECN_MASK (line 801) | IPV6_FLOW_ECN_MASK = 0x3000 constant IPV6_FRAGTTL (line 802) | IPV6_FRAGTTL = 0x3c constant IPV6_FW_ADD (line 803) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 804) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 805) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 806) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 807) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 808) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 809) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 810) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 811) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 812) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 813) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 814) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 815) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 816) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 817) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 818) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 819) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MIN_MEMBERSHIPS (line 820) | IPV6_MIN_MEMBERSHIPS = 0x1f constant IPV6_MMTU (line 821) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 822) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 823) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 824) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 825) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 826) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 827) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 828) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 829) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 830) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 831) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 832) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 833) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 834) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 835) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 836) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 837) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 838) | IPV6_RECVPKTINFO = 0x3d constant IPV6_RECVRTHDR (line 839) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 840) | IPV6_RECVTCLASS = 0x23 constant IPV6_RTHDR (line 841) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 842) | IPV6_RTHDRDSTOPTS = 0x39 constant IPV6_RTHDR_LOOSE (line 843) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 844) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 845) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 846) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 847) | IPV6_TCLASS = 0x24 constant IPV6_UNICAST_HOPS (line 848) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 849) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 850) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 851) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 852) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 853) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 854) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BLOCK_SOURCE (line 855) | IP_BLOCK_SOURCE = 0x48 constant IP_BOUND_IF (line 856) | IP_BOUND_IF = 0x19 constant IP_DEFAULT_MULTICAST_LOOP (line 857) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 858) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 859) | IP_DF = 0x4000 constant IP_DONTFRAG (line 860) | IP_DONTFRAG = 0x1c constant IP_DROP_MEMBERSHIP (line 861) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 862) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET_CONFIGURE (line 863) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 864) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 865) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 866) | IP_DUMMYNET_GET = 0x40 constant IP_FAITH (line 867) | IP_FAITH = 0x16 constant IP_FW_ADD (line 868) | IP_FW_ADD = 0x28 constant IP_FW_DEL (line 869) | IP_FW_DEL = 0x29 constant IP_FW_FLUSH (line 870) | IP_FW_FLUSH = 0x2a constant IP_FW_GET (line 871) | IP_FW_GET = 0x2c constant IP_FW_RESETLOG (line 872) | IP_FW_RESETLOG = 0x2d constant IP_FW_ZERO (line 873) | IP_FW_ZERO = 0x2b constant IP_HDRINCL (line 874) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 875) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 876) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 877) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 878) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 879) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 880) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 881) | IP_MF = 0x2000 constant IP_MIN_MEMBERSHIPS (line 882) | IP_MIN_MEMBERSHIPS = 0x1f constant IP_MSFILTER (line 883) | IP_MSFILTER = 0x4a constant IP_MSS (line 884) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 885) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_IFINDEX (line 886) | IP_MULTICAST_IFINDEX = 0x42 constant IP_MULTICAST_LOOP (line 887) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 888) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 889) | IP_MULTICAST_VIF = 0xe constant IP_NAT__XXX (line 890) | IP_NAT__XXX = 0x37 constant IP_OFFMASK (line 891) | IP_OFFMASK = 0x1fff constant IP_OLD_FW_ADD (line 892) | IP_OLD_FW_ADD = 0x32 constant IP_OLD_FW_DEL (line 893) | IP_OLD_FW_DEL = 0x33 constant IP_OLD_FW_FLUSH (line 894) | IP_OLD_FW_FLUSH = 0x34 constant IP_OLD_FW_GET (line 895) | IP_OLD_FW_GET = 0x36 constant IP_OLD_FW_RESETLOG (line 896) | IP_OLD_FW_RESETLOG = 0x38 constant IP_OLD_FW_ZERO (line 897) | IP_OLD_FW_ZERO = 0x35 constant IP_OPTIONS (line 898) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 899) | IP_PKTINFO = 0x1a constant IP_PORTRANGE (line 900) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 901) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 902) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 903) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 904) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 905) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 906) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 907) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 908) | IP_RECVRETOPTS = 0x6 constant IP_RECVTOS (line 909) | IP_RECVTOS = 0x1b constant IP_RECVTTL (line 910) | IP_RECVTTL = 0x18 constant IP_RETOPTS (line 911) | IP_RETOPTS = 0x8 constant IP_RF (line 912) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 913) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 914) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 915) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 916) | IP_RSVP_VIF_ON = 0x11 constant IP_STRIPHDR (line 917) | IP_STRIPHDR = 0x17 constant IP_TOS (line 918) | IP_TOS = 0x3 constant IP_TRAFFIC_MGT_BACKGROUND (line 919) | IP_TRAFFIC_MGT_BACKGROUND = 0x41 constant IP_TTL (line 920) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 921) | IP_UNBLOCK_SOURCE = 0x49 constant ISIG (line 922) | ISIG = 0x80 constant ISTRIP (line 923) | ISTRIP = 0x20 constant IUTF8 (line 924) | IUTF8 = 0x4000 constant IXANY (line 925) | IXANY = 0x800 constant IXOFF (line 926) | IXOFF = 0x400 constant IXON (line 927) | IXON = 0x200 constant KERN_HOSTNAME (line 928) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 929) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 930) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 931) | KERN_VERSION = 0x4 constant LOCAL_PEERCRED (line 932) | LOCAL_PEERCRED = 0x1 constant LOCAL_PEEREPID (line 933) | LOCAL_PEEREPID = 0x3 constant LOCAL_PEEREUUID (line 934) | LOCAL_PEEREUUID = 0x5 constant LOCAL_PEERPID (line 935) | LOCAL_PEERPID = 0x2 constant LOCAL_PEERTOKEN (line 936) | LOCAL_PEERTOKEN = 0x6 constant LOCAL_PEERUUID (line 937) | LOCAL_PEERUUID = 0x4 constant LOCK_EX (line 938) | LOCK_EX = 0x2 constant LOCK_NB (line 939) | LOCK_NB = 0x4 constant LOCK_SH (line 940) | LOCK_SH = 0x1 constant LOCK_UN (line 941) | LOCK_UN = 0x8 constant MADV_CAN_REUSE (line 942) | MADV_CAN_REUSE = 0x9 constant MADV_DONTNEED (line 943) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 944) | MADV_FREE = 0x5 constant MADV_FREE_REUSABLE (line 945) | MADV_FREE_REUSABLE = 0x7 constant MADV_FREE_REUSE (line 946) | MADV_FREE_REUSE = 0x8 constant MADV_NORMAL (line 947) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 948) | MADV_PAGEOUT = 0xa constant MADV_RANDOM (line 949) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 950) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 951) | MADV_WILLNEED = 0x3 constant MADV_ZERO_WIRED_PAGES (line 952) | MADV_ZERO_WIRED_PAGES = 0x6 constant MAP_32BIT (line 953) | MAP_32BIT = 0x8000 constant MAP_ANON (line 954) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 955) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 956) | MAP_COPY = 0x2 constant MAP_FILE (line 957) | MAP_FILE = 0x0 constant MAP_FIXED (line 958) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 959) | MAP_HASSEMAPHORE = 0x200 constant MAP_JIT (line 960) | MAP_JIT = 0x800 constant MAP_NOCACHE (line 961) | MAP_NOCACHE = 0x400 constant MAP_NOEXTEND (line 962) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 963) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 964) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 965) | MAP_RENAME = 0x20 constant MAP_RESERVED0080 (line 966) | MAP_RESERVED0080 = 0x80 constant MAP_RESILIENT_CODESIGN (line 967) | MAP_RESILIENT_CODESIGN = 0x2000 constant MAP_RESILIENT_MEDIA (line 968) | MAP_RESILIENT_MEDIA = 0x4000 constant MAP_SHARED (line 969) | MAP_SHARED = 0x1 constant MAP_TRANSLATED_ALLOW_EXECUTE (line 970) | MAP_TRANSLATED_ALLOW_EXECUTE = 0x20000 constant MAP_UNIX03 (line 971) | MAP_UNIX03 = 0x40000 constant MCAST_BLOCK_SOURCE (line 972) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 973) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 974) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 975) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 976) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 977) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 978) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 979) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 980) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 981) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 982) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 983) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 984) | MNT_AUTOMOUNTED = 0x400000 constant MNT_CMDFLAGS (line 985) | MNT_CMDFLAGS = 0xf0000 constant MNT_CPROTECT (line 986) | MNT_CPROTECT = 0x80 constant MNT_DEFWRITE (line 987) | MNT_DEFWRITE = 0x2000000 constant MNT_DONTBROWSE (line 988) | MNT_DONTBROWSE = 0x100000 constant MNT_DOVOLFS (line 989) | MNT_DOVOLFS = 0x8000 constant MNT_DWAIT (line 990) | MNT_DWAIT = 0x4 constant MNT_EXPORTED (line 991) | MNT_EXPORTED = 0x100 constant MNT_EXT_ROOT_DATA_VOL (line 992) | MNT_EXT_ROOT_DATA_VOL = 0x1 constant MNT_FORCE (line 993) | MNT_FORCE = 0x80000 constant MNT_IGNORE_OWNERSHIP (line 994) | MNT_IGNORE_OWNERSHIP = 0x200000 constant MNT_JOURNALED (line 995) | MNT_JOURNALED = 0x800000 constant MNT_LOCAL (line 996) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 997) | MNT_MULTILABEL = 0x4000000 constant MNT_NOATIME (line 998) | MNT_NOATIME = 0x10000000 constant MNT_NOBLOCK (line 999) | MNT_NOBLOCK = 0x20000 constant MNT_NODEV (line 1000) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1001) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1002) | MNT_NOSUID = 0x8 constant MNT_NOUSERXATTR (line 1003) | MNT_NOUSERXATTR = 0x1000000 constant MNT_NOWAIT (line 1004) | MNT_NOWAIT = 0x2 constant MNT_QUARANTINE (line 1005) | MNT_QUARANTINE = 0x400 constant MNT_QUOTA (line 1006) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1007) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1008) | MNT_RELOAD = 0x40000 constant MNT_REMOVABLE (line 1009) | MNT_REMOVABLE = 0x200 constant MNT_ROOTFS (line 1010) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1011) | MNT_SNAPSHOT = 0x40000000 constant MNT_STRICTATIME (line 1012) | MNT_STRICTATIME = 0x80000000 constant MNT_SYNCHRONOUS (line 1013) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1014) | MNT_UNION = 0x20 constant MNT_UNKNOWNPERMISSIONS (line 1015) | MNT_UNKNOWNPERMISSIONS = 0x200000 constant MNT_UPDATE (line 1016) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1017) | MNT_VISFLAGMASK = 0xd7f0f7ff constant MNT_WAIT (line 1018) | MNT_WAIT = 0x1 constant MSG_CTRUNC (line 1019) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1020) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1021) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1022) | MSG_EOF = 0x100 constant MSG_EOR (line 1023) | MSG_EOR = 0x8 constant MSG_FLUSH (line 1024) | MSG_FLUSH = 0x400 constant MSG_HAVEMORE (line 1025) | MSG_HAVEMORE = 0x2000 constant MSG_HOLD (line 1026) | MSG_HOLD = 0x800 constant MSG_NEEDSA (line 1027) | MSG_NEEDSA = 0x10000 constant MSG_NOSIGNAL (line 1028) | MSG_NOSIGNAL = 0x80000 constant MSG_OOB (line 1029) | MSG_OOB = 0x1 constant MSG_PEEK (line 1030) | MSG_PEEK = 0x2 constant MSG_RCVMORE (line 1031) | MSG_RCVMORE = 0x4000 constant MSG_SEND (line 1032) | MSG_SEND = 0x1000 constant MSG_TRUNC (line 1033) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1034) | MSG_WAITALL = 0x40 constant MSG_WAITSTREAM (line 1035) | MSG_WAITSTREAM = 0x200 constant MS_ASYNC (line 1036) | MS_ASYNC = 0x1 constant MS_DEACTIVATE (line 1037) | MS_DEACTIVATE = 0x8 constant MS_INVALIDATE (line 1038) | MS_INVALIDATE = 0x2 constant MS_KILLPAGES (line 1039) | MS_KILLPAGES = 0x4 constant MS_SYNC (line 1040) | MS_SYNC = 0x10 constant NAME_MAX (line 1041) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1042) | NET_RT_DUMP = 0x1 constant NET_RT_DUMP2 (line 1043) | NET_RT_DUMP2 = 0x7 constant NET_RT_FLAGS (line 1044) | NET_RT_FLAGS = 0x2 constant NET_RT_FLAGS_PRIV (line 1045) | NET_RT_FLAGS_PRIV = 0xa constant NET_RT_IFLIST (line 1046) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLIST2 (line 1047) | NET_RT_IFLIST2 = 0x6 constant NET_RT_MAXID (line 1048) | NET_RT_MAXID = 0xb constant NET_RT_STAT (line 1049) | NET_RT_STAT = 0x4 constant NET_RT_TRASH (line 1050) | NET_RT_TRASH = 0x5 constant NFDBITS (line 1051) | NFDBITS = 0x20 constant NL0 (line 1052) | NL0 = 0x0 constant NL1 (line 1053) | NL1 = 0x100 constant NL2 (line 1054) | NL2 = 0x200 constant NL3 (line 1055) | NL3 = 0x300 constant NLDLY (line 1056) | NLDLY = 0x300 constant NOFLSH (line 1057) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1058) | NOKERNINFO = 0x2000000 constant NOTE_ABSOLUTE (line 1059) | NOTE_ABSOLUTE = 0x8 constant NOTE_ATTRIB (line 1060) | NOTE_ATTRIB = 0x8 constant NOTE_BACKGROUND (line 1061) | NOTE_BACKGROUND = 0x40 constant NOTE_CHILD (line 1062) | NOTE_CHILD = 0x4 constant NOTE_CRITICAL (line 1063) | NOTE_CRITICAL = 0x20 constant NOTE_DELETE (line 1064) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1065) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1066) | NOTE_EXIT = 0x80000000 constant NOTE_EXITSTATUS (line 1067) | NOTE_EXITSTATUS = 0x4000000 constant NOTE_EXIT_CSERROR (line 1068) | NOTE_EXIT_CSERROR = 0x40000 constant NOTE_EXIT_DECRYPTFAIL (line 1069) | NOTE_EXIT_DECRYPTFAIL = 0x10000 constant NOTE_EXIT_DETAIL (line 1070) | NOTE_EXIT_DETAIL = 0x2000000 constant NOTE_EXIT_DETAIL_MASK (line 1071) | NOTE_EXIT_DETAIL_MASK = 0x70000 constant NOTE_EXIT_MEMORY (line 1072) | NOTE_EXIT_MEMORY = 0x20000 constant NOTE_EXIT_REPARENTED (line 1073) | NOTE_EXIT_REPARENTED = 0x80000 constant NOTE_EXTEND (line 1074) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1075) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1076) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1077) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1078) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1079) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1080) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1081) | NOTE_FORK = 0x40000000 constant NOTE_FUNLOCK (line 1082) | NOTE_FUNLOCK = 0x100 constant NOTE_LEEWAY (line 1083) | NOTE_LEEWAY = 0x10 constant NOTE_LINK (line 1084) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1085) | NOTE_LOWAT = 0x1 constant NOTE_MACHTIME (line 1086) | NOTE_MACHTIME = 0x100 constant NOTE_MACH_CONTINUOUS_TIME (line 1087) | NOTE_MACH_CONTINUOUS_TIME = 0x80 constant NOTE_NONE (line 1088) | NOTE_NONE = 0x80 constant NOTE_NSECONDS (line 1089) | NOTE_NSECONDS = 0x4 constant NOTE_OOB (line 1090) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1091) | NOTE_PCTRLMASK = -0x100000 constant NOTE_PDATAMASK (line 1092) | NOTE_PDATAMASK = 0xfffff constant NOTE_REAP (line 1093) | NOTE_REAP = 0x10000000 constant NOTE_RENAME (line 1094) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1095) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1096) | NOTE_SECONDS = 0x1 constant NOTE_SIGNAL (line 1097) | NOTE_SIGNAL = 0x8000000 constant NOTE_TRACK (line 1098) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1099) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1100) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1101) | NOTE_USECONDS = 0x2 constant NOTE_VM_ERROR (line 1102) | NOTE_VM_ERROR = 0x10000000 constant NOTE_VM_PRESSURE (line 1103) | NOTE_VM_PRESSURE = 0x80000000 constant NOTE_VM_PRESSURE_SUDDEN_TERMINATE (line 1104) | NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000 constant NOTE_VM_PRESSURE_TERMINATE (line 1105) | NOTE_VM_PRESSURE_TERMINATE = 0x40000000 constant NOTE_WRITE (line 1106) | NOTE_WRITE = 0x2 constant OCRNL (line 1107) | OCRNL = 0x10 constant OFDEL (line 1108) | OFDEL = 0x20000 constant OFILL (line 1109) | OFILL = 0x80 constant ONLCR (line 1110) | ONLCR = 0x2 constant ONLRET (line 1111) | ONLRET = 0x40 constant ONOCR (line 1112) | ONOCR = 0x20 constant ONOEOT (line 1113) | ONOEOT = 0x8 constant OPOST (line 1114) | OPOST = 0x1 constant OXTABS (line 1115) | OXTABS = 0x4 constant O_ACCMODE (line 1116) | O_ACCMODE = 0x3 constant O_ALERT (line 1117) | O_ALERT = 0x20000000 constant O_APPEND (line 1118) | O_APPEND = 0x8 constant O_ASYNC (line 1119) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1120) | O_CLOEXEC = 0x1000000 constant O_CREAT (line 1121) | O_CREAT = 0x200 constant O_DIRECTORY (line 1122) | O_DIRECTORY = 0x100000 constant O_DP_GETRAWENCRYPTED (line 1123) | O_DP_GETRAWENCRYPTED = 0x1 constant O_DP_GETRAWUNENCRYPTED (line 1124) | O_DP_GETRAWUNENCRYPTED = 0x2 constant O_DSYNC (line 1125) | O_DSYNC = 0x400000 constant O_EVTONLY (line 1126) | O_EVTONLY = 0x8000 constant O_EXCL (line 1127) | O_EXCL = 0x800 constant O_EXLOCK (line 1128) | O_EXLOCK = 0x20 constant O_FSYNC (line 1129) | O_FSYNC = 0x80 constant O_NDELAY (line 1130) | O_NDELAY = 0x4 constant O_NOCTTY (line 1131) | O_NOCTTY = 0x20000 constant O_NOFOLLOW (line 1132) | O_NOFOLLOW = 0x100 constant O_NOFOLLOW_ANY (line 1133) | O_NOFOLLOW_ANY = 0x20000000 constant O_NONBLOCK (line 1134) | O_NONBLOCK = 0x4 constant O_POPUP (line 1135) | O_POPUP = 0x80000000 constant O_RDONLY (line 1136) | O_RDONLY = 0x0 constant O_RDWR (line 1137) | O_RDWR = 0x2 constant O_SHLOCK (line 1138) | O_SHLOCK = 0x10 constant O_SYMLINK (line 1139) | O_SYMLINK = 0x200000 constant O_SYNC (line 1140) | O_SYNC = 0x80 constant O_TRUNC (line 1141) | O_TRUNC = 0x400 constant O_WRONLY (line 1142) | O_WRONLY = 0x1 constant PARENB (line 1143) | PARENB = 0x1000 constant PARMRK (line 1144) | PARMRK = 0x8 constant PARODD (line 1145) | PARODD = 0x2000 constant PENDIN (line 1146) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1147) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1148) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1149) | PRIO_USER = 0x2 constant PROT_EXEC (line 1150) | PROT_EXEC = 0x4 constant PROT_NONE (line 1151) | PROT_NONE = 0x0 constant PROT_READ (line 1152) | PROT_READ = 0x1 constant PROT_WRITE (line 1153) | PROT_WRITE = 0x2 constant PT_ATTACH (line 1154) | PT_ATTACH = 0xa constant PT_ATTACHEXC (line 1155) | PT_ATTACHEXC = 0xe constant PT_CONTINUE (line 1156) | PT_CONTINUE = 0x7 constant PT_DENY_ATTACH (line 1157) | PT_DENY_ATTACH = 0x1f constant PT_DETACH (line 1158) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1159) | PT_FIRSTMACH = 0x20 constant PT_FORCEQUOTA (line 1160) | PT_FORCEQUOTA = 0x1e constant PT_KILL (line 1161) | PT_KILL = 0x8 constant PT_READ_D (line 1162) | PT_READ_D = 0x2 constant PT_READ_I (line 1163) | PT_READ_I = 0x1 constant PT_READ_U (line 1164) | PT_READ_U = 0x3 constant PT_SIGEXC (line 1165) | PT_SIGEXC = 0xc constant PT_STEP (line 1166) | PT_STEP = 0x9 constant PT_THUPDATE (line 1167) | PT_THUPDATE = 0xd constant PT_TRACE_ME (line 1168) | PT_TRACE_ME = 0x0 constant PT_WRITE_D (line 1169) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1170) | PT_WRITE_I = 0x4 constant PT_WRITE_U (line 1171) | PT_WRITE_U = 0x6 constant RLIMIT_AS (line 1172) | RLIMIT_AS = 0x5 constant RLIMIT_CORE (line 1173) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1174) | RLIMIT_CPU = 0x0 constant RLIMIT_CPU_USAGE_MONITOR (line 1175) | RLIMIT_CPU_USAGE_MONITOR = 0x2 constant RLIMIT_DATA (line 1176) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1177) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1178) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1179) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1180) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1181) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1182) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1183) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1184) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1185) | RTAX_BRD = 0x7 constant RTAX_DST (line 1186) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1187) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1188) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1189) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1190) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1191) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1192) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1193) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1194) | RTA_BRD = 0x80 constant RTA_DST (line 1195) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1196) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1197) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1198) | RTA_IFA = 0x20 constant RTA_IFP (line 1199) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1200) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1201) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1202) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1203) | RTF_CLONING = 0x100 constant RTF_CONDEMNED (line 1204) | RTF_CONDEMNED = 0x2000000 constant RTF_DEAD (line 1205) | RTF_DEAD = 0x20000000 constant RTF_DELCLONE (line 1206) | RTF_DELCLONE = 0x80 constant RTF_DONE (line 1207) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1208) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1209) | RTF_GATEWAY = 0x2 constant RTF_GLOBAL (line 1210) | RTF_GLOBAL = 0x40000000 constant RTF_HOST (line 1211) | RTF_HOST = 0x4 constant RTF_IFREF (line 1212) | RTF_IFREF = 0x4000000 constant RTF_IFSCOPE (line 1213) | RTF_IFSCOPE = 0x1000000 constant RTF_LLDATA (line 1214) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1215) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1216) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1217) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1218) | RTF_MULTICAST = 0x800000 constant RTF_NOIFREF (line 1219) | RTF_NOIFREF = 0x2000 constant RTF_PINNED (line 1220) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1221) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1222) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1223) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1224) | RTF_PROTO3 = 0x40000 constant RTF_PROXY (line 1225) | RTF_PROXY = 0x8000000 constant RTF_REJECT (line 1226) | RTF_REJECT = 0x8 constant RTF_ROUTER (line 1227) | RTF_ROUTER = 0x10000000 constant RTF_STATIC (line 1228) | RTF_STATIC = 0x800 constant RTF_UP (line 1229) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1230) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1231) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1232) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1233) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1234) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1235) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1236) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1237) | RTM_GET = 0x4 constant RTM_GET2 (line 1238) | RTM_GET2 = 0x14 constant RTM_IFINFO (line 1239) | RTM_IFINFO = 0xe constant RTM_IFINFO2 (line 1240) | RTM_IFINFO2 = 0x12 constant RTM_LOCK (line 1241) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1242) | RTM_LOSING = 0x5 constant RTM_MISS (line 1243) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1244) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1245) | RTM_NEWMADDR = 0xf constant RTM_NEWMADDR2 (line 1246) | RTM_NEWMADDR2 = 0x13 constant RTM_OLDADD (line 1247) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1248) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 1249) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1250) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1251) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1252) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1253) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1254) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1255) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1256) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1257) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1258) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1259) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1260) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1261) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1262) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1263) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1264) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1265) | SCM_TIMESTAMP = 0x2 constant SCM_TIMESTAMP_MONOTONIC (line 1266) | SCM_TIMESTAMP_MONOTONIC = 0x4 constant SEEK_CUR (line 1267) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1268) | SEEK_DATA = 0x4 constant SEEK_END (line 1269) | SEEK_END = 0x2 constant SEEK_HOLE (line 1270) | SEEK_HOLE = 0x3 constant SEEK_SET (line 1271) | SEEK_SET = 0x0 constant SF_APPEND (line 1272) | SF_APPEND = 0x40000 constant SF_ARCHIVED (line 1273) | SF_ARCHIVED = 0x10000 constant SF_DATALESS (line 1274) | SF_DATALESS = 0x40000000 constant SF_FIRMLINK (line 1275) | SF_FIRMLINK = 0x800000 constant SF_IMMUTABLE (line 1276) | SF_IMMUTABLE = 0x20000 constant SF_NOUNLINK (line 1277) | SF_NOUNLINK = 0x100000 constant SF_RESTRICTED (line 1278) | SF_RESTRICTED = 0x80000 constant SF_SETTABLE (line 1279) | SF_SETTABLE = 0x3fff0000 constant SF_SUPPORTED (line 1280) | SF_SUPPORTED = 0x9f0000 constant SF_SYNTHETIC (line 1281) | SF_SYNTHETIC = 0xc0000000 constant SHUT_RD (line 1282) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1283) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1284) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1285) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1286) | SIOCAIFADDR = 0x8040691a constant SIOCARPIPLL (line 1287) | SIOCARPIPLL = 0xc0206928 constant SIOCATMARK (line 1288) | SIOCATMARK = 0x40047307 constant SIOCAUTOADDR (line 1289) | SIOCAUTOADDR = 0xc0206926 constant SIOCAUTONETMASK (line 1290) | SIOCAUTONETMASK = 0x80206927 constant SIOCDELMULTI (line 1291) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1292) | SIOCDIFADDR = 0x80206919 constant SIOCDIFPHYADDR (line 1293) | SIOCDIFPHYADDR = 0x80206941 constant SIOCGDRVSPEC (line 1294) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETVLAN (line 1295) | SIOCGETVLAN = 0xc020697f constant SIOCGHIWAT (line 1296) | SIOCGHIWAT = 0x40047301 constant SIOCGIF6LOWPAN (line 1297) | SIOCGIF6LOWPAN = 0xc02069c5 constant SIOCGIFADDR (line 1298) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALTMTU (line 1299) | SIOCGIFALTMTU = 0xc0206948 constant SIOCGIFASYNCMAP (line 1300) | SIOCGIFASYNCMAP = 0xc020697c constant SIOCGIFBOND (line 1301) | SIOCGIFBOND = 0xc0206947 constant SIOCGIFBRDADDR (line 1302) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1303) | SIOCGIFCAP = 0xc020695b constant SIOCGIFCONF (line 1304) | SIOCGIFCONF = 0xc00c6924 constant SIOCGIFDEVMTU (line 1305) | SIOCGIFDEVMTU = 0xc0206944 constant SIOCGIFDSTADDR (line 1306) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1307) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFFUNCTIONALTYPE (line 1308) | SIOCGIFFUNCTIONALTYPE = 0xc02069ad constant SIOCGIFGENERIC (line 1309) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFKPI (line 1310) | SIOCGIFKPI = 0xc0206987 constant SIOCGIFMAC (line 1311) | SIOCGIFMAC = 0xc0206982 constant SIOCGIFMEDIA (line 1312) | SIOCGIFMEDIA = 0xc02c6938 constant SIOCGIFMETRIC (line 1313) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1314) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1315) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1316) | SIOCGIFPDSTADDR = 0xc0206940 constant SIOCGIFPHYS (line 1317) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1318) | SIOCGIFPSRCADDR = 0xc020693f constant SIOCGIFSTATUS (line 1319) | SIOCGIFSTATUS = 0xc331693d constant SIOCGIFVLAN (line 1320) | SIOCGIFVLAN = 0xc020697f constant SIOCGIFWAKEFLAGS (line 1321) | SIOCGIFWAKEFLAGS = 0xc0206988 constant SIOCGIFXMEDIA (line 1322) | SIOCGIFXMEDIA = 0xc02c6948 constant SIOCGLOWAT (line 1323) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1324) | SIOCGPGRP = 0x40047309 constant SIOCIFCREATE (line 1325) | SIOCIFCREATE = 0xc0206978 constant SIOCIFCREATE2 (line 1326) | SIOCIFCREATE2 = 0xc020697a constant SIOCIFDESTROY (line 1327) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1328) | SIOCIFGCLONERS = 0xc0106981 constant SIOCRSLVMULTI (line 1329) | SIOCRSLVMULTI = 0xc010693b constant SIOCSDRVSPEC (line 1330) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETVLAN (line 1331) | SIOCSETVLAN = 0x8020697e constant SIOCSHIWAT (line 1332) | SIOCSHIWAT = 0x80047300 constant SIOCSIF6LOWPAN (line 1333) | SIOCSIF6LOWPAN = 0x802069c4 constant SIOCSIFADDR (line 1334) | SIOCSIFADDR = 0x8020690c constant SIOCSIFALTMTU (line 1335) | SIOCSIFALTMTU = 0x80206945 constant SIOCSIFASYNCMAP (line 1336) | SIOCSIFASYNCMAP = 0x8020697d constant SIOCSIFBOND (line 1337) | SIOCSIFBOND = 0x80206946 constant SIOCSIFBRDADDR (line 1338) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1339) | SIOCSIFCAP = 0x8020695a constant SIOCSIFDSTADDR (line 1340) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1341) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1342) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFKPI (line 1343) | SIOCSIFKPI = 0x80206986 constant SIOCSIFLLADDR (line 1344) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1345) | SIOCSIFMAC = 0x80206983 constant SIOCSIFMEDIA (line 1346) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1347) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1348) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNETMASK (line 1349) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1350) | SIOCSIFPHYADDR = 0x8040693e constant SIOCSIFPHYS (line 1351) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFVLAN (line 1352) | SIOCSIFVLAN = 0x8020697e constant SIOCSLOWAT (line 1353) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1354) | SIOCSPGRP = 0x80047308 constant SOCK_DGRAM (line 1355) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1356) | SOCK_MAXADDRLEN = 0xff constant SOCK_RAW (line 1357) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1358) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1359) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1360) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1361) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1362) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1363) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1364) | SO_ACCEPTCONN = 0x2 constant SO_BROADCAST (line 1365) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1366) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1367) | SO_DONTROUTE = 0x10 constant SO_DONTTRUNC (line 1368) | SO_DONTTRUNC = 0x2000 constant SO_ERROR (line 1369) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1370) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1371) | SO_LABEL = 0x1010 constant SO_LINGER (line 1372) | SO_LINGER = 0x80 constant SO_LINGER_SEC (line 1373) | SO_LINGER_SEC = 0x1080 constant SO_NETSVC_MARKING_LEVEL (line 1374) | SO_NETSVC_MARKING_LEVEL = 0x1119 constant SO_NET_SERVICE_TYPE (line 1375) | SO_NET_SERVICE_TYPE = 0x1116 constant SO_NKE (line 1376) | SO_NKE = 0x1021 constant SO_NOADDRERR (line 1377) | SO_NOADDRERR = 0x1023 constant SO_NOSIGPIPE (line 1378) | SO_NOSIGPIPE = 0x1022 constant SO_NOTIFYCONFLICT (line 1379) | SO_NOTIFYCONFLICT = 0x1026 constant SO_NP_EXTENSIONS (line 1380) | SO_NP_EXTENSIONS = 0x1083 constant SO_NREAD (line 1381) | SO_NREAD = 0x1020 constant SO_NUMRCVPKT (line 1382) | SO_NUMRCVPKT = 0x1112 constant SO_NWRITE (line 1383) | SO_NWRITE = 0x1024 constant SO_OOBINLINE (line 1384) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1385) | SO_PEERLABEL = 0x1011 constant SO_RANDOMPORT (line 1386) | SO_RANDOMPORT = 0x1082 constant SO_RCVBUF (line 1387) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1388) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1389) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1390) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1391) | SO_REUSEPORT = 0x200 constant SO_REUSESHAREUID (line 1392) | SO_REUSESHAREUID = 0x1025 constant SO_SNDBUF (line 1393) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1394) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1395) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1396) | SO_TIMESTAMP = 0x400 constant SO_TIMESTAMP_MONOTONIC (line 1397) | SO_TIMESTAMP_MONOTONIC = 0x800 constant SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED (line 1398) | SO_TRACKER_ATTRIBUTE_FLAGS_APP_APPROVED = 0x1 constant SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT (line 1399) | SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4 constant SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER (line 1400) | SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER = 0x2 constant SO_TRACKER_TRANSPARENCY_VERSION (line 1401) | SO_TRACKER_TRANSPARENCY_VERSION = 0x3 constant SO_TYPE (line 1402) | SO_TYPE = 0x1008 constant SO_UPCALLCLOSEWAIT (line 1403) | SO_UPCALLCLOSEWAIT = 0x1027 constant SO_USELOOPBACK (line 1404) | SO_USELOOPBACK = 0x40 constant SO_WANTMORE (line 1405) | SO_WANTMORE = 0x4000 constant SO_WANTOOBFLAG (line 1406) | SO_WANTOOBFLAG = 0x8000 constant S_IEXEC (line 1407) | S_IEXEC = 0x40 constant S_IFBLK (line 1408) | S_IFBLK = 0x6000 constant S_IFCHR (line 1409) | S_IFCHR = 0x2000 constant S_IFDIR (line 1410) | S_IFDIR = 0x4000 constant S_IFIFO (line 1411) | S_IFIFO = 0x1000 constant S_IFLNK (line 1412) | S_IFLNK = 0xa000 constant S_IFMT (line 1413) | S_IFMT = 0xf000 constant S_IFREG (line 1414) | S_IFREG = 0x8000 constant S_IFSOCK (line 1415) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1416) | S_IFWHT = 0xe000 constant S_IREAD (line 1417) | S_IREAD = 0x100 constant S_IRGRP (line 1418) | S_IRGRP = 0x20 constant S_IROTH (line 1419) | S_IROTH = 0x4 constant S_IRUSR (line 1420) | S_IRUSR = 0x100 constant S_IRWXG (line 1421) | S_IRWXG = 0x38 constant S_IRWXO (line 1422) | S_IRWXO = 0x7 constant S_IRWXU (line 1423) | S_IRWXU = 0x1c0 constant S_ISGID (line 1424) | S_ISGID = 0x400 constant S_ISTXT (line 1425) | S_ISTXT = 0x200 constant S_ISUID (line 1426) | S_ISUID = 0x800 constant S_ISVTX (line 1427) | S_ISVTX = 0x200 constant S_IWGRP (line 1428) | S_IWGRP = 0x10 constant S_IWOTH (line 1429) | S_IWOTH = 0x2 constant S_IWRITE (line 1430) | S_IWRITE = 0x80 constant S_IWUSR (line 1431) | S_IWUSR = 0x80 constant S_IXGRP (line 1432) | S_IXGRP = 0x8 constant S_IXOTH (line 1433) | S_IXOTH = 0x1 constant S_IXUSR (line 1434) | S_IXUSR = 0x40 constant TAB0 (line 1435) | TAB0 = 0x0 constant TAB1 (line 1436) | TAB1 = 0x400 constant TAB2 (line 1437) | TAB2 = 0x800 constant TAB3 (line 1438) | TAB3 = 0x4 constant TABDLY (line 1439) | TABDLY = 0xc04 constant TCIFLUSH (line 1440) | TCIFLUSH = 0x1 constant TCIOFF (line 1441) | TCIOFF = 0x3 constant TCIOFLUSH (line 1442) | TCIOFLUSH = 0x3 constant TCION (line 1443) | TCION = 0x4 constant TCOFLUSH (line 1444) | TCOFLUSH = 0x2 constant TCOOFF (line 1445) | TCOOFF = 0x1 constant TCOON (line 1446) | TCOON = 0x2 constant TCPOPT_CC (line 1447) | TCPOPT_CC = 0xb constant TCPOPT_CCECHO (line 1448) | TCPOPT_CCECHO = 0xd constant TCPOPT_CCNEW (line 1449) | TCPOPT_CCNEW = 0xc constant TCPOPT_EOL (line 1450) | TCPOPT_EOL = 0x0 constant TCPOPT_FASTOPEN (line 1451) | TCPOPT_FASTOPEN = 0x22 constant TCPOPT_MAXSEG (line 1452) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1453) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1454) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1455) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1456) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1457) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1458) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1459) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1460) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1461) | TCPOPT_WINDOW = 0x3 constant TCP_CONNECTIONTIMEOUT (line 1462) | TCP_CONNECTIONTIMEOUT = 0x20 constant TCP_CONNECTION_INFO (line 1463) | TCP_CONNECTION_INFO = 0x106 constant TCP_ENABLE_ECN (line 1464) | TCP_ENABLE_ECN = 0x104 constant TCP_FASTOPEN (line 1465) | TCP_FASTOPEN = 0x105 constant TCP_KEEPALIVE (line 1466) | TCP_KEEPALIVE = 0x10 constant TCP_KEEPCNT (line 1467) | TCP_KEEPCNT = 0x102 constant TCP_KEEPINTVL (line 1468) | TCP_KEEPINTVL = 0x101 constant TCP_MAXHLEN (line 1469) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1470) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1471) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1472) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1473) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1474) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1475) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1476) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1477) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1478) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1479) | TCP_NOPUSH = 0x4 constant TCP_NOTSENT_LOWAT (line 1480) | TCP_NOTSENT_LOWAT = 0x201 constant TCP_RXT_CONNDROPTIME (line 1481) | TCP_RXT_CONNDROPTIME = 0x80 constant TCP_RXT_FINDROP (line 1482) | TCP_RXT_FINDROP = 0x100 constant TCP_SENDMOREACKS (line 1483) | TCP_SENDMOREACKS = 0x103 constant TCSAFLUSH (line 1484) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1485) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1486) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1487) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1488) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1489) | TIOCDRAIN = 0x2000745e constant TIOCDSIMICROCODE (line 1490) | TIOCDSIMICROCODE = 0x20007455 constant TIOCEXCL (line 1491) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1492) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1493) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1494) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1495) | TIOCGETA = 0x40487413 constant TIOCGETD (line 1496) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1497) | TIOCGPGRP = 0x40047477 constant TIOCGWINSZ (line 1498) | TIOCGWINSZ = 0x40087468 constant TIOCIXOFF (line 1499) | TIOCIXOFF = 0x20007480 constant TIOCIXON (line 1500) | TIOCIXON = 0x20007481 constant TIOCMBIC (line 1501) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1502) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1503) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1504) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1505) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1506) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1507) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1508) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1509) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1510) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1511) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1512) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1513) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1514) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1515) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1516) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1517) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1518) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1519) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1520) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1521) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1522) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1523) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1524) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1525) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1526) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1527) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1528) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1529) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1530) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1531) | TIOCPKT_STOP = 0x4 constant TIOCPTYGNAME (line 1532) | TIOCPTYGNAME = 0x40807453 constant TIOCPTYGRANT (line 1533) | TIOCPTYGRANT = 0x20007454 constant TIOCPTYUNLK (line 1534) | TIOCPTYUNLK = 0x20007452 constant TIOCREMOTE (line 1535) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1536) | TIOCSBRK = 0x2000747b constant TIOCSCONS (line 1537) | TIOCSCONS = 0x20007463 constant TIOCSCTTY (line 1538) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1539) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1540) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1541) | TIOCSETA = 0x80487414 constant TIOCSETAF (line 1542) | TIOCSETAF = 0x80487416 constant TIOCSETAW (line 1543) | TIOCSETAW = 0x80487415 constant TIOCSETD (line 1544) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1545) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1546) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1547) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1548) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1549) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1550) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1551) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1552) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1553) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1554) | TOSTOP = 0x400000 constant UF_APPEND (line 1555) | UF_APPEND = 0x4 constant UF_COMPRESSED (line 1556) | UF_COMPRESSED = 0x20 constant UF_DATAVAULT (line 1557) | UF_DATAVAULT = 0x80 constant UF_HIDDEN (line 1558) | UF_HIDDEN = 0x8000 constant UF_IMMUTABLE (line 1559) | UF_IMMUTABLE = 0x2 constant UF_NODUMP (line 1560) | UF_NODUMP = 0x1 constant UF_OPAQUE (line 1561) | UF_OPAQUE = 0x8 constant UF_SETTABLE (line 1562) | UF_SETTABLE = 0xffff constant UF_TRACKED (line 1563) | UF_TRACKED = 0x40 constant VDISCARD (line 1564) | VDISCARD = 0xf constant VDSUSP (line 1565) | VDSUSP = 0xb constant VEOF (line 1566) | VEOF = 0x0 constant VEOL (line 1567) | VEOL = 0x1 constant VEOL2 (line 1568) | VEOL2 = 0x2 constant VERASE (line 1569) | VERASE = 0x3 constant VINTR (line 1570) | VINTR = 0x8 constant VKILL (line 1571) | VKILL = 0x5 constant VLNEXT (line 1572) | VLNEXT = 0xe constant VMADDR_CID_ANY (line 1573) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 1574) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 1575) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_RESERVED (line 1576) | VMADDR_CID_RESERVED = 0x1 constant VMADDR_PORT_ANY (line 1577) | VMADDR_PORT_ANY = 0xffffffff constant VMIN (line 1578) | VMIN = 0x10 constant VM_LOADAVG (line 1579) | VM_LOADAVG = 0x2 constant VM_MACHFACTOR (line 1580) | VM_MACHFACTOR = 0x4 constant VM_MAXID (line 1581) | VM_MAXID = 0x6 constant VM_METER (line 1582) | VM_METER = 0x1 constant VM_SWAPUSAGE (line 1583) | VM_SWAPUSAGE = 0x5 constant VQUIT (line 1584) | VQUIT = 0x9 constant VREPRINT (line 1585) | VREPRINT = 0x6 constant VSTART (line 1586) | VSTART = 0xc constant VSTATUS (line 1587) | VSTATUS = 0x12 constant VSTOP (line 1588) | VSTOP = 0xd constant VSUSP (line 1589) | VSUSP = 0xa constant VT0 (line 1590) | VT0 = 0x0 constant VT1 (line 1591) | VT1 = 0x10000 constant VTDLY (line 1592) | VTDLY = 0x10000 constant VTIME (line 1593) | VTIME = 0x11 constant VWERASE (line 1594) | VWERASE = 0x4 constant WCONTINUED (line 1595) | WCONTINUED = 0x10 constant WCOREFLAG (line 1596) | WCOREFLAG = 0x80 constant WEXITED (line 1597) | WEXITED = 0x4 constant WNOHANG (line 1598) | WNOHANG = 0x1 constant WNOWAIT (line 1599) | WNOWAIT = 0x20 constant WORDSIZE (line 1600) | WORDSIZE = 0x40 constant WSTOPPED (line 1601) | WSTOPPED = 0x8 constant WUNTRACED (line 1602) | WUNTRACED = 0x2 constant XATTR_CREATE (line 1603) | XATTR_CREATE = 0x2 constant XATTR_NODEFAULT (line 1604) | XATTR_NODEFAULT = 0x10 constant XATTR_NOFOLLOW (line 1605) | XATTR_NOFOLLOW = 0x1 constant XATTR_NOSECURITY (line 1606) | XATTR_NOSECURITY = 0x8 constant XATTR_REPLACE (line 1607) | XATTR_REPLACE = 0x4 constant XATTR_SHOWCOMPRESSION (line 1608) | XATTR_SHOWCOMPRESSION = 0x20 constant E2BIG (line 1613) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1614) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1615) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1616) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1617) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1618) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1619) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1620) | EAUTH = syscall.Errno(0x50) constant EBADARCH (line 1621) | EBADARCH = syscall.Errno(0x56) constant EBADEXEC (line 1622) | EBADEXEC = syscall.Errno(0x55) constant EBADF (line 1623) | EBADF = syscall.Errno(0x9) constant EBADMACHO (line 1624) | EBADMACHO = syscall.Errno(0x58) constant EBADMSG (line 1625) | EBADMSG = syscall.Errno(0x5e) constant EBADRPC (line 1626) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1627) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1628) | ECANCELED = syscall.Errno(0x59) constant ECHILD (line 1629) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1630) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1631) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1632) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1633) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1634) | EDESTADDRREQ = syscall.Errno(0x27) constant EDEVERR (line 1635) | EDEVERR = syscall.Errno(0x53) constant EDOM (line 1636) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1637) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1638) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1639) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1640) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1641) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1642) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1643) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1644) | EIDRM = syscall.Errno(0x5a) constant EILSEQ (line 1645) | EILSEQ = syscall.Errno(0x5c) constant EINPROGRESS (line 1646) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1647) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1648) | EINVAL = syscall.Errno(0x16) constant EIO (line 1649) | EIO = syscall.Errno(0x5) constant EISCONN (line 1650) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1651) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1652) | ELAST = syscall.Errno(0x6a) constant ELOOP (line 1653) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1654) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1655) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1656) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1657) | EMULTIHOP = syscall.Errno(0x5f) constant ENAMETOOLONG (line 1658) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1659) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1660) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1661) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1662) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1663) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1664) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1665) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1666) | ENODATA = syscall.Errno(0x60) constant ENODEV (line 1667) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1668) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1669) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1670) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1671) | ENOLINK = syscall.Errno(0x61) constant ENOMEM (line 1672) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1673) | ENOMSG = syscall.Errno(0x5b) constant ENOPOLICY (line 1674) | ENOPOLICY = syscall.Errno(0x67) constant ENOPROTOOPT (line 1675) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1676) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1677) | ENOSR = syscall.Errno(0x62) constant ENOSTR (line 1678) | ENOSTR = syscall.Errno(0x63) constant ENOSYS (line 1679) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1680) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1681) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1682) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1683) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1684) | ENOTRECOVERABLE = syscall.Errno(0x68) constant ENOTSOCK (line 1685) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1686) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1687) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1688) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1689) | EOPNOTSUPP = syscall.Errno(0x66) constant EOVERFLOW (line 1690) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1691) | EOWNERDEAD = syscall.Errno(0x69) constant EPERM (line 1692) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1693) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1694) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1695) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1696) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1697) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1698) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1699) | EPROTO = syscall.Errno(0x64) constant EPROTONOSUPPORT (line 1700) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1701) | EPROTOTYPE = syscall.Errno(0x29) constant EPWROFF (line 1702) | EPWROFF = syscall.Errno(0x52) constant EQFULL (line 1703) | EQFULL = syscall.Errno(0x6a) constant ERANGE (line 1704) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1705) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1706) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1707) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHLIBVERS (line 1708) | ESHLIBVERS = syscall.Errno(0x57) constant ESHUTDOWN (line 1709) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1710) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1711) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1712) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1713) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1714) | ETIME = syscall.Errno(0x65) constant ETIMEDOUT (line 1715) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1716) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1717) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1718) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1719) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1720) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1725) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1726) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1727) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1728) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1729) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1730) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1731) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1732) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1733) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1734) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1735) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1736) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1737) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1738) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1739) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1740) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1741) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1742) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1743) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1744) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1745) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1746) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1747) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1748) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1749) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1750) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1751) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1752) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1753) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1754) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1755) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1756) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ATM (line 15) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x21 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_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 27) | AF_IEEE80211 = 0x23 constant AF_IMPLINK (line 28) | AF_IMPLINK = 0x3 constant AF_INET (line 29) | AF_INET = 0x2 constant AF_INET6 (line 30) | AF_INET6 = 0x1c 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_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x22 constant AF_NATM (line 39) | AF_NATM = 0x1d constant AF_NETBIOS (line 40) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 41) | AF_NETGRAPH = 0x20 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 = 0x18 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 B0 (line 50) | B0 = 0x0 constant B110 (line 51) | B110 = 0x6e constant B115200 (line 52) | B115200 = 0x1c200 constant B1200 (line 53) | B1200 = 0x4b0 constant B134 (line 54) | B134 = 0x86 constant B14400 (line 55) | B14400 = 0x3840 constant B150 (line 56) | B150 = 0x96 constant B1800 (line 57) | B1800 = 0x708 constant B19200 (line 58) | B19200 = 0x4b00 constant B200 (line 59) | B200 = 0xc8 constant B230400 (line 60) | B230400 = 0x38400 constant B2400 (line 61) | B2400 = 0x960 constant B28800 (line 62) | B28800 = 0x7080 constant B300 (line 63) | B300 = 0x12c constant B38400 (line 64) | B38400 = 0x9600 constant B460800 (line 65) | B460800 = 0x70800 constant B4800 (line 66) | B4800 = 0x12c0 constant B50 (line 67) | B50 = 0x32 constant B57600 (line 68) | B57600 = 0xe100 constant B600 (line 69) | B600 = 0x258 constant B7200 (line 70) | B7200 = 0x1c20 constant B75 (line 71) | B75 = 0x4b constant B76800 (line 72) | B76800 = 0x12c00 constant B921600 (line 73) | B921600 = 0xe1000 constant B9600 (line 74) | B9600 = 0x2580 constant BIOCFEEDBACK (line 75) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 78) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 79) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETIF (line 80) | BIOCGETIF = 0x4020426b constant BIOCGFEEDBACK (line 81) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 82) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 83) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 84) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 85) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 91) | BIOCSDLT = 0x80044278 constant BIOCSETF (line 92) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 93) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 94) | BIOCSETWF = 0x8010427b constant BIOCSFEEDBACK (line 95) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 96) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 97) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 98) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 99) | BIOCSSEESENT = 0x80044277 constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DEFAULTBUFSIZE (line 108) | BPF_DEFAULTBUFSIZE = 0x1000 constant BPF_DIV (line 109) | BPF_DIV = 0x30 constant BPF_H (line 110) | BPF_H = 0x8 constant BPF_IMM (line 111) | BPF_IMM = 0x0 constant BPF_IND (line 112) | BPF_IND = 0x40 constant BPF_JA (line 113) | BPF_JA = 0x0 constant BPF_JEQ (line 114) | BPF_JEQ = 0x10 constant BPF_JGE (line 115) | BPF_JGE = 0x30 constant BPF_JGT (line 116) | BPF_JGT = 0x20 constant BPF_JMP (line 117) | BPF_JMP = 0x5 constant BPF_JSET (line 118) | BPF_JSET = 0x40 constant BPF_K (line 119) | BPF_K = 0x0 constant BPF_LD (line 120) | BPF_LD = 0x0 constant BPF_LDX (line 121) | BPF_LDX = 0x1 constant BPF_LEN (line 122) | BPF_LEN = 0x80 constant BPF_LSH (line 123) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 124) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 125) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 126) | BPF_MAXINSNS = 0x200 constant BPF_MAX_CLONES (line 127) | BPF_MAX_CLONES = 0x80 constant BPF_MEM (line 128) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 129) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 130) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 131) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 132) | BPF_MISC = 0x7 constant BPF_MOD (line 133) | BPF_MOD = 0x90 constant BPF_MSH (line 134) | BPF_MSH = 0xa0 constant BPF_MUL (line 135) | BPF_MUL = 0x20 constant BPF_NEG (line 136) | BPF_NEG = 0x80 constant BPF_OR (line 137) | BPF_OR = 0x40 constant BPF_RELEASE (line 138) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 139) | BPF_RET = 0x6 constant BPF_RSH (line 140) | BPF_RSH = 0x70 constant BPF_ST (line 141) | BPF_ST = 0x2 constant BPF_STX (line 142) | BPF_STX = 0x3 constant BPF_SUB (line 143) | BPF_SUB = 0x10 constant BPF_TAX (line 144) | BPF_TAX = 0x0 constant BPF_TXA (line 145) | BPF_TXA = 0x80 constant BPF_W (line 146) | BPF_W = 0x0 constant BPF_X (line 147) | BPF_X = 0x8 constant BPF_XOR (line 148) | BPF_XOR = 0xa0 constant BRKINT (line 149) | BRKINT = 0x2 constant CFLUSH (line 150) | CFLUSH = 0xf constant CLOCAL (line 151) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 152) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 153) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 154) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 155) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 156) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 157) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 158) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 159) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 160) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 161) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 162) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 163) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 164) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 165) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 166) | CPUSTATES = 0x5 constant CP_IDLE (line 167) | CP_IDLE = 0x4 constant CP_INTR (line 168) | CP_INTR = 0x3 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SYS (line 170) | CP_SYS = 0x2 constant CP_USER (line 171) | CP_USER = 0x0 constant CREAD (line 172) | CREAD = 0x800 constant CRTSCTS (line 173) | CRTSCTS = 0x30000 constant CS5 (line 174) | CS5 = 0x0 constant CS6 (line 175) | CS6 = 0x100 constant CS7 (line 176) | CS7 = 0x200 constant CS8 (line 177) | CS8 = 0x300 constant CSIZE (line 178) | CSIZE = 0x300 constant CSTART (line 179) | CSTART = 0x11 constant CSTATUS (line 180) | CSTATUS = 0x14 constant CSTOP (line 181) | CSTOP = 0x13 constant CSTOPB (line 182) | CSTOPB = 0x400 constant CSUSP (line 183) | CSUSP = 0x1a constant CTL_HW (line 184) | CTL_HW = 0x6 constant CTL_KERN (line 185) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 186) | CTL_MAXNAME = 0xc constant CTL_NET (line 187) | CTL_NET = 0x4 constant DLT_A429 (line 188) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 189) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 190) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 191) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 192) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 193) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 194) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 195) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 196) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 197) | DLT_AURORA = 0x7e constant DLT_AX25 (line 198) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 199) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 200) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 201) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 202) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 203) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 204) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 205) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 206) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 207) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 208) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 209) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 210) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 211) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 212) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 213) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 214) | DLT_DBUS = 0xe7 constant DLT_DECT (line 215) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 216) | DLT_DOCSIS = 0x8f constant DLT_DVB_CI (line 217) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 218) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 219) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 220) | DLT_EN3MB = 0x2 constant DLT_ENC (line 221) | DLT_ENC = 0x6d constant DLT_EPON (line 222) | DLT_EPON = 0x103 constant DLT_ERF (line 223) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 224) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 225) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 226) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 227) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 228) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 229) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 230) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 231) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 232) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 233) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 234) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 235) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 236) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 237) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 238) | DLT_GSMTAP_UM = 0xd9 constant DLT_HHDLC (line 239) | DLT_HHDLC = 0x79 constant DLT_IBM_SN (line 240) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 241) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 242) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 243) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 244) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 245) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 246) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 247) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 248) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 249) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 250) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 251) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 252) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 253) | DLT_IPFILTER = 0x74 constant DLT_IPMB (line 254) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 255) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 256) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 257) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 258) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 259) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 260) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 261) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 262) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 263) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 264) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 265) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 266) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 267) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 268) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 269) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 270) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 271) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 272) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 273) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 274) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 275) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 276) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 277) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 278) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 279) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 280) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 281) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 282) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 283) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 284) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 285) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 286) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 287) | DLT_LAPD = 0xcb constant DLT_LIN (line 288) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 289) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 290) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 291) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 292) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 293) | DLT_LOOP = 0x6c constant DLT_LTALK (line 294) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 295) | DLT_MATCHING_MAX = 0x109 constant DLT_MATCHING_MIN (line 296) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 297) | DLT_MFR = 0xb6 constant DLT_MOST (line 298) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 299) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 300) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 301) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 302) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 303) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 304) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 305) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 306) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 307) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 308) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 309) | DLT_NFLOG = 0xef constant DLT_NG40 (line 310) | DLT_NG40 = 0xf4 constant DLT_NULL (line 311) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 312) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 313) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 314) | DLT_PFSYNC = 0x12 constant DLT_PKTAP (line 315) | DLT_PKTAP = 0x102 constant DLT_PPI (line 316) | DLT_PPI = 0xc0 constant DLT_PPP (line 317) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 318) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 319) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 320) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 321) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 322) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 323) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 324) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 325) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 326) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 327) | DLT_RAW = 0xc constant DLT_RDS (line 328) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 329) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 330) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 331) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 332) | DLT_SCCP = 0x8e constant DLT_SCTP (line 333) | DLT_SCTP = 0xf8 constant DLT_SITA (line 334) | DLT_SITA = 0xc4 constant DLT_SLIP (line 335) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 336) | DLT_SLIP_BSDOS = 0xf constant DLT_STANAG_5066_D_PDU (line 337) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 338) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 339) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 340) | DLT_TZSP = 0x80 constant DLT_USB (line 341) | DLT_USB = 0xba constant DLT_USBPCAP (line 342) | DLT_USBPCAP = 0xf9 constant DLT_USB_FREEBSD (line 343) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 344) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 345) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 346) | DLT_USER0 = 0x93 constant DLT_USER1 (line 347) | DLT_USER1 = 0x94 constant DLT_USER10 (line 348) | DLT_USER10 = 0x9d constant DLT_USER11 (line 349) | DLT_USER11 = 0x9e constant DLT_USER12 (line 350) | DLT_USER12 = 0x9f constant DLT_USER13 (line 351) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 352) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 353) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 354) | DLT_USER2 = 0x95 constant DLT_USER3 (line 355) | DLT_USER3 = 0x96 constant DLT_USER4 (line 356) | DLT_USER4 = 0x97 constant DLT_USER5 (line 357) | DLT_USER5 = 0x98 constant DLT_USER6 (line 358) | DLT_USER6 = 0x99 constant DLT_USER7 (line 359) | DLT_USER7 = 0x9a constant DLT_USER8 (line 360) | DLT_USER8 = 0x9b constant DLT_USER9 (line 361) | DLT_USER9 = 0x9c constant DLT_WATTSTOPPER_DLM (line 362) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 363) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 364) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 365) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 366) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 367) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 368) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 369) | DT_BLK = 0x6 constant DT_CHR (line 370) | DT_CHR = 0x2 constant DT_DBF (line 371) | DT_DBF = 0xf constant DT_DIR (line 372) | DT_DIR = 0x4 constant DT_FIFO (line 373) | DT_FIFO = 0x1 constant DT_LNK (line 374) | DT_LNK = 0xa constant DT_REG (line 375) | DT_REG = 0x8 constant DT_SOCK (line 376) | DT_SOCK = 0xc constant DT_UNKNOWN (line 377) | DT_UNKNOWN = 0x0 constant DT_WHT (line 378) | DT_WHT = 0xe constant ECHO (line 379) | ECHO = 0x8 constant ECHOCTL (line 380) | ECHOCTL = 0x40 constant ECHOE (line 381) | ECHOE = 0x2 constant ECHOK (line 382) | ECHOK = 0x4 constant ECHOKE (line 383) | ECHOKE = 0x1 constant ECHONL (line 384) | ECHONL = 0x10 constant ECHOPRT (line 385) | ECHOPRT = 0x20 constant EVFILT_AIO (line 386) | EVFILT_AIO = -0x3 constant EVFILT_EXCEPT (line 387) | EVFILT_EXCEPT = -0x8 constant EVFILT_FS (line 388) | EVFILT_FS = -0xa constant EVFILT_MARKER (line 389) | EVFILT_MARKER = 0xf constant EVFILT_PROC (line 390) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 391) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 392) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 393) | EVFILT_SYSCOUNT = 0xa constant EVFILT_TIMER (line 394) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 395) | EVFILT_USER = -0x9 constant EVFILT_VNODE (line 396) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 397) | EVFILT_WRITE = -0x2 constant EV_ADD (line 398) | EV_ADD = 0x1 constant EV_CLEAR (line 399) | EV_CLEAR = 0x20 constant EV_DELETE (line 400) | EV_DELETE = 0x2 constant EV_DISABLE (line 401) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 402) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 403) | EV_ENABLE = 0x4 constant EV_EOF (line 404) | EV_EOF = 0x8000 constant EV_ERROR (line 405) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 406) | EV_FLAG1 = 0x2000 constant EV_HUP (line 407) | EV_HUP = 0x800 constant EV_NODATA (line 408) | EV_NODATA = 0x1000 constant EV_ONESHOT (line 409) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 410) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 411) | EV_SYSFLAGS = 0xf800 constant EXTA (line 412) | EXTA = 0x4b00 constant EXTB (line 413) | EXTB = 0x9600 constant EXTEXIT_LWP (line 414) | EXTEXIT_LWP = 0x10000 constant EXTEXIT_PROC (line 415) | EXTEXIT_PROC = 0x0 constant EXTEXIT_SETINT (line 416) | EXTEXIT_SETINT = 0x1 constant EXTEXIT_SIMPLE (line 417) | EXTEXIT_SIMPLE = 0x0 constant EXTPROC (line 418) | EXTPROC = 0x800 constant FD_CLOEXEC (line 419) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 420) | FD_SETSIZE = 0x400 constant FLUSHO (line 421) | FLUSHO = 0x800000 constant F_DUP2FD (line 422) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 423) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 424) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 425) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 426) | F_GETFD = 0x1 constant F_GETFL (line 427) | F_GETFL = 0x3 constant F_GETLK (line 428) | F_GETLK = 0x7 constant F_GETOWN (line 429) | F_GETOWN = 0x5 constant F_OK (line 430) | F_OK = 0x0 constant F_RDLCK (line 431) | F_RDLCK = 0x1 constant F_SETFD (line 432) | F_SETFD = 0x2 constant F_SETFL (line 433) | F_SETFL = 0x4 constant F_SETLK (line 434) | F_SETLK = 0x8 constant F_SETLKW (line 435) | F_SETLKW = 0x9 constant F_SETOWN (line 436) | F_SETOWN = 0x6 constant F_UNLCK (line 437) | F_UNLCK = 0x2 constant F_WRLCK (line 438) | F_WRLCK = 0x3 constant HUPCL (line 439) | HUPCL = 0x4000 constant HW_MACHINE (line 440) | HW_MACHINE = 0x1 constant ICANON (line 441) | ICANON = 0x100 constant ICMP6_FILTER (line 442) | ICMP6_FILTER = 0x12 constant ICRNL (line 443) | ICRNL = 0x100 constant IEXTEN (line 444) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 445) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 446) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 447) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 448) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 449) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 450) | IFF_CANTCHANGE = 0x318e72 constant IFF_DEBUG (line 451) | IFF_DEBUG = 0x4 constant IFF_IDIRECT (line 452) | IFF_IDIRECT = 0x200000 constant IFF_LINK0 (line 453) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 454) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 455) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 456) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 457) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 458) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 459) | IFF_NOARP = 0x80 constant IFF_NPOLLING (line 460) | IFF_NPOLLING = 0x100000 constant IFF_OACTIVE (line 461) | IFF_OACTIVE = 0x400 constant IFF_OACTIVE_COMPAT (line 462) | IFF_OACTIVE_COMPAT = 0x400 constant IFF_POINTOPOINT (line 463) | IFF_POINTOPOINT = 0x10 constant IFF_POLLING (line 464) | IFF_POLLING = 0x10000 constant IFF_POLLING_COMPAT (line 465) | IFF_POLLING_COMPAT = 0x10000 constant IFF_PPROMISC (line 466) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 467) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 468) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 469) | IFF_SIMPLEX = 0x800 constant IFF_SMART (line 470) | IFF_SMART = 0x20 constant IFF_STATICARP (line 471) | IFF_STATICARP = 0x80000 constant IFF_UP (line 472) | IFF_UP = 0x1 constant IFNAMSIZ (line 473) | IFNAMSIZ = 0x10 constant IFT_1822 (line 474) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 475) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 476) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 477) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 478) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 479) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 480) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 481) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 482) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 483) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 484) | IFT_ASYNC = 0x54 constant IFT_ATM (line 485) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 486) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 487) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 488) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 489) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 490) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 491) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 492) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 493) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 494) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 495) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 496) | IFT_BSC = 0x53 constant IFT_CARP (line 497) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 498) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 499) | IFT_CEPT = 0x13 constant IFT_CES (line 500) | IFT_CES = 0x85 constant IFT_CHANNEL (line 501) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 502) | IFT_CNR = 0x55 constant IFT_COFFEE (line 503) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 504) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 505) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 506) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 507) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 508) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 509) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 510) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 511) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DS0 (line 512) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 513) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 514) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 515) | IFT_DS3 = 0x1e constant IFT_DTM (line 516) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 517) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 518) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 519) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 520) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 521) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ENC (line 522) | IFT_ENC = 0xf4 constant IFT_EON (line 523) | IFT_EON = 0x19 constant IFT_EPLRS (line 524) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 525) | IFT_ESCON = 0x49 constant IFT_ETHER (line 526) | IFT_ETHER = 0x6 constant IFT_FAST (line 527) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 528) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 529) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 530) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 531) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 532) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 533) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 534) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 535) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 536) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 537) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 538) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 539) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 540) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 541) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 542) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 543) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 544) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 545) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 546) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 547) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 548) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 549) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 550) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 551) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 552) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 553) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 554) | IFT_HSSI = 0x2e constant IFT_HY (line 555) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 556) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 557) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 558) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 559) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 560) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 561) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 562) | IFT_IFGSN = 0x91 constant IFT_IMT (line 563) | IFT_IMT = 0xbe constant IFT_INTERLEAVE (line 564) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 565) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 566) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 567) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 568) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 569) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 570) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 571) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 572) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 573) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 574) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 575) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 576) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 577) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 578) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 579) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 580) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 581) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 582) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 583) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 584) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 585) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 586) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 587) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 588) | IFT_LAPB = 0x10 constant IFT_LAPD (line 589) | IFT_LAPD = 0x4d constant IFT_LAPF (line 590) | IFT_LAPF = 0x77 constant IFT_LOCALTALK (line 591) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 592) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 593) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 594) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 595) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 596) | IFT_MODEM = 0x30 constant IFT_MPC (line 597) | IFT_MPC = 0x71 constant IFT_MPLS (line 598) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 599) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 600) | IFT_MSDSL = 0x8f constant IFT_MVL (line 601) | IFT_MVL = 0xbf constant IFT_MYRINET (line 602) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 603) | IFT_NFAS = 0xaf constant IFT_NSIP (line 604) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 605) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 606) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 607) | IFT_OTHER = 0x1 constant IFT_P10 (line 608) | IFT_P10 = 0xc constant IFT_P80 (line 609) | IFT_P80 = 0xd constant IFT_PARA (line 610) | IFT_PARA = 0x22 constant IFT_PFLOG (line 611) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 612) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 613) | IFT_PLC = 0xae constant IFT_POS (line 614) | IFT_POS = 0xab constant IFT_PPP (line 615) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 616) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPBWAP2MP (line 617) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 618) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 619) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 620) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 621) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 622) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 623) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 624) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 625) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 626) | IFT_PVC = 0xf1 constant IFT_QLLC (line 627) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 628) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 629) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 630) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 631) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 632) | IFT_RS232 = 0x21 constant IFT_RSRB (line 633) | IFT_RSRB = 0x4f constant IFT_SDLC (line 634) | IFT_SDLC = 0x11 constant IFT_SDSL (line 635) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 636) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 637) | IFT_SIP = 0x1f constant IFT_SLIP (line 638) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 639) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 640) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 641) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 642) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 643) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 644) | IFT_SONETVT = 0x33 constant IFT_SRP (line 645) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 646) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 647) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 648) | IFT_STARLAN = 0xb constant IFT_STF (line 649) | IFT_STF = 0xf3 constant IFT_T1 (line 650) | IFT_T1 = 0x12 constant IFT_TDLC (line 651) | IFT_TDLC = 0x74 constant IFT_TERMPAD (line 652) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 653) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 654) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 655) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 656) | IFT_ULTRA = 0x1d constant IFT_USB (line 657) | IFT_USB = 0xa0 constant IFT_V11 (line 658) | IFT_V11 = 0x40 constant IFT_V35 (line 659) | IFT_V35 = 0x2d constant IFT_V36 (line 660) | IFT_V36 = 0x41 constant IFT_V37 (line 661) | IFT_V37 = 0x78 constant IFT_VDSL (line 662) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 663) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VOICEEM (line 664) | IFT_VOICEEM = 0x64 constant IFT_VOICEENCAP (line 665) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFXO (line 666) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 667) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 668) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERFRAMERELAY (line 669) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 670) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 671) | IFT_X213 = 0x5d constant IFT_X25 (line 672) | IFT_X25 = 0x5 constant IFT_X25DDN (line 673) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 674) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 675) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 676) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 677) | IFT_XETHER = 0x1a constant IGNBRK (line 678) | IGNBRK = 0x1 constant IGNCR (line 679) | IGNCR = 0x80 constant IGNPAR (line 680) | IGNPAR = 0x4 constant IMAXBEL (line 681) | IMAXBEL = 0x2000 constant INLCR (line 682) | INLCR = 0x40 constant INPCK (line 683) | INPCK = 0x10 constant IN_CLASSA_HOST (line 684) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 685) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 686) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 687) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 688) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 689) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 690) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 691) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 692) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 693) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 694) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 695) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 696) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 697) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 698) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 699) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 700) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 701) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 702) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 703) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 704) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 705) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 706) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 707) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 708) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 709) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 710) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 711) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 712) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 713) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 714) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 715) | IPPROTO_CPNX = 0x48 constant IPPROTO_DDP (line 716) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 717) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 718) | IPPROTO_DIVERT = 0xfe constant IPPROTO_DONE (line 719) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 720) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 721) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 722) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 723) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 724) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 725) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 726) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 727) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 728) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 729) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 730) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 731) | IPPROTO_HELLO = 0x3f constant IPPROTO_HMP (line 732) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 733) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 734) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 735) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 736) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 737) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 738) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 739) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 740) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 741) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 742) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 743) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 744) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 745) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 746) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 747) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 748) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 749) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 750) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 751) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 752) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 753) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 754) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 755) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 756) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 757) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 758) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 759) | IPPROTO_MAXID = 0x34 constant IPPROTO_MEAS (line 760) | IPPROTO_MEAS = 0x13 constant IPPROTO_MHRP (line 761) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 762) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 763) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MTP (line 764) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 765) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 766) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 767) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 768) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 769) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 770) | IPPROTO_NVPII = 0xb constant IPPROTO_OSPFIGP (line 771) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 772) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 773) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 774) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 775) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 776) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 777) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 778) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 779) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 780) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 781) | IPPROTO_RDP = 0x1b constant IPPROTO_ROUTING (line 782) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 783) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 784) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 785) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 786) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 787) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SDRP (line 788) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEP (line 789) | IPPROTO_SEP = 0x21 constant IPPROTO_SKIP (line 790) | IPPROTO_SKIP = 0x39 constant IPPROTO_SRPC (line 791) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 792) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 793) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 794) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 795) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 796) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 797) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 798) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 799) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 800) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 801) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 802) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 803) | IPPROTO_UDP = 0x11 constant IPPROTO_UNKNOWN (line 804) | IPPROTO_UNKNOWN = 0x102 constant IPPROTO_VINES (line 805) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 806) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 807) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 808) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 809) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 810) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 811) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 812) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 813) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDV6ONLY (line 814) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 815) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 816) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 817) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 818) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 819) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 820) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWINFO_MASK (line 821) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 822) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 823) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 824) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 825) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 826) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 827) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 828) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 829) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 830) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 831) | IPV6_HOPOPTS = 0x31 constant IPV6_JOIN_GROUP (line 832) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 833) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 834) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 835) | IPV6_MAXPACKET = 0xffff constant IPV6_MINHLIM (line 836) | IPV6_MINHLIM = 0x28 constant IPV6_MMTU (line 837) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 838) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 839) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 840) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 841) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 842) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 843) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 844) | IPV6_PKTINFO = 0x2e constant IPV6_PKTOPTIONS (line 845) | IPV6_PKTOPTIONS = 0x34 constant IPV6_PORTRANGE (line 846) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 847) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 848) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 849) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 850) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 851) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 852) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 853) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 854) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 855) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 856) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 857) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 858) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 859) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 860) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 861) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 862) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 863) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 864) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 865) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 866) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 867) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 868) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 869) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 870) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 871) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 872) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 873) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 874) | IP_DROP_MEMBERSHIP = 0xd constant IP_DUMMYNET_CONFIGURE (line 875) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 876) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 877) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 878) | IP_DUMMYNET_GET = 0x40 constant IP_FW_ADD (line 879) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 880) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 881) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 882) | IP_FW_GET = 0x36 constant IP_FW_RESETLOG (line 883) | IP_FW_RESETLOG = 0x37 constant IP_FW_TBL_ADD (line 884) | IP_FW_TBL_ADD = 0x2a constant IP_FW_TBL_CREATE (line 885) | IP_FW_TBL_CREATE = 0x28 constant IP_FW_TBL_DEL (line 886) | IP_FW_TBL_DEL = 0x2b constant IP_FW_TBL_DESTROY (line 887) | IP_FW_TBL_DESTROY = 0x29 constant IP_FW_TBL_EXPIRE (line 888) | IP_FW_TBL_EXPIRE = 0x2f constant IP_FW_TBL_FLUSH (line 889) | IP_FW_TBL_FLUSH = 0x2c constant IP_FW_TBL_GET (line 890) | IP_FW_TBL_GET = 0x2d constant IP_FW_TBL_ZERO (line 891) | IP_FW_TBL_ZERO = 0x2e constant IP_FW_X (line 892) | IP_FW_X = 0x31 constant IP_FW_ZERO (line 893) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 894) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 895) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 896) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 897) | IP_MF = 0x2000 constant IP_MINTTL (line 898) | IP_MINTTL = 0x42 constant IP_MSS (line 899) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 900) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 901) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 902) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 903) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 904) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 905) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 906) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 907) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 908) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 909) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 910) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 911) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 912) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 913) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 914) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 915) | IP_RETOPTS = 0x8 constant IP_RF (line 916) | IP_RF = 0x8000 constant IP_RSVP_OFF (line 917) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 918) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 919) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 920) | IP_RSVP_VIF_ON = 0x11 constant IP_TOS (line 921) | IP_TOS = 0x3 constant IP_TTL (line 922) | IP_TTL = 0x4 constant ISIG (line 923) | ISIG = 0x80 constant ISTRIP (line 924) | ISTRIP = 0x20 constant IXANY (line 925) | IXANY = 0x800 constant IXOFF (line 926) | IXOFF = 0x400 constant IXON (line 927) | IXON = 0x200 constant KERN_HOSTNAME (line 928) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 929) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 930) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 931) | KERN_VERSION = 0x4 constant LOCK_EX (line 932) | LOCK_EX = 0x2 constant LOCK_NB (line 933) | LOCK_NB = 0x4 constant LOCK_SH (line 934) | LOCK_SH = 0x1 constant LOCK_UN (line 935) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 936) | MADV_AUTOSYNC = 0x7 constant MADV_CONTROL_END (line 937) | MADV_CONTROL_END = 0xb constant MADV_CONTROL_START (line 938) | MADV_CONTROL_START = 0xa constant MADV_CORE (line 939) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 940) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 941) | MADV_FREE = 0x5 constant MADV_INVAL (line 942) | MADV_INVAL = 0xa constant MADV_NOCORE (line 943) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 944) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 945) | MADV_NOSYNC = 0x6 constant MADV_RANDOM (line 946) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 947) | MADV_SEQUENTIAL = 0x2 constant MADV_SETMAP (line 948) | MADV_SETMAP = 0xb constant MADV_WILLNEED (line 949) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 950) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 951) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 952) | MAP_COPY = 0x2 constant MAP_FILE (line 953) | MAP_FILE = 0x0 constant MAP_FIXED (line 954) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 955) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 956) | MAP_INHERIT = 0x80 constant MAP_NOCORE (line 957) | MAP_NOCORE = 0x20000 constant MAP_NOEXTEND (line 958) | MAP_NOEXTEND = 0x100 constant MAP_NORESERVE (line 959) | MAP_NORESERVE = 0x40 constant MAP_NOSYNC (line 960) | MAP_NOSYNC = 0x800 constant MAP_PRIVATE (line 961) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 962) | MAP_RENAME = 0x20 constant MAP_SHARED (line 963) | MAP_SHARED = 0x1 constant MAP_SIZEALIGN (line 964) | MAP_SIZEALIGN = 0x40000 constant MAP_STACK (line 965) | MAP_STACK = 0x400 constant MAP_TRYFIXED (line 966) | MAP_TRYFIXED = 0x10000 constant MAP_VPAGETABLE (line 967) | MAP_VPAGETABLE = 0x2000 constant MCL_CURRENT (line 968) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 969) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 970) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 971) | MNT_AUTOMOUNTED = 0x20 constant MNT_CMDFLAGS (line 972) | MNT_CMDFLAGS = 0xf0000 constant MNT_DEFEXPORTED (line 973) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 974) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 975) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 976) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 977) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 978) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 979) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 980) | MNT_FORCE = 0x80000 constant MNT_IGNORE (line 981) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 982) | MNT_LAZY = 0x4 constant MNT_LOCAL (line 983) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 984) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 985) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 986) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NODEV (line 987) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 988) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 989) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 990) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 991) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 992) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 993) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 994) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 995) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 996) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 997) | MNT_SUIDDIR = 0x100000 constant MNT_SYNCHRONOUS (line 998) | MNT_SYNCHRONOUS = 0x2 constant MNT_TRIM (line 999) | MNT_TRIM = 0x1000000 constant MNT_UPDATE (line 1000) | MNT_UPDATE = 0x10000 constant MNT_USER (line 1001) | MNT_USER = 0x8000 constant MNT_VISFLAGMASK (line 1002) | MNT_VISFLAGMASK = 0xf1f0ffff constant MNT_WAIT (line 1003) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1004) | MSG_CMSG_CLOEXEC = 0x1000 constant MSG_CTRUNC (line 1005) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1006) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1007) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1008) | MSG_EOF = 0x100 constant MSG_EOR (line 1009) | MSG_EOR = 0x8 constant MSG_FBLOCKING (line 1010) | MSG_FBLOCKING = 0x10000 constant MSG_FMASK (line 1011) | MSG_FMASK = 0xffff0000 constant MSG_FNONBLOCKING (line 1012) | MSG_FNONBLOCKING = 0x20000 constant MSG_NOSIGNAL (line 1013) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1014) | MSG_OOB = 0x1 constant MSG_PEEK (line 1015) | MSG_PEEK = 0x2 constant MSG_SYNC (line 1016) | MSG_SYNC = 0x800 constant MSG_TRUNC (line 1017) | MSG_TRUNC = 0x10 constant MSG_UNUSED09 (line 1018) | MSG_UNUSED09 = 0x200 constant MSG_WAITALL (line 1019) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1020) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1021) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1022) | MS_SYNC = 0x0 constant NAME_MAX (line 1023) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1024) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1025) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1026) | NET_RT_IFLIST = 0x3 constant NET_RT_MAXID (line 1027) | NET_RT_MAXID = 0x4 constant NFDBITS (line 1028) | NFDBITS = 0x40 constant NOFLSH (line 1029) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1030) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1031) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1032) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1033) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1034) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1035) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1036) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1037) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1038) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1039) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1040) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1041) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1042) | NOTE_FFOR = 0x80000000 constant NOTE_FORK (line 1043) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1044) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1045) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1046) | NOTE_OOB = 0x2 constant NOTE_PCTRLMASK (line 1047) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1048) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1049) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1050) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1051) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1052) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1053) | NOTE_TRIGGER = 0x1000000 constant NOTE_WRITE (line 1054) | NOTE_WRITE = 0x2 constant OCRNL (line 1055) | OCRNL = 0x10 constant ONLCR (line 1056) | ONLCR = 0x2 constant ONLRET (line 1057) | ONLRET = 0x40 constant ONOCR (line 1058) | ONOCR = 0x20 constant ONOEOT (line 1059) | ONOEOT = 0x8 constant OPOST (line 1060) | OPOST = 0x1 constant OXTABS (line 1061) | OXTABS = 0x4 constant O_ACCMODE (line 1062) | O_ACCMODE = 0x3 constant O_APPEND (line 1063) | O_APPEND = 0x8 constant O_ASYNC (line 1064) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1065) | O_CLOEXEC = 0x20000 constant O_CREAT (line 1066) | O_CREAT = 0x200 constant O_DIRECT (line 1067) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1068) | O_DIRECTORY = 0x8000000 constant O_EXCL (line 1069) | O_EXCL = 0x800 constant O_EXLOCK (line 1070) | O_EXLOCK = 0x20 constant O_FAPPEND (line 1071) | O_FAPPEND = 0x100000 constant O_FASYNCWRITE (line 1072) | O_FASYNCWRITE = 0x800000 constant O_FBLOCKING (line 1073) | O_FBLOCKING = 0x40000 constant O_FMASK (line 1074) | O_FMASK = 0xfc0000 constant O_FNONBLOCKING (line 1075) | O_FNONBLOCKING = 0x80000 constant O_FOFFSET (line 1076) | O_FOFFSET = 0x200000 constant O_FSYNC (line 1077) | O_FSYNC = 0x80 constant O_FSYNCWRITE (line 1078) | O_FSYNCWRITE = 0x400000 constant O_NDELAY (line 1079) | O_NDELAY = 0x4 constant O_NOCTTY (line 1080) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1081) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1082) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1083) | O_RDONLY = 0x0 constant O_RDWR (line 1084) | O_RDWR = 0x2 constant O_SHLOCK (line 1085) | O_SHLOCK = 0x10 constant O_SYNC (line 1086) | O_SYNC = 0x80 constant O_TRUNC (line 1087) | O_TRUNC = 0x400 constant O_WRONLY (line 1088) | O_WRONLY = 0x1 constant PARENB (line 1089) | PARENB = 0x1000 constant PARMRK (line 1090) | PARMRK = 0x8 constant PARODD (line 1091) | PARODD = 0x2000 constant PENDIN (line 1092) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1093) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1094) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1095) | PRIO_USER = 0x2 constant PROT_EXEC (line 1096) | PROT_EXEC = 0x4 constant PROT_NONE (line 1097) | PROT_NONE = 0x0 constant PROT_READ (line 1098) | PROT_READ = 0x1 constant PROT_WRITE (line 1099) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1100) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1101) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1102) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1103) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1104) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1105) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1106) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1107) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1108) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1109) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1110) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1111) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1112) | RTAX_BRD = 0x7 constant RTAX_DST (line 1113) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1114) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1115) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1116) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1117) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1118) | RTAX_MAX = 0xb constant RTAX_MPLS1 (line 1119) | RTAX_MPLS1 = 0x8 constant RTAX_MPLS2 (line 1120) | RTAX_MPLS2 = 0x9 constant RTAX_MPLS3 (line 1121) | RTAX_MPLS3 = 0xa constant RTAX_NETMASK (line 1122) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1123) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1124) | RTA_BRD = 0x80 constant RTA_DST (line 1125) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1126) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1127) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1128) | RTA_IFA = 0x20 constant RTA_IFP (line 1129) | RTA_IFP = 0x10 constant RTA_MPLS1 (line 1130) | RTA_MPLS1 = 0x100 constant RTA_MPLS2 (line 1131) | RTA_MPLS2 = 0x200 constant RTA_MPLS3 (line 1132) | RTA_MPLS3 = 0x400 constant RTA_NETMASK (line 1133) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1134) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1135) | RTF_BROADCAST = 0x400000 constant RTF_CLONING (line 1136) | RTF_CLONING = 0x100 constant RTF_DONE (line 1137) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1138) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1139) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1140) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1141) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1142) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1143) | RTF_MODIFIED = 0x20 constant RTF_MPLSOPS (line 1144) | RTF_MPLSOPS = 0x1000000 constant RTF_MULTICAST (line 1145) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1146) | RTF_PINNED = 0x100000 constant RTF_PRCLONING (line 1147) | RTF_PRCLONING = 0x10000 constant RTF_PROTO1 (line 1148) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1149) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1150) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1151) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1152) | RTF_STATIC = 0x800 constant RTF_UP (line 1153) | RTF_UP = 0x1 constant RTF_WASCLONED (line 1154) | RTF_WASCLONED = 0x20000 constant RTF_XRESOLVE (line 1155) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1156) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1157) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1158) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1159) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1160) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1161) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1162) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1163) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1164) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1165) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1166) | RTM_LOSING = 0x5 constant RTM_MISS (line 1167) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1168) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1169) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1170) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1171) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1172) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1173) | RTM_VERSION = 0x7 constant RTV_EXPIRE (line 1174) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1175) | RTV_HOPCOUNT = 0x2 constant RTV_IWCAPSEGS (line 1176) | RTV_IWCAPSEGS = 0x400 constant RTV_IWMAXSEGS (line 1177) | RTV_IWMAXSEGS = 0x200 constant RTV_MSL (line 1178) | RTV_MSL = 0x100 constant RTV_MTU (line 1179) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1180) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1181) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1182) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1183) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1184) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1185) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1186) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1187) | SCM_CREDS = 0x3 constant SCM_RIGHTS (line 1188) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1189) | SCM_TIMESTAMP = 0x2 constant SHUT_RD (line 1190) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1191) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1192) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1193) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1194) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1195) | SIOCAIFGROUP = 0x80286987 constant SIOCALIFADDR (line 1196) | SIOCALIFADDR = 0x8118691b constant SIOCATMARK (line 1197) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1198) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1199) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1200) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1201) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDLIFADDR (line 1202) | SIOCDLIFADDR = 0x8118691d constant SIOCGDRVSPEC (line 1203) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1204) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1205) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1206) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1207) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1208) | SIOCGIFALIAS = 0xc0406929 constant SIOCGIFBRDADDR (line 1209) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1210) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1211) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1212) | SIOCGIFDATA = 0xc0206926 constant SIOCGIFDSTADDR (line 1213) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1214) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1215) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1216) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1217) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1218) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMEDIA (line 1219) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1220) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1221) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1222) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1223) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1224) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPOLLCPU (line 1225) | SIOCGIFPOLLCPU = 0xc020697e constant SIOCGIFPSRCADDR (line 1226) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFSTATUS (line 1227) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFTSOLEN (line 1228) | SIOCGIFTSOLEN = 0xc0206980 constant SIOCGLIFADDR (line 1229) | SIOCGLIFADDR = 0xc118691c constant SIOCGLIFPHYADDR (line 1230) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLOWAT (line 1231) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1232) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1233) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1234) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCIFCREATE (line 1235) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1236) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1237) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1238) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1239) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1240) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1241) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1242) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1243) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDSTADDR (line 1244) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1245) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1246) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1247) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMEDIA (line 1248) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1249) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1250) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1251) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1252) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1253) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1254) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFPOLLCPU (line 1255) | SIOCSIFPOLLCPU = 0x8020697d constant SIOCSIFTSOLEN (line 1256) | SIOCSIFTSOLEN = 0x8020697f constant SIOCSLIFPHYADDR (line 1257) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLOWAT (line 1258) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1259) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 1260) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1261) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1262) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1263) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1264) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1265) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1266) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1267) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1268) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1269) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1270) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1271) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1272) | SO_BROADCAST = 0x20 constant SO_CPUHINT (line 1273) | SO_CPUHINT = 0x1030 constant SO_DEBUG (line 1274) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1275) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1276) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1277) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1278) | SO_LINGER = 0x80 constant SO_NOSIGPIPE (line 1279) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1280) | SO_OOBINLINE = 0x100 constant SO_RCVBUF (line 1281) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1282) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1283) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1284) | SO_RERROR = 0x2000 constant SO_REUSEADDR (line 1285) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1286) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1287) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1288) | SO_SNDLOWAT = 0x1003 constant SO_SNDSPACE (line 1289) | SO_SNDSPACE = 0x100a constant SO_SNDTIMEO (line 1290) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1291) | SO_TIMESTAMP = 0x400 constant SO_TYPE (line 1292) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1293) | SO_USELOOPBACK = 0x40 constant S_BLKSIZE (line 1294) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1295) | S_IEXEC = 0x40 constant S_IFBLK (line 1296) | S_IFBLK = 0x6000 constant S_IFCHR (line 1297) | S_IFCHR = 0x2000 constant S_IFDB (line 1298) | S_IFDB = 0x9000 constant S_IFDIR (line 1299) | S_IFDIR = 0x4000 constant S_IFIFO (line 1300) | S_IFIFO = 0x1000 constant S_IFLNK (line 1301) | S_IFLNK = 0xa000 constant S_IFMT (line 1302) | S_IFMT = 0xf000 constant S_IFREG (line 1303) | S_IFREG = 0x8000 constant S_IFSOCK (line 1304) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1305) | S_IFWHT = 0xe000 constant S_IREAD (line 1306) | S_IREAD = 0x100 constant S_IRGRP (line 1307) | S_IRGRP = 0x20 constant S_IROTH (line 1308) | S_IROTH = 0x4 constant S_IRUSR (line 1309) | S_IRUSR = 0x100 constant S_IRWXG (line 1310) | S_IRWXG = 0x38 constant S_IRWXO (line 1311) | S_IRWXO = 0x7 constant S_IRWXU (line 1312) | S_IRWXU = 0x1c0 constant S_ISGID (line 1313) | S_ISGID = 0x400 constant S_ISTXT (line 1314) | S_ISTXT = 0x200 constant S_ISUID (line 1315) | S_ISUID = 0x800 constant S_ISVTX (line 1316) | S_ISVTX = 0x200 constant S_IWGRP (line 1317) | S_IWGRP = 0x10 constant S_IWOTH (line 1318) | S_IWOTH = 0x2 constant S_IWRITE (line 1319) | S_IWRITE = 0x80 constant S_IWUSR (line 1320) | S_IWUSR = 0x80 constant S_IXGRP (line 1321) | S_IXGRP = 0x8 constant S_IXOTH (line 1322) | S_IXOTH = 0x1 constant S_IXUSR (line 1323) | S_IXUSR = 0x40 constant TAB0 (line 1324) | TAB0 = 0x0 constant TAB3 (line 1325) | TAB3 = 0x4 constant TABDLY (line 1326) | TABDLY = 0x4 constant TCIFLUSH (line 1327) | TCIFLUSH = 0x1 constant TCIOFF (line 1328) | TCIOFF = 0x3 constant TCIOFLUSH (line 1329) | TCIOFLUSH = 0x3 constant TCION (line 1330) | TCION = 0x4 constant TCOFLUSH (line 1331) | TCOFLUSH = 0x2 constant TCOOFF (line 1332) | TCOOFF = 0x1 constant TCOON (line 1333) | TCOON = 0x2 constant TCP_FASTKEEP (line 1334) | TCP_FASTKEEP = 0x80 constant TCP_KEEPCNT (line 1335) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1336) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1337) | TCP_KEEPINIT = 0x20 constant TCP_KEEPINTVL (line 1338) | TCP_KEEPINTVL = 0x200 constant TCP_MAXBURST (line 1339) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1340) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1341) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1342) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1343) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1344) | TCP_MAX_WINSHIFT = 0xe constant TCP_MINMSS (line 1345) | TCP_MINMSS = 0x100 constant TCP_MIN_WINSHIFT (line 1346) | TCP_MIN_WINSHIFT = 0x5 constant TCP_MSS (line 1347) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1348) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1349) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1350) | TCP_NOPUSH = 0x4 constant TCP_SIGNATURE_ENABLE (line 1351) | TCP_SIGNATURE_ENABLE = 0x10 constant TCSAFLUSH (line 1352) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1353) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1354) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1355) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1356) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1357) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1358) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1359) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1360) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1361) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1362) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1363) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1364) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1365) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1366) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1367) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1368) | TIOCGWINSZ = 0x40087468 constant TIOCISPTMASTER (line 1369) | TIOCISPTMASTER = 0x20007455 constant TIOCMBIC (line 1370) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1371) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1372) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1373) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1374) | TIOCMODG = 0x40047403 constant TIOCMODS (line 1375) | TIOCMODS = 0x80047404 constant TIOCMSDTRWAIT (line 1376) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1377) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1378) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1379) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1380) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1381) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1382) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1383) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1384) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1385) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1386) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1387) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1388) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1389) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1390) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1391) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1392) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1393) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1394) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1395) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1396) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1397) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1398) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1399) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1400) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1401) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1402) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1403) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1404) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1405) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1406) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1407) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1408) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1409) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1410) | TIOCSIG = 0x2000745f constant TIOCSPGRP (line 1411) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1412) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1413) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1414) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1415) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1416) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1417) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1418) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1419) | TOSTOP = 0x400000 constant UTIME_NOW (line 1420) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1421) | UTIME_OMIT = -0x2 constant VCHECKPT (line 1422) | VCHECKPT = 0x13 constant VDISCARD (line 1423) | VDISCARD = 0xf constant VDSUSP (line 1424) | VDSUSP = 0xb constant VEOF (line 1425) | VEOF = 0x0 constant VEOL (line 1426) | VEOL = 0x1 constant VEOL2 (line 1427) | VEOL2 = 0x2 constant VERASE (line 1428) | VERASE = 0x3 constant VERASE2 (line 1429) | VERASE2 = 0x7 constant VINTR (line 1430) | VINTR = 0x8 constant VKILL (line 1431) | VKILL = 0x5 constant VLNEXT (line 1432) | VLNEXT = 0xe constant VMIN (line 1433) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1434) | VM_BCACHE_SIZE_MAX = 0x0 constant VM_SWZONE_SIZE_MAX (line 1435) | VM_SWZONE_SIZE_MAX = 0x4000000000 constant VQUIT (line 1436) | VQUIT = 0x9 constant VREPRINT (line 1437) | VREPRINT = 0x6 constant VSTART (line 1438) | VSTART = 0xc constant VSTATUS (line 1439) | VSTATUS = 0x12 constant VSTOP (line 1440) | VSTOP = 0xd constant VSUSP (line 1441) | VSUSP = 0xa constant VTIME (line 1442) | VTIME = 0x11 constant VWERASE (line 1443) | VWERASE = 0x4 constant WCONTINUED (line 1444) | WCONTINUED = 0x4 constant WCOREFLAG (line 1445) | WCOREFLAG = 0x80 constant WEXITED (line 1446) | WEXITED = 0x10 constant WLINUXCLONE (line 1447) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1448) | WNOHANG = 0x1 constant WNOWAIT (line 1449) | WNOWAIT = 0x8 constant WSTOPPED (line 1450) | WSTOPPED = 0x2 constant WTRAPPED (line 1451) | WTRAPPED = 0x20 constant WUNTRACED (line 1452) | WUNTRACED = 0x2 constant E2BIG (line 1457) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1458) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1459) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1460) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1461) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1462) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1463) | EALREADY = syscall.Errno(0x25) constant EASYNC (line 1464) | EASYNC = syscall.Errno(0x63) constant EAUTH (line 1465) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1466) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1467) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1468) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1469) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1470) | ECANCELED = syscall.Errno(0x55) constant ECHILD (line 1471) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1472) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1473) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1474) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1475) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1476) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1477) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1478) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1479) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1480) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1481) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1482) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1483) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1484) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1485) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1486) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1487) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1488) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1489) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1490) | EINVAL = syscall.Errno(0x16) constant EIO (line 1491) | EIO = syscall.Errno(0x5) constant EISCONN (line 1492) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1493) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1494) | ELAST = syscall.Errno(0x63) constant ELOOP (line 1495) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1496) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1497) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1498) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1499) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1500) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1501) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1502) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1503) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1504) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1505) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1506) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1507) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1508) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1509) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1510) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1511) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1512) | ENOLINK = syscall.Errno(0x5b) constant ENOMEDIUM (line 1513) | ENOMEDIUM = syscall.Errno(0x5d) constant ENOMEM (line 1514) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1515) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1516) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1517) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1518) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1519) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1520) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1521) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1522) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1523) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1524) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1525) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1526) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1527) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1528) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1529) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1530) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1531) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1532) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1533) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1534) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1535) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1536) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1537) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1538) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1539) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1540) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1541) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1542) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1543) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1544) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1545) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1546) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1547) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1548) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1549) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1550) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1551) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1552) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1553) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1558) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1559) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1560) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1561) | SIGCHLD = syscall.Signal(0x14) constant SIGCKPT (line 1562) | SIGCKPT = syscall.Signal(0x21) constant SIGCKPTEXIT (line 1563) | SIGCKPTEXIT = syscall.Signal(0x22) constant SIGCONT (line 1564) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1565) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1566) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1567) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1568) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1569) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1570) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1571) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1572) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1573) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1574) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1575) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1576) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1577) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1578) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1579) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1580) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1581) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1582) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1583) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1584) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1585) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1586) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1587) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1588) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1589) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1590) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1591) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1592) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x23 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x24 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 = 0x25 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_INET6_SDP (line 32) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 33) | AF_INET_SDP = 0x28 constant AF_IPX (line 34) | AF_IPX = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x1a constant AF_ISO (line 36) | AF_ISO = 0x7 constant AF_LAT (line 37) | AF_LAT = 0xe constant AF_LINK (line 38) | AF_LINK = 0x12 constant AF_LOCAL (line 39) | AF_LOCAL = 0x1 constant AF_MAX (line 40) | AF_MAX = 0x2a constant AF_NATM (line 41) | AF_NATM = 0x1d constant AF_NETBIOS (line 42) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 43) | AF_NETGRAPH = 0x20 constant AF_OSI (line 44) | AF_OSI = 0x7 constant AF_PUP (line 45) | AF_PUP = 0x4 constant AF_ROUTE (line 46) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 47) | AF_SCLUSTER = 0x22 constant AF_SIP (line 48) | AF_SIP = 0x18 constant AF_SLOW (line 49) | AF_SLOW = 0x21 constant AF_SNA (line 50) | AF_SNA = 0xb constant AF_UNIX (line 51) | AF_UNIX = 0x1 constant AF_UNSPEC (line 52) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 53) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 54) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 55) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 56) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 57) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 58) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 59) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 60) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 61) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 62) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 63) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 64) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 65) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 66) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 67) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 68) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 69) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 70) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 71) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 72) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 73) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 74) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 75) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 76) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 77) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 78) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 79) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 80) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 81) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 82) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 83) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 84) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 85) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 86) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 87) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 88) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 89) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 90) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 91) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 92) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 93) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 94) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 95) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 96) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 97) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 98) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 99) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 100) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 101) | ALTWERASE = 0x200 constant B0 (line 102) | B0 = 0x0 constant B110 (line 103) | B110 = 0x6e constant B115200 (line 104) | B115200 = 0x1c200 constant B1200 (line 105) | B1200 = 0x4b0 constant B134 (line 106) | B134 = 0x86 constant B14400 (line 107) | B14400 = 0x3840 constant B150 (line 108) | B150 = 0x96 constant B1800 (line 109) | B1800 = 0x708 constant B19200 (line 110) | B19200 = 0x4b00 constant B200 (line 111) | B200 = 0xc8 constant B230400 (line 112) | B230400 = 0x38400 constant B2400 (line 113) | B2400 = 0x960 constant B28800 (line 114) | B28800 = 0x7080 constant B300 (line 115) | B300 = 0x12c constant B38400 (line 116) | B38400 = 0x9600 constant B460800 (line 117) | B460800 = 0x70800 constant B4800 (line 118) | B4800 = 0x12c0 constant B50 (line 119) | B50 = 0x32 constant B57600 (line 120) | B57600 = 0xe100 constant B600 (line 121) | B600 = 0x258 constant B7200 (line 122) | B7200 = 0x1c20 constant B75 (line 123) | B75 = 0x4b constant B76800 (line 124) | B76800 = 0x12c00 constant B921600 (line 125) | B921600 = 0xe1000 constant B9600 (line 126) | B9600 = 0x2580 constant BIOCFEEDBACK (line 127) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 128) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 129) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 130) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 131) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 132) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 133) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 134) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 135) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 136) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 137) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 138) | BIOCGRTIMEOUT = 0x4008426e constant BIOCGSEESENT (line 139) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 140) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 141) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 142) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 143) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 144) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 145) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 146) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 147) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 148) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 149) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 150) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 151) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 152) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 153) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 154) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 155) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 156) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 157) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 158) | BIOCSRTIMEOUT = 0x8008426d constant BIOCSSEESENT (line 159) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 160) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 161) | BIOCVERSION = 0x40044271 constant BPF_A (line 162) | BPF_A = 0x10 constant BPF_ABS (line 163) | BPF_ABS = 0x20 constant BPF_ADD (line 164) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 165) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 166) | BPF_ALU = 0x4 constant BPF_AND (line 167) | BPF_AND = 0x50 constant BPF_B (line 168) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 169) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 170) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 171) | BPF_DIV = 0x30 constant BPF_H (line 172) | BPF_H = 0x8 constant BPF_IMM (line 173) | BPF_IMM = 0x0 constant BPF_IND (line 174) | BPF_IND = 0x40 constant BPF_JA (line 175) | BPF_JA = 0x0 constant BPF_JEQ (line 176) | BPF_JEQ = 0x10 constant BPF_JGE (line 177) | BPF_JGE = 0x30 constant BPF_JGT (line 178) | BPF_JGT = 0x20 constant BPF_JMP (line 179) | BPF_JMP = 0x5 constant BPF_JSET (line 180) | BPF_JSET = 0x40 constant BPF_K (line 181) | BPF_K = 0x0 constant BPF_LD (line 182) | BPF_LD = 0x0 constant BPF_LDX (line 183) | BPF_LDX = 0x1 constant BPF_LEN (line 184) | BPF_LEN = 0x80 constant BPF_LSH (line 185) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 186) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 187) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 188) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 189) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 190) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 191) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 192) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 193) | BPF_MISC = 0x7 constant BPF_MOD (line 194) | BPF_MOD = 0x90 constant BPF_MSH (line 195) | BPF_MSH = 0xa0 constant BPF_MUL (line 196) | BPF_MUL = 0x20 constant BPF_NEG (line 197) | BPF_NEG = 0x80 constant BPF_OR (line 198) | BPF_OR = 0x40 constant BPF_RELEASE (line 199) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 200) | BPF_RET = 0x6 constant BPF_RSH (line 201) | BPF_RSH = 0x70 constant BPF_ST (line 202) | BPF_ST = 0x2 constant BPF_STX (line 203) | BPF_STX = 0x3 constant BPF_SUB (line 204) | BPF_SUB = 0x10 constant BPF_TAX (line 205) | BPF_TAX = 0x0 constant BPF_TXA (line 206) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 207) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 208) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 209) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 210) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 211) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 212) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 213) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 214) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 215) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 216) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 217) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 218) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 219) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 220) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 221) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 222) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 223) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 224) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 225) | BPF_T_NORMAL = 0x0 constant BPF_W (line 226) | BPF_W = 0x0 constant BPF_X (line 227) | BPF_X = 0x8 constant BPF_XOR (line 228) | BPF_XOR = 0xa0 constant BRKINT (line 229) | BRKINT = 0x2 constant CAP_ACCEPT (line 230) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 231) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 232) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 233) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 234) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 235) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 236) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 237) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 238) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 239) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 240) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 241) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 242) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 243) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 244) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 245) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 246) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 247) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 248) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 249) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 250) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 251) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 252) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 253) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 254) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 255) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 256) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 257) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 258) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 259) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 260) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 261) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 262) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 263) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 264) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 265) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 266) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 267) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 268) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 269) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 270) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 271) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 272) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 273) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 274) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 275) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 276) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 277) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 278) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 279) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 280) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 281) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 282) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 283) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 284) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 285) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 286) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 287) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 288) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 289) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 290) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 291) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 292) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 293) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 294) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 295) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 296) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 297) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 298) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 299) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 300) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 301) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 302) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 303) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 304) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 305) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 306) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 307) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 308) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 309) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 310) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 311) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 312) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 313) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 314) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 315) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 316) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 317) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 318) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 319) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 320) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 321) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 322) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 323) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 324) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 325) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 326) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 327) | CFLUSH = 0xf constant CLOCAL (line 328) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 329) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 330) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 331) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 332) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 333) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 334) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 335) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 336) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 337) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 338) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 339) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 340) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 341) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 342) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 343) | CPUSTATES = 0x5 constant CP_IDLE (line 344) | CP_IDLE = 0x4 constant CP_INTR (line 345) | CP_INTR = 0x3 constant CP_NICE (line 346) | CP_NICE = 0x1 constant CP_SYS (line 347) | CP_SYS = 0x2 constant CP_USER (line 348) | CP_USER = 0x0 constant CREAD (line 349) | CREAD = 0x800 constant CRTSCTS (line 350) | CRTSCTS = 0x30000 constant CS5 (line 351) | CS5 = 0x0 constant CS6 (line 352) | CS6 = 0x100 constant CS7 (line 353) | CS7 = 0x200 constant CS8 (line 354) | CS8 = 0x300 constant CSIZE (line 355) | CSIZE = 0x300 constant CSTART (line 356) | CSTART = 0x11 constant CSTATUS (line 357) | CSTATUS = 0x14 constant CSTOP (line 358) | CSTOP = 0x13 constant CSTOPB (line 359) | CSTOPB = 0x400 constant CSUSP (line 360) | CSUSP = 0x1a constant CTL_HW (line 361) | CTL_HW = 0x6 constant CTL_KERN (line 362) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 363) | CTL_MAXNAME = 0x18 constant CTL_NET (line 364) | CTL_NET = 0x4 constant DIOCGATTR (line 365) | DIOCGATTR = 0xc144648e constant DIOCGDELETE (line 366) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 367) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 368) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 369) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 370) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 371) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 372) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 373) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 374) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 375) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 376) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 377) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 378) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 379) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 380) | DIOCZONECMD = 0xc06c648f constant DLT_A429 (line 381) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 382) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 383) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 384) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 385) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 386) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 387) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 388) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 389) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 390) | DLT_AURORA = 0x7e constant DLT_AX25 (line 391) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 392) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 393) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 394) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 395) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 396) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 397) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 398) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 399) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 400) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 401) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 402) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 403) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 404) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 405) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 406) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 407) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 408) | DLT_DBUS = 0xe7 constant DLT_DECT (line 409) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 410) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 411) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 412) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 413) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 414) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 415) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 416) | DLT_EN3MB = 0x2 constant DLT_ENC (line 417) | DLT_ENC = 0x6d constant DLT_EPON (line 418) | DLT_EPON = 0x103 constant DLT_ERF (line 419) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 420) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 421) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 422) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 423) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 424) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 425) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 426) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 427) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 428) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 429) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 430) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 431) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 432) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 433) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 434) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 435) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 436) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 437) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 438) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 439) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 440) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 441) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 442) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 443) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 444) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 445) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 446) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 447) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 448) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 449) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 450) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 451) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 452) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 453) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 454) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 455) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 456) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 457) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 458) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 459) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 460) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 461) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 462) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 463) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 464) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 465) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 466) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 467) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 468) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 469) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 470) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 471) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 472) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 473) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 474) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 475) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 476) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 477) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 478) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 479) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 480) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 481) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 482) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 483) | DLT_LAPD = 0xcb constant DLT_LIN (line 484) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 485) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 486) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 487) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 488) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 489) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 490) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 491) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 492) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 493) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 494) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 495) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 496) | DLT_MFR = 0xb6 constant DLT_MOST (line 497) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 498) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 499) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 500) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 501) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 502) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 503) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 504) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 505) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 506) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 507) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 508) | DLT_NFLOG = 0xef constant DLT_NG40 (line 509) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 510) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 511) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 512) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 513) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 514) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 515) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 516) | DLT_PKTAP = 0x102 constant DLT_PPI (line 517) | DLT_PPI = 0xc0 constant DLT_PPP (line 518) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 519) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 520) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 521) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 522) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 523) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 524) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 525) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 526) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 527) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 528) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 529) | DLT_RAW = 0xc constant DLT_RDS (line 530) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 531) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 532) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 533) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 534) | DLT_SCCP = 0x8e constant DLT_SCTP (line 535) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 536) | DLT_SDLC = 0x10c constant DLT_SITA (line 537) | DLT_SITA = 0xc4 constant DLT_SLIP (line 538) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 539) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 540) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 541) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 542) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 543) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 544) | DLT_TZSP = 0x80 constant DLT_USB (line 545) | DLT_USB = 0xba constant DLT_USBPCAP (line 546) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 547) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 548) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 549) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 550) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 551) | DLT_USER0 = 0x93 constant DLT_USER1 (line 552) | DLT_USER1 = 0x94 constant DLT_USER10 (line 553) | DLT_USER10 = 0x9d constant DLT_USER11 (line 554) | DLT_USER11 = 0x9e constant DLT_USER12 (line 555) | DLT_USER12 = 0x9f constant DLT_USER13 (line 556) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 557) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 558) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 559) | DLT_USER2 = 0x95 constant DLT_USER3 (line 560) | DLT_USER3 = 0x96 constant DLT_USER4 (line 561) | DLT_USER4 = 0x97 constant DLT_USER5 (line 562) | DLT_USER5 = 0x98 constant DLT_USER6 (line 563) | DLT_USER6 = 0x99 constant DLT_USER7 (line 564) | DLT_USER7 = 0x9a constant DLT_USER8 (line 565) | DLT_USER8 = 0x9b constant DLT_USER9 (line 566) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 567) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 568) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 569) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 570) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 571) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 572) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 573) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 574) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 575) | DT_BLK = 0x6 constant DT_CHR (line 576) | DT_CHR = 0x2 constant DT_DIR (line 577) | DT_DIR = 0x4 constant DT_FIFO (line 578) | DT_FIFO = 0x1 constant DT_LNK (line 579) | DT_LNK = 0xa constant DT_REG (line 580) | DT_REG = 0x8 constant DT_SOCK (line 581) | DT_SOCK = 0xc constant DT_UNKNOWN (line 582) | DT_UNKNOWN = 0x0 constant DT_WHT (line 583) | DT_WHT = 0xe constant ECHO (line 584) | ECHO = 0x8 constant ECHOCTL (line 585) | ECHOCTL = 0x40 constant ECHOE (line 586) | ECHOE = 0x2 constant ECHOK (line 587) | ECHOK = 0x4 constant ECHOKE (line 588) | ECHOKE = 0x1 constant ECHONL (line 589) | ECHONL = 0x10 constant ECHOPRT (line 590) | ECHOPRT = 0x20 constant EVFILT_AIO (line 591) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 592) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 593) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 594) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 595) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 596) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 597) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 598) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 599) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 600) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 601) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 602) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 603) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 604) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 605) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 606) | EV_ADD = 0x1 constant EV_CLEAR (line 607) | EV_CLEAR = 0x20 constant EV_DELETE (line 608) | EV_DELETE = 0x2 constant EV_DISABLE (line 609) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 610) | EV_DISPATCH = 0x80 constant EV_DROP (line 611) | EV_DROP = 0x1000 constant EV_ENABLE (line 612) | EV_ENABLE = 0x4 constant EV_EOF (line 613) | EV_EOF = 0x8000 constant EV_ERROR (line 614) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 615) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 616) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 617) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 618) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 619) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 620) | EV_SYSFLAGS = 0xf000 constant EXTA (line 621) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 622) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 623) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 624) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 625) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 626) | EXTB = 0x9600 constant EXTPROC (line 627) | EXTPROC = 0x800 constant FD_CLOEXEC (line 628) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 629) | FD_SETSIZE = 0x400 constant FLUSHO (line 630) | FLUSHO = 0x800000 constant F_CANCEL (line 631) | F_CANCEL = 0x5 constant F_DUP2FD (line 632) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 633) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 634) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 635) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 636) | F_GETFD = 0x1 constant F_GETFL (line 637) | F_GETFL = 0x3 constant F_GETLK (line 638) | F_GETLK = 0xb constant F_GETOWN (line 639) | F_GETOWN = 0x5 constant F_OGETLK (line 640) | F_OGETLK = 0x7 constant F_OK (line 641) | F_OK = 0x0 constant F_OSETLK (line 642) | F_OSETLK = 0x8 constant F_OSETLKW (line 643) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 644) | F_RDAHEAD = 0x10 constant F_RDLCK (line 645) | F_RDLCK = 0x1 constant F_READAHEAD (line 646) | F_READAHEAD = 0xf constant F_SETFD (line 647) | F_SETFD = 0x2 constant F_SETFL (line 648) | F_SETFL = 0x4 constant F_SETLK (line 649) | F_SETLK = 0xc constant F_SETLKW (line 650) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 651) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 652) | F_SETOWN = 0x6 constant F_UNLCK (line 653) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 654) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 655) | F_WRLCK = 0x3 constant HUPCL (line 656) | HUPCL = 0x4000 constant HW_MACHINE (line 657) | HW_MACHINE = 0x1 constant ICANON (line 658) | ICANON = 0x100 constant ICMP6_FILTER (line 659) | ICMP6_FILTER = 0x12 constant ICRNL (line 660) | ICRNL = 0x100 constant IEXTEN (line 661) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 662) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 663) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 664) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 665) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 666) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 667) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 668) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 669) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 670) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 671) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 672) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 673) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 674) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 675) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 676) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 677) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 678) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 679) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 680) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 681) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 682) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 683) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 684) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 685) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 686) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 687) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 688) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 689) | IFF_STATICARP = 0x80000 constant IFF_UP (line 690) | IFF_UP = 0x1 constant IFNAMSIZ (line 691) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 692) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 693) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 694) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 695) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 696) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 697) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 698) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 699) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 700) | IGNBRK = 0x1 constant IGNCR (line 701) | IGNCR = 0x80 constant IGNPAR (line 702) | IGNPAR = 0x4 constant IMAXBEL (line 703) | IMAXBEL = 0x2000 constant INLCR (line 704) | INLCR = 0x40 constant INPCK (line 705) | INPCK = 0x10 constant IN_CLASSA_HOST (line 706) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 707) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 708) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 709) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 710) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 711) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 712) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 713) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 714) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 715) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 716) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 717) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 718) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 719) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 720) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 721) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 722) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 723) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 724) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 725) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 726) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 727) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 728) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 729) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 730) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 731) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 732) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 733) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 734) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 735) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 736) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 737) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 738) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 739) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 740) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 741) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 742) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 743) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 744) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 745) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 746) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 747) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 748) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 749) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 750) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 751) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 752) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 753) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 754) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 755) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 756) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 757) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 758) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 759) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 760) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 761) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 762) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 763) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 764) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 765) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 766) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 767) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 768) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 769) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 770) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 771) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 772) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 773) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 774) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 775) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 776) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 777) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 778) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 779) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 780) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 781) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 782) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 783) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 784) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 785) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 786) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 787) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 788) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 789) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 790) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 791) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 792) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 793) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 794) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 795) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 796) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 797) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 798) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 799) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 800) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 801) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 802) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 803) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 804) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 805) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 806) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 807) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 808) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 809) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 810) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 811) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 812) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 813) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 814) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 815) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 816) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 817) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 818) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 819) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 820) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 821) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 822) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 823) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 824) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 825) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 826) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 827) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 828) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 829) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 830) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 831) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 832) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 833) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 834) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 835) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 836) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 837) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 838) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 839) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 840) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 841) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 842) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 843) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 844) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 845) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 846) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 847) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 848) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 849) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 850) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 851) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 852) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 853) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 854) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 855) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 856) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 857) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 858) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 859) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 860) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 861) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 862) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 863) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 864) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 865) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 866) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 867) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 868) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 869) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 870) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 871) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 872) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 873) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 874) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 875) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 876) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 877) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 878) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 879) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 880) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 881) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 882) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 883) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 884) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 885) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 886) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 887) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 888) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 889) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 890) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 891) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 892) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 893) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 894) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 895) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 896) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 897) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 898) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 899) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 900) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 901) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 902) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 903) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 904) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 905) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 906) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 907) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 908) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 909) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 910) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 911) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 912) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 913) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 914) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 915) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 916) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 917) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 918) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 919) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 920) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 921) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 922) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 923) | IP_DF = 0x4000 constant IP_DONTFRAG (line 924) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 925) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 926) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 927) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 928) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 929) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 930) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 931) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 932) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 933) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 934) | IP_FW3 = 0x30 constant IP_FW_ADD (line 935) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 936) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 937) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 938) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 939) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 940) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 941) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 942) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 943) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 944) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 945) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 946) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 947) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 948) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 949) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 950) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 951) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 952) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 953) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 954) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 955) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 956) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 959) | IP_MSFILTER = 0x4a constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 964) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 966) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 967) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 968) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 969) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 970) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 971) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 972) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 973) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 974) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 977) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 978) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 979) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 980) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 981) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 982) | IP_RETOPTS = 0x8 constant IP_RF (line 983) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 984) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 985) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 986) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 987) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 988) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 989) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 990) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 991) | IP_TOS = 0x3 constant IP_TTL (line 992) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 993) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 994) | IP_VLAN_PCP = 0x4b constant ISIG (line 995) | ISIG = 0x80 constant ISTRIP (line 996) | ISTRIP = 0x20 constant ITIMER_PROF (line 997) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 998) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 999) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1000) | IXANY = 0x800 constant IXOFF (line 1001) | IXOFF = 0x400 constant IXON (line 1002) | IXON = 0x200 constant KERN_HOSTNAME (line 1003) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1004) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1005) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1006) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1007) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1008) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1009) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1010) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1011) | LOCK_EX = 0x2 constant LOCK_NB (line 1012) | LOCK_NB = 0x4 constant LOCK_SH (line 1013) | LOCK_SH = 0x1 constant LOCK_UN (line 1014) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1015) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1016) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1017) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1018) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1019) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1020) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1021) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1022) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1023) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1024) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1025) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1026) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1027) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1028) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1029) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1030) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1031) | MAP_COPY = 0x2 constant MAP_EXCL (line 1032) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1033) | MAP_FILE = 0x0 constant MAP_FIXED (line 1034) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1035) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1036) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1037) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1038) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1039) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1040) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1041) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1042) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1043) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1044) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1045) | MAP_SHARED = 0x1 constant MAP_STACK (line 1046) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1047) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1048) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1049) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1050) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1051) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1052) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1053) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1054) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1055) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1056) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1057) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1058) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1059) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1060) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1061) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1062) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1063) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1064) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1065) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1066) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1067) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1068) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1069) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1070) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1071) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1072) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1073) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1074) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1075) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1076) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1077) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1078) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1079) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1080) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1081) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1082) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1083) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1084) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1085) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1086) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1087) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1088) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1089) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1090) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1091) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1092) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1093) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1094) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1095) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1096) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1097) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1098) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1099) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1100) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1101) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1102) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1103) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1104) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1105) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1106) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1107) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1108) | MSG_EOF = 0x100 constant MSG_EOR (line 1109) | MSG_EOR = 0x8 constant MSG_NBIO (line 1110) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1111) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1112) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1113) | MSG_OOB = 0x1 constant MSG_PEEK (line 1114) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1115) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1116) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1117) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1118) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1119) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1120) | MS_SYNC = 0x0 constant NAME_MAX (line 1121) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1122) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1123) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1124) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1125) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1126) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1127) | NFDBITS = 0x20 constant NOFLSH (line 1128) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1129) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1130) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1131) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1132) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1133) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1134) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1135) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1136) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1137) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1138) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1139) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1140) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1141) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1142) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1143) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1144) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1145) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1146) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1147) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1148) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1149) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1150) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1151) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1152) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1153) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1154) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1155) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1156) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1157) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1158) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1159) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1160) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1161) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1162) | NOTE_WRITE = 0x2 constant OCRNL (line 1163) | OCRNL = 0x10 constant ONLCR (line 1164) | ONLCR = 0x2 constant ONLRET (line 1165) | ONLRET = 0x40 constant ONOCR (line 1166) | ONOCR = 0x20 constant ONOEOT (line 1167) | ONOEOT = 0x8 constant OPOST (line 1168) | OPOST = 0x1 constant OXTABS (line 1169) | OXTABS = 0x4 constant O_ACCMODE (line 1170) | O_ACCMODE = 0x3 constant O_APPEND (line 1171) | O_APPEND = 0x8 constant O_ASYNC (line 1172) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1173) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1174) | O_CREAT = 0x200 constant O_DIRECT (line 1175) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1176) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1177) | O_EXCL = 0x800 constant O_EXEC (line 1178) | O_EXEC = 0x40000 constant O_EXLOCK (line 1179) | O_EXLOCK = 0x20 constant O_FSYNC (line 1180) | O_FSYNC = 0x80 constant O_NDELAY (line 1181) | O_NDELAY = 0x4 constant O_NOCTTY (line 1182) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1183) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1184) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1185) | O_RDONLY = 0x0 constant O_RDWR (line 1186) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1187) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1188) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1189) | O_SHLOCK = 0x10 constant O_SYNC (line 1190) | O_SYNC = 0x80 constant O_TRUNC (line 1191) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1192) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1193) | O_VERIFY = 0x200000 constant O_WRONLY (line 1194) | O_WRONLY = 0x1 constant PARENB (line 1195) | PARENB = 0x1000 constant PARMRK (line 1196) | PARMRK = 0x8 constant PARODD (line 1197) | PARODD = 0x2000 constant PENDIN (line 1198) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1199) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1200) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1201) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1202) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1203) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1204) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1205) | PRIO_USER = 0x2 constant PROT_EXEC (line 1206) | PROT_EXEC = 0x4 constant PROT_NONE (line 1207) | PROT_NONE = 0x0 constant PROT_READ (line 1208) | PROT_READ = 0x1 constant PROT_WRITE (line 1209) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1210) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1211) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1212) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1213) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1214) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1215) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1216) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1217) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1218) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1219) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1220) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1221) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1222) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1223) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1224) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1225) | PT_GETFPREGS = 0x23 constant PT_GETFSBASE (line 1226) | PT_GETFSBASE = 0x47 constant PT_GETGSBASE (line 1227) | PT_GETGSBASE = 0x49 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_GETXMMREGS (line 1231) | PT_GETXMMREGS = 0x40 constant PT_GETXSTATE (line 1232) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1233) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1234) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1235) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1236) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1237) | PT_IO = 0xc constant PT_KILL (line 1238) | PT_KILL = 0x8 constant PT_LWPINFO (line 1239) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1240) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1241) | PT_READ_D = 0x2 constant PT_READ_I (line 1242) | PT_READ_I = 0x1 constant PT_RESUME (line 1243) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1244) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1245) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1246) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1247) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1248) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1249) | PT_SETSTEP = 0x11 constant PT_SETXMMREGS (line 1250) | PT_SETXMMREGS = 0x41 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 = 0x80246987 constant SIOCATMARK (line 1376) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1377) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1378) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1379) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1380) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1381) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1382) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1383) | SIOCGETVIFCNT = 0xc014720f 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 = 0xc0086924 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 = 0xc024698a constant SIOCGIFGROUP (line 1399) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1400) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1401) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1402) | SIOCGIFMEDIA = 0xc0286938 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 = 0xc028698b 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 = 0xc00c6978 constant SIOCSDRVSPEC (line 1423) | SIOCSDRVSPEC = 0x801c697b 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 = 0x40087459 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 VM_BCACHE_SIZE_MAX (line 1734) | VM_BCACHE_SIZE_MAX = 0x70e0000 constant VM_SWZONE_SIZE_MAX (line 1735) | VM_SWZONE_SIZE_MAX = 0x2280000 constant VQUIT (line 1736) | VQUIT = 0x9 constant VREPRINT (line 1737) | VREPRINT = 0x6 constant VSTART (line 1738) | VSTART = 0xc constant VSTATUS (line 1739) | VSTATUS = 0x12 constant VSTOP (line 1740) | VSTOP = 0xd constant VSUSP (line 1741) | VSUSP = 0xa constant VTIME (line 1742) | VTIME = 0x11 constant VWERASE (line 1743) | VWERASE = 0x4 constant WCONTINUED (line 1744) | WCONTINUED = 0x4 constant WCOREFLAG (line 1745) | WCOREFLAG = 0x80 constant WEXITED (line 1746) | WEXITED = 0x10 constant WLINUXCLONE (line 1747) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1748) | WNOHANG = 0x1 constant WNOWAIT (line 1749) | WNOWAIT = 0x8 constant WSTOPPED (line 1750) | WSTOPPED = 0x2 constant WTRAPPED (line 1751) | WTRAPPED = 0x20 constant WUNTRACED (line 1752) | WUNTRACED = 0x2 constant E2BIG (line 1757) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1758) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1759) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1760) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1761) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1762) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1763) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1764) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1765) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1766) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1767) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1768) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1769) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1770) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1771) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1772) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1773) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1774) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1775) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1776) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1777) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1778) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1779) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1780) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1781) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1782) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1783) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1784) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1785) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1786) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1787) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1788) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1789) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1790) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1791) | EINVAL = syscall.Errno(0x16) constant EIO (line 1792) | EIO = syscall.Errno(0x5) constant EISCONN (line 1793) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1794) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1795) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1796) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1797) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1798) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1799) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1800) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1801) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1802) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1803) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1804) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1805) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1806) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1807) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1808) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1809) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1810) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1811) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1812) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1813) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1814) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1815) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1816) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1817) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1818) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1819) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1820) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1821) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1822) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1823) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1824) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1825) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1826) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1827) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1828) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1829) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1830) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1831) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1832) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1833) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1834) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1835) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1836) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1837) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1838) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1839) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1840) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1841) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1842) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1843) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1844) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1845) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1846) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1847) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1848) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1849) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1850) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1851) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1852) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1853) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1854) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1855) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1856) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1861) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1862) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1863) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1864) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1865) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1866) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1867) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1868) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1869) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1870) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1871) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1872) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1873) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1874) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1875) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1876) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1877) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1878) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1879) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1880) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1881) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1882) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1883) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1884) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1885) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1886) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1887) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1888) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1889) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1890) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1891) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1892) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1893) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1894) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1895) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x23 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x24 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 = 0x25 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_INET6_SDP (line 32) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 33) | AF_INET_SDP = 0x28 constant AF_IPX (line 34) | AF_IPX = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x1a constant AF_ISO (line 36) | AF_ISO = 0x7 constant AF_LAT (line 37) | AF_LAT = 0xe constant AF_LINK (line 38) | AF_LINK = 0x12 constant AF_LOCAL (line 39) | AF_LOCAL = 0x1 constant AF_MAX (line 40) | AF_MAX = 0x2a constant AF_NATM (line 41) | AF_NATM = 0x1d constant AF_NETBIOS (line 42) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 43) | AF_NETGRAPH = 0x20 constant AF_OSI (line 44) | AF_OSI = 0x7 constant AF_PUP (line 45) | AF_PUP = 0x4 constant AF_ROUTE (line 46) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 47) | AF_SCLUSTER = 0x22 constant AF_SIP (line 48) | AF_SIP = 0x18 constant AF_SLOW (line 49) | AF_SLOW = 0x21 constant AF_SNA (line 50) | AF_SNA = 0xb constant AF_UNIX (line 51) | AF_UNIX = 0x1 constant AF_UNSPEC (line 52) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 53) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 54) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 55) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 56) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 57) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 58) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 59) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 60) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 61) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 62) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 63) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 64) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 65) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 66) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 67) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 68) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 69) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 70) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 71) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 72) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 73) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 74) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 75) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 76) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 77) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 78) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 79) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 80) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 81) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 82) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 83) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 84) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 85) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 86) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 87) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 88) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 89) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 90) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 91) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 92) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 93) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 94) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 95) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 96) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 97) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 98) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 99) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 100) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 101) | ALTWERASE = 0x200 constant B0 (line 102) | B0 = 0x0 constant B110 (line 103) | B110 = 0x6e constant B115200 (line 104) | B115200 = 0x1c200 constant B1200 (line 105) | B1200 = 0x4b0 constant B134 (line 106) | B134 = 0x86 constant B14400 (line 107) | B14400 = 0x3840 constant B150 (line 108) | B150 = 0x96 constant B1800 (line 109) | B1800 = 0x708 constant B19200 (line 110) | B19200 = 0x4b00 constant B200 (line 111) | B200 = 0xc8 constant B230400 (line 112) | B230400 = 0x38400 constant B2400 (line 113) | B2400 = 0x960 constant B28800 (line 114) | B28800 = 0x7080 constant B300 (line 115) | B300 = 0x12c constant B38400 (line 116) | B38400 = 0x9600 constant B460800 (line 117) | B460800 = 0x70800 constant B4800 (line 118) | B4800 = 0x12c0 constant B50 (line 119) | B50 = 0x32 constant B57600 (line 120) | B57600 = 0xe100 constant B600 (line 121) | B600 = 0x258 constant B7200 (line 122) | B7200 = 0x1c20 constant B75 (line 123) | B75 = 0x4b constant B76800 (line 124) | B76800 = 0x12c00 constant B921600 (line 125) | B921600 = 0xe1000 constant B9600 (line 126) | B9600 = 0x2580 constant BIOCFEEDBACK (line 127) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 128) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 129) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 130) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 131) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 132) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 133) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 134) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 135) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 136) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 137) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 138) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 139) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 140) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 141) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 142) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 143) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 144) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 145) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 146) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 147) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 148) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 149) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 150) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 151) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 152) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 153) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 154) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 155) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 156) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 157) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 158) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 159) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 160) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 161) | BIOCVERSION = 0x40044271 constant BPF_A (line 162) | BPF_A = 0x10 constant BPF_ABS (line 163) | BPF_ABS = 0x20 constant BPF_ADD (line 164) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 165) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 166) | BPF_ALU = 0x4 constant BPF_AND (line 167) | BPF_AND = 0x50 constant BPF_B (line 168) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 169) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 170) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 171) | BPF_DIV = 0x30 constant BPF_H (line 172) | BPF_H = 0x8 constant BPF_IMM (line 173) | BPF_IMM = 0x0 constant BPF_IND (line 174) | BPF_IND = 0x40 constant BPF_JA (line 175) | BPF_JA = 0x0 constant BPF_JEQ (line 176) | BPF_JEQ = 0x10 constant BPF_JGE (line 177) | BPF_JGE = 0x30 constant BPF_JGT (line 178) | BPF_JGT = 0x20 constant BPF_JMP (line 179) | BPF_JMP = 0x5 constant BPF_JSET (line 180) | BPF_JSET = 0x40 constant BPF_K (line 181) | BPF_K = 0x0 constant BPF_LD (line 182) | BPF_LD = 0x0 constant BPF_LDX (line 183) | BPF_LDX = 0x1 constant BPF_LEN (line 184) | BPF_LEN = 0x80 constant BPF_LSH (line 185) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 186) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 187) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 188) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 189) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 190) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 191) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 192) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 193) | BPF_MISC = 0x7 constant BPF_MOD (line 194) | BPF_MOD = 0x90 constant BPF_MSH (line 195) | BPF_MSH = 0xa0 constant BPF_MUL (line 196) | BPF_MUL = 0x20 constant BPF_NEG (line 197) | BPF_NEG = 0x80 constant BPF_OR (line 198) | BPF_OR = 0x40 constant BPF_RELEASE (line 199) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 200) | BPF_RET = 0x6 constant BPF_RSH (line 201) | BPF_RSH = 0x70 constant BPF_ST (line 202) | BPF_ST = 0x2 constant BPF_STX (line 203) | BPF_STX = 0x3 constant BPF_SUB (line 204) | BPF_SUB = 0x10 constant BPF_TAX (line 205) | BPF_TAX = 0x0 constant BPF_TXA (line 206) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 207) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 208) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 209) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 210) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 211) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 212) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 213) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 214) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 215) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 216) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 217) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 218) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 219) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 220) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 221) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 222) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 223) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 224) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 225) | BPF_T_NORMAL = 0x0 constant BPF_W (line 226) | BPF_W = 0x0 constant BPF_X (line 227) | BPF_X = 0x8 constant BPF_XOR (line 228) | BPF_XOR = 0xa0 constant BRKINT (line 229) | BRKINT = 0x2 constant CAP_ACCEPT (line 230) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 231) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 232) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 233) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 234) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 235) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 236) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 237) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 238) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 239) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 240) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 241) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 242) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 243) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 244) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 245) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 246) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 247) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 248) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 249) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 250) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 251) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 252) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 253) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 254) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 255) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 256) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 257) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 258) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 259) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 260) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 261) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 262) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 263) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 264) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 265) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 266) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 267) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 268) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 269) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 270) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 271) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 272) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 273) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 274) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 275) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 276) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 277) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 278) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 279) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 280) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 281) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 282) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 283) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 284) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 285) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 286) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 287) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 288) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 289) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 290) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 291) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 292) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 293) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 294) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 295) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 296) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 297) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 298) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 299) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 300) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 301) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 302) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 303) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 304) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 305) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 306) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 307) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 308) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 309) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 310) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 311) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 312) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 313) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 314) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 315) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 316) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 317) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 318) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 319) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 320) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 321) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 322) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 323) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 324) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 325) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 326) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 327) | CFLUSH = 0xf constant CLOCAL (line 328) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 329) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 330) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 331) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 332) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 333) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 334) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 335) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 336) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 337) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 338) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 339) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 340) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 341) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 342) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 343) | CPUSTATES = 0x5 constant CP_IDLE (line 344) | CP_IDLE = 0x4 constant CP_INTR (line 345) | CP_INTR = 0x3 constant CP_NICE (line 346) | CP_NICE = 0x1 constant CP_SYS (line 347) | CP_SYS = 0x2 constant CP_USER (line 348) | CP_USER = 0x0 constant CREAD (line 349) | CREAD = 0x800 constant CRTSCTS (line 350) | CRTSCTS = 0x30000 constant CS5 (line 351) | CS5 = 0x0 constant CS6 (line 352) | CS6 = 0x100 constant CS7 (line 353) | CS7 = 0x200 constant CS8 (line 354) | CS8 = 0x300 constant CSIZE (line 355) | CSIZE = 0x300 constant CSTART (line 356) | CSTART = 0x11 constant CSTATUS (line 357) | CSTATUS = 0x14 constant CSTOP (line 358) | CSTOP = 0x13 constant CSTOPB (line 359) | CSTOPB = 0x400 constant CSUSP (line 360) | CSUSP = 0x1a constant CTL_HW (line 361) | CTL_HW = 0x6 constant CTL_KERN (line 362) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 363) | CTL_MAXNAME = 0x18 constant CTL_NET (line 364) | CTL_NET = 0x4 constant DIOCGATTR (line 365) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 366) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 367) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 368) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 369) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 370) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 371) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 372) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 373) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 374) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 375) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 376) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 377) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 378) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 379) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 380) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 381) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 382) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 383) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 384) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 385) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 386) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 387) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 388) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 389) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 390) | DLT_AURORA = 0x7e constant DLT_AX25 (line 391) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 392) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 393) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 394) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 395) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 396) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 397) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 398) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 399) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 400) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 401) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 402) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 403) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 404) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 405) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 406) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 407) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 408) | DLT_DBUS = 0xe7 constant DLT_DECT (line 409) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 410) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 411) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 412) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 413) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 414) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 415) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 416) | DLT_EN3MB = 0x2 constant DLT_ENC (line 417) | DLT_ENC = 0x6d constant DLT_EPON (line 418) | DLT_EPON = 0x103 constant DLT_ERF (line 419) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 420) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 421) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 422) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 423) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 424) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 425) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 426) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 427) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 428) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 429) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 430) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 431) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 432) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 433) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 434) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 435) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 436) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 437) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 438) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 439) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 440) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 441) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 442) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 443) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 444) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 445) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 446) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 447) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 448) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 449) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 450) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 451) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 452) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 453) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 454) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 455) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 456) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 457) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 458) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 459) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 460) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 461) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 462) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 463) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 464) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 465) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 466) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 467) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 468) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 469) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 470) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 471) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 472) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 473) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 474) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 475) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 476) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 477) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 478) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 479) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 480) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 481) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 482) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 483) | DLT_LAPD = 0xcb constant DLT_LIN (line 484) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 485) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 486) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 487) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 488) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 489) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 490) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 491) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 492) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 493) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 494) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 495) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 496) | DLT_MFR = 0xb6 constant DLT_MOST (line 497) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 498) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 499) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 500) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 501) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 502) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 503) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 504) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 505) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 506) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 507) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 508) | DLT_NFLOG = 0xef constant DLT_NG40 (line 509) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 510) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 511) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 512) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 513) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 514) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 515) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 516) | DLT_PKTAP = 0x102 constant DLT_PPI (line 517) | DLT_PPI = 0xc0 constant DLT_PPP (line 518) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 519) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 520) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 521) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 522) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 523) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 524) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 525) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 526) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 527) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 528) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 529) | DLT_RAW = 0xc constant DLT_RDS (line 530) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 531) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 532) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 533) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 534) | DLT_SCCP = 0x8e constant DLT_SCTP (line 535) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 536) | DLT_SDLC = 0x10c constant DLT_SITA (line 537) | DLT_SITA = 0xc4 constant DLT_SLIP (line 538) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 539) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 540) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 541) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 542) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 543) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 544) | DLT_TZSP = 0x80 constant DLT_USB (line 545) | DLT_USB = 0xba constant DLT_USBPCAP (line 546) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 547) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 548) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 549) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 550) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 551) | DLT_USER0 = 0x93 constant DLT_USER1 (line 552) | DLT_USER1 = 0x94 constant DLT_USER10 (line 553) | DLT_USER10 = 0x9d constant DLT_USER11 (line 554) | DLT_USER11 = 0x9e constant DLT_USER12 (line 555) | DLT_USER12 = 0x9f constant DLT_USER13 (line 556) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 557) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 558) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 559) | DLT_USER2 = 0x95 constant DLT_USER3 (line 560) | DLT_USER3 = 0x96 constant DLT_USER4 (line 561) | DLT_USER4 = 0x97 constant DLT_USER5 (line 562) | DLT_USER5 = 0x98 constant DLT_USER6 (line 563) | DLT_USER6 = 0x99 constant DLT_USER7 (line 564) | DLT_USER7 = 0x9a constant DLT_USER8 (line 565) | DLT_USER8 = 0x9b constant DLT_USER9 (line 566) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 567) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 568) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 569) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 570) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 571) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 572) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 573) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 574) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 575) | DT_BLK = 0x6 constant DT_CHR (line 576) | DT_CHR = 0x2 constant DT_DIR (line 577) | DT_DIR = 0x4 constant DT_FIFO (line 578) | DT_FIFO = 0x1 constant DT_LNK (line 579) | DT_LNK = 0xa constant DT_REG (line 580) | DT_REG = 0x8 constant DT_SOCK (line 581) | DT_SOCK = 0xc constant DT_UNKNOWN (line 582) | DT_UNKNOWN = 0x0 constant DT_WHT (line 583) | DT_WHT = 0xe constant ECHO (line 584) | ECHO = 0x8 constant ECHOCTL (line 585) | ECHOCTL = 0x40 constant ECHOE (line 586) | ECHOE = 0x2 constant ECHOK (line 587) | ECHOK = 0x4 constant ECHOKE (line 588) | ECHOKE = 0x1 constant ECHONL (line 589) | ECHONL = 0x10 constant ECHOPRT (line 590) | ECHOPRT = 0x20 constant EVFILT_AIO (line 591) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 592) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 593) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 594) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 595) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 596) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 597) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 598) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 599) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 600) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 601) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 602) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 603) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 604) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 605) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 606) | EV_ADD = 0x1 constant EV_CLEAR (line 607) | EV_CLEAR = 0x20 constant EV_DELETE (line 608) | EV_DELETE = 0x2 constant EV_DISABLE (line 609) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 610) | EV_DISPATCH = 0x80 constant EV_DROP (line 611) | EV_DROP = 0x1000 constant EV_ENABLE (line 612) | EV_ENABLE = 0x4 constant EV_EOF (line 613) | EV_EOF = 0x8000 constant EV_ERROR (line 614) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 615) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 616) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 617) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 618) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 619) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 620) | EV_SYSFLAGS = 0xf000 constant EXTA (line 621) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 622) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 623) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 624) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 625) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 626) | EXTB = 0x9600 constant EXTPROC (line 627) | EXTPROC = 0x800 constant FD_CLOEXEC (line 628) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 629) | FD_SETSIZE = 0x400 constant FLUSHO (line 630) | FLUSHO = 0x800000 constant F_CANCEL (line 631) | F_CANCEL = 0x5 constant F_DUP2FD (line 632) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 633) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 634) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 635) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 636) | F_GETFD = 0x1 constant F_GETFL (line 637) | F_GETFL = 0x3 constant F_GETLK (line 638) | F_GETLK = 0xb constant F_GETOWN (line 639) | F_GETOWN = 0x5 constant F_OGETLK (line 640) | F_OGETLK = 0x7 constant F_OK (line 641) | F_OK = 0x0 constant F_OSETLK (line 642) | F_OSETLK = 0x8 constant F_OSETLKW (line 643) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 644) | F_RDAHEAD = 0x10 constant F_RDLCK (line 645) | F_RDLCK = 0x1 constant F_READAHEAD (line 646) | F_READAHEAD = 0xf constant F_SETFD (line 647) | F_SETFD = 0x2 constant F_SETFL (line 648) | F_SETFL = 0x4 constant F_SETLK (line 649) | F_SETLK = 0xc constant F_SETLKW (line 650) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 651) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 652) | F_SETOWN = 0x6 constant F_UNLCK (line 653) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 654) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 655) | F_WRLCK = 0x3 constant HUPCL (line 656) | HUPCL = 0x4000 constant HW_MACHINE (line 657) | HW_MACHINE = 0x1 constant ICANON (line 658) | ICANON = 0x100 constant ICMP6_FILTER (line 659) | ICMP6_FILTER = 0x12 constant ICRNL (line 660) | ICRNL = 0x100 constant IEXTEN (line 661) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 662) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 663) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 664) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 665) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 666) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 667) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 668) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 669) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 670) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 671) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 672) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 673) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 674) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 675) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 676) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 677) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 678) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 679) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 680) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 681) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 682) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 683) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 684) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 685) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 686) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 687) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 688) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 689) | IFF_STATICARP = 0x80000 constant IFF_UP (line 690) | IFF_UP = 0x1 constant IFNAMSIZ (line 691) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 692) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 693) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 694) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 695) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 696) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 697) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 698) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 699) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 700) | IGNBRK = 0x1 constant IGNCR (line 701) | IGNCR = 0x80 constant IGNPAR (line 702) | IGNPAR = 0x4 constant IMAXBEL (line 703) | IMAXBEL = 0x2000 constant INLCR (line 704) | INLCR = 0x40 constant INPCK (line 705) | INPCK = 0x10 constant IN_CLASSA_HOST (line 706) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 707) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 708) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 709) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 710) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 711) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 712) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 713) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 714) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 715) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 716) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 717) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 718) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 719) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 720) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 721) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 722) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 723) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 724) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 725) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 726) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 727) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 728) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 729) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 730) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 731) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 732) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 733) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 734) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 735) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 736) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 737) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 738) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 739) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 740) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 741) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 742) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 743) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 744) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 745) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 746) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 747) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 748) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 749) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 750) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 751) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 752) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 753) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 754) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 755) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 756) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 757) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 758) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 759) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 760) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 761) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 762) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 763) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 764) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 765) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 766) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 767) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 768) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 769) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 770) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 771) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 772) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 773) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 774) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 775) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 776) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 777) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 778) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 779) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 780) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 781) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 782) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 783) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 784) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 785) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 786) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 787) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 788) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 789) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 790) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 791) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 792) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 793) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 794) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 795) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 796) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 797) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 798) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 799) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 800) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 801) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 802) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 803) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 804) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 805) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 806) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 807) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 808) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 809) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 810) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 811) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 812) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 813) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 814) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 815) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 816) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 817) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 818) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 819) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 820) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 821) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 822) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 823) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 824) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 825) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 826) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 827) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 828) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 829) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 830) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 831) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 832) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 833) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 834) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 835) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 836) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 837) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 838) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 839) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 840) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 841) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 842) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 843) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 844) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 845) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 846) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 847) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 848) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 849) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 850) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 851) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 852) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 853) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 854) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 855) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 856) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 857) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 858) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 859) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 860) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 861) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 862) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 863) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 864) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 865) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 866) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 867) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 868) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 869) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 870) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 871) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 872) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 873) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 874) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 875) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 876) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 877) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 878) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 879) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 880) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 881) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 882) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 883) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 884) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 885) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 886) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 887) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 888) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 889) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 890) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 891) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 892) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 893) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 894) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 895) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 896) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 897) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 898) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 899) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 900) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 901) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 902) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 903) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 904) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 905) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 906) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 907) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 908) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 909) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 910) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 911) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 912) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 913) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 914) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 915) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 916) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 917) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 918) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 919) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 920) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 921) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 922) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 923) | IP_DF = 0x4000 constant IP_DONTFRAG (line 924) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 925) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 926) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 927) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 928) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 929) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 930) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 931) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 932) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 933) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 934) | IP_FW3 = 0x30 constant IP_FW_ADD (line 935) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 936) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 937) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 938) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 939) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 940) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 941) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 942) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 943) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 944) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 945) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 946) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 947) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 948) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 949) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 950) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 951) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 952) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 953) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 954) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 955) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 956) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 959) | IP_MSFILTER = 0x4a constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 964) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 966) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 967) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 968) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 969) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 970) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 971) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 972) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 973) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 974) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 977) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 978) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 979) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 980) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 981) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 982) | IP_RETOPTS = 0x8 constant IP_RF (line 983) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 984) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 985) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 986) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 987) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 988) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 989) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 990) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 991) | IP_TOS = 0x3 constant IP_TTL (line 992) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 993) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 994) | IP_VLAN_PCP = 0x4b constant ISIG (line 995) | ISIG = 0x80 constant ISTRIP (line 996) | ISTRIP = 0x20 constant ITIMER_PROF (line 997) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 998) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 999) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1000) | IXANY = 0x800 constant IXOFF (line 1001) | IXOFF = 0x400 constant IXON (line 1002) | IXON = 0x200 constant KERN_HOSTNAME (line 1003) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1004) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1005) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1006) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1007) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1008) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1009) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1010) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1011) | LOCK_EX = 0x2 constant LOCK_NB (line 1012) | LOCK_NB = 0x4 constant LOCK_SH (line 1013) | LOCK_SH = 0x1 constant LOCK_UN (line 1014) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1015) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1016) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1017) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1018) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1019) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1020) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1021) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1022) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1023) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1024) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1025) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1026) | MAP_32BIT = 0x80000 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 = 0x40 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_GETXSTATE (line 1232) | PT_GETXSTATE = 0x45 constant PT_GETXSTATE_INFO (line 1233) | PT_GETXSTATE_INFO = 0x44 constant PT_GET_EVENT_MASK (line 1234) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1235) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1236) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1237) | PT_IO = 0xc constant PT_KILL (line 1238) | PT_KILL = 0x8 constant PT_LWPINFO (line 1239) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1240) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1241) | PT_READ_D = 0x2 constant PT_READ_I (line 1242) | PT_READ_I = 0x1 constant PT_RESUME (line 1243) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1244) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1245) | PT_SETFPREGS = 0x24 constant PT_SETFSBASE (line 1246) | PT_SETFSBASE = 0x48 constant PT_SETGSBASE (line 1247) | PT_SETGSBASE = 0x4a constant PT_SETREGS (line 1248) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1249) | PT_SETSTEP = 0x11 constant PT_SETXSTATE (line 1250) | PT_SETXSTATE = 0x46 constant PT_SET_EVENT_MASK (line 1251) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1252) | PT_STEP = 0x9 constant PT_SUSPEND (line 1253) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1254) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1255) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1256) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1257) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1258) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1259) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1260) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1261) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1262) | P_ZONEID = 0xc constant RLIMIT_AS (line 1263) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1264) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1265) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1266) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1267) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1268) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1269) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1270) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1271) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1272) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1273) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1274) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1275) | RTAX_BRD = 0x7 constant RTAX_DST (line 1276) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1277) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1278) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1279) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1280) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1281) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1282) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1283) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1284) | RTA_BRD = 0x80 constant RTA_DST (line 1285) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1286) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1287) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1288) | RTA_IFA = 0x20 constant RTA_IFP (line 1289) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1290) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1291) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1292) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1293) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1294) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1295) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1296) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1297) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1298) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1299) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1300) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1301) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1302) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1303) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1304) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1305) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1306) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1307) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1308) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1309) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1310) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1311) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1312) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1313) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1314) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1315) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1316) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1317) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1318) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1319) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1320) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1321) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1322) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1323) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1324) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1325) | RTM_LOSING = 0x5 constant RTM_MISS (line 1326) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1327) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1328) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1329) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1330) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1331) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1332) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1333) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1334) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1335) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1336) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1337) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1338) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1339) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1340) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1341) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1342) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1343) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1344) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1345) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1346) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1347) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1348) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1349) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1350) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1351) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1352) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1353) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1354) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1355) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1356) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1357) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1358) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1359) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1360) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1361) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1362) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1363) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1364) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1365) | SEEK_DATA = 0x3 constant SEEK_END (line 1366) | SEEK_END = 0x2 constant SEEK_HOLE (line 1367) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1368) | SEEK_SET = 0x0 constant SHUT_RD (line 1369) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1370) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1371) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1372) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1373) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1374) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1375) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1376) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1377) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1378) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1379) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1380) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1381) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1382) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1383) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1384) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1385) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1386) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1387) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1388) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1389) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1390) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1391) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1392) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1393) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1394) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1395) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1396) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1397) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1398) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1399) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1400) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1401) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1402) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1403) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1404) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1405) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1406) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1407) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1408) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1409) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1410) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1411) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1412) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1413) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1414) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1415) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1416) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1417) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1418) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1419) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1420) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1421) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1422) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1423) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1424) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1425) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1426) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1427) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1428) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1429) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1430) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1431) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1432) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1433) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1434) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1435) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1436) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1437) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1438) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1439) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1440) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1441) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1442) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1443) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1444) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1445) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1446) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1447) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1448) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1449) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1450) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1451) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1452) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1453) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1454) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1455) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1456) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1457) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1458) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1459) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1460) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1461) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1462) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1463) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1464) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1465) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1466) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1467) | SO_LABEL = 0x1009 constant SO_LINGER (line 1468) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1469) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1470) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1471) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1472) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1473) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1474) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1475) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1476) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1477) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1478) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1479) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1480) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1481) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1482) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1483) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1484) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1485) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1486) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1487) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1488) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1489) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1490) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1491) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1492) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1493) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1494) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1495) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1496) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1497) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1498) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1499) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1500) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1501) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1502) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1503) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1504) | S_IEXEC = 0x40 constant S_IFBLK (line 1505) | S_IFBLK = 0x6000 constant S_IFCHR (line 1506) | S_IFCHR = 0x2000 constant S_IFDIR (line 1507) | S_IFDIR = 0x4000 constant S_IFIFO (line 1508) | S_IFIFO = 0x1000 constant S_IFLNK (line 1509) | S_IFLNK = 0xa000 constant S_IFMT (line 1510) | S_IFMT = 0xf000 constant S_IFREG (line 1511) | S_IFREG = 0x8000 constant S_IFSOCK (line 1512) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1513) | S_IFWHT = 0xe000 constant S_IREAD (line 1514) | S_IREAD = 0x100 constant S_IRGRP (line 1515) | S_IRGRP = 0x20 constant S_IROTH (line 1516) | S_IROTH = 0x4 constant S_IRUSR (line 1517) | S_IRUSR = 0x100 constant S_IRWXG (line 1518) | S_IRWXG = 0x38 constant S_IRWXO (line 1519) | S_IRWXO = 0x7 constant S_IRWXU (line 1520) | S_IRWXU = 0x1c0 constant S_ISGID (line 1521) | S_ISGID = 0x400 constant S_ISTXT (line 1522) | S_ISTXT = 0x200 constant S_ISUID (line 1523) | S_ISUID = 0x800 constant S_ISVTX (line 1524) | S_ISVTX = 0x200 constant S_IWGRP (line 1525) | S_IWGRP = 0x10 constant S_IWOTH (line 1526) | S_IWOTH = 0x2 constant S_IWRITE (line 1527) | S_IWRITE = 0x80 constant S_IWUSR (line 1528) | S_IWUSR = 0x80 constant S_IXGRP (line 1529) | S_IXGRP = 0x8 constant S_IXOTH (line 1530) | S_IXOTH = 0x1 constant S_IXUSR (line 1531) | S_IXUSR = 0x40 constant TAB0 (line 1532) | TAB0 = 0x0 constant TAB3 (line 1533) | TAB3 = 0x4 constant TABDLY (line 1534) | TABDLY = 0x4 constant TCIFLUSH (line 1535) | TCIFLUSH = 0x1 constant TCIOFF (line 1536) | TCIOFF = 0x3 constant TCIOFLUSH (line 1537) | TCIOFLUSH = 0x3 constant TCION (line 1538) | TCION = 0x4 constant TCOFLUSH (line 1539) | TCOFLUSH = 0x2 constant TCOOFF (line 1540) | TCOOFF = 0x1 constant TCOON (line 1541) | TCOON = 0x2 constant TCPOPT_EOL (line 1542) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1543) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1544) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1545) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1546) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1547) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1548) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1549) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1550) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1551) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1552) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1553) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1554) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1555) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1556) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1557) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1558) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1559) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1560) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1561) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1562) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1563) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1564) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1565) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1566) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1567) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1568) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1569) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1570) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1571) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1572) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1573) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1574) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1575) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1576) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1577) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1578) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1579) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1580) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1581) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1582) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1583) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1584) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1585) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1586) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1587) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1588) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1589) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1590) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1591) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1592) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1593) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1594) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1595) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1596) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1597) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1598) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1599) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1600) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1601) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1602) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1603) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1604) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1605) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1606) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1607) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1608) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1609) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1610) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1611) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1612) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1613) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1614) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1615) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1616) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1617) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1618) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1619) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1620) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1621) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1622) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1623) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1624) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1625) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1626) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1627) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1628) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1629) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1630) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1631) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1632) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1633) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1634) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1635) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1636) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1637) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1638) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1639) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1640) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1641) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1642) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1643) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1644) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1645) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1646) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1647) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1648) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1649) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1650) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1651) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1652) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1653) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1654) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1655) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1656) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1657) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1658) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1659) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1660) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1661) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1662) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1663) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1664) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1665) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1666) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1667) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1668) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1669) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1670) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1671) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1672) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1673) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1674) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1675) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1676) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1677) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1678) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1679) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1680) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1681) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1682) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1683) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1684) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1685) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1686) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1687) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1688) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1689) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1690) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1691) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1692) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1693) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1694) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1695) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1696) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1697) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1698) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1699) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1700) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1701) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1702) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1703) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1704) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1705) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1706) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1707) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1708) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1709) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1710) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1711) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1712) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1713) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1714) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1715) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1716) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1717) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1718) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1719) | TOSTOP = 0x400000 constant UTIME_NOW (line 1720) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1721) | UTIME_OMIT = -0x2 constant VDISCARD (line 1722) | VDISCARD = 0xf constant VDSUSP (line 1723) | VDSUSP = 0xb constant VEOF (line 1724) | VEOF = 0x0 constant VEOL (line 1725) | VEOL = 0x1 constant VEOL2 (line 1726) | VEOL2 = 0x2 constant VERASE (line 1727) | VERASE = 0x3 constant VERASE2 (line 1728) | VERASE2 = 0x7 constant VINTR (line 1729) | VINTR = 0x8 constant VKILL (line 1730) | VKILL = 0x5 constant VLNEXT (line 1731) | VLNEXT = 0xe constant VMIN (line 1732) | VMIN = 0x10 constant VQUIT (line 1733) | VQUIT = 0x9 constant VREPRINT (line 1734) | VREPRINT = 0x6 constant VSTART (line 1735) | VSTART = 0xc constant VSTATUS (line 1736) | VSTATUS = 0x12 constant VSTOP (line 1737) | VSTOP = 0xd constant VSUSP (line 1738) | VSUSP = 0xa constant VTIME (line 1739) | VTIME = 0x11 constant VWERASE (line 1740) | VWERASE = 0x4 constant WCONTINUED (line 1741) | WCONTINUED = 0x4 constant WCOREFLAG (line 1742) | WCOREFLAG = 0x80 constant WEXITED (line 1743) | WEXITED = 0x10 constant WLINUXCLONE (line 1744) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1745) | WNOHANG = 0x1 constant WNOWAIT (line 1746) | WNOWAIT = 0x8 constant WSTOPPED (line 1747) | WSTOPPED = 0x2 constant WTRAPPED (line 1748) | WTRAPPED = 0x20 constant WUNTRACED (line 1749) | WUNTRACED = 0x2 constant E2BIG (line 1754) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1755) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1756) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1757) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1758) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1759) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1760) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1761) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1762) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1763) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1764) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1765) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1766) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1767) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1768) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1769) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1770) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1771) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1772) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1773) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1774) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1775) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1776) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1777) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1778) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1779) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1780) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1781) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1782) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1783) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1784) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1785) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1786) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1787) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1788) | EINVAL = syscall.Errno(0x16) constant EIO (line 1789) | EIO = syscall.Errno(0x5) constant EISCONN (line 1790) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1791) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1792) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1793) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1794) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1795) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1796) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1797) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1798) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1799) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1800) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1801) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1802) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1803) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1804) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1805) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1806) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1807) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1808) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1809) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1810) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1811) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1812) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1813) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1814) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1815) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1816) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1817) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1818) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1819) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1820) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1821) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1822) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1823) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1824) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1825) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1826) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1827) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1828) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1829) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1830) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1831) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1832) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1833) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1834) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1835) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1836) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1837) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1838) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1839) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1840) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1841) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1842) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1843) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1844) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1845) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1846) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1847) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1848) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1849) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1850) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1851) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1852) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1853) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1858) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1859) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1860) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1861) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1862) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1863) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1864) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1865) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1866) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1867) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1868) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1869) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1870) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1871) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1872) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1873) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1874) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1875) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1876) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1877) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1878) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1879) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1880) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1881) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1882) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1883) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1884) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1885) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1886) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1887) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1888) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1889) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1890) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1891) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1892) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x23 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x24 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 = 0x25 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_INET6_SDP (line 32) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 33) | AF_INET_SDP = 0x28 constant AF_IPX (line 34) | AF_IPX = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x1a constant AF_ISO (line 36) | AF_ISO = 0x7 constant AF_LAT (line 37) | AF_LAT = 0xe constant AF_LINK (line 38) | AF_LINK = 0x12 constant AF_LOCAL (line 39) | AF_LOCAL = 0x1 constant AF_MAX (line 40) | AF_MAX = 0x2a constant AF_NATM (line 41) | AF_NATM = 0x1d constant AF_NETBIOS (line 42) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 43) | AF_NETGRAPH = 0x20 constant AF_OSI (line 44) | AF_OSI = 0x7 constant AF_PUP (line 45) | AF_PUP = 0x4 constant AF_ROUTE (line 46) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 47) | AF_SCLUSTER = 0x22 constant AF_SIP (line 48) | AF_SIP = 0x18 constant AF_SLOW (line 49) | AF_SLOW = 0x21 constant AF_SNA (line 50) | AF_SNA = 0xb constant AF_UNIX (line 51) | AF_UNIX = 0x1 constant AF_UNSPEC (line 52) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 53) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 54) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 55) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 56) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 57) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 58) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 59) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 60) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 61) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 62) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 63) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 64) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 65) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 66) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 67) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 68) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 69) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 70) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 71) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 72) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 73) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 74) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 75) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 76) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 77) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 78) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 79) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 80) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 81) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 82) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 83) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 84) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 85) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 86) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 87) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 88) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 89) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 90) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 91) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 92) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 93) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 94) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 95) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 96) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 97) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 98) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 99) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 100) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 101) | ALTWERASE = 0x200 constant B0 (line 102) | B0 = 0x0 constant B110 (line 103) | B110 = 0x6e constant B115200 (line 104) | B115200 = 0x1c200 constant B1200 (line 105) | B1200 = 0x4b0 constant B134 (line 106) | B134 = 0x86 constant B14400 (line 107) | B14400 = 0x3840 constant B150 (line 108) | B150 = 0x96 constant B1800 (line 109) | B1800 = 0x708 constant B19200 (line 110) | B19200 = 0x4b00 constant B200 (line 111) | B200 = 0xc8 constant B230400 (line 112) | B230400 = 0x38400 constant B2400 (line 113) | B2400 = 0x960 constant B28800 (line 114) | B28800 = 0x7080 constant B300 (line 115) | B300 = 0x12c constant B38400 (line 116) | B38400 = 0x9600 constant B460800 (line 117) | B460800 = 0x70800 constant B4800 (line 118) | B4800 = 0x12c0 constant B50 (line 119) | B50 = 0x32 constant B57600 (line 120) | B57600 = 0xe100 constant B600 (line 121) | B600 = 0x258 constant B7200 (line 122) | B7200 = 0x1c20 constant B75 (line 123) | B75 = 0x4b constant B76800 (line 124) | B76800 = 0x12c00 constant B921600 (line 125) | B921600 = 0xe1000 constant B9600 (line 126) | B9600 = 0x2580 constant BIOCFEEDBACK (line 127) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 128) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 129) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 130) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 131) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 132) | BIOCGDLTLIST = 0xc0084279 constant BIOCGETBUFMODE (line 133) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 134) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 135) | BIOCGETZMAX = 0x4004427f constant BIOCGHDRCMPLT (line 136) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 137) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 138) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 139) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 140) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 141) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 142) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 143) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 144) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 145) | BIOCROTZBUF = 0x400c4280 constant BIOCSBLEN (line 146) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 147) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 148) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 149) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 150) | BIOCSETF = 0x80084267 constant BIOCSETFNR (line 151) | BIOCSETFNR = 0x80084282 constant BIOCSETIF (line 152) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 153) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 154) | BIOCSETWF = 0x8008427b constant BIOCSETZBUF (line 155) | BIOCSETZBUF = 0x800c4281 constant BIOCSHDRCMPLT (line 156) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 157) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 158) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 159) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 160) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 161) | BIOCVERSION = 0x40044271 constant BPF_A (line 162) | BPF_A = 0x10 constant BPF_ABS (line 163) | BPF_ABS = 0x20 constant BPF_ADD (line 164) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 165) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 166) | BPF_ALU = 0x4 constant BPF_AND (line 167) | BPF_AND = 0x50 constant BPF_B (line 168) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 169) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 170) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 171) | BPF_DIV = 0x30 constant BPF_H (line 172) | BPF_H = 0x8 constant BPF_IMM (line 173) | BPF_IMM = 0x0 constant BPF_IND (line 174) | BPF_IND = 0x40 constant BPF_JA (line 175) | BPF_JA = 0x0 constant BPF_JEQ (line 176) | BPF_JEQ = 0x10 constant BPF_JGE (line 177) | BPF_JGE = 0x30 constant BPF_JGT (line 178) | BPF_JGT = 0x20 constant BPF_JMP (line 179) | BPF_JMP = 0x5 constant BPF_JSET (line 180) | BPF_JSET = 0x40 constant BPF_K (line 181) | BPF_K = 0x0 constant BPF_LD (line 182) | BPF_LD = 0x0 constant BPF_LDX (line 183) | BPF_LDX = 0x1 constant BPF_LEN (line 184) | BPF_LEN = 0x80 constant BPF_LSH (line 185) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 186) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 187) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 188) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 189) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 190) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 191) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 192) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 193) | BPF_MISC = 0x7 constant BPF_MOD (line 194) | BPF_MOD = 0x90 constant BPF_MSH (line 195) | BPF_MSH = 0xa0 constant BPF_MUL (line 196) | BPF_MUL = 0x20 constant BPF_NEG (line 197) | BPF_NEG = 0x80 constant BPF_OR (line 198) | BPF_OR = 0x40 constant BPF_RELEASE (line 199) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 200) | BPF_RET = 0x6 constant BPF_RSH (line 201) | BPF_RSH = 0x70 constant BPF_ST (line 202) | BPF_ST = 0x2 constant BPF_STX (line 203) | BPF_STX = 0x3 constant BPF_SUB (line 204) | BPF_SUB = 0x10 constant BPF_TAX (line 205) | BPF_TAX = 0x0 constant BPF_TXA (line 206) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 207) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 208) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 209) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 210) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 211) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 212) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 213) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 214) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 215) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 216) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 217) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 218) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 219) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 220) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 221) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 222) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 223) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 224) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 225) | BPF_T_NORMAL = 0x0 constant BPF_W (line 226) | BPF_W = 0x0 constant BPF_X (line 227) | BPF_X = 0x8 constant BPF_XOR (line 228) | BPF_XOR = 0xa0 constant BRKINT (line 229) | BRKINT = 0x2 constant CAP_ACCEPT (line 230) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 231) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 232) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 233) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 234) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 235) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 236) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 237) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 238) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 239) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 240) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 241) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 242) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 243) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 244) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 245) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 246) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 247) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 248) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 249) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 250) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 251) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 252) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 253) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 254) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 255) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 256) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 257) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 258) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 259) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 260) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 261) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 262) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 263) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 264) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 265) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 266) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 267) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 268) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 269) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 270) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 271) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 272) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 273) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 274) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 275) | CAP_IOCTLS_ALL = 0x7fffffff constant CAP_KQUEUE (line 276) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 277) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 278) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 279) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 280) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 281) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 282) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 283) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 284) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 285) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 286) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 287) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 288) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 289) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 290) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 291) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 292) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 293) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 294) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 295) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 296) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 297) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 298) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 299) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 300) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 301) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 302) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 303) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 304) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 305) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 306) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 307) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 308) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 309) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 310) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 311) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 312) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 313) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 314) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 315) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 316) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 317) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 318) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 319) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 320) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 321) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 322) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 323) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 324) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 325) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 326) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 327) | CFLUSH = 0xf constant CLOCAL (line 328) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 329) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 330) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 331) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 332) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 333) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 334) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 335) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 336) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 337) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 338) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 339) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 340) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 341) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 342) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 343) | CPUSTATES = 0x5 constant CP_IDLE (line 344) | CP_IDLE = 0x4 constant CP_INTR (line 345) | CP_INTR = 0x3 constant CP_NICE (line 346) | CP_NICE = 0x1 constant CP_SYS (line 347) | CP_SYS = 0x2 constant CP_USER (line 348) | CP_USER = 0x0 constant CREAD (line 349) | CREAD = 0x800 constant CRTSCTS (line 350) | CRTSCTS = 0x30000 constant CS5 (line 351) | CS5 = 0x0 constant CS6 (line 352) | CS6 = 0x100 constant CS7 (line 353) | CS7 = 0x200 constant CS8 (line 354) | CS8 = 0x300 constant CSIZE (line 355) | CSIZE = 0x300 constant CSTART (line 356) | CSTART = 0x11 constant CSTATUS (line 357) | CSTATUS = 0x14 constant CSTOP (line 358) | CSTOP = 0x13 constant CSTOPB (line 359) | CSTOPB = 0x400 constant CSUSP (line 360) | CSUSP = 0x1a constant CTL_HW (line 361) | CTL_HW = 0x6 constant CTL_KERN (line 362) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 363) | CTL_MAXNAME = 0x18 constant CTL_NET (line 364) | CTL_NET = 0x4 constant DIOCGATTR (line 365) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 366) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 367) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 368) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 369) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 370) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 371) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 372) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 373) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 374) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 375) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 376) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 377) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 378) | DIOCSKERNELDUMP = 0x804c6490 constant DIOCSKERNELDUMP_FREEBSD11 (line 379) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 380) | DIOCZONECMD = 0xc078648f constant DLT_A429 (line 381) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 382) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 383) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 384) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 385) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 386) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 387) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 388) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 389) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 390) | DLT_AURORA = 0x7e constant DLT_AX25 (line 391) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 392) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 393) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 394) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 395) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 396) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 397) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 398) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 399) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 400) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 401) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 402) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 403) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 404) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 405) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 406) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 407) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 408) | DLT_DBUS = 0xe7 constant DLT_DECT (line 409) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 410) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 411) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 412) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 413) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 414) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 415) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 416) | DLT_EN3MB = 0x2 constant DLT_ENC (line 417) | DLT_ENC = 0x6d constant DLT_EPON (line 418) | DLT_EPON = 0x103 constant DLT_ERF (line 419) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 420) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 421) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 422) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 423) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 424) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 425) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 426) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 427) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 428) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 429) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 430) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 431) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 432) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 433) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 434) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 435) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 436) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 437) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 438) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 439) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 440) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 441) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 442) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 443) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 444) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 445) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 446) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 447) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 448) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 449) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 450) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 451) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 452) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 453) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 454) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 455) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 456) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 457) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 458) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 459) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 460) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 461) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 462) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 463) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 464) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 465) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 466) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 467) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 468) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 469) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 470) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 471) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 472) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 473) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 474) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 475) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 476) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 477) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 478) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 479) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 480) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 481) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 482) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 483) | DLT_LAPD = 0xcb constant DLT_LIN (line 484) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 485) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 486) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 487) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 488) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 489) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 490) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 491) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 492) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 493) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 494) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 495) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 496) | DLT_MFR = 0xb6 constant DLT_MOST (line 497) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 498) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 499) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 500) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 501) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 502) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 503) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 504) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 505) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 506) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 507) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 508) | DLT_NFLOG = 0xef constant DLT_NG40 (line 509) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 510) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 511) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 512) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 513) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 514) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 515) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 516) | DLT_PKTAP = 0x102 constant DLT_PPI (line 517) | DLT_PPI = 0xc0 constant DLT_PPP (line 518) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 519) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 520) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 521) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 522) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 523) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 524) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 525) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 526) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 527) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 528) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 529) | DLT_RAW = 0xc constant DLT_RDS (line 530) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 531) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 532) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 533) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 534) | DLT_SCCP = 0x8e constant DLT_SCTP (line 535) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 536) | DLT_SDLC = 0x10c constant DLT_SITA (line 537) | DLT_SITA = 0xc4 constant DLT_SLIP (line 538) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 539) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 540) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 541) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 542) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 543) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 544) | DLT_TZSP = 0x80 constant DLT_USB (line 545) | DLT_USB = 0xba constant DLT_USBPCAP (line 546) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 547) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 548) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 549) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 550) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 551) | DLT_USER0 = 0x93 constant DLT_USER1 (line 552) | DLT_USER1 = 0x94 constant DLT_USER10 (line 553) | DLT_USER10 = 0x9d constant DLT_USER11 (line 554) | DLT_USER11 = 0x9e constant DLT_USER12 (line 555) | DLT_USER12 = 0x9f constant DLT_USER13 (line 556) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 557) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 558) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 559) | DLT_USER2 = 0x95 constant DLT_USER3 (line 560) | DLT_USER3 = 0x96 constant DLT_USER4 (line 561) | DLT_USER4 = 0x97 constant DLT_USER5 (line 562) | DLT_USER5 = 0x98 constant DLT_USER6 (line 563) | DLT_USER6 = 0x99 constant DLT_USER7 (line 564) | DLT_USER7 = 0x9a constant DLT_USER8 (line 565) | DLT_USER8 = 0x9b constant DLT_USER9 (line 566) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 567) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 568) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 569) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 570) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 571) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 572) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 573) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 574) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 575) | DT_BLK = 0x6 constant DT_CHR (line 576) | DT_CHR = 0x2 constant DT_DIR (line 577) | DT_DIR = 0x4 constant DT_FIFO (line 578) | DT_FIFO = 0x1 constant DT_LNK (line 579) | DT_LNK = 0xa constant DT_REG (line 580) | DT_REG = 0x8 constant DT_SOCK (line 581) | DT_SOCK = 0xc constant DT_UNKNOWN (line 582) | DT_UNKNOWN = 0x0 constant DT_WHT (line 583) | DT_WHT = 0xe constant ECHO (line 584) | ECHO = 0x8 constant ECHOCTL (line 585) | ECHOCTL = 0x40 constant ECHOE (line 586) | ECHOE = 0x2 constant ECHOK (line 587) | ECHOK = 0x4 constant ECHOKE (line 588) | ECHOKE = 0x1 constant ECHONL (line 589) | ECHONL = 0x10 constant ECHOPRT (line 590) | ECHOPRT = 0x20 constant EVFILT_AIO (line 591) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 592) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 593) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 594) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 595) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 596) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 597) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 598) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 599) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 600) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 601) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 602) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 603) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 604) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 605) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 606) | EV_ADD = 0x1 constant EV_CLEAR (line 607) | EV_CLEAR = 0x20 constant EV_DELETE (line 608) | EV_DELETE = 0x2 constant EV_DISABLE (line 609) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 610) | EV_DISPATCH = 0x80 constant EV_DROP (line 611) | EV_DROP = 0x1000 constant EV_ENABLE (line 612) | EV_ENABLE = 0x4 constant EV_EOF (line 613) | EV_EOF = 0x8000 constant EV_ERROR (line 614) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 615) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 616) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 617) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 618) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 619) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 620) | EV_SYSFLAGS = 0xf000 constant EXTA (line 621) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 622) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 623) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 624) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 625) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 626) | EXTB = 0x9600 constant EXTPROC (line 627) | EXTPROC = 0x800 constant FD_CLOEXEC (line 628) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 629) | FD_SETSIZE = 0x400 constant FLUSHO (line 630) | FLUSHO = 0x800000 constant F_CANCEL (line 631) | F_CANCEL = 0x5 constant F_DUP2FD (line 632) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 633) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 634) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 635) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 636) | F_GETFD = 0x1 constant F_GETFL (line 637) | F_GETFL = 0x3 constant F_GETLK (line 638) | F_GETLK = 0xb constant F_GETOWN (line 639) | F_GETOWN = 0x5 constant F_OGETLK (line 640) | F_OGETLK = 0x7 constant F_OK (line 641) | F_OK = 0x0 constant F_OSETLK (line 642) | F_OSETLK = 0x8 constant F_OSETLKW (line 643) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 644) | F_RDAHEAD = 0x10 constant F_RDLCK (line 645) | F_RDLCK = 0x1 constant F_READAHEAD (line 646) | F_READAHEAD = 0xf constant F_SETFD (line 647) | F_SETFD = 0x2 constant F_SETFL (line 648) | F_SETFL = 0x4 constant F_SETLK (line 649) | F_SETLK = 0xc constant F_SETLKW (line 650) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 651) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 652) | F_SETOWN = 0x6 constant F_UNLCK (line 653) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 654) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 655) | F_WRLCK = 0x3 constant HUPCL (line 656) | HUPCL = 0x4000 constant HW_MACHINE (line 657) | HW_MACHINE = 0x1 constant ICANON (line 658) | ICANON = 0x100 constant ICMP6_FILTER (line 659) | ICMP6_FILTER = 0x12 constant ICRNL (line 660) | ICRNL = 0x100 constant IEXTEN (line 661) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 662) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 663) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 664) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 665) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 666) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 667) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 668) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 669) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 670) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 671) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 672) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 673) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 674) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 675) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 676) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 677) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 678) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 679) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 680) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 681) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 682) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 683) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 684) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 685) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 686) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 687) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 688) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 689) | IFF_STATICARP = 0x80000 constant IFF_UP (line 690) | IFF_UP = 0x1 constant IFNAMSIZ (line 691) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 692) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 693) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 694) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 695) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 696) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 697) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 698) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 699) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 700) | IGNBRK = 0x1 constant IGNCR (line 701) | IGNCR = 0x80 constant IGNPAR (line 702) | IGNPAR = 0x4 constant IMAXBEL (line 703) | IMAXBEL = 0x2000 constant INLCR (line 704) | INLCR = 0x40 constant INPCK (line 705) | INPCK = 0x10 constant IN_CLASSA_HOST (line 706) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 707) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 708) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 709) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 710) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 711) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 712) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 713) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 714) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 715) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 716) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 717) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 718) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 719) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 720) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 721) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 722) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 723) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 724) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 725) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 726) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 727) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 728) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 729) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 730) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 731) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 732) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 733) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 734) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 735) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 736) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 737) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 738) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 739) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 740) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 741) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 742) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 743) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 744) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 745) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 746) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 747) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 748) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 749) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 750) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 751) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 752) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 753) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 754) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 755) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 756) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 757) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 758) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 759) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 760) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 761) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 762) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 763) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 764) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 765) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 766) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 767) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 768) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 769) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 770) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 771) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 772) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 773) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 774) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 775) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 776) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 777) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 778) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 779) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 780) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 781) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 782) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 783) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 784) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 785) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 786) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 787) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 788) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 789) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 790) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 791) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 792) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 793) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 794) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 795) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 796) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 797) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 798) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 799) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 800) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 801) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 802) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 803) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 804) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 805) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 806) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 807) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 808) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 809) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 810) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 811) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 812) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 813) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 814) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 815) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 816) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 817) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 818) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 819) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 820) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 821) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 822) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 823) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 824) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 825) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 826) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 827) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 828) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 829) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 830) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 831) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 832) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 833) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 834) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 835) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 836) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 837) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 838) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 839) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 840) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 841) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 842) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 843) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 844) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 845) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 846) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 847) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 848) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 849) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 850) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 851) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 852) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 853) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 854) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 855) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 856) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 857) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 858) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 859) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 860) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 861) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 862) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 863) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 864) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 865) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 866) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 867) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 868) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 869) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 870) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 871) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 872) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 873) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 874) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 875) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 876) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 877) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 878) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 879) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 880) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 881) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 882) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 883) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 884) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 885) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 886) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 887) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 888) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 889) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 890) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 891) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 892) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 893) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 894) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 895) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 896) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 897) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 898) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 899) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 900) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 901) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 902) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 903) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 904) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 905) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 906) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 907) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 908) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 909) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 910) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 911) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 912) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 913) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 914) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 915) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 916) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 917) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 918) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 919) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 920) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 921) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 922) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 923) | IP_DF = 0x4000 constant IP_DONTFRAG (line 924) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 925) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 926) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 927) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 928) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 929) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 930) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 931) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 932) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 933) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 934) | IP_FW3 = 0x30 constant IP_FW_ADD (line 935) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 936) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 937) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 938) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 939) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 940) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 941) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 942) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 943) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 944) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 945) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 946) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 947) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 948) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 949) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 950) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 951) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 952) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 953) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 954) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 955) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 956) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 959) | IP_MSFILTER = 0x4a constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 964) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 966) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 967) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 968) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 969) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 970) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 971) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 972) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 973) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 974) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 977) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 978) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 979) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 980) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 981) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 982) | IP_RETOPTS = 0x8 constant IP_RF (line 983) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 984) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 985) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 986) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 987) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 988) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 989) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 990) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 991) | IP_TOS = 0x3 constant IP_TTL (line 992) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 993) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 994) | IP_VLAN_PCP = 0x4b constant ISIG (line 995) | ISIG = 0x80 constant ISTRIP (line 996) | ISTRIP = 0x20 constant ITIMER_PROF (line 997) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 998) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 999) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1000) | IXANY = 0x800 constant IXOFF (line 1001) | IXOFF = 0x400 constant IXON (line 1002) | IXON = 0x200 constant KERN_HOSTNAME (line 1003) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1004) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1005) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1006) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1007) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1008) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1009) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1010) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1011) | LOCK_EX = 0x2 constant LOCK_NB (line 1012) | LOCK_NB = 0x4 constant LOCK_SH (line 1013) | LOCK_SH = 0x1 constant LOCK_UN (line 1014) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1015) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1016) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1017) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1018) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1019) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1020) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1021) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1022) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1023) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1024) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1025) | MADV_WILLNEED = 0x3 constant MAP_ALIGNED_SUPER (line 1026) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1027) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1028) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1029) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1030) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1031) | MAP_COPY = 0x2 constant MAP_EXCL (line 1032) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1033) | MAP_FILE = 0x0 constant MAP_FIXED (line 1034) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1035) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1036) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1037) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1038) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1039) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1040) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1041) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1042) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1043) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1044) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1045) | MAP_SHARED = 0x1 constant MAP_STACK (line 1046) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1047) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1048) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1049) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1050) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1051) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1052) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1053) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1054) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1055) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1056) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1057) | MCL_FUTURE = 0x2 constant MNT_ACLS (line 1058) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1059) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1060) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1061) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1062) | MNT_CMDFLAGS = 0xd0f0000 constant MNT_DEFEXPORTED (line 1063) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1064) | MNT_DELEXPORT = 0x20000 constant MNT_EXKERB (line 1065) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1066) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1067) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1068) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1069) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1070) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1071) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1072) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1073) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1074) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1075) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1076) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1077) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1078) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1079) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOEXEC (line 1080) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1081) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1082) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1083) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1084) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1085) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1086) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1087) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1088) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1089) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1090) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1091) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1092) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1093) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1094) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1095) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1096) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1097) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1098) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1099) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1100) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1101) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1102) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1103) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1104) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1105) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1106) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1107) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1108) | MSG_EOF = 0x100 constant MSG_EOR (line 1109) | MSG_EOR = 0x8 constant MSG_NBIO (line 1110) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1111) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1112) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1113) | MSG_OOB = 0x1 constant MSG_PEEK (line 1114) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1115) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1116) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1117) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1118) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1119) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1120) | MS_SYNC = 0x0 constant NAME_MAX (line 1121) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1122) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1123) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1124) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1125) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1126) | NET_RT_IFMALIST = 0x4 constant NFDBITS (line 1127) | NFDBITS = 0x20 constant NOFLSH (line 1128) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1129) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1130) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1131) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1132) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1133) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1134) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1135) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1136) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1137) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1138) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1139) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1140) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1141) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1142) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1143) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1144) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1145) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1146) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1147) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1148) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1149) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1150) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1151) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1152) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1153) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1154) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1155) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1156) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1157) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1158) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1159) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1160) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1161) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1162) | NOTE_WRITE = 0x2 constant OCRNL (line 1163) | OCRNL = 0x10 constant ONLCR (line 1164) | ONLCR = 0x2 constant ONLRET (line 1165) | ONLRET = 0x40 constant ONOCR (line 1166) | ONOCR = 0x20 constant ONOEOT (line 1167) | ONOEOT = 0x8 constant OPOST (line 1168) | OPOST = 0x1 constant OXTABS (line 1169) | OXTABS = 0x4 constant O_ACCMODE (line 1170) | O_ACCMODE = 0x3 constant O_APPEND (line 1171) | O_APPEND = 0x8 constant O_ASYNC (line 1172) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1173) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1174) | O_CREAT = 0x200 constant O_DIRECT (line 1175) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1176) | O_DIRECTORY = 0x20000 constant O_EXCL (line 1177) | O_EXCL = 0x800 constant O_EXEC (line 1178) | O_EXEC = 0x40000 constant O_EXLOCK (line 1179) | O_EXLOCK = 0x20 constant O_FSYNC (line 1180) | O_FSYNC = 0x80 constant O_NDELAY (line 1181) | O_NDELAY = 0x4 constant O_NOCTTY (line 1182) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1183) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1184) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1185) | O_RDONLY = 0x0 constant O_RDWR (line 1186) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1187) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1188) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1189) | O_SHLOCK = 0x10 constant O_SYNC (line 1190) | O_SYNC = 0x80 constant O_TRUNC (line 1191) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1192) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1193) | O_VERIFY = 0x200000 constant O_WRONLY (line 1194) | O_WRONLY = 0x1 constant PARENB (line 1195) | PARENB = 0x1000 constant PARMRK (line 1196) | PARMRK = 0x8 constant PARODD (line 1197) | PARODD = 0x2000 constant PENDIN (line 1198) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1199) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1200) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1201) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1202) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1203) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1204) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1205) | PRIO_USER = 0x2 constant PROT_EXEC (line 1206) | PROT_EXEC = 0x4 constant PROT_NONE (line 1207) | PROT_NONE = 0x0 constant PROT_READ (line 1208) | PROT_READ = 0x1 constant PROT_WRITE (line 1209) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1210) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1211) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1212) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1213) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1214) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1215) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1216) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1217) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1218) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1219) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1220) | PT_CONTINUE = 0x7 constant PT_DETACH (line 1221) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1222) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1223) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1224) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1225) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1226) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1227) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1228) | PT_GETREGS = 0x21 constant PT_GETVFPREGS (line 1229) | PT_GETVFPREGS = 0x40 constant PT_GET_EVENT_MASK (line 1230) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1231) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1232) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1233) | PT_IO = 0xc constant PT_KILL (line 1234) | PT_KILL = 0x8 constant PT_LWPINFO (line 1235) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1236) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1237) | PT_READ_D = 0x2 constant PT_READ_I (line 1238) | PT_READ_I = 0x1 constant PT_RESUME (line 1239) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1240) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1241) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1242) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1243) | PT_SETSTEP = 0x11 constant PT_SETVFPREGS (line 1244) | PT_SETVFPREGS = 0x41 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 = 0x80246987 constant SIOCATMARK (line 1369) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1370) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1371) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1372) | SIOCDIFGROUP = 0x80246989 constant SIOCDIFPHYADDR (line 1373) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1374) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETSGCNT (line 1375) | SIOCGETSGCNT = 0xc0147210 constant SIOCGETVIFCNT (line 1376) | SIOCGETVIFCNT = 0xc014720f 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 = 0xc0086924 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 = 0xc024698a constant SIOCGIFGROUP (line 1392) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFINDEX (line 1393) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1394) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1395) | SIOCGIFMEDIA = 0xc0286938 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 = 0xc028698b 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 = 0xc00c6978 constant SIOCSDRVSPEC (line 1416) | SIOCSDRVSPEC = 0x801c697b 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 VQUIT (line 1727) | VQUIT = 0x9 constant VREPRINT (line 1728) | VREPRINT = 0x6 constant VSTART (line 1729) | VSTART = 0xc constant VSTATUS (line 1730) | VSTATUS = 0x12 constant VSTOP (line 1731) | VSTOP = 0xd constant VSUSP (line 1732) | VSUSP = 0xa constant VTIME (line 1733) | VTIME = 0x11 constant VWERASE (line 1734) | VWERASE = 0x4 constant WCONTINUED (line 1735) | WCONTINUED = 0x4 constant WCOREFLAG (line 1736) | WCOREFLAG = 0x80 constant WEXITED (line 1737) | WEXITED = 0x10 constant WLINUXCLONE (line 1738) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1739) | WNOHANG = 0x1 constant WNOWAIT (line 1740) | WNOWAIT = 0x8 constant WSTOPPED (line 1741) | WSTOPPED = 0x2 constant WTRAPPED (line 1742) | WTRAPPED = 0x20 constant WUNTRACED (line 1743) | WUNTRACED = 0x2 constant E2BIG (line 1748) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1749) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1750) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1751) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1752) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1753) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1754) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1755) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1756) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1757) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1758) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1759) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1760) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1761) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1762) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1763) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1764) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1765) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1766) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1767) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1768) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1769) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1770) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1771) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1772) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1773) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1774) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1775) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1776) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1777) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1778) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1779) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1780) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1781) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1782) | EINVAL = syscall.Errno(0x16) constant EIO (line 1783) | EIO = syscall.Errno(0x5) constant EISCONN (line 1784) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1785) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1786) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1787) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1788) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1789) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1790) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1791) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1792) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1793) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1794) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1795) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1796) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1797) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1798) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1799) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1800) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1801) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1802) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1803) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1804) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1805) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1806) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1807) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1808) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1809) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1810) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1811) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1812) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1813) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1814) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1815) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1816) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1817) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1818) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1819) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1820) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1821) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1822) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1823) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1824) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1825) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1826) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1827) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1828) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1829) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1830) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1831) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1832) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1833) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1834) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1835) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1836) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1837) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1838) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1839) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1840) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1841) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1842) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1843) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1844) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1845) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1846) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1847) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1852) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1853) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1854) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1855) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1856) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1857) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1858) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1859) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1860) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1861) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1862) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1863) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1864) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1865) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1866) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1867) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1868) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1869) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1870) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1871) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1872) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1873) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1874) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1875) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1876) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1877) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1878) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1879) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1880) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1881) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1882) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1883) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1884) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1885) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1886) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x23 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x24 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 = 0x25 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_INET6_SDP (line 32) | AF_INET6_SDP = 0x2a constant AF_INET_SDP (line 33) | AF_INET_SDP = 0x28 constant AF_IPX (line 34) | AF_IPX = 0x17 constant AF_ISDN (line 35) | AF_ISDN = 0x1a constant AF_ISO (line 36) | AF_ISO = 0x7 constant AF_LAT (line 37) | AF_LAT = 0xe constant AF_LINK (line 38) | AF_LINK = 0x12 constant AF_LOCAL (line 39) | AF_LOCAL = 0x1 constant AF_MAX (line 40) | AF_MAX = 0x2a constant AF_NATM (line 41) | AF_NATM = 0x1d constant AF_NETBIOS (line 42) | AF_NETBIOS = 0x6 constant AF_NETGRAPH (line 43) | AF_NETGRAPH = 0x20 constant AF_OSI (line 44) | AF_OSI = 0x7 constant AF_PUP (line 45) | AF_PUP = 0x4 constant AF_ROUTE (line 46) | AF_ROUTE = 0x11 constant AF_SCLUSTER (line 47) | AF_SCLUSTER = 0x22 constant AF_SIP (line 48) | AF_SIP = 0x18 constant AF_SLOW (line 49) | AF_SLOW = 0x21 constant AF_SNA (line 50) | AF_SNA = 0xb constant AF_UNIX (line 51) | AF_UNIX = 0x1 constant AF_UNSPEC (line 52) | AF_UNSPEC = 0x0 constant AF_VENDOR00 (line 53) | AF_VENDOR00 = 0x27 constant AF_VENDOR01 (line 54) | AF_VENDOR01 = 0x29 constant AF_VENDOR02 (line 55) | AF_VENDOR02 = 0x2b constant AF_VENDOR03 (line 56) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 57) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 58) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 59) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 60) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 61) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 62) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 63) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 64) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 65) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 66) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 67) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 68) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 69) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 70) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 71) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 72) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 73) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 74) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 75) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 76) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 77) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 78) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 79) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 80) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 81) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 82) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 83) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 84) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 85) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 86) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 87) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 88) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 89) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 90) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 91) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 92) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 93) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 94) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 95) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 96) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 97) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 98) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 99) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 100) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 101) | ALTWERASE = 0x200 constant B0 (line 102) | B0 = 0x0 constant B110 (line 103) | B110 = 0x6e constant B115200 (line 104) | B115200 = 0x1c200 constant B1200 (line 105) | B1200 = 0x4b0 constant B134 (line 106) | B134 = 0x86 constant B14400 (line 107) | B14400 = 0x3840 constant B150 (line 108) | B150 = 0x96 constant B1800 (line 109) | B1800 = 0x708 constant B19200 (line 110) | B19200 = 0x4b00 constant B200 (line 111) | B200 = 0xc8 constant B230400 (line 112) | B230400 = 0x38400 constant B2400 (line 113) | B2400 = 0x960 constant B28800 (line 114) | B28800 = 0x7080 constant B300 (line 115) | B300 = 0x12c constant B38400 (line 116) | B38400 = 0x9600 constant B460800 (line 117) | B460800 = 0x70800 constant B4800 (line 118) | B4800 = 0x12c0 constant B50 (line 119) | B50 = 0x32 constant B57600 (line 120) | B57600 = 0xe100 constant B600 (line 121) | B600 = 0x258 constant B7200 (line 122) | B7200 = 0x1c20 constant B75 (line 123) | B75 = 0x4b constant B76800 (line 124) | B76800 = 0x12c00 constant B921600 (line 125) | B921600 = 0xe1000 constant B9600 (line 126) | B9600 = 0x2580 constant BIOCFEEDBACK (line 127) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 128) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 129) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 130) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 131) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 132) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 133) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 134) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 135) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 136) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 137) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 138) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 139) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 140) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 141) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 142) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 143) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 144) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 145) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 146) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 147) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 148) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 149) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 150) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 151) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 152) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 153) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 154) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 155) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 156) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 157) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 158) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 159) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 160) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 161) | BIOCVERSION = 0x40044271 constant BPF_A (line 162) | BPF_A = 0x10 constant BPF_ABS (line 163) | BPF_ABS = 0x20 constant BPF_ADD (line 164) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 165) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 166) | BPF_ALU = 0x4 constant BPF_AND (line 167) | BPF_AND = 0x50 constant BPF_B (line 168) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 169) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 170) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 171) | BPF_DIV = 0x30 constant BPF_H (line 172) | BPF_H = 0x8 constant BPF_IMM (line 173) | BPF_IMM = 0x0 constant BPF_IND (line 174) | BPF_IND = 0x40 constant BPF_JA (line 175) | BPF_JA = 0x0 constant BPF_JEQ (line 176) | BPF_JEQ = 0x10 constant BPF_JGE (line 177) | BPF_JGE = 0x30 constant BPF_JGT (line 178) | BPF_JGT = 0x20 constant BPF_JMP (line 179) | BPF_JMP = 0x5 constant BPF_JSET (line 180) | BPF_JSET = 0x40 constant BPF_K (line 181) | BPF_K = 0x0 constant BPF_LD (line 182) | BPF_LD = 0x0 constant BPF_LDX (line 183) | BPF_LDX = 0x1 constant BPF_LEN (line 184) | BPF_LEN = 0x80 constant BPF_LSH (line 185) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 186) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 187) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 188) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 189) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 190) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 191) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 192) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 193) | BPF_MISC = 0x7 constant BPF_MOD (line 194) | BPF_MOD = 0x90 constant BPF_MSH (line 195) | BPF_MSH = 0xa0 constant BPF_MUL (line 196) | BPF_MUL = 0x20 constant BPF_NEG (line 197) | BPF_NEG = 0x80 constant BPF_OR (line 198) | BPF_OR = 0x40 constant BPF_RELEASE (line 199) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 200) | BPF_RET = 0x6 constant BPF_RSH (line 201) | BPF_RSH = 0x70 constant BPF_ST (line 202) | BPF_ST = 0x2 constant BPF_STX (line 203) | BPF_STX = 0x3 constant BPF_SUB (line 204) | BPF_SUB = 0x10 constant BPF_TAX (line 205) | BPF_TAX = 0x0 constant BPF_TXA (line 206) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 207) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 208) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 209) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 210) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 211) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 212) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 213) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 214) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 215) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 216) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 217) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 218) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 219) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 220) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 221) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 222) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 223) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 224) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 225) | BPF_T_NORMAL = 0x0 constant BPF_W (line 226) | BPF_W = 0x0 constant BPF_X (line 227) | BPF_X = 0x8 constant BPF_XOR (line 228) | BPF_XOR = 0xa0 constant BRKINT (line 229) | BRKINT = 0x2 constant CAP_ACCEPT (line 230) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 231) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 232) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 233) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 234) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 235) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 236) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 237) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 238) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 239) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 240) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 241) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 242) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 243) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 244) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 245) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 246) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 247) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 248) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 249) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 250) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 251) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 252) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 253) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 254) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 255) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 256) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 257) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 258) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 259) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 260) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 261) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 262) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 263) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 264) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 265) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 266) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 267) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 268) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 269) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 270) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 271) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 272) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 273) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 274) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 275) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 276) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 277) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 278) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 279) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 280) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 281) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 282) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 283) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 284) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 285) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 286) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 287) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 288) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 289) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 290) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 291) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 292) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 293) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 294) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 295) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 296) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 297) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 298) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 299) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 300) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 301) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 302) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 303) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 304) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 305) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 306) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 307) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 308) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 309) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 310) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 311) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 312) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 313) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 314) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 315) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 316) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 317) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 318) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 319) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 320) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 321) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 322) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 323) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 324) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 325) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 326) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 327) | CFLUSH = 0xf constant CLOCAL (line 328) | CLOCAL = 0x8000 constant CLOCK_MONOTONIC (line 329) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_FAST (line 330) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 331) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 332) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 333) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 334) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_FAST (line 335) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 336) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 337) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 338) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 339) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 340) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 341) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 342) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 343) | CPUSTATES = 0x5 constant CP_IDLE (line 344) | CP_IDLE = 0x4 constant CP_INTR (line 345) | CP_INTR = 0x3 constant CP_NICE (line 346) | CP_NICE = 0x1 constant CP_SYS (line 347) | CP_SYS = 0x2 constant CP_USER (line 348) | CP_USER = 0x0 constant CREAD (line 349) | CREAD = 0x800 constant CRTSCTS (line 350) | CRTSCTS = 0x30000 constant CS5 (line 351) | CS5 = 0x0 constant CS6 (line 352) | CS6 = 0x100 constant CS7 (line 353) | CS7 = 0x200 constant CS8 (line 354) | CS8 = 0x300 constant CSIZE (line 355) | CSIZE = 0x300 constant CSTART (line 356) | CSTART = 0x11 constant CSTATUS (line 357) | CSTATUS = 0x14 constant CSTOP (line 358) | CSTOP = 0x13 constant CSTOPB (line 359) | CSTOPB = 0x400 constant CSUSP (line 360) | CSUSP = 0x1a constant CTL_HW (line 361) | CTL_HW = 0x6 constant CTL_KERN (line 362) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 363) | CTL_MAXNAME = 0x18 constant CTL_NET (line 364) | CTL_NET = 0x4 constant DIOCGATTR (line 365) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 366) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 367) | DIOCGFLUSH = 0x20006487 constant DIOCGFRONTSTUFF (line 368) | DIOCGFRONTSTUFF = 0x40086486 constant DIOCGFWHEADS (line 369) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 370) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 371) | DIOCGIDENT = 0x41006489 constant DIOCGMEDIASIZE (line 372) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 373) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 374) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 375) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 376) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 377) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 378) | DIOCSKERNELDUMP = 0x80506490 constant DIOCSKERNELDUMP_FREEBSD11 (line 379) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCZONECMD (line 380) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 381) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 382) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 383) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 384) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 385) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 386) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 387) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 388) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 389) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 390) | DLT_AURORA = 0x7e constant DLT_AX25 (line 391) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 392) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 393) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 394) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 395) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 396) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 397) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 398) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 399) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 400) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 401) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 402) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 403) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 404) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 405) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 406) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 407) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 408) | DLT_DBUS = 0xe7 constant DLT_DECT (line 409) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 410) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 411) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 412) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 413) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 414) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 415) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 416) | DLT_EN3MB = 0x2 constant DLT_ENC (line 417) | DLT_ENC = 0x6d constant DLT_EPON (line 418) | DLT_EPON = 0x103 constant DLT_ERF (line 419) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 420) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 421) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 422) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 423) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 424) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 425) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 426) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 427) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 428) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 429) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 430) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 431) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 432) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 433) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 434) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 435) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 436) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 437) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 438) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 439) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 440) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 441) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 442) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 443) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 444) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 445) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 446) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 447) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 448) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 449) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 450) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 451) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 452) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 453) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 454) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 455) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 456) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 457) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 458) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 459) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 460) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 461) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 462) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 463) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 464) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 465) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 466) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 467) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 468) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 469) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 470) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 471) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 472) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 473) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 474) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 475) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 476) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 477) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 478) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 479) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 480) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 481) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 482) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 483) | DLT_LAPD = 0xcb constant DLT_LIN (line 484) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 485) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 486) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 487) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 488) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 489) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 490) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 491) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 492) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 493) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 494) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 495) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 496) | DLT_MFR = 0xb6 constant DLT_MOST (line 497) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 498) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 499) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 500) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 501) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 502) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 503) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 504) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 505) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 506) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 507) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 508) | DLT_NFLOG = 0xef constant DLT_NG40 (line 509) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 510) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 511) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 512) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 513) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 514) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 515) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 516) | DLT_PKTAP = 0x102 constant DLT_PPI (line 517) | DLT_PPI = 0xc0 constant DLT_PPP (line 518) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 519) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 520) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 521) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 522) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 523) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 524) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 525) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 526) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 527) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 528) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 529) | DLT_RAW = 0xc constant DLT_RDS (line 530) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 531) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 532) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 533) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 534) | DLT_SCCP = 0x8e constant DLT_SCTP (line 535) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 536) | DLT_SDLC = 0x10c constant DLT_SITA (line 537) | DLT_SITA = 0xc4 constant DLT_SLIP (line 538) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 539) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 540) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 541) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 542) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 543) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 544) | DLT_TZSP = 0x80 constant DLT_USB (line 545) | DLT_USB = 0xba constant DLT_USBPCAP (line 546) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 547) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 548) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 549) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 550) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 551) | DLT_USER0 = 0x93 constant DLT_USER1 (line 552) | DLT_USER1 = 0x94 constant DLT_USER10 (line 553) | DLT_USER10 = 0x9d constant DLT_USER11 (line 554) | DLT_USER11 = 0x9e constant DLT_USER12 (line 555) | DLT_USER12 = 0x9f constant DLT_USER13 (line 556) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 557) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 558) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 559) | DLT_USER2 = 0x95 constant DLT_USER3 (line 560) | DLT_USER3 = 0x96 constant DLT_USER4 (line 561) | DLT_USER4 = 0x97 constant DLT_USER5 (line 562) | DLT_USER5 = 0x98 constant DLT_USER6 (line 563) | DLT_USER6 = 0x99 constant DLT_USER7 (line 564) | DLT_USER7 = 0x9a constant DLT_USER8 (line 565) | DLT_USER8 = 0x9b constant DLT_USER9 (line 566) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 567) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 568) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 569) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 570) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 571) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 572) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 573) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 574) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 575) | DT_BLK = 0x6 constant DT_CHR (line 576) | DT_CHR = 0x2 constant DT_DIR (line 577) | DT_DIR = 0x4 constant DT_FIFO (line 578) | DT_FIFO = 0x1 constant DT_LNK (line 579) | DT_LNK = 0xa constant DT_REG (line 580) | DT_REG = 0x8 constant DT_SOCK (line 581) | DT_SOCK = 0xc constant DT_UNKNOWN (line 582) | DT_UNKNOWN = 0x0 constant DT_WHT (line 583) | DT_WHT = 0xe constant ECHO (line 584) | ECHO = 0x8 constant ECHOCTL (line 585) | ECHOCTL = 0x40 constant ECHOE (line 586) | ECHOE = 0x2 constant ECHOK (line 587) | ECHOK = 0x4 constant ECHOKE (line 588) | ECHOKE = 0x1 constant ECHONL (line 589) | ECHONL = 0x10 constant ECHOPRT (line 590) | ECHOPRT = 0x20 constant EVFILT_AIO (line 591) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 592) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 593) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 594) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 595) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 596) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 597) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 598) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 599) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 600) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 601) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 602) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 603) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 604) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 605) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 606) | EV_ADD = 0x1 constant EV_CLEAR (line 607) | EV_CLEAR = 0x20 constant EV_DELETE (line 608) | EV_DELETE = 0x2 constant EV_DISABLE (line 609) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 610) | EV_DISPATCH = 0x80 constant EV_DROP (line 611) | EV_DROP = 0x1000 constant EV_ENABLE (line 612) | EV_ENABLE = 0x4 constant EV_EOF (line 613) | EV_EOF = 0x8000 constant EV_ERROR (line 614) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 615) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 616) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 617) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 618) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 619) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 620) | EV_SYSFLAGS = 0xf000 constant EXTA (line 621) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 622) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 623) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 624) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 625) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 626) | EXTB = 0x9600 constant EXTPROC (line 627) | EXTPROC = 0x800 constant FD_CLOEXEC (line 628) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 629) | FD_SETSIZE = 0x400 constant FLUSHO (line 630) | FLUSHO = 0x800000 constant F_CANCEL (line 631) | F_CANCEL = 0x5 constant F_DUP2FD (line 632) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 633) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 634) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 635) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 636) | F_GETFD = 0x1 constant F_GETFL (line 637) | F_GETFL = 0x3 constant F_GETLK (line 638) | F_GETLK = 0xb constant F_GETOWN (line 639) | F_GETOWN = 0x5 constant F_OGETLK (line 640) | F_OGETLK = 0x7 constant F_OK (line 641) | F_OK = 0x0 constant F_OSETLK (line 642) | F_OSETLK = 0x8 constant F_OSETLKW (line 643) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 644) | F_RDAHEAD = 0x10 constant F_RDLCK (line 645) | F_RDLCK = 0x1 constant F_READAHEAD (line 646) | F_READAHEAD = 0xf constant F_SETFD (line 647) | F_SETFD = 0x2 constant F_SETFL (line 648) | F_SETFL = 0x4 constant F_SETLK (line 649) | F_SETLK = 0xc constant F_SETLKW (line 650) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 651) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 652) | F_SETOWN = 0x6 constant F_UNLCK (line 653) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 654) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 655) | F_WRLCK = 0x3 constant HUPCL (line 656) | HUPCL = 0x4000 constant HW_MACHINE (line 657) | HW_MACHINE = 0x1 constant ICANON (line 658) | ICANON = 0x100 constant ICMP6_FILTER (line 659) | ICMP6_FILTER = 0x12 constant ICRNL (line 660) | ICRNL = 0x100 constant IEXTEN (line 661) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 662) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 663) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 664) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 665) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 666) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 667) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 668) | IFF_CANTCHANGE = 0x218f52 constant IFF_CANTCONFIG (line 669) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 670) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 671) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 672) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 673) | IFF_DYING = 0x200000 constant IFF_LINK0 (line 674) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 675) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 676) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 677) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 678) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 679) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 680) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 681) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 682) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 683) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 684) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 685) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 686) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 687) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 688) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 689) | IFF_STATICARP = 0x80000 constant IFF_UP (line 690) | IFF_UP = 0x1 constant IFNAMSIZ (line 691) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 692) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 693) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 694) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 695) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 696) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 697) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 698) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 699) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 700) | IGNBRK = 0x1 constant IGNCR (line 701) | IGNCR = 0x80 constant IGNPAR (line 702) | IGNPAR = 0x4 constant IMAXBEL (line 703) | IMAXBEL = 0x2000 constant INLCR (line 704) | INLCR = 0x40 constant INPCK (line 705) | INPCK = 0x10 constant IN_CLASSA_HOST (line 706) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 707) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 708) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 709) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 710) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 711) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 712) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 713) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 714) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 715) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 716) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 717) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 718) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 719) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 720) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_MASK (line 721) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 722) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 723) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 724) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 725) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 726) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 727) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 728) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 729) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 730) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 731) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 732) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 733) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 734) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 735) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 736) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 737) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 738) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 739) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 740) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 741) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 742) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 743) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 744) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 745) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 746) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 747) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 748) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 749) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 750) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 751) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 752) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 753) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 754) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 755) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 756) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 757) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 758) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 759) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 760) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 761) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 762) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 763) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 764) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 765) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 766) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 767) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 768) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 769) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 770) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 771) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 772) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 773) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 774) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 775) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 776) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 777) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 778) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 779) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 780) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 781) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 782) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 783) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 784) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 785) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 786) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 787) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 788) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 789) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 790) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 791) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 792) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 793) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 794) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 795) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 796) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 797) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 798) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 799) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 800) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 801) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 802) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 803) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 804) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 805) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 806) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 807) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 808) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 809) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 810) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 811) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 812) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 813) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 814) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 815) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 816) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 817) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 818) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 819) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 820) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 821) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 822) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 823) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 824) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 825) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 826) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 827) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 828) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 829) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 830) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 831) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 832) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 833) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 834) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 835) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 836) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 837) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 838) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 839) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 840) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 841) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 842) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 843) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 844) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 845) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 846) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 847) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 848) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 849) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 850) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 851) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 852) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 853) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 854) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 855) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 856) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 857) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 858) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 859) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 860) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 861) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 862) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 863) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 864) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 865) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 866) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 867) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 868) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 869) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 870) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 871) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 872) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 873) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 874) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 875) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 876) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 877) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 878) | IPV6_MSFILTER = 0x4a constant IPV6_MULTICAST_HOPS (line 879) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 880) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 881) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 882) | IPV6_NEXTHOP = 0x30 constant IPV6_ORIGDSTADDR (line 883) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 884) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 885) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 886) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 887) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 888) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 889) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 890) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 891) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 892) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 893) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 894) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 895) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 896) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 897) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 898) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 899) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 900) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 901) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 902) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 903) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 904) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 905) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 906) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 907) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 908) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 909) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 910) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 911) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 912) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 913) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 914) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 915) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 916) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 917) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 918) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 919) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 920) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 921) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 922) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 923) | IP_DF = 0x4000 constant IP_DONTFRAG (line 924) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 925) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 926) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 927) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 928) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 929) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 930) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 931) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 932) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 933) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 934) | IP_FW3 = 0x30 constant IP_FW_ADD (line 935) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 936) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 937) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 938) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 939) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 940) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 941) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 942) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 943) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 944) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 945) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 946) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 947) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 948) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 949) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 950) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 951) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 952) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 953) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 954) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 955) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 956) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 959) | IP_MSFILTER = 0x4a constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 964) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 965) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 966) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 967) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 968) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 969) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 970) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 971) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 972) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 973) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 974) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 975) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 976) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 977) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 978) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 979) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 980) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 981) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 982) | IP_RETOPTS = 0x8 constant IP_RF (line 983) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 984) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 985) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 986) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 987) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 988) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 989) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 990) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 991) | IP_TOS = 0x3 constant IP_TTL (line 992) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 993) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 994) | IP_VLAN_PCP = 0x4b constant ISIG (line 995) | ISIG = 0x80 constant ISTRIP (line 996) | ISTRIP = 0x20 constant ITIMER_PROF (line 997) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 998) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 999) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1000) | IXANY = 0x800 constant IXOFF (line 1001) | IXOFF = 0x400 constant IXON (line 1002) | IXON = 0x200 constant KERN_HOSTNAME (line 1003) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1004) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1005) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1006) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1007) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1008) | LOCAL_CREDS = 0x2 constant LOCAL_PEERCRED (line 1009) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1010) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1011) | LOCK_EX = 0x2 constant LOCK_NB (line 1012) | LOCK_NB = 0x4 constant LOCK_SH (line 1013) | LOCK_SH = 0x1 constant LOCK_UN (line 1014) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1015) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1016) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1017) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1018) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1019) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1020) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1021) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1022) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1023) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1024) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1025) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1026) | MAP_32BIT = 0x80000 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 = 0x40 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_GET_EVENT_MASK (line 1230) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1231) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1232) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1233) | PT_IO = 0xc constant PT_KILL (line 1234) | PT_KILL = 0x8 constant PT_LWPINFO (line 1235) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1236) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1237) | PT_READ_D = 0x2 constant PT_READ_I (line 1238) | PT_READ_I = 0x1 constant PT_RESUME (line 1239) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1240) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1241) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1242) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1243) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1244) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1245) | PT_STEP = 0x9 constant PT_SUSPEND (line 1246) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1247) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1248) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1249) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1250) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1251) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1252) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1253) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1254) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1255) | P_ZONEID = 0xc constant RLIMIT_AS (line 1256) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1257) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1258) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1259) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1260) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1261) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1262) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1263) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1264) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1265) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1266) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1267) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1268) | RTAX_BRD = 0x7 constant RTAX_DST (line 1269) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1270) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1271) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1272) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1273) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1274) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1275) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1276) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1277) | RTA_BRD = 0x80 constant RTA_DST (line 1278) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1279) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1280) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1281) | RTA_IFA = 0x20 constant RTA_IFP (line 1282) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1283) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1284) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1285) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1286) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1287) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1288) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1289) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1290) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1291) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1292) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1293) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1294) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1295) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1296) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1297) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1298) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1299) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1300) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1301) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1302) | RTF_REJECT = 0x8 constant RTF_RNH_LOCKED (line 1303) | RTF_RNH_LOCKED = 0x40000000 constant RTF_STATIC (line 1304) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1305) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1306) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1307) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1308) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1309) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1310) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1311) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1312) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1313) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1314) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1315) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1316) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1317) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1318) | RTM_LOSING = 0x5 constant RTM_MISS (line 1319) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1320) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1321) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1322) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1323) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1324) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1325) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1326) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1327) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1328) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1329) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1330) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1331) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1332) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1333) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1334) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1335) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1336) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1337) | RT_DEFAULT_FIB = 0x0 constant RT_HAS_GW (line 1338) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1339) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1340) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1341) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1342) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1343) | RT_LLE_CACHE = 0x100 constant RT_MAY_LOOP (line 1344) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1345) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1346) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1347) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1348) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1349) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1350) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1351) | SCM_CREDS = 0x3 constant SCM_MONOTONIC (line 1352) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1353) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1354) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1355) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1356) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1357) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1358) | SEEK_DATA = 0x3 constant SEEK_END (line 1359) | SEEK_END = 0x2 constant SEEK_HOLE (line 1360) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1361) | SEEK_SET = 0x0 constant SHUT_RD (line 1362) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1363) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1364) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1365) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1366) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1367) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1368) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1369) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1370) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1371) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1372) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1373) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1374) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1375) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1376) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1377) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1378) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1379) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1380) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1381) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1382) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1383) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDESCR (line 1384) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1385) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1386) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1387) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1388) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1389) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1390) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1391) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1392) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1393) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1394) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1395) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1396) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1397) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1398) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1399) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1400) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1401) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1402) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1403) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1404) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1405) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1406) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1407) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1408) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1409) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1410) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1411) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1412) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1413) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1414) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1415) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1416) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1417) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1418) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1419) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1420) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1421) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1422) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1423) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1424) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1425) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1426) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1427) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1428) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1429) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1430) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1431) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1432) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1433) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1434) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1435) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1436) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1437) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1438) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1439) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1440) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1441) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1442) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1443) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1444) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1445) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1446) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1447) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1448) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1449) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1450) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1451) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1452) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1453) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1454) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1455) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1456) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1457) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1458) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1459) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1460) | SO_LABEL = 0x1009 constant SO_LINGER (line 1461) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1462) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1463) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1464) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1465) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1466) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1467) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1468) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1469) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1470) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1471) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1472) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1473) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1474) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1475) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1476) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1477) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1478) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1479) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1480) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1481) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1482) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1483) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1484) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1485) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1486) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1487) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1488) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1489) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1490) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1491) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1492) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1493) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1494) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1495) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1496) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1497) | S_IEXEC = 0x40 constant S_IFBLK (line 1498) | S_IFBLK = 0x6000 constant S_IFCHR (line 1499) | S_IFCHR = 0x2000 constant S_IFDIR (line 1500) | S_IFDIR = 0x4000 constant S_IFIFO (line 1501) | S_IFIFO = 0x1000 constant S_IFLNK (line 1502) | S_IFLNK = 0xa000 constant S_IFMT (line 1503) | S_IFMT = 0xf000 constant S_IFREG (line 1504) | S_IFREG = 0x8000 constant S_IFSOCK (line 1505) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1506) | S_IFWHT = 0xe000 constant S_IREAD (line 1507) | S_IREAD = 0x100 constant S_IRGRP (line 1508) | S_IRGRP = 0x20 constant S_IROTH (line 1509) | S_IROTH = 0x4 constant S_IRUSR (line 1510) | S_IRUSR = 0x100 constant S_IRWXG (line 1511) | S_IRWXG = 0x38 constant S_IRWXO (line 1512) | S_IRWXO = 0x7 constant S_IRWXU (line 1513) | S_IRWXU = 0x1c0 constant S_ISGID (line 1514) | S_ISGID = 0x400 constant S_ISTXT (line 1515) | S_ISTXT = 0x200 constant S_ISUID (line 1516) | S_ISUID = 0x800 constant S_ISVTX (line 1517) | S_ISVTX = 0x200 constant S_IWGRP (line 1518) | S_IWGRP = 0x10 constant S_IWOTH (line 1519) | S_IWOTH = 0x2 constant S_IWRITE (line 1520) | S_IWRITE = 0x80 constant S_IWUSR (line 1521) | S_IWUSR = 0x80 constant S_IXGRP (line 1522) | S_IXGRP = 0x8 constant S_IXOTH (line 1523) | S_IXOTH = 0x1 constant S_IXUSR (line 1524) | S_IXUSR = 0x40 constant TAB0 (line 1525) | TAB0 = 0x0 constant TAB3 (line 1526) | TAB3 = 0x4 constant TABDLY (line 1527) | TABDLY = 0x4 constant TCIFLUSH (line 1528) | TCIFLUSH = 0x1 constant TCIOFF (line 1529) | TCIOFF = 0x3 constant TCIOFLUSH (line 1530) | TCIOFLUSH = 0x3 constant TCION (line 1531) | TCION = 0x4 constant TCOFLUSH (line 1532) | TCOFLUSH = 0x2 constant TCOOFF (line 1533) | TCOOFF = 0x1 constant TCOON (line 1534) | TCOON = 0x2 constant TCPOPT_EOL (line 1535) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1536) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1537) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1538) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1539) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1540) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1541) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1542) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1543) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1544) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1545) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1546) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1547) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1548) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1549) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1550) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1551) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1552) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1553) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1554) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1555) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1556) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1557) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1558) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1559) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1560) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1561) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1562) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1563) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1564) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1565) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1566) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1567) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1568) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1569) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1570) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1571) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_RTT_USE (line 1572) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1573) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1574) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1575) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1576) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1577) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1578) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1579) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1580) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1581) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1582) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1583) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1584) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1585) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1586) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1587) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1588) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1589) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1590) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1591) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1592) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DELACK (line 1593) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1594) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1595) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1596) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1597) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FUNCTION_BLK (line 1598) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1599) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_INFO (line 1600) | TCP_INFO = 0x20 constant TCP_KEEPCNT (line 1601) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1602) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1603) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1604) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1605) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1606) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1607) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1608) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1609) | TCP_LOGID = 0x24 constant TCP_LOG_ID_LEN (line 1610) | TCP_LOG_ID_LEN = 0x40 constant TCP_MAXBURST (line 1611) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1612) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1613) | TCP_MAXOLEN = 0x28 constant TCP_MAXSEG (line 1614) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1615) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1616) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1617) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1618) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1619) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1620) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1621) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1622) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1623) | TCP_NOPUSH = 0x4 constant TCP_PCAP_IN (line 1624) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1625) | TCP_PCAP_OUT = 0x800 constant TCP_RACK_EARLY_RECOV (line 1626) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1627) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_GP_INCREASE (line 1628) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_IDLE_REDUCE_HIGH (line 1629) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MIN_PACE (line 1630) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1631) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1632) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_PACE_ALWAYS (line 1633) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1634) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_REDUCE (line 1635) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PKT_DELAY (line 1636) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROP (line 1637) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1638) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1639) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1640) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1641) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_TLP_INC_VAR (line 1642) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1643) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1644) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1645) | TCP_RACK_TLP_USE = 0x447 constant TCP_VENDOR (line 1646) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1647) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1648) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1649) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1650) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1651) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1652) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1653) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1654) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1655) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1656) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1657) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1658) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1659) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1660) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1661) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1662) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1663) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1664) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1665) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1666) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1667) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1668) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1669) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1670) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1671) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1672) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1673) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1674) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1675) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1676) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1677) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1678) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1679) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1680) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1681) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1682) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1683) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1684) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1685) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1686) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1687) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1688) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1689) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1690) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1691) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1692) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1693) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1694) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1695) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1696) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1697) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1698) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1699) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1700) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1701) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1702) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1703) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1704) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1705) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1706) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1707) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1708) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1709) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1710) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1711) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1712) | TOSTOP = 0x400000 constant UTIME_NOW (line 1713) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1714) | UTIME_OMIT = -0x2 constant VDISCARD (line 1715) | VDISCARD = 0xf constant VDSUSP (line 1716) | VDSUSP = 0xb constant VEOF (line 1717) | VEOF = 0x0 constant VEOL (line 1718) | VEOL = 0x1 constant VEOL2 (line 1719) | VEOL2 = 0x2 constant VERASE (line 1720) | VERASE = 0x3 constant VERASE2 (line 1721) | VERASE2 = 0x7 constant VINTR (line 1722) | VINTR = 0x8 constant VKILL (line 1723) | VKILL = 0x5 constant VLNEXT (line 1724) | VLNEXT = 0xe constant VMIN (line 1725) | VMIN = 0x10 constant VM_BCACHE_SIZE_MAX (line 1726) | VM_BCACHE_SIZE_MAX = 0x19000000 constant VQUIT (line 1727) | VQUIT = 0x9 constant VREPRINT (line 1728) | VREPRINT = 0x6 constant VSTART (line 1729) | VSTART = 0xc constant VSTATUS (line 1730) | VSTATUS = 0x12 constant VSTOP (line 1731) | VSTOP = 0xd constant VSUSP (line 1732) | VSUSP = 0xa constant VTIME (line 1733) | VTIME = 0x11 constant VWERASE (line 1734) | VWERASE = 0x4 constant WCONTINUED (line 1735) | WCONTINUED = 0x4 constant WCOREFLAG (line 1736) | WCOREFLAG = 0x80 constant WEXITED (line 1737) | WEXITED = 0x10 constant WLINUXCLONE (line 1738) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1739) | WNOHANG = 0x1 constant WNOWAIT (line 1740) | WNOWAIT = 0x8 constant WSTOPPED (line 1741) | WSTOPPED = 0x2 constant WTRAPPED (line 1742) | WTRAPPED = 0x20 constant WUNTRACED (line 1743) | WUNTRACED = 0x2 constant E2BIG (line 1748) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1749) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1750) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1751) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1752) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1753) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1754) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1755) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1756) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1757) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1758) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1759) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1760) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1761) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1762) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1763) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1764) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1765) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1766) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1767) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1768) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1769) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1770) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1771) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1772) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1773) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1774) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1775) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1776) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1777) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1778) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1779) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1780) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1781) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1782) | EINVAL = syscall.Errno(0x16) constant EIO (line 1783) | EIO = syscall.Errno(0x5) constant EISCONN (line 1784) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1785) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1786) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1787) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1788) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1789) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1790) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1791) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1792) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1793) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1794) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1795) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1796) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1797) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1798) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1799) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1800) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1801) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1802) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1803) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1804) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1805) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1806) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1807) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1808) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1809) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1810) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1811) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1812) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1813) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1814) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1815) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1816) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1817) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1818) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1819) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1820) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1821) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1822) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1823) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1824) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1825) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1826) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1827) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1828) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1829) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1830) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1831) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1832) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1833) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1834) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1835) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1836) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1837) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1838) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1839) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1840) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1841) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1842) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1843) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1844) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1845) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1846) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1847) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1852) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1853) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1854) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1855) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1856) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1857) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1858) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1859) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1860) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1861) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1862) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1863) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1864) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1865) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1866) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1867) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1868) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1869) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1870) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1871) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1872) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1873) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1874) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1875) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1876) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1877) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1878) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1879) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1880) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1881) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1882) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1883) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1884) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1885) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1886) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x23 constant AF_ATM (line 16) | AF_ATM = 0x1e constant AF_BLUETOOTH (line 17) | AF_BLUETOOTH = 0x24 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_HYPERV (line 28) | AF_HYPERV = 0x2b 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 = 0x2b 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_VENDOR03 (line 56) | AF_VENDOR03 = 0x2d constant AF_VENDOR04 (line 57) | AF_VENDOR04 = 0x2f constant AF_VENDOR05 (line 58) | AF_VENDOR05 = 0x31 constant AF_VENDOR06 (line 59) | AF_VENDOR06 = 0x33 constant AF_VENDOR07 (line 60) | AF_VENDOR07 = 0x35 constant AF_VENDOR08 (line 61) | AF_VENDOR08 = 0x37 constant AF_VENDOR09 (line 62) | AF_VENDOR09 = 0x39 constant AF_VENDOR10 (line 63) | AF_VENDOR10 = 0x3b constant AF_VENDOR11 (line 64) | AF_VENDOR11 = 0x3d constant AF_VENDOR12 (line 65) | AF_VENDOR12 = 0x3f constant AF_VENDOR13 (line 66) | AF_VENDOR13 = 0x41 constant AF_VENDOR14 (line 67) | AF_VENDOR14 = 0x43 constant AF_VENDOR15 (line 68) | AF_VENDOR15 = 0x45 constant AF_VENDOR16 (line 69) | AF_VENDOR16 = 0x47 constant AF_VENDOR17 (line 70) | AF_VENDOR17 = 0x49 constant AF_VENDOR18 (line 71) | AF_VENDOR18 = 0x4b constant AF_VENDOR19 (line 72) | AF_VENDOR19 = 0x4d constant AF_VENDOR20 (line 73) | AF_VENDOR20 = 0x4f constant AF_VENDOR21 (line 74) | AF_VENDOR21 = 0x51 constant AF_VENDOR22 (line 75) | AF_VENDOR22 = 0x53 constant AF_VENDOR23 (line 76) | AF_VENDOR23 = 0x55 constant AF_VENDOR24 (line 77) | AF_VENDOR24 = 0x57 constant AF_VENDOR25 (line 78) | AF_VENDOR25 = 0x59 constant AF_VENDOR26 (line 79) | AF_VENDOR26 = 0x5b constant AF_VENDOR27 (line 80) | AF_VENDOR27 = 0x5d constant AF_VENDOR28 (line 81) | AF_VENDOR28 = 0x5f constant AF_VENDOR29 (line 82) | AF_VENDOR29 = 0x61 constant AF_VENDOR30 (line 83) | AF_VENDOR30 = 0x63 constant AF_VENDOR31 (line 84) | AF_VENDOR31 = 0x65 constant AF_VENDOR32 (line 85) | AF_VENDOR32 = 0x67 constant AF_VENDOR33 (line 86) | AF_VENDOR33 = 0x69 constant AF_VENDOR34 (line 87) | AF_VENDOR34 = 0x6b constant AF_VENDOR35 (line 88) | AF_VENDOR35 = 0x6d constant AF_VENDOR36 (line 89) | AF_VENDOR36 = 0x6f constant AF_VENDOR37 (line 90) | AF_VENDOR37 = 0x71 constant AF_VENDOR38 (line 91) | AF_VENDOR38 = 0x73 constant AF_VENDOR39 (line 92) | AF_VENDOR39 = 0x75 constant AF_VENDOR40 (line 93) | AF_VENDOR40 = 0x77 constant AF_VENDOR41 (line 94) | AF_VENDOR41 = 0x79 constant AF_VENDOR42 (line 95) | AF_VENDOR42 = 0x7b constant AF_VENDOR43 (line 96) | AF_VENDOR43 = 0x7d constant AF_VENDOR44 (line 97) | AF_VENDOR44 = 0x7f constant AF_VENDOR45 (line 98) | AF_VENDOR45 = 0x81 constant AF_VENDOR46 (line 99) | AF_VENDOR46 = 0x83 constant AF_VENDOR47 (line 100) | AF_VENDOR47 = 0x85 constant ALTWERASE (line 101) | ALTWERASE = 0x200 constant B0 (line 102) | B0 = 0x0 constant B1000000 (line 103) | B1000000 = 0xf4240 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 B1500000 (line 110) | B1500000 = 0x16e360 constant B1800 (line 111) | B1800 = 0x708 constant B19200 (line 112) | B19200 = 0x4b00 constant B200 (line 113) | B200 = 0xc8 constant B2000000 (line 114) | B2000000 = 0x1e8480 constant B230400 (line 115) | B230400 = 0x38400 constant B2400 (line 116) | B2400 = 0x960 constant B2500000 (line 117) | B2500000 = 0x2625a0 constant B28800 (line 118) | B28800 = 0x7080 constant B300 (line 119) | B300 = 0x12c constant B3000000 (line 120) | B3000000 = 0x2dc6c0 constant B3500000 (line 121) | B3500000 = 0x3567e0 constant B38400 (line 122) | B38400 = 0x9600 constant B4000000 (line 123) | B4000000 = 0x3d0900 constant B460800 (line 124) | B460800 = 0x70800 constant B4800 (line 125) | B4800 = 0x12c0 constant B50 (line 126) | B50 = 0x32 constant B500000 (line 127) | B500000 = 0x7a120 constant B57600 (line 128) | B57600 = 0xe100 constant B600 (line 129) | B600 = 0x258 constant B7200 (line 130) | B7200 = 0x1c20 constant B75 (line 131) | B75 = 0x4b constant B76800 (line 132) | B76800 = 0x12c00 constant B921600 (line 133) | B921600 = 0xe1000 constant B9600 (line 134) | B9600 = 0x2580 constant BIOCFEEDBACK (line 135) | BIOCFEEDBACK = 0x8004427c constant BIOCFLUSH (line 136) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 137) | BIOCGBLEN = 0x40044266 constant BIOCGDIRECTION (line 138) | BIOCGDIRECTION = 0x40044276 constant BIOCGDLT (line 139) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 140) | BIOCGDLTLIST = 0xc0104279 constant BIOCGETBUFMODE (line 141) | BIOCGETBUFMODE = 0x4004427d constant BIOCGETIF (line 142) | BIOCGETIF = 0x4020426b constant BIOCGETZMAX (line 143) | BIOCGETZMAX = 0x4008427f constant BIOCGHDRCMPLT (line 144) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 145) | BIOCGRSIG = 0x40044272 constant BIOCGRTIMEOUT (line 146) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSEESENT (line 147) | BIOCGSEESENT = 0x40044276 constant BIOCGSTATS (line 148) | BIOCGSTATS = 0x4008426f constant BIOCGTSTAMP (line 149) | BIOCGTSTAMP = 0x40044283 constant BIOCIMMEDIATE (line 150) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 151) | BIOCLOCK = 0x2000427a constant BIOCPROMISC (line 152) | BIOCPROMISC = 0x20004269 constant BIOCROTZBUF (line 153) | BIOCROTZBUF = 0x40184280 constant BIOCSBLEN (line 154) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRECTION (line 155) | BIOCSDIRECTION = 0x80044277 constant BIOCSDLT (line 156) | BIOCSDLT = 0x80044278 constant BIOCSETBUFMODE (line 157) | BIOCSETBUFMODE = 0x8004427e constant BIOCSETF (line 158) | BIOCSETF = 0x80104267 constant BIOCSETFNR (line 159) | BIOCSETFNR = 0x80104282 constant BIOCSETIF (line 160) | BIOCSETIF = 0x8020426c constant BIOCSETVLANPCP (line 161) | BIOCSETVLANPCP = 0x80044285 constant BIOCSETWF (line 162) | BIOCSETWF = 0x8010427b constant BIOCSETZBUF (line 163) | BIOCSETZBUF = 0x80184281 constant BIOCSHDRCMPLT (line 164) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 165) | BIOCSRSIG = 0x80044273 constant BIOCSRTIMEOUT (line 166) | BIOCSRTIMEOUT = 0x8010426d constant BIOCSSEESENT (line 167) | BIOCSSEESENT = 0x80044277 constant BIOCSTSTAMP (line 168) | BIOCSTSTAMP = 0x80044284 constant BIOCVERSION (line 169) | BIOCVERSION = 0x40044271 constant BPF_A (line 170) | BPF_A = 0x10 constant BPF_ABS (line 171) | BPF_ABS = 0x20 constant BPF_ADD (line 172) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 173) | BPF_ALIGNMENT = 0x8 constant BPF_ALU (line 174) | BPF_ALU = 0x4 constant BPF_AND (line 175) | BPF_AND = 0x50 constant BPF_B (line 176) | BPF_B = 0x10 constant BPF_BUFMODE_BUFFER (line 177) | BPF_BUFMODE_BUFFER = 0x1 constant BPF_BUFMODE_ZBUF (line 178) | BPF_BUFMODE_ZBUF = 0x2 constant BPF_DIV (line 179) | BPF_DIV = 0x30 constant BPF_H (line 180) | BPF_H = 0x8 constant BPF_IMM (line 181) | BPF_IMM = 0x0 constant BPF_IND (line 182) | BPF_IND = 0x40 constant BPF_JA (line 183) | BPF_JA = 0x0 constant BPF_JEQ (line 184) | BPF_JEQ = 0x10 constant BPF_JGE (line 185) | BPF_JGE = 0x30 constant BPF_JGT (line 186) | BPF_JGT = 0x20 constant BPF_JMP (line 187) | BPF_JMP = 0x5 constant BPF_JSET (line 188) | BPF_JSET = 0x40 constant BPF_K (line 189) | BPF_K = 0x0 constant BPF_LD (line 190) | BPF_LD = 0x0 constant BPF_LDX (line 191) | BPF_LDX = 0x1 constant BPF_LEN (line 192) | BPF_LEN = 0x80 constant BPF_LSH (line 193) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 194) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 195) | BPF_MAXBUFSIZE = 0x80000 constant BPF_MAXINSNS (line 196) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 197) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 198) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 199) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 200) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 201) | BPF_MISC = 0x7 constant BPF_MOD (line 202) | BPF_MOD = 0x90 constant BPF_MSH (line 203) | BPF_MSH = 0xa0 constant BPF_MUL (line 204) | BPF_MUL = 0x20 constant BPF_NEG (line 205) | BPF_NEG = 0x80 constant BPF_OR (line 206) | BPF_OR = 0x40 constant BPF_RELEASE (line 207) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 208) | BPF_RET = 0x6 constant BPF_RSH (line 209) | BPF_RSH = 0x70 constant BPF_ST (line 210) | BPF_ST = 0x2 constant BPF_STX (line 211) | BPF_STX = 0x3 constant BPF_SUB (line 212) | BPF_SUB = 0x10 constant BPF_TAX (line 213) | BPF_TAX = 0x0 constant BPF_TXA (line 214) | BPF_TXA = 0x80 constant BPF_T_BINTIME (line 215) | BPF_T_BINTIME = 0x2 constant BPF_T_BINTIME_FAST (line 216) | BPF_T_BINTIME_FAST = 0x102 constant BPF_T_BINTIME_MONOTONIC (line 217) | BPF_T_BINTIME_MONOTONIC = 0x202 constant BPF_T_BINTIME_MONOTONIC_FAST (line 218) | BPF_T_BINTIME_MONOTONIC_FAST = 0x302 constant BPF_T_FAST (line 219) | BPF_T_FAST = 0x100 constant BPF_T_FLAG_MASK (line 220) | BPF_T_FLAG_MASK = 0x300 constant BPF_T_FORMAT_MASK (line 221) | BPF_T_FORMAT_MASK = 0x3 constant BPF_T_MICROTIME (line 222) | BPF_T_MICROTIME = 0x0 constant BPF_T_MICROTIME_FAST (line 223) | BPF_T_MICROTIME_FAST = 0x100 constant BPF_T_MICROTIME_MONOTONIC (line 224) | BPF_T_MICROTIME_MONOTONIC = 0x200 constant BPF_T_MICROTIME_MONOTONIC_FAST (line 225) | BPF_T_MICROTIME_MONOTONIC_FAST = 0x300 constant BPF_T_MONOTONIC (line 226) | BPF_T_MONOTONIC = 0x200 constant BPF_T_MONOTONIC_FAST (line 227) | BPF_T_MONOTONIC_FAST = 0x300 constant BPF_T_NANOTIME (line 228) | BPF_T_NANOTIME = 0x1 constant BPF_T_NANOTIME_FAST (line 229) | BPF_T_NANOTIME_FAST = 0x101 constant BPF_T_NANOTIME_MONOTONIC (line 230) | BPF_T_NANOTIME_MONOTONIC = 0x201 constant BPF_T_NANOTIME_MONOTONIC_FAST (line 231) | BPF_T_NANOTIME_MONOTONIC_FAST = 0x301 constant BPF_T_NONE (line 232) | BPF_T_NONE = 0x3 constant BPF_T_NORMAL (line 233) | BPF_T_NORMAL = 0x0 constant BPF_W (line 234) | BPF_W = 0x0 constant BPF_X (line 235) | BPF_X = 0x8 constant BPF_XOR (line 236) | BPF_XOR = 0xa0 constant BRKINT (line 237) | BRKINT = 0x2 constant CAP_ACCEPT (line 238) | CAP_ACCEPT = 0x200000020000000 constant CAP_ACL_CHECK (line 239) | CAP_ACL_CHECK = 0x400000000010000 constant CAP_ACL_DELETE (line 240) | CAP_ACL_DELETE = 0x400000000020000 constant CAP_ACL_GET (line 241) | CAP_ACL_GET = 0x400000000040000 constant CAP_ACL_SET (line 242) | CAP_ACL_SET = 0x400000000080000 constant CAP_ALL0 (line 243) | CAP_ALL0 = 0x20007ffffffffff constant CAP_ALL1 (line 244) | CAP_ALL1 = 0x4000000001fffff constant CAP_BIND (line 245) | CAP_BIND = 0x200000040000000 constant CAP_BINDAT (line 246) | CAP_BINDAT = 0x200008000000400 constant CAP_CHFLAGSAT (line 247) | CAP_CHFLAGSAT = 0x200000000001400 constant CAP_CONNECT (line 248) | CAP_CONNECT = 0x200000080000000 constant CAP_CONNECTAT (line 249) | CAP_CONNECTAT = 0x200010000000400 constant CAP_CREATE (line 250) | CAP_CREATE = 0x200000000000040 constant CAP_EVENT (line 251) | CAP_EVENT = 0x400000000000020 constant CAP_EXTATTR_DELETE (line 252) | CAP_EXTATTR_DELETE = 0x400000000001000 constant CAP_EXTATTR_GET (line 253) | CAP_EXTATTR_GET = 0x400000000002000 constant CAP_EXTATTR_LIST (line 254) | CAP_EXTATTR_LIST = 0x400000000004000 constant CAP_EXTATTR_SET (line 255) | CAP_EXTATTR_SET = 0x400000000008000 constant CAP_FCHDIR (line 256) | CAP_FCHDIR = 0x200000000000800 constant CAP_FCHFLAGS (line 257) | CAP_FCHFLAGS = 0x200000000001000 constant CAP_FCHMOD (line 258) | CAP_FCHMOD = 0x200000000002000 constant CAP_FCHMODAT (line 259) | CAP_FCHMODAT = 0x200000000002400 constant CAP_FCHOWN (line 260) | CAP_FCHOWN = 0x200000000004000 constant CAP_FCHOWNAT (line 261) | CAP_FCHOWNAT = 0x200000000004400 constant CAP_FCNTL (line 262) | CAP_FCNTL = 0x200000000008000 constant CAP_FCNTL_ALL (line 263) | CAP_FCNTL_ALL = 0x78 constant CAP_FCNTL_GETFL (line 264) | CAP_FCNTL_GETFL = 0x8 constant CAP_FCNTL_GETOWN (line 265) | CAP_FCNTL_GETOWN = 0x20 constant CAP_FCNTL_SETFL (line 266) | CAP_FCNTL_SETFL = 0x10 constant CAP_FCNTL_SETOWN (line 267) | CAP_FCNTL_SETOWN = 0x40 constant CAP_FEXECVE (line 268) | CAP_FEXECVE = 0x200000000000080 constant CAP_FLOCK (line 269) | CAP_FLOCK = 0x200000000010000 constant CAP_FPATHCONF (line 270) | CAP_FPATHCONF = 0x200000000020000 constant CAP_FSCK (line 271) | CAP_FSCK = 0x200000000040000 constant CAP_FSTAT (line 272) | CAP_FSTAT = 0x200000000080000 constant CAP_FSTATAT (line 273) | CAP_FSTATAT = 0x200000000080400 constant CAP_FSTATFS (line 274) | CAP_FSTATFS = 0x200000000100000 constant CAP_FSYNC (line 275) | CAP_FSYNC = 0x200000000000100 constant CAP_FTRUNCATE (line 276) | CAP_FTRUNCATE = 0x200000000000200 constant CAP_FUTIMES (line 277) | CAP_FUTIMES = 0x200000000200000 constant CAP_FUTIMESAT (line 278) | CAP_FUTIMESAT = 0x200000000200400 constant CAP_GETPEERNAME (line 279) | CAP_GETPEERNAME = 0x200000100000000 constant CAP_GETSOCKNAME (line 280) | CAP_GETSOCKNAME = 0x200000200000000 constant CAP_GETSOCKOPT (line 281) | CAP_GETSOCKOPT = 0x200000400000000 constant CAP_IOCTL (line 282) | CAP_IOCTL = 0x400000000000080 constant CAP_IOCTLS_ALL (line 283) | CAP_IOCTLS_ALL = 0x7fffffffffffffff constant CAP_KQUEUE (line 284) | CAP_KQUEUE = 0x400000000100040 constant CAP_KQUEUE_CHANGE (line 285) | CAP_KQUEUE_CHANGE = 0x400000000100000 constant CAP_KQUEUE_EVENT (line 286) | CAP_KQUEUE_EVENT = 0x400000000000040 constant CAP_LINKAT_SOURCE (line 287) | CAP_LINKAT_SOURCE = 0x200020000000400 constant CAP_LINKAT_TARGET (line 288) | CAP_LINKAT_TARGET = 0x200000000400400 constant CAP_LISTEN (line 289) | CAP_LISTEN = 0x200000800000000 constant CAP_LOOKUP (line 290) | CAP_LOOKUP = 0x200000000000400 constant CAP_MAC_GET (line 291) | CAP_MAC_GET = 0x400000000000001 constant CAP_MAC_SET (line 292) | CAP_MAC_SET = 0x400000000000002 constant CAP_MKDIRAT (line 293) | CAP_MKDIRAT = 0x200000000800400 constant CAP_MKFIFOAT (line 294) | CAP_MKFIFOAT = 0x200000001000400 constant CAP_MKNODAT (line 295) | CAP_MKNODAT = 0x200000002000400 constant CAP_MMAP (line 296) | CAP_MMAP = 0x200000000000010 constant CAP_MMAP_R (line 297) | CAP_MMAP_R = 0x20000000000001d constant CAP_MMAP_RW (line 298) | CAP_MMAP_RW = 0x20000000000001f constant CAP_MMAP_RWX (line 299) | CAP_MMAP_RWX = 0x20000000000003f constant CAP_MMAP_RX (line 300) | CAP_MMAP_RX = 0x20000000000003d constant CAP_MMAP_W (line 301) | CAP_MMAP_W = 0x20000000000001e constant CAP_MMAP_WX (line 302) | CAP_MMAP_WX = 0x20000000000003e constant CAP_MMAP_X (line 303) | CAP_MMAP_X = 0x20000000000003c constant CAP_PDGETPID (line 304) | CAP_PDGETPID = 0x400000000000200 constant CAP_PDKILL (line 305) | CAP_PDKILL = 0x400000000000800 constant CAP_PDWAIT (line 306) | CAP_PDWAIT = 0x400000000000400 constant CAP_PEELOFF (line 307) | CAP_PEELOFF = 0x200001000000000 constant CAP_POLL_EVENT (line 308) | CAP_POLL_EVENT = 0x400000000000020 constant CAP_PREAD (line 309) | CAP_PREAD = 0x20000000000000d constant CAP_PWRITE (line 310) | CAP_PWRITE = 0x20000000000000e constant CAP_READ (line 311) | CAP_READ = 0x200000000000001 constant CAP_RECV (line 312) | CAP_RECV = 0x200000000000001 constant CAP_RENAMEAT_SOURCE (line 313) | CAP_RENAMEAT_SOURCE = 0x200000004000400 constant CAP_RENAMEAT_TARGET (line 314) | CAP_RENAMEAT_TARGET = 0x200040000000400 constant CAP_RIGHTS_VERSION (line 315) | CAP_RIGHTS_VERSION = 0x0 constant CAP_RIGHTS_VERSION_00 (line 316) | CAP_RIGHTS_VERSION_00 = 0x0 constant CAP_SEEK (line 317) | CAP_SEEK = 0x20000000000000c constant CAP_SEEK_TELL (line 318) | CAP_SEEK_TELL = 0x200000000000004 constant CAP_SEM_GETVALUE (line 319) | CAP_SEM_GETVALUE = 0x400000000000004 constant CAP_SEM_POST (line 320) | CAP_SEM_POST = 0x400000000000008 constant CAP_SEM_WAIT (line 321) | CAP_SEM_WAIT = 0x400000000000010 constant CAP_SEND (line 322) | CAP_SEND = 0x200000000000002 constant CAP_SETSOCKOPT (line 323) | CAP_SETSOCKOPT = 0x200002000000000 constant CAP_SHUTDOWN (line 324) | CAP_SHUTDOWN = 0x200004000000000 constant CAP_SOCK_CLIENT (line 325) | CAP_SOCK_CLIENT = 0x200007780000003 constant CAP_SOCK_SERVER (line 326) | CAP_SOCK_SERVER = 0x200007f60000003 constant CAP_SYMLINKAT (line 327) | CAP_SYMLINKAT = 0x200000008000400 constant CAP_TTYHOOK (line 328) | CAP_TTYHOOK = 0x400000000000100 constant CAP_UNLINKAT (line 329) | CAP_UNLINKAT = 0x200000010000400 constant CAP_UNUSED0_44 (line 330) | CAP_UNUSED0_44 = 0x200080000000000 constant CAP_UNUSED0_57 (line 331) | CAP_UNUSED0_57 = 0x300000000000000 constant CAP_UNUSED1_22 (line 332) | CAP_UNUSED1_22 = 0x400000000200000 constant CAP_UNUSED1_57 (line 333) | CAP_UNUSED1_57 = 0x500000000000000 constant CAP_WRITE (line 334) | CAP_WRITE = 0x200000000000002 constant CFLUSH (line 335) | CFLUSH = 0xf constant CLOCAL (line 336) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 337) | CLOCK_BOOTTIME = 0x5 constant CLOCK_MONOTONIC (line 338) | CLOCK_MONOTONIC = 0x4 constant CLOCK_MONOTONIC_COARSE (line 339) | CLOCK_MONOTONIC_COARSE = 0xc constant CLOCK_MONOTONIC_FAST (line 340) | CLOCK_MONOTONIC_FAST = 0xc constant CLOCK_MONOTONIC_PRECISE (line 341) | CLOCK_MONOTONIC_PRECISE = 0xb constant CLOCK_PROCESS_CPUTIME_ID (line 342) | CLOCK_PROCESS_CPUTIME_ID = 0xf constant CLOCK_PROF (line 343) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 344) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_COARSE (line 345) | CLOCK_REALTIME_COARSE = 0xa constant CLOCK_REALTIME_FAST (line 346) | CLOCK_REALTIME_FAST = 0xa constant CLOCK_REALTIME_PRECISE (line 347) | CLOCK_REALTIME_PRECISE = 0x9 constant CLOCK_SECOND (line 348) | CLOCK_SECOND = 0xd constant CLOCK_THREAD_CPUTIME_ID (line 349) | CLOCK_THREAD_CPUTIME_ID = 0xe constant CLOCK_UPTIME (line 350) | CLOCK_UPTIME = 0x5 constant CLOCK_UPTIME_FAST (line 351) | CLOCK_UPTIME_FAST = 0x8 constant CLOCK_UPTIME_PRECISE (line 352) | CLOCK_UPTIME_PRECISE = 0x7 constant CLOCK_VIRTUAL (line 353) | CLOCK_VIRTUAL = 0x1 constant CPUSTATES (line 354) | CPUSTATES = 0x5 constant CP_IDLE (line 355) | CP_IDLE = 0x4 constant CP_INTR (line 356) | CP_INTR = 0x3 constant CP_NICE (line 357) | CP_NICE = 0x1 constant CP_SYS (line 358) | CP_SYS = 0x2 constant CP_USER (line 359) | CP_USER = 0x0 constant CREAD (line 360) | CREAD = 0x800 constant CRTSCTS (line 361) | CRTSCTS = 0x30000 constant CS5 (line 362) | CS5 = 0x0 constant CS6 (line 363) | CS6 = 0x100 constant CS7 (line 364) | CS7 = 0x200 constant CS8 (line 365) | CS8 = 0x300 constant CSIZE (line 366) | CSIZE = 0x300 constant CSTART (line 367) | CSTART = 0x11 constant CSTATUS (line 368) | CSTATUS = 0x14 constant CSTOP (line 369) | CSTOP = 0x13 constant CSTOPB (line 370) | CSTOPB = 0x400 constant CSUSP (line 371) | CSUSP = 0x1a constant CTL_HW (line 372) | CTL_HW = 0x6 constant CTL_KERN (line 373) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 374) | CTL_MAXNAME = 0x18 constant CTL_NET (line 375) | CTL_NET = 0x4 constant DIOCGATTR (line 376) | DIOCGATTR = 0xc148648e constant DIOCGDELETE (line 377) | DIOCGDELETE = 0x80106488 constant DIOCGFLUSH (line 378) | DIOCGFLUSH = 0x20006487 constant DIOCGFWHEADS (line 379) | DIOCGFWHEADS = 0x40046483 constant DIOCGFWSECTORS (line 380) | DIOCGFWSECTORS = 0x40046482 constant DIOCGIDENT (line 381) | DIOCGIDENT = 0x41006489 constant DIOCGKERNELDUMP (line 382) | DIOCGKERNELDUMP = 0xc0986492 constant DIOCGMEDIASIZE (line 383) | DIOCGMEDIASIZE = 0x40086481 constant DIOCGPHYSPATH (line 384) | DIOCGPHYSPATH = 0x4400648d constant DIOCGPROVIDERNAME (line 385) | DIOCGPROVIDERNAME = 0x4400648a constant DIOCGSECTORSIZE (line 386) | DIOCGSECTORSIZE = 0x40046480 constant DIOCGSTRIPEOFFSET (line 387) | DIOCGSTRIPEOFFSET = 0x4008648c constant DIOCGSTRIPESIZE (line 388) | DIOCGSTRIPESIZE = 0x4008648b constant DIOCSKERNELDUMP (line 389) | DIOCSKERNELDUMP = 0x80986491 constant DIOCSKERNELDUMP_FREEBSD11 (line 390) | DIOCSKERNELDUMP_FREEBSD11 = 0x80046485 constant DIOCSKERNELDUMP_FREEBSD12 (line 391) | DIOCSKERNELDUMP_FREEBSD12 = 0x80506490 constant DIOCZONECMD (line 392) | DIOCZONECMD = 0xc080648f constant DLT_A429 (line 393) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 394) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 395) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 396) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 397) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 398) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 399) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 400) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 401) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 402) | DLT_AURORA = 0x7e constant DLT_AX25 (line 403) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 404) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 405) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_BREDR_BB (line 406) | DLT_BLUETOOTH_BREDR_BB = 0xff constant DLT_BLUETOOTH_HCI_H4 (line 407) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 408) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_BLUETOOTH_LE_LL (line 409) | DLT_BLUETOOTH_LE_LL = 0xfb constant DLT_BLUETOOTH_LE_LL_WITH_PHDR (line 410) | DLT_BLUETOOTH_LE_LL_WITH_PHDR = 0x100 constant DLT_BLUETOOTH_LINUX_MONITOR (line 411) | DLT_BLUETOOTH_LINUX_MONITOR = 0xfe constant DLT_CAN20B (line 412) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 413) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 414) | DLT_CHAOS = 0x5 constant DLT_CHDLC (line 415) | DLT_CHDLC = 0x68 constant DLT_CISCO_IOS (line 416) | DLT_CISCO_IOS = 0x76 constant DLT_CLASS_NETBSD_RAWAF (line 417) | DLT_CLASS_NETBSD_RAWAF = 0x2240000 constant DLT_C_HDLC (line 418) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 419) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DBUS (line 420) | DLT_DBUS = 0xe7 constant DLT_DECT (line 421) | DLT_DECT = 0xdd constant DLT_DISPLAYPORT_AUX (line 422) | DLT_DISPLAYPORT_AUX = 0x113 constant DLT_DOCSIS (line 423) | DLT_DOCSIS = 0x8f constant DLT_DOCSIS31_XRA31 (line 424) | DLT_DOCSIS31_XRA31 = 0x111 constant DLT_DVB_CI (line 425) | DLT_DVB_CI = 0xeb constant DLT_ECONET (line 426) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 427) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 428) | DLT_EN3MB = 0x2 constant DLT_ENC (line 429) | DLT_ENC = 0x6d constant DLT_EPON (line 430) | DLT_EPON = 0x103 constant DLT_ERF (line 431) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 432) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 433) | DLT_ERF_POS = 0xb0 constant DLT_ETHERNET_MPACKET (line 434) | DLT_ETHERNET_MPACKET = 0x112 constant DLT_FC_2 (line 435) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 436) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 437) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 438) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 439) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 440) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 441) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 442) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 443) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 444) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 445) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 446) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 447) | DLT_GSMTAP_UM = 0xd9 constant DLT_IBM_SN (line 448) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 449) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 450) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 451) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 452) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 453) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 454) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 455) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NOFCS (line 456) | DLT_IEEE802_15_4_NOFCS = 0xe6 constant DLT_IEEE802_15_4_NONASK_PHY (line 457) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 458) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 459) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_INFINIBAND (line 460) | DLT_INFINIBAND = 0xf7 constant DLT_IPFILTER (line 461) | DLT_IPFILTER = 0x74 constant DLT_IPMB_KONTRON (line 462) | DLT_IPMB_KONTRON = 0xc7 constant DLT_IPMB_LINUX (line 463) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPMI_HPM_2 (line 464) | DLT_IPMI_HPM_2 = 0x104 constant DLT_IPNET (line 465) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 466) | DLT_IPOIB = 0xf2 constant DLT_IPV4 (line 467) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 468) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 469) | DLT_IP_OVER_FC = 0x7a constant DLT_ISO_14443 (line 470) | DLT_ISO_14443 = 0x108 constant DLT_JUNIPER_ATM1 (line 471) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 472) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_ATM_CEMIC (line 473) | DLT_JUNIPER_ATM_CEMIC = 0xee constant DLT_JUNIPER_CHDLC (line 474) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 475) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 476) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FIBRECHANNEL (line 477) | DLT_JUNIPER_FIBRECHANNEL = 0xea constant DLT_JUNIPER_FRELAY (line 478) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 479) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 480) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 481) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 482) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 483) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 484) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 485) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 486) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 487) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 488) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 489) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_SRX_E2E (line 490) | DLT_JUNIPER_SRX_E2E = 0xe9 constant DLT_JUNIPER_ST (line 491) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 492) | DLT_JUNIPER_VP = 0xb7 constant DLT_JUNIPER_VS (line 493) | DLT_JUNIPER_VS = 0xe8 constant DLT_LAPB_WITH_DIR (line 494) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 495) | DLT_LAPD = 0xcb constant DLT_LIN (line 496) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 497) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 498) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 499) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_PPP_WITHDIRECTION (line 500) | DLT_LINUX_PPP_WITHDIRECTION = 0xa6 constant DLT_LINUX_SLL (line 501) | DLT_LINUX_SLL = 0x71 constant DLT_LINUX_SLL2 (line 502) | DLT_LINUX_SLL2 = 0x114 constant DLT_LOOP (line 503) | DLT_LOOP = 0x6c constant DLT_LORATAP (line 504) | DLT_LORATAP = 0x10e constant DLT_LTALK (line 505) | DLT_LTALK = 0x72 constant DLT_MATCHING_MAX (line 506) | DLT_MATCHING_MAX = 0x114 constant DLT_MATCHING_MIN (line 507) | DLT_MATCHING_MIN = 0x68 constant DLT_MFR (line 508) | DLT_MFR = 0xb6 constant DLT_MOST (line 509) | DLT_MOST = 0xd3 constant DLT_MPEG_2_TS (line 510) | DLT_MPEG_2_TS = 0xf3 constant DLT_MPLS (line 511) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 512) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 513) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 514) | DLT_MTP3 = 0x8d constant DLT_MUX27010 (line 515) | DLT_MUX27010 = 0xec constant DLT_NETANALYZER (line 516) | DLT_NETANALYZER = 0xf0 constant DLT_NETANALYZER_TRANSPARENT (line 517) | DLT_NETANALYZER_TRANSPARENT = 0xf1 constant DLT_NETLINK (line 518) | DLT_NETLINK = 0xfd constant DLT_NFC_LLCP (line 519) | DLT_NFC_LLCP = 0xf5 constant DLT_NFLOG (line 520) | DLT_NFLOG = 0xef constant DLT_NG40 (line 521) | DLT_NG40 = 0xf4 constant DLT_NORDIC_BLE (line 522) | DLT_NORDIC_BLE = 0x110 constant DLT_NULL (line 523) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 524) | DLT_OPENFLOW = 0x10b constant DLT_PCI_EXP (line 525) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 526) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 527) | DLT_PFSYNC = 0x79 constant DLT_PKTAP (line 528) | DLT_PKTAP = 0x102 constant DLT_PPI (line 529) | DLT_PPI = 0xc0 constant DLT_PPP (line 530) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 531) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 532) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 533) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 534) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 535) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PPP_WITH_DIRECTION (line 536) | DLT_PPP_WITH_DIRECTION = 0xa6 constant DLT_PRISM_HEADER (line 537) | DLT_PRISM_HEADER = 0x77 constant DLT_PROFIBUS_DL (line 538) | DLT_PROFIBUS_DL = 0x101 constant DLT_PRONET (line 539) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 540) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 541) | DLT_RAW = 0xc constant DLT_RDS (line 542) | DLT_RDS = 0x109 constant DLT_REDBACK_SMARTEDGE (line 543) | DLT_REDBACK_SMARTEDGE = 0x20 constant DLT_RIO (line 544) | DLT_RIO = 0x7c constant DLT_RTAC_SERIAL (line 545) | DLT_RTAC_SERIAL = 0xfa constant DLT_SCCP (line 546) | DLT_SCCP = 0x8e constant DLT_SCTP (line 547) | DLT_SCTP = 0xf8 constant DLT_SDLC (line 548) | DLT_SDLC = 0x10c constant DLT_SITA (line 549) | DLT_SITA = 0xc4 constant DLT_SLIP (line 550) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 551) | DLT_SLIP_BSDOS = 0xd constant DLT_STANAG_5066_D_PDU (line 552) | DLT_STANAG_5066_D_PDU = 0xed constant DLT_SUNATM (line 553) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 554) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TI_LLN_SNIFFER (line 555) | DLT_TI_LLN_SNIFFER = 0x10d constant DLT_TZSP (line 556) | DLT_TZSP = 0x80 constant DLT_USB (line 557) | DLT_USB = 0xba constant DLT_USBPCAP (line 558) | DLT_USBPCAP = 0xf9 constant DLT_USB_DARWIN (line 559) | DLT_USB_DARWIN = 0x10a constant DLT_USB_FREEBSD (line 560) | DLT_USB_FREEBSD = 0xba constant DLT_USB_LINUX (line 561) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 562) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_USER0 (line 563) | DLT_USER0 = 0x93 constant DLT_USER1 (line 564) | DLT_USER1 = 0x94 constant DLT_USER10 (line 565) | DLT_USER10 = 0x9d constant DLT_USER11 (line 566) | DLT_USER11 = 0x9e constant DLT_USER12 (line 567) | DLT_USER12 = 0x9f constant DLT_USER13 (line 568) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 569) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 570) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 571) | DLT_USER2 = 0x95 constant DLT_USER3 (line 572) | DLT_USER3 = 0x96 constant DLT_USER4 (line 573) | DLT_USER4 = 0x97 constant DLT_USER5 (line 574) | DLT_USER5 = 0x98 constant DLT_USER6 (line 575) | DLT_USER6 = 0x99 constant DLT_USER7 (line 576) | DLT_USER7 = 0x9a constant DLT_USER8 (line 577) | DLT_USER8 = 0x9b constant DLT_USER9 (line 578) | DLT_USER9 = 0x9c constant DLT_VSOCK (line 579) | DLT_VSOCK = 0x10f constant DLT_WATTSTOPPER_DLM (line 580) | DLT_WATTSTOPPER_DLM = 0x107 constant DLT_WIHART (line 581) | DLT_WIHART = 0xdf constant DLT_WIRESHARK_UPPER_PDU (line 582) | DLT_WIRESHARK_UPPER_PDU = 0xfc constant DLT_X2E_SERIAL (line 583) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 584) | DLT_X2E_XORAYA = 0xd6 constant DLT_ZWAVE_R1_R2 (line 585) | DLT_ZWAVE_R1_R2 = 0x105 constant DLT_ZWAVE_R3 (line 586) | DLT_ZWAVE_R3 = 0x106 constant DT_BLK (line 587) | DT_BLK = 0x6 constant DT_CHR (line 588) | DT_CHR = 0x2 constant DT_DIR (line 589) | DT_DIR = 0x4 constant DT_FIFO (line 590) | DT_FIFO = 0x1 constant DT_LNK (line 591) | DT_LNK = 0xa constant DT_REG (line 592) | DT_REG = 0x8 constant DT_SOCK (line 593) | DT_SOCK = 0xc constant DT_UNKNOWN (line 594) | DT_UNKNOWN = 0x0 constant DT_WHT (line 595) | DT_WHT = 0xe constant ECHO (line 596) | ECHO = 0x8 constant ECHOCTL (line 597) | ECHOCTL = 0x40 constant ECHOE (line 598) | ECHOE = 0x2 constant ECHOK (line 599) | ECHOK = 0x4 constant ECHOKE (line 600) | ECHOKE = 0x1 constant ECHONL (line 601) | ECHONL = 0x10 constant ECHOPRT (line 602) | ECHOPRT = 0x20 constant EHE_DEAD_PRIORITY (line 603) | EHE_DEAD_PRIORITY = -0x1 constant EVFILT_AIO (line 604) | EVFILT_AIO = -0x3 constant EVFILT_EMPTY (line 605) | EVFILT_EMPTY = -0xd constant EVFILT_FS (line 606) | EVFILT_FS = -0x9 constant EVFILT_LIO (line 607) | EVFILT_LIO = -0xa constant EVFILT_PROC (line 608) | EVFILT_PROC = -0x5 constant EVFILT_PROCDESC (line 609) | EVFILT_PROCDESC = -0x8 constant EVFILT_READ (line 610) | EVFILT_READ = -0x1 constant EVFILT_SENDFILE (line 611) | EVFILT_SENDFILE = -0xc constant EVFILT_SIGNAL (line 612) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 613) | EVFILT_SYSCOUNT = 0xd constant EVFILT_TIMER (line 614) | EVFILT_TIMER = -0x7 constant EVFILT_USER (line 615) | EVFILT_USER = -0xb constant EVFILT_VNODE (line 616) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 617) | EVFILT_WRITE = -0x2 constant EVNAMEMAP_NAME_SIZE (line 618) | EVNAMEMAP_NAME_SIZE = 0x40 constant EV_ADD (line 619) | EV_ADD = 0x1 constant EV_CLEAR (line 620) | EV_CLEAR = 0x20 constant EV_DELETE (line 621) | EV_DELETE = 0x2 constant EV_DISABLE (line 622) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 623) | EV_DISPATCH = 0x80 constant EV_DROP (line 624) | EV_DROP = 0x1000 constant EV_ENABLE (line 625) | EV_ENABLE = 0x4 constant EV_EOF (line 626) | EV_EOF = 0x8000 constant EV_ERROR (line 627) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 628) | EV_FLAG1 = 0x2000 constant EV_FLAG2 (line 629) | EV_FLAG2 = 0x4000 constant EV_FORCEONESHOT (line 630) | EV_FORCEONESHOT = 0x100 constant EV_ONESHOT (line 631) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 632) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 633) | EV_SYSFLAGS = 0xf000 constant EXTA (line 634) | EXTA = 0x4b00 constant EXTATTR_MAXNAMELEN (line 635) | EXTATTR_MAXNAMELEN = 0xff constant EXTATTR_NAMESPACE_EMPTY (line 636) | EXTATTR_NAMESPACE_EMPTY = 0x0 constant EXTATTR_NAMESPACE_SYSTEM (line 637) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 638) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 639) | EXTB = 0x9600 constant EXTPROC (line 640) | EXTPROC = 0x800 constant FD_CLOEXEC (line 641) | FD_CLOEXEC = 0x1 constant FD_NONE (line 642) | FD_NONE = -0xc8 constant FD_SETSIZE (line 643) | FD_SETSIZE = 0x400 constant FLUSHO (line 644) | FLUSHO = 0x800000 constant F_ADD_SEALS (line 645) | F_ADD_SEALS = 0x13 constant F_CANCEL (line 646) | F_CANCEL = 0x5 constant F_DUP2FD (line 647) | F_DUP2FD = 0xa constant F_DUP2FD_CLOEXEC (line 648) | F_DUP2FD_CLOEXEC = 0x12 constant F_DUPFD (line 649) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 650) | F_DUPFD_CLOEXEC = 0x11 constant F_GETFD (line 651) | F_GETFD = 0x1 constant F_GETFL (line 652) | F_GETFL = 0x3 constant F_GETLK (line 653) | F_GETLK = 0xb constant F_GETOWN (line 654) | F_GETOWN = 0x5 constant F_GET_SEALS (line 655) | F_GET_SEALS = 0x14 constant F_ISUNIONSTACK (line 656) | F_ISUNIONSTACK = 0x15 constant F_KINFO (line 657) | F_KINFO = 0x16 constant F_OGETLK (line 658) | F_OGETLK = 0x7 constant F_OK (line 659) | F_OK = 0x0 constant F_OSETLK (line 660) | F_OSETLK = 0x8 constant F_OSETLKW (line 661) | F_OSETLKW = 0x9 constant F_RDAHEAD (line 662) | F_RDAHEAD = 0x10 constant F_RDLCK (line 663) | F_RDLCK = 0x1 constant F_READAHEAD (line 664) | F_READAHEAD = 0xf constant F_SEAL_GROW (line 665) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 666) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 667) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 668) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 669) | F_SETFD = 0x2 constant F_SETFL (line 670) | F_SETFL = 0x4 constant F_SETLK (line 671) | F_SETLK = 0xc constant F_SETLKW (line 672) | F_SETLKW = 0xd constant F_SETLK_REMOTE (line 673) | F_SETLK_REMOTE = 0xe constant F_SETOWN (line 674) | F_SETOWN = 0x6 constant F_UNLCK (line 675) | F_UNLCK = 0x2 constant F_UNLCKSYS (line 676) | F_UNLCKSYS = 0x4 constant F_WRLCK (line 677) | F_WRLCK = 0x3 constant HUPCL (line 678) | HUPCL = 0x4000 constant HW_MACHINE (line 679) | HW_MACHINE = 0x1 constant ICANON (line 680) | ICANON = 0x100 constant ICMP6_FILTER (line 681) | ICMP6_FILTER = 0x12 constant ICRNL (line 682) | ICRNL = 0x100 constant IEXTEN (line 683) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 684) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 685) | IFAN_DEPARTURE = 0x1 constant IFCAP_WOL_MAGIC (line 686) | IFCAP_WOL_MAGIC = 0x2000 constant IFF_ALLMULTI (line 687) | IFF_ALLMULTI = 0x200 constant IFF_ALTPHYS (line 688) | IFF_ALTPHYS = 0x4000 constant IFF_BROADCAST (line 689) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 690) | IFF_CANTCHANGE = 0x218f72 constant IFF_CANTCONFIG (line 691) | IFF_CANTCONFIG = 0x10000 constant IFF_DEBUG (line 692) | IFF_DEBUG = 0x4 constant IFF_DRV_OACTIVE (line 693) | IFF_DRV_OACTIVE = 0x400 constant IFF_DRV_RUNNING (line 694) | IFF_DRV_RUNNING = 0x40 constant IFF_DYING (line 695) | IFF_DYING = 0x200000 constant IFF_KNOWSEPOCH (line 696) | IFF_KNOWSEPOCH = 0x20 constant IFF_LINK0 (line 697) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 698) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 699) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 700) | IFF_LOOPBACK = 0x8 constant IFF_MONITOR (line 701) | IFF_MONITOR = 0x40000 constant IFF_MULTICAST (line 702) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 703) | IFF_NOARP = 0x80 constant IFF_NOGROUP (line 704) | IFF_NOGROUP = 0x800000 constant IFF_OACTIVE (line 705) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 706) | IFF_POINTOPOINT = 0x10 constant IFF_PPROMISC (line 707) | IFF_PPROMISC = 0x20000 constant IFF_PROMISC (line 708) | IFF_PROMISC = 0x100 constant IFF_RENAMING (line 709) | IFF_RENAMING = 0x400000 constant IFF_RUNNING (line 710) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 711) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 712) | IFF_STATICARP = 0x80000 constant IFF_UP (line 713) | IFF_UP = 0x1 constant IFNAMSIZ (line 714) | IFNAMSIZ = 0x10 constant IFT_BRIDGE (line 715) | IFT_BRIDGE = 0xd1 constant IFT_CARP (line 716) | IFT_CARP = 0xf8 constant IFT_IEEE1394 (line 717) | IFT_IEEE1394 = 0x90 constant IFT_INFINIBAND (line 718) | IFT_INFINIBAND = 0xc7 constant IFT_L2VLAN (line 719) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 720) | IFT_L3IPVLAN = 0x88 constant IFT_PPP (line 721) | IFT_PPP = 0x17 constant IFT_PROPVIRTUAL (line 722) | IFT_PROPVIRTUAL = 0x35 constant IGNBRK (line 723) | IGNBRK = 0x1 constant IGNCR (line 724) | IGNCR = 0x80 constant IGNPAR (line 725) | IGNPAR = 0x4 constant IMAXBEL (line 726) | IMAXBEL = 0x2000 constant INLCR (line 727) | INLCR = 0x40 constant INPCK (line 728) | INPCK = 0x10 constant IN_CLASSA_HOST (line 729) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 730) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 731) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 732) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 733) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 734) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 735) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 736) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 737) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 738) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 739) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 740) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 741) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 742) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 743) | IN_LOOPBACKNET = 0x7f constant IN_NETMASK_DEFAULT (line 744) | IN_NETMASK_DEFAULT = 0xffffff00 constant IN_RFC3021_MASK (line 745) | IN_RFC3021_MASK = 0xfffffffe constant IPPROTO_3PC (line 746) | IPPROTO_3PC = 0x22 constant IPPROTO_ADFS (line 747) | IPPROTO_ADFS = 0x44 constant IPPROTO_AH (line 748) | IPPROTO_AH = 0x33 constant IPPROTO_AHIP (line 749) | IPPROTO_AHIP = 0x3d constant IPPROTO_APES (line 750) | IPPROTO_APES = 0x63 constant IPPROTO_ARGUS (line 751) | IPPROTO_ARGUS = 0xd constant IPPROTO_AX25 (line 752) | IPPROTO_AX25 = 0x5d constant IPPROTO_BHA (line 753) | IPPROTO_BHA = 0x31 constant IPPROTO_BLT (line 754) | IPPROTO_BLT = 0x1e constant IPPROTO_BRSATMON (line 755) | IPPROTO_BRSATMON = 0x4c constant IPPROTO_CARP (line 756) | IPPROTO_CARP = 0x70 constant IPPROTO_CFTP (line 757) | IPPROTO_CFTP = 0x3e constant IPPROTO_CHAOS (line 758) | IPPROTO_CHAOS = 0x10 constant IPPROTO_CMTP (line 759) | IPPROTO_CMTP = 0x26 constant IPPROTO_CPHB (line 760) | IPPROTO_CPHB = 0x49 constant IPPROTO_CPNX (line 761) | IPPROTO_CPNX = 0x48 constant IPPROTO_DCCP (line 762) | IPPROTO_DCCP = 0x21 constant IPPROTO_DDP (line 763) | IPPROTO_DDP = 0x25 constant IPPROTO_DGP (line 764) | IPPROTO_DGP = 0x56 constant IPPROTO_DIVERT (line 765) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 766) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 767) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 768) | IPPROTO_EGP = 0x8 constant IPPROTO_EMCON (line 769) | IPPROTO_EMCON = 0xe constant IPPROTO_ENCAP (line 770) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 771) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 772) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 773) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 774) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 775) | IPPROTO_GGP = 0x3 constant IPPROTO_GMTP (line 776) | IPPROTO_GMTP = 0x64 constant IPPROTO_GRE (line 777) | IPPROTO_GRE = 0x2f constant IPPROTO_HELLO (line 778) | IPPROTO_HELLO = 0x3f constant IPPROTO_HIP (line 779) | IPPROTO_HIP = 0x8b constant IPPROTO_HMP (line 780) | IPPROTO_HMP = 0x14 constant IPPROTO_HOPOPTS (line 781) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 782) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 783) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 784) | IPPROTO_IDP = 0x16 constant IPPROTO_IDPR (line 785) | IPPROTO_IDPR = 0x23 constant IPPROTO_IDRP (line 786) | IPPROTO_IDRP = 0x2d constant IPPROTO_IGMP (line 787) | IPPROTO_IGMP = 0x2 constant IPPROTO_IGP (line 788) | IPPROTO_IGP = 0x55 constant IPPROTO_IGRP (line 789) | IPPROTO_IGRP = 0x58 constant IPPROTO_IL (line 790) | IPPROTO_IL = 0x28 constant IPPROTO_INLSP (line 791) | IPPROTO_INLSP = 0x34 constant IPPROTO_INP (line 792) | IPPROTO_INP = 0x20 constant IPPROTO_IP (line 793) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 794) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPCV (line 795) | IPPROTO_IPCV = 0x47 constant IPPROTO_IPEIP (line 796) | IPPROTO_IPEIP = 0x5e constant IPPROTO_IPIP (line 797) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPPC (line 798) | IPPROTO_IPPC = 0x43 constant IPPROTO_IPV4 (line 799) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 800) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IRTP (line 801) | IPPROTO_IRTP = 0x1c constant IPPROTO_KRYPTOLAN (line 802) | IPPROTO_KRYPTOLAN = 0x41 constant IPPROTO_LARP (line 803) | IPPROTO_LARP = 0x5b constant IPPROTO_LEAF1 (line 804) | IPPROTO_LEAF1 = 0x19 constant IPPROTO_LEAF2 (line 805) | IPPROTO_LEAF2 = 0x1a constant IPPROTO_MAX (line 806) | IPPROTO_MAX = 0x100 constant IPPROTO_MEAS (line 807) | IPPROTO_MEAS = 0x13 constant IPPROTO_MH (line 808) | IPPROTO_MH = 0x87 constant IPPROTO_MHRP (line 809) | IPPROTO_MHRP = 0x30 constant IPPROTO_MICP (line 810) | IPPROTO_MICP = 0x5f constant IPPROTO_MOBILE (line 811) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 812) | IPPROTO_MPLS = 0x89 constant IPPROTO_MTP (line 813) | IPPROTO_MTP = 0x5c constant IPPROTO_MUX (line 814) | IPPROTO_MUX = 0x12 constant IPPROTO_ND (line 815) | IPPROTO_ND = 0x4d constant IPPROTO_NHRP (line 816) | IPPROTO_NHRP = 0x36 constant IPPROTO_NONE (line 817) | IPPROTO_NONE = 0x3b constant IPPROTO_NSP (line 818) | IPPROTO_NSP = 0x1f constant IPPROTO_NVPII (line 819) | IPPROTO_NVPII = 0xb constant IPPROTO_OLD_DIVERT (line 820) | IPPROTO_OLD_DIVERT = 0xfe constant IPPROTO_OSPFIGP (line 821) | IPPROTO_OSPFIGP = 0x59 constant IPPROTO_PFSYNC (line 822) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PGM (line 823) | IPPROTO_PGM = 0x71 constant IPPROTO_PIGP (line 824) | IPPROTO_PIGP = 0x9 constant IPPROTO_PIM (line 825) | IPPROTO_PIM = 0x67 constant IPPROTO_PRM (line 826) | IPPROTO_PRM = 0x15 constant IPPROTO_PUP (line 827) | IPPROTO_PUP = 0xc constant IPPROTO_PVP (line 828) | IPPROTO_PVP = 0x4b constant IPPROTO_RAW (line 829) | IPPROTO_RAW = 0xff constant IPPROTO_RCCMON (line 830) | IPPROTO_RCCMON = 0xa constant IPPROTO_RDP (line 831) | IPPROTO_RDP = 0x1b constant IPPROTO_RESERVED_253 (line 832) | IPPROTO_RESERVED_253 = 0xfd constant IPPROTO_RESERVED_254 (line 833) | IPPROTO_RESERVED_254 = 0xfe constant IPPROTO_ROUTING (line 834) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 835) | IPPROTO_RSVP = 0x2e constant IPPROTO_RVD (line 836) | IPPROTO_RVD = 0x42 constant IPPROTO_SATEXPAK (line 837) | IPPROTO_SATEXPAK = 0x40 constant IPPROTO_SATMON (line 838) | IPPROTO_SATMON = 0x45 constant IPPROTO_SCCSP (line 839) | IPPROTO_SCCSP = 0x60 constant IPPROTO_SCTP (line 840) | IPPROTO_SCTP = 0x84 constant IPPROTO_SDRP (line 841) | IPPROTO_SDRP = 0x2a constant IPPROTO_SEND (line 842) | IPPROTO_SEND = 0x103 constant IPPROTO_SHIM6 (line 843) | IPPROTO_SHIM6 = 0x8c constant IPPROTO_SKIP (line 844) | IPPROTO_SKIP = 0x39 constant IPPROTO_SPACER (line 845) | IPPROTO_SPACER = 0x7fff constant IPPROTO_SRPC (line 846) | IPPROTO_SRPC = 0x5a constant IPPROTO_ST (line 847) | IPPROTO_ST = 0x7 constant IPPROTO_SVMTP (line 848) | IPPROTO_SVMTP = 0x52 constant IPPROTO_SWIPE (line 849) | IPPROTO_SWIPE = 0x35 constant IPPROTO_TCF (line 850) | IPPROTO_TCF = 0x57 constant IPPROTO_TCP (line 851) | IPPROTO_TCP = 0x6 constant IPPROTO_TLSP (line 852) | IPPROTO_TLSP = 0x38 constant IPPROTO_TP (line 853) | IPPROTO_TP = 0x1d constant IPPROTO_TPXX (line 854) | IPPROTO_TPXX = 0x27 constant IPPROTO_TRUNK1 (line 855) | IPPROTO_TRUNK1 = 0x17 constant IPPROTO_TRUNK2 (line 856) | IPPROTO_TRUNK2 = 0x18 constant IPPROTO_TTP (line 857) | IPPROTO_TTP = 0x54 constant IPPROTO_UDP (line 858) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 859) | IPPROTO_UDPLITE = 0x88 constant IPPROTO_VINES (line 860) | IPPROTO_VINES = 0x53 constant IPPROTO_VISA (line 861) | IPPROTO_VISA = 0x46 constant IPPROTO_VMTP (line 862) | IPPROTO_VMTP = 0x51 constant IPPROTO_WBEXPAK (line 863) | IPPROTO_WBEXPAK = 0x4f constant IPPROTO_WBMON (line 864) | IPPROTO_WBMON = 0x4e constant IPPROTO_WSN (line 865) | IPPROTO_WSN = 0x4a constant IPPROTO_XNET (line 866) | IPPROTO_XNET = 0xf constant IPPROTO_XTP (line 867) | IPPROTO_XTP = 0x24 constant IPV6_AUTOFLOWLABEL (line 868) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_BINDANY (line 869) | IPV6_BINDANY = 0x40 constant IPV6_BINDMULTI (line 870) | IPV6_BINDMULTI = 0x41 constant IPV6_BINDV6ONLY (line 871) | IPV6_BINDV6ONLY = 0x1b constant IPV6_CHECKSUM (line 872) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 873) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 874) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 875) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 876) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 877) | IPV6_DSTOPTS = 0x32 constant IPV6_FLOWID (line 878) | IPV6_FLOWID = 0x43 constant IPV6_FLOWINFO_MASK (line 879) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_LEN (line 880) | IPV6_FLOWLABEL_LEN = 0x14 constant IPV6_FLOWLABEL_MASK (line 881) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FLOWTYPE (line 882) | IPV6_FLOWTYPE = 0x44 constant IPV6_FRAGTTL (line 883) | IPV6_FRAGTTL = 0x78 constant IPV6_FW_ADD (line 884) | IPV6_FW_ADD = 0x1e constant IPV6_FW_DEL (line 885) | IPV6_FW_DEL = 0x1f constant IPV6_FW_FLUSH (line 886) | IPV6_FW_FLUSH = 0x20 constant IPV6_FW_GET (line 887) | IPV6_FW_GET = 0x22 constant IPV6_FW_ZERO (line 888) | IPV6_FW_ZERO = 0x21 constant IPV6_HLIMDEC (line 889) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 890) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 891) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 892) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 893) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 894) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 895) | IPV6_MAXHLIM = 0xff constant IPV6_MAXOPTHDR (line 896) | IPV6_MAXOPTHDR = 0x800 constant IPV6_MAXPACKET (line 897) | IPV6_MAXPACKET = 0xffff constant IPV6_MAX_GROUP_SRC_FILTER (line 898) | IPV6_MAX_GROUP_SRC_FILTER = 0x200 constant IPV6_MAX_MEMBERSHIPS (line 899) | IPV6_MAX_MEMBERSHIPS = 0xfff constant IPV6_MAX_SOCK_SRC_FILTER (line 900) | IPV6_MAX_SOCK_SRC_FILTER = 0x80 constant IPV6_MMTU (line 901) | IPV6_MMTU = 0x500 constant IPV6_MSFILTER (line 902) | IPV6_MSFILTER = 0x4a 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_ORIGDSTADDR (line 907) | IPV6_ORIGDSTADDR = 0x48 constant IPV6_PATHMTU (line 908) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 909) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 910) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 911) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 912) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 913) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_PREFER_TEMPADDR (line 914) | IPV6_PREFER_TEMPADDR = 0x3f constant IPV6_RECVDSTOPTS (line 915) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVFLOWID (line 916) | IPV6_RECVFLOWID = 0x46 constant IPV6_RECVHOPLIMIT (line 917) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 918) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVORIGDSTADDR (line 919) | IPV6_RECVORIGDSTADDR = 0x48 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRSSBUCKETID (line 922) | IPV6_RECVRSSBUCKETID = 0x47 constant IPV6_RECVRTHDR (line 923) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 924) | IPV6_RECVTCLASS = 0x39 constant IPV6_RSSBUCKETID (line 925) | IPV6_RSSBUCKETID = 0x45 constant IPV6_RSS_LISTEN_BUCKET (line 926) | IPV6_RSS_LISTEN_BUCKET = 0x42 constant IPV6_RTHDR (line 927) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 928) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 929) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 930) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 931) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 932) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 933) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 934) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 935) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 936) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 937) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 938) | IPV6_VERSION_MASK = 0xf0 constant IPV6_VLAN_PCP (line 939) | IPV6_VLAN_PCP = 0x4b constant IP_ADD_MEMBERSHIP (line 940) | IP_ADD_MEMBERSHIP = 0xc constant IP_ADD_SOURCE_MEMBERSHIP (line 941) | IP_ADD_SOURCE_MEMBERSHIP = 0x46 constant IP_BINDANY (line 942) | IP_BINDANY = 0x18 constant IP_BINDMULTI (line 943) | IP_BINDMULTI = 0x19 constant IP_BLOCK_SOURCE (line 944) | IP_BLOCK_SOURCE = 0x48 constant IP_DEFAULT_MULTICAST_LOOP (line 945) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 946) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 947) | IP_DF = 0x4000 constant IP_DONTFRAG (line 948) | IP_DONTFRAG = 0x43 constant IP_DROP_MEMBERSHIP (line 949) | IP_DROP_MEMBERSHIP = 0xd constant IP_DROP_SOURCE_MEMBERSHIP (line 950) | IP_DROP_SOURCE_MEMBERSHIP = 0x47 constant IP_DUMMYNET3 (line 951) | IP_DUMMYNET3 = 0x31 constant IP_DUMMYNET_CONFIGURE (line 952) | IP_DUMMYNET_CONFIGURE = 0x3c constant IP_DUMMYNET_DEL (line 953) | IP_DUMMYNET_DEL = 0x3d constant IP_DUMMYNET_FLUSH (line 954) | IP_DUMMYNET_FLUSH = 0x3e constant IP_DUMMYNET_GET (line 955) | IP_DUMMYNET_GET = 0x40 constant IP_FLOWID (line 956) | IP_FLOWID = 0x5a constant IP_FLOWTYPE (line 957) | IP_FLOWTYPE = 0x5b constant IP_FW3 (line 958) | IP_FW3 = 0x30 constant IP_FW_ADD (line 959) | IP_FW_ADD = 0x32 constant IP_FW_DEL (line 960) | IP_FW_DEL = 0x33 constant IP_FW_FLUSH (line 961) | IP_FW_FLUSH = 0x34 constant IP_FW_GET (line 962) | IP_FW_GET = 0x36 constant IP_FW_NAT_CFG (line 963) | IP_FW_NAT_CFG = 0x38 constant IP_FW_NAT_DEL (line 964) | IP_FW_NAT_DEL = 0x39 constant IP_FW_NAT_GET_CONFIG (line 965) | IP_FW_NAT_GET_CONFIG = 0x3a constant IP_FW_NAT_GET_LOG (line 966) | IP_FW_NAT_GET_LOG = 0x3b constant IP_FW_RESETLOG (line 967) | IP_FW_RESETLOG = 0x37 constant IP_FW_TABLE_ADD (line 968) | IP_FW_TABLE_ADD = 0x28 constant IP_FW_TABLE_DEL (line 969) | IP_FW_TABLE_DEL = 0x29 constant IP_FW_TABLE_FLUSH (line 970) | IP_FW_TABLE_FLUSH = 0x2a constant IP_FW_TABLE_GETSIZE (line 971) | IP_FW_TABLE_GETSIZE = 0x2b constant IP_FW_TABLE_LIST (line 972) | IP_FW_TABLE_LIST = 0x2c constant IP_FW_ZERO (line 973) | IP_FW_ZERO = 0x35 constant IP_HDRINCL (line 974) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 975) | IP_IPSEC_POLICY = 0x15 constant IP_MAXPACKET (line 976) | IP_MAXPACKET = 0xffff constant IP_MAX_GROUP_SRC_FILTER (line 977) | IP_MAX_GROUP_SRC_FILTER = 0x200 constant IP_MAX_MEMBERSHIPS (line 978) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MAX_SOCK_MUTE_FILTER (line 979) | IP_MAX_SOCK_MUTE_FILTER = 0x80 constant IP_MAX_SOCK_SRC_FILTER (line 980) | IP_MAX_SOCK_SRC_FILTER = 0x80 constant IP_MF (line 981) | IP_MF = 0x2000 constant IP_MINTTL (line 982) | IP_MINTTL = 0x42 constant IP_MSFILTER (line 983) | IP_MSFILTER = 0x4a constant IP_MSS (line 984) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 985) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 986) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 987) | IP_MULTICAST_TTL = 0xa constant IP_MULTICAST_VIF (line 988) | IP_MULTICAST_VIF = 0xe constant IP_OFFMASK (line 989) | IP_OFFMASK = 0x1fff constant IP_ONESBCAST (line 990) | IP_ONESBCAST = 0x17 constant IP_OPTIONS (line 991) | IP_OPTIONS = 0x1 constant IP_ORIGDSTADDR (line 992) | IP_ORIGDSTADDR = 0x1b constant IP_PORTRANGE (line 993) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 994) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 995) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 996) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 997) | IP_RECVDSTADDR = 0x7 constant IP_RECVFLOWID (line 998) | IP_RECVFLOWID = 0x5d constant IP_RECVIF (line 999) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 1000) | IP_RECVOPTS = 0x5 constant IP_RECVORIGDSTADDR (line 1001) | IP_RECVORIGDSTADDR = 0x1b constant IP_RECVRETOPTS (line 1002) | IP_RECVRETOPTS = 0x6 constant IP_RECVRSSBUCKETID (line 1003) | IP_RECVRSSBUCKETID = 0x5e constant IP_RECVTOS (line 1004) | IP_RECVTOS = 0x44 constant IP_RECVTTL (line 1005) | IP_RECVTTL = 0x41 constant IP_RETOPTS (line 1006) | IP_RETOPTS = 0x8 constant IP_RF (line 1007) | IP_RF = 0x8000 constant IP_RSSBUCKETID (line 1008) | IP_RSSBUCKETID = 0x5c constant IP_RSS_LISTEN_BUCKET (line 1009) | IP_RSS_LISTEN_BUCKET = 0x1a constant IP_RSVP_OFF (line 1010) | IP_RSVP_OFF = 0x10 constant IP_RSVP_ON (line 1011) | IP_RSVP_ON = 0xf constant IP_RSVP_VIF_OFF (line 1012) | IP_RSVP_VIF_OFF = 0x12 constant IP_RSVP_VIF_ON (line 1013) | IP_RSVP_VIF_ON = 0x11 constant IP_SENDSRCADDR (line 1014) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 1015) | IP_TOS = 0x3 constant IP_TTL (line 1016) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 1017) | IP_UNBLOCK_SOURCE = 0x49 constant IP_VLAN_PCP (line 1018) | IP_VLAN_PCP = 0x4b constant ISIG (line 1019) | ISIG = 0x80 constant ISTRIP (line 1020) | ISTRIP = 0x20 constant ITIMER_PROF (line 1021) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1022) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1023) | ITIMER_VIRTUAL = 0x1 constant IXANY (line 1024) | IXANY = 0x800 constant IXOFF (line 1025) | IXOFF = 0x400 constant IXON (line 1026) | IXON = 0x200 constant KERN_HOSTNAME (line 1027) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 1028) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 1029) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 1030) | KERN_VERSION = 0x4 constant LOCAL_CONNWAIT (line 1031) | LOCAL_CONNWAIT = 0x4 constant LOCAL_CREDS (line 1032) | LOCAL_CREDS = 0x2 constant LOCAL_CREDS_PERSISTENT (line 1033) | LOCAL_CREDS_PERSISTENT = 0x3 constant LOCAL_PEERCRED (line 1034) | LOCAL_PEERCRED = 0x1 constant LOCAL_VENDOR (line 1035) | LOCAL_VENDOR = 0x80000000 constant LOCK_EX (line 1036) | LOCK_EX = 0x2 constant LOCK_NB (line 1037) | LOCK_NB = 0x4 constant LOCK_SH (line 1038) | LOCK_SH = 0x1 constant LOCK_UN (line 1039) | LOCK_UN = 0x8 constant MADV_AUTOSYNC (line 1040) | MADV_AUTOSYNC = 0x7 constant MADV_CORE (line 1041) | MADV_CORE = 0x9 constant MADV_DONTNEED (line 1042) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1043) | MADV_FREE = 0x5 constant MADV_NOCORE (line 1044) | MADV_NOCORE = 0x8 constant MADV_NORMAL (line 1045) | MADV_NORMAL = 0x0 constant MADV_NOSYNC (line 1046) | MADV_NOSYNC = 0x6 constant MADV_PROTECT (line 1047) | MADV_PROTECT = 0xa constant MADV_RANDOM (line 1048) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1049) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 1050) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 1051) | MAP_32BIT = 0x80000 constant MAP_ALIGNED_SUPER (line 1052) | MAP_ALIGNED_SUPER = 0x1000000 constant MAP_ALIGNMENT_MASK (line 1053) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1054) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1055) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1056) | MAP_ANONYMOUS = 0x1000 constant MAP_COPY (line 1057) | MAP_COPY = 0x2 constant MAP_EXCL (line 1058) | MAP_EXCL = 0x4000 constant MAP_FILE (line 1059) | MAP_FILE = 0x0 constant MAP_FIXED (line 1060) | MAP_FIXED = 0x10 constant MAP_GUARD (line 1061) | MAP_GUARD = 0x2000 constant MAP_HASSEMAPHORE (line 1062) | MAP_HASSEMAPHORE = 0x200 constant MAP_NOCORE (line 1063) | MAP_NOCORE = 0x20000 constant MAP_NOSYNC (line 1064) | MAP_NOSYNC = 0x800 constant MAP_PREFAULT_READ (line 1065) | MAP_PREFAULT_READ = 0x40000 constant MAP_PRIVATE (line 1066) | MAP_PRIVATE = 0x2 constant MAP_RESERVED0020 (line 1067) | MAP_RESERVED0020 = 0x20 constant MAP_RESERVED0040 (line 1068) | MAP_RESERVED0040 = 0x40 constant MAP_RESERVED0080 (line 1069) | MAP_RESERVED0080 = 0x80 constant MAP_RESERVED0100 (line 1070) | MAP_RESERVED0100 = 0x100 constant MAP_SHARED (line 1071) | MAP_SHARED = 0x1 constant MAP_STACK (line 1072) | MAP_STACK = 0x400 constant MCAST_BLOCK_SOURCE (line 1073) | MCAST_BLOCK_SOURCE = 0x54 constant MCAST_EXCLUDE (line 1074) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 1075) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1076) | MCAST_JOIN_GROUP = 0x50 constant MCAST_JOIN_SOURCE_GROUP (line 1077) | MCAST_JOIN_SOURCE_GROUP = 0x52 constant MCAST_LEAVE_GROUP (line 1078) | MCAST_LEAVE_GROUP = 0x51 constant MCAST_LEAVE_SOURCE_GROUP (line 1079) | MCAST_LEAVE_SOURCE_GROUP = 0x53 constant MCAST_UNBLOCK_SOURCE (line 1080) | MCAST_UNBLOCK_SOURCE = 0x55 constant MCAST_UNDEFINED (line 1081) | MCAST_UNDEFINED = 0x0 constant MCL_CURRENT (line 1082) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1083) | MCL_FUTURE = 0x2 constant MFD_ALLOW_SEALING (line 1084) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1085) | MFD_CLOEXEC = 0x1 constant MFD_HUGETLB (line 1086) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1087) | MFD_HUGE_16GB = -0x78000000 constant MFD_HUGE_16MB (line 1088) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1089) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1090) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1091) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1092) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1093) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1094) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1095) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1096) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1097) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1098) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1099) | MFD_HUGE_MASK = 0xfc000000 constant MFD_HUGE_SHIFT (line 1100) | MFD_HUGE_SHIFT = 0x1a constant MNT_ACLS (line 1101) | MNT_ACLS = 0x8000000 constant MNT_ASYNC (line 1102) | MNT_ASYNC = 0x40 constant MNT_AUTOMOUNTED (line 1103) | MNT_AUTOMOUNTED = 0x200000000 constant MNT_BYFSID (line 1104) | MNT_BYFSID = 0x8000000 constant MNT_CMDFLAGS (line 1105) | MNT_CMDFLAGS = 0x300d0f0000 constant MNT_DEFEXPORTED (line 1106) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1107) | MNT_DELEXPORT = 0x20000 constant MNT_EMPTYDIR (line 1108) | MNT_EMPTYDIR = 0x2000000000 constant MNT_EXKERB (line 1109) | MNT_EXKERB = 0x800 constant MNT_EXPORTANON (line 1110) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1111) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1112) | MNT_EXPUBLIC = 0x20000000 constant MNT_EXRDONLY (line 1113) | MNT_EXRDONLY = 0x80 constant MNT_EXTLS (line 1114) | MNT_EXTLS = 0x4000000000 constant MNT_EXTLSCERT (line 1115) | MNT_EXTLSCERT = 0x8000000000 constant MNT_EXTLSCERTUSER (line 1116) | MNT_EXTLSCERTUSER = 0x10000000000 constant MNT_FORCE (line 1117) | MNT_FORCE = 0x80000 constant MNT_GJOURNAL (line 1118) | MNT_GJOURNAL = 0x2000000 constant MNT_IGNORE (line 1119) | MNT_IGNORE = 0x800000 constant MNT_LAZY (line 1120) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1121) | MNT_LOCAL = 0x1000 constant MNT_MULTILABEL (line 1122) | MNT_MULTILABEL = 0x4000000 constant MNT_NFS4ACLS (line 1123) | MNT_NFS4ACLS = 0x10 constant MNT_NOATIME (line 1124) | MNT_NOATIME = 0x10000000 constant MNT_NOCLUSTERR (line 1125) | MNT_NOCLUSTERR = 0x40000000 constant MNT_NOCLUSTERW (line 1126) | MNT_NOCLUSTERW = 0x80000000 constant MNT_NOCOVER (line 1127) | MNT_NOCOVER = 0x1000000000 constant MNT_NOEXEC (line 1128) | MNT_NOEXEC = 0x4 constant MNT_NONBUSY (line 1129) | MNT_NONBUSY = 0x4000000 constant MNT_NOSUID (line 1130) | MNT_NOSUID = 0x8 constant MNT_NOSYMFOLLOW (line 1131) | MNT_NOSYMFOLLOW = 0x400000 constant MNT_NOWAIT (line 1132) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1133) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1134) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1135) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1136) | MNT_ROOTFS = 0x4000 constant MNT_SNAPSHOT (line 1137) | MNT_SNAPSHOT = 0x1000000 constant MNT_SOFTDEP (line 1138) | MNT_SOFTDEP = 0x200000 constant MNT_SUIDDIR (line 1139) | MNT_SUIDDIR = 0x100000 constant MNT_SUJ (line 1140) | MNT_SUJ = 0x100000000 constant MNT_SUSPEND (line 1141) | MNT_SUSPEND = 0x4 constant MNT_SYNCHRONOUS (line 1142) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1143) | MNT_UNION = 0x20 constant MNT_UNTRUSTED (line 1144) | MNT_UNTRUSTED = 0x800000000 constant MNT_UPDATE (line 1145) | MNT_UPDATE = 0x10000 constant MNT_UPDATEMASK (line 1146) | MNT_UPDATEMASK = 0xad8d0807e constant MNT_USER (line 1147) | MNT_USER = 0x8000 constant MNT_VERIFIED (line 1148) | MNT_VERIFIED = 0x400000000 constant MNT_VISFLAGMASK (line 1149) | MNT_VISFLAGMASK = 0xffef0ffff constant MNT_WAIT (line 1150) | MNT_WAIT = 0x1 constant MSG_CMSG_CLOEXEC (line 1151) | MSG_CMSG_CLOEXEC = 0x40000 constant MSG_COMPAT (line 1152) | MSG_COMPAT = 0x8000 constant MSG_CTRUNC (line 1153) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1154) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1155) | MSG_DONTWAIT = 0x80 constant MSG_EOF (line 1156) | MSG_EOF = 0x100 constant MSG_EOR (line 1157) | MSG_EOR = 0x8 constant MSG_NBIO (line 1158) | MSG_NBIO = 0x4000 constant MSG_NOSIGNAL (line 1159) | MSG_NOSIGNAL = 0x20000 constant MSG_NOTIFICATION (line 1160) | MSG_NOTIFICATION = 0x2000 constant MSG_OOB (line 1161) | MSG_OOB = 0x1 constant MSG_PEEK (line 1162) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1163) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1164) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1165) | MSG_WAITFORONE = 0x80000 constant MS_ASYNC (line 1166) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1167) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1168) | MS_SYNC = 0x0 constant NAME_MAX (line 1169) | NAME_MAX = 0xff constant NET_RT_DUMP (line 1170) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1171) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1172) | NET_RT_IFLIST = 0x3 constant NET_RT_IFLISTL (line 1173) | NET_RT_IFLISTL = 0x5 constant NET_RT_IFMALIST (line 1174) | NET_RT_IFMALIST = 0x4 constant NET_RT_NHGRP (line 1175) | NET_RT_NHGRP = 0x7 constant NET_RT_NHOP (line 1176) | NET_RT_NHOP = 0x6 constant NFDBITS (line 1177) | NFDBITS = 0x40 constant NOFLSH (line 1178) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1179) | NOKERNINFO = 0x2000000 constant NOTE_ABSTIME (line 1180) | NOTE_ABSTIME = 0x10 constant NOTE_ATTRIB (line 1181) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1182) | NOTE_CHILD = 0x4 constant NOTE_CLOSE (line 1183) | NOTE_CLOSE = 0x100 constant NOTE_CLOSE_WRITE (line 1184) | NOTE_CLOSE_WRITE = 0x200 constant NOTE_DELETE (line 1185) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1186) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1187) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1188) | NOTE_EXTEND = 0x4 constant NOTE_FFAND (line 1189) | NOTE_FFAND = 0x40000000 constant NOTE_FFCOPY (line 1190) | NOTE_FFCOPY = 0xc0000000 constant NOTE_FFCTRLMASK (line 1191) | NOTE_FFCTRLMASK = 0xc0000000 constant NOTE_FFLAGSMASK (line 1192) | NOTE_FFLAGSMASK = 0xffffff constant NOTE_FFNOP (line 1193) | NOTE_FFNOP = 0x0 constant NOTE_FFOR (line 1194) | NOTE_FFOR = 0x80000000 constant NOTE_FILE_POLL (line 1195) | NOTE_FILE_POLL = 0x2 constant NOTE_FORK (line 1196) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1197) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1198) | NOTE_LOWAT = 0x1 constant NOTE_MSECONDS (line 1199) | NOTE_MSECONDS = 0x2 constant NOTE_NSECONDS (line 1200) | NOTE_NSECONDS = 0x8 constant NOTE_OPEN (line 1201) | NOTE_OPEN = 0x80 constant NOTE_PCTRLMASK (line 1202) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1203) | NOTE_PDATAMASK = 0xfffff constant NOTE_READ (line 1204) | NOTE_READ = 0x400 constant NOTE_RENAME (line 1205) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1206) | NOTE_REVOKE = 0x40 constant NOTE_SECONDS (line 1207) | NOTE_SECONDS = 0x1 constant NOTE_TRACK (line 1208) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1209) | NOTE_TRACKERR = 0x2 constant NOTE_TRIGGER (line 1210) | NOTE_TRIGGER = 0x1000000 constant NOTE_USECONDS (line 1211) | NOTE_USECONDS = 0x4 constant NOTE_WRITE (line 1212) | NOTE_WRITE = 0x2 constant OCRNL (line 1213) | OCRNL = 0x10 constant ONLCR (line 1214) | ONLCR = 0x2 constant ONLRET (line 1215) | ONLRET = 0x40 constant ONOCR (line 1216) | ONOCR = 0x20 constant ONOEOT (line 1217) | ONOEOT = 0x8 constant OPOST (line 1218) | OPOST = 0x1 constant OXTABS (line 1219) | OXTABS = 0x4 constant O_ACCMODE (line 1220) | O_ACCMODE = 0x3 constant O_APPEND (line 1221) | O_APPEND = 0x8 constant O_ASYNC (line 1222) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1223) | O_CLOEXEC = 0x100000 constant O_CREAT (line 1224) | O_CREAT = 0x200 constant O_DIRECT (line 1225) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 1226) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1227) | O_DSYNC = 0x1000000 constant O_EMPTY_PATH (line 1228) | O_EMPTY_PATH = 0x2000000 constant O_EXCL (line 1229) | O_EXCL = 0x800 constant O_EXEC (line 1230) | O_EXEC = 0x40000 constant O_EXLOCK (line 1231) | O_EXLOCK = 0x20 constant O_FSYNC (line 1232) | O_FSYNC = 0x80 constant O_NDELAY (line 1233) | O_NDELAY = 0x4 constant O_NOCTTY (line 1234) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1235) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1236) | O_NONBLOCK = 0x4 constant O_PATH (line 1237) | O_PATH = 0x400000 constant O_RDONLY (line 1238) | O_RDONLY = 0x0 constant O_RDWR (line 1239) | O_RDWR = 0x2 constant O_RESOLVE_BENEATH (line 1240) | O_RESOLVE_BENEATH = 0x800000 constant O_SEARCH (line 1241) | O_SEARCH = 0x40000 constant O_SHLOCK (line 1242) | O_SHLOCK = 0x10 constant O_SYNC (line 1243) | O_SYNC = 0x80 constant O_TRUNC (line 1244) | O_TRUNC = 0x400 constant O_TTY_INIT (line 1245) | O_TTY_INIT = 0x80000 constant O_VERIFY (line 1246) | O_VERIFY = 0x200000 constant O_WRONLY (line 1247) | O_WRONLY = 0x1 constant PARENB (line 1248) | PARENB = 0x1000 constant PARMRK (line 1249) | PARMRK = 0x8 constant PARODD (line 1250) | PARODD = 0x2000 constant PENDIN (line 1251) | PENDIN = 0x20000000 constant PIOD_READ_D (line 1252) | PIOD_READ_D = 0x1 constant PIOD_READ_I (line 1253) | PIOD_READ_I = 0x3 constant PIOD_WRITE_D (line 1254) | PIOD_WRITE_D = 0x2 constant PIOD_WRITE_I (line 1255) | PIOD_WRITE_I = 0x4 constant PRIO_PGRP (line 1256) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1257) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1258) | PRIO_USER = 0x2 constant PROT_EXEC (line 1259) | PROT_EXEC = 0x4 constant PROT_NONE (line 1260) | PROT_NONE = 0x0 constant PROT_READ (line 1261) | PROT_READ = 0x1 constant PROT_WRITE (line 1262) | PROT_WRITE = 0x2 constant PTRACE_DEFAULT (line 1263) | PTRACE_DEFAULT = 0x1 constant PTRACE_EXEC (line 1264) | PTRACE_EXEC = 0x1 constant PTRACE_FORK (line 1265) | PTRACE_FORK = 0x8 constant PTRACE_LWP (line 1266) | PTRACE_LWP = 0x10 constant PTRACE_SCE (line 1267) | PTRACE_SCE = 0x2 constant PTRACE_SCX (line 1268) | PTRACE_SCX = 0x4 constant PTRACE_SYSCALL (line 1269) | PTRACE_SYSCALL = 0x6 constant PTRACE_VFORK (line 1270) | PTRACE_VFORK = 0x20 constant PT_ATTACH (line 1271) | PT_ATTACH = 0xa constant PT_CLEARSTEP (line 1272) | PT_CLEARSTEP = 0x10 constant PT_CONTINUE (line 1273) | PT_CONTINUE = 0x7 constant PT_COREDUMP (line 1274) | PT_COREDUMP = 0x1d constant PT_DETACH (line 1275) | PT_DETACH = 0xb constant PT_FIRSTMACH (line 1276) | PT_FIRSTMACH = 0x40 constant PT_FOLLOW_FORK (line 1277) | PT_FOLLOW_FORK = 0x17 constant PT_GETDBREGS (line 1278) | PT_GETDBREGS = 0x25 constant PT_GETFPREGS (line 1279) | PT_GETFPREGS = 0x23 constant PT_GETLWPLIST (line 1280) | PT_GETLWPLIST = 0xf constant PT_GETNUMLWPS (line 1281) | PT_GETNUMLWPS = 0xe constant PT_GETREGS (line 1282) | PT_GETREGS = 0x21 constant PT_GET_EVENT_MASK (line 1283) | PT_GET_EVENT_MASK = 0x19 constant PT_GET_SC_ARGS (line 1284) | PT_GET_SC_ARGS = 0x1b constant PT_GET_SC_RET (line 1285) | PT_GET_SC_RET = 0x1c constant PT_IO (line 1286) | PT_IO = 0xc constant PT_KILL (line 1287) | PT_KILL = 0x8 constant PT_LWPINFO (line 1288) | PT_LWPINFO = 0xd constant PT_LWP_EVENTS (line 1289) | PT_LWP_EVENTS = 0x18 constant PT_READ_D (line 1290) | PT_READ_D = 0x2 constant PT_READ_I (line 1291) | PT_READ_I = 0x1 constant PT_RESUME (line 1292) | PT_RESUME = 0x13 constant PT_SETDBREGS (line 1293) | PT_SETDBREGS = 0x26 constant PT_SETFPREGS (line 1294) | PT_SETFPREGS = 0x24 constant PT_SETREGS (line 1295) | PT_SETREGS = 0x22 constant PT_SETSTEP (line 1296) | PT_SETSTEP = 0x11 constant PT_SET_EVENT_MASK (line 1297) | PT_SET_EVENT_MASK = 0x1a constant PT_STEP (line 1298) | PT_STEP = 0x9 constant PT_SUSPEND (line 1299) | PT_SUSPEND = 0x12 constant PT_SYSCALL (line 1300) | PT_SYSCALL = 0x16 constant PT_TO_SCE (line 1301) | PT_TO_SCE = 0x14 constant PT_TO_SCX (line 1302) | PT_TO_SCX = 0x15 constant PT_TRACE_ME (line 1303) | PT_TRACE_ME = 0x0 constant PT_VM_ENTRY (line 1304) | PT_VM_ENTRY = 0x29 constant PT_VM_TIMESTAMP (line 1305) | PT_VM_TIMESTAMP = 0x28 constant PT_WRITE_D (line 1306) | PT_WRITE_D = 0x5 constant PT_WRITE_I (line 1307) | PT_WRITE_I = 0x4 constant P_ZONEID (line 1308) | P_ZONEID = 0xc constant RLIMIT_AS (line 1309) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1310) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1311) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1312) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1313) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1314) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1315) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1316) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1317) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1318) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1319) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1320) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1321) | RTAX_BRD = 0x7 constant RTAX_DST (line 1322) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1323) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1324) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1325) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1326) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1327) | RTAX_MAX = 0x8 constant RTAX_NETMASK (line 1328) | RTAX_NETMASK = 0x2 constant RTA_AUTHOR (line 1329) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1330) | RTA_BRD = 0x80 constant RTA_DST (line 1331) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1332) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1333) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1334) | RTA_IFA = 0x20 constant RTA_IFP (line 1335) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1336) | RTA_NETMASK = 0x4 constant RTF_BLACKHOLE (line 1337) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1338) | RTF_BROADCAST = 0x400000 constant RTF_DONE (line 1339) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1340) | RTF_DYNAMIC = 0x10 constant RTF_FIXEDMTU (line 1341) | RTF_FIXEDMTU = 0x80000 constant RTF_FMASK (line 1342) | RTF_FMASK = 0x1004d808 constant RTF_GATEWAY (line 1343) | RTF_GATEWAY = 0x2 constant RTF_GWFLAG_COMPAT (line 1344) | RTF_GWFLAG_COMPAT = 0x80000000 constant RTF_HOST (line 1345) | RTF_HOST = 0x4 constant RTF_LLDATA (line 1346) | RTF_LLDATA = 0x400 constant RTF_LLINFO (line 1347) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1348) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1349) | RTF_MODIFIED = 0x20 constant RTF_MULTICAST (line 1350) | RTF_MULTICAST = 0x800000 constant RTF_PINNED (line 1351) | RTF_PINNED = 0x100000 constant RTF_PROTO1 (line 1352) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1353) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1354) | RTF_PROTO3 = 0x40000 constant RTF_REJECT (line 1355) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1356) | RTF_STATIC = 0x800 constant RTF_STICKY (line 1357) | RTF_STICKY = 0x10000000 constant RTF_UP (line 1358) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1359) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1360) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1361) | RTM_CHANGE = 0x3 constant RTM_DELADDR (line 1362) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1363) | RTM_DELETE = 0x2 constant RTM_DELMADDR (line 1364) | RTM_DELMADDR = 0x10 constant RTM_GET (line 1365) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1366) | RTM_IEEE80211 = 0x12 constant RTM_IFANNOUNCE (line 1367) | RTM_IFANNOUNCE = 0x11 constant RTM_IFINFO (line 1368) | RTM_IFINFO = 0xe constant RTM_LOCK (line 1369) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1370) | RTM_LOSING = 0x5 constant RTM_MISS (line 1371) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1372) | RTM_NEWADDR = 0xc constant RTM_NEWMADDR (line 1373) | RTM_NEWMADDR = 0xf constant RTM_REDIRECT (line 1374) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1375) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1376) | RTM_RTTUNIT = 0xf4240 constant RTM_VERSION (line 1377) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1378) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1379) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1380) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1381) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1382) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1383) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1384) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1385) | RTV_SSTHRESH = 0x20 constant RTV_WEIGHT (line 1386) | RTV_WEIGHT = 0x100 constant RT_ALL_FIBS (line 1387) | RT_ALL_FIBS = -0x1 constant RT_BLACKHOLE (line 1388) | RT_BLACKHOLE = 0x40 constant RT_DEFAULT_FIB (line 1389) | RT_DEFAULT_FIB = 0x0 constant RT_DEFAULT_WEIGHT (line 1390) | RT_DEFAULT_WEIGHT = 0x1 constant RT_HAS_GW (line 1391) | RT_HAS_GW = 0x80 constant RT_HAS_HEADER (line 1392) | RT_HAS_HEADER = 0x10 constant RT_HAS_HEADER_BIT (line 1393) | RT_HAS_HEADER_BIT = 0x4 constant RT_L2_ME (line 1394) | RT_L2_ME = 0x4 constant RT_L2_ME_BIT (line 1395) | RT_L2_ME_BIT = 0x2 constant RT_LLE_CACHE (line 1396) | RT_LLE_CACHE = 0x100 constant RT_MAX_WEIGHT (line 1397) | RT_MAX_WEIGHT = 0xffffff constant RT_MAY_LOOP (line 1398) | RT_MAY_LOOP = 0x8 constant RT_MAY_LOOP_BIT (line 1399) | RT_MAY_LOOP_BIT = 0x3 constant RT_REJECT (line 1400) | RT_REJECT = 0x20 constant RUSAGE_CHILDREN (line 1401) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1402) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1403) | RUSAGE_THREAD = 0x1 constant SCM_BINTIME (line 1404) | SCM_BINTIME = 0x4 constant SCM_CREDS (line 1405) | SCM_CREDS = 0x3 constant SCM_CREDS2 (line 1406) | SCM_CREDS2 = 0x8 constant SCM_MONOTONIC (line 1407) | SCM_MONOTONIC = 0x6 constant SCM_REALTIME (line 1408) | SCM_REALTIME = 0x5 constant SCM_RIGHTS (line 1409) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1410) | SCM_TIMESTAMP = 0x2 constant SCM_TIME_INFO (line 1411) | SCM_TIME_INFO = 0x7 constant SEEK_CUR (line 1412) | SEEK_CUR = 0x1 constant SEEK_DATA (line 1413) | SEEK_DATA = 0x3 constant SEEK_END (line 1414) | SEEK_END = 0x2 constant SEEK_HOLE (line 1415) | SEEK_HOLE = 0x4 constant SEEK_SET (line 1416) | SEEK_SET = 0x0 constant SHUT_RD (line 1417) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1418) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1419) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1420) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1421) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1422) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1423) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1424) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1425) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1426) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPHYADDR (line 1427) | SIOCDIFPHYADDR = 0x80206949 constant SIOCGDRVSPEC (line 1428) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETSGCNT (line 1429) | SIOCGETSGCNT = 0xc0207210 constant SIOCGETVIFCNT (line 1430) | SIOCGETVIFCNT = 0xc028720f constant SIOCGHIWAT (line 1431) | SIOCGHIWAT = 0x40047301 constant SIOCGHWADDR (line 1432) | SIOCGHWADDR = 0xc020693e constant SIOCGI2C (line 1433) | SIOCGI2C = 0xc020693d constant SIOCGIFADDR (line 1434) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFALIAS (line 1435) | SIOCGIFALIAS = 0xc044692d constant SIOCGIFBRDADDR (line 1436) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCAP (line 1437) | SIOCGIFCAP = 0xc020691f constant SIOCGIFCONF (line 1438) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1439) | SIOCGIFDATA = 0x8020692c constant SIOCGIFDESCR (line 1440) | SIOCGIFDESCR = 0xc020692a constant SIOCGIFDOWNREASON (line 1441) | SIOCGIFDOWNREASON = 0xc058699a constant SIOCGIFDSTADDR (line 1442) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFIB (line 1443) | SIOCGIFFIB = 0xc020695c constant SIOCGIFFLAGS (line 1444) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGENERIC (line 1445) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGMEMB (line 1446) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1447) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFINDEX (line 1448) | SIOCGIFINDEX = 0xc0206920 constant SIOCGIFMAC (line 1449) | SIOCGIFMAC = 0xc0206926 constant SIOCGIFMEDIA (line 1450) | SIOCGIFMEDIA = 0xc0306938 constant SIOCGIFMETRIC (line 1451) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1452) | SIOCGIFMTU = 0xc0206933 constant SIOCGIFNETMASK (line 1453) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPDSTADDR (line 1454) | SIOCGIFPDSTADDR = 0xc0206948 constant SIOCGIFPHYS (line 1455) | SIOCGIFPHYS = 0xc0206935 constant SIOCGIFPSRCADDR (line 1456) | SIOCGIFPSRCADDR = 0xc0206947 constant SIOCGIFRSSHASH (line 1457) | SIOCGIFRSSHASH = 0xc0186997 constant SIOCGIFRSSKEY (line 1458) | SIOCGIFRSSKEY = 0xc0946996 constant SIOCGIFSTATUS (line 1459) | SIOCGIFSTATUS = 0xc331693b constant SIOCGIFXMEDIA (line 1460) | SIOCGIFXMEDIA = 0xc030698b constant SIOCGLANPCP (line 1461) | SIOCGLANPCP = 0xc0206998 constant SIOCGLOWAT (line 1462) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1463) | SIOCGPGRP = 0x40047309 constant SIOCGPRIVATE_0 (line 1464) | SIOCGPRIVATE_0 = 0xc0206950 constant SIOCGPRIVATE_1 (line 1465) | SIOCGPRIVATE_1 = 0xc0206951 constant SIOCGTUNFIB (line 1466) | SIOCGTUNFIB = 0xc020695e constant SIOCIFCREATE (line 1467) | SIOCIFCREATE = 0xc020697a constant SIOCIFCREATE2 (line 1468) | SIOCIFCREATE2 = 0xc020697c constant SIOCIFDESTROY (line 1469) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1470) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSDRVSPEC (line 1471) | SIOCSDRVSPEC = 0x8028697b constant SIOCSHIWAT (line 1472) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1473) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1474) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFCAP (line 1475) | SIOCSIFCAP = 0x8020691e constant SIOCSIFDESCR (line 1476) | SIOCSIFDESCR = 0x80206929 constant SIOCSIFDSTADDR (line 1477) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFIB (line 1478) | SIOCSIFFIB = 0x8020695d constant SIOCSIFFLAGS (line 1479) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGENERIC (line 1480) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1481) | SIOCSIFLLADDR = 0x8020693c constant SIOCSIFMAC (line 1482) | SIOCSIFMAC = 0x80206927 constant SIOCSIFMEDIA (line 1483) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1484) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1485) | SIOCSIFMTU = 0x80206934 constant SIOCSIFNAME (line 1486) | SIOCSIFNAME = 0x80206928 constant SIOCSIFNETMASK (line 1487) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPHYADDR (line 1488) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSIFPHYS (line 1489) | SIOCSIFPHYS = 0x80206936 constant SIOCSIFRVNET (line 1490) | SIOCSIFRVNET = 0xc020695b constant SIOCSIFVNET (line 1491) | SIOCSIFVNET = 0xc020695a constant SIOCSLANPCP (line 1492) | SIOCSLANPCP = 0x80206999 constant SIOCSLOWAT (line 1493) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1494) | SIOCSPGRP = 0x80047308 constant SIOCSTUNFIB (line 1495) | SIOCSTUNFIB = 0x8020695f constant SOCK_CLOEXEC (line 1496) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1497) | SOCK_DGRAM = 0x2 constant SOCK_MAXADDRLEN (line 1498) | SOCK_MAXADDRLEN = 0xff constant SOCK_NONBLOCK (line 1499) | SOCK_NONBLOCK = 0x20000000 constant SOCK_RAW (line 1500) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1501) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1502) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1503) | SOCK_STREAM = 0x1 constant SOL_LOCAL (line 1504) | SOL_LOCAL = 0x0 constant SOL_SOCKET (line 1505) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1506) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1507) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1508) | SO_ACCEPTFILTER = 0x1000 constant SO_BINTIME (line 1509) | SO_BINTIME = 0x2000 constant SO_BROADCAST (line 1510) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1511) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1512) | SO_DOMAIN = 0x1019 constant SO_DONTROUTE (line 1513) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1514) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1515) | SO_KEEPALIVE = 0x8 constant SO_LABEL (line 1516) | SO_LABEL = 0x1009 constant SO_LINGER (line 1517) | SO_LINGER = 0x80 constant SO_LISTENINCQLEN (line 1518) | SO_LISTENINCQLEN = 0x1013 constant SO_LISTENQLEN (line 1519) | SO_LISTENQLEN = 0x1012 constant SO_LISTENQLIMIT (line 1520) | SO_LISTENQLIMIT = 0x1011 constant SO_MAX_PACING_RATE (line 1521) | SO_MAX_PACING_RATE = 0x1018 constant SO_NOSIGPIPE (line 1522) | SO_NOSIGPIPE = 0x800 constant SO_NO_DDP (line 1523) | SO_NO_DDP = 0x8000 constant SO_NO_OFFLOAD (line 1524) | SO_NO_OFFLOAD = 0x4000 constant SO_OOBINLINE (line 1525) | SO_OOBINLINE = 0x100 constant SO_PEERLABEL (line 1526) | SO_PEERLABEL = 0x1010 constant SO_PROTOCOL (line 1527) | SO_PROTOCOL = 0x1016 constant SO_PROTOTYPE (line 1528) | SO_PROTOTYPE = 0x1016 constant SO_RCVBUF (line 1529) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1530) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1531) | SO_RCVTIMEO = 0x1006 constant SO_RERROR (line 1532) | SO_RERROR = 0x20000 constant SO_REUSEADDR (line 1533) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1534) | SO_REUSEPORT = 0x200 constant SO_REUSEPORT_LB (line 1535) | SO_REUSEPORT_LB = 0x10000 constant SO_SETFIB (line 1536) | SO_SETFIB = 0x1014 constant SO_SNDBUF (line 1537) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1538) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1539) | SO_SNDTIMEO = 0x1005 constant SO_TIMESTAMP (line 1540) | SO_TIMESTAMP = 0x400 constant SO_TS_BINTIME (line 1541) | SO_TS_BINTIME = 0x1 constant SO_TS_CLOCK (line 1542) | SO_TS_CLOCK = 0x1017 constant SO_TS_CLOCK_MAX (line 1543) | SO_TS_CLOCK_MAX = 0x3 constant SO_TS_DEFAULT (line 1544) | SO_TS_DEFAULT = 0x0 constant SO_TS_MONOTONIC (line 1545) | SO_TS_MONOTONIC = 0x3 constant SO_TS_REALTIME (line 1546) | SO_TS_REALTIME = 0x2 constant SO_TS_REALTIME_MICRO (line 1547) | SO_TS_REALTIME_MICRO = 0x0 constant SO_TYPE (line 1548) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1549) | SO_USELOOPBACK = 0x40 constant SO_USER_COOKIE (line 1550) | SO_USER_COOKIE = 0x1015 constant SO_VENDOR (line 1551) | SO_VENDOR = 0x80000000 constant S_BLKSIZE (line 1552) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1553) | S_IEXEC = 0x40 constant S_IFBLK (line 1554) | S_IFBLK = 0x6000 constant S_IFCHR (line 1555) | S_IFCHR = 0x2000 constant S_IFDIR (line 1556) | S_IFDIR = 0x4000 constant S_IFIFO (line 1557) | S_IFIFO = 0x1000 constant S_IFLNK (line 1558) | S_IFLNK = 0xa000 constant S_IFMT (line 1559) | S_IFMT = 0xf000 constant S_IFREG (line 1560) | S_IFREG = 0x8000 constant S_IFSOCK (line 1561) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1562) | S_IFWHT = 0xe000 constant S_IREAD (line 1563) | S_IREAD = 0x100 constant S_IRGRP (line 1564) | S_IRGRP = 0x20 constant S_IROTH (line 1565) | S_IROTH = 0x4 constant S_IRUSR (line 1566) | S_IRUSR = 0x100 constant S_IRWXG (line 1567) | S_IRWXG = 0x38 constant S_IRWXO (line 1568) | S_IRWXO = 0x7 constant S_IRWXU (line 1569) | S_IRWXU = 0x1c0 constant S_ISGID (line 1570) | S_ISGID = 0x400 constant S_ISTXT (line 1571) | S_ISTXT = 0x200 constant S_ISUID (line 1572) | S_ISUID = 0x800 constant S_ISVTX (line 1573) | S_ISVTX = 0x200 constant S_IWGRP (line 1574) | S_IWGRP = 0x10 constant S_IWOTH (line 1575) | S_IWOTH = 0x2 constant S_IWRITE (line 1576) | S_IWRITE = 0x80 constant S_IWUSR (line 1577) | S_IWUSR = 0x80 constant S_IXGRP (line 1578) | S_IXGRP = 0x8 constant S_IXOTH (line 1579) | S_IXOTH = 0x1 constant S_IXUSR (line 1580) | S_IXUSR = 0x40 constant TAB0 (line 1581) | TAB0 = 0x0 constant TAB3 (line 1582) | TAB3 = 0x4 constant TABDLY (line 1583) | TABDLY = 0x4 constant TCIFLUSH (line 1584) | TCIFLUSH = 0x1 constant TCIOFF (line 1585) | TCIOFF = 0x3 constant TCIOFLUSH (line 1586) | TCIOFLUSH = 0x3 constant TCION (line 1587) | TCION = 0x4 constant TCOFLUSH (line 1588) | TCOFLUSH = 0x2 constant TCOOFF (line 1589) | TCOOFF = 0x1 constant TCOON (line 1590) | TCOON = 0x2 constant TCPOPT_EOL (line 1591) | TCPOPT_EOL = 0x0 constant TCPOPT_FAST_OPEN (line 1592) | TCPOPT_FAST_OPEN = 0x22 constant TCPOPT_MAXSEG (line 1593) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1594) | TCPOPT_NOP = 0x1 constant TCPOPT_PAD (line 1595) | TCPOPT_PAD = 0x0 constant TCPOPT_SACK (line 1596) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 1597) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SIGNATURE (line 1598) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1599) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_WINDOW (line 1600) | TCPOPT_WINDOW = 0x3 constant TCP_BBR_ACK_COMP_ALG (line 1601) | TCP_BBR_ACK_COMP_ALG = 0x448 constant TCP_BBR_ALGORITHM (line 1602) | TCP_BBR_ALGORITHM = 0x43b constant TCP_BBR_DRAIN_INC_EXTRA (line 1603) | TCP_BBR_DRAIN_INC_EXTRA = 0x43c constant TCP_BBR_DRAIN_PG (line 1604) | TCP_BBR_DRAIN_PG = 0x42e constant TCP_BBR_EXTRA_GAIN (line 1605) | TCP_BBR_EXTRA_GAIN = 0x449 constant TCP_BBR_EXTRA_STATE (line 1606) | TCP_BBR_EXTRA_STATE = 0x453 constant TCP_BBR_FLOOR_MIN_TSO (line 1607) | TCP_BBR_FLOOR_MIN_TSO = 0x454 constant TCP_BBR_HDWR_PACE (line 1608) | TCP_BBR_HDWR_PACE = 0x451 constant TCP_BBR_HOLD_TARGET (line 1609) | TCP_BBR_HOLD_TARGET = 0x436 constant TCP_BBR_IWINTSO (line 1610) | TCP_BBR_IWINTSO = 0x42b constant TCP_BBR_LOWGAIN_FD (line 1611) | TCP_BBR_LOWGAIN_FD = 0x436 constant TCP_BBR_LOWGAIN_HALF (line 1612) | TCP_BBR_LOWGAIN_HALF = 0x435 constant TCP_BBR_LOWGAIN_THRESH (line 1613) | TCP_BBR_LOWGAIN_THRESH = 0x434 constant TCP_BBR_MAX_RTO (line 1614) | TCP_BBR_MAX_RTO = 0x439 constant TCP_BBR_MIN_RTO (line 1615) | TCP_BBR_MIN_RTO = 0x438 constant TCP_BBR_MIN_TOPACEOUT (line 1616) | TCP_BBR_MIN_TOPACEOUT = 0x455 constant TCP_BBR_ONE_RETRAN (line 1617) | TCP_BBR_ONE_RETRAN = 0x431 constant TCP_BBR_PACE_CROSS (line 1618) | TCP_BBR_PACE_CROSS = 0x442 constant TCP_BBR_PACE_DEL_TAR (line 1619) | TCP_BBR_PACE_DEL_TAR = 0x43f constant TCP_BBR_PACE_OH (line 1620) | TCP_BBR_PACE_OH = 0x435 constant TCP_BBR_PACE_PER_SEC (line 1621) | TCP_BBR_PACE_PER_SEC = 0x43e constant TCP_BBR_PACE_SEG_MAX (line 1622) | TCP_BBR_PACE_SEG_MAX = 0x440 constant TCP_BBR_PACE_SEG_MIN (line 1623) | TCP_BBR_PACE_SEG_MIN = 0x441 constant TCP_BBR_POLICER_DETECT (line 1624) | TCP_BBR_POLICER_DETECT = 0x457 constant TCP_BBR_PROBE_RTT_GAIN (line 1625) | TCP_BBR_PROBE_RTT_GAIN = 0x44d constant TCP_BBR_PROBE_RTT_INT (line 1626) | TCP_BBR_PROBE_RTT_INT = 0x430 constant TCP_BBR_PROBE_RTT_LEN (line 1627) | TCP_BBR_PROBE_RTT_LEN = 0x44e constant TCP_BBR_RACK_INIT_RATE (line 1628) | TCP_BBR_RACK_INIT_RATE = 0x458 constant TCP_BBR_RACK_RTT_USE (line 1629) | TCP_BBR_RACK_RTT_USE = 0x44a constant TCP_BBR_RECFORCE (line 1630) | TCP_BBR_RECFORCE = 0x42c constant TCP_BBR_REC_OVER_HPTS (line 1631) | TCP_BBR_REC_OVER_HPTS = 0x43a constant TCP_BBR_RETRAN_WTSO (line 1632) | TCP_BBR_RETRAN_WTSO = 0x44b constant TCP_BBR_RWND_IS_APP (line 1633) | TCP_BBR_RWND_IS_APP = 0x42f constant TCP_BBR_SEND_IWND_IN_TSO (line 1634) | TCP_BBR_SEND_IWND_IN_TSO = 0x44f constant TCP_BBR_STARTUP_EXIT_EPOCH (line 1635) | TCP_BBR_STARTUP_EXIT_EPOCH = 0x43d constant TCP_BBR_STARTUP_LOSS_EXIT (line 1636) | TCP_BBR_STARTUP_LOSS_EXIT = 0x432 constant TCP_BBR_STARTUP_PG (line 1637) | TCP_BBR_STARTUP_PG = 0x42d constant TCP_BBR_TMR_PACE_OH (line 1638) | TCP_BBR_TMR_PACE_OH = 0x448 constant TCP_BBR_TSLIMITS (line 1639) | TCP_BBR_TSLIMITS = 0x434 constant TCP_BBR_TSTMP_RAISES (line 1640) | TCP_BBR_TSTMP_RAISES = 0x456 constant TCP_BBR_UNLIMITED (line 1641) | TCP_BBR_UNLIMITED = 0x43b constant TCP_BBR_USEDEL_RATE (line 1642) | TCP_BBR_USEDEL_RATE = 0x437 constant TCP_BBR_USE_LOWGAIN (line 1643) | TCP_BBR_USE_LOWGAIN = 0x433 constant TCP_BBR_USE_RACK_CHEAT (line 1644) | TCP_BBR_USE_RACK_CHEAT = 0x450 constant TCP_BBR_USE_RACK_RR (line 1645) | TCP_BBR_USE_RACK_RR = 0x450 constant TCP_BBR_UTTER_MAX_TSO (line 1646) | TCP_BBR_UTTER_MAX_TSO = 0x452 constant TCP_CA_NAME_MAX (line 1647) | TCP_CA_NAME_MAX = 0x10 constant TCP_CCALGOOPT (line 1648) | TCP_CCALGOOPT = 0x41 constant TCP_CONGESTION (line 1649) | TCP_CONGESTION = 0x40 constant TCP_DATA_AFTER_CLOSE (line 1650) | TCP_DATA_AFTER_CLOSE = 0x44c constant TCP_DEFER_OPTIONS (line 1651) | TCP_DEFER_OPTIONS = 0x470 constant TCP_DELACK (line 1652) | TCP_DELACK = 0x48 constant TCP_FASTOPEN (line 1653) | TCP_FASTOPEN = 0x401 constant TCP_FASTOPEN_MAX_COOKIE_LEN (line 1654) | TCP_FASTOPEN_MAX_COOKIE_LEN = 0x10 constant TCP_FASTOPEN_MIN_COOKIE_LEN (line 1655) | TCP_FASTOPEN_MIN_COOKIE_LEN = 0x4 constant TCP_FASTOPEN_PSK_LEN (line 1656) | TCP_FASTOPEN_PSK_LEN = 0x10 constant TCP_FAST_RSM_HACK (line 1657) | TCP_FAST_RSM_HACK = 0x471 constant TCP_FIN_IS_RST (line 1658) | TCP_FIN_IS_RST = 0x49 constant TCP_FUNCTION_BLK (line 1659) | TCP_FUNCTION_BLK = 0x2000 constant TCP_FUNCTION_NAME_LEN_MAX (line 1660) | TCP_FUNCTION_NAME_LEN_MAX = 0x20 constant TCP_HDWR_RATE_CAP (line 1661) | TCP_HDWR_RATE_CAP = 0x46a constant TCP_HDWR_UP_ONLY (line 1662) | TCP_HDWR_UP_ONLY = 0x46c constant TCP_IDLE_REDUCE (line 1663) | TCP_IDLE_REDUCE = 0x46 constant TCP_INFO (line 1664) | TCP_INFO = 0x20 constant TCP_IWND_NB (line 1665) | TCP_IWND_NB = 0x2b constant TCP_IWND_NSEG (line 1666) | TCP_IWND_NSEG = 0x2c constant TCP_KEEPCNT (line 1667) | TCP_KEEPCNT = 0x400 constant TCP_KEEPIDLE (line 1668) | TCP_KEEPIDLE = 0x100 constant TCP_KEEPINIT (line 1669) | TCP_KEEPINIT = 0x80 constant TCP_KEEPINTVL (line 1670) | TCP_KEEPINTVL = 0x200 constant TCP_LOG (line 1671) | TCP_LOG = 0x22 constant TCP_LOGBUF (line 1672) | TCP_LOGBUF = 0x23 constant TCP_LOGDUMP (line 1673) | TCP_LOGDUMP = 0x25 constant TCP_LOGDUMPID (line 1674) | TCP_LOGDUMPID = 0x26 constant TCP_LOGID (line 1675) | TCP_LOGID = 0x24 constant TCP_LOGID_CNT (line 1676) | TCP_LOGID_CNT = 0x2e constant TCP_LOG_ID_LEN (line 1677) | TCP_LOG_ID_LEN = 0x40 constant TCP_LOG_LIMIT (line 1678) | TCP_LOG_LIMIT = 0x4a constant TCP_LOG_TAG (line 1679) | TCP_LOG_TAG = 0x2f constant TCP_MAXBURST (line 1680) | TCP_MAXBURST = 0x4 constant TCP_MAXHLEN (line 1681) | TCP_MAXHLEN = 0x3c constant TCP_MAXOLEN (line 1682) | TCP_MAXOLEN = 0x28 constant TCP_MAXPEAKRATE (line 1683) | TCP_MAXPEAKRATE = 0x45 constant TCP_MAXSEG (line 1684) | TCP_MAXSEG = 0x2 constant TCP_MAXUNACKTIME (line 1685) | TCP_MAXUNACKTIME = 0x44 constant TCP_MAXWIN (line 1686) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1687) | TCP_MAX_SACK = 0x4 constant TCP_MAX_WINSHIFT (line 1688) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1689) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1690) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1691) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1692) | TCP_NODELAY = 0x1 constant TCP_NOOPT (line 1693) | TCP_NOOPT = 0x8 constant TCP_NOPUSH (line 1694) | TCP_NOPUSH = 0x4 constant TCP_NO_PRR (line 1695) | TCP_NO_PRR = 0x462 constant TCP_PACING_RATE_CAP (line 1696) | TCP_PACING_RATE_CAP = 0x46b constant TCP_PCAP_IN (line 1697) | TCP_PCAP_IN = 0x1000 constant TCP_PCAP_OUT (line 1698) | TCP_PCAP_OUT = 0x800 constant TCP_PERF_INFO (line 1699) | TCP_PERF_INFO = 0x4e constant TCP_PROC_ACCOUNTING (line 1700) | TCP_PROC_ACCOUNTING = 0x4c constant TCP_RACK_ABC_VAL (line 1701) | TCP_RACK_ABC_VAL = 0x46d constant TCP_RACK_CHEAT_NOT_CONF_RATE (line 1702) | TCP_RACK_CHEAT_NOT_CONF_RATE = 0x459 constant TCP_RACK_DO_DETECTION (line 1703) | TCP_RACK_DO_DETECTION = 0x449 constant TCP_RACK_EARLY_RECOV (line 1704) | TCP_RACK_EARLY_RECOV = 0x423 constant TCP_RACK_EARLY_SEG (line 1705) | TCP_RACK_EARLY_SEG = 0x424 constant TCP_RACK_FORCE_MSEG (line 1706) | TCP_RACK_FORCE_MSEG = 0x45d constant TCP_RACK_GP_INCREASE (line 1707) | TCP_RACK_GP_INCREASE = 0x446 constant TCP_RACK_GP_INCREASE_CA (line 1708) | TCP_RACK_GP_INCREASE_CA = 0x45a constant TCP_RACK_GP_INCREASE_REC (line 1709) | TCP_RACK_GP_INCREASE_REC = 0x45c constant TCP_RACK_GP_INCREASE_SS (line 1710) | TCP_RACK_GP_INCREASE_SS = 0x45b constant TCP_RACK_IDLE_REDUCE_HIGH (line 1711) | TCP_RACK_IDLE_REDUCE_HIGH = 0x444 constant TCP_RACK_MBUF_QUEUE (line 1712) | TCP_RACK_MBUF_QUEUE = 0x41a constant TCP_RACK_MEASURE_CNT (line 1713) | TCP_RACK_MEASURE_CNT = 0x46f constant TCP_RACK_MIN_PACE (line 1714) | TCP_RACK_MIN_PACE = 0x445 constant TCP_RACK_MIN_PACE_SEG (line 1715) | TCP_RACK_MIN_PACE_SEG = 0x446 constant TCP_RACK_MIN_TO (line 1716) | TCP_RACK_MIN_TO = 0x422 constant TCP_RACK_NONRXT_CFG_RATE (line 1717) | TCP_RACK_NONRXT_CFG_RATE = 0x463 constant TCP_RACK_NO_PUSH_AT_MAX (line 1718) | TCP_RACK_NO_PUSH_AT_MAX = 0x466 constant TCP_RACK_PACE_ALWAYS (line 1719) | TCP_RACK_PACE_ALWAYS = 0x41f constant TCP_RACK_PACE_MAX_SEG (line 1720) | TCP_RACK_PACE_MAX_SEG = 0x41e constant TCP_RACK_PACE_RATE_CA (line 1721) | TCP_RACK_PACE_RATE_CA = 0x45e constant TCP_RACK_PACE_RATE_REC (line 1722) | TCP_RACK_PACE_RATE_REC = 0x460 constant TCP_RACK_PACE_RATE_SS (line 1723) | TCP_RACK_PACE_RATE_SS = 0x45f constant TCP_RACK_PACE_REDUCE (line 1724) | TCP_RACK_PACE_REDUCE = 0x41d constant TCP_RACK_PACE_TO_FILL (line 1725) | TCP_RACK_PACE_TO_FILL = 0x467 constant TCP_RACK_PACING_BETA (line 1726) | TCP_RACK_PACING_BETA = 0x472 constant TCP_RACK_PACING_BETA_ECN (line 1727) | TCP_RACK_PACING_BETA_ECN = 0x473 constant TCP_RACK_PKT_DELAY (line 1728) | TCP_RACK_PKT_DELAY = 0x428 constant TCP_RACK_PROFILE (line 1729) | TCP_RACK_PROFILE = 0x469 constant TCP_RACK_PROP (line 1730) | TCP_RACK_PROP = 0x41b constant TCP_RACK_PROP_RATE (line 1731) | TCP_RACK_PROP_RATE = 0x420 constant TCP_RACK_PRR_SENDALOT (line 1732) | TCP_RACK_PRR_SENDALOT = 0x421 constant TCP_RACK_REORD_FADE (line 1733) | TCP_RACK_REORD_FADE = 0x426 constant TCP_RACK_REORD_THRESH (line 1734) | TCP_RACK_REORD_THRESH = 0x425 constant TCP_RACK_RR_CONF (line 1735) | TCP_RACK_RR_CONF = 0x459 constant TCP_RACK_TIMER_SLOP (line 1736) | TCP_RACK_TIMER_SLOP = 0x474 constant TCP_RACK_TLP_INC_VAR (line 1737) | TCP_RACK_TLP_INC_VAR = 0x429 constant TCP_RACK_TLP_REDUCE (line 1738) | TCP_RACK_TLP_REDUCE = 0x41c constant TCP_RACK_TLP_THRESH (line 1739) | TCP_RACK_TLP_THRESH = 0x427 constant TCP_RACK_TLP_USE (line 1740) | TCP_RACK_TLP_USE = 0x447 constant TCP_REC_ABC_VAL (line 1741) | TCP_REC_ABC_VAL = 0x46e constant TCP_REMOTE_UDP_ENCAPS_PORT (line 1742) | TCP_REMOTE_UDP_ENCAPS_PORT = 0x47 constant TCP_REUSPORT_LB_NUMA (line 1743) | TCP_REUSPORT_LB_NUMA = 0x402 constant TCP_REUSPORT_LB_NUMA_CURDOM (line 1744) | TCP_REUSPORT_LB_NUMA_CURDOM = -0x1 constant TCP_REUSPORT_LB_NUMA_NODOM (line 1745) | TCP_REUSPORT_LB_NUMA_NODOM = -0x2 constant TCP_RXTLS_ENABLE (line 1746) | TCP_RXTLS_ENABLE = 0x29 constant TCP_RXTLS_MODE (line 1747) | TCP_RXTLS_MODE = 0x2a constant TCP_SHARED_CWND_ALLOWED (line 1748) | TCP_SHARED_CWND_ALLOWED = 0x4b constant TCP_SHARED_CWND_ENABLE (line 1749) | TCP_SHARED_CWND_ENABLE = 0x464 constant TCP_SHARED_CWND_TIME_LIMIT (line 1750) | TCP_SHARED_CWND_TIME_LIMIT = 0x468 constant TCP_STATS (line 1751) | TCP_STATS = 0x21 constant TCP_TIMELY_DYN_ADJ (line 1752) | TCP_TIMELY_DYN_ADJ = 0x465 constant TCP_TLS_MODE_IFNET (line 1753) | TCP_TLS_MODE_IFNET = 0x2 constant TCP_TLS_MODE_NONE (line 1754) | TCP_TLS_MODE_NONE = 0x0 constant TCP_TLS_MODE_SW (line 1755) | TCP_TLS_MODE_SW = 0x1 constant TCP_TLS_MODE_TOE (line 1756) | TCP_TLS_MODE_TOE = 0x3 constant TCP_TXTLS_ENABLE (line 1757) | TCP_TXTLS_ENABLE = 0x27 constant TCP_TXTLS_MODE (line 1758) | TCP_TXTLS_MODE = 0x28 constant TCP_USER_LOG (line 1759) | TCP_USER_LOG = 0x30 constant TCP_USE_CMP_ACKS (line 1760) | TCP_USE_CMP_ACKS = 0x4d constant TCP_VENDOR (line 1761) | TCP_VENDOR = 0x80000000 constant TCSAFLUSH (line 1762) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1763) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1764) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1765) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1766) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1767) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1768) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1769) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1770) | TIOCEXT = 0x80047460 constant TIOCFLUSH (line 1771) | TIOCFLUSH = 0x80047410 constant TIOCGDRAINWAIT (line 1772) | TIOCGDRAINWAIT = 0x40047456 constant TIOCGETA (line 1773) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1774) | TIOCGETD = 0x4004741a constant TIOCGPGRP (line 1775) | TIOCGPGRP = 0x40047477 constant TIOCGPTN (line 1776) | TIOCGPTN = 0x4004740f constant TIOCGSID (line 1777) | TIOCGSID = 0x40047463 constant TIOCGWINSZ (line 1778) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1779) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1780) | TIOCMBIS = 0x8004746c constant TIOCMGDTRWAIT (line 1781) | TIOCMGDTRWAIT = 0x4004745a constant TIOCMGET (line 1782) | TIOCMGET = 0x4004746a constant TIOCMSDTRWAIT (line 1783) | TIOCMSDTRWAIT = 0x8004745b constant TIOCMSET (line 1784) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1785) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1786) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1787) | TIOCM_CTS = 0x20 constant TIOCM_DCD (line 1788) | TIOCM_DCD = 0x40 constant TIOCM_DSR (line 1789) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1790) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1791) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1792) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1793) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1794) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1795) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1796) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1797) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1798) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1799) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1800) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1801) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1802) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1803) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1804) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1805) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1806) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1807) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1808) | TIOCPKT_STOP = 0x4 constant TIOCPTMASTER (line 1809) | TIOCPTMASTER = 0x2000741c constant TIOCSBRK (line 1810) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1811) | TIOCSCTTY = 0x20007461 constant TIOCSDRAINWAIT (line 1812) | TIOCSDRAINWAIT = 0x80047457 constant TIOCSDTR (line 1813) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1814) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1815) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1816) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1817) | TIOCSETD = 0x8004741b constant TIOCSIG (line 1818) | TIOCSIG = 0x2004745f constant TIOCSPGRP (line 1819) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1820) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1821) | TIOCSTAT = 0x20007465 constant TIOCSTI (line 1822) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1823) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1824) | TIOCSWINSZ = 0x80087467 constant TIOCTIMESTAMP (line 1825) | TIOCTIMESTAMP = 0x40107459 constant TIOCUCNTL (line 1826) | TIOCUCNTL = 0x80047466 constant TOSTOP (line 1827) | TOSTOP = 0x400000 constant UTIME_NOW (line 1828) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1829) | UTIME_OMIT = -0x2 constant VDISCARD (line 1830) | VDISCARD = 0xf constant VDSUSP (line 1831) | VDSUSP = 0xb constant VEOF (line 1832) | VEOF = 0x0 constant VEOL (line 1833) | VEOL = 0x1 constant VEOL2 (line 1834) | VEOL2 = 0x2 constant VERASE (line 1835) | VERASE = 0x3 constant VERASE2 (line 1836) | VERASE2 = 0x7 constant VINTR (line 1837) | VINTR = 0x8 constant VKILL (line 1838) | VKILL = 0x5 constant VLNEXT (line 1839) | VLNEXT = 0xe constant VMIN (line 1840) | VMIN = 0x10 constant VQUIT (line 1841) | VQUIT = 0x9 constant VREPRINT (line 1842) | VREPRINT = 0x6 constant VSTART (line 1843) | VSTART = 0xc constant VSTATUS (line 1844) | VSTATUS = 0x12 constant VSTOP (line 1845) | VSTOP = 0xd constant VSUSP (line 1846) | VSUSP = 0xa constant VTIME (line 1847) | VTIME = 0x11 constant VWERASE (line 1848) | VWERASE = 0x4 constant WCONTINUED (line 1849) | WCONTINUED = 0x4 constant WCOREFLAG (line 1850) | WCOREFLAG = 0x80 constant WEXITED (line 1851) | WEXITED = 0x10 constant WLINUXCLONE (line 1852) | WLINUXCLONE = 0x80000000 constant WNOHANG (line 1853) | WNOHANG = 0x1 constant WNOWAIT (line 1854) | WNOWAIT = 0x8 constant WSTOPPED (line 1855) | WSTOPPED = 0x2 constant WTRAPPED (line 1856) | WTRAPPED = 0x20 constant WUNTRACED (line 1857) | WUNTRACED = 0x2 constant E2BIG (line 1862) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1863) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1864) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1865) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1866) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1867) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1868) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1869) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1870) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1871) | EBADMSG = syscall.Errno(0x59) constant EBADRPC (line 1872) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1873) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1874) | ECANCELED = syscall.Errno(0x55) constant ECAPMODE (line 1875) | ECAPMODE = syscall.Errno(0x5e) constant ECHILD (line 1876) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1877) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1878) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1879) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1880) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1881) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1882) | EDOM = syscall.Errno(0x21) constant EDOOFUS (line 1883) | EDOOFUS = syscall.Errno(0x58) constant EDQUOT (line 1884) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1885) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1886) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1887) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1888) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1889) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1890) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1891) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1892) | EILSEQ = syscall.Errno(0x56) constant EINPROGRESS (line 1893) | EINPROGRESS = syscall.Errno(0x24) constant EINTEGRITY (line 1894) | EINTEGRITY = syscall.Errno(0x61) constant EINTR (line 1895) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1896) | EINVAL = syscall.Errno(0x16) constant EIO (line 1897) | EIO = syscall.Errno(0x5) constant EISCONN (line 1898) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1899) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1900) | ELAST = syscall.Errno(0x61) constant ELOOP (line 1901) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1902) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1903) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1904) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1905) | EMULTIHOP = syscall.Errno(0x5a) constant ENAMETOOLONG (line 1906) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1907) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1908) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1909) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1910) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1911) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1912) | ENOATTR = syscall.Errno(0x57) constant ENOBUFS (line 1913) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1914) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1915) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1916) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1917) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1918) | ENOLINK = syscall.Errno(0x5b) constant ENOMEM (line 1919) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1920) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1921) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1922) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1923) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1924) | ENOTBLK = syscall.Errno(0xf) constant ENOTCAPABLE (line 1925) | ENOTCAPABLE = syscall.Errno(0x5d) constant ENOTCONN (line 1926) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1927) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1928) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1929) | ENOTRECOVERABLE = syscall.Errno(0x5f) constant ENOTSOCK (line 1930) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1931) | ENOTSUP = syscall.Errno(0x2d) constant ENOTTY (line 1932) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1933) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1934) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1935) | EOVERFLOW = syscall.Errno(0x54) constant EOWNERDEAD (line 1936) | EOWNERDEAD = syscall.Errno(0x60) constant EPERM (line 1937) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1938) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1939) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1940) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1941) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1942) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1943) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1944) | EPROTO = syscall.Errno(0x5c) constant EPROTONOSUPPORT (line 1945) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1946) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1947) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1948) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1949) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1950) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1951) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1952) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1953) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1954) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1955) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1956) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1957) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1958) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1959) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1960) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1961) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1966) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1967) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1968) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1969) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1970) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1971) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1972) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1973) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1974) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1975) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1976) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1977) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1978) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1979) | SIGKILL = syscall.Signal(0x9) constant SIGLIBRT (line 1980) | SIGLIBRT = syscall.Signal(0x21) constant SIGLWP (line 1981) | SIGLWP = syscall.Signal(0x20) constant SIGPIPE (line 1982) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1983) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1984) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1985) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1986) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1987) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1988) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1989) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1990) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1991) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1992) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1993) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1994) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1995) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1996) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1997) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1998) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1999) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 2000) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux.go constant AAFS_MAGIC (line 10) | AAFS_MAGIC = 0x5a3c69f0 constant ADFS_SUPER_MAGIC (line 11) | ADFS_SUPER_MAGIC = 0xadf5 constant AFFS_SUPER_MAGIC (line 12) | AFFS_SUPER_MAGIC = 0xadff constant AFS_FS_MAGIC (line 13) | AFS_FS_MAGIC = 0x6b414653 constant AFS_SUPER_MAGIC (line 14) | AFS_SUPER_MAGIC = 0x5346414f constant AF_ALG (line 15) | AF_ALG = 0x26 constant AF_APPLETALK (line 16) | AF_APPLETALK = 0x5 constant AF_ASH (line 17) | AF_ASH = 0x12 constant AF_ATMPVC (line 18) | AF_ATMPVC = 0x8 constant AF_ATMSVC (line 19) | AF_ATMSVC = 0x14 constant AF_AX25 (line 20) | AF_AX25 = 0x3 constant AF_BLUETOOTH (line 21) | AF_BLUETOOTH = 0x1f constant AF_BRIDGE (line 22) | AF_BRIDGE = 0x7 constant AF_CAIF (line 23) | AF_CAIF = 0x25 constant AF_CAN (line 24) | AF_CAN = 0x1d constant AF_DECnet (line 25) | AF_DECnet = 0xc constant AF_ECONET (line 26) | AF_ECONET = 0x13 constant AF_FILE (line 27) | AF_FILE = 0x1 constant AF_IB (line 28) | AF_IB = 0x1b constant AF_IEEE802154 (line 29) | AF_IEEE802154 = 0x24 constant AF_INET (line 30) | AF_INET = 0x2 constant AF_INET6 (line 31) | AF_INET6 = 0xa constant AF_IPX (line 32) | AF_IPX = 0x4 constant AF_IRDA (line 33) | AF_IRDA = 0x17 constant AF_ISDN (line 34) | AF_ISDN = 0x22 constant AF_IUCV (line 35) | AF_IUCV = 0x20 constant AF_KCM (line 36) | AF_KCM = 0x29 constant AF_KEY (line 37) | AF_KEY = 0xf constant AF_LLC (line 38) | AF_LLC = 0x1a constant AF_LOCAL (line 39) | AF_LOCAL = 0x1 constant AF_MAX (line 40) | AF_MAX = 0x2e constant AF_MCTP (line 41) | AF_MCTP = 0x2d constant AF_MPLS (line 42) | AF_MPLS = 0x1c constant AF_NETBEUI (line 43) | AF_NETBEUI = 0xd constant AF_NETLINK (line 44) | AF_NETLINK = 0x10 constant AF_NETROM (line 45) | AF_NETROM = 0x6 constant AF_NFC (line 46) | AF_NFC = 0x27 constant AF_PACKET (line 47) | AF_PACKET = 0x11 constant AF_PHONET (line 48) | AF_PHONET = 0x23 constant AF_PPPOX (line 49) | AF_PPPOX = 0x18 constant AF_QIPCRTR (line 50) | AF_QIPCRTR = 0x2a constant AF_RDS (line 51) | AF_RDS = 0x15 constant AF_ROSE (line 52) | AF_ROSE = 0xb constant AF_ROUTE (line 53) | AF_ROUTE = 0x10 constant AF_RXRPC (line 54) | AF_RXRPC = 0x21 constant AF_SECURITY (line 55) | AF_SECURITY = 0xe constant AF_SMC (line 56) | AF_SMC = 0x2b constant AF_SNA (line 57) | AF_SNA = 0x16 constant AF_TIPC (line 58) | AF_TIPC = 0x1e constant AF_UNIX (line 59) | AF_UNIX = 0x1 constant AF_UNSPEC (line 60) | AF_UNSPEC = 0x0 constant AF_VSOCK (line 61) | AF_VSOCK = 0x28 constant AF_WANPIPE (line 62) | AF_WANPIPE = 0x19 constant AF_X25 (line 63) | AF_X25 = 0x9 constant AF_XDP (line 64) | AF_XDP = 0x2c constant ALG_OP_DECRYPT (line 65) | ALG_OP_DECRYPT = 0x0 constant ALG_OP_ENCRYPT (line 66) | ALG_OP_ENCRYPT = 0x1 constant ALG_SET_AEAD_ASSOCLEN (line 67) | ALG_SET_AEAD_ASSOCLEN = 0x4 constant ALG_SET_AEAD_AUTHSIZE (line 68) | ALG_SET_AEAD_AUTHSIZE = 0x5 constant ALG_SET_DRBG_ENTROPY (line 69) | ALG_SET_DRBG_ENTROPY = 0x6 constant ALG_SET_IV (line 70) | ALG_SET_IV = 0x2 constant ALG_SET_KEY (line 71) | ALG_SET_KEY = 0x1 constant ALG_SET_KEY_BY_KEY_SERIAL (line 72) | ALG_SET_KEY_BY_KEY_SERIAL = 0x7 constant ALG_SET_OP (line 73) | ALG_SET_OP = 0x3 constant ANON_INODE_FS_MAGIC (line 74) | ANON_INODE_FS_MAGIC = 0x9041934 constant ARPHRD_6LOWPAN (line 75) | ARPHRD_6LOWPAN = 0x339 constant ARPHRD_ADAPT (line 76) | ARPHRD_ADAPT = 0x108 constant ARPHRD_APPLETLK (line 77) | ARPHRD_APPLETLK = 0x8 constant ARPHRD_ARCNET (line 78) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ASH (line 79) | ARPHRD_ASH = 0x30d constant ARPHRD_ATM (line 80) | ARPHRD_ATM = 0x13 constant ARPHRD_AX25 (line 81) | ARPHRD_AX25 = 0x3 constant ARPHRD_BIF (line 82) | ARPHRD_BIF = 0x307 constant ARPHRD_CAIF (line 83) | ARPHRD_CAIF = 0x336 constant ARPHRD_CAN (line 84) | ARPHRD_CAN = 0x118 constant ARPHRD_CHAOS (line 85) | ARPHRD_CHAOS = 0x5 constant ARPHRD_CISCO (line 86) | ARPHRD_CISCO = 0x201 constant ARPHRD_CSLIP (line 87) | ARPHRD_CSLIP = 0x101 constant ARPHRD_CSLIP6 (line 88) | ARPHRD_CSLIP6 = 0x103 constant ARPHRD_DDCMP (line 89) | ARPHRD_DDCMP = 0x205 constant ARPHRD_DLCI (line 90) | ARPHRD_DLCI = 0xf constant ARPHRD_ECONET (line 91) | ARPHRD_ECONET = 0x30e constant ARPHRD_EETHER (line 92) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 93) | ARPHRD_ETHER = 0x1 constant ARPHRD_EUI64 (line 94) | ARPHRD_EUI64 = 0x1b constant ARPHRD_FCAL (line 95) | ARPHRD_FCAL = 0x311 constant ARPHRD_FCFABRIC (line 96) | ARPHRD_FCFABRIC = 0x313 constant ARPHRD_FCPL (line 97) | ARPHRD_FCPL = 0x312 constant ARPHRD_FCPP (line 98) | ARPHRD_FCPP = 0x310 constant ARPHRD_FDDI (line 99) | ARPHRD_FDDI = 0x306 constant ARPHRD_FRAD (line 100) | ARPHRD_FRAD = 0x302 constant ARPHRD_HDLC (line 101) | ARPHRD_HDLC = 0x201 constant ARPHRD_HIPPI (line 102) | ARPHRD_HIPPI = 0x30c constant ARPHRD_HWX25 (line 103) | ARPHRD_HWX25 = 0x110 constant ARPHRD_IEEE1394 (line 104) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 105) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IEEE80211 (line 106) | ARPHRD_IEEE80211 = 0x321 constant ARPHRD_IEEE80211_PRISM (line 107) | ARPHRD_IEEE80211_PRISM = 0x322 constant ARPHRD_IEEE80211_RADIOTAP (line 108) | ARPHRD_IEEE80211_RADIOTAP = 0x323 constant ARPHRD_IEEE802154 (line 109) | ARPHRD_IEEE802154 = 0x324 constant ARPHRD_IEEE802154_MONITOR (line 110) | ARPHRD_IEEE802154_MONITOR = 0x325 constant ARPHRD_IEEE802_TR (line 111) | ARPHRD_IEEE802_TR = 0x320 constant ARPHRD_INFINIBAND (line 112) | ARPHRD_INFINIBAND = 0x20 constant ARPHRD_IP6GRE (line 113) | ARPHRD_IP6GRE = 0x337 constant ARPHRD_IPDDP (line 114) | ARPHRD_IPDDP = 0x309 constant ARPHRD_IPGRE (line 115) | ARPHRD_IPGRE = 0x30a constant ARPHRD_IRDA (line 116) | ARPHRD_IRDA = 0x30f constant ARPHRD_LAPB (line 117) | ARPHRD_LAPB = 0x204 constant ARPHRD_LOCALTLK (line 118) | ARPHRD_LOCALTLK = 0x305 constant ARPHRD_LOOPBACK (line 119) | ARPHRD_LOOPBACK = 0x304 constant ARPHRD_MCTP (line 120) | ARPHRD_MCTP = 0x122 constant ARPHRD_METRICOM (line 121) | ARPHRD_METRICOM = 0x17 constant ARPHRD_NETLINK (line 122) | ARPHRD_NETLINK = 0x338 constant ARPHRD_NETROM (line 123) | ARPHRD_NETROM = 0x0 constant ARPHRD_NONE (line 124) | ARPHRD_NONE = 0xfffe constant ARPHRD_PHONET (line 125) | ARPHRD_PHONET = 0x334 constant ARPHRD_PHONET_PIPE (line 126) | ARPHRD_PHONET_PIPE = 0x335 constant ARPHRD_PIMREG (line 127) | ARPHRD_PIMREG = 0x30b constant ARPHRD_PPP (line 128) | ARPHRD_PPP = 0x200 constant ARPHRD_PRONET (line 129) | ARPHRD_PRONET = 0x4 constant ARPHRD_RAWHDLC (line 130) | ARPHRD_RAWHDLC = 0x206 constant ARPHRD_RAWIP (line 131) | ARPHRD_RAWIP = 0x207 constant ARPHRD_ROSE (line 132) | ARPHRD_ROSE = 0x10e constant ARPHRD_RSRVD (line 133) | ARPHRD_RSRVD = 0x104 constant ARPHRD_SIT (line 134) | ARPHRD_SIT = 0x308 constant ARPHRD_SKIP (line 135) | ARPHRD_SKIP = 0x303 constant ARPHRD_SLIP (line 136) | ARPHRD_SLIP = 0x100 constant ARPHRD_SLIP6 (line 137) | ARPHRD_SLIP6 = 0x102 constant ARPHRD_TUNNEL (line 138) | ARPHRD_TUNNEL = 0x300 constant ARPHRD_TUNNEL6 (line 139) | ARPHRD_TUNNEL6 = 0x301 constant ARPHRD_VOID (line 140) | ARPHRD_VOID = 0xffff constant ARPHRD_VSOCKMON (line 141) | ARPHRD_VSOCKMON = 0x33a constant ARPHRD_X25 (line 142) | ARPHRD_X25 = 0x10f constant AUDIT_ADD (line 143) | AUDIT_ADD = 0x3eb constant AUDIT_ADD_RULE (line 144) | AUDIT_ADD_RULE = 0x3f3 constant AUDIT_ALWAYS (line 145) | AUDIT_ALWAYS = 0x2 constant AUDIT_ANOM_ABEND (line 146) | AUDIT_ANOM_ABEND = 0x6a5 constant AUDIT_ANOM_CREAT (line 147) | AUDIT_ANOM_CREAT = 0x6a7 constant AUDIT_ANOM_LINK (line 148) | AUDIT_ANOM_LINK = 0x6a6 constant AUDIT_ANOM_PROMISCUOUS (line 149) | AUDIT_ANOM_PROMISCUOUS = 0x6a4 constant AUDIT_ARCH (line 150) | AUDIT_ARCH = 0xb constant AUDIT_ARCH_AARCH64 (line 151) | AUDIT_ARCH_AARCH64 = 0xc00000b7 constant AUDIT_ARCH_ALPHA (line 152) | AUDIT_ARCH_ALPHA = 0xc0009026 constant AUDIT_ARCH_ARCOMPACT (line 153) | AUDIT_ARCH_ARCOMPACT = 0x4000005d constant AUDIT_ARCH_ARCOMPACTBE (line 154) | AUDIT_ARCH_ARCOMPACTBE = 0x5d constant AUDIT_ARCH_ARCV2 (line 155) | AUDIT_ARCH_ARCV2 = 0x400000c3 constant AUDIT_ARCH_ARCV2BE (line 156) | AUDIT_ARCH_ARCV2BE = 0xc3 constant AUDIT_ARCH_ARM (line 157) | AUDIT_ARCH_ARM = 0x40000028 constant AUDIT_ARCH_ARMEB (line 158) | AUDIT_ARCH_ARMEB = 0x28 constant AUDIT_ARCH_C6X (line 159) | AUDIT_ARCH_C6X = 0x4000008c constant AUDIT_ARCH_C6XBE (line 160) | AUDIT_ARCH_C6XBE = 0x8c constant AUDIT_ARCH_CRIS (line 161) | AUDIT_ARCH_CRIS = 0x4000004c constant AUDIT_ARCH_CSKY (line 162) | AUDIT_ARCH_CSKY = 0x400000fc constant AUDIT_ARCH_FRV (line 163) | AUDIT_ARCH_FRV = 0x5441 constant AUDIT_ARCH_H8300 (line 164) | AUDIT_ARCH_H8300 = 0x2e constant AUDIT_ARCH_HEXAGON (line 165) | AUDIT_ARCH_HEXAGON = 0xa4 constant AUDIT_ARCH_I386 (line 166) | AUDIT_ARCH_I386 = 0x40000003 constant AUDIT_ARCH_IA64 (line 167) | AUDIT_ARCH_IA64 = 0xc0000032 constant AUDIT_ARCH_LOONGARCH32 (line 168) | AUDIT_ARCH_LOONGARCH32 = 0x40000102 constant AUDIT_ARCH_LOONGARCH64 (line 169) | AUDIT_ARCH_LOONGARCH64 = 0xc0000102 constant AUDIT_ARCH_M32R (line 170) | AUDIT_ARCH_M32R = 0x58 constant AUDIT_ARCH_M68K (line 171) | AUDIT_ARCH_M68K = 0x4 constant AUDIT_ARCH_MICROBLAZE (line 172) | AUDIT_ARCH_MICROBLAZE = 0xbd constant AUDIT_ARCH_MIPS (line 173) | AUDIT_ARCH_MIPS = 0x8 constant AUDIT_ARCH_MIPS64 (line 174) | AUDIT_ARCH_MIPS64 = 0x80000008 constant AUDIT_ARCH_MIPS64N32 (line 175) | AUDIT_ARCH_MIPS64N32 = 0xa0000008 constant AUDIT_ARCH_MIPSEL (line 176) | AUDIT_ARCH_MIPSEL = 0x40000008 constant AUDIT_ARCH_MIPSEL64 (line 177) | AUDIT_ARCH_MIPSEL64 = 0xc0000008 constant AUDIT_ARCH_MIPSEL64N32 (line 178) | AUDIT_ARCH_MIPSEL64N32 = 0xe0000008 constant AUDIT_ARCH_NDS32 (line 179) | AUDIT_ARCH_NDS32 = 0x400000a7 constant AUDIT_ARCH_NDS32BE (line 180) | AUDIT_ARCH_NDS32BE = 0xa7 constant AUDIT_ARCH_NIOS2 (line 181) | AUDIT_ARCH_NIOS2 = 0x40000071 constant AUDIT_ARCH_OPENRISC (line 182) | AUDIT_ARCH_OPENRISC = 0x5c constant AUDIT_ARCH_PARISC (line 183) | AUDIT_ARCH_PARISC = 0xf constant AUDIT_ARCH_PARISC64 (line 184) | AUDIT_ARCH_PARISC64 = 0x8000000f constant AUDIT_ARCH_PPC (line 185) | AUDIT_ARCH_PPC = 0x14 constant AUDIT_ARCH_PPC64 (line 186) | AUDIT_ARCH_PPC64 = 0x80000015 constant AUDIT_ARCH_PPC64LE (line 187) | AUDIT_ARCH_PPC64LE = 0xc0000015 constant AUDIT_ARCH_RISCV32 (line 188) | AUDIT_ARCH_RISCV32 = 0x400000f3 constant AUDIT_ARCH_RISCV64 (line 189) | AUDIT_ARCH_RISCV64 = 0xc00000f3 constant AUDIT_ARCH_S390 (line 190) | AUDIT_ARCH_S390 = 0x16 constant AUDIT_ARCH_S390X (line 191) | AUDIT_ARCH_S390X = 0x80000016 constant AUDIT_ARCH_SH (line 192) | AUDIT_ARCH_SH = 0x2a constant AUDIT_ARCH_SH64 (line 193) | AUDIT_ARCH_SH64 = 0x8000002a constant AUDIT_ARCH_SHEL (line 194) | AUDIT_ARCH_SHEL = 0x4000002a constant AUDIT_ARCH_SHEL64 (line 195) | AUDIT_ARCH_SHEL64 = 0xc000002a constant AUDIT_ARCH_SPARC (line 196) | AUDIT_ARCH_SPARC = 0x2 constant AUDIT_ARCH_SPARC64 (line 197) | AUDIT_ARCH_SPARC64 = 0x8000002b constant AUDIT_ARCH_TILEGX (line 198) | AUDIT_ARCH_TILEGX = 0xc00000bf constant AUDIT_ARCH_TILEGX32 (line 199) | AUDIT_ARCH_TILEGX32 = 0x400000bf constant AUDIT_ARCH_TILEPRO (line 200) | AUDIT_ARCH_TILEPRO = 0x400000bc constant AUDIT_ARCH_UNICORE (line 201) | AUDIT_ARCH_UNICORE = 0x4000006e constant AUDIT_ARCH_X86_64 (line 202) | AUDIT_ARCH_X86_64 = 0xc000003e constant AUDIT_ARCH_XTENSA (line 203) | AUDIT_ARCH_XTENSA = 0x5e constant AUDIT_ARG0 (line 204) | AUDIT_ARG0 = 0xc8 constant AUDIT_ARG1 (line 205) | AUDIT_ARG1 = 0xc9 constant AUDIT_ARG2 (line 206) | AUDIT_ARG2 = 0xca constant AUDIT_ARG3 (line 207) | AUDIT_ARG3 = 0xcb constant AUDIT_AVC (line 208) | AUDIT_AVC = 0x578 constant AUDIT_AVC_PATH (line 209) | AUDIT_AVC_PATH = 0x57a constant AUDIT_BITMASK_SIZE (line 210) | AUDIT_BITMASK_SIZE = 0x40 constant AUDIT_BIT_MASK (line 211) | AUDIT_BIT_MASK = 0x8000000 constant AUDIT_BIT_TEST (line 212) | AUDIT_BIT_TEST = 0x48000000 constant AUDIT_BPF (line 213) | AUDIT_BPF = 0x536 constant AUDIT_BPRM_FCAPS (line 214) | AUDIT_BPRM_FCAPS = 0x529 constant AUDIT_CAPSET (line 215) | AUDIT_CAPSET = 0x52a constant AUDIT_CLASS_CHATTR (line 216) | AUDIT_CLASS_CHATTR = 0x2 constant AUDIT_CLASS_CHATTR_32 (line 217) | AUDIT_CLASS_CHATTR_32 = 0x3 constant AUDIT_CLASS_DIR_WRITE (line 218) | AUDIT_CLASS_DIR_WRITE = 0x0 constant AUDIT_CLASS_DIR_WRITE_32 (line 219) | AUDIT_CLASS_DIR_WRITE_32 = 0x1 constant AUDIT_CLASS_READ (line 220) | AUDIT_CLASS_READ = 0x4 constant AUDIT_CLASS_READ_32 (line 221) | AUDIT_CLASS_READ_32 = 0x5 constant AUDIT_CLASS_SIGNAL (line 222) | AUDIT_CLASS_SIGNAL = 0x8 constant AUDIT_CLASS_SIGNAL_32 (line 223) | AUDIT_CLASS_SIGNAL_32 = 0x9 constant AUDIT_CLASS_WRITE (line 224) | AUDIT_CLASS_WRITE = 0x6 constant AUDIT_CLASS_WRITE_32 (line 225) | AUDIT_CLASS_WRITE_32 = 0x7 constant AUDIT_COMPARE_AUID_TO_EUID (line 226) | AUDIT_COMPARE_AUID_TO_EUID = 0x10 constant AUDIT_COMPARE_AUID_TO_FSUID (line 227) | AUDIT_COMPARE_AUID_TO_FSUID = 0xe constant AUDIT_COMPARE_AUID_TO_OBJ_UID (line 228) | AUDIT_COMPARE_AUID_TO_OBJ_UID = 0x5 constant AUDIT_COMPARE_AUID_TO_SUID (line 229) | AUDIT_COMPARE_AUID_TO_SUID = 0xf constant AUDIT_COMPARE_EGID_TO_FSGID (line 230) | AUDIT_COMPARE_EGID_TO_FSGID = 0x17 constant AUDIT_COMPARE_EGID_TO_OBJ_GID (line 231) | AUDIT_COMPARE_EGID_TO_OBJ_GID = 0x4 constant AUDIT_COMPARE_EGID_TO_SGID (line 232) | AUDIT_COMPARE_EGID_TO_SGID = 0x18 constant AUDIT_COMPARE_EUID_TO_FSUID (line 233) | AUDIT_COMPARE_EUID_TO_FSUID = 0x12 constant AUDIT_COMPARE_EUID_TO_OBJ_UID (line 234) | AUDIT_COMPARE_EUID_TO_OBJ_UID = 0x3 constant AUDIT_COMPARE_EUID_TO_SUID (line 235) | AUDIT_COMPARE_EUID_TO_SUID = 0x11 constant AUDIT_COMPARE_FSGID_TO_OBJ_GID (line 236) | AUDIT_COMPARE_FSGID_TO_OBJ_GID = 0x9 constant AUDIT_COMPARE_FSUID_TO_OBJ_UID (line 237) | AUDIT_COMPARE_FSUID_TO_OBJ_UID = 0x8 constant AUDIT_COMPARE_GID_TO_EGID (line 238) | AUDIT_COMPARE_GID_TO_EGID = 0x14 constant AUDIT_COMPARE_GID_TO_FSGID (line 239) | AUDIT_COMPARE_GID_TO_FSGID = 0x15 constant AUDIT_COMPARE_GID_TO_OBJ_GID (line 240) | AUDIT_COMPARE_GID_TO_OBJ_GID = 0x2 constant AUDIT_COMPARE_GID_TO_SGID (line 241) | AUDIT_COMPARE_GID_TO_SGID = 0x16 constant AUDIT_COMPARE_SGID_TO_FSGID (line 242) | AUDIT_COMPARE_SGID_TO_FSGID = 0x19 constant AUDIT_COMPARE_SGID_TO_OBJ_GID (line 243) | AUDIT_COMPARE_SGID_TO_OBJ_GID = 0x7 constant AUDIT_COMPARE_SUID_TO_FSUID (line 244) | AUDIT_COMPARE_SUID_TO_FSUID = 0x13 constant AUDIT_COMPARE_SUID_TO_OBJ_UID (line 245) | AUDIT_COMPARE_SUID_TO_OBJ_UID = 0x6 constant AUDIT_COMPARE_UID_TO_AUID (line 246) | AUDIT_COMPARE_UID_TO_AUID = 0xa constant AUDIT_COMPARE_UID_TO_EUID (line 247) | AUDIT_COMPARE_UID_TO_EUID = 0xb constant AUDIT_COMPARE_UID_TO_FSUID (line 248) | AUDIT_COMPARE_UID_TO_FSUID = 0xc constant AUDIT_COMPARE_UID_TO_OBJ_UID (line 249) | AUDIT_COMPARE_UID_TO_OBJ_UID = 0x1 constant AUDIT_COMPARE_UID_TO_SUID (line 250) | AUDIT_COMPARE_UID_TO_SUID = 0xd constant AUDIT_CONFIG_CHANGE (line 251) | AUDIT_CONFIG_CHANGE = 0x519 constant AUDIT_CWD (line 252) | AUDIT_CWD = 0x51b constant AUDIT_DAEMON_ABORT (line 253) | AUDIT_DAEMON_ABORT = 0x4b2 constant AUDIT_DAEMON_CONFIG (line 254) | AUDIT_DAEMON_CONFIG = 0x4b3 constant AUDIT_DAEMON_END (line 255) | AUDIT_DAEMON_END = 0x4b1 constant AUDIT_DAEMON_START (line 256) | AUDIT_DAEMON_START = 0x4b0 constant AUDIT_DEL (line 257) | AUDIT_DEL = 0x3ec constant AUDIT_DEL_RULE (line 258) | AUDIT_DEL_RULE = 0x3f4 constant AUDIT_DEVMAJOR (line 259) | AUDIT_DEVMAJOR = 0x64 constant AUDIT_DEVMINOR (line 260) | AUDIT_DEVMINOR = 0x65 constant AUDIT_DIR (line 261) | AUDIT_DIR = 0x6b constant AUDIT_DM_CTRL (line 262) | AUDIT_DM_CTRL = 0x53a constant AUDIT_DM_EVENT (line 263) | AUDIT_DM_EVENT = 0x53b constant AUDIT_EGID (line 264) | AUDIT_EGID = 0x6 constant AUDIT_EOE (line 265) | AUDIT_EOE = 0x528 constant AUDIT_EQUAL (line 266) | AUDIT_EQUAL = 0x40000000 constant AUDIT_EUID (line 267) | AUDIT_EUID = 0x2 constant AUDIT_EVENT_LISTENER (line 268) | AUDIT_EVENT_LISTENER = 0x537 constant AUDIT_EXE (line 269) | AUDIT_EXE = 0x70 constant AUDIT_EXECVE (line 270) | AUDIT_EXECVE = 0x51d constant AUDIT_EXIT (line 271) | AUDIT_EXIT = 0x67 constant AUDIT_FAIL_PANIC (line 272) | AUDIT_FAIL_PANIC = 0x2 constant AUDIT_FAIL_PRINTK (line 273) | AUDIT_FAIL_PRINTK = 0x1 constant AUDIT_FAIL_SILENT (line 274) | AUDIT_FAIL_SILENT = 0x0 constant AUDIT_FANOTIFY (line 275) | AUDIT_FANOTIFY = 0x533 constant AUDIT_FD_PAIR (line 276) | AUDIT_FD_PAIR = 0x525 constant AUDIT_FEATURE_BITMAP_ALL (line 277) | AUDIT_FEATURE_BITMAP_ALL = 0x7f constant AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT (line 278) | AUDIT_FEATURE_BITMAP_BACKLOG_LIMIT = 0x1 constant AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME (line 279) | AUDIT_FEATURE_BITMAP_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND (line 280) | AUDIT_FEATURE_BITMAP_EXCLUDE_EXTEND = 0x8 constant AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH (line 281) | AUDIT_FEATURE_BITMAP_EXECUTABLE_PATH = 0x4 constant AUDIT_FEATURE_BITMAP_FILTER_FS (line 282) | AUDIT_FEATURE_BITMAP_FILTER_FS = 0x40 constant AUDIT_FEATURE_BITMAP_LOST_RESET (line 283) | AUDIT_FEATURE_BITMAP_LOST_RESET = 0x20 constant AUDIT_FEATURE_BITMAP_SESSIONID_FILTER (line 284) | AUDIT_FEATURE_BITMAP_SESSIONID_FILTER = 0x10 constant AUDIT_FEATURE_CHANGE (line 285) | AUDIT_FEATURE_CHANGE = 0x530 constant AUDIT_FEATURE_LOGINUID_IMMUTABLE (line 286) | AUDIT_FEATURE_LOGINUID_IMMUTABLE = 0x1 constant AUDIT_FEATURE_ONLY_UNSET_LOGINUID (line 287) | AUDIT_FEATURE_ONLY_UNSET_LOGINUID = 0x0 constant AUDIT_FEATURE_VERSION (line 288) | AUDIT_FEATURE_VERSION = 0x1 constant AUDIT_FIELD_COMPARE (line 289) | AUDIT_FIELD_COMPARE = 0x6f constant AUDIT_FILETYPE (line 290) | AUDIT_FILETYPE = 0x6c constant AUDIT_FILTERKEY (line 291) | AUDIT_FILTERKEY = 0xd2 constant AUDIT_FILTER_ENTRY (line 292) | AUDIT_FILTER_ENTRY = 0x2 constant AUDIT_FILTER_EXCLUDE (line 293) | AUDIT_FILTER_EXCLUDE = 0x5 constant AUDIT_FILTER_EXIT (line 294) | AUDIT_FILTER_EXIT = 0x4 constant AUDIT_FILTER_FS (line 295) | AUDIT_FILTER_FS = 0x6 constant AUDIT_FILTER_PREPEND (line 296) | AUDIT_FILTER_PREPEND = 0x10 constant AUDIT_FILTER_TASK (line 297) | AUDIT_FILTER_TASK = 0x1 constant AUDIT_FILTER_TYPE (line 298) | AUDIT_FILTER_TYPE = 0x5 constant AUDIT_FILTER_URING_EXIT (line 299) | AUDIT_FILTER_URING_EXIT = 0x7 constant AUDIT_FILTER_USER (line 300) | AUDIT_FILTER_USER = 0x0 constant AUDIT_FILTER_WATCH (line 301) | AUDIT_FILTER_WATCH = 0x3 constant AUDIT_FIRST_KERN_ANOM_MSG (line 302) | AUDIT_FIRST_KERN_ANOM_MSG = 0x6a4 constant AUDIT_FIRST_USER_MSG (line 303) | AUDIT_FIRST_USER_MSG = 0x44c constant AUDIT_FIRST_USER_MSG2 (line 304) | AUDIT_FIRST_USER_MSG2 = 0x834 constant AUDIT_FSGID (line 305) | AUDIT_FSGID = 0x8 constant AUDIT_FSTYPE (line 306) | AUDIT_FSTYPE = 0x1a constant AUDIT_FSUID (line 307) | AUDIT_FSUID = 0x4 constant AUDIT_GET (line 308) | AUDIT_GET = 0x3e8 constant AUDIT_GET_FEATURE (line 309) | AUDIT_GET_FEATURE = 0x3fb constant AUDIT_GID (line 310) | AUDIT_GID = 0x5 constant AUDIT_GREATER_THAN (line 311) | AUDIT_GREATER_THAN = 0x20000000 constant AUDIT_GREATER_THAN_OR_EQUAL (line 312) | AUDIT_GREATER_THAN_OR_EQUAL = 0x60000000 constant AUDIT_INODE (line 313) | AUDIT_INODE = 0x66 constant AUDIT_INTEGRITY_DATA (line 314) | AUDIT_INTEGRITY_DATA = 0x708 constant AUDIT_INTEGRITY_EVM_XATTR (line 315) | AUDIT_INTEGRITY_EVM_XATTR = 0x70e constant AUDIT_INTEGRITY_HASH (line 316) | AUDIT_INTEGRITY_HASH = 0x70b constant AUDIT_INTEGRITY_METADATA (line 317) | AUDIT_INTEGRITY_METADATA = 0x709 constant AUDIT_INTEGRITY_PCR (line 318) | AUDIT_INTEGRITY_PCR = 0x70c constant AUDIT_INTEGRITY_POLICY_RULE (line 319) | AUDIT_INTEGRITY_POLICY_RULE = 0x70f constant AUDIT_INTEGRITY_RULE (line 320) | AUDIT_INTEGRITY_RULE = 0x70d constant AUDIT_INTEGRITY_STATUS (line 321) | AUDIT_INTEGRITY_STATUS = 0x70a constant AUDIT_IPC (line 322) | AUDIT_IPC = 0x517 constant AUDIT_IPC_SET_PERM (line 323) | AUDIT_IPC_SET_PERM = 0x51f constant AUDIT_KERNEL (line 324) | AUDIT_KERNEL = 0x7d0 constant AUDIT_KERNEL_OTHER (line 325) | AUDIT_KERNEL_OTHER = 0x524 constant AUDIT_KERN_MODULE (line 326) | AUDIT_KERN_MODULE = 0x532 constant AUDIT_LAST_FEATURE (line 327) | AUDIT_LAST_FEATURE = 0x1 constant AUDIT_LAST_KERN_ANOM_MSG (line 328) | AUDIT_LAST_KERN_ANOM_MSG = 0x707 constant AUDIT_LAST_USER_MSG (line 329) | AUDIT_LAST_USER_MSG = 0x4af constant AUDIT_LAST_USER_MSG2 (line 330) | AUDIT_LAST_USER_MSG2 = 0xbb7 constant AUDIT_LESS_THAN (line 331) | AUDIT_LESS_THAN = 0x10000000 constant AUDIT_LESS_THAN_OR_EQUAL (line 332) | AUDIT_LESS_THAN_OR_EQUAL = 0x50000000 constant AUDIT_LIST (line 333) | AUDIT_LIST = 0x3ea constant AUDIT_LIST_RULES (line 334) | AUDIT_LIST_RULES = 0x3f5 constant AUDIT_LOGIN (line 335) | AUDIT_LOGIN = 0x3ee constant AUDIT_LOGINUID (line 336) | AUDIT_LOGINUID = 0x9 constant AUDIT_LOGINUID_SET (line 337) | AUDIT_LOGINUID_SET = 0x18 constant AUDIT_MAC_CALIPSO_ADD (line 338) | AUDIT_MAC_CALIPSO_ADD = 0x58a constant AUDIT_MAC_CALIPSO_DEL (line 339) | AUDIT_MAC_CALIPSO_DEL = 0x58b constant AUDIT_MAC_CIPSOV4_ADD (line 340) | AUDIT_MAC_CIPSOV4_ADD = 0x57f constant AUDIT_MAC_CIPSOV4_DEL (line 341) | AUDIT_MAC_CIPSOV4_DEL = 0x580 constant AUDIT_MAC_CONFIG_CHANGE (line 342) | AUDIT_MAC_CONFIG_CHANGE = 0x57d constant AUDIT_MAC_IPSEC_ADDSA (line 343) | AUDIT_MAC_IPSEC_ADDSA = 0x583 constant AUDIT_MAC_IPSEC_ADDSPD (line 344) | AUDIT_MAC_IPSEC_ADDSPD = 0x585 constant AUDIT_MAC_IPSEC_DELSA (line 345) | AUDIT_MAC_IPSEC_DELSA = 0x584 constant AUDIT_MAC_IPSEC_DELSPD (line 346) | AUDIT_MAC_IPSEC_DELSPD = 0x586 constant AUDIT_MAC_IPSEC_EVENT (line 347) | AUDIT_MAC_IPSEC_EVENT = 0x587 constant AUDIT_MAC_MAP_ADD (line 348) | AUDIT_MAC_MAP_ADD = 0x581 constant AUDIT_MAC_MAP_DEL (line 349) | AUDIT_MAC_MAP_DEL = 0x582 constant AUDIT_MAC_POLICY_LOAD (line 350) | AUDIT_MAC_POLICY_LOAD = 0x57b constant AUDIT_MAC_STATUS (line 351) | AUDIT_MAC_STATUS = 0x57c constant AUDIT_MAC_UNLBL_ALLOW (line 352) | AUDIT_MAC_UNLBL_ALLOW = 0x57e constant AUDIT_MAC_UNLBL_STCADD (line 353) | AUDIT_MAC_UNLBL_STCADD = 0x588 constant AUDIT_MAC_UNLBL_STCDEL (line 354) | AUDIT_MAC_UNLBL_STCDEL = 0x589 constant AUDIT_MAKE_EQUIV (line 355) | AUDIT_MAKE_EQUIV = 0x3f7 constant AUDIT_MAX_FIELDS (line 356) | AUDIT_MAX_FIELDS = 0x40 constant AUDIT_MAX_FIELD_COMPARE (line 357) | AUDIT_MAX_FIELD_COMPARE = 0x19 constant AUDIT_MAX_KEY_LEN (line 358) | AUDIT_MAX_KEY_LEN = 0x100 constant AUDIT_MESSAGE_TEXT_MAX (line 359) | AUDIT_MESSAGE_TEXT_MAX = 0x2170 constant AUDIT_MMAP (line 360) | AUDIT_MMAP = 0x52b constant AUDIT_MQ_GETSETATTR (line 361) | AUDIT_MQ_GETSETATTR = 0x523 constant AUDIT_MQ_NOTIFY (line 362) | AUDIT_MQ_NOTIFY = 0x522 constant AUDIT_MQ_OPEN (line 363) | AUDIT_MQ_OPEN = 0x520 constant AUDIT_MQ_SENDRECV (line 364) | AUDIT_MQ_SENDRECV = 0x521 constant AUDIT_MSGTYPE (line 365) | AUDIT_MSGTYPE = 0xc constant AUDIT_NEGATE (line 366) | AUDIT_NEGATE = 0x80000000 constant AUDIT_NETFILTER_CFG (line 367) | AUDIT_NETFILTER_CFG = 0x52d constant AUDIT_NETFILTER_PKT (line 368) | AUDIT_NETFILTER_PKT = 0x52c constant AUDIT_NEVER (line 369) | AUDIT_NEVER = 0x0 constant AUDIT_NLGRP_MAX (line 370) | AUDIT_NLGRP_MAX = 0x1 constant AUDIT_NOT_EQUAL (line 371) | AUDIT_NOT_EQUAL = 0x30000000 constant AUDIT_NR_FILTERS (line 372) | AUDIT_NR_FILTERS = 0x8 constant AUDIT_OBJ_GID (line 373) | AUDIT_OBJ_GID = 0x6e constant AUDIT_OBJ_LEV_HIGH (line 374) | AUDIT_OBJ_LEV_HIGH = 0x17 constant AUDIT_OBJ_LEV_LOW (line 375) | AUDIT_OBJ_LEV_LOW = 0x16 constant AUDIT_OBJ_PID (line 376) | AUDIT_OBJ_PID = 0x526 constant AUDIT_OBJ_ROLE (line 377) | AUDIT_OBJ_ROLE = 0x14 constant AUDIT_OBJ_TYPE (line 378) | AUDIT_OBJ_TYPE = 0x15 constant AUDIT_OBJ_UID (line 379) | AUDIT_OBJ_UID = 0x6d constant AUDIT_OBJ_USER (line 380) | AUDIT_OBJ_USER = 0x13 constant AUDIT_OPENAT2 (line 381) | AUDIT_OPENAT2 = 0x539 constant AUDIT_OPERATORS (line 382) | AUDIT_OPERATORS = 0x78000000 constant AUDIT_PATH (line 383) | AUDIT_PATH = 0x516 constant AUDIT_PERM (line 384) | AUDIT_PERM = 0x6a constant AUDIT_PERM_ATTR (line 385) | AUDIT_PERM_ATTR = 0x8 constant AUDIT_PERM_EXEC (line 386) | AUDIT_PERM_EXEC = 0x1 constant AUDIT_PERM_READ (line 387) | AUDIT_PERM_READ = 0x4 constant AUDIT_PERM_WRITE (line 388) | AUDIT_PERM_WRITE = 0x2 constant AUDIT_PERS (line 389) | AUDIT_PERS = 0xa constant AUDIT_PID (line 390) | AUDIT_PID = 0x0 constant AUDIT_POSSIBLE (line 391) | AUDIT_POSSIBLE = 0x1 constant AUDIT_PPID (line 392) | AUDIT_PPID = 0x12 constant AUDIT_PROCTITLE (line 393) | AUDIT_PROCTITLE = 0x52f constant AUDIT_REPLACE (line 394) | AUDIT_REPLACE = 0x531 constant AUDIT_SADDR_FAM (line 395) | AUDIT_SADDR_FAM = 0x71 constant AUDIT_SECCOMP (line 396) | AUDIT_SECCOMP = 0x52e constant AUDIT_SELINUX_ERR (line 397) | AUDIT_SELINUX_ERR = 0x579 constant AUDIT_SESSIONID (line 398) | AUDIT_SESSIONID = 0x19 constant AUDIT_SET (line 399) | AUDIT_SET = 0x3e9 constant AUDIT_SET_FEATURE (line 400) | AUDIT_SET_FEATURE = 0x3fa constant AUDIT_SGID (line 401) | AUDIT_SGID = 0x7 constant AUDIT_SID_UNSET (line 402) | AUDIT_SID_UNSET = 0xffffffff constant AUDIT_SIGNAL_INFO (line 403) | AUDIT_SIGNAL_INFO = 0x3f2 constant AUDIT_SOCKADDR (line 404) | AUDIT_SOCKADDR = 0x51a constant AUDIT_SOCKETCALL (line 405) | AUDIT_SOCKETCALL = 0x518 constant AUDIT_STATUS_BACKLOG_LIMIT (line 406) | AUDIT_STATUS_BACKLOG_LIMIT = 0x10 constant AUDIT_STATUS_BACKLOG_WAIT_TIME (line 407) | AUDIT_STATUS_BACKLOG_WAIT_TIME = 0x20 constant AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL (line 408) | AUDIT_STATUS_BACKLOG_WAIT_TIME_ACTUAL = 0x80 constant AUDIT_STATUS_ENABLED (line 409) | AUDIT_STATUS_ENABLED = 0x1 constant AUDIT_STATUS_FAILURE (line 410) | AUDIT_STATUS_FAILURE = 0x2 constant AUDIT_STATUS_LOST (line 411) | AUDIT_STATUS_LOST = 0x40 constant AUDIT_STATUS_PID (line 412) | AUDIT_STATUS_PID = 0x4 constant AUDIT_STATUS_RATE_LIMIT (line 413) | AUDIT_STATUS_RATE_LIMIT = 0x8 constant AUDIT_SUBJ_CLR (line 414) | AUDIT_SUBJ_CLR = 0x11 constant AUDIT_SUBJ_ROLE (line 415) | AUDIT_SUBJ_ROLE = 0xe constant AUDIT_SUBJ_SEN (line 416) | AUDIT_SUBJ_SEN = 0x10 constant AUDIT_SUBJ_TYPE (line 417) | AUDIT_SUBJ_TYPE = 0xf constant AUDIT_SUBJ_USER (line 418) | AUDIT_SUBJ_USER = 0xd constant AUDIT_SUCCESS (line 419) | AUDIT_SUCCESS = 0x68 constant AUDIT_SUID (line 420) | AUDIT_SUID = 0x3 constant AUDIT_SYSCALL (line 421) | AUDIT_SYSCALL = 0x514 constant AUDIT_SYSCALL_CLASSES (line 422) | AUDIT_SYSCALL_CLASSES = 0x10 constant AUDIT_TIME_ADJNTPVAL (line 423) | AUDIT_TIME_ADJNTPVAL = 0x535 constant AUDIT_TIME_INJOFFSET (line 424) | AUDIT_TIME_INJOFFSET = 0x534 constant AUDIT_TRIM (line 425) | AUDIT_TRIM = 0x3f6 constant AUDIT_TTY (line 426) | AUDIT_TTY = 0x527 constant AUDIT_TTY_GET (line 427) | AUDIT_TTY_GET = 0x3f8 constant AUDIT_TTY_SET (line 428) | AUDIT_TTY_SET = 0x3f9 constant AUDIT_UID (line 429) | AUDIT_UID = 0x1 constant AUDIT_UID_UNSET (line 430) | AUDIT_UID_UNSET = 0xffffffff constant AUDIT_UNUSED_BITS (line 431) | AUDIT_UNUSED_BITS = 0x7fffc00 constant AUDIT_URINGOP (line 432) | AUDIT_URINGOP = 0x538 constant AUDIT_USER (line 433) | AUDIT_USER = 0x3ed constant AUDIT_USER_AVC (line 434) | AUDIT_USER_AVC = 0x453 constant AUDIT_USER_TTY (line 435) | AUDIT_USER_TTY = 0x464 constant AUDIT_VERSION_BACKLOG_LIMIT (line 436) | AUDIT_VERSION_BACKLOG_LIMIT = 0x1 constant AUDIT_VERSION_BACKLOG_WAIT_TIME (line 437) | AUDIT_VERSION_BACKLOG_WAIT_TIME = 0x2 constant AUDIT_VERSION_LATEST (line 438) | AUDIT_VERSION_LATEST = 0x7f constant AUDIT_WATCH (line 439) | AUDIT_WATCH = 0x69 constant AUDIT_WATCH_INS (line 440) | AUDIT_WATCH_INS = 0x3ef constant AUDIT_WATCH_LIST (line 441) | AUDIT_WATCH_LIST = 0x3f1 constant AUDIT_WATCH_REM (line 442) | AUDIT_WATCH_REM = 0x3f0 constant AUTOFS_SUPER_MAGIC (line 443) | AUTOFS_SUPER_MAGIC = 0x187 constant B0 (line 444) | B0 = 0x0 constant B110 (line 445) | B110 = 0x3 constant B1200 (line 446) | B1200 = 0x9 constant B134 (line 447) | B134 = 0x4 constant B150 (line 448) | B150 = 0x5 constant B1800 (line 449) | B1800 = 0xa constant B19200 (line 450) | B19200 = 0xe constant B200 (line 451) | B200 = 0x6 constant B2400 (line 452) | B2400 = 0xb constant B300 (line 453) | B300 = 0x7 constant B38400 (line 454) | B38400 = 0xf constant B4800 (line 455) | B4800 = 0xc constant B50 (line 456) | B50 = 0x1 constant B600 (line 457) | B600 = 0x8 constant B75 (line 458) | B75 = 0x2 constant B9600 (line 459) | B9600 = 0xd constant BDEVFS_MAGIC (line 460) | BDEVFS_MAGIC = 0x62646576 constant BINDERFS_SUPER_MAGIC (line 461) | BINDERFS_SUPER_MAGIC = 0x6c6f6f70 constant BINFMTFS_MAGIC (line 462) | BINFMTFS_MAGIC = 0x42494e4d constant BPF_A (line 463) | BPF_A = 0x10 constant BPF_ABS (line 464) | BPF_ABS = 0x20 constant BPF_ADD (line 465) | BPF_ADD = 0x0 constant BPF_ALU (line 466) | BPF_ALU = 0x4 constant BPF_ALU64 (line 467) | BPF_ALU64 = 0x7 constant BPF_AND (line 468) | BPF_AND = 0x50 constant BPF_ARSH (line 469) | BPF_ARSH = 0xc0 constant BPF_ATOMIC (line 470) | BPF_ATOMIC = 0xc0 constant BPF_B (line 471) | BPF_B = 0x10 constant BPF_BUILD_ID_SIZE (line 472) | BPF_BUILD_ID_SIZE = 0x14 constant BPF_CALL (line 473) | BPF_CALL = 0x80 constant BPF_CMPXCHG (line 474) | BPF_CMPXCHG = 0xf1 constant BPF_DIV (line 475) | BPF_DIV = 0x30 constant BPF_DW (line 476) | BPF_DW = 0x18 constant BPF_END (line 477) | BPF_END = 0xd0 constant BPF_EXIT (line 478) | BPF_EXIT = 0x90 constant BPF_FETCH (line 479) | BPF_FETCH = 0x1 constant BPF_FROM_BE (line 480) | BPF_FROM_BE = 0x8 constant BPF_FROM_LE (line 481) | BPF_FROM_LE = 0x0 constant BPF_FS_MAGIC (line 482) | BPF_FS_MAGIC = 0xcafe4a11 constant BPF_F_AFTER (line 483) | BPF_F_AFTER = 0x10 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_BEFORE (line 487) | BPF_F_BEFORE = 0x8 constant BPF_F_ID (line 488) | BPF_F_ID = 0x20 constant BPF_F_NETFILTER_IP_DEFRAG (line 489) | BPF_F_NETFILTER_IP_DEFRAG = 0x1 constant BPF_F_QUERY_EFFECTIVE (line 490) | BPF_F_QUERY_EFFECTIVE = 0x1 constant BPF_F_REPLACE (line 491) | BPF_F_REPLACE = 0x4 constant BPF_F_SLEEPABLE (line 492) | BPF_F_SLEEPABLE = 0x10 constant BPF_F_STRICT_ALIGNMENT (line 493) | BPF_F_STRICT_ALIGNMENT = 0x1 constant BPF_F_TEST_RND_HI32 (line 494) | BPF_F_TEST_RND_HI32 = 0x4 constant BPF_F_TEST_RUN_ON_CPU (line 495) | BPF_F_TEST_RUN_ON_CPU = 0x1 constant BPF_F_TEST_STATE_FREQ (line 496) | BPF_F_TEST_STATE_FREQ = 0x8 constant BPF_F_TEST_XDP_LIVE_FRAMES (line 497) | BPF_F_TEST_XDP_LIVE_FRAMES = 0x2 constant BPF_F_XDP_DEV_BOUND_ONLY (line 498) | BPF_F_XDP_DEV_BOUND_ONLY = 0x40 constant BPF_F_XDP_HAS_FRAGS (line 499) | BPF_F_XDP_HAS_FRAGS = 0x20 constant BPF_H (line 500) | BPF_H = 0x8 constant BPF_IMM (line 501) | BPF_IMM = 0x0 constant BPF_IND (line 502) | BPF_IND = 0x40 constant BPF_JA (line 503) | BPF_JA = 0x0 constant BPF_JEQ (line 504) | BPF_JEQ = 0x10 constant BPF_JGE (line 505) | BPF_JGE = 0x30 constant BPF_JGT (line 506) | BPF_JGT = 0x20 constant BPF_JLE (line 507) | BPF_JLE = 0xb0 constant BPF_JLT (line 508) | BPF_JLT = 0xa0 constant BPF_JMP (line 509) | BPF_JMP = 0x5 constant BPF_JMP32 (line 510) | BPF_JMP32 = 0x6 constant BPF_JNE (line 511) | BPF_JNE = 0x50 constant BPF_JSET (line 512) | BPF_JSET = 0x40 constant BPF_JSGE (line 513) | BPF_JSGE = 0x70 constant BPF_JSGT (line 514) | BPF_JSGT = 0x60 constant BPF_JSLE (line 515) | BPF_JSLE = 0xd0 constant BPF_JSLT (line 516) | BPF_JSLT = 0xc0 constant BPF_K (line 517) | BPF_K = 0x0 constant BPF_LD (line 518) | BPF_LD = 0x0 constant BPF_LDX (line 519) | BPF_LDX = 0x1 constant BPF_LEN (line 520) | BPF_LEN = 0x80 constant BPF_LL_OFF (line 521) | BPF_LL_OFF = -0x200000 constant BPF_LSH (line 522) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 523) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXINSNS (line 524) | BPF_MAXINSNS = 0x1000 constant BPF_MEM (line 525) | BPF_MEM = 0x60 constant BPF_MEMSX (line 526) | BPF_MEMSX = 0x80 constant BPF_MEMWORDS (line 527) | BPF_MEMWORDS = 0x10 constant BPF_MINOR_VERSION (line 528) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 529) | BPF_MISC = 0x7 constant BPF_MOD (line 530) | BPF_MOD = 0x90 constant BPF_MOV (line 531) | BPF_MOV = 0xb0 constant BPF_MSH (line 532) | BPF_MSH = 0xa0 constant BPF_MUL (line 533) | BPF_MUL = 0x20 constant BPF_NEG (line 534) | BPF_NEG = 0x80 constant BPF_NET_OFF (line 535) | BPF_NET_OFF = -0x100000 constant BPF_OBJ_NAME_LEN (line 536) | BPF_OBJ_NAME_LEN = 0x10 constant BPF_OR (line 537) | BPF_OR = 0x40 constant BPF_PSEUDO_BTF_ID (line 538) | BPF_PSEUDO_BTF_ID = 0x3 constant BPF_PSEUDO_CALL (line 539) | BPF_PSEUDO_CALL = 0x1 constant BPF_PSEUDO_FUNC (line 540) | BPF_PSEUDO_FUNC = 0x4 constant BPF_PSEUDO_KFUNC_CALL (line 541) | BPF_PSEUDO_KFUNC_CALL = 0x2 constant BPF_PSEUDO_MAP_FD (line 542) | BPF_PSEUDO_MAP_FD = 0x1 constant BPF_PSEUDO_MAP_IDX (line 543) | BPF_PSEUDO_MAP_IDX = 0x5 constant BPF_PSEUDO_MAP_IDX_VALUE (line 544) | BPF_PSEUDO_MAP_IDX_VALUE = 0x6 constant BPF_PSEUDO_MAP_VALUE (line 545) | BPF_PSEUDO_MAP_VALUE = 0x2 constant BPF_RET (line 546) | BPF_RET = 0x6 constant BPF_RSH (line 547) | BPF_RSH = 0x70 constant BPF_ST (line 548) | BPF_ST = 0x2 constant BPF_STX (line 549) | BPF_STX = 0x3 constant BPF_SUB (line 550) | BPF_SUB = 0x10 constant BPF_TAG_SIZE (line 551) | BPF_TAG_SIZE = 0x8 constant BPF_TAX (line 552) | BPF_TAX = 0x0 constant BPF_TO_BE (line 553) | BPF_TO_BE = 0x8 constant BPF_TO_LE (line 554) | BPF_TO_LE = 0x0 constant BPF_TXA (line 555) | BPF_TXA = 0x80 constant BPF_W (line 556) | BPF_W = 0x0 constant BPF_X (line 557) | BPF_X = 0x8 constant BPF_XADD (line 558) | BPF_XADD = 0xc0 constant BPF_XCHG (line 559) | BPF_XCHG = 0xe1 constant BPF_XOR (line 560) | BPF_XOR = 0xa0 constant BRKINT (line 561) | BRKINT = 0x2 constant BS0 (line 562) | BS0 = 0x0 constant BTRFS_SUPER_MAGIC (line 563) | BTRFS_SUPER_MAGIC = 0x9123683e constant BTRFS_TEST_MAGIC (line 564) | BTRFS_TEST_MAGIC = 0x73727279 constant BUS_BLUETOOTH (line 565) | BUS_BLUETOOTH = 0x5 constant BUS_HIL (line 566) | BUS_HIL = 0x4 constant BUS_USB (line 567) | BUS_USB = 0x3 constant BUS_VIRTUAL (line 568) | BUS_VIRTUAL = 0x6 constant CAN_BCM (line 569) | CAN_BCM = 0x2 constant CAN_BUS_OFF_THRESHOLD (line 570) | CAN_BUS_OFF_THRESHOLD = 0x100 constant CAN_CTRLMODE_3_SAMPLES (line 571) | CAN_CTRLMODE_3_SAMPLES = 0x4 constant CAN_CTRLMODE_BERR_REPORTING (line 572) | CAN_CTRLMODE_BERR_REPORTING = 0x10 constant CAN_CTRLMODE_CC_LEN8_DLC (line 573) | CAN_CTRLMODE_CC_LEN8_DLC = 0x100 constant CAN_CTRLMODE_FD (line 574) | CAN_CTRLMODE_FD = 0x20 constant CAN_CTRLMODE_FD_NON_ISO (line 575) | CAN_CTRLMODE_FD_NON_ISO = 0x80 constant CAN_CTRLMODE_LISTENONLY (line 576) | CAN_CTRLMODE_LISTENONLY = 0x2 constant CAN_CTRLMODE_LOOPBACK (line 577) | CAN_CTRLMODE_LOOPBACK = 0x1 constant CAN_CTRLMODE_ONE_SHOT (line 578) | CAN_CTRLMODE_ONE_SHOT = 0x8 constant CAN_CTRLMODE_PRESUME_ACK (line 579) | CAN_CTRLMODE_PRESUME_ACK = 0x40 constant CAN_CTRLMODE_TDC_AUTO (line 580) | CAN_CTRLMODE_TDC_AUTO = 0x200 constant CAN_CTRLMODE_TDC_MANUAL (line 581) | CAN_CTRLMODE_TDC_MANUAL = 0x400 constant CAN_EFF_FLAG (line 582) | CAN_EFF_FLAG = 0x80000000 constant CAN_EFF_ID_BITS (line 583) | CAN_EFF_ID_BITS = 0x1d constant CAN_EFF_MASK (line 584) | CAN_EFF_MASK = 0x1fffffff constant CAN_ERROR_PASSIVE_THRESHOLD (line 585) | CAN_ERROR_PASSIVE_THRESHOLD = 0x80 constant CAN_ERROR_WARNING_THRESHOLD (line 586) | CAN_ERROR_WARNING_THRESHOLD = 0x60 constant CAN_ERR_ACK (line 587) | CAN_ERR_ACK = 0x20 constant CAN_ERR_BUSERROR (line 588) | CAN_ERR_BUSERROR = 0x80 constant CAN_ERR_BUSOFF (line 589) | CAN_ERR_BUSOFF = 0x40 constant CAN_ERR_CNT (line 590) | CAN_ERR_CNT = 0x200 constant CAN_ERR_CRTL (line 591) | CAN_ERR_CRTL = 0x4 constant CAN_ERR_CRTL_ACTIVE (line 592) | CAN_ERR_CRTL_ACTIVE = 0x40 constant CAN_ERR_CRTL_RX_OVERFLOW (line 593) | CAN_ERR_CRTL_RX_OVERFLOW = 0x1 constant CAN_ERR_CRTL_RX_PASSIVE (line 594) | CAN_ERR_CRTL_RX_PASSIVE = 0x10 constant CAN_ERR_CRTL_RX_WARNING (line 595) | CAN_ERR_CRTL_RX_WARNING = 0x4 constant CAN_ERR_CRTL_TX_OVERFLOW (line 596) | CAN_ERR_CRTL_TX_OVERFLOW = 0x2 constant CAN_ERR_CRTL_TX_PASSIVE (line 597) | CAN_ERR_CRTL_TX_PASSIVE = 0x20 constant CAN_ERR_CRTL_TX_WARNING (line 598) | CAN_ERR_CRTL_TX_WARNING = 0x8 constant CAN_ERR_CRTL_UNSPEC (line 599) | CAN_ERR_CRTL_UNSPEC = 0x0 constant CAN_ERR_DLC (line 600) | CAN_ERR_DLC = 0x8 constant CAN_ERR_FLAG (line 601) | CAN_ERR_FLAG = 0x20000000 constant CAN_ERR_LOSTARB (line 602) | CAN_ERR_LOSTARB = 0x2 constant CAN_ERR_LOSTARB_UNSPEC (line 603) | CAN_ERR_LOSTARB_UNSPEC = 0x0 constant CAN_ERR_MASK (line 604) | CAN_ERR_MASK = 0x1fffffff constant CAN_ERR_PROT (line 605) | CAN_ERR_PROT = 0x8 constant CAN_ERR_PROT_ACTIVE (line 606) | CAN_ERR_PROT_ACTIVE = 0x40 constant CAN_ERR_PROT_BIT (line 607) | CAN_ERR_PROT_BIT = 0x1 constant CAN_ERR_PROT_BIT0 (line 608) | CAN_ERR_PROT_BIT0 = 0x8 constant CAN_ERR_PROT_BIT1 (line 609) | CAN_ERR_PROT_BIT1 = 0x10 constant CAN_ERR_PROT_FORM (line 610) | CAN_ERR_PROT_FORM = 0x2 constant CAN_ERR_PROT_LOC_ACK (line 611) | CAN_ERR_PROT_LOC_ACK = 0x19 constant CAN_ERR_PROT_LOC_ACK_DEL (line 612) | CAN_ERR_PROT_LOC_ACK_DEL = 0x1b constant CAN_ERR_PROT_LOC_CRC_DEL (line 613) | CAN_ERR_PROT_LOC_CRC_DEL = 0x18 constant CAN_ERR_PROT_LOC_CRC_SEQ (line 614) | CAN_ERR_PROT_LOC_CRC_SEQ = 0x8 constant CAN_ERR_PROT_LOC_DATA (line 615) | CAN_ERR_PROT_LOC_DATA = 0xa constant CAN_ERR_PROT_LOC_DLC (line 616) | CAN_ERR_PROT_LOC_DLC = 0xb constant CAN_ERR_PROT_LOC_EOF (line 617) | CAN_ERR_PROT_LOC_EOF = 0x1a constant CAN_ERR_PROT_LOC_ID04_00 (line 618) | CAN_ERR_PROT_LOC_ID04_00 = 0xe constant CAN_ERR_PROT_LOC_ID12_05 (line 619) | CAN_ERR_PROT_LOC_ID12_05 = 0xf constant CAN_ERR_PROT_LOC_ID17_13 (line 620) | CAN_ERR_PROT_LOC_ID17_13 = 0x7 constant CAN_ERR_PROT_LOC_ID20_18 (line 621) | CAN_ERR_PROT_LOC_ID20_18 = 0x6 constant CAN_ERR_PROT_LOC_ID28_21 (line 622) | CAN_ERR_PROT_LOC_ID28_21 = 0x2 constant CAN_ERR_PROT_LOC_IDE (line 623) | CAN_ERR_PROT_LOC_IDE = 0x5 constant CAN_ERR_PROT_LOC_INTERM (line 624) | CAN_ERR_PROT_LOC_INTERM = 0x12 constant CAN_ERR_PROT_LOC_RES0 (line 625) | CAN_ERR_PROT_LOC_RES0 = 0x9 constant CAN_ERR_PROT_LOC_RES1 (line 626) | CAN_ERR_PROT_LOC_RES1 = 0xd constant CAN_ERR_PROT_LOC_RTR (line 627) | CAN_ERR_PROT_LOC_RTR = 0xc constant CAN_ERR_PROT_LOC_SOF (line 628) | CAN_ERR_PROT_LOC_SOF = 0x3 constant CAN_ERR_PROT_LOC_SRTR (line 629) | CAN_ERR_PROT_LOC_SRTR = 0x4 constant CAN_ERR_PROT_LOC_UNSPEC (line 630) | CAN_ERR_PROT_LOC_UNSPEC = 0x0 constant CAN_ERR_PROT_OVERLOAD (line 631) | CAN_ERR_PROT_OVERLOAD = 0x20 constant CAN_ERR_PROT_STUFF (line 632) | CAN_ERR_PROT_STUFF = 0x4 constant CAN_ERR_PROT_TX (line 633) | CAN_ERR_PROT_TX = 0x80 constant CAN_ERR_PROT_UNSPEC (line 634) | CAN_ERR_PROT_UNSPEC = 0x0 constant CAN_ERR_RESTARTED (line 635) | CAN_ERR_RESTARTED = 0x100 constant CAN_ERR_TRX (line 636) | CAN_ERR_TRX = 0x10 constant CAN_ERR_TRX_CANH_NO_WIRE (line 637) | CAN_ERR_TRX_CANH_NO_WIRE = 0x4 constant CAN_ERR_TRX_CANH_SHORT_TO_BAT (line 638) | CAN_ERR_TRX_CANH_SHORT_TO_BAT = 0x5 constant CAN_ERR_TRX_CANH_SHORT_TO_GND (line 639) | CAN_ERR_TRX_CANH_SHORT_TO_GND = 0x7 constant CAN_ERR_TRX_CANH_SHORT_TO_VCC (line 640) | CAN_ERR_TRX_CANH_SHORT_TO_VCC = 0x6 constant CAN_ERR_TRX_CANL_NO_WIRE (line 641) | CAN_ERR_TRX_CANL_NO_WIRE = 0x40 constant CAN_ERR_TRX_CANL_SHORT_TO_BAT (line 642) | CAN_ERR_TRX_CANL_SHORT_TO_BAT = 0x50 constant CAN_ERR_TRX_CANL_SHORT_TO_CANH (line 643) | CAN_ERR_TRX_CANL_SHORT_TO_CANH = 0x80 constant CAN_ERR_TRX_CANL_SHORT_TO_GND (line 644) | CAN_ERR_TRX_CANL_SHORT_TO_GND = 0x70 constant CAN_ERR_TRX_CANL_SHORT_TO_VCC (line 645) | CAN_ERR_TRX_CANL_SHORT_TO_VCC = 0x60 constant CAN_ERR_TRX_UNSPEC (line 646) | CAN_ERR_TRX_UNSPEC = 0x0 constant CAN_ERR_TX_TIMEOUT (line 647) | CAN_ERR_TX_TIMEOUT = 0x1 constant CAN_INV_FILTER (line 648) | CAN_INV_FILTER = 0x20000000 constant CAN_ISOTP (line 649) | CAN_ISOTP = 0x6 constant CAN_J1939 (line 650) | CAN_J1939 = 0x7 constant CAN_MAX_DLC (line 651) | CAN_MAX_DLC = 0x8 constant CAN_MAX_DLEN (line 652) | CAN_MAX_DLEN = 0x8 constant CAN_MAX_RAW_DLC (line 653) | CAN_MAX_RAW_DLC = 0xf constant CAN_MCNET (line 654) | CAN_MCNET = 0x5 constant CAN_MTU (line 655) | CAN_MTU = 0x10 constant CAN_NPROTO (line 656) | CAN_NPROTO = 0x8 constant CAN_RAW (line 657) | CAN_RAW = 0x1 constant CAN_RAW_FILTER_MAX (line 658) | CAN_RAW_FILTER_MAX = 0x200 constant CAN_RTR_FLAG (line 659) | CAN_RTR_FLAG = 0x40000000 constant CAN_SFF_ID_BITS (line 660) | CAN_SFF_ID_BITS = 0xb constant CAN_SFF_MASK (line 661) | CAN_SFF_MASK = 0x7ff constant CAN_TERMINATION_DISABLED (line 662) | CAN_TERMINATION_DISABLED = 0x0 constant CAN_TP16 (line 663) | CAN_TP16 = 0x3 constant CAN_TP20 (line 664) | CAN_TP20 = 0x4 constant CAP_AUDIT_CONTROL (line 665) | CAP_AUDIT_CONTROL = 0x1e constant CAP_AUDIT_READ (line 666) | CAP_AUDIT_READ = 0x25 constant CAP_AUDIT_WRITE (line 667) | CAP_AUDIT_WRITE = 0x1d constant CAP_BLOCK_SUSPEND (line 668) | CAP_BLOCK_SUSPEND = 0x24 constant CAP_BPF (line 669) | CAP_BPF = 0x27 constant CAP_CHECKPOINT_RESTORE (line 670) | CAP_CHECKPOINT_RESTORE = 0x28 constant CAP_CHOWN (line 671) | CAP_CHOWN = 0x0 constant CAP_DAC_OVERRIDE (line 672) | CAP_DAC_OVERRIDE = 0x1 constant CAP_DAC_READ_SEARCH (line 673) | CAP_DAC_READ_SEARCH = 0x2 constant CAP_FOWNER (line 674) | CAP_FOWNER = 0x3 constant CAP_FSETID (line 675) | CAP_FSETID = 0x4 constant CAP_IPC_LOCK (line 676) | CAP_IPC_LOCK = 0xe constant CAP_IPC_OWNER (line 677) | CAP_IPC_OWNER = 0xf constant CAP_KILL (line 678) | CAP_KILL = 0x5 constant CAP_LAST_CAP (line 679) | CAP_LAST_CAP = 0x28 constant CAP_LEASE (line 680) | CAP_LEASE = 0x1c constant CAP_LINUX_IMMUTABLE (line 681) | CAP_LINUX_IMMUTABLE = 0x9 constant CAP_MAC_ADMIN (line 682) | CAP_MAC_ADMIN = 0x21 constant CAP_MAC_OVERRIDE (line 683) | CAP_MAC_OVERRIDE = 0x20 constant CAP_MKNOD (line 684) | CAP_MKNOD = 0x1b constant CAP_NET_ADMIN (line 685) | CAP_NET_ADMIN = 0xc constant CAP_NET_BIND_SERVICE (line 686) | CAP_NET_BIND_SERVICE = 0xa constant CAP_NET_BROADCAST (line 687) | CAP_NET_BROADCAST = 0xb constant CAP_NET_RAW (line 688) | CAP_NET_RAW = 0xd constant CAP_PERFMON (line 689) | CAP_PERFMON = 0x26 constant CAP_SETFCAP (line 690) | CAP_SETFCAP = 0x1f constant CAP_SETGID (line 691) | CAP_SETGID = 0x6 constant CAP_SETPCAP (line 692) | CAP_SETPCAP = 0x8 constant CAP_SETUID (line 693) | CAP_SETUID = 0x7 constant CAP_SYSLOG (line 694) | CAP_SYSLOG = 0x22 constant CAP_SYS_ADMIN (line 695) | CAP_SYS_ADMIN = 0x15 constant CAP_SYS_BOOT (line 696) | CAP_SYS_BOOT = 0x16 constant CAP_SYS_CHROOT (line 697) | CAP_SYS_CHROOT = 0x12 constant CAP_SYS_MODULE (line 698) | CAP_SYS_MODULE = 0x10 constant CAP_SYS_NICE (line 699) | CAP_SYS_NICE = 0x17 constant CAP_SYS_PACCT (line 700) | CAP_SYS_PACCT = 0x14 constant CAP_SYS_PTRACE (line 701) | CAP_SYS_PTRACE = 0x13 constant CAP_SYS_RAWIO (line 702) | CAP_SYS_RAWIO = 0x11 constant CAP_SYS_RESOURCE (line 703) | CAP_SYS_RESOURCE = 0x18 constant CAP_SYS_TIME (line 704) | CAP_SYS_TIME = 0x19 constant CAP_SYS_TTY_CONFIG (line 705) | CAP_SYS_TTY_CONFIG = 0x1a constant CAP_WAKE_ALARM (line 706) | CAP_WAKE_ALARM = 0x23 constant CEPH_SUPER_MAGIC (line 707) | CEPH_SUPER_MAGIC = 0xc36400 constant CFLUSH (line 708) | CFLUSH = 0xf constant CGROUP2_SUPER_MAGIC (line 709) | CGROUP2_SUPER_MAGIC = 0x63677270 constant CGROUP_SUPER_MAGIC (line 710) | CGROUP_SUPER_MAGIC = 0x27e0eb constant CIFS_SUPER_MAGIC (line 711) | CIFS_SUPER_MAGIC = 0xff534d42 constant CLOCK_BOOTTIME (line 712) | CLOCK_BOOTTIME = 0x7 constant CLOCK_BOOTTIME_ALARM (line 713) | CLOCK_BOOTTIME_ALARM = 0x9 constant CLOCK_DEFAULT (line 714) | CLOCK_DEFAULT = 0x0 constant CLOCK_EXT (line 715) | CLOCK_EXT = 0x1 constant CLOCK_INT (line 716) | CLOCK_INT = 0x2 constant CLOCK_MONOTONIC (line 717) | CLOCK_MONOTONIC = 0x1 constant CLOCK_MONOTONIC_COARSE (line 718) | CLOCK_MONOTONIC_COARSE = 0x6 constant CLOCK_MONOTONIC_RAW (line 719) | CLOCK_MONOTONIC_RAW = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 720) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 721) | CLOCK_REALTIME = 0x0 constant CLOCK_REALTIME_ALARM (line 722) | CLOCK_REALTIME_ALARM = 0x8 constant CLOCK_REALTIME_COARSE (line 723) | CLOCK_REALTIME_COARSE = 0x5 constant CLOCK_TAI (line 724) | CLOCK_TAI = 0xb constant CLOCK_THREAD_CPUTIME_ID (line 725) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CLOCK_TXFROMRX (line 726) | CLOCK_TXFROMRX = 0x4 constant CLOCK_TXINT (line 727) | CLOCK_TXINT = 0x3 constant CLONE_ARGS_SIZE_VER0 (line 728) | CLONE_ARGS_SIZE_VER0 = 0x40 constant CLONE_ARGS_SIZE_VER1 (line 729) | CLONE_ARGS_SIZE_VER1 = 0x50 constant CLONE_ARGS_SIZE_VER2 (line 730) | CLONE_ARGS_SIZE_VER2 = 0x58 constant CLONE_CHILD_CLEARTID (line 731) | CLONE_CHILD_CLEARTID = 0x200000 constant CLONE_CHILD_SETTID (line 732) | CLONE_CHILD_SETTID = 0x1000000 constant CLONE_CLEAR_SIGHAND (line 733) | CLONE_CLEAR_SIGHAND = 0x100000000 constant CLONE_DETACHED (line 734) | CLONE_DETACHED = 0x400000 constant CLONE_FILES (line 735) | CLONE_FILES = 0x400 constant CLONE_FS (line 736) | CLONE_FS = 0x200 constant CLONE_INTO_CGROUP (line 737) | CLONE_INTO_CGROUP = 0x200000000 constant CLONE_IO (line 738) | CLONE_IO = 0x80000000 constant CLONE_NEWCGROUP (line 739) | CLONE_NEWCGROUP = 0x2000000 constant CLONE_NEWIPC (line 740) | CLONE_NEWIPC = 0x8000000 constant CLONE_NEWNET (line 741) | CLONE_NEWNET = 0x40000000 constant CLONE_NEWNS (line 742) | CLONE_NEWNS = 0x20000 constant CLONE_NEWPID (line 743) | CLONE_NEWPID = 0x20000000 constant CLONE_NEWTIME (line 744) | CLONE_NEWTIME = 0x80 constant CLONE_NEWUSER (line 745) | CLONE_NEWUSER = 0x10000000 constant CLONE_NEWUTS (line 746) | CLONE_NEWUTS = 0x4000000 constant CLONE_PARENT (line 747) | CLONE_PARENT = 0x8000 constant CLONE_PARENT_SETTID (line 748) | CLONE_PARENT_SETTID = 0x100000 constant CLONE_PIDFD (line 749) | CLONE_PIDFD = 0x1000 constant CLONE_PTRACE (line 750) | CLONE_PTRACE = 0x2000 constant CLONE_SETTLS (line 751) | CLONE_SETTLS = 0x80000 constant CLONE_SIGHAND (line 752) | CLONE_SIGHAND = 0x800 constant CLONE_SYSVSEM (line 753) | CLONE_SYSVSEM = 0x40000 constant CLONE_THREAD (line 754) | CLONE_THREAD = 0x10000 constant CLONE_UNTRACED (line 755) | CLONE_UNTRACED = 0x800000 constant CLONE_VFORK (line 756) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 757) | CLONE_VM = 0x100 constant CMSPAR (line 758) | CMSPAR = 0x40000000 constant CODA_SUPER_MAGIC (line 759) | CODA_SUPER_MAGIC = 0x73757245 constant CR0 (line 760) | CR0 = 0x0 constant CRAMFS_MAGIC (line 761) | CRAMFS_MAGIC = 0x28cd3d45 constant CRTSCTS (line 762) | CRTSCTS = 0x80000000 constant CRYPTO_MAX_NAME (line 763) | CRYPTO_MAX_NAME = 0x40 constant CRYPTO_MSG_MAX (line 764) | CRYPTO_MSG_MAX = 0x15 constant CRYPTO_NR_MSGTYPES (line 765) | CRYPTO_NR_MSGTYPES = 0x6 constant CRYPTO_REPORT_MAXSIZE (line 766) | CRYPTO_REPORT_MAXSIZE = 0x160 constant CS5 (line 767) | CS5 = 0x0 constant CSIGNAL (line 768) | CSIGNAL = 0xff constant CSTART (line 769) | CSTART = 0x11 constant CSTATUS (line 770) | CSTATUS = 0x0 constant CSTOP (line 771) | CSTOP = 0x13 constant CSUSP (line 772) | CSUSP = 0x1a constant DAXFS_MAGIC (line 773) | DAXFS_MAGIC = 0x64646178 constant DEBUGFS_MAGIC (line 774) | DEBUGFS_MAGIC = 0x64626720 constant DEVLINK_CMD_ESWITCH_MODE_GET (line 775) | DEVLINK_CMD_ESWITCH_MODE_GET = 0x1d constant DEVLINK_CMD_ESWITCH_MODE_SET (line 776) | DEVLINK_CMD_ESWITCH_MODE_SET = 0x1e constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS (line 777) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS (line 778) | DEVLINK_FLASH_OVERWRITE_SETTINGS = 0x1 constant DEVLINK_GENL_MCGRP_CONFIG_NAME (line 779) | DEVLINK_GENL_MCGRP_CONFIG_NAME = "config" constant DEVLINK_GENL_NAME (line 780) | DEVLINK_GENL_NAME = "devlink" constant DEVLINK_GENL_VERSION (line 781) | DEVLINK_GENL_VERSION = 0x1 constant DEVLINK_PORT_FN_CAP_IPSEC_CRYPTO (line 782) | DEVLINK_PORT_FN_CAP_IPSEC_CRYPTO = 0x4 constant DEVLINK_PORT_FN_CAP_IPSEC_PACKET (line 783) | DEVLINK_PORT_FN_CAP_IPSEC_PACKET = 0x8 constant DEVLINK_PORT_FN_CAP_MIGRATABLE (line 784) | DEVLINK_PORT_FN_CAP_MIGRATABLE = 0x2 constant DEVLINK_PORT_FN_CAP_ROCE (line 785) | DEVLINK_PORT_FN_CAP_ROCE = 0x1 constant DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX (line 786) | DEVLINK_SB_THRESHOLD_TO_ALPHA_MAX = 0x14 constant DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS (line 787) | DEVLINK_SUPPORTED_FLASH_OVERWRITE_SECTIONS = 0x3 constant DEVMEM_MAGIC (line 788) | DEVMEM_MAGIC = 0x454d444d constant DEVPTS_SUPER_MAGIC (line 789) | DEVPTS_SUPER_MAGIC = 0x1cd1 constant DMA_BUF_MAGIC (line 790) | DMA_BUF_MAGIC = 0x444d4142 constant DM_ACTIVE_PRESENT_FLAG (line 791) | DM_ACTIVE_PRESENT_FLAG = 0x20 constant DM_BUFFER_FULL_FLAG (line 792) | DM_BUFFER_FULL_FLAG = 0x100 constant DM_CONTROL_NODE (line 793) | DM_CONTROL_NODE = "control" constant DM_DATA_OUT_FLAG (line 794) | DM_DATA_OUT_FLAG = 0x10000 constant DM_DEFERRED_REMOVE (line 795) | DM_DEFERRED_REMOVE = 0x20000 constant DM_DEV_ARM_POLL (line 796) | DM_DEV_ARM_POLL = 0xc138fd10 constant DM_DEV_CREATE (line 797) | DM_DEV_CREATE = 0xc138fd03 constant DM_DEV_REMOVE (line 798) | DM_DEV_REMOVE = 0xc138fd04 constant DM_DEV_RENAME (line 799) | DM_DEV_RENAME = 0xc138fd05 constant DM_DEV_SET_GEOMETRY (line 800) | DM_DEV_SET_GEOMETRY = 0xc138fd0f constant DM_DEV_STATUS (line 801) | DM_DEV_STATUS = 0xc138fd07 constant DM_DEV_SUSPEND (line 802) | DM_DEV_SUSPEND = 0xc138fd06 constant DM_DEV_WAIT (line 803) | DM_DEV_WAIT = 0xc138fd08 constant DM_DIR (line 804) | DM_DIR = "mapper" constant DM_GET_TARGET_VERSION (line 805) | DM_GET_TARGET_VERSION = 0xc138fd11 constant DM_IMA_MEASUREMENT_FLAG (line 806) | DM_IMA_MEASUREMENT_FLAG = 0x80000 constant DM_INACTIVE_PRESENT_FLAG (line 807) | DM_INACTIVE_PRESENT_FLAG = 0x40 constant DM_INTERNAL_SUSPEND_FLAG (line 808) | DM_INTERNAL_SUSPEND_FLAG = 0x40000 constant DM_IOCTL (line 809) | DM_IOCTL = 0xfd constant DM_LIST_DEVICES (line 810) | DM_LIST_DEVICES = 0xc138fd02 constant DM_LIST_VERSIONS (line 811) | DM_LIST_VERSIONS = 0xc138fd0d constant DM_MAX_TYPE_NAME (line 812) | DM_MAX_TYPE_NAME = 0x10 constant DM_NAME_LEN (line 813) | DM_NAME_LEN = 0x80 constant DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID (line 814) | DM_NAME_LIST_FLAG_DOESNT_HAVE_UUID = 0x2 constant DM_NAME_LIST_FLAG_HAS_UUID (line 815) | DM_NAME_LIST_FLAG_HAS_UUID = 0x1 constant DM_NOFLUSH_FLAG (line 816) | DM_NOFLUSH_FLAG = 0x800 constant DM_PERSISTENT_DEV_FLAG (line 817) | DM_PERSISTENT_DEV_FLAG = 0x8 constant DM_QUERY_INACTIVE_TABLE_FLAG (line 818) | DM_QUERY_INACTIVE_TABLE_FLAG = 0x1000 constant DM_READONLY_FLAG (line 819) | DM_READONLY_FLAG = 0x1 constant DM_REMOVE_ALL (line 820) | DM_REMOVE_ALL = 0xc138fd01 constant DM_SECURE_DATA_FLAG (line 821) | DM_SECURE_DATA_FLAG = 0x8000 constant DM_SKIP_BDGET_FLAG (line 822) | DM_SKIP_BDGET_FLAG = 0x200 constant DM_SKIP_LOCKFS_FLAG (line 823) | DM_SKIP_LOCKFS_FLAG = 0x400 constant DM_STATUS_TABLE_FLAG (line 824) | DM_STATUS_TABLE_FLAG = 0x10 constant DM_SUSPEND_FLAG (line 825) | DM_SUSPEND_FLAG = 0x2 constant DM_TABLE_CLEAR (line 826) | DM_TABLE_CLEAR = 0xc138fd0a constant DM_TABLE_DEPS (line 827) | DM_TABLE_DEPS = 0xc138fd0b constant DM_TABLE_LOAD (line 828) | DM_TABLE_LOAD = 0xc138fd09 constant DM_TABLE_STATUS (line 829) | DM_TABLE_STATUS = 0xc138fd0c constant DM_TARGET_MSG (line 830) | DM_TARGET_MSG = 0xc138fd0e constant DM_UEVENT_GENERATED_FLAG (line 831) | DM_UEVENT_GENERATED_FLAG = 0x2000 constant DM_UUID_FLAG (line 832) | DM_UUID_FLAG = 0x4000 constant DM_UUID_LEN (line 833) | DM_UUID_LEN = 0x81 constant DM_VERSION (line 834) | DM_VERSION = 0xc138fd00 constant DM_VERSION_EXTRA (line 835) | DM_VERSION_EXTRA = "-ioctl (2023-03-01)" constant DM_VERSION_MAJOR (line 836) | DM_VERSION_MAJOR = 0x4 constant DM_VERSION_MINOR (line 837) | DM_VERSION_MINOR = 0x30 constant DM_VERSION_PATCHLEVEL (line 838) | DM_VERSION_PATCHLEVEL = 0x0 constant DT_BLK (line 839) | DT_BLK = 0x6 constant DT_CHR (line 840) | DT_CHR = 0x2 constant DT_DIR (line 841) | DT_DIR = 0x4 constant DT_FIFO (line 842) | DT_FIFO = 0x1 constant DT_LNK (line 843) | DT_LNK = 0xa constant DT_REG (line 844) | DT_REG = 0x8 constant DT_SOCK (line 845) | DT_SOCK = 0xc constant DT_UNKNOWN (line 846) | DT_UNKNOWN = 0x0 constant DT_WHT (line 847) | DT_WHT = 0xe constant ECHO (line 848) | ECHO = 0x8 constant ECRYPTFS_SUPER_MAGIC (line 849) | ECRYPTFS_SUPER_MAGIC = 0xf15f constant EFD_SEMAPHORE (line 850) | EFD_SEMAPHORE = 0x1 constant EFIVARFS_MAGIC (line 851) | EFIVARFS_MAGIC = 0xde5e81e4 constant EFS_SUPER_MAGIC (line 852) | EFS_SUPER_MAGIC = 0x414a53 constant EM_386 (line 853) | EM_386 = 0x3 constant EM_486 (line 854) | EM_486 = 0x6 constant EM_68K (line 855) | EM_68K = 0x4 constant EM_860 (line 856) | EM_860 = 0x7 constant EM_88K (line 857) | EM_88K = 0x5 constant EM_AARCH64 (line 858) | EM_AARCH64 = 0xb7 constant EM_ALPHA (line 859) | EM_ALPHA = 0x9026 constant EM_ALTERA_NIOS2 (line 860) | EM_ALTERA_NIOS2 = 0x71 constant EM_ARCOMPACT (line 861) | EM_ARCOMPACT = 0x5d constant EM_ARCV2 (line 862) | EM_ARCV2 = 0xc3 constant EM_ARM (line 863) | EM_ARM = 0x28 constant EM_BLACKFIN (line 864) | EM_BLACKFIN = 0x6a constant EM_BPF (line 865) | EM_BPF = 0xf7 constant EM_CRIS (line 866) | EM_CRIS = 0x4c constant EM_CSKY (line 867) | EM_CSKY = 0xfc constant EM_CYGNUS_M32R (line 868) | EM_CYGNUS_M32R = 0x9041 constant EM_CYGNUS_MN10300 (line 869) | EM_CYGNUS_MN10300 = 0xbeef constant EM_FRV (line 870) | EM_FRV = 0x5441 constant EM_H8_300 (line 871) | EM_H8_300 = 0x2e constant EM_HEXAGON (line 872) | EM_HEXAGON = 0xa4 constant EM_IA_64 (line 873) | EM_IA_64 = 0x32 constant EM_LOONGARCH (line 874) | EM_LOONGARCH = 0x102 constant EM_M32 (line 875) | EM_M32 = 0x1 constant EM_M32R (line 876) | EM_M32R = 0x58 constant EM_MICROBLAZE (line 877) | EM_MICROBLAZE = 0xbd constant EM_MIPS (line 878) | EM_MIPS = 0x8 constant EM_MIPS_RS3_LE (line 879) | EM_MIPS_RS3_LE = 0xa constant EM_MIPS_RS4_BE (line 880) | EM_MIPS_RS4_BE = 0xa constant EM_MN10300 (line 881) | EM_MN10300 = 0x59 constant EM_NDS32 (line 882) | EM_NDS32 = 0xa7 constant EM_NONE (line 883) | EM_NONE = 0x0 constant EM_OPENRISC (line 884) | EM_OPENRISC = 0x5c constant EM_PARISC (line 885) | EM_PARISC = 0xf constant EM_PPC (line 886) | EM_PPC = 0x14 constant EM_PPC64 (line 887) | EM_PPC64 = 0x15 constant EM_RISCV (line 888) | EM_RISCV = 0xf3 constant EM_S390 (line 889) | EM_S390 = 0x16 constant EM_S390_OLD (line 890) | EM_S390_OLD = 0xa390 constant EM_SH (line 891) | EM_SH = 0x2a constant EM_SPARC (line 892) | EM_SPARC = 0x2 constant EM_SPARC32PLUS (line 893) | EM_SPARC32PLUS = 0x12 constant EM_SPARCV9 (line 894) | EM_SPARCV9 = 0x2b constant EM_SPU (line 895) | EM_SPU = 0x17 constant EM_TILEGX (line 896) | EM_TILEGX = 0xbf constant EM_TILEPRO (line 897) | EM_TILEPRO = 0xbc constant EM_TI_C6000 (line 898) | EM_TI_C6000 = 0x8c constant EM_UNICORE (line 899) | EM_UNICORE = 0x6e constant EM_X86_64 (line 900) | EM_X86_64 = 0x3e constant EM_XTENSA (line 901) | EM_XTENSA = 0x5e constant ENCODING_DEFAULT (line 902) | ENCODING_DEFAULT = 0x0 constant ENCODING_FM_MARK (line 903) | ENCODING_FM_MARK = 0x3 constant ENCODING_FM_SPACE (line 904) | ENCODING_FM_SPACE = 0x4 constant ENCODING_MANCHESTER (line 905) | ENCODING_MANCHESTER = 0x5 constant ENCODING_NRZ (line 906) | ENCODING_NRZ = 0x1 constant ENCODING_NRZI (line 907) | ENCODING_NRZI = 0x2 constant EPOLLERR (line 908) | EPOLLERR = 0x8 constant EPOLLET (line 909) | EPOLLET = 0x80000000 constant EPOLLEXCLUSIVE (line 910) | EPOLLEXCLUSIVE = 0x10000000 constant EPOLLHUP (line 911) | EPOLLHUP = 0x10 constant EPOLLIN (line 912) | EPOLLIN = 0x1 constant EPOLLMSG (line 913) | EPOLLMSG = 0x400 constant EPOLLONESHOT (line 914) | EPOLLONESHOT = 0x40000000 constant EPOLLOUT (line 915) | EPOLLOUT = 0x4 constant EPOLLPRI (line 916) | EPOLLPRI = 0x2 constant EPOLLRDBAND (line 917) | EPOLLRDBAND = 0x80 constant EPOLLRDHUP (line 918) | EPOLLRDHUP = 0x2000 constant EPOLLRDNORM (line 919) | EPOLLRDNORM = 0x40 constant EPOLLWAKEUP (line 920) | EPOLLWAKEUP = 0x20000000 constant EPOLLWRBAND (line 921) | EPOLLWRBAND = 0x200 constant EPOLLWRNORM (line 922) | EPOLLWRNORM = 0x100 constant EPOLL_CTL_ADD (line 923) | EPOLL_CTL_ADD = 0x1 constant EPOLL_CTL_DEL (line 924) | EPOLL_CTL_DEL = 0x2 constant EPOLL_CTL_MOD (line 925) | EPOLL_CTL_MOD = 0x3 constant EROFS_SUPER_MAGIC_V1 (line 926) | EROFS_SUPER_MAGIC_V1 = 0xe0f5e1e2 constant ESP_V4_FLOW (line 927) | ESP_V4_FLOW = 0xa constant ESP_V6_FLOW (line 928) | ESP_V6_FLOW = 0xc constant ETHER_FLOW (line 929) | ETHER_FLOW = 0x12 constant ETHTOOL_BUSINFO_LEN (line 930) | ETHTOOL_BUSINFO_LEN = 0x20 constant ETHTOOL_EROMVERS_LEN (line 931) | ETHTOOL_EROMVERS_LEN = 0x20 constant ETHTOOL_FEC_AUTO (line 932) | ETHTOOL_FEC_AUTO = 0x2 constant ETHTOOL_FEC_BASER (line 933) | ETHTOOL_FEC_BASER = 0x10 constant ETHTOOL_FEC_LLRS (line 934) | ETHTOOL_FEC_LLRS = 0x20 constant ETHTOOL_FEC_NONE (line 935) | ETHTOOL_FEC_NONE = 0x1 constant ETHTOOL_FEC_OFF (line 936) | ETHTOOL_FEC_OFF = 0x4 constant ETHTOOL_FEC_RS (line 937) | ETHTOOL_FEC_RS = 0x8 constant ETHTOOL_FLAG_ALL (line 938) | ETHTOOL_FLAG_ALL = 0x7 constant ETHTOOL_FLAG_COMPACT_BITSETS (line 939) | ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 constant ETHTOOL_FLAG_OMIT_REPLY (line 940) | ETHTOOL_FLAG_OMIT_REPLY = 0x2 constant ETHTOOL_FLAG_STATS (line 941) | ETHTOOL_FLAG_STATS = 0x4 constant ETHTOOL_FLASHDEV (line 942) | ETHTOOL_FLASHDEV = 0x33 constant ETHTOOL_FLASH_MAX_FILENAME (line 943) | ETHTOOL_FLASH_MAX_FILENAME = 0x80 constant ETHTOOL_FWVERS_LEN (line 944) | ETHTOOL_FWVERS_LEN = 0x20 constant ETHTOOL_F_COMPAT (line 945) | ETHTOOL_F_COMPAT = 0x4 constant ETHTOOL_F_UNSUPPORTED (line 946) | ETHTOOL_F_UNSUPPORTED = 0x1 constant ETHTOOL_F_WISH (line 947) | ETHTOOL_F_WISH = 0x2 constant ETHTOOL_GCHANNELS (line 948) | ETHTOOL_GCHANNELS = 0x3c constant ETHTOOL_GCOALESCE (line 949) | ETHTOOL_GCOALESCE = 0xe constant ETHTOOL_GDRVINFO (line 950) | ETHTOOL_GDRVINFO = 0x3 constant ETHTOOL_GEEE (line 951) | ETHTOOL_GEEE = 0x44 constant ETHTOOL_GEEPROM (line 952) | ETHTOOL_GEEPROM = 0xb constant ETHTOOL_GENL_NAME (line 953) | ETHTOOL_GENL_NAME = "ethtool" constant ETHTOOL_GENL_VERSION (line 954) | ETHTOOL_GENL_VERSION = 0x1 constant ETHTOOL_GET_DUMP_DATA (line 955) | ETHTOOL_GET_DUMP_DATA = 0x40 constant ETHTOOL_GET_DUMP_FLAG (line 956) | ETHTOOL_GET_DUMP_FLAG = 0x3f constant ETHTOOL_GET_TS_INFO (line 957) | ETHTOOL_GET_TS_INFO = 0x41 constant ETHTOOL_GFEATURES (line 958) | ETHTOOL_GFEATURES = 0x3a constant ETHTOOL_GFECPARAM (line 959) | ETHTOOL_GFECPARAM = 0x50 constant ETHTOOL_GFLAGS (line 960) | ETHTOOL_GFLAGS = 0x25 constant ETHTOOL_GGRO (line 961) | ETHTOOL_GGRO = 0x2b constant ETHTOOL_GGSO (line 962) | ETHTOOL_GGSO = 0x23 constant ETHTOOL_GLINK (line 963) | ETHTOOL_GLINK = 0xa constant ETHTOOL_GLINKSETTINGS (line 964) | ETHTOOL_GLINKSETTINGS = 0x4c constant ETHTOOL_GMODULEEEPROM (line 965) | ETHTOOL_GMODULEEEPROM = 0x43 constant ETHTOOL_GMODULEINFO (line 966) | ETHTOOL_GMODULEINFO = 0x42 constant ETHTOOL_GMSGLVL (line 967) | ETHTOOL_GMSGLVL = 0x7 constant ETHTOOL_GPAUSEPARAM (line 968) | ETHTOOL_GPAUSEPARAM = 0x12 constant ETHTOOL_GPERMADDR (line 969) | ETHTOOL_GPERMADDR = 0x20 constant ETHTOOL_GPFLAGS (line 970) | ETHTOOL_GPFLAGS = 0x27 constant ETHTOOL_GPHYSTATS (line 971) | ETHTOOL_GPHYSTATS = 0x4a constant ETHTOOL_GREGS (line 972) | ETHTOOL_GREGS = 0x4 constant ETHTOOL_GRINGPARAM (line 973) | ETHTOOL_GRINGPARAM = 0x10 constant ETHTOOL_GRSSH (line 974) | ETHTOOL_GRSSH = 0x46 constant ETHTOOL_GRXCLSRLALL (line 975) | ETHTOOL_GRXCLSRLALL = 0x30 constant ETHTOOL_GRXCLSRLCNT (line 976) | ETHTOOL_GRXCLSRLCNT = 0x2e constant ETHTOOL_GRXCLSRULE (line 977) | ETHTOOL_GRXCLSRULE = 0x2f constant ETHTOOL_GRXCSUM (line 978) | ETHTOOL_GRXCSUM = 0x14 constant ETHTOOL_GRXFH (line 979) | ETHTOOL_GRXFH = 0x29 constant ETHTOOL_GRXFHINDIR (line 980) | ETHTOOL_GRXFHINDIR = 0x38 constant ETHTOOL_GRXNTUPLE (line 981) | ETHTOOL_GRXNTUPLE = 0x36 constant ETHTOOL_GRXRINGS (line 982) | ETHTOOL_GRXRINGS = 0x2d constant ETHTOOL_GSET (line 983) | ETHTOOL_GSET = 0x1 constant ETHTOOL_GSG (line 984) | ETHTOOL_GSG = 0x18 constant ETHTOOL_GSSET_INFO (line 985) | ETHTOOL_GSSET_INFO = 0x37 constant ETHTOOL_GSTATS (line 986) | ETHTOOL_GSTATS = 0x1d constant ETHTOOL_GSTRINGS (line 987) | ETHTOOL_GSTRINGS = 0x1b constant ETHTOOL_GTSO (line 988) | ETHTOOL_GTSO = 0x1e constant ETHTOOL_GTUNABLE (line 989) | ETHTOOL_GTUNABLE = 0x48 constant ETHTOOL_GTXCSUM (line 990) | ETHTOOL_GTXCSUM = 0x16 constant ETHTOOL_GUFO (line 991) | ETHTOOL_GUFO = 0x21 constant ETHTOOL_GWOL (line 992) | ETHTOOL_GWOL = 0x5 constant ETHTOOL_MCGRP_MONITOR_NAME (line 993) | ETHTOOL_MCGRP_MONITOR_NAME = "monitor" constant ETHTOOL_NWAY_RST (line 994) | ETHTOOL_NWAY_RST = 0x9 constant ETHTOOL_PERQUEUE (line 995) | ETHTOOL_PERQUEUE = 0x4b constant ETHTOOL_PHYS_ID (line 996) | ETHTOOL_PHYS_ID = 0x1c constant ETHTOOL_PHY_EDPD_DFLT_TX_MSECS (line 997) | ETHTOOL_PHY_EDPD_DFLT_TX_MSECS = 0xffff constant ETHTOOL_PHY_EDPD_DISABLE (line 998) | ETHTOOL_PHY_EDPD_DISABLE = 0x0 constant ETHTOOL_PHY_EDPD_NO_TX (line 999) | ETHTOOL_PHY_EDPD_NO_TX = 0xfffe constant ETHTOOL_PHY_FAST_LINK_DOWN_OFF (line 1000) | ETHTOOL_PHY_FAST_LINK_DOWN_OFF = 0xff constant ETHTOOL_PHY_FAST_LINK_DOWN_ON (line 1001) | ETHTOOL_PHY_FAST_LINK_DOWN_ON = 0x0 constant ETHTOOL_PHY_GTUNABLE (line 1002) | ETHTOOL_PHY_GTUNABLE = 0x4e constant ETHTOOL_PHY_STUNABLE (line 1003) | ETHTOOL_PHY_STUNABLE = 0x4f constant ETHTOOL_RESET (line 1004) | ETHTOOL_RESET = 0x34 constant ETHTOOL_RXNTUPLE_ACTION_CLEAR (line 1005) | ETHTOOL_RXNTUPLE_ACTION_CLEAR = -0x2 constant ETHTOOL_RXNTUPLE_ACTION_DROP (line 1006) | ETHTOOL_RXNTUPLE_ACTION_DROP = -0x1 constant ETHTOOL_RX_FLOW_SPEC_RING (line 1007) | ETHTOOL_RX_FLOW_SPEC_RING = 0xffffffff constant ETHTOOL_RX_FLOW_SPEC_RING_VF (line 1008) | ETHTOOL_RX_FLOW_SPEC_RING_VF = 0xff00000000 constant ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF (line 1009) | ETHTOOL_RX_FLOW_SPEC_RING_VF_OFF = 0x20 constant ETHTOOL_SCHANNELS (line 1010) | ETHTOOL_SCHANNELS = 0x3d constant ETHTOOL_SCOALESCE (line 1011) | ETHTOOL_SCOALESCE = 0xf constant ETHTOOL_SEEE (line 1012) | ETHTOOL_SEEE = 0x45 constant ETHTOOL_SEEPROM (line 1013) | ETHTOOL_SEEPROM = 0xc constant ETHTOOL_SET_DUMP (line 1014) | ETHTOOL_SET_DUMP = 0x3e constant ETHTOOL_SFEATURES (line 1015) | ETHTOOL_SFEATURES = 0x3b constant ETHTOOL_SFECPARAM (line 1016) | ETHTOOL_SFECPARAM = 0x51 constant ETHTOOL_SFLAGS (line 1017) | ETHTOOL_SFLAGS = 0x26 constant ETHTOOL_SGRO (line 1018) | ETHTOOL_SGRO = 0x2c constant ETHTOOL_SGSO (line 1019) | ETHTOOL_SGSO = 0x24 constant ETHTOOL_SLINKSETTINGS (line 1020) | ETHTOOL_SLINKSETTINGS = 0x4d constant ETHTOOL_SMSGLVL (line 1021) | ETHTOOL_SMSGLVL = 0x8 constant ETHTOOL_SPAUSEPARAM (line 1022) | ETHTOOL_SPAUSEPARAM = 0x13 constant ETHTOOL_SPFLAGS (line 1023) | ETHTOOL_SPFLAGS = 0x28 constant ETHTOOL_SRINGPARAM (line 1024) | ETHTOOL_SRINGPARAM = 0x11 constant ETHTOOL_SRSSH (line 1025) | ETHTOOL_SRSSH = 0x47 constant ETHTOOL_SRXCLSRLDEL (line 1026) | ETHTOOL_SRXCLSRLDEL = 0x31 constant ETHTOOL_SRXCLSRLINS (line 1027) | ETHTOOL_SRXCLSRLINS = 0x32 constant ETHTOOL_SRXCSUM (line 1028) | ETHTOOL_SRXCSUM = 0x15 constant ETHTOOL_SRXFH (line 1029) | ETHTOOL_SRXFH = 0x2a constant ETHTOOL_SRXFHINDIR (line 1030) | ETHTOOL_SRXFHINDIR = 0x39 constant ETHTOOL_SRXNTUPLE (line 1031) | ETHTOOL_SRXNTUPLE = 0x35 constant ETHTOOL_SSET (line 1032) | ETHTOOL_SSET = 0x2 constant ETHTOOL_SSG (line 1033) | ETHTOOL_SSG = 0x19 constant ETHTOOL_STSO (line 1034) | ETHTOOL_STSO = 0x1f constant ETHTOOL_STUNABLE (line 1035) | ETHTOOL_STUNABLE = 0x49 constant ETHTOOL_STXCSUM (line 1036) | ETHTOOL_STXCSUM = 0x17 constant ETHTOOL_SUFO (line 1037) | ETHTOOL_SUFO = 0x22 constant ETHTOOL_SWOL (line 1038) | ETHTOOL_SWOL = 0x6 constant ETHTOOL_TEST (line 1039) | ETHTOOL_TEST = 0x1a constant ETH_P_1588 (line 1040) | ETH_P_1588 = 0x88f7 constant ETH_P_8021AD (line 1041) | ETH_P_8021AD = 0x88a8 constant ETH_P_8021AH (line 1042) | ETH_P_8021AH = 0x88e7 constant ETH_P_8021Q (line 1043) | ETH_P_8021Q = 0x8100 constant ETH_P_80221 (line 1044) | ETH_P_80221 = 0x8917 constant ETH_P_802_2 (line 1045) | ETH_P_802_2 = 0x4 constant ETH_P_802_3 (line 1046) | ETH_P_802_3 = 0x1 constant ETH_P_802_3_MIN (line 1047) | ETH_P_802_3_MIN = 0x600 constant ETH_P_802_EX1 (line 1048) | ETH_P_802_EX1 = 0x88b5 constant ETH_P_AARP (line 1049) | ETH_P_AARP = 0x80f3 constant ETH_P_AF_IUCV (line 1050) | ETH_P_AF_IUCV = 0xfbfb constant ETH_P_ALL (line 1051) | ETH_P_ALL = 0x3 constant ETH_P_AOE (line 1052) | ETH_P_AOE = 0x88a2 constant ETH_P_ARCNET (line 1053) | ETH_P_ARCNET = 0x1a constant ETH_P_ARP (line 1054) | ETH_P_ARP = 0x806 constant ETH_P_ATALK (line 1055) | ETH_P_ATALK = 0x809b constant ETH_P_ATMFATE (line 1056) | ETH_P_ATMFATE = 0x8884 constant ETH_P_ATMMPOA (line 1057) | ETH_P_ATMMPOA = 0x884c constant ETH_P_AX25 (line 1058) | ETH_P_AX25 = 0x2 constant ETH_P_BATMAN (line 1059) | ETH_P_BATMAN = 0x4305 constant ETH_P_BPQ (line 1060) | ETH_P_BPQ = 0x8ff constant ETH_P_CAIF (line 1061) | ETH_P_CAIF = 0xf7 constant ETH_P_CAN (line 1062) | ETH_P_CAN = 0xc constant ETH_P_CANFD (line 1063) | ETH_P_CANFD = 0xd constant ETH_P_CANXL (line 1064) | ETH_P_CANXL = 0xe constant ETH_P_CFM (line 1065) | ETH_P_CFM = 0x8902 constant ETH_P_CONTROL (line 1066) | ETH_P_CONTROL = 0x16 constant ETH_P_CUST (line 1067) | ETH_P_CUST = 0x6006 constant ETH_P_DDCMP (line 1068) | ETH_P_DDCMP = 0x6 constant ETH_P_DEC (line 1069) | ETH_P_DEC = 0x6000 constant ETH_P_DIAG (line 1070) | ETH_P_DIAG = 0x6005 constant ETH_P_DNA_DL (line 1071) | ETH_P_DNA_DL = 0x6001 constant ETH_P_DNA_RC (line 1072) | ETH_P_DNA_RC = 0x6002 constant ETH_P_DNA_RT (line 1073) | ETH_P_DNA_RT = 0x6003 constant ETH_P_DSA (line 1074) | ETH_P_DSA = 0x1b constant ETH_P_DSA_8021Q (line 1075) | ETH_P_DSA_8021Q = 0xdadb constant ETH_P_DSA_A5PSW (line 1076) | ETH_P_DSA_A5PSW = 0xe001 constant ETH_P_ECONET (line 1077) | ETH_P_ECONET = 0x18 constant ETH_P_EDSA (line 1078) | ETH_P_EDSA = 0xdada constant ETH_P_ERSPAN (line 1079) | ETH_P_ERSPAN = 0x88be constant ETH_P_ERSPAN2 (line 1080) | ETH_P_ERSPAN2 = 0x22eb constant ETH_P_ETHERCAT (line 1081) | ETH_P_ETHERCAT = 0x88a4 constant ETH_P_FCOE (line 1082) | ETH_P_FCOE = 0x8906 constant ETH_P_FIP (line 1083) | ETH_P_FIP = 0x8914 constant ETH_P_HDLC (line 1084) | ETH_P_HDLC = 0x19 constant ETH_P_HSR (line 1085) | ETH_P_HSR = 0x892f constant ETH_P_IBOE (line 1086) | ETH_P_IBOE = 0x8915 constant ETH_P_IEEE802154 (line 1087) | ETH_P_IEEE802154 = 0xf6 constant ETH_P_IEEEPUP (line 1088) | ETH_P_IEEEPUP = 0xa00 constant ETH_P_IEEEPUPAT (line 1089) | ETH_P_IEEEPUPAT = 0xa01 constant ETH_P_IFE (line 1090) | ETH_P_IFE = 0xed3e constant ETH_P_IP (line 1091) | ETH_P_IP = 0x800 constant ETH_P_IPV6 (line 1092) | ETH_P_IPV6 = 0x86dd constant ETH_P_IPX (line 1093) | ETH_P_IPX = 0x8137 constant ETH_P_IRDA (line 1094) | ETH_P_IRDA = 0x17 constant ETH_P_LAT (line 1095) | ETH_P_LAT = 0x6004 constant ETH_P_LINK_CTL (line 1096) | ETH_P_LINK_CTL = 0x886c constant ETH_P_LLDP (line 1097) | ETH_P_LLDP = 0x88cc constant ETH_P_LOCALTALK (line 1098) | ETH_P_LOCALTALK = 0x9 constant ETH_P_LOOP (line 1099) | ETH_P_LOOP = 0x60 constant ETH_P_LOOPBACK (line 1100) | ETH_P_LOOPBACK = 0x9000 constant ETH_P_MACSEC (line 1101) | ETH_P_MACSEC = 0x88e5 constant ETH_P_MAP (line 1102) | ETH_P_MAP = 0xf9 constant ETH_P_MCTP (line 1103) | ETH_P_MCTP = 0xfa constant ETH_P_MOBITEX (line 1104) | ETH_P_MOBITEX = 0x15 constant ETH_P_MPLS_MC (line 1105) | ETH_P_MPLS_MC = 0x8848 constant ETH_P_MPLS_UC (line 1106) | ETH_P_MPLS_UC = 0x8847 constant ETH_P_MRP (line 1107) | ETH_P_MRP = 0x88e3 constant ETH_P_MVRP (line 1108) | ETH_P_MVRP = 0x88f5 constant ETH_P_NCSI (line 1109) | ETH_P_NCSI = 0x88f8 constant ETH_P_NSH (line 1110) | ETH_P_NSH = 0x894f constant ETH_P_PAE (line 1111) | ETH_P_PAE = 0x888e constant ETH_P_PAUSE (line 1112) | ETH_P_PAUSE = 0x8808 constant ETH_P_PHONET (line 1113) | ETH_P_PHONET = 0xf5 constant ETH_P_PPPTALK (line 1114) | ETH_P_PPPTALK = 0x10 constant ETH_P_PPP_DISC (line 1115) | ETH_P_PPP_DISC = 0x8863 constant ETH_P_PPP_MP (line 1116) | ETH_P_PPP_MP = 0x8 constant ETH_P_PPP_SES (line 1117) | ETH_P_PPP_SES = 0x8864 constant ETH_P_PREAUTH (line 1118) | ETH_P_PREAUTH = 0x88c7 constant ETH_P_PROFINET (line 1119) | ETH_P_PROFINET = 0x8892 constant ETH_P_PRP (line 1120) | ETH_P_PRP = 0x88fb constant ETH_P_PUP (line 1121) | ETH_P_PUP = 0x200 constant ETH_P_PUPAT (line 1122) | ETH_P_PUPAT = 0x201 constant ETH_P_QINQ1 (line 1123) | ETH_P_QINQ1 = 0x9100 constant ETH_P_QINQ2 (line 1124) | ETH_P_QINQ2 = 0x9200 constant ETH_P_QINQ3 (line 1125) | ETH_P_QINQ3 = 0x9300 constant ETH_P_RARP (line 1126) | ETH_P_RARP = 0x8035 constant ETH_P_REALTEK (line 1127) | ETH_P_REALTEK = 0x8899 constant ETH_P_SCA (line 1128) | ETH_P_SCA = 0x6007 constant ETH_P_SLOW (line 1129) | ETH_P_SLOW = 0x8809 constant ETH_P_SNAP (line 1130) | ETH_P_SNAP = 0x5 constant ETH_P_TDLS (line 1131) | ETH_P_TDLS = 0x890d constant ETH_P_TEB (line 1132) | ETH_P_TEB = 0x6558 constant ETH_P_TIPC (line 1133) | ETH_P_TIPC = 0x88ca constant ETH_P_TRAILER (line 1134) | ETH_P_TRAILER = 0x1c constant ETH_P_TR_802_2 (line 1135) | ETH_P_TR_802_2 = 0x11 constant ETH_P_TSN (line 1136) | ETH_P_TSN = 0x22f0 constant ETH_P_WAN_PPP (line 1137) | ETH_P_WAN_PPP = 0x7 constant ETH_P_WCCP (line 1138) | ETH_P_WCCP = 0x883e constant ETH_P_X25 (line 1139) | ETH_P_X25 = 0x805 constant ETH_P_XDSA (line 1140) | ETH_P_XDSA = 0xf8 constant EV_ABS (line 1141) | EV_ABS = 0x3 constant EV_CNT (line 1142) | EV_CNT = 0x20 constant EV_FF (line 1143) | EV_FF = 0x15 constant EV_FF_STATUS (line 1144) | EV_FF_STATUS = 0x17 constant EV_KEY (line 1145) | EV_KEY = 0x1 constant EV_LED (line 1146) | EV_LED = 0x11 constant EV_MAX (line 1147) | EV_MAX = 0x1f constant EV_MSC (line 1148) | EV_MSC = 0x4 constant EV_PWR (line 1149) | EV_PWR = 0x16 constant EV_REL (line 1150) | EV_REL = 0x2 constant EV_REP (line 1151) | EV_REP = 0x14 constant EV_SND (line 1152) | EV_SND = 0x12 constant EV_SW (line 1153) | EV_SW = 0x5 constant EV_SYN (line 1154) | EV_SYN = 0x0 constant EV_VERSION (line 1155) | EV_VERSION = 0x10001 constant EXABYTE_ENABLE_NEST (line 1156) | EXABYTE_ENABLE_NEST = 0xf0 constant EXFAT_SUPER_MAGIC (line 1157) | EXFAT_SUPER_MAGIC = 0x2011bab0 constant EXT2_SUPER_MAGIC (line 1158) | EXT2_SUPER_MAGIC = 0xef53 constant EXT3_SUPER_MAGIC (line 1159) | EXT3_SUPER_MAGIC = 0xef53 constant EXT4_SUPER_MAGIC (line 1160) | EXT4_SUPER_MAGIC = 0xef53 constant EXTA (line 1161) | EXTA = 0xe constant EXTB (line 1162) | EXTB = 0xf constant F2FS_SUPER_MAGIC (line 1163) | F2FS_SUPER_MAGIC = 0xf2f52010 constant FALLOC_FL_COLLAPSE_RANGE (line 1164) | FALLOC_FL_COLLAPSE_RANGE = 0x8 constant FALLOC_FL_INSERT_RANGE (line 1165) | FALLOC_FL_INSERT_RANGE = 0x20 constant FALLOC_FL_KEEP_SIZE (line 1166) | FALLOC_FL_KEEP_SIZE = 0x1 constant FALLOC_FL_NO_HIDE_STALE (line 1167) | FALLOC_FL_NO_HIDE_STALE = 0x4 constant FALLOC_FL_PUNCH_HOLE (line 1168) | FALLOC_FL_PUNCH_HOLE = 0x2 constant FALLOC_FL_UNSHARE_RANGE (line 1169) | FALLOC_FL_UNSHARE_RANGE = 0x40 constant FALLOC_FL_ZERO_RANGE (line 1170) | FALLOC_FL_ZERO_RANGE = 0x10 constant FANOTIFY_METADATA_VERSION (line 1171) | FANOTIFY_METADATA_VERSION = 0x3 constant FAN_ACCESS (line 1172) | FAN_ACCESS = 0x1 constant FAN_ACCESS_PERM (line 1173) | FAN_ACCESS_PERM = 0x20000 constant FAN_ALLOW (line 1174) | FAN_ALLOW = 0x1 constant FAN_ALL_CLASS_BITS (line 1175) | FAN_ALL_CLASS_BITS = 0xc constant FAN_ALL_EVENTS (line 1176) | FAN_ALL_EVENTS = 0x3b constant FAN_ALL_INIT_FLAGS (line 1177) | FAN_ALL_INIT_FLAGS = 0x3f constant FAN_ALL_MARK_FLAGS (line 1178) | FAN_ALL_MARK_FLAGS = 0xff constant FAN_ALL_OUTGOING_EVENTS (line 1179) | FAN_ALL_OUTGOING_EVENTS = 0x3403b constant FAN_ALL_PERM_EVENTS (line 1180) | FAN_ALL_PERM_EVENTS = 0x30000 constant FAN_ATTRIB (line 1181) | FAN_ATTRIB = 0x4 constant FAN_AUDIT (line 1182) | FAN_AUDIT = 0x10 constant FAN_CLASS_CONTENT (line 1183) | FAN_CLASS_CONTENT = 0x4 constant FAN_CLASS_NOTIF (line 1184) | FAN_CLASS_NOTIF = 0x0 constant FAN_CLASS_PRE_CONTENT (line 1185) | FAN_CLASS_PRE_CONTENT = 0x8 constant FAN_CLOEXEC (line 1186) | FAN_CLOEXEC = 0x1 constant FAN_CLOSE (line 1187) | FAN_CLOSE = 0x18 constant FAN_CLOSE_NOWRITE (line 1188) | FAN_CLOSE_NOWRITE = 0x10 constant FAN_CLOSE_WRITE (line 1189) | FAN_CLOSE_WRITE = 0x8 constant FAN_CREATE (line 1190) | FAN_CREATE = 0x100 constant FAN_DELETE (line 1191) | FAN_DELETE = 0x200 constant FAN_DELETE_SELF (line 1192) | FAN_DELETE_SELF = 0x400 constant FAN_DENY (line 1193) | FAN_DENY = 0x2 constant FAN_ENABLE_AUDIT (line 1194) | FAN_ENABLE_AUDIT = 0x40 constant FAN_EPIDFD (line 1195) | FAN_EPIDFD = -0x2 constant FAN_EVENT_INFO_TYPE_DFID (line 1196) | FAN_EVENT_INFO_TYPE_DFID = 0x3 constant FAN_EVENT_INFO_TYPE_DFID_NAME (line 1197) | FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2 constant FAN_EVENT_INFO_TYPE_ERROR (line 1198) | FAN_EVENT_INFO_TYPE_ERROR = 0x5 constant FAN_EVENT_INFO_TYPE_FID (line 1199) | FAN_EVENT_INFO_TYPE_FID = 0x1 constant FAN_EVENT_INFO_TYPE_NEW_DFID_NAME (line 1200) | FAN_EVENT_INFO_TYPE_NEW_DFID_NAME = 0xc constant FAN_EVENT_INFO_TYPE_OLD_DFID_NAME (line 1201) | FAN_EVENT_INFO_TYPE_OLD_DFID_NAME = 0xa constant FAN_EVENT_INFO_TYPE_PIDFD (line 1202) | FAN_EVENT_INFO_TYPE_PIDFD = 0x4 constant FAN_EVENT_METADATA_LEN (line 1203) | FAN_EVENT_METADATA_LEN = 0x18 constant FAN_EVENT_ON_CHILD (line 1204) | FAN_EVENT_ON_CHILD = 0x8000000 constant FAN_FS_ERROR (line 1205) | FAN_FS_ERROR = 0x8000 constant FAN_INFO (line 1206) | FAN_INFO = 0x20 constant FAN_MARK_ADD (line 1207) | FAN_MARK_ADD = 0x1 constant FAN_MARK_DONT_FOLLOW (line 1208) | FAN_MARK_DONT_FOLLOW = 0x4 constant FAN_MARK_EVICTABLE (line 1209) | FAN_MARK_EVICTABLE = 0x200 constant FAN_MARK_FILESYSTEM (line 1210) | FAN_MARK_FILESYSTEM = 0x100 constant FAN_MARK_FLUSH (line 1211) | FAN_MARK_FLUSH = 0x80 constant FAN_MARK_IGNORE (line 1212) | FAN_MARK_IGNORE = 0x400 constant FAN_MARK_IGNORED_MASK (line 1213) | FAN_MARK_IGNORED_MASK = 0x20 constant FAN_MARK_IGNORED_SURV_MODIFY (line 1214) | FAN_MARK_IGNORED_SURV_MODIFY = 0x40 constant FAN_MARK_IGNORE_SURV (line 1215) | FAN_MARK_IGNORE_SURV = 0x440 constant FAN_MARK_INODE (line 1216) | FAN_MARK_INODE = 0x0 constant FAN_MARK_MOUNT (line 1217) | FAN_MARK_MOUNT = 0x10 constant FAN_MARK_ONLYDIR (line 1218) | FAN_MARK_ONLYDIR = 0x8 constant FAN_MARK_REMOVE (line 1219) | FAN_MARK_REMOVE = 0x2 constant FAN_MODIFY (line 1220) | FAN_MODIFY = 0x2 constant FAN_MOVE (line 1221) | FAN_MOVE = 0xc0 constant FAN_MOVED_FROM (line 1222) | FAN_MOVED_FROM = 0x40 constant FAN_MOVED_TO (line 1223) | FAN_MOVED_TO = 0x80 constant FAN_MOVE_SELF (line 1224) | FAN_MOVE_SELF = 0x800 constant FAN_NOFD (line 1225) | FAN_NOFD = -0x1 constant FAN_NONBLOCK (line 1226) | FAN_NONBLOCK = 0x2 constant FAN_NOPIDFD (line 1227) | FAN_NOPIDFD = -0x1 constant FAN_ONDIR (line 1228) | FAN_ONDIR = 0x40000000 constant FAN_OPEN (line 1229) | FAN_OPEN = 0x20 constant FAN_OPEN_EXEC (line 1230) | FAN_OPEN_EXEC = 0x1000 constant FAN_OPEN_EXEC_PERM (line 1231) | FAN_OPEN_EXEC_PERM = 0x40000 constant FAN_OPEN_PERM (line 1232) | FAN_OPEN_PERM = 0x10000 constant FAN_Q_OVERFLOW (line 1233) | FAN_Q_OVERFLOW = 0x4000 constant FAN_RENAME (line 1234) | FAN_RENAME = 0x10000000 constant FAN_REPORT_DFID_NAME (line 1235) | FAN_REPORT_DFID_NAME = 0xc00 constant FAN_REPORT_DFID_NAME_TARGET (line 1236) | FAN_REPORT_DFID_NAME_TARGET = 0x1e00 constant FAN_REPORT_DIR_FID (line 1237) | FAN_REPORT_DIR_FID = 0x400 constant FAN_REPORT_FID (line 1238) | FAN_REPORT_FID = 0x200 constant FAN_REPORT_NAME (line 1239) | FAN_REPORT_NAME = 0x800 constant FAN_REPORT_PIDFD (line 1240) | FAN_REPORT_PIDFD = 0x80 constant FAN_REPORT_TARGET_FID (line 1241) | FAN_REPORT_TARGET_FID = 0x1000 constant FAN_REPORT_TID (line 1242) | FAN_REPORT_TID = 0x100 constant FAN_RESPONSE_INFO_AUDIT_RULE (line 1243) | FAN_RESPONSE_INFO_AUDIT_RULE = 0x1 constant FAN_RESPONSE_INFO_NONE (line 1244) | FAN_RESPONSE_INFO_NONE = 0x0 constant FAN_UNLIMITED_MARKS (line 1245) | FAN_UNLIMITED_MARKS = 0x20 constant FAN_UNLIMITED_QUEUE (line 1246) | FAN_UNLIMITED_QUEUE = 0x10 constant FD_CLOEXEC (line 1247) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 1248) | FD_SETSIZE = 0x400 constant FF0 (line 1249) | FF0 = 0x0 constant FIB_RULE_DEV_DETACHED (line 1250) | FIB_RULE_DEV_DETACHED = 0x8 constant FIB_RULE_FIND_SADDR (line 1251) | FIB_RULE_FIND_SADDR = 0x10000 constant FIB_RULE_IIF_DETACHED (line 1252) | FIB_RULE_IIF_DETACHED = 0x8 constant FIB_RULE_INVERT (line 1253) | FIB_RULE_INVERT = 0x2 constant FIB_RULE_OIF_DETACHED (line 1254) | FIB_RULE_OIF_DETACHED = 0x10 constant FIB_RULE_PERMANENT (line 1255) | FIB_RULE_PERMANENT = 0x1 constant FIB_RULE_UNRESOLVED (line 1256) | FIB_RULE_UNRESOLVED = 0x4 constant FIDEDUPERANGE (line 1257) | FIDEDUPERANGE = 0xc0189436 constant FSCRYPT_KEY_DESCRIPTOR_SIZE (line 1258) | FSCRYPT_KEY_DESCRIPTOR_SIZE = 0x8 constant FSCRYPT_KEY_DESC_PREFIX (line 1259) | FSCRYPT_KEY_DESC_PREFIX = "fscrypt:" constant FSCRYPT_KEY_DESC_PREFIX_SIZE (line 1260) | FSCRYPT_KEY_DESC_PREFIX_SIZE = 0x8 constant FSCRYPT_KEY_IDENTIFIER_SIZE (line 1261) | FSCRYPT_KEY_IDENTIFIER_SIZE = 0x10 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY (line 1262) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_FILES_BUSY = 0x1 constant FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS (line 1263) | FSCRYPT_KEY_REMOVAL_STATUS_FLAG_OTHER_USERS = 0x2 constant FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR (line 1264) | FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR = 0x1 constant FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER (line 1265) | FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER = 0x2 constant FSCRYPT_KEY_STATUS_ABSENT (line 1266) | FSCRYPT_KEY_STATUS_ABSENT = 0x1 constant FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF (line 1267) | FSCRYPT_KEY_STATUS_FLAG_ADDED_BY_SELF = 0x1 constant FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED (line 1268) | FSCRYPT_KEY_STATUS_INCOMPLETELY_REMOVED = 0x3 constant FSCRYPT_KEY_STATUS_PRESENT (line 1269) | FSCRYPT_KEY_STATUS_PRESENT = 0x2 constant FSCRYPT_MAX_KEY_SIZE (line 1270) | FSCRYPT_MAX_KEY_SIZE = 0x40 constant FSCRYPT_MODE_ADIANTUM (line 1271) | FSCRYPT_MODE_ADIANTUM = 0x9 constant FSCRYPT_MODE_AES_128_CBC (line 1272) | FSCRYPT_MODE_AES_128_CBC = 0x5 constant FSCRYPT_MODE_AES_128_CTS (line 1273) | FSCRYPT_MODE_AES_128_CTS = 0x6 constant FSCRYPT_MODE_AES_256_CTS (line 1274) | FSCRYPT_MODE_AES_256_CTS = 0x4 constant FSCRYPT_MODE_AES_256_HCTR2 (line 1275) | FSCRYPT_MODE_AES_256_HCTR2 = 0xa constant FSCRYPT_MODE_AES_256_XTS (line 1276) | FSCRYPT_MODE_AES_256_XTS = 0x1 constant FSCRYPT_MODE_SM4_CTS (line 1277) | FSCRYPT_MODE_SM4_CTS = 0x8 constant FSCRYPT_MODE_SM4_XTS (line 1278) | FSCRYPT_MODE_SM4_XTS = 0x7 constant FSCRYPT_POLICY_FLAGS_PAD_16 (line 1279) | FSCRYPT_POLICY_FLAGS_PAD_16 = 0x2 constant FSCRYPT_POLICY_FLAGS_PAD_32 (line 1280) | FSCRYPT_POLICY_FLAGS_PAD_32 = 0x3 constant FSCRYPT_POLICY_FLAGS_PAD_4 (line 1281) | FSCRYPT_POLICY_FLAGS_PAD_4 = 0x0 constant FSCRYPT_POLICY_FLAGS_PAD_8 (line 1282) | FSCRYPT_POLICY_FLAGS_PAD_8 = 0x1 constant FSCRYPT_POLICY_FLAGS_PAD_MASK (line 1283) | FSCRYPT_POLICY_FLAGS_PAD_MASK = 0x3 constant FSCRYPT_POLICY_FLAG_DIRECT_KEY (line 1284) | FSCRYPT_POLICY_FLAG_DIRECT_KEY = 0x4 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 (line 1285) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 = 0x10 constant FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 (line 1286) | FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 = 0x8 constant FSCRYPT_POLICY_V1 (line 1287) | FSCRYPT_POLICY_V1 = 0x0 constant FSCRYPT_POLICY_V2 (line 1288) | FSCRYPT_POLICY_V2 = 0x2 constant FS_ENCRYPTION_MODE_ADIANTUM (line 1289) | FS_ENCRYPTION_MODE_ADIANTUM = 0x9 constant FS_ENCRYPTION_MODE_AES_128_CBC (line 1290) | FS_ENCRYPTION_MODE_AES_128_CBC = 0x5 constant FS_ENCRYPTION_MODE_AES_128_CTS (line 1291) | FS_ENCRYPTION_MODE_AES_128_CTS = 0x6 constant FS_ENCRYPTION_MODE_AES_256_CBC (line 1292) | FS_ENCRYPTION_MODE_AES_256_CBC = 0x3 constant FS_ENCRYPTION_MODE_AES_256_CTS (line 1293) | FS_ENCRYPTION_MODE_AES_256_CTS = 0x4 constant FS_ENCRYPTION_MODE_AES_256_GCM (line 1294) | FS_ENCRYPTION_MODE_AES_256_GCM = 0x2 constant FS_ENCRYPTION_MODE_AES_256_XTS (line 1295) | FS_ENCRYPTION_MODE_AES_256_XTS = 0x1 constant FS_ENCRYPTION_MODE_INVALID (line 1296) | FS_ENCRYPTION_MODE_INVALID = 0x0 constant FS_IOC_ADD_ENCRYPTION_KEY (line 1297) | FS_IOC_ADD_ENCRYPTION_KEY = 0xc0506617 constant FS_IOC_GET_ENCRYPTION_KEY_STATUS (line 1298) | FS_IOC_GET_ENCRYPTION_KEY_STATUS = 0xc080661a constant FS_IOC_GET_ENCRYPTION_POLICY_EX (line 1299) | FS_IOC_GET_ENCRYPTION_POLICY_EX = 0xc0096616 constant FS_IOC_MEASURE_VERITY (line 1300) | FS_IOC_MEASURE_VERITY = 0xc0046686 constant FS_IOC_READ_VERITY_METADATA (line 1301) | FS_IOC_READ_VERITY_METADATA = 0xc0286687 constant FS_IOC_REMOVE_ENCRYPTION_KEY (line 1302) | FS_IOC_REMOVE_ENCRYPTION_KEY = 0xc0406618 constant FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS (line 1303) | FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS = 0xc0406619 constant FS_KEY_DESCRIPTOR_SIZE (line 1304) | FS_KEY_DESCRIPTOR_SIZE = 0x8 constant FS_KEY_DESC_PREFIX (line 1305) | FS_KEY_DESC_PREFIX = "fscrypt:" constant FS_KEY_DESC_PREFIX_SIZE (line 1306) | FS_KEY_DESC_PREFIX_SIZE = 0x8 constant FS_MAX_KEY_SIZE (line 1307) | FS_MAX_KEY_SIZE = 0x40 constant FS_POLICY_FLAGS_PAD_16 (line 1308) | FS_POLICY_FLAGS_PAD_16 = 0x2 constant FS_POLICY_FLAGS_PAD_32 (line 1309) | FS_POLICY_FLAGS_PAD_32 = 0x3 constant FS_POLICY_FLAGS_PAD_4 (line 1310) | FS_POLICY_FLAGS_PAD_4 = 0x0 constant FS_POLICY_FLAGS_PAD_8 (line 1311) | FS_POLICY_FLAGS_PAD_8 = 0x1 constant FS_POLICY_FLAGS_PAD_MASK (line 1312) | FS_POLICY_FLAGS_PAD_MASK = 0x3 constant FS_POLICY_FLAGS_VALID (line 1313) | FS_POLICY_FLAGS_VALID = 0x7 constant FS_VERITY_FL (line 1314) | FS_VERITY_FL = 0x100000 constant FS_VERITY_HASH_ALG_SHA256 (line 1315) | FS_VERITY_HASH_ALG_SHA256 = 0x1 constant FS_VERITY_HASH_ALG_SHA512 (line 1316) | FS_VERITY_HASH_ALG_SHA512 = 0x2 constant FS_VERITY_METADATA_TYPE_DESCRIPTOR (line 1317) | FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2 constant FS_VERITY_METADATA_TYPE_MERKLE_TREE (line 1318) | FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1 constant FS_VERITY_METADATA_TYPE_SIGNATURE (line 1319) | FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3 constant FUSE_SUPER_MAGIC (line 1320) | FUSE_SUPER_MAGIC = 0x65735546 constant FUTEXFS_SUPER_MAGIC (line 1321) | FUTEXFS_SUPER_MAGIC = 0xbad1dea constant F_ADD_SEALS (line 1322) | F_ADD_SEALS = 0x409 constant F_DUPFD (line 1323) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 1324) | F_DUPFD_CLOEXEC = 0x406 constant F_EXLCK (line 1325) | F_EXLCK = 0x4 constant F_GETFD (line 1326) | F_GETFD = 0x1 constant F_GETFL (line 1327) | F_GETFL = 0x3 constant F_GETLEASE (line 1328) | F_GETLEASE = 0x401 constant F_GETOWN_EX (line 1329) | F_GETOWN_EX = 0x10 constant F_GETPIPE_SZ (line 1330) | F_GETPIPE_SZ = 0x408 constant F_GETSIG (line 1331) | F_GETSIG = 0xb constant F_GET_FILE_RW_HINT (line 1332) | F_GET_FILE_RW_HINT = 0x40d constant F_GET_RW_HINT (line 1333) | F_GET_RW_HINT = 0x40b constant F_GET_SEALS (line 1334) | F_GET_SEALS = 0x40a constant F_LOCK (line 1335) | F_LOCK = 0x1 constant F_NOTIFY (line 1336) | F_NOTIFY = 0x402 constant F_OFD_GETLK (line 1337) | F_OFD_GETLK = 0x24 constant F_OFD_SETLK (line 1338) | F_OFD_SETLK = 0x25 constant F_OFD_SETLKW (line 1339) | F_OFD_SETLKW = 0x26 constant F_OK (line 1340) | F_OK = 0x0 constant F_SEAL_FUTURE_WRITE (line 1341) | F_SEAL_FUTURE_WRITE = 0x10 constant F_SEAL_GROW (line 1342) | F_SEAL_GROW = 0x4 constant F_SEAL_SEAL (line 1343) | F_SEAL_SEAL = 0x1 constant F_SEAL_SHRINK (line 1344) | F_SEAL_SHRINK = 0x2 constant F_SEAL_WRITE (line 1345) | F_SEAL_WRITE = 0x8 constant F_SETFD (line 1346) | F_SETFD = 0x2 constant F_SETFL (line 1347) | F_SETFL = 0x4 constant F_SETLEASE (line 1348) | F_SETLEASE = 0x400 constant F_SETOWN_EX (line 1349) | F_SETOWN_EX = 0xf constant F_SETPIPE_SZ (line 1350) | F_SETPIPE_SZ = 0x407 constant F_SETSIG (line 1351) | F_SETSIG = 0xa constant F_SET_FILE_RW_HINT (line 1352) | F_SET_FILE_RW_HINT = 0x40e constant F_SET_RW_HINT (line 1353) | F_SET_RW_HINT = 0x40c constant F_SHLCK (line 1354) | F_SHLCK = 0x8 constant F_TEST (line 1355) | F_TEST = 0x3 constant F_TLOCK (line 1356) | F_TLOCK = 0x2 constant F_ULOCK (line 1357) | F_ULOCK = 0x0 constant GENL_ADMIN_PERM (line 1358) | GENL_ADMIN_PERM = 0x1 constant GENL_CMD_CAP_DO (line 1359) | GENL_CMD_CAP_DO = 0x2 constant GENL_CMD_CAP_DUMP (line 1360) | GENL_CMD_CAP_DUMP = 0x4 constant GENL_CMD_CAP_HASPOL (line 1361) | GENL_CMD_CAP_HASPOL = 0x8 constant GENL_HDRLEN (line 1362) | GENL_HDRLEN = 0x4 constant GENL_ID_CTRL (line 1363) | GENL_ID_CTRL = 0x10 constant GENL_ID_PMCRAID (line 1364) | GENL_ID_PMCRAID = 0x12 constant GENL_ID_VFS_DQUOT (line 1365) | GENL_ID_VFS_DQUOT = 0x11 constant GENL_MAX_ID (line 1366) | GENL_MAX_ID = 0x3ff constant GENL_MIN_ID (line 1367) | GENL_MIN_ID = 0x10 constant GENL_NAMSIZ (line 1368) | GENL_NAMSIZ = 0x10 constant GENL_START_ALLOC (line 1369) | GENL_START_ALLOC = 0x13 constant GENL_UNS_ADMIN_PERM (line 1370) | GENL_UNS_ADMIN_PERM = 0x10 constant GRND_INSECURE (line 1371) | GRND_INSECURE = 0x4 constant GRND_NONBLOCK (line 1372) | GRND_NONBLOCK = 0x1 constant GRND_RANDOM (line 1373) | GRND_RANDOM = 0x2 constant HDIO_DRIVE_CMD (line 1374) | HDIO_DRIVE_CMD = 0x31f constant HDIO_DRIVE_CMD_AEB (line 1375) | HDIO_DRIVE_CMD_AEB = 0x31e constant HDIO_DRIVE_CMD_HDR_SIZE (line 1376) | HDIO_DRIVE_CMD_HDR_SIZE = 0x4 constant HDIO_DRIVE_HOB_HDR_SIZE (line 1377) | HDIO_DRIVE_HOB_HDR_SIZE = 0x8 constant HDIO_DRIVE_RESET (line 1378) | HDIO_DRIVE_RESET = 0x31c constant HDIO_DRIVE_TASK (line 1379) | HDIO_DRIVE_TASK = 0x31e constant HDIO_DRIVE_TASKFILE (line 1380) | HDIO_DRIVE_TASKFILE = 0x31d constant HDIO_DRIVE_TASK_HDR_SIZE (line 1381) | HDIO_DRIVE_TASK_HDR_SIZE = 0x8 constant HDIO_GETGEO (line 1382) | HDIO_GETGEO = 0x301 constant HDIO_GET_32BIT (line 1383) | HDIO_GET_32BIT = 0x309 constant HDIO_GET_ACOUSTIC (line 1384) | HDIO_GET_ACOUSTIC = 0x30f constant HDIO_GET_ADDRESS (line 1385) | HDIO_GET_ADDRESS = 0x310 constant HDIO_GET_BUSSTATE (line 1386) | HDIO_GET_BUSSTATE = 0x31a constant HDIO_GET_DMA (line 1387) | HDIO_GET_DMA = 0x30b constant HDIO_GET_IDENTITY (line 1388) | HDIO_GET_IDENTITY = 0x30d constant HDIO_GET_KEEPSETTINGS (line 1389) | HDIO_GET_KEEPSETTINGS = 0x308 constant HDIO_GET_MULTCOUNT (line 1390) | HDIO_GET_MULTCOUNT = 0x304 constant HDIO_GET_NICE (line 1391) | HDIO_GET_NICE = 0x30c constant HDIO_GET_NOWERR (line 1392) | HDIO_GET_NOWERR = 0x30a constant HDIO_GET_QDMA (line 1393) | HDIO_GET_QDMA = 0x305 constant HDIO_GET_UNMASKINTR (line 1394) | HDIO_GET_UNMASKINTR = 0x302 constant HDIO_GET_WCACHE (line 1395) | HDIO_GET_WCACHE = 0x30e constant HDIO_OBSOLETE_IDENTITY (line 1396) | HDIO_OBSOLETE_IDENTITY = 0x307 constant HDIO_SCAN_HWIF (line 1397) | HDIO_SCAN_HWIF = 0x328 constant HDIO_SET_32BIT (line 1398) | HDIO_SET_32BIT = 0x324 constant HDIO_SET_ACOUSTIC (line 1399) | HDIO_SET_ACOUSTIC = 0x32c constant HDIO_SET_ADDRESS (line 1400) | HDIO_SET_ADDRESS = 0x32f constant HDIO_SET_BUSSTATE (line 1401) | HDIO_SET_BUSSTATE = 0x32d constant HDIO_SET_DMA (line 1402) | HDIO_SET_DMA = 0x326 constant HDIO_SET_KEEPSETTINGS (line 1403) | HDIO_SET_KEEPSETTINGS = 0x323 constant HDIO_SET_MULTCOUNT (line 1404) | HDIO_SET_MULTCOUNT = 0x321 constant HDIO_SET_NICE (line 1405) | HDIO_SET_NICE = 0x329 constant HDIO_SET_NOWERR (line 1406) | HDIO_SET_NOWERR = 0x325 constant HDIO_SET_PIO_MODE (line 1407) | HDIO_SET_PIO_MODE = 0x327 constant HDIO_SET_QDMA (line 1408) | HDIO_SET_QDMA = 0x32e constant HDIO_SET_UNMASKINTR (line 1409) | HDIO_SET_UNMASKINTR = 0x322 constant HDIO_SET_WCACHE (line 1410) | HDIO_SET_WCACHE = 0x32b constant HDIO_SET_XFER (line 1411) | HDIO_SET_XFER = 0x306 constant HDIO_TRISTATE_HWIF (line 1412) | HDIO_TRISTATE_HWIF = 0x31b constant HDIO_UNREGISTER_HWIF (line 1413) | HDIO_UNREGISTER_HWIF = 0x32a constant HID_MAX_DESCRIPTOR_SIZE (line 1414) | HID_MAX_DESCRIPTOR_SIZE = 0x1000 constant HOSTFS_SUPER_MAGIC (line 1415) | HOSTFS_SUPER_MAGIC = 0xc0ffee constant HPFS_SUPER_MAGIC (line 1416) | HPFS_SUPER_MAGIC = 0xf995e849 constant HUGETLBFS_MAGIC (line 1417) | HUGETLBFS_MAGIC = 0x958458f6 constant IBSHIFT (line 1418) | IBSHIFT = 0x10 constant ICRNL (line 1419) | ICRNL = 0x100 constant IFA_F_DADFAILED (line 1420) | IFA_F_DADFAILED = 0x8 constant IFA_F_DEPRECATED (line 1421) | IFA_F_DEPRECATED = 0x20 constant IFA_F_HOMEADDRESS (line 1422) | IFA_F_HOMEADDRESS = 0x10 constant IFA_F_MANAGETEMPADDR (line 1423) | IFA_F_MANAGETEMPADDR = 0x100 constant IFA_F_MCAUTOJOIN (line 1424) | IFA_F_MCAUTOJOIN = 0x400 constant IFA_F_NODAD (line 1425) | IFA_F_NODAD = 0x2 constant IFA_F_NOPREFIXROUTE (line 1426) | IFA_F_NOPREFIXROUTE = 0x200 constant IFA_F_OPTIMISTIC (line 1427) | IFA_F_OPTIMISTIC = 0x4 constant IFA_F_PERMANENT (line 1428) | IFA_F_PERMANENT = 0x80 constant IFA_F_SECONDARY (line 1429) | IFA_F_SECONDARY = 0x1 constant IFA_F_STABLE_PRIVACY (line 1430) | IFA_F_STABLE_PRIVACY = 0x800 constant IFA_F_TEMPORARY (line 1431) | IFA_F_TEMPORARY = 0x1 constant IFA_F_TENTATIVE (line 1432) | IFA_F_TENTATIVE = 0x40 constant IFA_MAX (line 1433) | IFA_MAX = 0xb constant IFF_ALLMULTI (line 1434) | IFF_ALLMULTI = 0x200 constant IFF_ATTACH_QUEUE (line 1435) | IFF_ATTACH_QUEUE = 0x200 constant IFF_AUTOMEDIA (line 1436) | IFF_AUTOMEDIA = 0x4000 constant IFF_BROADCAST (line 1437) | IFF_BROADCAST = 0x2 constant IFF_DEBUG (line 1438) | IFF_DEBUG = 0x4 constant IFF_DETACH_QUEUE (line 1439) | IFF_DETACH_QUEUE = 0x400 constant IFF_DORMANT (line 1440) | IFF_DORMANT = 0x20000 constant IFF_DYNAMIC (line 1441) | IFF_DYNAMIC = 0x8000 constant IFF_ECHO (line 1442) | IFF_ECHO = 0x40000 constant IFF_LOOPBACK (line 1443) | IFF_LOOPBACK = 0x8 constant IFF_LOWER_UP (line 1444) | IFF_LOWER_UP = 0x10000 constant IFF_MASTER (line 1445) | IFF_MASTER = 0x400 constant IFF_MULTICAST (line 1446) | IFF_MULTICAST = 0x1000 constant IFF_MULTI_QUEUE (line 1447) | IFF_MULTI_QUEUE = 0x100 constant IFF_NAPI (line 1448) | IFF_NAPI = 0x10 constant IFF_NAPI_FRAGS (line 1449) | IFF_NAPI_FRAGS = 0x20 constant IFF_NOARP (line 1450) | IFF_NOARP = 0x80 constant IFF_NOFILTER (line 1451) | IFF_NOFILTER = 0x1000 constant IFF_NOTRAILERS (line 1452) | IFF_NOTRAILERS = 0x20 constant IFF_NO_CARRIER (line 1453) | IFF_NO_CARRIER = 0x40 constant IFF_NO_PI (line 1454) | IFF_NO_PI = 0x1000 constant IFF_ONE_QUEUE (line 1455) | IFF_ONE_QUEUE = 0x2000 constant IFF_PERSIST (line 1456) | IFF_PERSIST = 0x800 constant IFF_POINTOPOINT (line 1457) | IFF_POINTOPOINT = 0x10 constant IFF_PORTSEL (line 1458) | IFF_PORTSEL = 0x2000 constant IFF_PROMISC (line 1459) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 1460) | IFF_RUNNING = 0x40 constant IFF_SLAVE (line 1461) | IFF_SLAVE = 0x800 constant IFF_TAP (line 1462) | IFF_TAP = 0x2 constant IFF_TUN (line 1463) | IFF_TUN = 0x1 constant IFF_TUN_EXCL (line 1464) | IFF_TUN_EXCL = 0x8000 constant IFF_UP (line 1465) | IFF_UP = 0x1 constant IFF_VNET_HDR (line 1466) | IFF_VNET_HDR = 0x4000 constant IFF_VOLATILE (line 1467) | IFF_VOLATILE = 0x70c5a constant IFNAMSIZ (line 1468) | IFNAMSIZ = 0x10 constant IGNBRK (line 1469) | IGNBRK = 0x1 constant IGNCR (line 1470) | IGNCR = 0x80 constant IGNPAR (line 1471) | IGNPAR = 0x4 constant IMAXBEL (line 1472) | IMAXBEL = 0x2000 constant INLCR (line 1473) | INLCR = 0x40 constant INPCK (line 1474) | INPCK = 0x10 constant IN_ACCESS (line 1475) | IN_ACCESS = 0x1 constant IN_ALL_EVENTS (line 1476) | IN_ALL_EVENTS = 0xfff constant IN_ATTRIB (line 1477) | IN_ATTRIB = 0x4 constant IN_CLASSA_HOST (line 1478) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 1479) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 1480) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 1481) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 1482) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 1483) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 1484) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 1485) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 1486) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 1487) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 1488) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLOSE (line 1489) | IN_CLOSE = 0x18 constant IN_CLOSE_NOWRITE (line 1490) | IN_CLOSE_NOWRITE = 0x10 constant IN_CLOSE_WRITE (line 1491) | IN_CLOSE_WRITE = 0x8 constant IN_CREATE (line 1492) | IN_CREATE = 0x100 constant IN_DELETE (line 1493) | IN_DELETE = 0x200 constant IN_DELETE_SELF (line 1494) | IN_DELETE_SELF = 0x400 constant IN_DONT_FOLLOW (line 1495) | IN_DONT_FOLLOW = 0x2000000 constant IN_EXCL_UNLINK (line 1496) | IN_EXCL_UNLINK = 0x4000000 constant IN_IGNORED (line 1497) | IN_IGNORED = 0x8000 constant IN_ISDIR (line 1498) | IN_ISDIR = 0x40000000 constant IN_LOOPBACKNET (line 1499) | IN_LOOPBACKNET = 0x7f constant IN_MASK_ADD (line 1500) | IN_MASK_ADD = 0x20000000 constant IN_MASK_CREATE (line 1501) | IN_MASK_CREATE = 0x10000000 constant IN_MODIFY (line 1502) | IN_MODIFY = 0x2 constant IN_MOVE (line 1503) | IN_MOVE = 0xc0 constant IN_MOVED_FROM (line 1504) | IN_MOVED_FROM = 0x40 constant IN_MOVED_TO (line 1505) | IN_MOVED_TO = 0x80 constant IN_MOVE_SELF (line 1506) | IN_MOVE_SELF = 0x800 constant IN_ONESHOT (line 1507) | IN_ONESHOT = 0x80000000 constant IN_ONLYDIR (line 1508) | IN_ONLYDIR = 0x1000000 constant IN_OPEN (line 1509) | IN_OPEN = 0x20 constant IN_Q_OVERFLOW (line 1510) | IN_Q_OVERFLOW = 0x4000 constant IN_UNMOUNT (line 1511) | IN_UNMOUNT = 0x2000 constant IPPROTO_AH (line 1512) | IPPROTO_AH = 0x33 constant IPPROTO_BEETPH (line 1513) | IPPROTO_BEETPH = 0x5e constant IPPROTO_COMP (line 1514) | IPPROTO_COMP = 0x6c constant IPPROTO_DCCP (line 1515) | IPPROTO_DCCP = 0x21 constant IPPROTO_DSTOPTS (line 1516) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 1517) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 1518) | IPPROTO_ENCAP = 0x62 constant IPPROTO_ESP (line 1519) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERNET (line 1520) | IPPROTO_ETHERNET = 0x8f constant IPPROTO_FRAGMENT (line 1521) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GRE (line 1522) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 1523) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 1524) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 1525) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 1526) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 1527) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 1528) | IPPROTO_IP = 0x0 constant IPPROTO_IPIP (line 1529) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV6 (line 1530) | IPPROTO_IPV6 = 0x29 constant IPPROTO_L2TP (line 1531) | IPPROTO_L2TP = 0x73 constant IPPROTO_MH (line 1532) | IPPROTO_MH = 0x87 constant IPPROTO_MPLS (line 1533) | IPPROTO_MPLS = 0x89 constant IPPROTO_MPTCP (line 1534) | IPPROTO_MPTCP = 0x106 constant IPPROTO_MTP (line 1535) | IPPROTO_MTP = 0x5c constant IPPROTO_NONE (line 1536) | IPPROTO_NONE = 0x3b constant IPPROTO_PIM (line 1537) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 1538) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 1539) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 1540) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 1541) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 1542) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 1543) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 1544) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 1545) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 1546) | IPPROTO_UDPLITE = 0x88 constant IPV6_2292DSTOPTS (line 1547) | IPV6_2292DSTOPTS = 0x4 constant IPV6_2292HOPLIMIT (line 1548) | IPV6_2292HOPLIMIT = 0x8 constant IPV6_2292HOPOPTS (line 1549) | IPV6_2292HOPOPTS = 0x3 constant IPV6_2292PKTINFO (line 1550) | IPV6_2292PKTINFO = 0x2 constant IPV6_2292PKTOPTIONS (line 1551) | IPV6_2292PKTOPTIONS = 0x6 constant IPV6_2292RTHDR (line 1552) | IPV6_2292RTHDR = 0x5 constant IPV6_ADDRFORM (line 1553) | IPV6_ADDRFORM = 0x1 constant IPV6_ADDR_PREFERENCES (line 1554) | IPV6_ADDR_PREFERENCES = 0x48 constant IPV6_ADD_MEMBERSHIP (line 1555) | IPV6_ADD_MEMBERSHIP = 0x14 constant IPV6_AUTHHDR (line 1556) | IPV6_AUTHHDR = 0xa constant IPV6_AUTOFLOWLABEL (line 1557) | IPV6_AUTOFLOWLABEL = 0x46 constant IPV6_CHECKSUM (line 1558) | IPV6_CHECKSUM = 0x7 constant IPV6_DONTFRAG (line 1559) | IPV6_DONTFRAG = 0x3e constant IPV6_DROP_MEMBERSHIP (line 1560) | IPV6_DROP_MEMBERSHIP = 0x15 constant IPV6_DSTOPTS (line 1561) | IPV6_DSTOPTS = 0x3b constant IPV6_FLOW (line 1562) | IPV6_FLOW = 0x11 constant IPV6_FREEBIND (line 1563) | IPV6_FREEBIND = 0x4e constant IPV6_HDRINCL (line 1564) | IPV6_HDRINCL = 0x24 constant IPV6_HOPLIMIT (line 1565) | IPV6_HOPLIMIT = 0x34 constant IPV6_HOPOPTS (line 1566) | IPV6_HOPOPTS = 0x36 constant IPV6_IPSEC_POLICY (line 1567) | IPV6_IPSEC_POLICY = 0x22 constant IPV6_JOIN_ANYCAST (line 1568) | IPV6_JOIN_ANYCAST = 0x1b constant IPV6_JOIN_GROUP (line 1569) | IPV6_JOIN_GROUP = 0x14 constant IPV6_LEAVE_ANYCAST (line 1570) | IPV6_LEAVE_ANYCAST = 0x1c constant IPV6_LEAVE_GROUP (line 1571) | IPV6_LEAVE_GROUP = 0x15 constant IPV6_MINHOPCOUNT (line 1572) | IPV6_MINHOPCOUNT = 0x49 constant IPV6_MTU (line 1573) | IPV6_MTU = 0x18 constant IPV6_MTU_DISCOVER (line 1574) | IPV6_MTU_DISCOVER = 0x17 constant IPV6_MULTICAST_ALL (line 1575) | IPV6_MULTICAST_ALL = 0x1d constant IPV6_MULTICAST_HOPS (line 1576) | IPV6_MULTICAST_HOPS = 0x12 constant IPV6_MULTICAST_IF (line 1577) | IPV6_MULTICAST_IF = 0x11 constant IPV6_MULTICAST_LOOP (line 1578) | IPV6_MULTICAST_LOOP = 0x13 constant IPV6_NEXTHOP (line 1579) | IPV6_NEXTHOP = 0x9 constant IPV6_ORIGDSTADDR (line 1580) | IPV6_ORIGDSTADDR = 0x4a constant IPV6_PATHMTU (line 1581) | IPV6_PATHMTU = 0x3d constant IPV6_PKTINFO (line 1582) | IPV6_PKTINFO = 0x32 constant IPV6_PMTUDISC_DO (line 1583) | IPV6_PMTUDISC_DO = 0x2 constant IPV6_PMTUDISC_DONT (line 1584) | IPV6_PMTUDISC_DONT = 0x0 constant IPV6_PMTUDISC_INTERFACE (line 1585) | IPV6_PMTUDISC_INTERFACE = 0x4 constant IPV6_PMTUDISC_OMIT (line 1586) | IPV6_PMTUDISC_OMIT = 0x5 constant IPV6_PMTUDISC_PROBE (line 1587) | IPV6_PMTUDISC_PROBE = 0x3 constant IPV6_PMTUDISC_WANT (line 1588) | IPV6_PMTUDISC_WANT = 0x1 constant IPV6_RECVDSTOPTS (line 1589) | IPV6_RECVDSTOPTS = 0x3a constant IPV6_RECVERR (line 1590) | IPV6_RECVERR = 0x19 constant IPV6_RECVERR_RFC4884 (line 1591) | IPV6_RECVERR_RFC4884 = 0x1f constant IPV6_RECVFRAGSIZE (line 1592) | IPV6_RECVFRAGSIZE = 0x4d constant IPV6_RECVHOPLIMIT (line 1593) | IPV6_RECVHOPLIMIT = 0x33 constant IPV6_RECVHOPOPTS (line 1594) | IPV6_RECVHOPOPTS = 0x35 constant IPV6_RECVORIGDSTADDR (line 1595) | IPV6_RECVORIGDSTADDR = 0x4a constant IPV6_RECVPATHMTU (line 1596) | IPV6_RECVPATHMTU = 0x3c constant IPV6_RECVPKTINFO (line 1597) | IPV6_RECVPKTINFO = 0x31 constant IPV6_RECVRTHDR (line 1598) | IPV6_RECVRTHDR = 0x38 constant IPV6_RECVTCLASS (line 1599) | IPV6_RECVTCLASS = 0x42 constant IPV6_ROUTER_ALERT (line 1600) | IPV6_ROUTER_ALERT = 0x16 constant IPV6_ROUTER_ALERT_ISOLATE (line 1601) | IPV6_ROUTER_ALERT_ISOLATE = 0x1e constant IPV6_RTHDR (line 1602) | IPV6_RTHDR = 0x39 constant IPV6_RTHDRDSTOPTS (line 1603) | IPV6_RTHDRDSTOPTS = 0x37 constant IPV6_RTHDR_LOOSE (line 1604) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 1605) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 1606) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_RXDSTOPTS (line 1607) | IPV6_RXDSTOPTS = 0x3b constant IPV6_RXHOPOPTS (line 1608) | IPV6_RXHOPOPTS = 0x36 constant IPV6_TCLASS (line 1609) | IPV6_TCLASS = 0x43 constant IPV6_TRANSPARENT (line 1610) | IPV6_TRANSPARENT = 0x4b constant IPV6_UNICAST_HOPS (line 1611) | IPV6_UNICAST_HOPS = 0x10 constant IPV6_UNICAST_IF (line 1612) | IPV6_UNICAST_IF = 0x4c constant IPV6_USER_FLOW (line 1613) | IPV6_USER_FLOW = 0xe constant IPV6_V6ONLY (line 1614) | IPV6_V6ONLY = 0x1a constant IPV6_XFRM_POLICY (line 1615) | IPV6_XFRM_POLICY = 0x23 constant IP_ADD_MEMBERSHIP (line 1616) | IP_ADD_MEMBERSHIP = 0x23 constant IP_ADD_SOURCE_MEMBERSHIP (line 1617) | IP_ADD_SOURCE_MEMBERSHIP = 0x27 constant IP_BIND_ADDRESS_NO_PORT (line 1618) | IP_BIND_ADDRESS_NO_PORT = 0x18 constant IP_BLOCK_SOURCE (line 1619) | IP_BLOCK_SOURCE = 0x26 constant IP_CHECKSUM (line 1620) | IP_CHECKSUM = 0x17 constant IP_DEFAULT_MULTICAST_LOOP (line 1621) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 1622) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 1623) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 1624) | IP_DROP_MEMBERSHIP = 0x24 constant IP_DROP_SOURCE_MEMBERSHIP (line 1625) | IP_DROP_SOURCE_MEMBERSHIP = 0x28 constant IP_FREEBIND (line 1626) | IP_FREEBIND = 0xf constant IP_HDRINCL (line 1627) | IP_HDRINCL = 0x3 constant IP_IPSEC_POLICY (line 1628) | IP_IPSEC_POLICY = 0x10 constant IP_MAXPACKET (line 1629) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 1630) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 1631) | IP_MF = 0x2000 constant IP_MINTTL (line 1632) | IP_MINTTL = 0x15 constant IP_MSFILTER (line 1633) | IP_MSFILTER = 0x29 constant IP_MSS (line 1634) | IP_MSS = 0x240 constant IP_MTU (line 1635) | IP_MTU = 0xe constant IP_MTU_DISCOVER (line 1636) | IP_MTU_DISCOVER = 0xa constant IP_MULTICAST_ALL (line 1637) | IP_MULTICAST_ALL = 0x31 constant IP_MULTICAST_IF (line 1638) | IP_MULTICAST_IF = 0x20 constant IP_MULTICAST_LOOP (line 1639) | IP_MULTICAST_LOOP = 0x22 constant IP_MULTICAST_TTL (line 1640) | IP_MULTICAST_TTL = 0x21 constant IP_NODEFRAG (line 1641) | IP_NODEFRAG = 0x16 constant IP_OFFMASK (line 1642) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 1643) | IP_OPTIONS = 0x4 constant IP_ORIGDSTADDR (line 1644) | IP_ORIGDSTADDR = 0x14 constant IP_PASSSEC (line 1645) | IP_PASSSEC = 0x12 constant IP_PKTINFO (line 1646) | IP_PKTINFO = 0x8 constant IP_PKTOPTIONS (line 1647) | IP_PKTOPTIONS = 0x9 constant IP_PMTUDISC (line 1648) | IP_PMTUDISC = 0xa constant IP_PMTUDISC_DO (line 1649) | IP_PMTUDISC_DO = 0x2 constant IP_PMTUDISC_DONT (line 1650) | IP_PMTUDISC_DONT = 0x0 constant IP_PMTUDISC_INTERFACE (line 1651) | IP_PMTUDISC_INTERFACE = 0x4 constant IP_PMTUDISC_OMIT (line 1652) | IP_PMTUDISC_OMIT = 0x5 constant IP_PMTUDISC_PROBE (line 1653) | IP_PMTUDISC_PROBE = 0x3 constant IP_PMTUDISC_WANT (line 1654) | IP_PMTUDISC_WANT = 0x1 constant IP_RECVERR (line 1655) | IP_RECVERR = 0xb constant IP_RECVERR_RFC4884 (line 1656) | IP_RECVERR_RFC4884 = 0x1a constant IP_RECVFRAGSIZE (line 1657) | IP_RECVFRAGSIZE = 0x19 constant IP_RECVOPTS (line 1658) | IP_RECVOPTS = 0x6 constant IP_RECVORIGDSTADDR (line 1659) | IP_RECVORIGDSTADDR = 0x14 constant IP_RECVRETOPTS (line 1660) | IP_RECVRETOPTS = 0x7 constant IP_RECVTOS (line 1661) | IP_RECVTOS = 0xd constant IP_RECVTTL (line 1662) | IP_RECVTTL = 0xc constant IP_RETOPTS (line 1663) | IP_RETOPTS = 0x7 constant IP_RF (line 1664) | IP_RF = 0x8000 constant IP_ROUTER_ALERT (line 1665) | IP_ROUTER_ALERT = 0x5 constant IP_TOS (line 1666) | IP_TOS = 0x1 constant IP_TRANSPARENT (line 1667) | IP_TRANSPARENT = 0x13 constant IP_TTL (line 1668) | IP_TTL = 0x2 constant IP_UNBLOCK_SOURCE (line 1669) | IP_UNBLOCK_SOURCE = 0x25 constant IP_UNICAST_IF (line 1670) | IP_UNICAST_IF = 0x32 constant IP_USER_FLOW (line 1671) | IP_USER_FLOW = 0xd constant IP_XFRM_POLICY (line 1672) | IP_XFRM_POLICY = 0x11 constant ISOFS_SUPER_MAGIC (line 1673) | ISOFS_SUPER_MAGIC = 0x9660 constant ISTRIP (line 1674) | ISTRIP = 0x20 constant ITIMER_PROF (line 1675) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 1676) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 1677) | ITIMER_VIRTUAL = 0x1 constant IUTF8 (line 1678) | IUTF8 = 0x4000 constant IXANY (line 1679) | IXANY = 0x800 constant JFFS2_SUPER_MAGIC (line 1680) | JFFS2_SUPER_MAGIC = 0x72b6 constant KCMPROTO_CONNECTED (line 1681) | KCMPROTO_CONNECTED = 0x0 constant KCM_RECV_DISABLE (line 1682) | KCM_RECV_DISABLE = 0x1 constant KEXEC_ARCH_386 (line 1683) | KEXEC_ARCH_386 = 0x30000 constant KEXEC_ARCH_68K (line 1684) | KEXEC_ARCH_68K = 0x40000 constant KEXEC_ARCH_AARCH64 (line 1685) | KEXEC_ARCH_AARCH64 = 0xb70000 constant KEXEC_ARCH_ARM (line 1686) | KEXEC_ARCH_ARM = 0x280000 constant KEXEC_ARCH_DEFAULT (line 1687) | KEXEC_ARCH_DEFAULT = 0x0 constant KEXEC_ARCH_IA_64 (line 1688) | KEXEC_ARCH_IA_64 = 0x320000 constant KEXEC_ARCH_LOONGARCH (line 1689) | KEXEC_ARCH_LOONGARCH = 0x1020000 constant KEXEC_ARCH_MASK (line 1690) | KEXEC_ARCH_MASK = 0xffff0000 constant KEXEC_ARCH_MIPS (line 1691) | KEXEC_ARCH_MIPS = 0x80000 constant KEXEC_ARCH_MIPS_LE (line 1692) | KEXEC_ARCH_MIPS_LE = 0xa0000 constant KEXEC_ARCH_PARISC (line 1693) | KEXEC_ARCH_PARISC = 0xf0000 constant KEXEC_ARCH_PPC (line 1694) | KEXEC_ARCH_PPC = 0x140000 constant KEXEC_ARCH_PPC64 (line 1695) | KEXEC_ARCH_PPC64 = 0x150000 constant KEXEC_ARCH_RISCV (line 1696) | KEXEC_ARCH_RISCV = 0xf30000 constant KEXEC_ARCH_S390 (line 1697) | KEXEC_ARCH_S390 = 0x160000 constant KEXEC_ARCH_SH (line 1698) | KEXEC_ARCH_SH = 0x2a0000 constant KEXEC_ARCH_X86_64 (line 1699) | KEXEC_ARCH_X86_64 = 0x3e0000 constant KEXEC_FILE_NO_INITRAMFS (line 1700) | KEXEC_FILE_NO_INITRAMFS = 0x4 constant KEXEC_FILE_ON_CRASH (line 1701) | KEXEC_FILE_ON_CRASH = 0x2 constant KEXEC_FILE_UNLOAD (line 1702) | KEXEC_FILE_UNLOAD = 0x1 constant KEXEC_ON_CRASH (line 1703) | KEXEC_ON_CRASH = 0x1 constant KEXEC_PRESERVE_CONTEXT (line 1704) | KEXEC_PRESERVE_CONTEXT = 0x2 constant KEXEC_SEGMENT_MAX (line 1705) | KEXEC_SEGMENT_MAX = 0x10 constant KEXEC_UPDATE_ELFCOREHDR (line 1706) | KEXEC_UPDATE_ELFCOREHDR = 0x4 constant KEYCTL_ASSUME_AUTHORITY (line 1707) | KEYCTL_ASSUME_AUTHORITY = 0x10 constant KEYCTL_CAPABILITIES (line 1708) | KEYCTL_CAPABILITIES = 0x1f constant KEYCTL_CAPS0_BIG_KEY (line 1709) | KEYCTL_CAPS0_BIG_KEY = 0x10 constant KEYCTL_CAPS0_CAPABILITIES (line 1710) | KEYCTL_CAPS0_CAPABILITIES = 0x1 constant KEYCTL_CAPS0_DIFFIE_HELLMAN (line 1711) | KEYCTL_CAPS0_DIFFIE_HELLMAN = 0x4 constant KEYCTL_CAPS0_INVALIDATE (line 1712) | KEYCTL_CAPS0_INVALIDATE = 0x20 constant KEYCTL_CAPS0_MOVE (line 1713) | KEYCTL_CAPS0_MOVE = 0x80 constant KEYCTL_CAPS0_PERSISTENT_KEYRINGS (line 1714) | KEYCTL_CAPS0_PERSISTENT_KEYRINGS = 0x2 constant KEYCTL_CAPS0_PUBLIC_KEY (line 1715) | KEYCTL_CAPS0_PUBLIC_KEY = 0x8 constant KEYCTL_CAPS0_RESTRICT_KEYRING (line 1716) | KEYCTL_CAPS0_RESTRICT_KEYRING = 0x40 constant KEYCTL_CAPS1_NOTIFICATIONS (line 1717) | KEYCTL_CAPS1_NOTIFICATIONS = 0x4 constant KEYCTL_CAPS1_NS_KEYRING_NAME (line 1718) | KEYCTL_CAPS1_NS_KEYRING_NAME = 0x1 constant KEYCTL_CAPS1_NS_KEY_TAG (line 1719) | KEYCTL_CAPS1_NS_KEY_TAG = 0x2 constant KEYCTL_CHOWN (line 1720) | KEYCTL_CHOWN = 0x4 constant KEYCTL_CLEAR (line 1721) | KEYCTL_CLEAR = 0x7 constant KEYCTL_DESCRIBE (line 1722) | KEYCTL_DESCRIBE = 0x6 constant KEYCTL_DH_COMPUTE (line 1723) | KEYCTL_DH_COMPUTE = 0x17 constant KEYCTL_GET_KEYRING_ID (line 1724) | KEYCTL_GET_KEYRING_ID = 0x0 constant KEYCTL_GET_PERSISTENT (line 1725) | KEYCTL_GET_PERSISTENT = 0x16 constant KEYCTL_GET_SECURITY (line 1726) | KEYCTL_GET_SECURITY = 0x11 constant KEYCTL_INSTANTIATE (line 1727) | KEYCTL_INSTANTIATE = 0xc constant KEYCTL_INSTANTIATE_IOV (line 1728) | KEYCTL_INSTANTIATE_IOV = 0x14 constant KEYCTL_INVALIDATE (line 1729) | KEYCTL_INVALIDATE = 0x15 constant KEYCTL_JOIN_SESSION_KEYRING (line 1730) | KEYCTL_JOIN_SESSION_KEYRING = 0x1 constant KEYCTL_LINK (line 1731) | KEYCTL_LINK = 0x8 constant KEYCTL_MOVE (line 1732) | KEYCTL_MOVE = 0x1e constant KEYCTL_MOVE_EXCL (line 1733) | KEYCTL_MOVE_EXCL = 0x1 constant KEYCTL_NEGATE (line 1734) | KEYCTL_NEGATE = 0xd constant KEYCTL_PKEY_DECRYPT (line 1735) | KEYCTL_PKEY_DECRYPT = 0x1a constant KEYCTL_PKEY_ENCRYPT (line 1736) | KEYCTL_PKEY_ENCRYPT = 0x19 constant KEYCTL_PKEY_QUERY (line 1737) | KEYCTL_PKEY_QUERY = 0x18 constant KEYCTL_PKEY_SIGN (line 1738) | KEYCTL_PKEY_SIGN = 0x1b constant KEYCTL_PKEY_VERIFY (line 1739) | KEYCTL_PKEY_VERIFY = 0x1c constant KEYCTL_READ (line 1740) | KEYCTL_READ = 0xb constant KEYCTL_REJECT (line 1741) | KEYCTL_REJECT = 0x13 constant KEYCTL_RESTRICT_KEYRING (line 1742) | KEYCTL_RESTRICT_KEYRING = 0x1d constant KEYCTL_REVOKE (line 1743) | KEYCTL_REVOKE = 0x3 constant KEYCTL_SEARCH (line 1744) | KEYCTL_SEARCH = 0xa constant KEYCTL_SESSION_TO_PARENT (line 1745) | KEYCTL_SESSION_TO_PARENT = 0x12 constant KEYCTL_SETPERM (line 1746) | KEYCTL_SETPERM = 0x5 constant KEYCTL_SET_REQKEY_KEYRING (line 1747) | KEYCTL_SET_REQKEY_KEYRING = 0xe constant KEYCTL_SET_TIMEOUT (line 1748) | KEYCTL_SET_TIMEOUT = 0xf constant KEYCTL_SUPPORTS_DECRYPT (line 1749) | KEYCTL_SUPPORTS_DECRYPT = 0x2 constant KEYCTL_SUPPORTS_ENCRYPT (line 1750) | KEYCTL_SUPPORTS_ENCRYPT = 0x1 constant KEYCTL_SUPPORTS_SIGN (line 1751) | KEYCTL_SUPPORTS_SIGN = 0x4 constant KEYCTL_SUPPORTS_VERIFY (line 1752) | KEYCTL_SUPPORTS_VERIFY = 0x8 constant KEYCTL_UNLINK (line 1753) | KEYCTL_UNLINK = 0x9 constant KEYCTL_UPDATE (line 1754) | KEYCTL_UPDATE = 0x2 constant KEYCTL_WATCH_KEY (line 1755) | KEYCTL_WATCH_KEY = 0x20 constant KEY_REQKEY_DEFL_DEFAULT (line 1756) | KEY_REQKEY_DEFL_DEFAULT = 0x0 constant KEY_REQKEY_DEFL_GROUP_KEYRING (line 1757) | KEY_REQKEY_DEFL_GROUP_KEYRING = 0x6 constant KEY_REQKEY_DEFL_NO_CHANGE (line 1758) | KEY_REQKEY_DEFL_NO_CHANGE = -0x1 constant KEY_REQKEY_DEFL_PROCESS_KEYRING (line 1759) | KEY_REQKEY_DEFL_PROCESS_KEYRING = 0x2 constant KEY_REQKEY_DEFL_REQUESTOR_KEYRING (line 1760) | KEY_REQKEY_DEFL_REQUESTOR_KEYRING = 0x7 constant KEY_REQKEY_DEFL_SESSION_KEYRING (line 1761) | KEY_REQKEY_DEFL_SESSION_KEYRING = 0x3 constant KEY_REQKEY_DEFL_THREAD_KEYRING (line 1762) | KEY_REQKEY_DEFL_THREAD_KEYRING = 0x1 constant KEY_REQKEY_DEFL_USER_KEYRING (line 1763) | KEY_REQKEY_DEFL_USER_KEYRING = 0x4 constant KEY_REQKEY_DEFL_USER_SESSION_KEYRING (line 1764) | KEY_REQKEY_DEFL_USER_SESSION_KEYRING = 0x5 constant KEY_SPEC_GROUP_KEYRING (line 1765) | KEY_SPEC_GROUP_KEYRING = -0x6 constant KEY_SPEC_PROCESS_KEYRING (line 1766) | KEY_SPEC_PROCESS_KEYRING = -0x2 constant KEY_SPEC_REQKEY_AUTH_KEY (line 1767) | KEY_SPEC_REQKEY_AUTH_KEY = -0x7 constant KEY_SPEC_REQUESTOR_KEYRING (line 1768) | KEY_SPEC_REQUESTOR_KEYRING = -0x8 constant KEY_SPEC_SESSION_KEYRING (line 1769) | KEY_SPEC_SESSION_KEYRING = -0x3 constant KEY_SPEC_THREAD_KEYRING (line 1770) | KEY_SPEC_THREAD_KEYRING = -0x1 constant KEY_SPEC_USER_KEYRING (line 1771) | KEY_SPEC_USER_KEYRING = -0x4 constant KEY_SPEC_USER_SESSION_KEYRING (line 1772) | KEY_SPEC_USER_SESSION_KEYRING = -0x5 constant LANDLOCK_ACCESS_FS_EXECUTE (line 1773) | LANDLOCK_ACCESS_FS_EXECUTE = 0x1 constant LANDLOCK_ACCESS_FS_MAKE_BLOCK (line 1774) | LANDLOCK_ACCESS_FS_MAKE_BLOCK = 0x800 constant LANDLOCK_ACCESS_FS_MAKE_CHAR (line 1775) | LANDLOCK_ACCESS_FS_MAKE_CHAR = 0x40 constant LANDLOCK_ACCESS_FS_MAKE_DIR (line 1776) | LANDLOCK_ACCESS_FS_MAKE_DIR = 0x80 constant LANDLOCK_ACCESS_FS_MAKE_FIFO (line 1777) | LANDLOCK_ACCESS_FS_MAKE_FIFO = 0x400 constant LANDLOCK_ACCESS_FS_MAKE_REG (line 1778) | LANDLOCK_ACCESS_FS_MAKE_REG = 0x100 constant LANDLOCK_ACCESS_FS_MAKE_SOCK (line 1779) | LANDLOCK_ACCESS_FS_MAKE_SOCK = 0x200 constant LANDLOCK_ACCESS_FS_MAKE_SYM (line 1780) | LANDLOCK_ACCESS_FS_MAKE_SYM = 0x1000 constant LANDLOCK_ACCESS_FS_READ_DIR (line 1781) | LANDLOCK_ACCESS_FS_READ_DIR = 0x8 constant LANDLOCK_ACCESS_FS_READ_FILE (line 1782) | LANDLOCK_ACCESS_FS_READ_FILE = 0x4 constant LANDLOCK_ACCESS_FS_REFER (line 1783) | LANDLOCK_ACCESS_FS_REFER = 0x2000 constant LANDLOCK_ACCESS_FS_REMOVE_DIR (line 1784) | LANDLOCK_ACCESS_FS_REMOVE_DIR = 0x10 constant LANDLOCK_ACCESS_FS_REMOVE_FILE (line 1785) | LANDLOCK_ACCESS_FS_REMOVE_FILE = 0x20 constant LANDLOCK_ACCESS_FS_TRUNCATE (line 1786) | LANDLOCK_ACCESS_FS_TRUNCATE = 0x4000 constant LANDLOCK_ACCESS_FS_WRITE_FILE (line 1787) | LANDLOCK_ACCESS_FS_WRITE_FILE = 0x2 constant LANDLOCK_CREATE_RULESET_VERSION (line 1788) | LANDLOCK_CREATE_RULESET_VERSION = 0x1 constant LINUX_REBOOT_CMD_CAD_OFF (line 1789) | LINUX_REBOOT_CMD_CAD_OFF = 0x0 constant LINUX_REBOOT_CMD_CAD_ON (line 1790) | LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef constant LINUX_REBOOT_CMD_HALT (line 1791) | LINUX_REBOOT_CMD_HALT = 0xcdef0123 constant LINUX_REBOOT_CMD_KEXEC (line 1792) | LINUX_REBOOT_CMD_KEXEC = 0x45584543 constant LINUX_REBOOT_CMD_POWER_OFF (line 1793) | LINUX_REBOOT_CMD_POWER_OFF = 0x4321fedc constant LINUX_REBOOT_CMD_RESTART (line 1794) | LINUX_REBOOT_CMD_RESTART = 0x1234567 constant LINUX_REBOOT_CMD_RESTART2 (line 1795) | LINUX_REBOOT_CMD_RESTART2 = 0xa1b2c3d4 constant LINUX_REBOOT_CMD_SW_SUSPEND (line 1796) | LINUX_REBOOT_CMD_SW_SUSPEND = 0xd000fce2 constant LINUX_REBOOT_MAGIC1 (line 1797) | LINUX_REBOOT_MAGIC1 = 0xfee1dead constant LINUX_REBOOT_MAGIC2 (line 1798) | LINUX_REBOOT_MAGIC2 = 0x28121969 constant LOCK_EX (line 1799) | LOCK_EX = 0x2 constant LOCK_NB (line 1800) | LOCK_NB = 0x4 constant LOCK_SH (line 1801) | LOCK_SH = 0x1 constant LOCK_UN (line 1802) | LOCK_UN = 0x8 constant LOOP_CLR_FD (line 1803) | LOOP_CLR_FD = 0x4c01 constant LOOP_CONFIGURE (line 1804) | LOOP_CONFIGURE = 0x4c0a constant LOOP_CTL_ADD (line 1805) | LOOP_CTL_ADD = 0x4c80 constant LOOP_CTL_GET_FREE (line 1806) | LOOP_CTL_GET_FREE = 0x4c82 constant LOOP_CTL_REMOVE (line 1807) | LOOP_CTL_REMOVE = 0x4c81 constant LOOP_GET_STATUS (line 1808) | LOOP_GET_STATUS = 0x4c03 constant LOOP_GET_STATUS64 (line 1809) | LOOP_GET_STATUS64 = 0x4c05 constant LOOP_SET_BLOCK_SIZE (line 1810) | LOOP_SET_BLOCK_SIZE = 0x4c09 constant LOOP_SET_CAPACITY (line 1811) | LOOP_SET_CAPACITY = 0x4c07 constant LOOP_SET_DIRECT_IO (line 1812) | LOOP_SET_DIRECT_IO = 0x4c08 constant LOOP_SET_FD (line 1813) | LOOP_SET_FD = 0x4c00 constant LOOP_SET_STATUS (line 1814) | LOOP_SET_STATUS = 0x4c02 constant LOOP_SET_STATUS64 (line 1815) | LOOP_SET_STATUS64 = 0x4c04 constant LOOP_SET_STATUS_CLEARABLE_FLAGS (line 1816) | LOOP_SET_STATUS_CLEARABLE_FLAGS = 0x4 constant LOOP_SET_STATUS_SETTABLE_FLAGS (line 1817) | LOOP_SET_STATUS_SETTABLE_FLAGS = 0xc constant LO_KEY_SIZE (line 1818) | LO_KEY_SIZE = 0x20 constant LO_NAME_SIZE (line 1819) | LO_NAME_SIZE = 0x40 constant LWTUNNEL_IP6_MAX (line 1820) | LWTUNNEL_IP6_MAX = 0x8 constant LWTUNNEL_IP_MAX (line 1821) | LWTUNNEL_IP_MAX = 0x8 constant LWTUNNEL_IP_OPTS_MAX (line 1822) | LWTUNNEL_IP_OPTS_MAX = 0x3 constant LWTUNNEL_IP_OPT_ERSPAN_MAX (line 1823) | LWTUNNEL_IP_OPT_ERSPAN_MAX = 0x4 constant LWTUNNEL_IP_OPT_GENEVE_MAX (line 1824) | LWTUNNEL_IP_OPT_GENEVE_MAX = 0x3 constant LWTUNNEL_IP_OPT_VXLAN_MAX (line 1825) | LWTUNNEL_IP_OPT_VXLAN_MAX = 0x1 constant MADV_COLD (line 1826) | MADV_COLD = 0x14 constant MADV_COLLAPSE (line 1827) | MADV_COLLAPSE = 0x19 constant MADV_DODUMP (line 1828) | MADV_DODUMP = 0x11 constant MADV_DOFORK (line 1829) | MADV_DOFORK = 0xb constant MADV_DONTDUMP (line 1830) | MADV_DONTDUMP = 0x10 constant MADV_DONTFORK (line 1831) | MADV_DONTFORK = 0xa constant MADV_DONTNEED (line 1832) | MADV_DONTNEED = 0x4 constant MADV_DONTNEED_LOCKED (line 1833) | MADV_DONTNEED_LOCKED = 0x18 constant MADV_FREE (line 1834) | MADV_FREE = 0x8 constant MADV_HUGEPAGE (line 1835) | MADV_HUGEPAGE = 0xe constant MADV_HWPOISON (line 1836) | MADV_HWPOISON = 0x64 constant MADV_KEEPONFORK (line 1837) | MADV_KEEPONFORK = 0x13 constant MADV_MERGEABLE (line 1838) | MADV_MERGEABLE = 0xc constant MADV_NOHUGEPAGE (line 1839) | MADV_NOHUGEPAGE = 0xf constant MADV_NORMAL (line 1840) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 1841) | MADV_PAGEOUT = 0x15 constant MADV_POPULATE_READ (line 1842) | MADV_POPULATE_READ = 0x16 constant MADV_POPULATE_WRITE (line 1843) | MADV_POPULATE_WRITE = 0x17 constant MADV_RANDOM (line 1844) | MADV_RANDOM = 0x1 constant MADV_REMOVE (line 1845) | MADV_REMOVE = 0x9 constant MADV_SEQUENTIAL (line 1846) | MADV_SEQUENTIAL = 0x2 constant MADV_UNMERGEABLE (line 1847) | MADV_UNMERGEABLE = 0xd constant MADV_WILLNEED (line 1848) | MADV_WILLNEED = 0x3 constant MADV_WIPEONFORK (line 1849) | MADV_WIPEONFORK = 0x12 constant MAP_FILE (line 1850) | MAP_FILE = 0x0 constant MAP_FIXED (line 1851) | MAP_FIXED = 0x10 constant MAP_FIXED_NOREPLACE (line 1852) | MAP_FIXED_NOREPLACE = 0x100000 constant MAP_HUGE_MASK (line 1853) | MAP_HUGE_MASK = 0x3f constant MAP_HUGE_SHIFT (line 1854) | MAP_HUGE_SHIFT = 0x1a constant MAP_PRIVATE (line 1855) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 1856) | MAP_SHARED = 0x1 constant MAP_SHARED_VALIDATE (line 1857) | MAP_SHARED_VALIDATE = 0x3 constant MAP_TYPE (line 1858) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 1859) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 1860) | MCAST_EXCLUDE = 0x0 constant MCAST_INCLUDE (line 1861) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1862) | MCAST_JOIN_GROUP = 0x2a constant MCAST_JOIN_SOURCE_GROUP (line 1863) | MCAST_JOIN_SOURCE_GROUP = 0x2e constant MCAST_LEAVE_GROUP (line 1864) | MCAST_LEAVE_GROUP = 0x2d constant MCAST_LEAVE_SOURCE_GROUP (line 1865) | MCAST_LEAVE_SOURCE_GROUP = 0x2f constant MCAST_MSFILTER (line 1866) | MCAST_MSFILTER = 0x30 constant MCAST_UNBLOCK_SOURCE (line 1867) | MCAST_UNBLOCK_SOURCE = 0x2c constant MEMGETREGIONINFO (line 1868) | MEMGETREGIONINFO = 0xc0104d08 constant MEMREADOOB64 (line 1869) | MEMREADOOB64 = 0xc0184d16 constant MEMWRITE (line 1870) | MEMWRITE = 0xc0304d18 constant MEMWRITEOOB64 (line 1871) | MEMWRITEOOB64 = 0xc0184d15 constant MFD_ALLOW_SEALING (line 1872) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1873) | MFD_CLOEXEC = 0x1 constant MFD_EXEC (line 1874) | MFD_EXEC = 0x10 constant MFD_HUGETLB (line 1875) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1876) | MFD_HUGE_16GB = 0x88000000 constant MFD_HUGE_16MB (line 1877) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1878) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1879) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1880) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1881) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1882) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1883) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1884) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1885) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1886) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1887) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1888) | MFD_HUGE_MASK = 0x3f constant MFD_HUGE_SHIFT (line 1889) | MFD_HUGE_SHIFT = 0x1a constant MFD_NOEXEC_SEAL (line 1890) | MFD_NOEXEC_SEAL = 0x8 constant MINIX2_SUPER_MAGIC (line 1891) | MINIX2_SUPER_MAGIC = 0x2468 constant MINIX2_SUPER_MAGIC2 (line 1892) | MINIX2_SUPER_MAGIC2 = 0x2478 constant MINIX3_SUPER_MAGIC (line 1893) | MINIX3_SUPER_MAGIC = 0x4d5a constant MINIX_SUPER_MAGIC (line 1894) | MINIX_SUPER_MAGIC = 0x137f constant MINIX_SUPER_MAGIC2 (line 1895) | MINIX_SUPER_MAGIC2 = 0x138f constant MNT_DETACH (line 1896) | MNT_DETACH = 0x2 constant MNT_EXPIRE (line 1897) | MNT_EXPIRE = 0x4 constant MNT_FORCE (line 1898) | MNT_FORCE = 0x1 constant MODULE_INIT_COMPRESSED_FILE (line 1899) | MODULE_INIT_COMPRESSED_FILE = 0x4 constant MODULE_INIT_IGNORE_MODVERSIONS (line 1900) | MODULE_INIT_IGNORE_MODVERSIONS = 0x1 constant MODULE_INIT_IGNORE_VERMAGIC (line 1901) | MODULE_INIT_IGNORE_VERMAGIC = 0x2 constant MOUNT_ATTR_IDMAP (line 1902) | MOUNT_ATTR_IDMAP = 0x100000 constant MOUNT_ATTR_NOATIME (line 1903) | MOUNT_ATTR_NOATIME = 0x10 constant MOUNT_ATTR_NODEV (line 1904) | MOUNT_ATTR_NODEV = 0x4 constant MOUNT_ATTR_NODIRATIME (line 1905) | MOUNT_ATTR_NODIRATIME = 0x80 constant MOUNT_ATTR_NOEXEC (line 1906) | MOUNT_ATTR_NOEXEC = 0x8 constant MOUNT_ATTR_NOSUID (line 1907) | MOUNT_ATTR_NOSUID = 0x2 constant MOUNT_ATTR_NOSYMFOLLOW (line 1908) | MOUNT_ATTR_NOSYMFOLLOW = 0x200000 constant MOUNT_ATTR_RDONLY (line 1909) | MOUNT_ATTR_RDONLY = 0x1 constant MOUNT_ATTR_RELATIME (line 1910) | MOUNT_ATTR_RELATIME = 0x0 constant MOUNT_ATTR_SIZE_VER0 (line 1911) | MOUNT_ATTR_SIZE_VER0 = 0x20 constant MOUNT_ATTR_STRICTATIME (line 1912) | MOUNT_ATTR_STRICTATIME = 0x20 constant MOUNT_ATTR__ATIME (line 1913) | MOUNT_ATTR__ATIME = 0x70 constant MREMAP_DONTUNMAP (line 1914) | MREMAP_DONTUNMAP = 0x4 constant MREMAP_FIXED (line 1915) | MREMAP_FIXED = 0x2 constant MREMAP_MAYMOVE (line 1916) | MREMAP_MAYMOVE = 0x1 constant MSDOS_SUPER_MAGIC (line 1917) | MSDOS_SUPER_MAGIC = 0x4d44 constant MSG_BATCH (line 1918) | MSG_BATCH = 0x40000 constant MSG_CMSG_CLOEXEC (line 1919) | MSG_CMSG_CLOEXEC = 0x40000000 constant MSG_CONFIRM (line 1920) | MSG_CONFIRM = 0x800 constant MSG_CTRUNC (line 1921) | MSG_CTRUNC = 0x8 constant MSG_DONTROUTE (line 1922) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1923) | MSG_DONTWAIT = 0x40 constant MSG_EOR (line 1924) | MSG_EOR = 0x80 constant MSG_ERRQUEUE (line 1925) | MSG_ERRQUEUE = 0x2000 constant MSG_FASTOPEN (line 1926) | MSG_FASTOPEN = 0x20000000 constant MSG_FIN (line 1927) | MSG_FIN = 0x200 constant MSG_MORE (line 1928) | MSG_MORE = 0x8000 constant MSG_NOSIGNAL (line 1929) | MSG_NOSIGNAL = 0x4000 constant MSG_OOB (line 1930) | MSG_OOB = 0x1 constant MSG_PEEK (line 1931) | MSG_PEEK = 0x2 constant MSG_PROXY (line 1932) | MSG_PROXY = 0x10 constant MSG_RST (line 1933) | MSG_RST = 0x1000 constant MSG_SYN (line 1934) | MSG_SYN = 0x400 constant MSG_TRUNC (line 1935) | MSG_TRUNC = 0x20 constant MSG_TRYHARD (line 1936) | MSG_TRYHARD = 0x4 constant MSG_WAITALL (line 1937) | MSG_WAITALL = 0x100 constant MSG_WAITFORONE (line 1938) | MSG_WAITFORONE = 0x10000 constant MSG_ZEROCOPY (line 1939) | MSG_ZEROCOPY = 0x4000000 constant MS_ACTIVE (line 1940) | MS_ACTIVE = 0x40000000 constant MS_ASYNC (line 1941) | MS_ASYNC = 0x1 constant MS_BIND (line 1942) | MS_BIND = 0x1000 constant MS_BORN (line 1943) | MS_BORN = 0x20000000 constant MS_DIRSYNC (line 1944) | MS_DIRSYNC = 0x80 constant MS_INVALIDATE (line 1945) | MS_INVALIDATE = 0x2 constant MS_I_VERSION (line 1946) | MS_I_VERSION = 0x800000 constant MS_KERNMOUNT (line 1947) | MS_KERNMOUNT = 0x400000 constant MS_LAZYTIME (line 1948) | MS_LAZYTIME = 0x2000000 constant MS_MANDLOCK (line 1949) | MS_MANDLOCK = 0x40 constant MS_MGC_MSK (line 1950) | MS_MGC_MSK = 0xffff0000 constant MS_MGC_VAL (line 1951) | MS_MGC_VAL = 0xc0ed0000 constant MS_MOVE (line 1952) | MS_MOVE = 0x2000 constant MS_NOATIME (line 1953) | MS_NOATIME = 0x400 constant MS_NODEV (line 1954) | MS_NODEV = 0x4 constant MS_NODIRATIME (line 1955) | MS_NODIRATIME = 0x800 constant MS_NOEXEC (line 1956) | MS_NOEXEC = 0x8 constant MS_NOREMOTELOCK (line 1957) | MS_NOREMOTELOCK = 0x8000000 constant MS_NOSEC (line 1958) | MS_NOSEC = 0x10000000 constant MS_NOSUID (line 1959) | MS_NOSUID = 0x2 constant MS_NOSYMFOLLOW (line 1960) | MS_NOSYMFOLLOW = 0x100 constant MS_NOUSER (line 1961) | MS_NOUSER = -0x80000000 constant MS_POSIXACL (line 1962) | MS_POSIXACL = 0x10000 constant MS_PRIVATE (line 1963) | MS_PRIVATE = 0x40000 constant MS_RDONLY (line 1964) | MS_RDONLY = 0x1 constant MS_REC (line 1965) | MS_REC = 0x4000 constant MS_RELATIME (line 1966) | MS_RELATIME = 0x200000 constant MS_REMOUNT (line 1967) | MS_REMOUNT = 0x20 constant MS_RMT_MASK (line 1968) | MS_RMT_MASK = 0x2800051 constant MS_SHARED (line 1969) | MS_SHARED = 0x100000 constant MS_SILENT (line 1970) | MS_SILENT = 0x8000 constant MS_SLAVE (line 1971) | MS_SLAVE = 0x80000 constant MS_STRICTATIME (line 1972) | MS_STRICTATIME = 0x1000000 constant MS_SUBMOUNT (line 1973) | MS_SUBMOUNT = 0x4000000 constant MS_SYNC (line 1974) | MS_SYNC = 0x4 constant MS_SYNCHRONOUS (line 1975) | MS_SYNCHRONOUS = 0x10 constant MS_UNBINDABLE (line 1976) | MS_UNBINDABLE = 0x20000 constant MS_VERBOSE (line 1977) | MS_VERBOSE = 0x8000 constant MTD_ABSENT (line 1978) | MTD_ABSENT = 0x0 constant MTD_BIT_WRITEABLE (line 1979) | MTD_BIT_WRITEABLE = 0x800 constant MTD_CAP_NANDFLASH (line 1980) | MTD_CAP_NANDFLASH = 0x400 constant MTD_CAP_NORFLASH (line 1981) | MTD_CAP_NORFLASH = 0xc00 constant MTD_CAP_NVRAM (line 1982) | MTD_CAP_NVRAM = 0x1c00 constant MTD_CAP_RAM (line 1983) | MTD_CAP_RAM = 0x1c00 constant MTD_CAP_ROM (line 1984) | MTD_CAP_ROM = 0x0 constant MTD_DATAFLASH (line 1985) | MTD_DATAFLASH = 0x6 constant MTD_INODE_FS_MAGIC (line 1986) | MTD_INODE_FS_MAGIC = 0x11307854 constant MTD_MAX_ECCPOS_ENTRIES (line 1987) | MTD_MAX_ECCPOS_ENTRIES = 0x40 constant MTD_MAX_OOBFREE_ENTRIES (line 1988) | MTD_MAX_OOBFREE_ENTRIES = 0x8 constant MTD_MLCNANDFLASH (line 1989) | MTD_MLCNANDFLASH = 0x8 constant MTD_NANDECC_AUTOPLACE (line 1990) | MTD_NANDECC_AUTOPLACE = 0x2 constant MTD_NANDECC_AUTOPL_USR (line 1991) | MTD_NANDECC_AUTOPL_USR = 0x4 constant MTD_NANDECC_OFF (line 1992) | MTD_NANDECC_OFF = 0x0 constant MTD_NANDECC_PLACE (line 1993) | MTD_NANDECC_PLACE = 0x1 constant MTD_NANDECC_PLACEONLY (line 1994) | MTD_NANDECC_PLACEONLY = 0x3 constant MTD_NANDFLASH (line 1995) | MTD_NANDFLASH = 0x4 constant MTD_NORFLASH (line 1996) | MTD_NORFLASH = 0x3 constant MTD_NO_ERASE (line 1997) | MTD_NO_ERASE = 0x1000 constant MTD_OTP_FACTORY (line 1998) | MTD_OTP_FACTORY = 0x1 constant MTD_OTP_OFF (line 1999) | MTD_OTP_OFF = 0x0 constant MTD_OTP_USER (line 2000) | MTD_OTP_USER = 0x2 constant MTD_POWERUP_LOCK (line 2001) | MTD_POWERUP_LOCK = 0x2000 constant MTD_RAM (line 2002) | MTD_RAM = 0x1 constant MTD_ROM (line 2003) | MTD_ROM = 0x2 constant MTD_SLC_ON_MLC_EMULATION (line 2004) | MTD_SLC_ON_MLC_EMULATION = 0x4000 constant MTD_UBIVOLUME (line 2005) | MTD_UBIVOLUME = 0x7 constant MTD_WRITEABLE (line 2006) | MTD_WRITEABLE = 0x400 constant NAME_MAX (line 2007) | NAME_MAX = 0xff constant NCP_SUPER_MAGIC (line 2008) | NCP_SUPER_MAGIC = 0x564c constant NETLINK_ADD_MEMBERSHIP (line 2009) | NETLINK_ADD_MEMBERSHIP = 0x1 constant NETLINK_AUDIT (line 2010) | NETLINK_AUDIT = 0x9 constant NETLINK_BROADCAST_ERROR (line 2011) | NETLINK_BROADCAST_ERROR = 0x4 constant NETLINK_CAP_ACK (line 2012) | NETLINK_CAP_ACK = 0xa constant NETLINK_CONNECTOR (line 2013) | NETLINK_CONNECTOR = 0xb constant NETLINK_CRYPTO (line 2014) | NETLINK_CRYPTO = 0x15 constant NETLINK_DNRTMSG (line 2015) | NETLINK_DNRTMSG = 0xe constant NETLINK_DROP_MEMBERSHIP (line 2016) | NETLINK_DROP_MEMBERSHIP = 0x2 constant NETLINK_ECRYPTFS (line 2017) | NETLINK_ECRYPTFS = 0x13 constant NETLINK_EXT_ACK (line 2018) | NETLINK_EXT_ACK = 0xb constant NETLINK_FIB_LOOKUP (line 2019) | NETLINK_FIB_LOOKUP = 0xa constant NETLINK_FIREWALL (line 2020) | NETLINK_FIREWALL = 0x3 constant NETLINK_GENERIC (line 2021) | NETLINK_GENERIC = 0x10 constant NETLINK_GET_STRICT_CHK (line 2022) | NETLINK_GET_STRICT_CHK = 0xc constant NETLINK_INET_DIAG (line 2023) | NETLINK_INET_DIAG = 0x4 constant NETLINK_IP6_FW (line 2024) | NETLINK_IP6_FW = 0xd constant NETLINK_ISCSI (line 2025) | NETLINK_ISCSI = 0x8 constant NETLINK_KOBJECT_UEVENT (line 2026) | NETLINK_KOBJECT_UEVENT = 0xf constant NETLINK_LISTEN_ALL_NSID (line 2027) | NETLINK_LISTEN_ALL_NSID = 0x8 constant NETLINK_LIST_MEMBERSHIPS (line 2028) | NETLINK_LIST_MEMBERSHIPS = 0x9 constant NETLINK_NETFILTER (line 2029) | NETLINK_NETFILTER = 0xc constant NETLINK_NFLOG (line 2030) | NETLINK_NFLOG = 0x5 constant NETLINK_NO_ENOBUFS (line 2031) | NETLINK_NO_ENOBUFS = 0x5 constant NETLINK_PKTINFO (line 2032) | NETLINK_PKTINFO = 0x3 constant NETLINK_RDMA (line 2033) | NETLINK_RDMA = 0x14 constant NETLINK_ROUTE (line 2034) | NETLINK_ROUTE = 0x0 constant NETLINK_RX_RING (line 2035) | NETLINK_RX_RING = 0x6 constant NETLINK_SCSITRANSPORT (line 2036) | NETLINK_SCSITRANSPORT = 0x12 constant NETLINK_SELINUX (line 2037) | NETLINK_SELINUX = 0x7 constant NETLINK_SMC (line 2038) | NETLINK_SMC = 0x16 constant NETLINK_SOCK_DIAG (line 2039) | NETLINK_SOCK_DIAG = 0x4 constant NETLINK_TX_RING (line 2040) | NETLINK_TX_RING = 0x7 constant NETLINK_UNUSED (line 2041) | NETLINK_UNUSED = 0x1 constant NETLINK_USERSOCK (line 2042) | NETLINK_USERSOCK = 0x2 constant NETLINK_XFRM (line 2043) | NETLINK_XFRM = 0x6 constant NETNSA_MAX (line 2044) | NETNSA_MAX = 0x5 constant NETNSA_NSID_NOT_ASSIGNED (line 2045) | NETNSA_NSID_NOT_ASSIGNED = -0x1 constant NFC_ATR_REQ_GB_MAXSIZE (line 2046) | NFC_ATR_REQ_GB_MAXSIZE = 0x30 constant NFC_ATR_REQ_MAXSIZE (line 2047) | NFC_ATR_REQ_MAXSIZE = 0x40 constant NFC_ATR_RES_GB_MAXSIZE (line 2048) | NFC_ATR_RES_GB_MAXSIZE = 0x2f constant NFC_ATR_RES_MAXSIZE (line 2049) | NFC_ATR_RES_MAXSIZE = 0x40 constant NFC_COMM_ACTIVE (line 2050) | NFC_COMM_ACTIVE = 0x0 constant NFC_COMM_PASSIVE (line 2051) | NFC_COMM_PASSIVE = 0x1 constant NFC_DEVICE_NAME_MAXSIZE (line 2052) | NFC_DEVICE_NAME_MAXSIZE = 0x8 constant NFC_DIRECTION_RX (line 2053) | NFC_DIRECTION_RX = 0x0 constant NFC_DIRECTION_TX (line 2054) | NFC_DIRECTION_TX = 0x1 constant NFC_FIRMWARE_NAME_MAXSIZE (line 2055) | NFC_FIRMWARE_NAME_MAXSIZE = 0x20 constant NFC_GB_MAXSIZE (line 2056) | NFC_GB_MAXSIZE = 0x30 constant NFC_GENL_MCAST_EVENT_NAME (line 2057) | NFC_GENL_MCAST_EVENT_NAME = "events" constant NFC_GENL_NAME (line 2058) | NFC_GENL_NAME = "nfc" constant NFC_GENL_VERSION (line 2059) | NFC_GENL_VERSION = 0x1 constant NFC_HEADER_SIZE (line 2060) | NFC_HEADER_SIZE = 0x1 constant NFC_ISO15693_UID_MAXSIZE (line 2061) | NFC_ISO15693_UID_MAXSIZE = 0x8 constant NFC_LLCP_MAX_SERVICE_NAME (line 2062) | NFC_LLCP_MAX_SERVICE_NAME = 0x3f constant NFC_LLCP_MIUX (line 2063) | NFC_LLCP_MIUX = 0x1 constant NFC_LLCP_REMOTE_LTO (line 2064) | NFC_LLCP_REMOTE_LTO = 0x3 constant NFC_LLCP_REMOTE_MIU (line 2065) | NFC_LLCP_REMOTE_MIU = 0x2 constant NFC_LLCP_REMOTE_RW (line 2066) | NFC_LLCP_REMOTE_RW = 0x4 constant NFC_LLCP_RW (line 2067) | NFC_LLCP_RW = 0x0 constant NFC_NFCID1_MAXSIZE (line 2068) | NFC_NFCID1_MAXSIZE = 0xa constant NFC_NFCID2_MAXSIZE (line 2069) | NFC_NFCID2_MAXSIZE = 0x8 constant NFC_NFCID3_MAXSIZE (line 2070) | NFC_NFCID3_MAXSIZE = 0xa constant NFC_PROTO_FELICA (line 2071) | NFC_PROTO_FELICA = 0x3 constant NFC_PROTO_FELICA_MASK (line 2072) | NFC_PROTO_FELICA_MASK = 0x8 constant NFC_PROTO_ISO14443 (line 2073) | NFC_PROTO_ISO14443 = 0x4 constant NFC_PROTO_ISO14443_B (line 2074) | NFC_PROTO_ISO14443_B = 0x6 constant NFC_PROTO_ISO14443_B_MASK (line 2075) | NFC_PROTO_ISO14443_B_MASK = 0x40 constant NFC_PROTO_ISO14443_MASK (line 2076) | NFC_PROTO_ISO14443_MASK = 0x10 constant NFC_PROTO_ISO15693 (line 2077) | NFC_PROTO_ISO15693 = 0x7 constant NFC_PROTO_ISO15693_MASK (line 2078) | NFC_PROTO_ISO15693_MASK = 0x80 constant NFC_PROTO_JEWEL (line 2079) | NFC_PROTO_JEWEL = 0x1 constant NFC_PROTO_JEWEL_MASK (line 2080) | NFC_PROTO_JEWEL_MASK = 0x2 constant NFC_PROTO_MAX (line 2081) | NFC_PROTO_MAX = 0x8 constant NFC_PROTO_MIFARE (line 2082) | NFC_PROTO_MIFARE = 0x2 constant NFC_PROTO_MIFARE_MASK (line 2083) | NFC_PROTO_MIFARE_MASK = 0x4 constant NFC_PROTO_NFC_DEP (line 2084) | NFC_PROTO_NFC_DEP = 0x5 constant NFC_PROTO_NFC_DEP_MASK (line 2085) | NFC_PROTO_NFC_DEP_MASK = 0x20 constant NFC_RAW_HEADER_SIZE (line 2086) | NFC_RAW_HEADER_SIZE = 0x2 constant NFC_RF_INITIATOR (line 2087) | NFC_RF_INITIATOR = 0x0 constant NFC_RF_NONE (line 2088) | NFC_RF_NONE = 0x2 constant NFC_RF_TARGET (line 2089) | NFC_RF_TARGET = 0x1 constant NFC_SENSB_RES_MAXSIZE (line 2090) | NFC_SENSB_RES_MAXSIZE = 0xc constant NFC_SENSF_RES_MAXSIZE (line 2091) | NFC_SENSF_RES_MAXSIZE = 0x12 constant NFC_SE_DISABLED (line 2092) | NFC_SE_DISABLED = 0x0 constant NFC_SE_EMBEDDED (line 2093) | NFC_SE_EMBEDDED = 0x2 constant NFC_SE_ENABLED (line 2094) | NFC_SE_ENABLED = 0x1 constant NFC_SE_UICC (line 2095) | NFC_SE_UICC = 0x1 constant NFC_SOCKPROTO_LLCP (line 2096) | NFC_SOCKPROTO_LLCP = 0x1 constant NFC_SOCKPROTO_MAX (line 2097) | NFC_SOCKPROTO_MAX = 0x2 constant NFC_SOCKPROTO_RAW (line 2098) | NFC_SOCKPROTO_RAW = 0x0 constant NFNETLINK_V0 (line 2099) | NFNETLINK_V0 = 0x0 constant NFNLGRP_ACCT_QUOTA (line 2100) | NFNLGRP_ACCT_QUOTA = 0x8 constant NFNLGRP_CONNTRACK_DESTROY (line 2101) | NFNLGRP_CONNTRACK_DESTROY = 0x3 constant NFNLGRP_CONNTRACK_EXP_DESTROY (line 2102) | NFNLGRP_CONNTRACK_EXP_DESTROY = 0x6 constant NFNLGRP_CONNTRACK_EXP_NEW (line 2103) | NFNLGRP_CONNTRACK_EXP_NEW = 0x4 constant NFNLGRP_CONNTRACK_EXP_UPDATE (line 2104) | NFNLGRP_CONNTRACK_EXP_UPDATE = 0x5 constant NFNLGRP_CONNTRACK_NEW (line 2105) | NFNLGRP_CONNTRACK_NEW = 0x1 constant NFNLGRP_CONNTRACK_UPDATE (line 2106) | NFNLGRP_CONNTRACK_UPDATE = 0x2 constant NFNLGRP_MAX (line 2107) | NFNLGRP_MAX = 0x9 constant NFNLGRP_NFTABLES (line 2108) | NFNLGRP_NFTABLES = 0x7 constant NFNLGRP_NFTRACE (line 2109) | NFNLGRP_NFTRACE = 0x9 constant NFNLGRP_NONE (line 2110) | NFNLGRP_NONE = 0x0 constant NFNL_BATCH_MAX (line 2111) | NFNL_BATCH_MAX = 0x1 constant NFNL_MSG_BATCH_BEGIN (line 2112) | NFNL_MSG_BATCH_BEGIN = 0x10 constant NFNL_MSG_BATCH_END (line 2113) | NFNL_MSG_BATCH_END = 0x11 constant NFNL_NFA_NEST (line 2114) | NFNL_NFA_NEST = 0x8000 constant NFNL_SUBSYS_ACCT (line 2115) | NFNL_SUBSYS_ACCT = 0x7 constant NFNL_SUBSYS_COUNT (line 2116) | NFNL_SUBSYS_COUNT = 0xd constant NFNL_SUBSYS_CTHELPER (line 2117) | NFNL_SUBSYS_CTHELPER = 0x9 constant NFNL_SUBSYS_CTNETLINK (line 2118) | NFNL_SUBSYS_CTNETLINK = 0x1 constant NFNL_SUBSYS_CTNETLINK_EXP (line 2119) | NFNL_SUBSYS_CTNETLINK_EXP = 0x2 constant NFNL_SUBSYS_CTNETLINK_TIMEOUT (line 2120) | NFNL_SUBSYS_CTNETLINK_TIMEOUT = 0x8 constant NFNL_SUBSYS_HOOK (line 2121) | NFNL_SUBSYS_HOOK = 0xc constant NFNL_SUBSYS_IPSET (line 2122) | NFNL_SUBSYS_IPSET = 0x6 constant NFNL_SUBSYS_NFTABLES (line 2123) | NFNL_SUBSYS_NFTABLES = 0xa constant NFNL_SUBSYS_NFT_COMPAT (line 2124) | NFNL_SUBSYS_NFT_COMPAT = 0xb constant NFNL_SUBSYS_NONE (line 2125) | NFNL_SUBSYS_NONE = 0x0 constant NFNL_SUBSYS_OSF (line 2126) | NFNL_SUBSYS_OSF = 0x5 constant NFNL_SUBSYS_QUEUE (line 2127) | NFNL_SUBSYS_QUEUE = 0x3 constant NFNL_SUBSYS_ULOG (line 2128) | NFNL_SUBSYS_ULOG = 0x4 constant NFS_SUPER_MAGIC (line 2129) | NFS_SUPER_MAGIC = 0x6969 constant NILFS_SUPER_MAGIC (line 2130) | NILFS_SUPER_MAGIC = 0x3434 constant NL0 (line 2131) | NL0 = 0x0 constant NL1 (line 2132) | NL1 = 0x100 constant NLA_ALIGNTO (line 2133) | NLA_ALIGNTO = 0x4 constant NLA_F_NESTED (line 2134) | NLA_F_NESTED = 0x8000 constant NLA_F_NET_BYTEORDER (line 2135) | NLA_F_NET_BYTEORDER = 0x4000 constant NLA_HDRLEN (line 2136) | NLA_HDRLEN = 0x4 constant NLMSG_ALIGNTO (line 2137) | NLMSG_ALIGNTO = 0x4 constant NLMSG_DONE (line 2138) | NLMSG_DONE = 0x3 constant NLMSG_ERROR (line 2139) | NLMSG_ERROR = 0x2 constant NLMSG_HDRLEN (line 2140) | NLMSG_HDRLEN = 0x10 constant NLMSG_MIN_TYPE (line 2141) | NLMSG_MIN_TYPE = 0x10 constant NLMSG_NOOP (line 2142) | NLMSG_NOOP = 0x1 constant NLMSG_OVERRUN (line 2143) | NLMSG_OVERRUN = 0x4 constant NLM_F_ACK (line 2144) | NLM_F_ACK = 0x4 constant NLM_F_ACK_TLVS (line 2145) | NLM_F_ACK_TLVS = 0x200 constant NLM_F_APPEND (line 2146) | NLM_F_APPEND = 0x800 constant NLM_F_ATOMIC (line 2147) | NLM_F_ATOMIC = 0x400 constant NLM_F_BULK (line 2148) | NLM_F_BULK = 0x200 constant NLM_F_CAPPED (line 2149) | NLM_F_CAPPED = 0x100 constant NLM_F_CREATE (line 2150) | NLM_F_CREATE = 0x400 constant NLM_F_DUMP (line 2151) | NLM_F_DUMP = 0x300 constant NLM_F_DUMP_FILTERED (line 2152) | NLM_F_DUMP_FILTERED = 0x20 constant NLM_F_DUMP_INTR (line 2153) | NLM_F_DUMP_INTR = 0x10 constant NLM_F_ECHO (line 2154) | NLM_F_ECHO = 0x8 constant NLM_F_EXCL (line 2155) | NLM_F_EXCL = 0x200 constant NLM_F_MATCH (line 2156) | NLM_F_MATCH = 0x200 constant NLM_F_MULTI (line 2157) | NLM_F_MULTI = 0x2 constant NLM_F_NONREC (line 2158) | NLM_F_NONREC = 0x100 constant NLM_F_REPLACE (line 2159) | NLM_F_REPLACE = 0x100 constant NLM_F_REQUEST (line 2160) | NLM_F_REQUEST = 0x1 constant NLM_F_ROOT (line 2161) | NLM_F_ROOT = 0x100 constant NSFS_MAGIC (line 2162) | NSFS_MAGIC = 0x6e736673 constant OCFS2_SUPER_MAGIC (line 2163) | OCFS2_SUPER_MAGIC = 0x7461636f constant OCRNL (line 2164) | OCRNL = 0x8 constant OFDEL (line 2165) | OFDEL = 0x80 constant OFILL (line 2166) | OFILL = 0x40 constant ONLRET (line 2167) | ONLRET = 0x20 constant ONOCR (line 2168) | ONOCR = 0x10 constant OPENPROM_SUPER_MAGIC (line 2169) | OPENPROM_SUPER_MAGIC = 0x9fa1 constant OPOST (line 2170) | OPOST = 0x1 constant OVERLAYFS_SUPER_MAGIC (line 2171) | OVERLAYFS_SUPER_MAGIC = 0x794c7630 constant O_ACCMODE (line 2172) | O_ACCMODE = 0x3 constant O_RDONLY (line 2173) | O_RDONLY = 0x0 constant O_RDWR (line 2174) | O_RDWR = 0x2 constant O_WRONLY (line 2175) | O_WRONLY = 0x1 constant PACKET_ADD_MEMBERSHIP (line 2176) | PACKET_ADD_MEMBERSHIP = 0x1 constant PACKET_AUXDATA (line 2177) | PACKET_AUXDATA = 0x8 constant PACKET_BROADCAST (line 2178) | PACKET_BROADCAST = 0x1 constant PACKET_COPY_THRESH (line 2179) | PACKET_COPY_THRESH = 0x7 constant PACKET_DROP_MEMBERSHIP (line 2180) | PACKET_DROP_MEMBERSHIP = 0x2 constant PACKET_FANOUT (line 2181) | PACKET_FANOUT = 0x12 constant PACKET_FANOUT_CBPF (line 2182) | PACKET_FANOUT_CBPF = 0x6 constant PACKET_FANOUT_CPU (line 2183) | PACKET_FANOUT_CPU = 0x2 constant PACKET_FANOUT_DATA (line 2184) | PACKET_FANOUT_DATA = 0x16 constant PACKET_FANOUT_EBPF (line 2185) | PACKET_FANOUT_EBPF = 0x7 constant PACKET_FANOUT_FLAG_DEFRAG (line 2186) | PACKET_FANOUT_FLAG_DEFRAG = 0x8000 constant PACKET_FANOUT_FLAG_IGNORE_OUTGOING (line 2187) | PACKET_FANOUT_FLAG_IGNORE_OUTGOING = 0x4000 constant PACKET_FANOUT_FLAG_ROLLOVER (line 2188) | PACKET_FANOUT_FLAG_ROLLOVER = 0x1000 constant PACKET_FANOUT_FLAG_UNIQUEID (line 2189) | PACKET_FANOUT_FLAG_UNIQUEID = 0x2000 constant PACKET_FANOUT_HASH (line 2190) | PACKET_FANOUT_HASH = 0x0 constant PACKET_FANOUT_LB (line 2191) | PACKET_FANOUT_LB = 0x1 constant PACKET_FANOUT_QM (line 2192) | PACKET_FANOUT_QM = 0x5 constant PACKET_FANOUT_RND (line 2193) | PACKET_FANOUT_RND = 0x4 constant PACKET_FANOUT_ROLLOVER (line 2194) | PACKET_FANOUT_ROLLOVER = 0x3 constant PACKET_FASTROUTE (line 2195) | PACKET_FASTROUTE = 0x6 constant PACKET_HDRLEN (line 2196) | PACKET_HDRLEN = 0xb constant PACKET_HOST (line 2197) | PACKET_HOST = 0x0 constant PACKET_IGNORE_OUTGOING (line 2198) | PACKET_IGNORE_OUTGOING = 0x17 constant PACKET_KERNEL (line 2199) | PACKET_KERNEL = 0x7 constant PACKET_LOOPBACK (line 2200) | PACKET_LOOPBACK = 0x5 constant PACKET_LOSS (line 2201) | PACKET_LOSS = 0xe constant PACKET_MR_ALLMULTI (line 2202) | PACKET_MR_ALLMULTI = 0x2 constant PACKET_MR_MULTICAST (line 2203) | PACKET_MR_MULTICAST = 0x0 constant PACKET_MR_PROMISC (line 2204) | PACKET_MR_PROMISC = 0x1 constant PACKET_MR_UNICAST (line 2205) | PACKET_MR_UNICAST = 0x3 constant PACKET_MULTICAST (line 2206) | PACKET_MULTICAST = 0x2 constant PACKET_ORIGDEV (line 2207) | PACKET_ORIGDEV = 0x9 constant PACKET_OTHERHOST (line 2208) | PACKET_OTHERHOST = 0x3 constant PACKET_OUTGOING (line 2209) | PACKET_OUTGOING = 0x4 constant PACKET_QDISC_BYPASS (line 2210) | PACKET_QDISC_BYPASS = 0x14 constant PACKET_RECV_OUTPUT (line 2211) | PACKET_RECV_OUTPUT = 0x3 constant PACKET_RESERVE (line 2212) | PACKET_RESERVE = 0xc constant PACKET_ROLLOVER_STATS (line 2213) | PACKET_ROLLOVER_STATS = 0x15 constant PACKET_RX_RING (line 2214) | PACKET_RX_RING = 0x5 constant PACKET_STATISTICS (line 2215) | PACKET_STATISTICS = 0x6 constant PACKET_TIMESTAMP (line 2216) | PACKET_TIMESTAMP = 0x11 constant PACKET_TX_HAS_OFF (line 2217) | PACKET_TX_HAS_OFF = 0x13 constant PACKET_TX_RING (line 2218) | PACKET_TX_RING = 0xd constant PACKET_TX_TIMESTAMP (line 2219) | PACKET_TX_TIMESTAMP = 0x10 constant PACKET_USER (line 2220) | PACKET_USER = 0x6 constant PACKET_VERSION (line 2221) | PACKET_VERSION = 0xa constant PACKET_VNET_HDR (line 2222) | PACKET_VNET_HDR = 0xf constant PACKET_VNET_HDR_SZ (line 2223) | PACKET_VNET_HDR_SZ = 0x18 constant PARITY_CRC16_PR0 (line 2224) | PARITY_CRC16_PR0 = 0x2 constant PARITY_CRC16_PR0_CCITT (line 2225) | PARITY_CRC16_PR0_CCITT = 0x4 constant PARITY_CRC16_PR1 (line 2226) | PARITY_CRC16_PR1 = 0x3 constant PARITY_CRC16_PR1_CCITT (line 2227) | PARITY_CRC16_PR1_CCITT = 0x5 constant PARITY_CRC32_PR0_CCITT (line 2228) | PARITY_CRC32_PR0_CCITT = 0x6 constant PARITY_CRC32_PR1_CCITT (line 2229) | PARITY_CRC32_PR1_CCITT = 0x7 constant PARITY_DEFAULT (line 2230) | PARITY_DEFAULT = 0x0 constant PARITY_NONE (line 2231) | PARITY_NONE = 0x1 constant PARMRK (line 2232) | PARMRK = 0x8 constant PERF_ATTR_SIZE_VER0 (line 2233) | PERF_ATTR_SIZE_VER0 = 0x40 constant PERF_ATTR_SIZE_VER1 (line 2234) | PERF_ATTR_SIZE_VER1 = 0x48 constant PERF_ATTR_SIZE_VER2 (line 2235) | PERF_ATTR_SIZE_VER2 = 0x50 constant PERF_ATTR_SIZE_VER3 (line 2236) | PERF_ATTR_SIZE_VER3 = 0x60 constant PERF_ATTR_SIZE_VER4 (line 2237) | PERF_ATTR_SIZE_VER4 = 0x68 constant PERF_ATTR_SIZE_VER5 (line 2238) | PERF_ATTR_SIZE_VER5 = 0x70 constant PERF_ATTR_SIZE_VER6 (line 2239) | PERF_ATTR_SIZE_VER6 = 0x78 constant PERF_ATTR_SIZE_VER7 (line 2240) | PERF_ATTR_SIZE_VER7 = 0x80 constant PERF_ATTR_SIZE_VER8 (line 2241) | PERF_ATTR_SIZE_VER8 = 0x88 constant PERF_AUX_FLAG_COLLISION (line 2242) | PERF_AUX_FLAG_COLLISION = 0x8 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT (line 2243) | PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT = 0x0 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW (line 2244) | PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW = 0x100 constant PERF_AUX_FLAG_OVERWRITE (line 2245) | PERF_AUX_FLAG_OVERWRITE = 0x2 constant PERF_AUX_FLAG_PARTIAL (line 2246) | PERF_AUX_FLAG_PARTIAL = 0x4 constant PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK (line 2247) | PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK = 0xff00 constant PERF_AUX_FLAG_TRUNCATED (line 2248) | PERF_AUX_FLAG_TRUNCATED = 0x1 constant PERF_BR_ARM64_DEBUG_DATA (line 2249) | PERF_BR_ARM64_DEBUG_DATA = 0x7 constant PERF_BR_ARM64_DEBUG_EXIT (line 2250) | PERF_BR_ARM64_DEBUG_EXIT = 0x5 constant PERF_BR_ARM64_DEBUG_HALT (line 2251) | PERF_BR_ARM64_DEBUG_HALT = 0x4 constant PERF_BR_ARM64_DEBUG_INST (line 2252) | PERF_BR_ARM64_DEBUG_INST = 0x6 constant PERF_BR_ARM64_FIQ (line 2253) | PERF_BR_ARM64_FIQ = 0x3 constant PERF_FLAG_FD_CLOEXEC (line 2254) | PERF_FLAG_FD_CLOEXEC = 0x8 constant PERF_FLAG_FD_NO_GROUP (line 2255) | PERF_FLAG_FD_NO_GROUP = 0x1 constant PERF_FLAG_FD_OUTPUT (line 2256) | PERF_FLAG_FD_OUTPUT = 0x2 constant PERF_FLAG_PID_CGROUP (line 2257) | PERF_FLAG_PID_CGROUP = 0x4 constant PERF_HW_EVENT_MASK (line 2258) | PERF_HW_EVENT_MASK = 0xffffffff constant PERF_MAX_CONTEXTS_PER_STACK (line 2259) | PERF_MAX_CONTEXTS_PER_STACK = 0x8 constant PERF_MAX_STACK_DEPTH (line 2260) | PERF_MAX_STACK_DEPTH = 0x7f constant PERF_MEM_BLK_ADDR (line 2261) | PERF_MEM_BLK_ADDR = 0x4 constant PERF_MEM_BLK_DATA (line 2262) | PERF_MEM_BLK_DATA = 0x2 constant PERF_MEM_BLK_NA (line 2263) | PERF_MEM_BLK_NA = 0x1 constant PERF_MEM_BLK_SHIFT (line 2264) | PERF_MEM_BLK_SHIFT = 0x28 constant PERF_MEM_HOPS_0 (line 2265) | PERF_MEM_HOPS_0 = 0x1 constant PERF_MEM_HOPS_1 (line 2266) | PERF_MEM_HOPS_1 = 0x2 constant PERF_MEM_HOPS_2 (line 2267) | PERF_MEM_HOPS_2 = 0x3 constant PERF_MEM_HOPS_3 (line 2268) | PERF_MEM_HOPS_3 = 0x4 constant PERF_MEM_HOPS_SHIFT (line 2269) | PERF_MEM_HOPS_SHIFT = 0x2b constant PERF_MEM_LOCK_LOCKED (line 2270) | PERF_MEM_LOCK_LOCKED = 0x2 constant PERF_MEM_LOCK_NA (line 2271) | PERF_MEM_LOCK_NA = 0x1 constant PERF_MEM_LOCK_SHIFT (line 2272) | PERF_MEM_LOCK_SHIFT = 0x18 constant PERF_MEM_LVLNUM_ANY_CACHE (line 2273) | PERF_MEM_LVLNUM_ANY_CACHE = 0xb constant PERF_MEM_LVLNUM_CXL (line 2274) | PERF_MEM_LVLNUM_CXL = 0x9 constant PERF_MEM_LVLNUM_IO (line 2275) | PERF_MEM_LVLNUM_IO = 0xa constant PERF_MEM_LVLNUM_L1 (line 2276) | PERF_MEM_LVLNUM_L1 = 0x1 constant PERF_MEM_LVLNUM_L2 (line 2277) | PERF_MEM_LVLNUM_L2 = 0x2 constant PERF_MEM_LVLNUM_L3 (line 2278) | PERF_MEM_LVLNUM_L3 = 0x3 constant PERF_MEM_LVLNUM_L4 (line 2279) | PERF_MEM_LVLNUM_L4 = 0x4 constant PERF_MEM_LVLNUM_LFB (line 2280) | PERF_MEM_LVLNUM_LFB = 0xc constant PERF_MEM_LVLNUM_NA (line 2281) | PERF_MEM_LVLNUM_NA = 0xf constant PERF_MEM_LVLNUM_PMEM (line 2282) | PERF_MEM_LVLNUM_PMEM = 0xe constant PERF_MEM_LVLNUM_RAM (line 2283) | PERF_MEM_LVLNUM_RAM = 0xd constant PERF_MEM_LVLNUM_SHIFT (line 2284) | PERF_MEM_LVLNUM_SHIFT = 0x21 constant PERF_MEM_LVLNUM_UNC (line 2285) | PERF_MEM_LVLNUM_UNC = 0x8 constant PERF_MEM_LVL_HIT (line 2286) | PERF_MEM_LVL_HIT = 0x2 constant PERF_MEM_LVL_IO (line 2287) | PERF_MEM_LVL_IO = 0x1000 constant PERF_MEM_LVL_L1 (line 2288) | PERF_MEM_LVL_L1 = 0x8 constant PERF_MEM_LVL_L2 (line 2289) | PERF_MEM_LVL_L2 = 0x20 constant PERF_MEM_LVL_L3 (line 2290) | PERF_MEM_LVL_L3 = 0x40 constant PERF_MEM_LVL_LFB (line 2291) | PERF_MEM_LVL_LFB = 0x10 constant PERF_MEM_LVL_LOC_RAM (line 2292) | PERF_MEM_LVL_LOC_RAM = 0x80 constant PERF_MEM_LVL_MISS (line 2293) | PERF_MEM_LVL_MISS = 0x4 constant PERF_MEM_LVL_NA (line 2294) | PERF_MEM_LVL_NA = 0x1 constant PERF_MEM_LVL_REM_CCE1 (line 2295) | PERF_MEM_LVL_REM_CCE1 = 0x400 constant PERF_MEM_LVL_REM_CCE2 (line 2296) | PERF_MEM_LVL_REM_CCE2 = 0x800 constant PERF_MEM_LVL_REM_RAM1 (line 2297) | PERF_MEM_LVL_REM_RAM1 = 0x100 constant PERF_MEM_LVL_REM_RAM2 (line 2298) | PERF_MEM_LVL_REM_RAM2 = 0x200 constant PERF_MEM_LVL_SHIFT (line 2299) | PERF_MEM_LVL_SHIFT = 0x5 constant PERF_MEM_LVL_UNC (line 2300) | PERF_MEM_LVL_UNC = 0x2000 constant PERF_MEM_OP_EXEC (line 2301) | PERF_MEM_OP_EXEC = 0x10 constant PERF_MEM_OP_LOAD (line 2302) | PERF_MEM_OP_LOAD = 0x2 constant PERF_MEM_OP_NA (line 2303) | PERF_MEM_OP_NA = 0x1 constant PERF_MEM_OP_PFETCH (line 2304) | PERF_MEM_OP_PFETCH = 0x8 constant PERF_MEM_OP_SHIFT (line 2305) | PERF_MEM_OP_SHIFT = 0x0 constant PERF_MEM_OP_STORE (line 2306) | PERF_MEM_OP_STORE = 0x4 constant PERF_MEM_REMOTE_REMOTE (line 2307) | PERF_MEM_REMOTE_REMOTE = 0x1 constant PERF_MEM_REMOTE_SHIFT (line 2308) | PERF_MEM_REMOTE_SHIFT = 0x25 constant PERF_MEM_SNOOPX_FWD (line 2309) | PERF_MEM_SNOOPX_FWD = 0x1 constant PERF_MEM_SNOOPX_PEER (line 2310) | PERF_MEM_SNOOPX_PEER = 0x2 constant PERF_MEM_SNOOPX_SHIFT (line 2311) | PERF_MEM_SNOOPX_SHIFT = 0x26 constant PERF_MEM_SNOOP_HIT (line 2312) | PERF_MEM_SNOOP_HIT = 0x4 constant PERF_MEM_SNOOP_HITM (line 2313) | PERF_MEM_SNOOP_HITM = 0x10 constant PERF_MEM_SNOOP_MISS (line 2314) | PERF_MEM_SNOOP_MISS = 0x8 constant PERF_MEM_SNOOP_NA (line 2315) | PERF_MEM_SNOOP_NA = 0x1 constant PERF_MEM_SNOOP_NONE (line 2316) | PERF_MEM_SNOOP_NONE = 0x2 constant PERF_MEM_SNOOP_SHIFT (line 2317) | PERF_MEM_SNOOP_SHIFT = 0x13 constant PERF_MEM_TLB_HIT (line 2318) | PERF_MEM_TLB_HIT = 0x2 constant PERF_MEM_TLB_L1 (line 2319) | PERF_MEM_TLB_L1 = 0x8 constant PERF_MEM_TLB_L2 (line 2320) | PERF_MEM_TLB_L2 = 0x10 constant PERF_MEM_TLB_MISS (line 2321) | PERF_MEM_TLB_MISS = 0x4 constant PERF_MEM_TLB_NA (line 2322) | PERF_MEM_TLB_NA = 0x1 constant PERF_MEM_TLB_OS (line 2323) | PERF_MEM_TLB_OS = 0x40 constant PERF_MEM_TLB_SHIFT (line 2324) | PERF_MEM_TLB_SHIFT = 0x1a constant PERF_MEM_TLB_WK (line 2325) | PERF_MEM_TLB_WK = 0x20 constant PERF_PMU_TYPE_SHIFT (line 2326) | PERF_PMU_TYPE_SHIFT = 0x20 constant PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER (line 2327) | PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER = 0x1 constant PERF_RECORD_MISC_COMM_EXEC (line 2328) | PERF_RECORD_MISC_COMM_EXEC = 0x2000 constant PERF_RECORD_MISC_CPUMODE_MASK (line 2329) | PERF_RECORD_MISC_CPUMODE_MASK = 0x7 constant PERF_RECORD_MISC_CPUMODE_UNKNOWN (line 2330) | PERF_RECORD_MISC_CPUMODE_UNKNOWN = 0x0 constant PERF_RECORD_MISC_EXACT_IP (line 2331) | PERF_RECORD_MISC_EXACT_IP = 0x4000 constant PERF_RECORD_MISC_EXT_RESERVED (line 2332) | PERF_RECORD_MISC_EXT_RESERVED = 0x8000 constant PERF_RECORD_MISC_FORK_EXEC (line 2333) | PERF_RECORD_MISC_FORK_EXEC = 0x2000 constant PERF_RECORD_MISC_GUEST_KERNEL (line 2334) | PERF_RECORD_MISC_GUEST_KERNEL = 0x4 constant PERF_RECORD_MISC_GUEST_USER (line 2335) | PERF_RECORD_MISC_GUEST_USER = 0x5 constant PERF_RECORD_MISC_HYPERVISOR (line 2336) | PERF_RECORD_MISC_HYPERVISOR = 0x3 constant PERF_RECORD_MISC_KERNEL (line 2337) | PERF_RECORD_MISC_KERNEL = 0x1 constant PERF_RECORD_MISC_MMAP_BUILD_ID (line 2338) | PERF_RECORD_MISC_MMAP_BUILD_ID = 0x4000 constant PERF_RECORD_MISC_MMAP_DATA (line 2339) | PERF_RECORD_MISC_MMAP_DATA = 0x2000 constant PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT (line 2340) | PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT = 0x1000 constant PERF_RECORD_MISC_SWITCH_OUT (line 2341) | PERF_RECORD_MISC_SWITCH_OUT = 0x2000 constant PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (line 2342) | PERF_RECORD_MISC_SWITCH_OUT_PREEMPT = 0x4000 constant PERF_RECORD_MISC_USER (line 2343) | PERF_RECORD_MISC_USER = 0x2 constant PERF_SAMPLE_BRANCH_PLM_ALL (line 2344) | PERF_SAMPLE_BRANCH_PLM_ALL = 0x7 constant PERF_SAMPLE_WEIGHT_TYPE (line 2345) | PERF_SAMPLE_WEIGHT_TYPE = 0x1004000 constant PIPEFS_MAGIC (line 2346) | PIPEFS_MAGIC = 0x50495045 constant PPPIOCGNPMODE (line 2347) | PPPIOCGNPMODE = 0xc008744c constant PPPIOCNEWUNIT (line 2348) | PPPIOCNEWUNIT = 0xc004743e constant PRIO_PGRP (line 2349) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 2350) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 2351) | PRIO_USER = 0x2 constant PROC_SUPER_MAGIC (line 2352) | PROC_SUPER_MAGIC = 0x9fa0 constant PROT_EXEC (line 2353) | PROT_EXEC = 0x4 constant PROT_GROWSDOWN (line 2354) | PROT_GROWSDOWN = 0x1000000 constant PROT_GROWSUP (line 2355) | PROT_GROWSUP = 0x2000000 constant PROT_NONE (line 2356) | PROT_NONE = 0x0 constant PROT_READ (line 2357) | PROT_READ = 0x1 constant PROT_WRITE (line 2358) | PROT_WRITE = 0x2 constant PR_CAPBSET_DROP (line 2359) | PR_CAPBSET_DROP = 0x18 constant PR_CAPBSET_READ (line 2360) | PR_CAPBSET_READ = 0x17 constant PR_CAP_AMBIENT (line 2361) | PR_CAP_AMBIENT = 0x2f constant PR_CAP_AMBIENT_CLEAR_ALL (line 2362) | PR_CAP_AMBIENT_CLEAR_ALL = 0x4 constant PR_CAP_AMBIENT_IS_SET (line 2363) | PR_CAP_AMBIENT_IS_SET = 0x1 constant PR_CAP_AMBIENT_LOWER (line 2364) | PR_CAP_AMBIENT_LOWER = 0x3 constant PR_CAP_AMBIENT_RAISE (line 2365) | PR_CAP_AMBIENT_RAISE = 0x2 constant PR_ENDIAN_BIG (line 2366) | PR_ENDIAN_BIG = 0x0 constant PR_ENDIAN_LITTLE (line 2367) | PR_ENDIAN_LITTLE = 0x1 constant PR_ENDIAN_PPC_LITTLE (line 2368) | PR_ENDIAN_PPC_LITTLE = 0x2 constant PR_FPEMU_NOPRINT (line 2369) | PR_FPEMU_NOPRINT = 0x1 constant PR_FPEMU_SIGFPE (line 2370) | PR_FPEMU_SIGFPE = 0x2 constant PR_FP_EXC_ASYNC (line 2371) | PR_FP_EXC_ASYNC = 0x2 constant PR_FP_EXC_DISABLED (line 2372) | PR_FP_EXC_DISABLED = 0x0 constant PR_FP_EXC_DIV (line 2373) | PR_FP_EXC_DIV = 0x10000 constant PR_FP_EXC_INV (line 2374) | PR_FP_EXC_INV = 0x100000 constant PR_FP_EXC_NONRECOV (line 2375) | PR_FP_EXC_NONRECOV = 0x1 constant PR_FP_EXC_OVF (line 2376) | PR_FP_EXC_OVF = 0x20000 constant PR_FP_EXC_PRECISE (line 2377) | PR_FP_EXC_PRECISE = 0x3 constant PR_FP_EXC_RES (line 2378) | PR_FP_EXC_RES = 0x80000 constant PR_FP_EXC_SW_ENABLE (line 2379) | PR_FP_EXC_SW_ENABLE = 0x80 constant PR_FP_EXC_UND (line 2380) | PR_FP_EXC_UND = 0x40000 constant PR_FP_MODE_FR (line 2381) | PR_FP_MODE_FR = 0x1 constant PR_FP_MODE_FRE (line 2382) | PR_FP_MODE_FRE = 0x2 constant PR_GET_AUXV (line 2383) | PR_GET_AUXV = 0x41555856 constant PR_GET_CHILD_SUBREAPER (line 2384) | PR_GET_CHILD_SUBREAPER = 0x25 constant PR_GET_DUMPABLE (line 2385) | PR_GET_DUMPABLE = 0x3 constant PR_GET_ENDIAN (line 2386) | PR_GET_ENDIAN = 0x13 constant PR_GET_FPEMU (line 2387) | PR_GET_FPEMU = 0x9 constant PR_GET_FPEXC (line 2388) | PR_GET_FPEXC = 0xb constant PR_GET_FP_MODE (line 2389) | PR_GET_FP_MODE = 0x2e constant PR_GET_IO_FLUSHER (line 2390) | PR_GET_IO_FLUSHER = 0x3a constant PR_GET_KEEPCAPS (line 2391) | PR_GET_KEEPCAPS = 0x7 constant PR_GET_MDWE (line 2392) | PR_GET_MDWE = 0x42 constant PR_GET_MEMORY_MERGE (line 2393) | PR_GET_MEMORY_MERGE = 0x44 constant PR_GET_NAME (line 2394) | PR_GET_NAME = 0x10 constant PR_GET_NO_NEW_PRIVS (line 2395) | PR_GET_NO_NEW_PRIVS = 0x27 constant PR_GET_PDEATHSIG (line 2396) | PR_GET_PDEATHSIG = 0x2 constant PR_GET_SECCOMP (line 2397) | PR_GET_SECCOMP = 0x15 constant PR_GET_SECUREBITS (line 2398) | PR_GET_SECUREBITS = 0x1b constant PR_GET_SPECULATION_CTRL (line 2399) | PR_GET_SPECULATION_CTRL = 0x34 constant PR_GET_TAGGED_ADDR_CTRL (line 2400) | PR_GET_TAGGED_ADDR_CTRL = 0x38 constant PR_GET_THP_DISABLE (line 2401) | PR_GET_THP_DISABLE = 0x2a constant PR_GET_TID_ADDRESS (line 2402) | PR_GET_TID_ADDRESS = 0x28 constant PR_GET_TIMERSLACK (line 2403) | PR_GET_TIMERSLACK = 0x1e constant PR_GET_TIMING (line 2404) | PR_GET_TIMING = 0xd constant PR_GET_TSC (line 2405) | PR_GET_TSC = 0x19 constant PR_GET_UNALIGN (line 2406) | PR_GET_UNALIGN = 0x5 constant PR_MCE_KILL (line 2407) | PR_MCE_KILL = 0x21 constant PR_MCE_KILL_CLEAR (line 2408) | PR_MCE_KILL_CLEAR = 0x0 constant PR_MCE_KILL_DEFAULT (line 2409) | PR_MCE_KILL_DEFAULT = 0x2 constant PR_MCE_KILL_EARLY (line 2410) | PR_MCE_KILL_EARLY = 0x1 constant PR_MCE_KILL_GET (line 2411) | PR_MCE_KILL_GET = 0x22 constant PR_MCE_KILL_LATE (line 2412) | PR_MCE_KILL_LATE = 0x0 constant PR_MCE_KILL_SET (line 2413) | PR_MCE_KILL_SET = 0x1 constant PR_MDWE_REFUSE_EXEC_GAIN (line 2414) | PR_MDWE_REFUSE_EXEC_GAIN = 0x1 constant PR_MPX_DISABLE_MANAGEMENT (line 2415) | PR_MPX_DISABLE_MANAGEMENT = 0x2c constant PR_MPX_ENABLE_MANAGEMENT (line 2416) | PR_MPX_ENABLE_MANAGEMENT = 0x2b constant PR_MTE_TAG_MASK (line 2417) | PR_MTE_TAG_MASK = 0x7fff8 constant PR_MTE_TAG_SHIFT (line 2418) | PR_MTE_TAG_SHIFT = 0x3 constant PR_MTE_TCF_ASYNC (line 2419) | PR_MTE_TCF_ASYNC = 0x4 constant PR_MTE_TCF_MASK (line 2420) | PR_MTE_TCF_MASK = 0x6 constant PR_MTE_TCF_NONE (line 2421) | PR_MTE_TCF_NONE = 0x0 constant PR_MTE_TCF_SHIFT (line 2422) | PR_MTE_TCF_SHIFT = 0x1 constant PR_MTE_TCF_SYNC (line 2423) | PR_MTE_TCF_SYNC = 0x2 constant PR_PAC_APDAKEY (line 2424) | PR_PAC_APDAKEY = 0x4 constant PR_PAC_APDBKEY (line 2425) | PR_PAC_APDBKEY = 0x8 constant PR_PAC_APGAKEY (line 2426) | PR_PAC_APGAKEY = 0x10 constant PR_PAC_APIAKEY (line 2427) | PR_PAC_APIAKEY = 0x1 constant PR_PAC_APIBKEY (line 2428) | PR_PAC_APIBKEY = 0x2 constant PR_PAC_GET_ENABLED_KEYS (line 2429) | PR_PAC_GET_ENABLED_KEYS = 0x3d constant PR_PAC_RESET_KEYS (line 2430) | PR_PAC_RESET_KEYS = 0x36 constant PR_PAC_SET_ENABLED_KEYS (line 2431) | PR_PAC_SET_ENABLED_KEYS = 0x3c constant PR_RISCV_V_GET_CONTROL (line 2432) | PR_RISCV_V_GET_CONTROL = 0x46 constant PR_RISCV_V_SET_CONTROL (line 2433) | PR_RISCV_V_SET_CONTROL = 0x45 constant PR_RISCV_V_VSTATE_CTRL_CUR_MASK (line 2434) | PR_RISCV_V_VSTATE_CTRL_CUR_MASK = 0x3 constant PR_RISCV_V_VSTATE_CTRL_DEFAULT (line 2435) | PR_RISCV_V_VSTATE_CTRL_DEFAULT = 0x0 constant PR_RISCV_V_VSTATE_CTRL_INHERIT (line 2436) | PR_RISCV_V_VSTATE_CTRL_INHERIT = 0x10 constant PR_RISCV_V_VSTATE_CTRL_MASK (line 2437) | PR_RISCV_V_VSTATE_CTRL_MASK = 0x1f constant PR_RISCV_V_VSTATE_CTRL_NEXT_MASK (line 2438) | PR_RISCV_V_VSTATE_CTRL_NEXT_MASK = 0xc constant PR_RISCV_V_VSTATE_CTRL_OFF (line 2439) | PR_RISCV_V_VSTATE_CTRL_OFF = 0x1 constant PR_RISCV_V_VSTATE_CTRL_ON (line 2440) | PR_RISCV_V_VSTATE_CTRL_ON = 0x2 constant PR_SCHED_CORE (line 2441) | PR_SCHED_CORE = 0x3e constant PR_SCHED_CORE_CREATE (line 2442) | PR_SCHED_CORE_CREATE = 0x1 constant PR_SCHED_CORE_GET (line 2443) | PR_SCHED_CORE_GET = 0x0 constant PR_SCHED_CORE_MAX (line 2444) | PR_SCHED_CORE_MAX = 0x4 constant PR_SCHED_CORE_SCOPE_PROCESS_GROUP (line 2445) | PR_SCHED_CORE_SCOPE_PROCESS_GROUP = 0x2 constant PR_SCHED_CORE_SCOPE_THREAD (line 2446) | PR_SCHED_CORE_SCOPE_THREAD = 0x0 constant PR_SCHED_CORE_SCOPE_THREAD_GROUP (line 2447) | PR_SCHED_CORE_SCOPE_THREAD_GROUP = 0x1 constant PR_SCHED_CORE_SHARE_FROM (line 2448) | PR_SCHED_CORE_SHARE_FROM = 0x3 constant PR_SCHED_CORE_SHARE_TO (line 2449) | PR_SCHED_CORE_SHARE_TO = 0x2 constant PR_SET_CHILD_SUBREAPER (line 2450) | PR_SET_CHILD_SUBREAPER = 0x24 constant PR_SET_DUMPABLE (line 2451) | PR_SET_DUMPABLE = 0x4 constant PR_SET_ENDIAN (line 2452) | PR_SET_ENDIAN = 0x14 constant PR_SET_FPEMU (line 2453) | PR_SET_FPEMU = 0xa constant PR_SET_FPEXC (line 2454) | PR_SET_FPEXC = 0xc constant PR_SET_FP_MODE (line 2455) | PR_SET_FP_MODE = 0x2d constant PR_SET_IO_FLUSHER (line 2456) | PR_SET_IO_FLUSHER = 0x39 constant PR_SET_KEEPCAPS (line 2457) | PR_SET_KEEPCAPS = 0x8 constant PR_SET_MDWE (line 2458) | PR_SET_MDWE = 0x41 constant PR_SET_MEMORY_MERGE (line 2459) | PR_SET_MEMORY_MERGE = 0x43 constant PR_SET_MM (line 2460) | PR_SET_MM = 0x23 constant PR_SET_MM_ARG_END (line 2461) | PR_SET_MM_ARG_END = 0x9 constant PR_SET_MM_ARG_START (line 2462) | PR_SET_MM_ARG_START = 0x8 constant PR_SET_MM_AUXV (line 2463) | PR_SET_MM_AUXV = 0xc constant PR_SET_MM_BRK (line 2464) | PR_SET_MM_BRK = 0x7 constant PR_SET_MM_END_CODE (line 2465) | PR_SET_MM_END_CODE = 0x2 constant PR_SET_MM_END_DATA (line 2466) | PR_SET_MM_END_DATA = 0x4 constant PR_SET_MM_ENV_END (line 2467) | PR_SET_MM_ENV_END = 0xb constant PR_SET_MM_ENV_START (line 2468) | PR_SET_MM_ENV_START = 0xa constant PR_SET_MM_EXE_FILE (line 2469) | PR_SET_MM_EXE_FILE = 0xd constant PR_SET_MM_MAP (line 2470) | PR_SET_MM_MAP = 0xe constant PR_SET_MM_MAP_SIZE (line 2471) | PR_SET_MM_MAP_SIZE = 0xf constant PR_SET_MM_START_BRK (line 2472) | PR_SET_MM_START_BRK = 0x6 constant PR_SET_MM_START_CODE (line 2473) | PR_SET_MM_START_CODE = 0x1 constant PR_SET_MM_START_DATA (line 2474) | PR_SET_MM_START_DATA = 0x3 constant PR_SET_MM_START_STACK (line 2475) | PR_SET_MM_START_STACK = 0x5 constant PR_SET_NAME (line 2476) | PR_SET_NAME = 0xf constant PR_SET_NO_NEW_PRIVS (line 2477) | PR_SET_NO_NEW_PRIVS = 0x26 constant PR_SET_PDEATHSIG (line 2478) | PR_SET_PDEATHSIG = 0x1 constant PR_SET_PTRACER (line 2479) | PR_SET_PTRACER = 0x59616d61 constant PR_SET_SECCOMP (line 2480) | PR_SET_SECCOMP = 0x16 constant PR_SET_SECUREBITS (line 2481) | PR_SET_SECUREBITS = 0x1c constant PR_SET_SPECULATION_CTRL (line 2482) | PR_SET_SPECULATION_CTRL = 0x35 constant PR_SET_SYSCALL_USER_DISPATCH (line 2483) | PR_SET_SYSCALL_USER_DISPATCH = 0x3b constant PR_SET_TAGGED_ADDR_CTRL (line 2484) | PR_SET_TAGGED_ADDR_CTRL = 0x37 constant PR_SET_THP_DISABLE (line 2485) | PR_SET_THP_DISABLE = 0x29 constant PR_SET_TIMERSLACK (line 2486) | PR_SET_TIMERSLACK = 0x1d constant PR_SET_TIMING (line 2487) | PR_SET_TIMING = 0xe constant PR_SET_TSC (line 2488) | PR_SET_TSC = 0x1a constant PR_SET_UNALIGN (line 2489) | PR_SET_UNALIGN = 0x6 constant PR_SET_VMA (line 2490) | PR_SET_VMA = 0x53564d41 constant PR_SET_VMA_ANON_NAME (line 2491) | PR_SET_VMA_ANON_NAME = 0x0 constant PR_SME_GET_VL (line 2492) | PR_SME_GET_VL = 0x40 constant PR_SME_SET_VL (line 2493) | PR_SME_SET_VL = 0x3f constant PR_SME_SET_VL_ONEXEC (line 2494) | PR_SME_SET_VL_ONEXEC = 0x40000 constant PR_SME_VL_INHERIT (line 2495) | PR_SME_VL_INHERIT = 0x20000 constant PR_SME_VL_LEN_MASK (line 2496) | PR_SME_VL_LEN_MASK = 0xffff constant PR_SPEC_DISABLE (line 2497) | PR_SPEC_DISABLE = 0x4 constant PR_SPEC_DISABLE_NOEXEC (line 2498) | PR_SPEC_DISABLE_NOEXEC = 0x10 constant PR_SPEC_ENABLE (line 2499) | PR_SPEC_ENABLE = 0x2 constant PR_SPEC_FORCE_DISABLE (line 2500) | PR_SPEC_FORCE_DISABLE = 0x8 constant PR_SPEC_INDIRECT_BRANCH (line 2501) | PR_SPEC_INDIRECT_BRANCH = 0x1 constant PR_SPEC_L1D_FLUSH (line 2502) | PR_SPEC_L1D_FLUSH = 0x2 constant PR_SPEC_NOT_AFFECTED (line 2503) | PR_SPEC_NOT_AFFECTED = 0x0 constant PR_SPEC_PRCTL (line 2504) | PR_SPEC_PRCTL = 0x1 constant PR_SPEC_STORE_BYPASS (line 2505) | PR_SPEC_STORE_BYPASS = 0x0 constant PR_SVE_GET_VL (line 2506) | PR_SVE_GET_VL = 0x33 constant PR_SVE_SET_VL (line 2507) | PR_SVE_SET_VL = 0x32 constant PR_SVE_SET_VL_ONEXEC (line 2508) | PR_SVE_SET_VL_ONEXEC = 0x40000 constant PR_SVE_VL_INHERIT (line 2509) | PR_SVE_VL_INHERIT = 0x20000 constant PR_SVE_VL_LEN_MASK (line 2510) | PR_SVE_VL_LEN_MASK = 0xffff constant PR_SYS_DISPATCH_OFF (line 2511) | PR_SYS_DISPATCH_OFF = 0x0 constant PR_SYS_DISPATCH_ON (line 2512) | PR_SYS_DISPATCH_ON = 0x1 constant PR_TAGGED_ADDR_ENABLE (line 2513) | PR_TAGGED_ADDR_ENABLE = 0x1 constant PR_TASK_PERF_EVENTS_DISABLE (line 2514) | PR_TASK_PERF_EVENTS_DISABLE = 0x1f constant PR_TASK_PERF_EVENTS_ENABLE (line 2515) | PR_TASK_PERF_EVENTS_ENABLE = 0x20 constant PR_TIMING_STATISTICAL (line 2516) | PR_TIMING_STATISTICAL = 0x0 constant PR_TIMING_TIMESTAMP (line 2517) | PR_TIMING_TIMESTAMP = 0x1 constant PR_TSC_ENABLE (line 2518) | PR_TSC_ENABLE = 0x1 constant PR_TSC_SIGSEGV (line 2519) | PR_TSC_SIGSEGV = 0x2 constant PR_UNALIGN_NOPRINT (line 2520) | PR_UNALIGN_NOPRINT = 0x1 constant PR_UNALIGN_SIGBUS (line 2521) | PR_UNALIGN_SIGBUS = 0x2 constant PSTOREFS_MAGIC (line 2522) | PSTOREFS_MAGIC = 0x6165676c constant PTRACE_ATTACH (line 2523) | PTRACE_ATTACH = 0x10 constant PTRACE_CONT (line 2524) | PTRACE_CONT = 0x7 constant PTRACE_DETACH (line 2525) | PTRACE_DETACH = 0x11 constant PTRACE_EVENTMSG_SYSCALL_ENTRY (line 2526) | PTRACE_EVENTMSG_SYSCALL_ENTRY = 0x1 constant PTRACE_EVENTMSG_SYSCALL_EXIT (line 2527) | PTRACE_EVENTMSG_SYSCALL_EXIT = 0x2 constant PTRACE_EVENT_CLONE (line 2528) | PTRACE_EVENT_CLONE = 0x3 constant PTRACE_EVENT_EXEC (line 2529) | PTRACE_EVENT_EXEC = 0x4 constant PTRACE_EVENT_EXIT (line 2530) | PTRACE_EVENT_EXIT = 0x6 constant PTRACE_EVENT_FORK (line 2531) | PTRACE_EVENT_FORK = 0x1 constant PTRACE_EVENT_SECCOMP (line 2532) | PTRACE_EVENT_SECCOMP = 0x7 constant PTRACE_EVENT_STOP (line 2533) | PTRACE_EVENT_STOP = 0x80 constant PTRACE_EVENT_VFORK (line 2534) | PTRACE_EVENT_VFORK = 0x2 constant PTRACE_EVENT_VFORK_DONE (line 2535) | PTRACE_EVENT_VFORK_DONE = 0x5 constant PTRACE_GETEVENTMSG (line 2536) | PTRACE_GETEVENTMSG = 0x4201 constant PTRACE_GETREGS (line 2537) | PTRACE_GETREGS = 0xc constant PTRACE_GETREGSET (line 2538) | PTRACE_GETREGSET = 0x4204 constant PTRACE_GETSIGINFO (line 2539) | PTRACE_GETSIGINFO = 0x4202 constant PTRACE_GETSIGMASK (line 2540) | PTRACE_GETSIGMASK = 0x420a constant PTRACE_GET_RSEQ_CONFIGURATION (line 2541) | PTRACE_GET_RSEQ_CONFIGURATION = 0x420f constant PTRACE_GET_SYSCALL_INFO (line 2542) | PTRACE_GET_SYSCALL_INFO = 0x420e constant PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG (line 2543) | PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG = 0x4211 constant PTRACE_INTERRUPT (line 2544) | PTRACE_INTERRUPT = 0x4207 constant PTRACE_KILL (line 2545) | PTRACE_KILL = 0x8 constant PTRACE_LISTEN (line 2546) | PTRACE_LISTEN = 0x4208 constant PTRACE_O_EXITKILL (line 2547) | PTRACE_O_EXITKILL = 0x100000 constant PTRACE_O_MASK (line 2548) | PTRACE_O_MASK = 0x3000ff constant PTRACE_O_SUSPEND_SECCOMP (line 2549) | PTRACE_O_SUSPEND_SECCOMP = 0x200000 constant PTRACE_O_TRACECLONE (line 2550) | PTRACE_O_TRACECLONE = 0x8 constant PTRACE_O_TRACEEXEC (line 2551) | PTRACE_O_TRACEEXEC = 0x10 constant PTRACE_O_TRACEEXIT (line 2552) | PTRACE_O_TRACEEXIT = 0x40 constant PTRACE_O_TRACEFORK (line 2553) | PTRACE_O_TRACEFORK = 0x2 constant PTRACE_O_TRACESECCOMP (line 2554) | PTRACE_O_TRACESECCOMP = 0x80 constant PTRACE_O_TRACESYSGOOD (line 2555) | PTRACE_O_TRACESYSGOOD = 0x1 constant PTRACE_O_TRACEVFORK (line 2556) | PTRACE_O_TRACEVFORK = 0x4 constant PTRACE_O_TRACEVFORKDONE (line 2557) | PTRACE_O_TRACEVFORKDONE = 0x20 constant PTRACE_PEEKDATA (line 2558) | PTRACE_PEEKDATA = 0x2 constant PTRACE_PEEKSIGINFO (line 2559) | PTRACE_PEEKSIGINFO = 0x4209 constant PTRACE_PEEKSIGINFO_SHARED (line 2560) | PTRACE_PEEKSIGINFO_SHARED = 0x1 constant PTRACE_PEEKTEXT (line 2561) | PTRACE_PEEKTEXT = 0x1 constant PTRACE_PEEKUSR (line 2562) | PTRACE_PEEKUSR = 0x3 constant PTRACE_POKEDATA (line 2563) | PTRACE_POKEDATA = 0x5 constant PTRACE_POKETEXT (line 2564) | PTRACE_POKETEXT = 0x4 constant PTRACE_POKEUSR (line 2565) | PTRACE_POKEUSR = 0x6 constant PTRACE_SECCOMP_GET_FILTER (line 2566) | PTRACE_SECCOMP_GET_FILTER = 0x420c constant PTRACE_SECCOMP_GET_METADATA (line 2567) | PTRACE_SECCOMP_GET_METADATA = 0x420d constant PTRACE_SEIZE (line 2568) | PTRACE_SEIZE = 0x4206 constant PTRACE_SETOPTIONS (line 2569) | PTRACE_SETOPTIONS = 0x4200 constant PTRACE_SETREGS (line 2570) | PTRACE_SETREGS = 0xd constant PTRACE_SETREGSET (line 2571) | PTRACE_SETREGSET = 0x4205 constant PTRACE_SETSIGINFO (line 2572) | PTRACE_SETSIGINFO = 0x4203 constant PTRACE_SETSIGMASK (line 2573) | PTRACE_SETSIGMASK = 0x420b constant PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG (line 2574) | PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG = 0x4210 constant PTRACE_SINGLESTEP (line 2575) | PTRACE_SINGLESTEP = 0x9 constant PTRACE_SYSCALL (line 2576) | PTRACE_SYSCALL = 0x18 constant PTRACE_SYSCALL_INFO_ENTRY (line 2577) | PTRACE_SYSCALL_INFO_ENTRY = 0x1 constant PTRACE_SYSCALL_INFO_EXIT (line 2578) | PTRACE_SYSCALL_INFO_EXIT = 0x2 constant PTRACE_SYSCALL_INFO_NONE (line 2579) | PTRACE_SYSCALL_INFO_NONE = 0x0 constant PTRACE_SYSCALL_INFO_SECCOMP (line 2580) | PTRACE_SYSCALL_INFO_SECCOMP = 0x3 constant PTRACE_TRACEME (line 2581) | PTRACE_TRACEME = 0x0 constant P_ALL (line 2582) | P_ALL = 0x0 constant P_PGID (line 2583) | P_PGID = 0x2 constant P_PID (line 2584) | P_PID = 0x1 constant P_PIDFD (line 2585) | P_PIDFD = 0x3 constant QNX4_SUPER_MAGIC (line 2586) | QNX4_SUPER_MAGIC = 0x2f constant QNX6_SUPER_MAGIC (line 2587) | QNX6_SUPER_MAGIC = 0x68191122 constant RAMFS_MAGIC (line 2588) | RAMFS_MAGIC = 0x858458f6 constant RAW_PAYLOAD_DIGITAL (line 2589) | RAW_PAYLOAD_DIGITAL = 0x3 constant RAW_PAYLOAD_HCI (line 2590) | RAW_PAYLOAD_HCI = 0x2 constant RAW_PAYLOAD_LLCP (line 2591) | RAW_PAYLOAD_LLCP = 0x0 constant RAW_PAYLOAD_NCI (line 2592) | RAW_PAYLOAD_NCI = 0x1 constant RAW_PAYLOAD_PROPRIETARY (line 2593) | RAW_PAYLOAD_PROPRIETARY = 0x4 constant RDTGROUP_SUPER_MAGIC (line 2594) | RDTGROUP_SUPER_MAGIC = 0x7655821 constant REISERFS_SUPER_MAGIC (line 2595) | REISERFS_SUPER_MAGIC = 0x52654973 constant RENAME_EXCHANGE (line 2596) | RENAME_EXCHANGE = 0x2 constant RENAME_NOREPLACE (line 2597) | RENAME_NOREPLACE = 0x1 constant RENAME_WHITEOUT (line 2598) | RENAME_WHITEOUT = 0x4 constant RLIMIT_CORE (line 2599) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 2600) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 2601) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 2602) | RLIMIT_FSIZE = 0x1 constant RLIMIT_LOCKS (line 2603) | RLIMIT_LOCKS = 0xa constant RLIMIT_MSGQUEUE (line 2604) | RLIMIT_MSGQUEUE = 0xc constant RLIMIT_NICE (line 2605) | RLIMIT_NICE = 0xd constant RLIMIT_RTPRIO (line 2606) | RLIMIT_RTPRIO = 0xe constant RLIMIT_RTTIME (line 2607) | RLIMIT_RTTIME = 0xf constant RLIMIT_SIGPENDING (line 2608) | RLIMIT_SIGPENDING = 0xb constant RLIMIT_STACK (line 2609) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 2610) | RLIM_INFINITY = 0xffffffffffffffff constant RTAX_ADVMSS (line 2611) | RTAX_ADVMSS = 0x8 constant RTAX_CC_ALGO (line 2612) | RTAX_CC_ALGO = 0x10 constant RTAX_CWND (line 2613) | RTAX_CWND = 0x7 constant RTAX_FASTOPEN_NO_COOKIE (line 2614) | RTAX_FASTOPEN_NO_COOKIE = 0x11 constant RTAX_FEATURES (line 2615) | RTAX_FEATURES = 0xc constant RTAX_FEATURE_ALLFRAG (line 2616) | RTAX_FEATURE_ALLFRAG = 0x8 constant RTAX_FEATURE_ECN (line 2617) | RTAX_FEATURE_ECN = 0x1 constant RTAX_FEATURE_MASK (line 2618) | RTAX_FEATURE_MASK = 0xf constant RTAX_FEATURE_SACK (line 2619) | RTAX_FEATURE_SACK = 0x2 constant RTAX_FEATURE_TIMESTAMP (line 2620) | RTAX_FEATURE_TIMESTAMP = 0x4 constant RTAX_HOPLIMIT (line 2621) | RTAX_HOPLIMIT = 0xa constant RTAX_INITCWND (line 2622) | RTAX_INITCWND = 0xb constant RTAX_INITRWND (line 2623) | RTAX_INITRWND = 0xe constant RTAX_LOCK (line 2624) | RTAX_LOCK = 0x1 constant RTAX_MAX (line 2625) | RTAX_MAX = 0x11 constant RTAX_MTU (line 2626) | RTAX_MTU = 0x2 constant RTAX_QUICKACK (line 2627) | RTAX_QUICKACK = 0xf constant RTAX_REORDERING (line 2628) | RTAX_REORDERING = 0x9 constant RTAX_RTO_MIN (line 2629) | RTAX_RTO_MIN = 0xd constant RTAX_RTT (line 2630) | RTAX_RTT = 0x4 constant RTAX_RTTVAR (line 2631) | RTAX_RTTVAR = 0x5 constant RTAX_SSTHRESH (line 2632) | RTAX_SSTHRESH = 0x6 constant RTAX_UNSPEC (line 2633) | RTAX_UNSPEC = 0x0 constant RTAX_WINDOW (line 2634) | RTAX_WINDOW = 0x3 constant RTA_ALIGNTO (line 2635) | RTA_ALIGNTO = 0x4 constant RTA_MAX (line 2636) | RTA_MAX = 0x1e constant RTCF_DIRECTSRC (line 2637) | RTCF_DIRECTSRC = 0x4000000 constant RTCF_DOREDIRECT (line 2638) | RTCF_DOREDIRECT = 0x1000000 constant RTCF_LOG (line 2639) | RTCF_LOG = 0x2000000 constant RTCF_MASQ (line 2640) | RTCF_MASQ = 0x400000 constant RTCF_NAT (line 2641) | RTCF_NAT = 0x800000 constant RTCF_VALVE (line 2642) | RTCF_VALVE = 0x200000 constant RTC_AF (line 2643) | RTC_AF = 0x20 constant RTC_BSM_DIRECT (line 2644) | RTC_BSM_DIRECT = 0x1 constant RTC_BSM_DISABLED (line 2645) | RTC_BSM_DISABLED = 0x0 constant RTC_BSM_LEVEL (line 2646) | RTC_BSM_LEVEL = 0x2 constant RTC_BSM_STANDBY (line 2647) | RTC_BSM_STANDBY = 0x3 constant RTC_FEATURE_ALARM (line 2648) | RTC_FEATURE_ALARM = 0x0 constant RTC_FEATURE_ALARM_RES_2S (line 2649) | RTC_FEATURE_ALARM_RES_2S = 0x3 constant RTC_FEATURE_ALARM_RES_MINUTE (line 2650) | RTC_FEATURE_ALARM_RES_MINUTE = 0x1 constant RTC_FEATURE_ALARM_WAKEUP_ONLY (line 2651) | RTC_FEATURE_ALARM_WAKEUP_ONLY = 0x7 constant RTC_FEATURE_BACKUP_SWITCH_MODE (line 2652) | RTC_FEATURE_BACKUP_SWITCH_MODE = 0x6 constant RTC_FEATURE_CNT (line 2653) | RTC_FEATURE_CNT = 0x8 constant RTC_FEATURE_CORRECTION (line 2654) | RTC_FEATURE_CORRECTION = 0x5 constant RTC_FEATURE_NEED_WEEK_DAY (line 2655) | RTC_FEATURE_NEED_WEEK_DAY = 0x2 constant RTC_FEATURE_UPDATE_INTERRUPT (line 2656) | RTC_FEATURE_UPDATE_INTERRUPT = 0x4 constant RTC_IRQF (line 2657) | RTC_IRQF = 0x80 constant RTC_MAX_FREQ (line 2658) | RTC_MAX_FREQ = 0x2000 constant RTC_PARAM_BACKUP_SWITCH_MODE (line 2659) | RTC_PARAM_BACKUP_SWITCH_MODE = 0x2 constant RTC_PARAM_CORRECTION (line 2660) | RTC_PARAM_CORRECTION = 0x1 constant RTC_PARAM_FEATURES (line 2661) | RTC_PARAM_FEATURES = 0x0 constant RTC_PF (line 2662) | RTC_PF = 0x40 constant RTC_UF (line 2663) | RTC_UF = 0x10 constant RTF_ADDRCLASSMASK (line 2664) | RTF_ADDRCLASSMASK = 0xf8000000 constant RTF_ADDRCONF (line 2665) | RTF_ADDRCONF = 0x40000 constant RTF_ALLONLINK (line 2666) | RTF_ALLONLINK = 0x20000 constant RTF_BROADCAST (line 2667) | RTF_BROADCAST = 0x10000000 constant RTF_CACHE (line 2668) | RTF_CACHE = 0x1000000 constant RTF_DEFAULT (line 2669) | RTF_DEFAULT = 0x10000 constant RTF_DYNAMIC (line 2670) | RTF_DYNAMIC = 0x10 constant RTF_FLOW (line 2671) | RTF_FLOW = 0x2000000 constant RTF_GATEWAY (line 2672) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 2673) | RTF_HOST = 0x4 constant RTF_INTERFACE (line 2674) | RTF_INTERFACE = 0x40000000 constant RTF_IRTT (line 2675) | RTF_IRTT = 0x100 constant RTF_LINKRT (line 2676) | RTF_LINKRT = 0x100000 constant RTF_LOCAL (line 2677) | RTF_LOCAL = 0x80000000 constant RTF_MODIFIED (line 2678) | RTF_MODIFIED = 0x20 constant RTF_MSS (line 2679) | RTF_MSS = 0x40 constant RTF_MTU (line 2680) | RTF_MTU = 0x40 constant RTF_MULTICAST (line 2681) | RTF_MULTICAST = 0x20000000 constant RTF_NAT (line 2682) | RTF_NAT = 0x8000000 constant RTF_NOFORWARD (line 2683) | RTF_NOFORWARD = 0x1000 constant RTF_NONEXTHOP (line 2684) | RTF_NONEXTHOP = 0x200000 constant RTF_NOPMTUDISC (line 2685) | RTF_NOPMTUDISC = 0x4000 constant RTF_POLICY (line 2686) | RTF_POLICY = 0x4000000 constant RTF_REINSTATE (line 2687) | RTF_REINSTATE = 0x8 constant RTF_REJECT (line 2688) | RTF_REJECT = 0x200 constant RTF_STATIC (line 2689) | RTF_STATIC = 0x400 constant RTF_THROW (line 2690) | RTF_THROW = 0x2000 constant RTF_UP (line 2691) | RTF_UP = 0x1 constant RTF_WINDOW (line 2692) | RTF_WINDOW = 0x80 constant RTF_XRESOLVE (line 2693) | RTF_XRESOLVE = 0x800 constant RTMGRP_DECnet_IFADDR (line 2694) | RTMGRP_DECnet_IFADDR = 0x1000 constant RTMGRP_DECnet_ROUTE (line 2695) | RTMGRP_DECnet_ROUTE = 0x4000 constant RTMGRP_IPV4_IFADDR (line 2696) | RTMGRP_IPV4_IFADDR = 0x10 constant RTMGRP_IPV4_MROUTE (line 2697) | RTMGRP_IPV4_MROUTE = 0x20 constant RTMGRP_IPV4_ROUTE (line 2698) | RTMGRP_IPV4_ROUTE = 0x40 constant RTMGRP_IPV4_RULE (line 2699) | RTMGRP_IPV4_RULE = 0x80 constant RTMGRP_IPV6_IFADDR (line 2700) | RTMGRP_IPV6_IFADDR = 0x100 constant RTMGRP_IPV6_IFINFO (line 2701) | RTMGRP_IPV6_IFINFO = 0x800 constant RTMGRP_IPV6_MROUTE (line 2702) | RTMGRP_IPV6_MROUTE = 0x200 constant RTMGRP_IPV6_PREFIX (line 2703) | RTMGRP_IPV6_PREFIX = 0x20000 constant RTMGRP_IPV6_ROUTE (line 2704) | RTMGRP_IPV6_ROUTE = 0x400 constant RTMGRP_LINK (line 2705) | RTMGRP_LINK = 0x1 constant RTMGRP_NEIGH (line 2706) | RTMGRP_NEIGH = 0x4 constant RTMGRP_NOTIFY (line 2707) | RTMGRP_NOTIFY = 0x2 constant RTMGRP_TC (line 2708) | RTMGRP_TC = 0x8 constant RTM_BASE (line 2709) | RTM_BASE = 0x10 constant RTM_DELACTION (line 2710) | RTM_DELACTION = 0x31 constant RTM_DELADDR (line 2711) | RTM_DELADDR = 0x15 constant RTM_DELADDRLABEL (line 2712) | RTM_DELADDRLABEL = 0x49 constant RTM_DELCHAIN (line 2713) | RTM_DELCHAIN = 0x65 constant RTM_DELLINK (line 2714) | RTM_DELLINK = 0x11 constant RTM_DELLINKPROP (line 2715) | RTM_DELLINKPROP = 0x6d constant RTM_DELMDB (line 2716) | RTM_DELMDB = 0x55 constant RTM_DELNEIGH (line 2717) | RTM_DELNEIGH = 0x1d constant RTM_DELNETCONF (line 2718) | RTM_DELNETCONF = 0x51 constant RTM_DELNEXTHOP (line 2719) | RTM_DELNEXTHOP = 0x69 constant RTM_DELNEXTHOPBUCKET (line 2720) | RTM_DELNEXTHOPBUCKET = 0x75 constant RTM_DELNSID (line 2721) | RTM_DELNSID = 0x59 constant RTM_DELQDISC (line 2722) | RTM_DELQDISC = 0x25 constant RTM_DELROUTE (line 2723) | RTM_DELROUTE = 0x19 constant RTM_DELRULE (line 2724) | RTM_DELRULE = 0x21 constant RTM_DELTCLASS (line 2725) | RTM_DELTCLASS = 0x29 constant RTM_DELTFILTER (line 2726) | RTM_DELTFILTER = 0x2d constant RTM_DELTUNNEL (line 2727) | RTM_DELTUNNEL = 0x79 constant RTM_DELVLAN (line 2728) | RTM_DELVLAN = 0x71 constant RTM_F_CLONED (line 2729) | RTM_F_CLONED = 0x200 constant RTM_F_EQUALIZE (line 2730) | RTM_F_EQUALIZE = 0x400 constant RTM_F_FIB_MATCH (line 2731) | RTM_F_FIB_MATCH = 0x2000 constant RTM_F_LOOKUP_TABLE (line 2732) | RTM_F_LOOKUP_TABLE = 0x1000 constant RTM_F_NOTIFY (line 2733) | RTM_F_NOTIFY = 0x100 constant RTM_F_OFFLOAD (line 2734) | RTM_F_OFFLOAD = 0x4000 constant RTM_F_OFFLOAD_FAILED (line 2735) | RTM_F_OFFLOAD_FAILED = 0x20000000 constant RTM_F_PREFIX (line 2736) | RTM_F_PREFIX = 0x800 constant RTM_F_TRAP (line 2737) | RTM_F_TRAP = 0x8000 constant RTM_GETACTION (line 2738) | RTM_GETACTION = 0x32 constant RTM_GETADDR (line 2739) | RTM_GETADDR = 0x16 constant RTM_GETADDRLABEL (line 2740) | RTM_GETADDRLABEL = 0x4a constant RTM_GETANYCAST (line 2741) | RTM_GETANYCAST = 0x3e constant RTM_GETCHAIN (line 2742) | RTM_GETCHAIN = 0x66 constant RTM_GETDCB (line 2743) | RTM_GETDCB = 0x4e constant RTM_GETLINK (line 2744) | RTM_GETLINK = 0x12 constant RTM_GETLINKPROP (line 2745) | RTM_GETLINKPROP = 0x6e constant RTM_GETMDB (line 2746) | RTM_GETMDB = 0x56 constant RTM_GETMULTICAST (line 2747) | RTM_GETMULTICAST = 0x3a constant RTM_GETNEIGH (line 2748) | RTM_GETNEIGH = 0x1e constant RTM_GETNEIGHTBL (line 2749) | RTM_GETNEIGHTBL = 0x42 constant RTM_GETNETCONF (line 2750) | RTM_GETNETCONF = 0x52 constant RTM_GETNEXTHOP (line 2751) | RTM_GETNEXTHOP = 0x6a constant RTM_GETNEXTHOPBUCKET (line 2752) | RTM_GETNEXTHOPBUCKET = 0x76 constant RTM_GETNSID (line 2753) | RTM_GETNSID = 0x5a constant RTM_GETQDISC (line 2754) | RTM_GETQDISC = 0x26 constant RTM_GETROUTE (line 2755) | RTM_GETROUTE = 0x1a constant RTM_GETRULE (line 2756) | RTM_GETRULE = 0x22 constant RTM_GETSTATS (line 2757) | RTM_GETSTATS = 0x5e constant RTM_GETTCLASS (line 2758) | RTM_GETTCLASS = 0x2a constant RTM_GETTFILTER (line 2759) | RTM_GETTFILTER = 0x2e constant RTM_GETTUNNEL (line 2760) | RTM_GETTUNNEL = 0x7a constant RTM_GETVLAN (line 2761) | RTM_GETVLAN = 0x72 constant RTM_MAX (line 2762) | RTM_MAX = 0x7b constant RTM_NEWACTION (line 2763) | RTM_NEWACTION = 0x30 constant RTM_NEWADDR (line 2764) | RTM_NEWADDR = 0x14 constant RTM_NEWADDRLABEL (line 2765) | RTM_NEWADDRLABEL = 0x48 constant RTM_NEWCACHEREPORT (line 2766) | RTM_NEWCACHEREPORT = 0x60 constant RTM_NEWCHAIN (line 2767) | RTM_NEWCHAIN = 0x64 constant RTM_NEWLINK (line 2768) | RTM_NEWLINK = 0x10 constant RTM_NEWLINKPROP (line 2769) | RTM_NEWLINKPROP = 0x6c constant RTM_NEWMDB (line 2770) | RTM_NEWMDB = 0x54 constant RTM_NEWNDUSEROPT (line 2771) | RTM_NEWNDUSEROPT = 0x44 constant RTM_NEWNEIGH (line 2772) | RTM_NEWNEIGH = 0x1c constant RTM_NEWNEIGHTBL (line 2773) | RTM_NEWNEIGHTBL = 0x40 constant RTM_NEWNETCONF (line 2774) | RTM_NEWNETCONF = 0x50 constant RTM_NEWNEXTHOP (line 2775) | RTM_NEWNEXTHOP = 0x68 constant RTM_NEWNEXTHOPBUCKET (line 2776) | RTM_NEWNEXTHOPBUCKET = 0x74 constant RTM_NEWNSID (line 2777) | RTM_NEWNSID = 0x58 constant RTM_NEWNVLAN (line 2778) | RTM_NEWNVLAN = 0x70 constant RTM_NEWPREFIX (line 2779) | RTM_NEWPREFIX = 0x34 constant RTM_NEWQDISC (line 2780) | RTM_NEWQDISC = 0x24 constant RTM_NEWROUTE (line 2781) | RTM_NEWROUTE = 0x18 constant RTM_NEWRULE (line 2782) | RTM_NEWRULE = 0x20 constant RTM_NEWSTATS (line 2783) | RTM_NEWSTATS = 0x5c constant RTM_NEWTCLASS (line 2784) | RTM_NEWTCLASS = 0x28 constant RTM_NEWTFILTER (line 2785) | RTM_NEWTFILTER = 0x2c constant RTM_NEWTUNNEL (line 2786) | RTM_NEWTUNNEL = 0x78 constant RTM_NR_FAMILIES (line 2787) | RTM_NR_FAMILIES = 0x1b constant RTM_NR_MSGTYPES (line 2788) | RTM_NR_MSGTYPES = 0x6c constant RTM_SETDCB (line 2789) | RTM_SETDCB = 0x4f constant RTM_SETLINK (line 2790) | RTM_SETLINK = 0x13 constant RTM_SETNEIGHTBL (line 2791) | RTM_SETNEIGHTBL = 0x43 constant RTM_SETSTATS (line 2792) | RTM_SETSTATS = 0x5f constant RTNH_ALIGNTO (line 2793) | RTNH_ALIGNTO = 0x4 constant RTNH_COMPARE_MASK (line 2794) | RTNH_COMPARE_MASK = 0x59 constant RTNH_F_DEAD (line 2795) | RTNH_F_DEAD = 0x1 constant RTNH_F_LINKDOWN (line 2796) | RTNH_F_LINKDOWN = 0x10 constant RTNH_F_OFFLOAD (line 2797) | RTNH_F_OFFLOAD = 0x8 constant RTNH_F_ONLINK (line 2798) | RTNH_F_ONLINK = 0x4 constant RTNH_F_PERVASIVE (line 2799) | RTNH_F_PERVASIVE = 0x2 constant RTNH_F_TRAP (line 2800) | RTNH_F_TRAP = 0x40 constant RTNH_F_UNRESOLVED (line 2801) | RTNH_F_UNRESOLVED = 0x20 constant RTN_MAX (line 2802) | RTN_MAX = 0xb constant RTPROT_BABEL (line 2803) | RTPROT_BABEL = 0x2a constant RTPROT_BGP (line 2804) | RTPROT_BGP = 0xba constant RTPROT_BIRD (line 2805) | RTPROT_BIRD = 0xc constant RTPROT_BOOT (line 2806) | RTPROT_BOOT = 0x3 constant RTPROT_DHCP (line 2807) | RTPROT_DHCP = 0x10 constant RTPROT_DNROUTED (line 2808) | RTPROT_DNROUTED = 0xd constant RTPROT_EIGRP (line 2809) | RTPROT_EIGRP = 0xc0 constant RTPROT_GATED (line 2810) | RTPROT_GATED = 0x8 constant RTPROT_ISIS (line 2811) | RTPROT_ISIS = 0xbb constant RTPROT_KEEPALIVED (line 2812) | RTPROT_KEEPALIVED = 0x12 constant RTPROT_KERNEL (line 2813) | RTPROT_KERNEL = 0x2 constant RTPROT_MROUTED (line 2814) | RTPROT_MROUTED = 0x11 constant RTPROT_MRT (line 2815) | RTPROT_MRT = 0xa constant RTPROT_NTK (line 2816) | RTPROT_NTK = 0xf constant RTPROT_OPENR (line 2817) | RTPROT_OPENR = 0x63 constant RTPROT_OSPF (line 2818) | RTPROT_OSPF = 0xbc constant RTPROT_RA (line 2819) | RTPROT_RA = 0x9 constant RTPROT_REDIRECT (line 2820) | RTPROT_REDIRECT = 0x1 constant RTPROT_RIP (line 2821) | RTPROT_RIP = 0xbd constant RTPROT_STATIC (line 2822) | RTPROT_STATIC = 0x4 constant RTPROT_UNSPEC (line 2823) | RTPROT_UNSPEC = 0x0 constant RTPROT_XORP (line 2824) | RTPROT_XORP = 0xe constant RTPROT_ZEBRA (line 2825) | RTPROT_ZEBRA = 0xb constant RT_CLASS_DEFAULT (line 2826) | RT_CLASS_DEFAULT = 0xfd constant RT_CLASS_LOCAL (line 2827) | RT_CLASS_LOCAL = 0xff constant RT_CLASS_MAIN (line 2828) | RT_CLASS_MAIN = 0xfe constant RT_CLASS_MAX (line 2829) | RT_CLASS_MAX = 0xff constant RT_CLASS_UNSPEC (line 2830) | RT_CLASS_UNSPEC = 0x0 constant RUSAGE_CHILDREN (line 2831) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 2832) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 2833) | RUSAGE_THREAD = 0x1 constant RWF_APPEND (line 2834) | RWF_APPEND = 0x10 constant RWF_DSYNC (line 2835) | RWF_DSYNC = 0x2 constant RWF_HIPRI (line 2836) | RWF_HIPRI = 0x1 constant RWF_NOWAIT (line 2837) | RWF_NOWAIT = 0x8 constant RWF_SUPPORTED (line 2838) | RWF_SUPPORTED = 0x1f constant RWF_SYNC (line 2839) | RWF_SYNC = 0x4 constant RWF_WRITE_LIFE_NOT_SET (line 2840) | RWF_WRITE_LIFE_NOT_SET = 0x0 constant SCHED_BATCH (line 2841) | SCHED_BATCH = 0x3 constant SCHED_DEADLINE (line 2842) | SCHED_DEADLINE = 0x6 constant SCHED_FIFO (line 2843) | SCHED_FIFO = 0x1 constant SCHED_FLAG_ALL (line 2844) | SCHED_FLAG_ALL = 0x7f constant SCHED_FLAG_DL_OVERRUN (line 2845) | SCHED_FLAG_DL_OVERRUN = 0x4 constant SCHED_FLAG_KEEP_ALL (line 2846) | SCHED_FLAG_KEEP_ALL = 0x18 constant SCHED_FLAG_KEEP_PARAMS (line 2847) | SCHED_FLAG_KEEP_PARAMS = 0x10 constant SCHED_FLAG_KEEP_POLICY (line 2848) | SCHED_FLAG_KEEP_POLICY = 0x8 constant SCHED_FLAG_RECLAIM (line 2849) | SCHED_FLAG_RECLAIM = 0x2 constant SCHED_FLAG_RESET_ON_FORK (line 2850) | SCHED_FLAG_RESET_ON_FORK = 0x1 constant SCHED_FLAG_UTIL_CLAMP (line 2851) | SCHED_FLAG_UTIL_CLAMP = 0x60 constant SCHED_FLAG_UTIL_CLAMP_MAX (line 2852) | SCHED_FLAG_UTIL_CLAMP_MAX = 0x40 constant SCHED_FLAG_UTIL_CLAMP_MIN (line 2853) | SCHED_FLAG_UTIL_CLAMP_MIN = 0x20 constant SCHED_IDLE (line 2854) | SCHED_IDLE = 0x5 constant SCHED_NORMAL (line 2855) | SCHED_NORMAL = 0x0 constant SCHED_RESET_ON_FORK (line 2856) | SCHED_RESET_ON_FORK = 0x40000000 constant SCHED_RR (line 2857) | SCHED_RR = 0x2 constant SCM_CREDENTIALS (line 2858) | SCM_CREDENTIALS = 0x2 constant SCM_RIGHTS (line 2859) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 2860) | SCM_TIMESTAMP = 0x1d constant SC_LOG_FLUSH (line 2861) | SC_LOG_FLUSH = 0x100000 constant SECCOMP_MODE_DISABLED (line 2862) | SECCOMP_MODE_DISABLED = 0x0 constant SECCOMP_MODE_FILTER (line 2863) | SECCOMP_MODE_FILTER = 0x2 constant SECCOMP_MODE_STRICT (line 2864) | SECCOMP_MODE_STRICT = 0x1 constant SECRETMEM_MAGIC (line 2865) | SECRETMEM_MAGIC = 0x5345434d constant SECURITYFS_MAGIC (line 2866) | SECURITYFS_MAGIC = 0x73636673 constant SEEK_CUR (line 2867) | SEEK_CUR = 0x1 constant SEEK_DATA (line 2868) | SEEK_DATA = 0x3 constant SEEK_END (line 2869) | SEEK_END = 0x2 constant SEEK_HOLE (line 2870) | SEEK_HOLE = 0x4 constant SEEK_MAX (line 2871) | SEEK_MAX = 0x4 constant SEEK_SET (line 2872) | SEEK_SET = 0x0 constant SELINUX_MAGIC (line 2873) | SELINUX_MAGIC = 0xf97cff8c constant SHUT_RD (line 2874) | SHUT_RD = 0x0 constant SHUT_RDWR (line 2875) | SHUT_RDWR = 0x2 constant SHUT_WR (line 2876) | SHUT_WR = 0x1 constant SIOCADDDLCI (line 2877) | SIOCADDDLCI = 0x8980 constant SIOCADDMULTI (line 2878) | SIOCADDMULTI = 0x8931 constant SIOCADDRT (line 2879) | SIOCADDRT = 0x890b constant SIOCBONDCHANGEACTIVE (line 2880) | SIOCBONDCHANGEACTIVE = 0x8995 constant SIOCBONDENSLAVE (line 2881) | SIOCBONDENSLAVE = 0x8990 constant SIOCBONDINFOQUERY (line 2882) | SIOCBONDINFOQUERY = 0x8994 constant SIOCBONDRELEASE (line 2883) | SIOCBONDRELEASE = 0x8991 constant SIOCBONDSETHWADDR (line 2884) | SIOCBONDSETHWADDR = 0x8992 constant SIOCBONDSLAVEINFOQUERY (line 2885) | SIOCBONDSLAVEINFOQUERY = 0x8993 constant SIOCBRADDBR (line 2886) | SIOCBRADDBR = 0x89a0 constant SIOCBRADDIF (line 2887) | SIOCBRADDIF = 0x89a2 constant SIOCBRDELBR (line 2888) | SIOCBRDELBR = 0x89a1 constant SIOCBRDELIF (line 2889) | SIOCBRDELIF = 0x89a3 constant SIOCDARP (line 2890) | SIOCDARP = 0x8953 constant SIOCDELDLCI (line 2891) | SIOCDELDLCI = 0x8981 constant SIOCDELMULTI (line 2892) | SIOCDELMULTI = 0x8932 constant SIOCDELRT (line 2893) | SIOCDELRT = 0x890c constant SIOCDEVPRIVATE (line 2894) | SIOCDEVPRIVATE = 0x89f0 constant SIOCDIFADDR (line 2895) | SIOCDIFADDR = 0x8936 constant SIOCDRARP (line 2896) | SIOCDRARP = 0x8960 constant SIOCETHTOOL (line 2897) | SIOCETHTOOL = 0x8946 constant SIOCGARP (line 2898) | SIOCGARP = 0x8954 constant SIOCGETLINKNAME (line 2899) | SIOCGETLINKNAME = 0x89e0 constant SIOCGETNODEID (line 2900) | SIOCGETNODEID = 0x89e1 constant SIOCGHWTSTAMP (line 2901) | SIOCGHWTSTAMP = 0x89b1 constant SIOCGIFADDR (line 2902) | SIOCGIFADDR = 0x8915 constant SIOCGIFBR (line 2903) | SIOCGIFBR = 0x8940 constant SIOCGIFBRDADDR (line 2904) | SIOCGIFBRDADDR = 0x8919 constant SIOCGIFCONF (line 2905) | SIOCGIFCONF = 0x8912 constant SIOCGIFCOUNT (line 2906) | SIOCGIFCOUNT = 0x8938 constant SIOCGIFDSTADDR (line 2907) | SIOCGIFDSTADDR = 0x8917 constant SIOCGIFENCAP (line 2908) | SIOCGIFENCAP = 0x8925 constant SIOCGIFFLAGS (line 2909) | SIOCGIFFLAGS = 0x8913 constant SIOCGIFHWADDR (line 2910) | SIOCGIFHWADDR = 0x8927 constant SIOCGIFINDEX (line 2911) | SIOCGIFINDEX = 0x8933 constant SIOCGIFMAP (line 2912) | SIOCGIFMAP = 0x8970 constant SIOCGIFMEM (line 2913) | SIOCGIFMEM = 0x891f constant SIOCGIFMETRIC (line 2914) | SIOCGIFMETRIC = 0x891d constant SIOCGIFMTU (line 2915) | SIOCGIFMTU = 0x8921 constant SIOCGIFNAME (line 2916) | SIOCGIFNAME = 0x8910 constant SIOCGIFNETMASK (line 2917) | SIOCGIFNETMASK = 0x891b constant SIOCGIFPFLAGS (line 2918) | SIOCGIFPFLAGS = 0x8935 constant SIOCGIFSLAVE (line 2919) | SIOCGIFSLAVE = 0x8929 constant SIOCGIFTXQLEN (line 2920) | SIOCGIFTXQLEN = 0x8942 constant SIOCGIFVLAN (line 2921) | SIOCGIFVLAN = 0x8982 constant SIOCGMIIPHY (line 2922) | SIOCGMIIPHY = 0x8947 constant SIOCGMIIREG (line 2923) | SIOCGMIIREG = 0x8948 constant SIOCGPPPCSTATS (line 2924) | SIOCGPPPCSTATS = 0x89f2 constant SIOCGPPPSTATS (line 2925) | SIOCGPPPSTATS = 0x89f0 constant SIOCGPPPVER (line 2926) | SIOCGPPPVER = 0x89f1 constant SIOCGRARP (line 2927) | SIOCGRARP = 0x8961 constant SIOCGSKNS (line 2928) | SIOCGSKNS = 0x894c constant SIOCGSTAMP (line 2929) | SIOCGSTAMP = 0x8906 constant SIOCGSTAMPNS (line 2930) | SIOCGSTAMPNS = 0x8907 constant SIOCGSTAMPNS_OLD (line 2931) | SIOCGSTAMPNS_OLD = 0x8907 constant SIOCGSTAMP_OLD (line 2932) | SIOCGSTAMP_OLD = 0x8906 constant SIOCKCMATTACH (line 2933) | SIOCKCMATTACH = 0x89e0 constant SIOCKCMCLONE (line 2934) | SIOCKCMCLONE = 0x89e2 constant SIOCKCMUNATTACH (line 2935) | SIOCKCMUNATTACH = 0x89e1 constant SIOCOUTQNSD (line 2936) | SIOCOUTQNSD = 0x894b constant SIOCPROTOPRIVATE (line 2937) | SIOCPROTOPRIVATE = 0x89e0 constant SIOCRTMSG (line 2938) | SIOCRTMSG = 0x890d constant SIOCSARP (line 2939) | SIOCSARP = 0x8955 constant SIOCSHWTSTAMP (line 2940) | SIOCSHWTSTAMP = 0x89b0 constant SIOCSIFADDR (line 2941) | SIOCSIFADDR = 0x8916 constant SIOCSIFBR (line 2942) | SIOCSIFBR = 0x8941 constant SIOCSIFBRDADDR (line 2943) | SIOCSIFBRDADDR = 0x891a constant SIOCSIFDSTADDR (line 2944) | SIOCSIFDSTADDR = 0x8918 constant SIOCSIFENCAP (line 2945) | SIOCSIFENCAP = 0x8926 constant SIOCSIFFLAGS (line 2946) | SIOCSIFFLAGS = 0x8914 constant SIOCSIFHWADDR (line 2947) | SIOCSIFHWADDR = 0x8924 constant SIOCSIFHWBROADCAST (line 2948) | SIOCSIFHWBROADCAST = 0x8937 constant SIOCSIFLINK (line 2949) | SIOCSIFLINK = 0x8911 constant SIOCSIFMAP (line 2950) | SIOCSIFMAP = 0x8971 constant SIOCSIFMEM (line 2951) | SIOCSIFMEM = 0x8920 constant SIOCSIFMETRIC (line 2952) | SIOCSIFMETRIC = 0x891e constant SIOCSIFMTU (line 2953) | SIOCSIFMTU = 0x8922 constant SIOCSIFNAME (line 2954) | SIOCSIFNAME = 0x8923 constant SIOCSIFNETMASK (line 2955) | SIOCSIFNETMASK = 0x891c constant SIOCSIFPFLAGS (line 2956) | SIOCSIFPFLAGS = 0x8934 constant SIOCSIFSLAVE (line 2957) | SIOCSIFSLAVE = 0x8930 constant SIOCSIFTXQLEN (line 2958) | SIOCSIFTXQLEN = 0x8943 constant SIOCSIFVLAN (line 2959) | SIOCSIFVLAN = 0x8983 constant SIOCSMIIREG (line 2960) | SIOCSMIIREG = 0x8949 constant SIOCSRARP (line 2961) | SIOCSRARP = 0x8962 constant SIOCWANDEV (line 2962) | SIOCWANDEV = 0x894a constant SMACK_MAGIC (line 2963) | SMACK_MAGIC = 0x43415d53 constant SMART_AUTOSAVE (line 2964) | SMART_AUTOSAVE = 0xd2 constant SMART_AUTO_OFFLINE (line 2965) | SMART_AUTO_OFFLINE = 0xdb constant SMART_DISABLE (line 2966) | SMART_DISABLE = 0xd9 constant SMART_ENABLE (line 2967) | SMART_ENABLE = 0xd8 constant SMART_HCYL_PASS (line 2968) | SMART_HCYL_PASS = 0xc2 constant SMART_IMMEDIATE_OFFLINE (line 2969) | SMART_IMMEDIATE_OFFLINE = 0xd4 constant SMART_LCYL_PASS (line 2970) | SMART_LCYL_PASS = 0x4f constant SMART_READ_LOG_SECTOR (line 2971) | SMART_READ_LOG_SECTOR = 0xd5 constant SMART_READ_THRESHOLDS (line 2972) | SMART_READ_THRESHOLDS = 0xd1 constant SMART_READ_VALUES (line 2973) | SMART_READ_VALUES = 0xd0 constant SMART_SAVE (line 2974) | SMART_SAVE = 0xd3 constant SMART_STATUS (line 2975) | SMART_STATUS = 0xda constant SMART_WRITE_LOG_SECTOR (line 2976) | SMART_WRITE_LOG_SECTOR = 0xd6 constant SMART_WRITE_THRESHOLDS (line 2977) | SMART_WRITE_THRESHOLDS = 0xd7 constant SMB2_SUPER_MAGIC (line 2978) | SMB2_SUPER_MAGIC = 0xfe534d42 constant SMB_SUPER_MAGIC (line 2979) | SMB_SUPER_MAGIC = 0x517b constant SOCKFS_MAGIC (line 2980) | SOCKFS_MAGIC = 0x534f434b constant SOCK_BUF_LOCK_MASK (line 2981) | SOCK_BUF_LOCK_MASK = 0x3 constant SOCK_DCCP (line 2982) | SOCK_DCCP = 0x6 constant SOCK_IOC_TYPE (line 2983) | SOCK_IOC_TYPE = 0x89 constant SOCK_PACKET (line 2984) | SOCK_PACKET = 0xa constant SOCK_RAW (line 2985) | SOCK_RAW = 0x3 constant SOCK_RCVBUF_LOCK (line 2986) | SOCK_RCVBUF_LOCK = 0x2 constant SOCK_RDM (line 2987) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 2988) | SOCK_SEQPACKET = 0x5 constant SOCK_SNDBUF_LOCK (line 2989) | SOCK_SNDBUF_LOCK = 0x1 constant SOCK_TXREHASH_DEFAULT (line 2990) | SOCK_TXREHASH_DEFAULT = 0xff constant SOCK_TXREHASH_DISABLED (line 2991) | SOCK_TXREHASH_DISABLED = 0x0 constant SOCK_TXREHASH_ENABLED (line 2992) | SOCK_TXREHASH_ENABLED = 0x1 constant SOL_AAL (line 2993) | SOL_AAL = 0x109 constant SOL_ALG (line 2994) | SOL_ALG = 0x117 constant SOL_ATM (line 2995) | SOL_ATM = 0x108 constant SOL_CAIF (line 2996) | SOL_CAIF = 0x116 constant SOL_CAN_BASE (line 2997) | SOL_CAN_BASE = 0x64 constant SOL_CAN_RAW (line 2998) | SOL_CAN_RAW = 0x65 constant SOL_DCCP (line 2999) | SOL_DCCP = 0x10d constant SOL_DECNET (line 3000) | SOL_DECNET = 0x105 constant SOL_ICMPV6 (line 3001) | SOL_ICMPV6 = 0x3a constant SOL_IP (line 3002) | SOL_IP = 0x0 constant SOL_IPV6 (line 3003) | SOL_IPV6 = 0x29 constant SOL_IRDA (line 3004) | SOL_IRDA = 0x10a constant SOL_IUCV (line 3005) | SOL_IUCV = 0x115 constant SOL_KCM (line 3006) | SOL_KCM = 0x119 constant SOL_LLC (line 3007) | SOL_LLC = 0x10c constant SOL_MCTP (line 3008) | SOL_MCTP = 0x11d constant SOL_MPTCP (line 3009) | SOL_MPTCP = 0x11c constant SOL_NETBEUI (line 3010) | SOL_NETBEUI = 0x10b constant SOL_NETLINK (line 3011) | SOL_NETLINK = 0x10e constant SOL_NFC (line 3012) | SOL_NFC = 0x118 constant SOL_PACKET (line 3013) | SOL_PACKET = 0x107 constant SOL_PNPIPE (line 3014) | SOL_PNPIPE = 0x113 constant SOL_PPPOL2TP (line 3015) | SOL_PPPOL2TP = 0x111 constant SOL_RAW (line 3016) | SOL_RAW = 0xff constant SOL_RDS (line 3017) | SOL_RDS = 0x114 constant SOL_RXRPC (line 3018) | SOL_RXRPC = 0x110 constant SOL_SMC (line 3019) | SOL_SMC = 0x11e constant SOL_TCP (line 3020) | SOL_TCP = 0x6 constant SOL_TIPC (line 3021) | SOL_TIPC = 0x10f constant SOL_TLS (line 3022) | SOL_TLS = 0x11a constant SOL_UDP (line 3023) | SOL_UDP = 0x11 constant SOL_X25 (line 3024) | SOL_X25 = 0x106 constant SOL_XDP (line 3025) | SOL_XDP = 0x11b constant SOMAXCONN (line 3026) | SOMAXCONN = 0x1000 constant SO_ATTACH_FILTER (line 3027) | SO_ATTACH_FILTER = 0x1a constant SO_DEBUG (line 3028) | SO_DEBUG = 0x1 constant SO_DETACH_BPF (line 3029) | SO_DETACH_BPF = 0x1b constant SO_DETACH_FILTER (line 3030) | SO_DETACH_FILTER = 0x1b constant SO_EE_CODE_TXTIME_INVALID_PARAM (line 3031) | SO_EE_CODE_TXTIME_INVALID_PARAM = 0x1 constant SO_EE_CODE_TXTIME_MISSED (line 3032) | SO_EE_CODE_TXTIME_MISSED = 0x2 constant SO_EE_CODE_ZEROCOPY_COPIED (line 3033) | SO_EE_CODE_ZEROCOPY_COPIED = 0x1 constant SO_EE_ORIGIN_ICMP (line 3034) | SO_EE_ORIGIN_ICMP = 0x2 constant SO_EE_ORIGIN_ICMP6 (line 3035) | SO_EE_ORIGIN_ICMP6 = 0x3 constant SO_EE_ORIGIN_LOCAL (line 3036) | SO_EE_ORIGIN_LOCAL = 0x1 constant SO_EE_ORIGIN_NONE (line 3037) | SO_EE_ORIGIN_NONE = 0x0 constant SO_EE_ORIGIN_TIMESTAMPING (line 3038) | SO_EE_ORIGIN_TIMESTAMPING = 0x4 constant SO_EE_ORIGIN_TXSTATUS (line 3039) | SO_EE_ORIGIN_TXSTATUS = 0x4 constant SO_EE_ORIGIN_TXTIME (line 3040) | SO_EE_ORIGIN_TXTIME = 0x6 constant SO_EE_ORIGIN_ZEROCOPY (line 3041) | SO_EE_ORIGIN_ZEROCOPY = 0x5 constant SO_EE_RFC4884_FLAG_INVALID (line 3042) | SO_EE_RFC4884_FLAG_INVALID = 0x1 constant SO_GET_FILTER (line 3043) | SO_GET_FILTER = 0x1a constant SO_NO_CHECK (line 3044) | SO_NO_CHECK = 0xb constant SO_PEERNAME (line 3045) | SO_PEERNAME = 0x1c constant SO_PRIORITY (line 3046) | SO_PRIORITY = 0xc constant SO_TIMESTAMP (line 3047) | SO_TIMESTAMP = 0x1d constant SO_TIMESTAMP_OLD (line 3048) | SO_TIMESTAMP_OLD = 0x1d constant SO_VM_SOCKETS_BUFFER_MAX_SIZE (line 3049) | SO_VM_SOCKETS_BUFFER_MAX_SIZE = 0x2 constant SO_VM_SOCKETS_BUFFER_MIN_SIZE (line 3050) | SO_VM_SOCKETS_BUFFER_MIN_SIZE = 0x1 constant SO_VM_SOCKETS_BUFFER_SIZE (line 3051) | SO_VM_SOCKETS_BUFFER_SIZE = 0x0 constant SO_VM_SOCKETS_CONNECT_TIMEOUT (line 3052) | SO_VM_SOCKETS_CONNECT_TIMEOUT = 0x6 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW (line 3053) | SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW = 0x8 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD (line 3054) | SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD = 0x6 constant SO_VM_SOCKETS_NONBLOCK_TXRX (line 3055) | SO_VM_SOCKETS_NONBLOCK_TXRX = 0x7 constant SO_VM_SOCKETS_PEER_HOST_VM_ID (line 3056) | SO_VM_SOCKETS_PEER_HOST_VM_ID = 0x3 constant SO_VM_SOCKETS_TRUSTED (line 3057) | SO_VM_SOCKETS_TRUSTED = 0x5 constant SPLICE_F_GIFT (line 3058) | SPLICE_F_GIFT = 0x8 constant SPLICE_F_MORE (line 3059) | SPLICE_F_MORE = 0x4 constant SPLICE_F_MOVE (line 3060) | SPLICE_F_MOVE = 0x1 constant SPLICE_F_NONBLOCK (line 3061) | SPLICE_F_NONBLOCK = 0x2 constant SQUASHFS_MAGIC (line 3062) | SQUASHFS_MAGIC = 0x73717368 constant STACK_END_MAGIC (line 3063) | STACK_END_MAGIC = 0x57ac6e9d constant STATX_ALL (line 3064) | STATX_ALL = 0xfff constant STATX_ATIME (line 3065) | STATX_ATIME = 0x20 constant STATX_ATTR_APPEND (line 3066) | STATX_ATTR_APPEND = 0x20 constant STATX_ATTR_AUTOMOUNT (line 3067) | STATX_ATTR_AUTOMOUNT = 0x1000 constant STATX_ATTR_COMPRESSED (line 3068) | STATX_ATTR_COMPRESSED = 0x4 constant STATX_ATTR_DAX (line 3069) | STATX_ATTR_DAX = 0x200000 constant STATX_ATTR_ENCRYPTED (line 3070) | STATX_ATTR_ENCRYPTED = 0x800 constant STATX_ATTR_IMMUTABLE (line 3071) | STATX_ATTR_IMMUTABLE = 0x10 constant STATX_ATTR_MOUNT_ROOT (line 3072) | STATX_ATTR_MOUNT_ROOT = 0x2000 constant STATX_ATTR_NODUMP (line 3073) | STATX_ATTR_NODUMP = 0x40 constant STATX_ATTR_VERITY (line 3074) | STATX_ATTR_VERITY = 0x100000 constant STATX_BASIC_STATS (line 3075) | STATX_BASIC_STATS = 0x7ff constant STATX_BLOCKS (line 3076) | STATX_BLOCKS = 0x400 constant STATX_BTIME (line 3077) | STATX_BTIME = 0x800 constant STATX_CTIME (line 3078) | STATX_CTIME = 0x80 constant STATX_DIOALIGN (line 3079) | STATX_DIOALIGN = 0x2000 constant STATX_GID (line 3080) | STATX_GID = 0x10 constant STATX_INO (line 3081) | STATX_INO = 0x100 constant STATX_MNT_ID (line 3082) | STATX_MNT_ID = 0x1000 constant STATX_MODE (line 3083) | STATX_MODE = 0x2 constant STATX_MTIME (line 3084) | STATX_MTIME = 0x40 constant STATX_NLINK (line 3085) | STATX_NLINK = 0x4 constant STATX_SIZE (line 3086) | STATX_SIZE = 0x200 constant STATX_TYPE (line 3087) | STATX_TYPE = 0x1 constant STATX_UID (line 3088) | STATX_UID = 0x8 constant STATX__RESERVED (line 3089) | STATX__RESERVED = 0x80000000 constant SYNC_FILE_RANGE_WAIT_AFTER (line 3090) | SYNC_FILE_RANGE_WAIT_AFTER = 0x4 constant SYNC_FILE_RANGE_WAIT_BEFORE (line 3091) | SYNC_FILE_RANGE_WAIT_BEFORE = 0x1 constant SYNC_FILE_RANGE_WRITE (line 3092) | SYNC_FILE_RANGE_WRITE = 0x2 constant SYNC_FILE_RANGE_WRITE_AND_WAIT (line 3093) | SYNC_FILE_RANGE_WRITE_AND_WAIT = 0x7 constant SYSFS_MAGIC (line 3094) | SYSFS_MAGIC = 0x62656572 constant S_BLKSIZE (line 3095) | S_BLKSIZE = 0x200 constant S_IEXEC (line 3096) | S_IEXEC = 0x40 constant S_IFBLK (line 3097) | S_IFBLK = 0x6000 constant S_IFCHR (line 3098) | S_IFCHR = 0x2000 constant S_IFDIR (line 3099) | S_IFDIR = 0x4000 constant S_IFIFO (line 3100) | S_IFIFO = 0x1000 constant S_IFLNK (line 3101) | S_IFLNK = 0xa000 constant S_IFMT (line 3102) | S_IFMT = 0xf000 constant S_IFREG (line 3103) | S_IFREG = 0x8000 constant S_IFSOCK (line 3104) | S_IFSOCK = 0xc000 constant S_IREAD (line 3105) | S_IREAD = 0x100 constant S_IRGRP (line 3106) | S_IRGRP = 0x20 constant S_IROTH (line 3107) | S_IROTH = 0x4 constant S_IRUSR (line 3108) | S_IRUSR = 0x100 constant S_IRWXG (line 3109) | S_IRWXG = 0x38 constant S_IRWXO (line 3110) | S_IRWXO = 0x7 constant S_IRWXU (line 3111) | S_IRWXU = 0x1c0 constant S_ISGID (line 3112) | S_ISGID = 0x400 constant S_ISUID (line 3113) | S_ISUID = 0x800 constant S_ISVTX (line 3114) | S_ISVTX = 0x200 constant S_IWGRP (line 3115) | S_IWGRP = 0x10 constant S_IWOTH (line 3116) | S_IWOTH = 0x2 constant S_IWRITE (line 3117) | S_IWRITE = 0x80 constant S_IWUSR (line 3118) | S_IWUSR = 0x80 constant S_IXGRP (line 3119) | S_IXGRP = 0x8 constant S_IXOTH (line 3120) | S_IXOTH = 0x1 constant S_IXUSR (line 3121) | S_IXUSR = 0x40 constant TAB0 (line 3122) | TAB0 = 0x0 constant TASKSTATS_CMD_ATTR_MAX (line 3123) | TASKSTATS_CMD_ATTR_MAX = 0x4 constant TASKSTATS_CMD_MAX (line 3124) | TASKSTATS_CMD_MAX = 0x2 constant TASKSTATS_GENL_NAME (line 3125) | TASKSTATS_GENL_NAME = "TASKSTATS" constant TASKSTATS_GENL_VERSION (line 3126) | TASKSTATS_GENL_VERSION = 0x1 constant TASKSTATS_TYPE_MAX (line 3127) | TASKSTATS_TYPE_MAX = 0x6 constant TASKSTATS_VERSION (line 3128) | TASKSTATS_VERSION = 0xe constant TCIFLUSH (line 3129) | TCIFLUSH = 0x0 constant TCIOFF (line 3130) | TCIOFF = 0x2 constant TCIOFLUSH (line 3131) | TCIOFLUSH = 0x2 constant TCION (line 3132) | TCION = 0x3 constant TCOFLUSH (line 3133) | TCOFLUSH = 0x1 constant TCOOFF (line 3134) | TCOOFF = 0x0 constant TCOON (line 3135) | TCOON = 0x1 constant TCPOPT_EOL (line 3136) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 3137) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 3138) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 3139) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 3140) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_TIMESTAMP (line 3141) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 3142) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 3143) | TCPOPT_WINDOW = 0x3 constant TCP_CC_INFO (line 3144) | TCP_CC_INFO = 0x1a constant TCP_CM_INQ (line 3145) | TCP_CM_INQ = 0x24 constant TCP_CONGESTION (line 3146) | TCP_CONGESTION = 0xd constant TCP_COOKIE_IN_ALWAYS (line 3147) | TCP_COOKIE_IN_ALWAYS = 0x1 constant TCP_COOKIE_MAX (line 3148) | TCP_COOKIE_MAX = 0x10 constant TCP_COOKIE_MIN (line 3149) | TCP_COOKIE_MIN = 0x8 constant TCP_COOKIE_OUT_NEVER (line 3150) | TCP_COOKIE_OUT_NEVER = 0x2 constant TCP_COOKIE_PAIR_SIZE (line 3151) | TCP_COOKIE_PAIR_SIZE = 0x20 constant TCP_COOKIE_TRANSACTIONS (line 3152) | TCP_COOKIE_TRANSACTIONS = 0xf constant TCP_CORK (line 3153) | TCP_CORK = 0x3 constant TCP_DEFER_ACCEPT (line 3154) | TCP_DEFER_ACCEPT = 0x9 constant TCP_FASTOPEN (line 3155) | TCP_FASTOPEN = 0x17 constant TCP_FASTOPEN_CONNECT (line 3156) | TCP_FASTOPEN_CONNECT = 0x1e constant TCP_FASTOPEN_KEY (line 3157) | TCP_FASTOPEN_KEY = 0x21 constant TCP_FASTOPEN_NO_COOKIE (line 3158) | TCP_FASTOPEN_NO_COOKIE = 0x22 constant TCP_INFO (line 3159) | TCP_INFO = 0xb constant TCP_INQ (line 3160) | TCP_INQ = 0x24 constant TCP_KEEPCNT (line 3161) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 3162) | TCP_KEEPIDLE = 0x4 constant TCP_KEEPINTVL (line 3163) | TCP_KEEPINTVL = 0x5 constant TCP_LINGER2 (line 3164) | TCP_LINGER2 = 0x8 constant TCP_MAXSEG (line 3165) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 3166) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 3167) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 3168) | TCP_MD5SIG = 0xe constant TCP_MD5SIG_EXT (line 3169) | TCP_MD5SIG_EXT = 0x20 constant TCP_MD5SIG_FLAG_PREFIX (line 3170) | TCP_MD5SIG_FLAG_PREFIX = 0x1 constant TCP_MD5SIG_MAXKEYLEN (line 3171) | TCP_MD5SIG_MAXKEYLEN = 0x50 constant TCP_MSS (line 3172) | TCP_MSS = 0x200 constant TCP_MSS_DEFAULT (line 3173) | TCP_MSS_DEFAULT = 0x218 constant TCP_MSS_DESIRED (line 3174) | TCP_MSS_DESIRED = 0x4c4 constant TCP_NODELAY (line 3175) | TCP_NODELAY = 0x1 constant TCP_NOTSENT_LOWAT (line 3176) | TCP_NOTSENT_LOWAT = 0x19 constant TCP_QUEUE_SEQ (line 3177) | TCP_QUEUE_SEQ = 0x15 constant TCP_QUICKACK (line 3178) | TCP_QUICKACK = 0xc constant TCP_REPAIR (line 3179) | TCP_REPAIR = 0x13 constant TCP_REPAIR_OFF (line 3180) | TCP_REPAIR_OFF = 0x0 constant TCP_REPAIR_OFF_NO_WP (line 3181) | TCP_REPAIR_OFF_NO_WP = -0x1 constant TCP_REPAIR_ON (line 3182) | TCP_REPAIR_ON = 0x1 constant TCP_REPAIR_OPTIONS (line 3183) | TCP_REPAIR_OPTIONS = 0x16 constant TCP_REPAIR_QUEUE (line 3184) | TCP_REPAIR_QUEUE = 0x14 constant TCP_REPAIR_WINDOW (line 3185) | TCP_REPAIR_WINDOW = 0x1d constant TCP_SAVED_SYN (line 3186) | TCP_SAVED_SYN = 0x1c constant TCP_SAVE_SYN (line 3187) | TCP_SAVE_SYN = 0x1b constant TCP_SYNCNT (line 3188) | TCP_SYNCNT = 0x7 constant TCP_S_DATA_IN (line 3189) | TCP_S_DATA_IN = 0x4 constant TCP_S_DATA_OUT (line 3190) | TCP_S_DATA_OUT = 0x8 constant TCP_THIN_DUPACK (line 3191) | TCP_THIN_DUPACK = 0x11 constant TCP_THIN_LINEAR_TIMEOUTS (line 3192) | TCP_THIN_LINEAR_TIMEOUTS = 0x10 constant TCP_TIMESTAMP (line 3193) | TCP_TIMESTAMP = 0x18 constant TCP_TX_DELAY (line 3194) | TCP_TX_DELAY = 0x25 constant TCP_ULP (line 3195) | TCP_ULP = 0x1f constant TCP_USER_TIMEOUT (line 3196) | TCP_USER_TIMEOUT = 0x12 constant TCP_V4_FLOW (line 3197) | TCP_V4_FLOW = 0x1 constant TCP_V6_FLOW (line 3198) | TCP_V6_FLOW = 0x5 constant TCP_WINDOW_CLAMP (line 3199) | TCP_WINDOW_CLAMP = 0xa constant TCP_ZEROCOPY_RECEIVE (line 3200) | TCP_ZEROCOPY_RECEIVE = 0x23 constant TFD_TIMER_ABSTIME (line 3201) | TFD_TIMER_ABSTIME = 0x1 constant TFD_TIMER_CANCEL_ON_SET (line 3202) | TFD_TIMER_CANCEL_ON_SET = 0x2 constant TIMER_ABSTIME (line 3203) | TIMER_ABSTIME = 0x1 constant TIOCM_DTR (line 3204) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 3205) | TIOCM_LE = 0x1 constant TIOCM_RTS (line 3206) | TIOCM_RTS = 0x4 constant TIOCPKT_DATA (line 3207) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 3208) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 3209) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 3210) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 3211) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 3212) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 3213) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 3214) | TIOCPKT_STOP = 0x4 constant TIPC_ADDR_ID (line 3215) | TIPC_ADDR_ID = 0x3 constant TIPC_ADDR_MCAST (line 3216) | TIPC_ADDR_MCAST = 0x1 constant TIPC_ADDR_NAME (line 3217) | TIPC_ADDR_NAME = 0x2 constant TIPC_ADDR_NAMESEQ (line 3218) | TIPC_ADDR_NAMESEQ = 0x1 constant TIPC_AEAD_ALG_NAME (line 3219) | TIPC_AEAD_ALG_NAME = 0x20 constant TIPC_AEAD_KEYLEN_MAX (line 3220) | TIPC_AEAD_KEYLEN_MAX = 0x24 constant TIPC_AEAD_KEYLEN_MIN (line 3221) | TIPC_AEAD_KEYLEN_MIN = 0x14 constant TIPC_AEAD_KEY_SIZE_MAX (line 3222) | TIPC_AEAD_KEY_SIZE_MAX = 0x48 constant TIPC_CFG_SRV (line 3223) | TIPC_CFG_SRV = 0x0 constant TIPC_CLUSTER_BITS (line 3224) | TIPC_CLUSTER_BITS = 0xc constant TIPC_CLUSTER_MASK (line 3225) | TIPC_CLUSTER_MASK = 0xfff000 constant TIPC_CLUSTER_OFFSET (line 3226) | TIPC_CLUSTER_OFFSET = 0xc constant TIPC_CLUSTER_SIZE (line 3227) | TIPC_CLUSTER_SIZE = 0xfff constant TIPC_CONN_SHUTDOWN (line 3228) | TIPC_CONN_SHUTDOWN = 0x5 constant TIPC_CONN_TIMEOUT (line 3229) | TIPC_CONN_TIMEOUT = 0x82 constant TIPC_CRITICAL_IMPORTANCE (line 3230) | TIPC_CRITICAL_IMPORTANCE = 0x3 constant TIPC_DESTNAME (line 3231) | TIPC_DESTNAME = 0x3 constant TIPC_DEST_DROPPABLE (line 3232) | TIPC_DEST_DROPPABLE = 0x81 constant TIPC_ERRINFO (line 3233) | TIPC_ERRINFO = 0x1 constant TIPC_ERR_NO_NAME (line 3234) | TIPC_ERR_NO_NAME = 0x1 constant TIPC_ERR_NO_NODE (line 3235) | TIPC_ERR_NO_NODE = 0x3 constant TIPC_ERR_NO_PORT (line 3236) | TIPC_ERR_NO_PORT = 0x2 constant TIPC_ERR_OVERLOAD (line 3237) | TIPC_ERR_OVERLOAD = 0x4 constant TIPC_GROUP_JOIN (line 3238) | TIPC_GROUP_JOIN = 0x87 constant TIPC_GROUP_LEAVE (line 3239) | TIPC_GROUP_LEAVE = 0x88 constant TIPC_GROUP_LOOPBACK (line 3240) | TIPC_GROUP_LOOPBACK = 0x1 constant TIPC_GROUP_MEMBER_EVTS (line 3241) | TIPC_GROUP_MEMBER_EVTS = 0x2 constant TIPC_HIGH_IMPORTANCE (line 3242) | TIPC_HIGH_IMPORTANCE = 0x2 constant TIPC_IMPORTANCE (line 3243) | TIPC_IMPORTANCE = 0x7f constant TIPC_LINK_STATE (line 3244) | TIPC_LINK_STATE = 0x2 constant TIPC_LOW_IMPORTANCE (line 3245) | TIPC_LOW_IMPORTANCE = 0x0 constant TIPC_MAX_BEARER_NAME (line 3246) | TIPC_MAX_BEARER_NAME = 0x20 constant TIPC_MAX_IF_NAME (line 3247) | TIPC_MAX_IF_NAME = 0x10 constant TIPC_MAX_LINK_NAME (line 3248) | TIPC_MAX_LINK_NAME = 0x44 constant TIPC_MAX_MEDIA_NAME (line 3249) | TIPC_MAX_MEDIA_NAME = 0x10 constant TIPC_MAX_USER_MSG_SIZE (line 3250) | TIPC_MAX_USER_MSG_SIZE = 0x101d0 constant TIPC_MCAST_BROADCAST (line 3251) | TIPC_MCAST_BROADCAST = 0x85 constant TIPC_MCAST_REPLICAST (line 3252) | TIPC_MCAST_REPLICAST = 0x86 constant TIPC_MEDIUM_IMPORTANCE (line 3253) | TIPC_MEDIUM_IMPORTANCE = 0x1 constant TIPC_NODEID_LEN (line 3254) | TIPC_NODEID_LEN = 0x10 constant TIPC_NODELAY (line 3255) | TIPC_NODELAY = 0x8a constant TIPC_NODE_BITS (line 3256) | TIPC_NODE_BITS = 0xc constant TIPC_NODE_MASK (line 3257) | TIPC_NODE_MASK = 0xfff constant TIPC_NODE_OFFSET (line 3258) | TIPC_NODE_OFFSET = 0x0 constant TIPC_NODE_RECVQ_DEPTH (line 3259) | TIPC_NODE_RECVQ_DEPTH = 0x83 constant TIPC_NODE_SIZE (line 3260) | TIPC_NODE_SIZE = 0xfff constant TIPC_NODE_STATE (line 3261) | TIPC_NODE_STATE = 0x0 constant TIPC_OK (line 3262) | TIPC_OK = 0x0 constant TIPC_PUBLISHED (line 3263) | TIPC_PUBLISHED = 0x1 constant TIPC_REKEYING_NOW (line 3264) | TIPC_REKEYING_NOW = 0xffffffff constant TIPC_RESERVED_TYPES (line 3265) | TIPC_RESERVED_TYPES = 0x40 constant TIPC_RETDATA (line 3266) | TIPC_RETDATA = 0x2 constant TIPC_SERVICE_ADDR (line 3267) | TIPC_SERVICE_ADDR = 0x2 constant TIPC_SERVICE_RANGE (line 3268) | TIPC_SERVICE_RANGE = 0x1 constant TIPC_SOCKET_ADDR (line 3269) | TIPC_SOCKET_ADDR = 0x3 constant TIPC_SOCK_RECVQ_DEPTH (line 3270) | TIPC_SOCK_RECVQ_DEPTH = 0x84 constant TIPC_SOCK_RECVQ_USED (line 3271) | TIPC_SOCK_RECVQ_USED = 0x89 constant TIPC_SRC_DROPPABLE (line 3272) | TIPC_SRC_DROPPABLE = 0x80 constant TIPC_SUBSCR_TIMEOUT (line 3273) | TIPC_SUBSCR_TIMEOUT = 0x3 constant TIPC_SUB_CANCEL (line 3274) | TIPC_SUB_CANCEL = 0x4 constant TIPC_SUB_PORTS (line 3275) | TIPC_SUB_PORTS = 0x1 constant TIPC_SUB_SERVICE (line 3276) | TIPC_SUB_SERVICE = 0x2 constant TIPC_TOP_SRV (line 3277) | TIPC_TOP_SRV = 0x1 constant TIPC_WAIT_FOREVER (line 3278) | TIPC_WAIT_FOREVER = 0xffffffff constant TIPC_WITHDRAWN (line 3279) | TIPC_WITHDRAWN = 0x2 constant TIPC_ZONE_BITS (line 3280) | TIPC_ZONE_BITS = 0x8 constant TIPC_ZONE_CLUSTER_MASK (line 3281) | TIPC_ZONE_CLUSTER_MASK = 0xfffff000 constant TIPC_ZONE_MASK (line 3282) | TIPC_ZONE_MASK = 0xff000000 constant TIPC_ZONE_OFFSET (line 3283) | TIPC_ZONE_OFFSET = 0x18 constant TIPC_ZONE_SCOPE (line 3284) | TIPC_ZONE_SCOPE = 0x1 constant TIPC_ZONE_SIZE (line 3285) | TIPC_ZONE_SIZE = 0xff constant TMPFS_MAGIC (line 3286) | TMPFS_MAGIC = 0x1021994 constant TPACKET_ALIGNMENT (line 3287) | TPACKET_ALIGNMENT = 0x10 constant TPACKET_HDRLEN (line 3288) | TPACKET_HDRLEN = 0x34 constant TP_STATUS_AVAILABLE (line 3289) | TP_STATUS_AVAILABLE = 0x0 constant TP_STATUS_BLK_TMO (line 3290) | TP_STATUS_BLK_TMO = 0x20 constant TP_STATUS_COPY (line 3291) | TP_STATUS_COPY = 0x2 constant TP_STATUS_CSUMNOTREADY (line 3292) | TP_STATUS_CSUMNOTREADY = 0x8 constant TP_STATUS_CSUM_VALID (line 3293) | TP_STATUS_CSUM_VALID = 0x80 constant TP_STATUS_GSO_TCP (line 3294) | TP_STATUS_GSO_TCP = 0x100 constant TP_STATUS_KERNEL (line 3295) | TP_STATUS_KERNEL = 0x0 constant TP_STATUS_LOSING (line 3296) | TP_STATUS_LOSING = 0x4 constant TP_STATUS_SENDING (line 3297) | TP_STATUS_SENDING = 0x2 constant TP_STATUS_SEND_REQUEST (line 3298) | TP_STATUS_SEND_REQUEST = 0x1 constant TP_STATUS_TS_RAW_HARDWARE (line 3299) | TP_STATUS_TS_RAW_HARDWARE = 0x80000000 constant TP_STATUS_TS_SOFTWARE (line 3300) | TP_STATUS_TS_SOFTWARE = 0x20000000 constant TP_STATUS_TS_SYS_HARDWARE (line 3301) | TP_STATUS_TS_SYS_HARDWARE = 0x40000000 constant TP_STATUS_USER (line 3302) | TP_STATUS_USER = 0x1 constant TP_STATUS_VLAN_TPID_VALID (line 3303) | TP_STATUS_VLAN_TPID_VALID = 0x40 constant TP_STATUS_VLAN_VALID (line 3304) | TP_STATUS_VLAN_VALID = 0x10 constant TP_STATUS_WRONG_FORMAT (line 3305) | TP_STATUS_WRONG_FORMAT = 0x4 constant TRACEFS_MAGIC (line 3306) | TRACEFS_MAGIC = 0x74726163 constant TS_COMM_LEN (line 3307) | TS_COMM_LEN = 0x20 constant UDF_SUPER_MAGIC (line 3308) | UDF_SUPER_MAGIC = 0x15013346 constant UDP_CORK (line 3309) | UDP_CORK = 0x1 constant UDP_ENCAP (line 3310) | UDP_ENCAP = 0x64 constant UDP_ENCAP_ESPINUDP (line 3311) | UDP_ENCAP_ESPINUDP = 0x2 constant UDP_ENCAP_ESPINUDP_NON_IKE (line 3312) | UDP_ENCAP_ESPINUDP_NON_IKE = 0x1 constant UDP_ENCAP_GTP0 (line 3313) | UDP_ENCAP_GTP0 = 0x4 constant UDP_ENCAP_GTP1U (line 3314) | UDP_ENCAP_GTP1U = 0x5 constant UDP_ENCAP_L2TPINUDP (line 3315) | UDP_ENCAP_L2TPINUDP = 0x3 constant UDP_GRO (line 3316) | UDP_GRO = 0x68 constant UDP_NO_CHECK6_RX (line 3317) | UDP_NO_CHECK6_RX = 0x66 constant UDP_NO_CHECK6_TX (line 3318) | UDP_NO_CHECK6_TX = 0x65 constant UDP_SEGMENT (line 3319) | UDP_SEGMENT = 0x67 constant UDP_V4_FLOW (line 3320) | UDP_V4_FLOW = 0x2 constant UDP_V6_FLOW (line 3321) | UDP_V6_FLOW = 0x6 constant UMOUNT_NOFOLLOW (line 3322) | UMOUNT_NOFOLLOW = 0x8 constant USBDEVICE_SUPER_MAGIC (line 3323) | USBDEVICE_SUPER_MAGIC = 0x9fa2 constant UTIME_NOW (line 3324) | UTIME_NOW = 0x3fffffff constant UTIME_OMIT (line 3325) | UTIME_OMIT = 0x3ffffffe constant V9FS_MAGIC (line 3326) | V9FS_MAGIC = 0x1021997 constant VERASE (line 3327) | VERASE = 0x2 constant VINTR (line 3328) | VINTR = 0x0 constant VKILL (line 3329) | VKILL = 0x3 constant VLNEXT (line 3330) | VLNEXT = 0xf constant VMADDR_CID_ANY (line 3331) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 3332) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 3333) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_LOCAL (line 3334) | VMADDR_CID_LOCAL = 0x1 constant VMADDR_FLAG_TO_HOST (line 3335) | VMADDR_FLAG_TO_HOST = 0x1 constant VMADDR_PORT_ANY (line 3336) | VMADDR_PORT_ANY = 0xffffffff constant VM_SOCKETS_INVALID_VERSION (line 3337) | VM_SOCKETS_INVALID_VERSION = 0xffffffff constant VQUIT (line 3338) | VQUIT = 0x1 constant VT0 (line 3339) | VT0 = 0x0 constant WAKE_MAGIC (line 3340) | WAKE_MAGIC = 0x20 constant WALL (line 3341) | WALL = 0x40000000 constant WCLONE (line 3342) | WCLONE = 0x80000000 constant WCONTINUED (line 3343) | WCONTINUED = 0x8 constant WDIOC_SETPRETIMEOUT (line 3344) | WDIOC_SETPRETIMEOUT = 0xc0045708 constant WDIOC_SETTIMEOUT (line 3345) | WDIOC_SETTIMEOUT = 0xc0045706 constant WDIOF_ALARMONLY (line 3346) | WDIOF_ALARMONLY = 0x400 constant WDIOF_CARDRESET (line 3347) | WDIOF_CARDRESET = 0x20 constant WDIOF_EXTERN1 (line 3348) | WDIOF_EXTERN1 = 0x4 constant WDIOF_EXTERN2 (line 3349) | WDIOF_EXTERN2 = 0x8 constant WDIOF_FANFAULT (line 3350) | WDIOF_FANFAULT = 0x2 constant WDIOF_KEEPALIVEPING (line 3351) | WDIOF_KEEPALIVEPING = 0x8000 constant WDIOF_MAGICCLOSE (line 3352) | WDIOF_MAGICCLOSE = 0x100 constant WDIOF_OVERHEAT (line 3353) | WDIOF_OVERHEAT = 0x1 constant WDIOF_POWEROVER (line 3354) | WDIOF_POWEROVER = 0x40 constant WDIOF_POWERUNDER (line 3355) | WDIOF_POWERUNDER = 0x10 constant WDIOF_PRETIMEOUT (line 3356) | WDIOF_PRETIMEOUT = 0x200 constant WDIOF_SETTIMEOUT (line 3357) | WDIOF_SETTIMEOUT = 0x80 constant WDIOF_UNKNOWN (line 3358) | WDIOF_UNKNOWN = -0x1 constant WDIOS_DISABLECARD (line 3359) | WDIOS_DISABLECARD = 0x1 constant WDIOS_ENABLECARD (line 3360) | WDIOS_ENABLECARD = 0x2 constant WDIOS_TEMPPANIC (line 3361) | WDIOS_TEMPPANIC = 0x4 constant WDIOS_UNKNOWN (line 3362) | WDIOS_UNKNOWN = -0x1 constant WEXITED (line 3363) | WEXITED = 0x4 constant WGALLOWEDIP_A_MAX (line 3364) | WGALLOWEDIP_A_MAX = 0x3 constant WGDEVICE_A_MAX (line 3365) | WGDEVICE_A_MAX = 0x8 constant WGPEER_A_MAX (line 3366) | WGPEER_A_MAX = 0xa constant WG_CMD_MAX (line 3367) | WG_CMD_MAX = 0x1 constant WG_GENL_NAME (line 3368) | WG_GENL_NAME = "wireguard" constant WG_GENL_VERSION (line 3369) | WG_GENL_VERSION = 0x1 constant WG_KEY_LEN (line 3370) | WG_KEY_LEN = 0x20 constant WIN_ACKMEDIACHANGE (line 3371) | WIN_ACKMEDIACHANGE = 0xdb constant WIN_CHECKPOWERMODE1 (line 3372) | WIN_CHECKPOWERMODE1 = 0xe5 constant WIN_CHECKPOWERMODE2 (line 3373) | WIN_CHECKPOWERMODE2 = 0x98 constant WIN_DEVICE_RESET (line 3374) | WIN_DEVICE_RESET = 0x8 constant WIN_DIAGNOSE (line 3375) | WIN_DIAGNOSE = 0x90 constant WIN_DOORLOCK (line 3376) | WIN_DOORLOCK = 0xde constant WIN_DOORUNLOCK (line 3377) | WIN_DOORUNLOCK = 0xdf constant WIN_DOWNLOAD_MICROCODE (line 3378) | WIN_DOWNLOAD_MICROCODE = 0x92 constant WIN_FLUSH_CACHE (line 3379) | WIN_FLUSH_CACHE = 0xe7 constant WIN_FLUSH_CACHE_EXT (line 3380) | WIN_FLUSH_CACHE_EXT = 0xea constant WIN_FORMAT (line 3381) | WIN_FORMAT = 0x50 constant WIN_GETMEDIASTATUS (line 3382) | WIN_GETMEDIASTATUS = 0xda constant WIN_IDENTIFY (line 3383) | WIN_IDENTIFY = 0xec constant WIN_IDENTIFY_DMA (line 3384) | WIN_IDENTIFY_DMA = 0xee constant WIN_IDLEIMMEDIATE (line 3385) | WIN_IDLEIMMEDIATE = 0xe1 constant WIN_INIT (line 3386) | WIN_INIT = 0x60 constant WIN_MEDIAEJECT (line 3387) | WIN_MEDIAEJECT = 0xed constant WIN_MULTREAD (line 3388) | WIN_MULTREAD = 0xc4 constant WIN_MULTREAD_EXT (line 3389) | WIN_MULTREAD_EXT = 0x29 constant WIN_MULTWRITE (line 3390) | WIN_MULTWRITE = 0xc5 constant WIN_MULTWRITE_EXT (line 3391) | WIN_MULTWRITE_EXT = 0x39 constant WIN_NOP (line 3392) | WIN_NOP = 0x0 constant WIN_PACKETCMD (line 3393) | WIN_PACKETCMD = 0xa0 constant WIN_PIDENTIFY (line 3394) | WIN_PIDENTIFY = 0xa1 constant WIN_POSTBOOT (line 3395) | WIN_POSTBOOT = 0xdc constant WIN_PREBOOT (line 3396) | WIN_PREBOOT = 0xdd constant WIN_QUEUED_SERVICE (line 3397) | WIN_QUEUED_SERVICE = 0xa2 constant WIN_READ (line 3398) | WIN_READ = 0x20 constant WIN_READDMA (line 3399) | WIN_READDMA = 0xc8 constant WIN_READDMA_EXT (line 3400) | WIN_READDMA_EXT = 0x25 constant WIN_READDMA_ONCE (line 3401) | WIN_READDMA_ONCE = 0xc9 constant WIN_READDMA_QUEUED (line 3402) | WIN_READDMA_QUEUED = 0xc7 constant WIN_READDMA_QUEUED_EXT (line 3403) | WIN_READDMA_QUEUED_EXT = 0x26 constant WIN_READ_BUFFER (line 3404) | WIN_READ_BUFFER = 0xe4 constant WIN_READ_EXT (line 3405) | WIN_READ_EXT = 0x24 constant WIN_READ_LONG (line 3406) | WIN_READ_LONG = 0x22 constant WIN_READ_LONG_ONCE (line 3407) | WIN_READ_LONG_ONCE = 0x23 constant WIN_READ_NATIVE_MAX (line 3408) | WIN_READ_NATIVE_MAX = 0xf8 constant WIN_READ_NATIVE_MAX_EXT (line 3409) | WIN_READ_NATIVE_MAX_EXT = 0x27 constant WIN_READ_ONCE (line 3410) | WIN_READ_ONCE = 0x21 constant WIN_RECAL (line 3411) | WIN_RECAL = 0x10 constant WIN_RESTORE (line 3412) | WIN_RESTORE = 0x10 constant WIN_SECURITY_DISABLE (line 3413) | WIN_SECURITY_DISABLE = 0xf6 constant WIN_SECURITY_ERASE_PREPARE (line 3414) | WIN_SECURITY_ERASE_PREPARE = 0xf3 constant WIN_SECURITY_ERASE_UNIT (line 3415) | WIN_SECURITY_ERASE_UNIT = 0xf4 constant WIN_SECURITY_FREEZE_LOCK (line 3416) | WIN_SECURITY_FREEZE_LOCK = 0xf5 constant WIN_SECURITY_SET_PASS (line 3417) | WIN_SECURITY_SET_PASS = 0xf1 constant WIN_SECURITY_UNLOCK (line 3418) | WIN_SECURITY_UNLOCK = 0xf2 constant WIN_SEEK (line 3419) | WIN_SEEK = 0x70 constant WIN_SETFEATURES (line 3420) | WIN_SETFEATURES = 0xef constant WIN_SETIDLE1 (line 3421) | WIN_SETIDLE1 = 0xe3 constant WIN_SETIDLE2 (line 3422) | WIN_SETIDLE2 = 0x97 constant WIN_SETMULT (line 3423) | WIN_SETMULT = 0xc6 constant WIN_SET_MAX (line 3424) | WIN_SET_MAX = 0xf9 constant WIN_SET_MAX_EXT (line 3425) | WIN_SET_MAX_EXT = 0x37 constant WIN_SLEEPNOW1 (line 3426) | WIN_SLEEPNOW1 = 0xe6 constant WIN_SLEEPNOW2 (line 3427) | WIN_SLEEPNOW2 = 0x99 constant WIN_SMART (line 3428) | WIN_SMART = 0xb0 constant WIN_SPECIFY (line 3429) | WIN_SPECIFY = 0x91 constant WIN_SRST (line 3430) | WIN_SRST = 0x8 constant WIN_STANDBY (line 3431) | WIN_STANDBY = 0xe2 constant WIN_STANDBY2 (line 3432) | WIN_STANDBY2 = 0x96 constant WIN_STANDBYNOW1 (line 3433) | WIN_STANDBYNOW1 = 0xe0 constant WIN_STANDBYNOW2 (line 3434) | WIN_STANDBYNOW2 = 0x94 constant WIN_VERIFY (line 3435) | WIN_VERIFY = 0x40 constant WIN_VERIFY_EXT (line 3436) | WIN_VERIFY_EXT = 0x42 constant WIN_VERIFY_ONCE (line 3437) | WIN_VERIFY_ONCE = 0x41 constant WIN_WRITE (line 3438) | WIN_WRITE = 0x30 constant WIN_WRITEDMA (line 3439) | WIN_WRITEDMA = 0xca constant WIN_WRITEDMA_EXT (line 3440) | WIN_WRITEDMA_EXT = 0x35 constant WIN_WRITEDMA_ONCE (line 3441) | WIN_WRITEDMA_ONCE = 0xcb constant WIN_WRITEDMA_QUEUED (line 3442) | WIN_WRITEDMA_QUEUED = 0xcc constant WIN_WRITEDMA_QUEUED_EXT (line 3443) | WIN_WRITEDMA_QUEUED_EXT = 0x36 constant WIN_WRITE_BUFFER (line 3444) | WIN_WRITE_BUFFER = 0xe8 constant WIN_WRITE_EXT (line 3445) | WIN_WRITE_EXT = 0x34 constant WIN_WRITE_LONG (line 3446) | WIN_WRITE_LONG = 0x32 constant WIN_WRITE_LONG_ONCE (line 3447) | WIN_WRITE_LONG_ONCE = 0x33 constant WIN_WRITE_ONCE (line 3448) | WIN_WRITE_ONCE = 0x31 constant WIN_WRITE_SAME (line 3449) | WIN_WRITE_SAME = 0xe9 constant WIN_WRITE_VERIFY (line 3450) | WIN_WRITE_VERIFY = 0x3c constant WNOHANG (line 3451) | WNOHANG = 0x1 constant WNOTHREAD (line 3452) | WNOTHREAD = 0x20000000 constant WNOWAIT (line 3453) | WNOWAIT = 0x1000000 constant WSTOPPED (line 3454) | WSTOPPED = 0x2 constant WUNTRACED (line 3455) | WUNTRACED = 0x2 constant XATTR_CREATE (line 3456) | XATTR_CREATE = 0x1 constant XATTR_REPLACE (line 3457) | XATTR_REPLACE = 0x2 constant XDP_COPY (line 3458) | XDP_COPY = 0x2 constant XDP_FLAGS_DRV_MODE (line 3459) | XDP_FLAGS_DRV_MODE = 0x4 constant XDP_FLAGS_HW_MODE (line 3460) | XDP_FLAGS_HW_MODE = 0x8 constant XDP_FLAGS_MASK (line 3461) | XDP_FLAGS_MASK = 0x1f constant XDP_FLAGS_MODES (line 3462) | XDP_FLAGS_MODES = 0xe constant XDP_FLAGS_REPLACE (line 3463) | XDP_FLAGS_REPLACE = 0x10 constant XDP_FLAGS_SKB_MODE (line 3464) | XDP_FLAGS_SKB_MODE = 0x2 constant XDP_FLAGS_UPDATE_IF_NOEXIST (line 3465) | XDP_FLAGS_UPDATE_IF_NOEXIST = 0x1 constant XDP_MMAP_OFFSETS (line 3466) | XDP_MMAP_OFFSETS = 0x1 constant XDP_OPTIONS (line 3467) | XDP_OPTIONS = 0x8 constant XDP_OPTIONS_ZEROCOPY (line 3468) | XDP_OPTIONS_ZEROCOPY = 0x1 constant XDP_PACKET_HEADROOM (line 3469) | XDP_PACKET_HEADROOM = 0x100 constant XDP_PGOFF_RX_RING (line 3470) | XDP_PGOFF_RX_RING = 0x0 constant XDP_PGOFF_TX_RING (line 3471) | XDP_PGOFF_TX_RING = 0x80000000 constant XDP_PKT_CONTD (line 3472) | XDP_PKT_CONTD = 0x1 constant XDP_RING_NEED_WAKEUP (line 3473) | XDP_RING_NEED_WAKEUP = 0x1 constant XDP_RX_RING (line 3474) | XDP_RX_RING = 0x2 constant XDP_SHARED_UMEM (line 3475) | XDP_SHARED_UMEM = 0x1 constant XDP_STATISTICS (line 3476) | XDP_STATISTICS = 0x7 constant XDP_TX_RING (line 3477) | XDP_TX_RING = 0x3 constant XDP_UMEM_COMPLETION_RING (line 3478) | XDP_UMEM_COMPLETION_RING = 0x6 constant XDP_UMEM_FILL_RING (line 3479) | XDP_UMEM_FILL_RING = 0x5 constant XDP_UMEM_PGOFF_COMPLETION_RING (line 3480) | XDP_UMEM_PGOFF_COMPLETION_RING = 0x180000000 constant XDP_UMEM_PGOFF_FILL_RING (line 3481) | XDP_UMEM_PGOFF_FILL_RING = 0x100000000 constant XDP_UMEM_REG (line 3482) | XDP_UMEM_REG = 0x4 constant XDP_UMEM_UNALIGNED_CHUNK_FLAG (line 3483) | XDP_UMEM_UNALIGNED_CHUNK_FLAG = 0x1 constant XDP_USE_NEED_WAKEUP (line 3484) | XDP_USE_NEED_WAKEUP = 0x8 constant XDP_USE_SG (line 3485) | XDP_USE_SG = 0x10 constant XDP_ZEROCOPY (line 3486) | XDP_ZEROCOPY = 0x4 constant XENFS_SUPER_MAGIC (line 3487) | XENFS_SUPER_MAGIC = 0xabba1974 constant XFS_SUPER_MAGIC (line 3488) | XFS_SUPER_MAGIC = 0x58465342 constant ZONEFS_MAGIC (line 3489) | ZONEFS_MAGIC = 0x5a4f4653 constant _HIDIOCGRAWNAME_LEN (line 3490) | _HIDIOCGRAWNAME_LEN = 0x80 constant _HIDIOCGRAWPHYS_LEN (line 3491) | _HIDIOCGRAWPHYS_LEN = 0x40 constant _HIDIOCGRAWUNIQ_LEN (line 3492) | _HIDIOCGRAWUNIQ_LEN = 0x40 constant E2BIG (line 3497) | E2BIG = syscall.Errno(0x7) constant EACCES (line 3498) | EACCES = syscall.Errno(0xd) constant EAGAIN (line 3499) | EAGAIN = syscall.Errno(0xb) constant EBADF (line 3500) | EBADF = syscall.Errno(0x9) constant EBUSY (line 3501) | EBUSY = syscall.Errno(0x10) constant ECHILD (line 3502) | ECHILD = syscall.Errno(0xa) constant EDOM (line 3503) | EDOM = syscall.Errno(0x21) constant EEXIST (line 3504) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 3505) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 3506) | EFBIG = syscall.Errno(0x1b) constant EINTR (line 3507) | EINTR = syscall.Errno(0x4) constant EINVAL (line 3508) | EINVAL = syscall.Errno(0x16) constant EIO (line 3509) | EIO = syscall.Errno(0x5) constant EISDIR (line 3510) | EISDIR = syscall.Errno(0x15) constant EMFILE (line 3511) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 3512) | EMLINK = syscall.Errno(0x1f) constant ENFILE (line 3513) | ENFILE = syscall.Errno(0x17) constant ENODEV (line 3514) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 3515) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 3516) | ENOEXEC = syscall.Errno(0x8) constant ENOMEM (line 3517) | ENOMEM = syscall.Errno(0xc) constant ENOSPC (line 3518) | ENOSPC = syscall.Errno(0x1c) constant ENOTBLK (line 3519) | ENOTBLK = syscall.Errno(0xf) constant ENOTDIR (line 3520) | ENOTDIR = syscall.Errno(0x14) constant ENOTTY (line 3521) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 3522) | ENXIO = syscall.Errno(0x6) constant EPERM (line 3523) | EPERM = syscall.Errno(0x1) constant EPIPE (line 3524) | EPIPE = syscall.Errno(0x20) constant ERANGE (line 3525) | ERANGE = syscall.Errno(0x22) constant EROFS (line 3526) | EROFS = syscall.Errno(0x1e) constant ESPIPE (line 3527) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 3528) | ESRCH = syscall.Errno(0x3) constant ETXTBSY (line 3529) | ETXTBSY = syscall.Errno(0x1a) constant EWOULDBLOCK (line 3530) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 3531) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 3536) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 3537) | SIGALRM = syscall.Signal(0xe) constant SIGFPE (line 3538) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 3539) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 3540) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 3541) | SIGINT = syscall.Signal(0x2) constant SIGIOT (line 3542) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 3543) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 3544) | SIGPIPE = syscall.Signal(0xd) constant SIGQUIT (line 3545) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 3546) | SIGSEGV = syscall.Signal(0xb) constant SIGTERM (line 3547) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 3548) | SIGTRAP = syscall.Signal(0x5) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_386.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40041271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80041272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 88) | FP_XSTATE_MAGIC2 = 0x46505845 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_32BIT (line 120) | MAP_32BIT = 0x40 constant MAP_ANON (line 121) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 122) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 123) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 124) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 125) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 126) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 127) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 128) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 129) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 130) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 131) | MAP_STACK = 0x20000 constant MAP_SYNC (line 132) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 133) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 134) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 135) | MCL_ONFAULT = 0x4 constant MEMERASE (line 136) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 137) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 138) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 139) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 140) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 141) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 142) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 143) | MEMLOCK = 0x40084d05 constant MEMREAD (line 144) | MEMREAD = 0xc03c4d1a constant MEMREADOOB (line 145) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 146) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 147) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 148) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 149) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 150) | NFDBITS = 0x20 constant NLDLY (line 151) | NLDLY = 0x100 constant NOFLSH (line 152) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 153) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 154) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 155) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 156) | NS_GET_USERNS = 0xb701 constant OLCUC (line 157) | OLCUC = 0x2 constant ONLCR (line 158) | ONLCR = 0x4 constant OTPERASE (line 159) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 160) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 161) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 162) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 163) | OTPSELECT = 0x80044d0d constant O_APPEND (line 164) | O_APPEND = 0x400 constant O_ASYNC (line 165) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 166) | O_CLOEXEC = 0x80000 constant O_CREAT (line 167) | O_CREAT = 0x40 constant O_DIRECT (line 168) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 169) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 170) | O_DSYNC = 0x1000 constant O_EXCL (line 171) | O_EXCL = 0x80 constant O_FSYNC (line 172) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 173) | O_LARGEFILE = 0x8000 constant O_NDELAY (line 174) | O_NDELAY = 0x800 constant O_NOATIME (line 175) | O_NOATIME = 0x40000 constant O_NOCTTY (line 176) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 177) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 178) | O_NONBLOCK = 0x800 constant O_PATH (line 179) | O_PATH = 0x200000 constant O_RSYNC (line 180) | O_RSYNC = 0x101000 constant O_SYNC (line 181) | O_SYNC = 0x101000 constant O_TMPFILE (line 182) | O_TMPFILE = 0x410000 constant O_TRUNC (line 183) | O_TRUNC = 0x200 constant PARENB (line 184) | PARENB = 0x100 constant PARODD (line 185) | PARODD = 0x200 constant PENDIN (line 186) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 187) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 188) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 189) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 190) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 191) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 192) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 193) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 194) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 195) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 196) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 197) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 198) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 199) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 200) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 201) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 202) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 203) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 204) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 205) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 206) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 207) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 208) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 209) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 210) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 211) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 212) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 213) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 214) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 215) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 216) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 217) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 218) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 219) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 220) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 221) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 222) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 223) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 224) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 225) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 226) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 227) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 228) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 229) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 230) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 231) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 232) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPXREGS (line 233) | PTRACE_GETFPXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 234) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_OLDSETOPTIONS (line 235) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETFPREGS (line 236) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPXREGS (line 237) | PTRACE_SETFPXREGS = 0x13 constant PTRACE_SET_THREAD_AREA (line 238) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SINGLEBLOCK (line 239) | PTRACE_SINGLEBLOCK = 0x21 constant PTRACE_SYSEMU (line 240) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 241) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 242) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 243) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 244) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 245) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 246) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 247) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 248) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 249) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 250) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 251) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 252) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 253) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 254) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 255) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 256) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 257) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 258) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 259) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 260) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 261) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 262) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 263) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 264) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 265) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 266) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 267) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 268) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 269) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 270) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 271) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 272) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 273) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 274) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 275) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 276) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 277) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 278) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 279) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 280) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 281) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 282) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 283) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 284) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 285) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 286) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 287) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 288) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 289) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 290) | SIOCINQ = 0x541b constant SIOCOUTQ (line 291) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 292) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 293) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 294) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 295) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 296) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 297) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 298) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 299) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 300) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 301) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 302) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 303) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 304) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 305) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 306) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 307) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 308) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 309) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 310) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 311) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 312) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 313) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 314) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 315) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 316) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 317) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 318) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 319) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 320) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 321) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 322) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 323) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 324) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 325) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 327) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 328) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 329) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 330) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 331) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 332) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 333) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 334) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 335) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 336) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 337) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 338) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 339) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 340) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 341) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 342) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 343) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 344) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 345) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 346) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 347) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 348) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 349) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 350) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 351) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 352) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 353) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 354) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 355) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 356) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 357) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 358) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 359) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 360) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 361) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 362) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 363) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 364) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 365) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 366) | SO_TXTIME = 0x3d constant SO_TYPE (line 367) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 368) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 369) | SO_ZEROCOPY = 0x3c constant TAB1 (line 370) | TAB1 = 0x800 constant TAB2 (line 371) | TAB2 = 0x1000 constant TAB3 (line 372) | TAB3 = 0x1800 constant TABDLY (line 373) | TABDLY = 0x1800 constant TCFLSH (line 374) | TCFLSH = 0x540b constant TCGETA (line 375) | TCGETA = 0x5405 constant TCGETS (line 376) | TCGETS = 0x5401 constant TCGETS2 (line 377) | TCGETS2 = 0x802c542a constant TCGETX (line 378) | TCGETX = 0x5432 constant TCSAFLUSH (line 379) | TCSAFLUSH = 0x2 constant TCSBRK (line 380) | TCSBRK = 0x5409 constant TCSBRKP (line 381) | TCSBRKP = 0x5425 constant TCSETA (line 382) | TCSETA = 0x5406 constant TCSETAF (line 383) | TCSETAF = 0x5408 constant TCSETAW (line 384) | TCSETAW = 0x5407 constant TCSETS (line 385) | TCSETS = 0x5402 constant TCSETS2 (line 386) | TCSETS2 = 0x402c542b constant TCSETSF (line 387) | TCSETSF = 0x5404 constant TCSETSF2 (line 388) | TCSETSF2 = 0x402c542d constant TCSETSW (line 389) | TCSETSW = 0x5403 constant TCSETSW2 (line 390) | TCSETSW2 = 0x402c542c constant TCSETX (line 391) | TCSETX = 0x5433 constant TCSETXF (line 392) | TCSETXF = 0x5434 constant TCSETXW (line 393) | TCSETXW = 0x5435 constant TCXONC (line 394) | TCXONC = 0x540a constant TFD_CLOEXEC (line 395) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 396) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 397) | TIOCCBRK = 0x5428 constant TIOCCONS (line 398) | TIOCCONS = 0x541d constant TIOCEXCL (line 399) | TIOCEXCL = 0x540c constant TIOCGDEV (line 400) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 401) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 402) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 403) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 404) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 405) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 406) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 407) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 408) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 409) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 410) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 411) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 412) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 413) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 414) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 415) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 416) | TIOCINQ = 0x541b constant TIOCLINUX (line 417) | TIOCLINUX = 0x541c constant TIOCMBIC (line 418) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 419) | TIOCMBIS = 0x5416 constant TIOCMGET (line 420) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 421) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 422) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 423) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 424) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 425) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 426) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 427) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 428) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 429) | TIOCM_SR = 0x10 constant TIOCM_ST (line 430) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 431) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 432) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 433) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 434) | TIOCPKT = 0x5420 constant TIOCSBRK (line 435) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 436) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 437) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 438) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 439) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 440) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 441) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 442) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 443) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 444) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 445) | TIOCSETD = 0x5423 constant TIOCSIG (line 446) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 447) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 448) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 449) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 450) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 451) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 452) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 453) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 454) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 455) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 456) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 457) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 458) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 459) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 460) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 461) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 462) | TUNGETFILTER = 0x800854db 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 = 0x20 constant X86_FXSR_MAGIC (line 527) | X86_FXSR_MAGIC = 0x0 constant XCASE (line 528) | XCASE = 0x4 constant XTABS (line 529) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 530) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 531) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 532) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 537) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 538) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 539) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 540) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 541) | EALREADY = syscall.Errno(0x72) constant EBADE (line 542) | EBADE = syscall.Errno(0x34) constant EBADFD (line 543) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 544) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 545) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 546) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 547) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 548) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 549) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 550) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 551) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 552) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 553) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 554) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 555) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 556) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 557) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 558) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 559) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 560) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 561) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 562) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 563) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 564) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 565) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 566) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 567) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 568) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 569) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 570) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 571) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 572) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 573) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 574) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 575) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 576) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 577) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 578) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 579) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 580) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 581) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 582) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 583) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 584) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 585) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 586) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 587) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 588) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 589) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 590) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 591) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 592) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 593) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 594) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 595) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 596) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 597) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 598) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 599) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 600) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 601) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 602) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 603) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 604) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 605) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 606) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 607) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 608) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 609) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 610) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 611) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 612) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 613) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 614) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 615) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 616) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 617) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 618) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 619) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 620) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 621) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 622) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 623) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 624) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 625) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 626) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 627) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 628) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 629) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 630) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 631) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 632) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 633) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 634) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 635) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 640) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 641) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 642) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 643) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 644) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 645) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 646) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 647) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 648) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 649) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 650) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 651) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 652) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 653) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 654) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 655) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 656) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 657) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 658) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 659) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 660) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FP_XSTATE_MAGIC2 (line 88) | FP_XSTATE_MAGIC2 = 0x46505845 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_32BIT (line 120) | MAP_32BIT = 0x40 constant MAP_ANON (line 121) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 122) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 123) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 124) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 125) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 126) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 127) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 128) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 129) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 130) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 131) | MAP_STACK = 0x20000 constant MAP_SYNC (line 132) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 133) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 134) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 135) | MCL_ONFAULT = 0x4 constant MEMERASE (line 136) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 137) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 138) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 139) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 140) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 141) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 142) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 143) | MEMLOCK = 0x40084d05 constant MEMREAD (line 144) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 145) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 146) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 147) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 148) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 149) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 150) | NFDBITS = 0x40 constant NLDLY (line 151) | NLDLY = 0x100 constant NOFLSH (line 152) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 153) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 154) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 155) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 156) | NS_GET_USERNS = 0xb701 constant OLCUC (line 157) | OLCUC = 0x2 constant ONLCR (line 158) | ONLCR = 0x4 constant OTPERASE (line 159) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 160) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 161) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 162) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 163) | OTPSELECT = 0x80044d0d constant O_APPEND (line 164) | O_APPEND = 0x400 constant O_ASYNC (line 165) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 166) | O_CLOEXEC = 0x80000 constant O_CREAT (line 167) | O_CREAT = 0x40 constant O_DIRECT (line 168) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 169) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 170) | O_DSYNC = 0x1000 constant O_EXCL (line 171) | O_EXCL = 0x80 constant O_FSYNC (line 172) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 173) | O_LARGEFILE = 0x0 constant O_NDELAY (line 174) | O_NDELAY = 0x800 constant O_NOATIME (line 175) | O_NOATIME = 0x40000 constant O_NOCTTY (line 176) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 177) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 178) | O_NONBLOCK = 0x800 constant O_PATH (line 179) | O_PATH = 0x200000 constant O_RSYNC (line 180) | O_RSYNC = 0x101000 constant O_SYNC (line 181) | O_SYNC = 0x101000 constant O_TMPFILE (line 182) | O_TMPFILE = 0x410000 constant O_TRUNC (line 183) | O_TRUNC = 0x200 constant PARENB (line 184) | PARENB = 0x100 constant PARODD (line 185) | PARODD = 0x200 constant PENDIN (line 186) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 187) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 188) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 189) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 190) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 191) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 192) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 193) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 194) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 195) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 196) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 197) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 198) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 199) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 200) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 201) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 202) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 203) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 204) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 205) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 206) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 207) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 208) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 209) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 210) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 211) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 212) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 213) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 214) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 215) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 216) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 217) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 218) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 219) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 220) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 221) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 222) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 223) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 224) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 225) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 226) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 227) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 228) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 229) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 230) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 231) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_ARCH_PRCTL (line 232) | PTRACE_ARCH_PRCTL = 0x1e 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 = 0x8008700d constant RTC_EPOCH_SET (line 260) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 261) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 262) | RTC_IRQP_SET = 0x4008700c 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 = 0x80207011 constant RTC_PLL_SET (line 268) | RTC_PLL_SET = 0x40207012 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 = 0x401054d5 constant TUNDETACHFILTER (line 460) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 461) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 462) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 463) | TUNGETFILTER = 0x801054db 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 = 0x40 constant XCASE (line 528) | XCASE = 0x4 constant XTABS (line 529) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 530) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 531) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 532) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 537) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 538) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 539) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 540) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 541) | EALREADY = syscall.Errno(0x72) constant EBADE (line 542) | EBADE = syscall.Errno(0x34) constant EBADFD (line 543) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 544) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 545) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 546) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 547) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 548) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 549) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 550) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 551) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 552) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 553) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 554) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 555) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 556) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 557) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 558) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 559) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 560) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 561) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 562) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 563) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 564) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 565) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 566) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 567) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 568) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 569) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 570) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 571) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 572) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 573) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 574) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 575) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 576) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 577) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 578) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 579) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 580) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 581) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 582) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 583) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 584) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 585) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 586) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 587) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 588) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 589) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 590) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 591) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 592) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 593) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 594) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 595) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 596) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 597) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 598) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 599) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 600) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 601) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 602) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 603) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 604) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 605) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 606) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 607) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 608) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 609) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 610) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 611) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 612) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 613) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 614) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 615) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 616) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 617) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 618) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 619) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 620) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 621) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 622) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 623) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 624) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 625) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 626) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 627) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 628) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 629) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 630) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 631) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 632) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 633) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 634) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 635) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 640) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 641) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 642) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 643) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 644) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 645) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 646) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 647) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 648) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 649) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 650) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 651) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 652) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 653) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 654) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 655) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 656) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 657) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 658) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 659) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 660) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_arm.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40041271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80041272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x80046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x40046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 95) | F_GETLK = 0xc constant F_GETLK64 (line 96) | F_GETLK64 = 0xc constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0xd constant F_SETLK64 (line 100) | F_SETLK64 = 0xd constant F_SETLKW (line 101) | F_SETLKW = 0xe constant F_SETLKW64 (line 102) | F_SETLKW64 = 0xe constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x40084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 148) | NFDBITS = 0x20 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0xb701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x80044d0d constant O_APPEND (line 162) | O_APPEND = 0x400 constant O_ASYNC (line 163) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x40 constant O_DIRECT (line 166) | O_DIRECT = 0x10000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 168) | O_DSYNC = 0x1000 constant O_EXCL (line 169) | O_EXCL = 0x80 constant O_FSYNC (line 170) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x20000 constant O_NDELAY (line 172) | O_NDELAY = 0x800 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x800 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x101000 constant O_SYNC (line 179) | O_SYNC = 0x101000 constant O_TMPFILE (line 180) | O_TMPFILE = 0x404000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x80042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x40042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x8008743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x40087446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x400c744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x40087447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETCRUNCHREGS (line 230) | PTRACE_GETCRUNCHREGS = 0x19 constant PTRACE_GETFDPIC (line 231) | PTRACE_GETFDPIC = 0x1f constant PTRACE_GETFDPIC_EXEC (line 232) | PTRACE_GETFDPIC_EXEC = 0x0 constant PTRACE_GETFDPIC_INTERP (line 233) | PTRACE_GETFDPIC_INTERP = 0x1 constant PTRACE_GETFPREGS (line 234) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETHBPREGS (line 235) | PTRACE_GETHBPREGS = 0x1d constant PTRACE_GETVFPREGS (line 236) | PTRACE_GETVFPREGS = 0x1b constant PTRACE_GETWMMXREGS (line 237) | PTRACE_GETWMMXREGS = 0x12 constant PTRACE_GET_THREAD_AREA (line 238) | PTRACE_GET_THREAD_AREA = 0x16 constant PTRACE_OLDSETOPTIONS (line 239) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_SETCRUNCHREGS (line 240) | PTRACE_SETCRUNCHREGS = 0x1a constant PTRACE_SETFPREGS (line 241) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETHBPREGS (line 242) | PTRACE_SETHBPREGS = 0x1e constant PTRACE_SETVFPREGS (line 243) | PTRACE_SETVFPREGS = 0x1c constant PTRACE_SETWMMXREGS (line 244) | PTRACE_SETWMMXREGS = 0x13 constant PTRACE_SET_SYSCALL (line 245) | PTRACE_SET_SYSCALL = 0x17 constant PT_DATA_ADDR (line 246) | PT_DATA_ADDR = 0x10004 constant PT_TEXT_ADDR (line 247) | PT_TEXT_ADDR = 0x10000 constant PT_TEXT_END_ADDR (line 248) | PT_TEXT_END_ADDR = 0x10008 constant RLIMIT_AS (line 249) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 250) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 251) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 252) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 253) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 254) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 255) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 256) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 257) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 258) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 259) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 260) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 261) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 262) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 263) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 264) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 265) | RTC_EPOCH_READ = 0x8004700d constant RTC_EPOCH_SET (line 266) | RTC_EPOCH_SET = 0x4004700e constant RTC_IRQP_READ (line 267) | RTC_IRQP_READ = 0x8004700b constant RTC_IRQP_SET (line 268) | RTC_IRQP_SET = 0x4004700c constant RTC_PARAM_GET (line 269) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 270) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 271) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 272) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 273) | RTC_PLL_GET = 0x801c7011 constant RTC_PLL_SET (line 274) | RTC_PLL_SET = 0x401c7012 constant RTC_RD_TIME (line 275) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 276) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 277) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 278) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 279) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 280) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 281) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 282) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 283) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 284) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 285) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 286) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 287) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 288) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 289) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 290) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 291) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 292) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 293) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 294) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 295) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 296) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 297) | SIOCINQ = 0x541b constant SIOCOUTQ (line 298) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 299) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 300) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 301) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 302) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 303) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 304) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 305) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 306) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 307) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 308) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 309) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 310) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 311) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 312) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 313) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 314) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 315) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 316) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 317) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 318) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 319) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 320) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 321) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 322) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 323) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 324) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 325) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 326) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 327) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 328) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 329) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 330) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 331) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 332) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 333) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 334) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 335) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 336) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 337) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 338) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 339) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 340) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 341) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 342) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 343) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 344) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 345) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 346) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 347) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 348) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 349) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 350) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 351) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 352) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 353) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 354) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 355) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 356) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 357) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 358) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 359) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 360) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 361) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 362) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 363) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 364) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 365) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 366) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 367) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 368) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 369) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 370) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 371) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 372) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 373) | SO_TXTIME = 0x3d constant SO_TYPE (line 374) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 375) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 376) | SO_ZEROCOPY = 0x3c constant TAB1 (line 377) | TAB1 = 0x800 constant TAB2 (line 378) | TAB2 = 0x1000 constant TAB3 (line 379) | TAB3 = 0x1800 constant TABDLY (line 380) | TABDLY = 0x1800 constant TCFLSH (line 381) | TCFLSH = 0x540b constant TCGETA (line 382) | TCGETA = 0x5405 constant TCGETS (line 383) | TCGETS = 0x5401 constant TCGETS2 (line 384) | TCGETS2 = 0x802c542a constant TCGETX (line 385) | TCGETX = 0x5432 constant TCSAFLUSH (line 386) | TCSAFLUSH = 0x2 constant TCSBRK (line 387) | TCSBRK = 0x5409 constant TCSBRKP (line 388) | TCSBRKP = 0x5425 constant TCSETA (line 389) | TCSETA = 0x5406 constant TCSETAF (line 390) | TCSETAF = 0x5408 constant TCSETAW (line 391) | TCSETAW = 0x5407 constant TCSETS (line 392) | TCSETS = 0x5402 constant TCSETS2 (line 393) | TCSETS2 = 0x402c542b constant TCSETSF (line 394) | TCSETSF = 0x5404 constant TCSETSF2 (line 395) | TCSETSF2 = 0x402c542d constant TCSETSW (line 396) | TCSETSW = 0x5403 constant TCSETSW2 (line 397) | TCSETSW2 = 0x402c542c constant TCSETX (line 398) | TCSETX = 0x5433 constant TCSETXF (line 399) | TCSETXF = 0x5434 constant TCSETXW (line 400) | TCSETXW = 0x5435 constant TCXONC (line 401) | TCXONC = 0x540a constant TFD_CLOEXEC (line 402) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 403) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 404) | TIOCCBRK = 0x5428 constant TIOCCONS (line 405) | TIOCCONS = 0x541d constant TIOCEXCL (line 406) | TIOCEXCL = 0x540c constant TIOCGDEV (line 407) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 408) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 409) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 410) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 411) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 412) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 413) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 414) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 415) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 416) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 417) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 418) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 419) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 420) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 421) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 422) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 423) | TIOCINQ = 0x541b constant TIOCLINUX (line 424) | TIOCLINUX = 0x541c constant TIOCMBIC (line 425) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 426) | TIOCMBIS = 0x5416 constant TIOCMGET (line 427) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 428) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 429) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 430) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 431) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 432) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 433) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 434) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 435) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 436) | TIOCM_SR = 0x10 constant TIOCM_ST (line 437) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 438) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 439) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 440) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 441) | TIOCPKT = 0x5420 constant TIOCSBRK (line 442) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 443) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 444) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 445) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 446) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 447) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 448) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 449) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 450) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 451) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 452) | TIOCSETD = 0x5423 constant TIOCSIG (line 453) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 454) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 455) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 456) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 457) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 458) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 459) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 460) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 461) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 462) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 463) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 464) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 465) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 466) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 467) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 468) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 469) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 470) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 471) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 472) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 473) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 474) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 475) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 476) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 477) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 478) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 479) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 480) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 481) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 482) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 483) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 484) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 485) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 486) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 487) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 488) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 489) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 490) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 491) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 492) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 493) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 494) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 495) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 496) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 497) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 498) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 499) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 500) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 501) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 502) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 503) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 504) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 505) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 506) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 507) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 508) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 509) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 510) | VDISCARD = 0xd constant VEOF (line 511) | VEOF = 0x4 constant VEOL (line 512) | VEOL = 0xb constant VEOL2 (line 513) | VEOL2 = 0x10 constant VMIN (line 514) | VMIN = 0x6 constant VREPRINT (line 515) | VREPRINT = 0xc constant VSTART (line 516) | VSTART = 0x8 constant VSTOP (line 517) | VSTOP = 0x9 constant VSUSP (line 518) | VSUSP = 0xa constant VSWTC (line 519) | VSWTC = 0x7 constant VT1 (line 520) | VT1 = 0x4000 constant VTDLY (line 521) | VTDLY = 0x4000 constant VTIME (line 522) | VTIME = 0x5 constant VWERASE (line 523) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 524) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 525) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 526) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 527) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 528) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 529) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 530) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 531) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 532) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 533) | WORDSIZE = 0x20 constant XCASE (line 534) | XCASE = 0x4 constant XTABS (line 535) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 536) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 537) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 538) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 543) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 544) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 545) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 546) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 547) | EALREADY = syscall.Errno(0x72) constant EBADE (line 548) | EBADE = syscall.Errno(0x34) constant EBADFD (line 549) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 550) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 551) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 552) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 553) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 554) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 555) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 556) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 557) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 558) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 559) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 560) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 561) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 562) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 563) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 564) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 565) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 566) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 567) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 568) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 569) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 570) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 571) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 572) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 573) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 574) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 575) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 576) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 577) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 578) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 579) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 580) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 581) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 582) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 583) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 584) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 585) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 586) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 587) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 588) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 589) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 590) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 591) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 592) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 593) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 594) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 595) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 596) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 597) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 598) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 599) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 600) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 601) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 602) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 603) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 604) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 605) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 606) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 607) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 608) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 609) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 610) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 611) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 612) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 613) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 614) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 615) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 616) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 617) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 618) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 619) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 620) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 621) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 622) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 623) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 624) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 625) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 626) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 627) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 628) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 629) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 630) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 631) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 632) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 633) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 634) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 635) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 636) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 637) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 638) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 639) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 640) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 641) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 646) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 647) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 648) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 649) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 650) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 651) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 652) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 653) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 654) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 655) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 656) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 657) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 658) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 659) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 660) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 661) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 662) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 663) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 664) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 665) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 666) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant ESR_MAGIC (line 82) | ESR_MAGIC = 0x45535201 constant EXTPROC (line 83) | EXTPROC = 0x10000 constant EXTRA_MAGIC (line 84) | EXTRA_MAGIC = 0x45585401 constant FF1 (line 85) | FF1 = 0x8000 constant FFDLY (line 86) | FFDLY = 0x8000 constant FICLONE (line 87) | FICLONE = 0x40049409 constant FICLONERANGE (line 88) | FICLONERANGE = 0x4020940d constant FLUSHO (line 89) | FLUSHO = 0x1000 constant FPSIMD_MAGIC (line 90) | FPSIMD_MAGIC = 0x46508001 constant FS_IOC_ENABLE_VERITY (line 91) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 92) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 93) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 94) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 95) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 96) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 97) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 98) | F_GETLK = 0x5 constant F_GETLK64 (line 99) | F_GETLK64 = 0x5 constant F_GETOWN (line 100) | F_GETOWN = 0x9 constant F_RDLCK (line 101) | F_RDLCK = 0x0 constant F_SETLK (line 102) | F_SETLK = 0x6 constant F_SETLK64 (line 103) | F_SETLK64 = 0x6 constant F_SETLKW (line 104) | F_SETLKW = 0x7 constant F_SETLKW64 (line 105) | F_SETLKW64 = 0x7 constant F_SETOWN (line 106) | F_SETOWN = 0x8 constant F_UNLCK (line 107) | F_UNLCK = 0x2 constant F_WRLCK (line 108) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 109) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 110) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 111) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 112) | HUPCL = 0x400 constant ICANON (line 113) | ICANON = 0x2 constant IEXTEN (line 114) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 115) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 116) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 117) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 118) | ISIG = 0x1 constant IUCLC (line 119) | IUCLC = 0x200 constant IXOFF (line 120) | IXOFF = 0x1000 constant IXON (line 121) | IXON = 0x400 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 = 0x10000 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 = 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 PROT_BTI (line 232) | PROT_BTI = 0x10 constant PROT_MTE (line 233) | PROT_MTE = 0x20 constant PR_SET_PTRACER_ANY (line 234) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_PEEKMTETAGS (line 235) | PTRACE_PEEKMTETAGS = 0x21 constant PTRACE_POKEMTETAGS (line 236) | PTRACE_POKEMTETAGS = 0x22 constant PTRACE_SYSEMU (line 237) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 238) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant RLIMIT_AS (line 239) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 240) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 241) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 242) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 243) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 244) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 245) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 246) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 247) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 248) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 249) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 250) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 251) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 252) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 253) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 254) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 255) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 256) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 257) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 258) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 259) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 260) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 261) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 262) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 263) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 264) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 265) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 266) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 267) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 268) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 269) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 270) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 271) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 272) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 273) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 274) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 275) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 276) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 277) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 278) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 279) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 280) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 281) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 282) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 283) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 284) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 285) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 286) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 287) | SIOCINQ = 0x541b constant SIOCOUTQ (line 288) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 289) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 290) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 291) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 292) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 293) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 294) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 295) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 296) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 297) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 298) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 299) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 300) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 301) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 302) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 303) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 304) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 305) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 306) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 307) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 308) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 309) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 310) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 311) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 312) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 313) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 314) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 315) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 316) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 317) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 318) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 319) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 320) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 321) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 322) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 323) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 324) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 325) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 326) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 327) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 328) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 329) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 330) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 331) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 332) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 333) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 334) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 335) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 336) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 337) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 338) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 339) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 340) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 341) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 342) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 343) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 344) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 345) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 346) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 347) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 348) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 349) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 350) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 351) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 352) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 353) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 354) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 355) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 356) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 357) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 358) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 359) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 360) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 361) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 362) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 363) | SO_TXTIME = 0x3d constant SO_TYPE (line 364) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 365) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 366) | SO_ZEROCOPY = 0x3c constant SVE_MAGIC (line 367) | SVE_MAGIC = 0x53564501 constant TAB1 (line 368) | TAB1 = 0x800 constant TAB2 (line 369) | TAB2 = 0x1000 constant TAB3 (line 370) | TAB3 = 0x1800 constant TABDLY (line 371) | TABDLY = 0x1800 constant TCFLSH (line 372) | TCFLSH = 0x540b constant TCGETA (line 373) | TCGETA = 0x5405 constant TCGETS (line 374) | TCGETS = 0x5401 constant TCGETS2 (line 375) | TCGETS2 = 0x802c542a constant TCGETX (line 376) | TCGETX = 0x5432 constant TCSAFLUSH (line 377) | TCSAFLUSH = 0x2 constant TCSBRK (line 378) | TCSBRK = 0x5409 constant TCSBRKP (line 379) | TCSBRKP = 0x5425 constant TCSETA (line 380) | TCSETA = 0x5406 constant TCSETAF (line 381) | TCSETAF = 0x5408 constant TCSETAW (line 382) | TCSETAW = 0x5407 constant TCSETS (line 383) | TCSETS = 0x5402 constant TCSETS2 (line 384) | TCSETS2 = 0x402c542b constant TCSETSF (line 385) | TCSETSF = 0x5404 constant TCSETSF2 (line 386) | TCSETSF2 = 0x402c542d constant TCSETSW (line 387) | TCSETSW = 0x5403 constant TCSETSW2 (line 388) | TCSETSW2 = 0x402c542c constant TCSETX (line 389) | TCSETX = 0x5433 constant TCSETXF (line 390) | TCSETXF = 0x5434 constant TCSETXW (line 391) | TCSETXW = 0x5435 constant TCXONC (line 392) | TCXONC = 0x540a constant TFD_CLOEXEC (line 393) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 394) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 395) | TIOCCBRK = 0x5428 constant TIOCCONS (line 396) | TIOCCONS = 0x541d constant TIOCEXCL (line 397) | TIOCEXCL = 0x540c constant TIOCGDEV (line 398) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 399) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 400) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 401) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 402) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 403) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 404) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 405) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 406) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 407) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 408) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 409) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 410) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 411) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 412) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 413) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 414) | TIOCINQ = 0x541b constant TIOCLINUX (line 415) | TIOCLINUX = 0x541c constant TIOCMBIC (line 416) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 417) | TIOCMBIS = 0x5416 constant TIOCMGET (line 418) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 419) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 420) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 421) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 422) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 423) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 424) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 425) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 426) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 427) | TIOCM_SR = 0x10 constant TIOCM_ST (line 428) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 429) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 430) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 431) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 432) | TIOCPKT = 0x5420 constant TIOCSBRK (line 433) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 434) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 435) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 436) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 437) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 438) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 439) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 440) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 441) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 442) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 443) | TIOCSETD = 0x5423 constant TIOCSIG (line 444) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 445) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 446) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 447) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 448) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 449) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 450) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 451) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 452) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 453) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 454) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 455) | TOSTOP = 0x100 constant TPIDR2_MAGIC (line 456) | TPIDR2_MAGIC = 0x54504902 constant TUNATTACHFILTER (line 457) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 458) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 459) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 460) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 461) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 462) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 463) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 464) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 465) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 466) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 467) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 468) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 469) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 470) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 471) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 472) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 473) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 474) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 475) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 476) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 477) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 478) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 479) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 480) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 481) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 482) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 483) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 484) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 485) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 486) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 487) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 488) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 489) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 490) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 491) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 492) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 493) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 494) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 495) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 496) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 497) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 498) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 499) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 500) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 501) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 502) | VDISCARD = 0xd constant VEOF (line 503) | VEOF = 0x4 constant VEOL (line 504) | VEOL = 0xb constant VEOL2 (line 505) | VEOL2 = 0x10 constant VMIN (line 506) | VMIN = 0x6 constant VREPRINT (line 507) | VREPRINT = 0xc constant VSTART (line 508) | VSTART = 0x8 constant VSTOP (line 509) | VSTOP = 0x9 constant VSUSP (line 510) | VSUSP = 0xa constant VSWTC (line 511) | VSWTC = 0x7 constant VT1 (line 512) | VT1 = 0x4000 constant VTDLY (line 513) | VTDLY = 0x4000 constant VTIME (line 514) | VTIME = 0x5 constant VWERASE (line 515) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 516) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 517) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 518) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 519) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 520) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 521) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 522) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 523) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 524) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 525) | WORDSIZE = 0x40 constant XCASE (line 526) | XCASE = 0x4 constant XTABS (line 527) | XTABS = 0x1800 constant ZA_MAGIC (line 528) | ZA_MAGIC = 0x54366345 constant ZT_MAGIC (line 529) | ZT_MAGIC = 0x5a544e01 constant _HIDIOCGRAWNAME (line 530) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 531) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 532) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 537) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 538) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 539) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 540) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 541) | EALREADY = syscall.Errno(0x72) constant EBADE (line 542) | EBADE = syscall.Errno(0x34) constant EBADFD (line 543) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 544) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 545) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 546) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 547) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 548) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 549) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 550) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 551) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 552) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 553) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 554) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 555) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 556) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 557) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 558) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 559) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 560) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 561) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 562) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 563) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 564) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 565) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 566) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 567) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 568) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 569) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 570) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 571) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 572) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 573) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 574) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 575) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 576) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 577) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 578) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 579) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 580) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 581) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 582) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 583) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 584) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 585) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 586) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 587) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 588) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 589) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 590) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 591) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 592) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 593) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 594) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 595) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 596) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 597) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 598) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 599) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 600) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 601) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 602) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 603) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 604) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 605) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 606) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 607) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 608) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 609) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 610) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 611) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 612) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 613) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 614) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 615) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 616) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 617) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 618) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 619) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 620) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 621) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 622) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 623) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 624) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 625) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 626) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 627) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 628) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 629) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 630) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 631) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 632) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 633) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 634) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 635) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 640) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 641) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 642) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 643) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 644) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 645) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 646) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 647) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 648) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 649) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 650) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 651) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 652) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 653) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 654) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 655) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 656) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 657) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 658) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 659) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 660) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FPU_CTX_MAGIC (line 88) | FPU_CTX_MAGIC = 0x46505501 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 LASX_CTX_MAGIC (line 120) | LASX_CTX_MAGIC = 0x41535801 constant LBT_CTX_MAGIC (line 121) | LBT_CTX_MAGIC = 0x42540001 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 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0x21 constant F_GETLK64 (line 96) | F_GETLK64 = 0x21 constant F_GETOWN (line 97) | F_GETOWN = 0x17 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x22 constant F_SETLK64 (line 100) | F_SETLK64 = 0x22 constant F_SETLKW (line 101) | F_SETLKW = 0x23 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x23 constant F_SETOWN (line 103) | F_SETOWN = 0x18 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x100 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 129) | MAP_RENAME = 0x800 constant MAP_STACK (line 130) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x20 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x40044d0d constant O_APPEND (line 162) | O_APPEND = 0x8 constant O_ASYNC (line 163) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x100 constant O_DIRECT (line 166) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x10 constant O_EXCL (line 169) | O_EXCL = 0x400 constant O_FSYNC (line 170) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 172) | O_NDELAY = 0x80 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x80 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x4010 constant O_SYNC (line 179) | O_SYNC = 0x4010 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 230) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 231) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 232) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 233) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 234) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 235) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 236) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 237) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 238) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 239) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 240) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 241) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 242) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 243) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 244) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 245) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 246) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 247) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 248) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 249) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 250) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 251) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 252) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 253) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 254) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 255) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 256) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 257) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 258) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 259) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 260) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 261) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 262) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 263) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 264) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 265) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 266) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 267) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 268) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 269) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 270) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 271) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 272) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 273) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 274) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 275) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 276) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 277) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 278) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 279) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 280) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 281) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 282) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 283) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 284) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 285) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 286) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 287) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 288) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 289) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 290) | SIOCINQ = 0x467f constant SIOCOUTQ (line 291) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 292) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 293) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 294) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 295) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 296) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 297) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 298) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 299) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 300) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 301) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 302) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 303) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 304) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 305) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 306) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 307) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 308) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 309) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 310) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 311) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 312) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 313) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 314) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 315) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 316) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 317) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 318) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 319) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 320) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 321) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 322) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 323) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 324) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 325) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 327) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 328) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 329) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 330) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 331) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 332) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 333) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 334) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 335) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 336) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 337) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 338) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 339) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 340) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 341) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 342) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 343) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 344) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 345) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 346) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 347) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 348) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 349) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 350) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 351) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 352) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 353) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 354) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 355) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 356) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 357) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 358) | SO_STYLE = 0x1008 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 = 0x1008 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 = 0x5407 constant TCGETA (line 376) | TCGETA = 0x5401 constant TCGETS (line 377) | TCGETS = 0x540d constant TCGETS2 (line 378) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 379) | TCSAFLUSH = 0x5410 constant TCSBRK (line 380) | TCSBRK = 0x5405 constant TCSBRKP (line 381) | TCSBRKP = 0x5486 constant TCSETA (line 382) | TCSETA = 0x5402 constant TCSETAF (line 383) | TCSETAF = 0x5404 constant TCSETAW (line 384) | TCSETAW = 0x5403 constant TCSETS (line 385) | TCSETS = 0x540e constant TCSETS2 (line 386) | TCSETS2 = 0x8030542b constant TCSETSF (line 387) | TCSETSF = 0x5410 constant TCSETSF2 (line 388) | TCSETSF2 = 0x8030542d constant TCSETSW (line 389) | TCSETSW = 0x540f constant TCSETSW2 (line 390) | TCSETSW2 = 0x8030542c constant TCXONC (line 391) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 392) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 393) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 394) | TIOCCBRK = 0x5428 constant TIOCCONS (line 395) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 396) | TIOCEXCL = 0x740d constant TIOCGDEV (line 397) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 398) | TIOCGETD = 0x7400 constant TIOCGETP (line 399) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 400) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 401) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 402) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 403) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 404) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 405) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 406) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 407) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 408) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 409) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 410) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 411) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 412) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 413) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 414) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 415) | TIOCINQ = 0x467f constant TIOCLINUX (line 416) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 417) | TIOCMBIC = 0x741c constant TIOCMBIS (line 418) | TIOCMBIS = 0x741b constant TIOCMGET (line 419) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 420) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 421) | TIOCMSET = 0x741a constant TIOCM_CAR (line 422) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 423) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 424) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 425) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 426) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 427) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 428) | TIOCM_SR = 0x20 constant TIOCM_ST (line 429) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 430) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 431) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 432) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 433) | TIOCPKT = 0x5470 constant TIOCSBRK (line 434) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 435) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 436) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 437) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 438) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 439) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 440) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 441) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 442) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 443) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 444) | TIOCSETD = 0x7401 constant TIOCSETN (line 445) | TIOCSETN = 0x740a constant TIOCSETP (line 446) | TIOCSETP = 0x7409 constant TIOCSIG (line 447) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 448) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 449) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 450) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 451) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 452) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 453) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 454) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 455) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 456) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 457) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 458) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 459) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 465) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x10 constant VEOL (line 507) | VEOL = 0x11 constant VEOL2 (line 508) | VEOL2 = 0x6 constant VMIN (line 509) | VMIN = 0x4 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 VSWTCH (line 515) | VSWTCH = 0x7 constant VT1 (line 516) | VT1 = 0x4000 constant VTDLY (line 517) | VTDLY = 0x4000 constant VTIME (line 518) | VTIME = 0x5 constant VWERASE (line 519) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 520) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 521) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 522) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 523) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 524) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 525) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 526) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 527) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 528) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 529) | WORDSIZE = 0x20 constant XCASE (line 530) | XCASE = 0x4 constant XTABS (line 531) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 532) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 533) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 534) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 539) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 540) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 541) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 542) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 543) | EALREADY = syscall.Errno(0x95) constant EBADE (line 544) | EBADE = syscall.Errno(0x32) constant EBADFD (line 545) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 546) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 547) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 548) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 549) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 550) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 551) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 552) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 553) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 554) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 555) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 556) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 557) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 558) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 559) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 560) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 561) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 562) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 563) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 564) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 565) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 566) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 567) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 623) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 624) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 625) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 626) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 627) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 628) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 629) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 630) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 631) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 632) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 633) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 634) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 635) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 636) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 637) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 638) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 639) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 644) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 645) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 646) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 647) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 648) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 649) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 650) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 651) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 652) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 653) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 654) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 655) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 656) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 657) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 658) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 659) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 660) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 661) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 662) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 663) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 664) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0xe constant F_GETLK64 (line 96) | F_GETLK64 = 0xe constant F_GETOWN (line 97) | F_GETOWN = 0x17 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0x6 constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x7 constant F_SETOWN (line 103) | F_SETOWN = 0x18 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x100 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 129) | MAP_RENAME = 0x800 constant MAP_STACK (line 130) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x40044d0d constant O_APPEND (line 162) | O_APPEND = 0x8 constant O_ASYNC (line 163) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x100 constant O_DIRECT (line 166) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x10 constant O_EXCL (line 169) | O_EXCL = 0x400 constant O_FSYNC (line 170) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x0 constant O_NDELAY (line 172) | O_NDELAY = 0x80 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x80 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x4010 constant O_SYNC (line 179) | O_SYNC = 0x4010 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 230) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 231) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 232) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 233) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 234) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 235) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 236) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 237) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 238) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 239) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 240) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 241) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 242) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 243) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 244) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 245) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 246) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 247) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 248) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 249) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 250) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 251) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 252) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 253) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 254) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 255) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 256) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 257) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 258) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 259) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 260) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 261) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 262) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 263) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 264) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 265) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 266) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 267) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 268) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 269) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 270) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 271) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 272) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 273) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 274) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 275) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 276) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 277) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 278) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 279) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 280) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 281) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 282) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 283) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 284) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 285) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 286) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 287) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 288) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 289) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 290) | SIOCINQ = 0x467f constant SIOCOUTQ (line 291) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 292) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 293) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 294) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 295) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 296) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 297) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 298) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 299) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 300) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 301) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 302) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 303) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 304) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 305) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 306) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 307) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 308) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 309) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 310) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 311) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 312) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 313) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 314) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 315) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 316) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 317) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 318) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 319) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 320) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 321) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 322) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 323) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 324) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 325) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 327) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 328) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 329) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 330) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 331) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 332) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 333) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 334) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 335) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 336) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 337) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 338) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 339) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 340) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 341) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 342) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 343) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 344) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 345) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 346) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 347) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 348) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 349) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 350) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 351) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 352) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 353) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 354) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 355) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 356) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 357) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 358) | SO_STYLE = 0x1008 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 = 0x1008 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 = 0x5407 constant TCGETA (line 376) | TCGETA = 0x5401 constant TCGETS (line 377) | TCGETS = 0x540d constant TCGETS2 (line 378) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 379) | TCSAFLUSH = 0x5410 constant TCSBRK (line 380) | TCSBRK = 0x5405 constant TCSBRKP (line 381) | TCSBRKP = 0x5486 constant TCSETA (line 382) | TCSETA = 0x5402 constant TCSETAF (line 383) | TCSETAF = 0x5404 constant TCSETAW (line 384) | TCSETAW = 0x5403 constant TCSETS (line 385) | TCSETS = 0x540e constant TCSETS2 (line 386) | TCSETS2 = 0x8030542b constant TCSETSF (line 387) | TCSETSF = 0x5410 constant TCSETSF2 (line 388) | TCSETSF2 = 0x8030542d constant TCSETSW (line 389) | TCSETSW = 0x540f constant TCSETSW2 (line 390) | TCSETSW2 = 0x8030542c constant TCXONC (line 391) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 392) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 393) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 394) | TIOCCBRK = 0x5428 constant TIOCCONS (line 395) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 396) | TIOCEXCL = 0x740d constant TIOCGDEV (line 397) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 398) | TIOCGETD = 0x7400 constant TIOCGETP (line 399) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 400) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 401) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 402) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 403) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 404) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 405) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 406) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 407) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 408) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 409) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 410) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 411) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 412) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 413) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 414) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 415) | TIOCINQ = 0x467f constant TIOCLINUX (line 416) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 417) | TIOCMBIC = 0x741c constant TIOCMBIS (line 418) | TIOCMBIS = 0x741b constant TIOCMGET (line 419) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 420) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 421) | TIOCMSET = 0x741a constant TIOCM_CAR (line 422) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 423) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 424) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 425) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 426) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 427) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 428) | TIOCM_SR = 0x20 constant TIOCM_ST (line 429) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 430) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 431) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 432) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 433) | TIOCPKT = 0x5470 constant TIOCSBRK (line 434) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 435) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 436) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 437) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 438) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 439) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 440) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 441) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 442) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 443) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 444) | TIOCSETD = 0x7401 constant TIOCSETN (line 445) | TIOCSETN = 0x740a constant TIOCSETP (line 446) | TIOCSETP = 0x7409 constant TIOCSIG (line 447) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 448) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 449) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 450) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 451) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 452) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 453) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 454) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 455) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 456) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 457) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 458) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 459) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 465) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x10 constant VEOL (line 507) | VEOL = 0x11 constant VEOL2 (line 508) | VEOL2 = 0x6 constant VMIN (line 509) | VMIN = 0x4 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 VSWTCH (line 515) | VSWTCH = 0x7 constant VT1 (line 516) | VT1 = 0x4000 constant VTDLY (line 517) | VTDLY = 0x4000 constant VTIME (line 518) | VTIME = 0x5 constant VWERASE (line 519) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 520) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 521) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 522) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 523) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 524) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 525) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 526) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 527) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 528) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 529) | WORDSIZE = 0x40 constant XCASE (line 530) | XCASE = 0x4 constant XTABS (line 531) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 532) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 533) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 534) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 539) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 540) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 541) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 542) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 543) | EALREADY = syscall.Errno(0x95) constant EBADE (line 544) | EBADE = syscall.Errno(0x32) constant EBADFD (line 545) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 546) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 547) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 548) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 549) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 550) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 551) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 552) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 553) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 554) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 555) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 556) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 557) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 558) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 559) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 560) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 561) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 562) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 563) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 564) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 565) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 566) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 567) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 623) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 624) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 625) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 626) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 627) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 628) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 629) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 630) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 631) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 632) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 633) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 634) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 635) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 636) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 637) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 638) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 639) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 644) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 645) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 646) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 647) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 648) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 649) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 650) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 651) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 652) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 653) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 654) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 655) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 656) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 657) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 658) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 659) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 660) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 661) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 662) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 663) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 664) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0xe constant F_GETLK64 (line 96) | F_GETLK64 = 0xe constant F_GETOWN (line 97) | F_GETOWN = 0x17 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0x6 constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x7 constant F_SETOWN (line 103) | F_SETOWN = 0x18 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x100 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 129) | MAP_RENAME = 0x800 constant MAP_STACK (line 130) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x40044d0d constant O_APPEND (line 162) | O_APPEND = 0x8 constant O_ASYNC (line 163) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x100 constant O_DIRECT (line 166) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x10 constant O_EXCL (line 169) | O_EXCL = 0x400 constant O_FSYNC (line 170) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x0 constant O_NDELAY (line 172) | O_NDELAY = 0x80 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x80 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x4010 constant O_SYNC (line 179) | O_SYNC = 0x4010 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPREGS (line 230) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 231) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 232) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 233) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 234) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 235) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 236) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 237) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 238) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 239) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 240) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 241) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 242) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 243) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 244) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 245) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 246) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 247) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 248) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 249) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 250) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 251) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 252) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 253) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 254) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 255) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 256) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 257) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 258) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 259) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 260) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 261) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 262) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 263) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 264) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 265) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 266) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 267) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 268) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 269) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 270) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 271) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 272) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 273) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 274) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 275) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 276) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 277) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 278) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 279) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 280) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 281) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 282) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 283) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 284) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 285) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 286) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 287) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 288) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 289) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 290) | SIOCINQ = 0x467f constant SIOCOUTQ (line 291) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 292) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 293) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 294) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 295) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 296) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 297) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 298) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 299) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 300) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 301) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 302) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 303) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 304) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 305) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 306) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 307) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 308) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 309) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 310) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 311) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 312) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 313) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 314) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 315) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 316) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 317) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 318) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 319) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 320) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 321) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 322) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 323) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 324) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 325) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 327) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 328) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 329) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 330) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 331) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 332) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 333) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 334) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 335) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 336) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 337) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 338) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 339) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 340) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 341) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 342) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 343) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 344) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 345) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 346) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 347) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 348) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 349) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 350) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 351) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 352) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 353) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 354) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 355) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 356) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 357) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 358) | SO_STYLE = 0x1008 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 = 0x1008 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 = 0x5407 constant TCGETA (line 376) | TCGETA = 0x5401 constant TCGETS (line 377) | TCGETS = 0x540d constant TCGETS2 (line 378) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 379) | TCSAFLUSH = 0x5410 constant TCSBRK (line 380) | TCSBRK = 0x5405 constant TCSBRKP (line 381) | TCSBRKP = 0x5486 constant TCSETA (line 382) | TCSETA = 0x5402 constant TCSETAF (line 383) | TCSETAF = 0x5404 constant TCSETAW (line 384) | TCSETAW = 0x5403 constant TCSETS (line 385) | TCSETS = 0x540e constant TCSETS2 (line 386) | TCSETS2 = 0x8030542b constant TCSETSF (line 387) | TCSETSF = 0x5410 constant TCSETSF2 (line 388) | TCSETSF2 = 0x8030542d constant TCSETSW (line 389) | TCSETSW = 0x540f constant TCSETSW2 (line 390) | TCSETSW2 = 0x8030542c constant TCXONC (line 391) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 392) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 393) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 394) | TIOCCBRK = 0x5428 constant TIOCCONS (line 395) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 396) | TIOCEXCL = 0x740d constant TIOCGDEV (line 397) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 398) | TIOCGETD = 0x7400 constant TIOCGETP (line 399) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 400) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 401) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 402) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 403) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 404) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 405) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 406) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 407) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 408) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 409) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 410) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 411) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 412) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 413) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 414) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 415) | TIOCINQ = 0x467f constant TIOCLINUX (line 416) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 417) | TIOCMBIC = 0x741c constant TIOCMBIS (line 418) | TIOCMBIS = 0x741b constant TIOCMGET (line 419) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 420) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 421) | TIOCMSET = 0x741a constant TIOCM_CAR (line 422) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 423) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 424) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 425) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 426) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 427) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 428) | TIOCM_SR = 0x20 constant TIOCM_ST (line 429) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 430) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 431) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 432) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 433) | TIOCPKT = 0x5470 constant TIOCSBRK (line 434) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 435) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 436) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 437) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 438) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 439) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 440) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 441) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 442) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 443) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 444) | TIOCSETD = 0x7401 constant TIOCSETN (line 445) | TIOCSETN = 0x740a constant TIOCSETP (line 446) | TIOCSETP = 0x7409 constant TIOCSIG (line 447) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 448) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 449) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 450) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 451) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 452) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 453) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 454) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 455) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 456) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 457) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 458) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 459) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 465) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x10 constant VEOL (line 507) | VEOL = 0x11 constant VEOL2 (line 508) | VEOL2 = 0x6 constant VMIN (line 509) | VMIN = 0x4 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 VSWTCH (line 515) | VSWTCH = 0x7 constant VT1 (line 516) | VT1 = 0x4000 constant VTDLY (line 517) | VTDLY = 0x4000 constant VTIME (line 518) | VTIME = 0x5 constant VWERASE (line 519) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 520) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 521) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 522) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 523) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 524) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 525) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 526) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 527) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 528) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 529) | WORDSIZE = 0x40 constant XCASE (line 530) | XCASE = 0x4 constant XTABS (line 531) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 532) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 533) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 534) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 539) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 540) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 541) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 542) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 543) | EALREADY = syscall.Errno(0x95) constant EBADE (line 544) | EBADE = syscall.Errno(0x32) constant EBADFD (line 545) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 546) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 547) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 548) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 549) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 550) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 551) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 552) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 553) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 554) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 555) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 556) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 557) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 558) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 559) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 560) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 561) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 562) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 563) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 564) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 565) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 566) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 567) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 623) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 624) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 625) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 626) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 627) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 628) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 629) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 630) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 631) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 632) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 633) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 634) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 635) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 636) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 637) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 638) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 639) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 644) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 645) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 646) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 647) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 648) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 649) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 650) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 651) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 652) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 653) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 654) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 655) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 656) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 657) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 658) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 659) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 660) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 661) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 662) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 663) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 664) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x80 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x2000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0x21 constant F_GETLK64 (line 96) | F_GETLK64 = 0x21 constant F_GETOWN (line 97) | F_GETOWN = 0x17 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x22 constant F_SETLK64 (line 100) | F_SETLK64 = 0x22 constant F_SETLKW (line 101) | F_SETLKW = 0x23 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x23 constant F_SETOWN (line 103) | F_SETOWN = 0x18 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x100 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x80 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x800 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x800 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x2000 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x4000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x1000 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x80000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x8000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x20000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x400 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x10000 constant MAP_RENAME (line 129) | MAP_RENAME = 0x800 constant MAP_STACK (line 130) | MAP_STACK = 0x40000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x20 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x40044d0d constant O_APPEND (line 162) | O_APPEND = 0x8 constant O_ASYNC (line 163) | O_ASYNC = 0x1000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x100 constant O_DIRECT (line 166) | O_DIRECT = 0x8000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x10 constant O_EXCL (line 169) | O_EXCL = 0x400 constant O_FSYNC (line 170) | O_FSYNC = 0x4010 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 172) | O_NDELAY = 0x80 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x80 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x4010 constant O_SYNC (line 179) | O_SYNC = 0x4010 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETFPREGS (line 230) | PTRACE_GETFPREGS = 0xe constant PTRACE_GET_THREAD_AREA (line 231) | PTRACE_GET_THREAD_AREA = 0x19 constant PTRACE_GET_THREAD_AREA_3264 (line 232) | PTRACE_GET_THREAD_AREA_3264 = 0xc4 constant PTRACE_GET_WATCH_REGS (line 233) | PTRACE_GET_WATCH_REGS = 0xd0 constant PTRACE_OLDSETOPTIONS (line 234) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_3264 (line 235) | PTRACE_PEEKDATA_3264 = 0xc1 constant PTRACE_PEEKTEXT_3264 (line 236) | PTRACE_PEEKTEXT_3264 = 0xc0 constant PTRACE_POKEDATA_3264 (line 237) | PTRACE_POKEDATA_3264 = 0xc3 constant PTRACE_POKETEXT_3264 (line 238) | PTRACE_POKETEXT_3264 = 0xc2 constant PTRACE_SETFPREGS (line 239) | PTRACE_SETFPREGS = 0xf constant PTRACE_SET_THREAD_AREA (line 240) | PTRACE_SET_THREAD_AREA = 0x1a constant PTRACE_SET_WATCH_REGS (line 241) | PTRACE_SET_WATCH_REGS = 0xd1 constant RLIMIT_AS (line 242) | RLIMIT_AS = 0x6 constant RLIMIT_MEMLOCK (line 243) | RLIMIT_MEMLOCK = 0x9 constant RLIMIT_NOFILE (line 244) | RLIMIT_NOFILE = 0x5 constant RLIMIT_NPROC (line 245) | RLIMIT_NPROC = 0x8 constant RLIMIT_RSS (line 246) | RLIMIT_RSS = 0x7 constant RNDADDENTROPY (line 247) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 248) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 249) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 250) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 251) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 252) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 253) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 254) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 255) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 256) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 257) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 258) | RTC_EPOCH_READ = 0x4004700d constant RTC_EPOCH_SET (line 259) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 260) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 261) | RTC_IRQP_SET = 0x8004700c constant RTC_PARAM_GET (line 262) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 263) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 264) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 265) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 266) | RTC_PLL_GET = 0x401c7011 constant RTC_PLL_SET (line 267) | RTC_PLL_SET = 0x801c7012 constant RTC_RD_TIME (line 268) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 269) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 270) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 271) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 272) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 273) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 274) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 275) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 276) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 277) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 278) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 279) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 280) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 281) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 282) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 283) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 284) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 285) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 286) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 287) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 288) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 289) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 290) | SIOCINQ = 0x467f constant SIOCOUTQ (line 291) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 292) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 293) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 294) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 295) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 296) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 297) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 298) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 299) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 300) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 301) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 302) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 303) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 304) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 305) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 306) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 307) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 308) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 309) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 310) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 311) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 312) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 313) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 314) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 315) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 316) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 317) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 318) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 319) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 320) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 321) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 322) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 323) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 324) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 325) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 326) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 327) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 328) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 329) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 330) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 331) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 332) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 333) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 334) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 335) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 336) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 337) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 338) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 339) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 340) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 341) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 342) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 343) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 344) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 345) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 346) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 347) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 348) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 349) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 350) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 351) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 352) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 353) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 354) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 355) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 356) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 357) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 358) | SO_STYLE = 0x1008 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 = 0x1008 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 = 0x5407 constant TCGETA (line 376) | TCGETA = 0x5401 constant TCGETS (line 377) | TCGETS = 0x540d constant TCGETS2 (line 378) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 379) | TCSAFLUSH = 0x5410 constant TCSBRK (line 380) | TCSBRK = 0x5405 constant TCSBRKP (line 381) | TCSBRKP = 0x5486 constant TCSETA (line 382) | TCSETA = 0x5402 constant TCSETAF (line 383) | TCSETAF = 0x5404 constant TCSETAW (line 384) | TCSETAW = 0x5403 constant TCSETS (line 385) | TCSETS = 0x540e constant TCSETS2 (line 386) | TCSETS2 = 0x8030542b constant TCSETSF (line 387) | TCSETSF = 0x5410 constant TCSETSF2 (line 388) | TCSETSF2 = 0x8030542d constant TCSETSW (line 389) | TCSETSW = 0x540f constant TCSETSW2 (line 390) | TCSETSW2 = 0x8030542c constant TCXONC (line 391) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 392) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 393) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 394) | TIOCCBRK = 0x5428 constant TIOCCONS (line 395) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 396) | TIOCEXCL = 0x740d constant TIOCGDEV (line 397) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 398) | TIOCGETD = 0x7400 constant TIOCGETP (line 399) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 400) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 401) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 402) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 403) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 404) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 405) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 406) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 407) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 408) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 409) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 410) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 411) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 412) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 413) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 414) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 415) | TIOCINQ = 0x467f constant TIOCLINUX (line 416) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 417) | TIOCMBIC = 0x741c constant TIOCMBIS (line 418) | TIOCMBIS = 0x741b constant TIOCMGET (line 419) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 420) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 421) | TIOCMSET = 0x741a constant TIOCM_CAR (line 422) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 423) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 424) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 425) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 426) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 427) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 428) | TIOCM_SR = 0x20 constant TIOCM_ST (line 429) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 430) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 431) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 432) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 433) | TIOCPKT = 0x5470 constant TIOCSBRK (line 434) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 435) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 436) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 437) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 438) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 439) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 440) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 441) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 442) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 443) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 444) | TIOCSETD = 0x7401 constant TIOCSETN (line 445) | TIOCSETN = 0x740a constant TIOCSETP (line 446) | TIOCSETP = 0x7409 constant TIOCSIG (line 447) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 448) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 449) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 450) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 451) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 452) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 453) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 454) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 455) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 456) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 457) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 458) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 459) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 465) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x10 constant VEOL (line 507) | VEOL = 0x11 constant VEOL2 (line 508) | VEOL2 = 0x6 constant VMIN (line 509) | VMIN = 0x4 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 VSWTCH (line 515) | VSWTCH = 0x7 constant VT1 (line 516) | VT1 = 0x4000 constant VTDLY (line 517) | VTDLY = 0x4000 constant VTIME (line 518) | VTIME = 0x5 constant VWERASE (line 519) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 520) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 521) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 522) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 523) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 524) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 525) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 526) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 527) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 528) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 529) | WORDSIZE = 0x20 constant XCASE (line 530) | XCASE = 0x4 constant XTABS (line 531) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 532) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 533) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 534) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 539) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 540) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 541) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 542) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 543) | EALREADY = syscall.Errno(0x95) constant EBADE (line 544) | EBADE = syscall.Errno(0x32) constant EBADFD (line 545) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 546) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 547) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 548) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 549) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 550) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 551) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 552) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 553) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 554) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 555) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 556) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 557) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 558) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 559) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 560) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 561) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 562) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 563) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 564) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 565) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 566) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 567) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 623) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 624) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 625) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 626) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 627) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 628) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 629) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 630) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 631) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 632) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 633) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 634) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 635) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 636) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 637) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 638) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 639) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 644) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 645) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 646) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 647) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 648) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 649) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 650) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 651) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 652) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 653) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 654) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 655) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 656) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 657) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 658) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 659) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 660) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 661) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 662) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 663) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 664) | SIGXFSZ = syscall.Signal(0x1f) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go constant B1000000 (line 14) | B1000000 = 0x17 constant B115200 (line 15) | B115200 = 0x11 constant B1152000 (line 16) | B1152000 = 0x18 constant B1500000 (line 17) | B1500000 = 0x19 constant B2000000 (line 18) | B2000000 = 0x1a constant B230400 (line 19) | B230400 = 0x12 constant B2500000 (line 20) | B2500000 = 0x1b constant B3000000 (line 21) | B3000000 = 0x1c constant B3500000 (line 22) | B3500000 = 0x1d constant B4000000 (line 23) | B4000000 = 0x1e constant B460800 (line 24) | B460800 = 0x13 constant B500000 (line 25) | B500000 = 0x14 constant B57600 (line 26) | B57600 = 0x10 constant B576000 (line 27) | B576000 = 0x15 constant B921600 (line 28) | B921600 = 0x16 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40041270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80041271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40041272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1f constant BS1 (line 55) | BS1 = 0x8000 constant BSDLY (line 56) | BSDLY = 0x8000 constant CBAUD (line 57) | CBAUD = 0xff constant CBAUDEX (line 58) | CBAUDEX = 0x0 constant CIBAUD (line 59) | CIBAUD = 0xff0000 constant CLOCAL (line 60) | CLOCAL = 0x8000 constant CR1 (line 61) | CR1 = 0x1000 constant CR2 (line 62) | CR2 = 0x2000 constant CR3 (line 63) | CR3 = 0x3000 constant CRDLY (line 64) | CRDLY = 0x3000 constant CREAD (line 65) | CREAD = 0x800 constant CS6 (line 66) | CS6 = 0x100 constant CS7 (line 67) | CS7 = 0x200 constant CS8 (line 68) | CS8 = 0x300 constant CSIZE (line 69) | CSIZE = 0x300 constant CSTOPB (line 70) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x40 constant ECHOE (line 74) | ECHOE = 0x2 constant ECHOK (line 75) | ECHOK = 0x4 constant ECHOKE (line 76) | ECHOKE = 0x1 constant ECHONL (line 77) | ECHONL = 0x10 constant ECHOPRT (line 78) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000000 constant FF1 (line 83) | FF1 = 0x4000 constant FFDLY (line 84) | FFDLY = 0x4000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40046601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80046602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0xc constant F_GETLK64 (line 96) | F_GETLK64 = 0xc constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0xd constant F_SETLK64 (line 100) | F_SETLK64 = 0xd constant F_SETLKW (line 101) | F_SETLKW = 0xe constant F_SETLKW64 (line 102) | F_SETLKW64 = 0xe constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x4000 constant ICANON (line 110) | ICANON = 0x100 constant IEXTEN (line 111) | IEXTEN = 0x400 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x80 constant IUCLC (line 116) | IUCLC = 0x1000 constant IXOFF (line 117) | IXOFF = 0x400 constant IXON (line 118) | IXON = 0x200 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc00c4d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc00c4d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x20 constant NL2 (line 149) | NL2 = 0x200 constant NL3 (line 150) | NL3 = 0x300 constant NLDLY (line 151) | NLDLY = 0x300 constant NOFLSH (line 152) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 153) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 154) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 155) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 156) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 157) | OLCUC = 0x4 constant ONLCR (line 158) | ONLCR = 0x2 constant OTPERASE (line 159) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 160) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 161) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 162) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 163) | OTPSELECT = 0x40044d0d constant O_APPEND (line 164) | O_APPEND = 0x400 constant O_ASYNC (line 165) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 166) | O_CLOEXEC = 0x80000 constant O_CREAT (line 167) | O_CREAT = 0x40 constant O_DIRECT (line 168) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 169) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 170) | O_DSYNC = 0x1000 constant O_EXCL (line 171) | O_EXCL = 0x80 constant O_FSYNC (line 172) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 173) | O_LARGEFILE = 0x10000 constant O_NDELAY (line 174) | O_NDELAY = 0x800 constant O_NOATIME (line 175) | O_NOATIME = 0x40000 constant O_NOCTTY (line 176) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 177) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 178) | O_NONBLOCK = 0x800 constant O_PATH (line 179) | O_PATH = 0x200000 constant O_RSYNC (line 180) | O_RSYNC = 0x101000 constant O_SYNC (line 181) | O_SYNC = 0x101000 constant O_TMPFILE (line 182) | O_TMPFILE = 0x404000 constant O_TRUNC (line 183) | O_TRUNC = 0x200 constant PARENB (line 184) | PARENB = 0x1000 constant PARODD (line 185) | PARODD = 0x2000 constant PENDIN (line 186) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 187) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 188) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 189) | PERF_EVENT_IOC_ID = 0x40042407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 190) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8004240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 191) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 192) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 193) | PERF_EVENT_IOC_QUERY_BPF = 0xc004240a constant PERF_EVENT_IOC_REFRESH (line 194) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 195) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 196) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 197) | PERF_EVENT_IOC_SET_FILTER = 0x80042406 constant PERF_EVENT_IOC_SET_OUTPUT (line 198) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 199) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 200) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 201) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 202) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 203) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 204) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 205) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 206) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 207) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 208) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 209) | PPPIOCGIDLE = 0x4008743f constant PPPIOCGIDLE32 (line 210) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 211) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 212) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 213) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 214) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 215) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 216) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 217) | PPPIOCSACTIVE = 0x80087446 constant PPPIOCSASYNCMAP (line 218) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 219) | PPPIOCSCOMPRESS = 0x800c744d constant PPPIOCSDEBUG (line 220) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 221) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 222) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 223) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 224) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 225) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 226) | PPPIOCSPASS = 0x80087447 constant PPPIOCSRASYNCMAP (line 227) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 228) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 229) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 230) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 231) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 232) | PR_SET_PTRACER_ANY = 0xffffffff constant PTRACE_GETEVRREGS (line 233) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 234) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 235) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 236) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 237) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 238) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 239) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 241) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 242) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 243) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 244) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 245) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 246) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 247) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 248) | PT_CCR = 0x26 constant PT_CTR (line 249) | PT_CTR = 0x23 constant PT_DAR (line 250) | PT_DAR = 0x29 constant PT_DSCR (line 251) | PT_DSCR = 0x2c constant PT_DSISR (line 252) | PT_DSISR = 0x2a constant PT_FPR0 (line 253) | PT_FPR0 = 0x30 constant PT_FPR31 (line 254) | PT_FPR31 = 0x6e constant PT_FPSCR (line 255) | PT_FPSCR = 0x71 constant PT_LNK (line 256) | PT_LNK = 0x24 constant PT_MQ (line 257) | PT_MQ = 0x27 constant PT_MSR (line 258) | PT_MSR = 0x21 constant PT_NIP (line 259) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 260) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 261) | PT_R0 = 0x0 constant PT_R1 (line 262) | PT_R1 = 0x1 constant PT_R10 (line 263) | PT_R10 = 0xa constant PT_R11 (line 264) | PT_R11 = 0xb constant PT_R12 (line 265) | PT_R12 = 0xc constant PT_R13 (line 266) | PT_R13 = 0xd constant PT_R14 (line 267) | PT_R14 = 0xe constant PT_R15 (line 268) | PT_R15 = 0xf constant PT_R16 (line 269) | PT_R16 = 0x10 constant PT_R17 (line 270) | PT_R17 = 0x11 constant PT_R18 (line 271) | PT_R18 = 0x12 constant PT_R19 (line 272) | PT_R19 = 0x13 constant PT_R2 (line 273) | PT_R2 = 0x2 constant PT_R20 (line 274) | PT_R20 = 0x14 constant PT_R21 (line 275) | PT_R21 = 0x15 constant PT_R22 (line 276) | PT_R22 = 0x16 constant PT_R23 (line 277) | PT_R23 = 0x17 constant PT_R24 (line 278) | PT_R24 = 0x18 constant PT_R25 (line 279) | PT_R25 = 0x19 constant PT_R26 (line 280) | PT_R26 = 0x1a constant PT_R27 (line 281) | PT_R27 = 0x1b constant PT_R28 (line 282) | PT_R28 = 0x1c constant PT_R29 (line 283) | PT_R29 = 0x1d constant PT_R3 (line 284) | PT_R3 = 0x3 constant PT_R30 (line 285) | PT_R30 = 0x1e constant PT_R31 (line 286) | PT_R31 = 0x1f constant PT_R4 (line 287) | PT_R4 = 0x4 constant PT_R5 (line 288) | PT_R5 = 0x5 constant PT_R6 (line 289) | PT_R6 = 0x6 constant PT_R7 (line 290) | PT_R7 = 0x7 constant PT_R8 (line 291) | PT_R8 = 0x8 constant PT_R9 (line 292) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 293) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 294) | PT_RESULT = 0x2b constant PT_TRAP (line 295) | PT_TRAP = 0x28 constant PT_XER (line 296) | PT_XER = 0x25 constant RLIMIT_AS (line 297) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 298) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 299) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 300) | RLIMIT_NPROC = 0x6 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 = 0x4004700d constant RTC_EPOCH_SET (line 314) | RTC_EPOCH_SET = 0x8004700e constant RTC_IRQP_READ (line 315) | RTC_IRQP_READ = 0x4004700b constant RTC_IRQP_SET (line 316) | RTC_IRQP_SET = 0x8004700c 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 = 0x401c7011 constant RTC_PLL_SET (line 322) | RTC_PLL_SET = 0x801c7012 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 = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 334) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 335) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 336) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 337) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 338) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 339) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 340) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 341) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 342) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 343) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 344) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 345) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 346) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 347) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 348) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 349) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 350) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 351) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 352) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 353) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 354) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 355) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 356) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 357) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 358) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 359) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 360) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 361) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 362) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 363) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 364) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 365) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 366) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 367) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 368) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 369) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 370) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 371) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 372) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 373) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 374) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 375) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 376) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 377) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 378) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 379) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 380) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 381) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 382) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 383) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 384) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 385) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 386) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 387) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 388) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 389) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 390) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 391) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 392) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 393) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 394) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 395) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 396) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 397) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 398) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 399) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 400) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 401) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 402) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 403) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 404) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 405) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 406) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 407) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 408) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 409) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 410) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 411) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 412) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 413) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 414) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 415) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 416) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 417) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 418) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 419) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 420) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 421) | SO_TXTIME = 0x3d constant SO_TYPE (line 422) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 423) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 424) | SO_ZEROCOPY = 0x3c constant TAB1 (line 425) | TAB1 = 0x400 constant TAB2 (line 426) | TAB2 = 0x800 constant TAB3 (line 427) | TAB3 = 0xc00 constant TABDLY (line 428) | TABDLY = 0xc00 constant TCFLSH (line 429) | TCFLSH = 0x2000741f constant TCGETA (line 430) | TCGETA = 0x40147417 constant TCGETS (line 431) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 432) | TCSAFLUSH = 0x2 constant TCSBRK (line 433) | TCSBRK = 0x2000741d constant TCSBRKP (line 434) | TCSBRKP = 0x5425 constant TCSETA (line 435) | TCSETA = 0x80147418 constant TCSETAF (line 436) | TCSETAF = 0x8014741c constant TCSETAW (line 437) | TCSETAW = 0x80147419 constant TCSETS (line 438) | TCSETS = 0x802c7414 constant TCSETSF (line 439) | TCSETSF = 0x802c7416 constant TCSETSW (line 440) | TCSETSW = 0x802c7415 constant TCXONC (line 441) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 442) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 443) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 444) | TIOCCBRK = 0x5428 constant TIOCCONS (line 445) | TIOCCONS = 0x541d constant TIOCEXCL (line 446) | TIOCEXCL = 0x540c constant TIOCGDEV (line 447) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 448) | TIOCGETC = 0x40067412 constant TIOCGETD (line 449) | TIOCGETD = 0x5424 constant TIOCGETP (line 450) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 451) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 452) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 453) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 454) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 455) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 456) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 457) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 458) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 459) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 460) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 461) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 462) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 463) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 464) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 465) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 466) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 467) | TIOCLINUX = 0x541c constant TIOCMBIC (line 468) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 469) | TIOCMBIS = 0x5416 constant TIOCMGET (line 470) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 471) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 472) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 473) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 474) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 475) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 476) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 477) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 478) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 479) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 480) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 481) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 482) | TIOCM_SR = 0x10 constant TIOCM_ST (line 483) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 484) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 485) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 486) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 487) | TIOCPKT = 0x5420 constant TIOCSBRK (line 488) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 489) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 490) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 491) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 492) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 493) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 494) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 495) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 496) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 497) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 498) | TIOCSETC = 0x80067411 constant TIOCSETD (line 499) | TIOCSETD = 0x5423 constant TIOCSETN (line 500) | TIOCSETN = 0x8006740a constant TIOCSETP (line 501) | TIOCSETP = 0x80067409 constant TIOCSIG (line 502) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 503) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 504) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 505) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 506) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 507) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 508) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 509) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 510) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 511) | TIOCSTART = 0x2000746e constant TIOCSTI (line 512) | TIOCSTI = 0x5412 constant TIOCSTOP (line 513) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 514) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 515) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 516) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 517) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 518) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 519) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 520) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 521) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 522) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 523) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 524) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 525) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 526) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 527) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 528) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 529) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 530) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 531) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 532) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 533) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 534) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 535) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 536) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 537) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 538) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 539) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 540) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 541) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 542) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 543) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 544) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 545) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 546) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 547) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 548) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 549) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 550) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 551) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 552) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 553) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 554) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 555) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 556) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 557) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 558) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 559) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 560) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 561) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 562) | VDISCARD = 0x10 constant VEOF (line 563) | VEOF = 0x4 constant VEOL (line 564) | VEOL = 0x6 constant VEOL2 (line 565) | VEOL2 = 0x8 constant VMIN (line 566) | VMIN = 0x5 constant VREPRINT (line 567) | VREPRINT = 0xb constant VSTART (line 568) | VSTART = 0xd constant VSTOP (line 569) | VSTOP = 0xe constant VSUSP (line 570) | VSUSP = 0xc constant VSWTC (line 571) | VSWTC = 0x9 constant VT1 (line 572) | VT1 = 0x10000 constant VTDLY (line 573) | VTDLY = 0x10000 constant VTIME (line 574) | VTIME = 0x7 constant VWERASE (line 575) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 576) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 577) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 578) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 579) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 580) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 581) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 582) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 583) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 584) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 585) | WORDSIZE = 0x20 constant XCASE (line 586) | XCASE = 0x4000 constant XTABS (line 587) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 588) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 589) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 590) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 595) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 596) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 597) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 598) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 599) | EALREADY = syscall.Errno(0x72) constant EBADE (line 600) | EBADE = syscall.Errno(0x34) constant EBADFD (line 601) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 602) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 603) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 604) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 605) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 606) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 607) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 608) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 609) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 610) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 611) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 612) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 613) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 614) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 615) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 616) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 617) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 618) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 619) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 620) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 621) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 622) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 623) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 624) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 625) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 626) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 627) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 628) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 629) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 630) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 631) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 632) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 633) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 634) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 635) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 636) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 637) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 638) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 639) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 640) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 641) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 642) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 643) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 644) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 645) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 646) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 647) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 648) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 649) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 650) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 651) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 652) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 653) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 654) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 655) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 656) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 657) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 658) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 659) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 660) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 661) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 662) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 663) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 664) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 665) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 666) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 667) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 668) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 669) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 670) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 671) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 672) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 673) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 674) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 675) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 676) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 677) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 678) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 679) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 680) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 681) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 682) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 683) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 684) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 685) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 686) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 687) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 688) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 689) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 690) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 691) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 692) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 693) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 698) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 699) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 700) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 701) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 702) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 703) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 704) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 705) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 706) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 707) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 708) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 709) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 710) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 711) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 712) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 713) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 714) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 715) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 716) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 717) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 718) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go constant B1000000 (line 14) | B1000000 = 0x17 constant B115200 (line 15) | B115200 = 0x11 constant B1152000 (line 16) | B1152000 = 0x18 constant B1500000 (line 17) | B1500000 = 0x19 constant B2000000 (line 18) | B2000000 = 0x1a constant B230400 (line 19) | B230400 = 0x12 constant B2500000 (line 20) | B2500000 = 0x1b constant B3000000 (line 21) | B3000000 = 0x1c constant B3500000 (line 22) | B3500000 = 0x1d constant B4000000 (line 23) | B4000000 = 0x1e constant B460800 (line 24) | B460800 = 0x13 constant B500000 (line 25) | B500000 = 0x14 constant B57600 (line 26) | B57600 = 0x10 constant B576000 (line 27) | B576000 = 0x15 constant B921600 (line 28) | B921600 = 0x16 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1f constant BS1 (line 55) | BS1 = 0x8000 constant BSDLY (line 56) | BSDLY = 0x8000 constant CBAUD (line 57) | CBAUD = 0xff constant CBAUDEX (line 58) | CBAUDEX = 0x0 constant CIBAUD (line 59) | CIBAUD = 0xff0000 constant CLOCAL (line 60) | CLOCAL = 0x8000 constant CR1 (line 61) | CR1 = 0x1000 constant CR2 (line 62) | CR2 = 0x2000 constant CR3 (line 63) | CR3 = 0x3000 constant CRDLY (line 64) | CRDLY = 0x3000 constant CREAD (line 65) | CREAD = 0x800 constant CS6 (line 66) | CS6 = 0x100 constant CS7 (line 67) | CS7 = 0x200 constant CS8 (line 68) | CS8 = 0x300 constant CSIZE (line 69) | CSIZE = 0x300 constant CSTOPB (line 70) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x40 constant ECHOE (line 74) | ECHOE = 0x2 constant ECHOK (line 75) | ECHOK = 0x4 constant ECHOKE (line 76) | ECHOKE = 0x1 constant ECHONL (line 77) | ECHONL = 0x10 constant ECHOPRT (line 78) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000000 constant FF1 (line 83) | FF1 = 0x4000 constant FFDLY (line 84) | FFDLY = 0x4000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0x5 constant F_GETLK64 (line 96) | F_GETLK64 = 0xc constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0xd constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0xe constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x4000 constant ICANON (line 110) | ICANON = 0x100 constant IEXTEN (line 111) | IEXTEN = 0x400 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x80 constant IUCLC (line 116) | IUCLC = 0x1000 constant IXOFF (line 117) | IXOFF = 0x400 constant IXON (line 118) | IXON = 0x200 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NL2 (line 149) | NL2 = 0x200 constant NL3 (line 150) | NL3 = 0x300 constant NLDLY (line 151) | NLDLY = 0x300 constant NOFLSH (line 152) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 153) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 154) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 155) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 156) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 157) | OLCUC = 0x4 constant ONLCR (line 158) | ONLCR = 0x2 constant OTPERASE (line 159) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 160) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 161) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 162) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 163) | OTPSELECT = 0x40044d0d constant O_APPEND (line 164) | O_APPEND = 0x400 constant O_ASYNC (line 165) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 166) | O_CLOEXEC = 0x80000 constant O_CREAT (line 167) | O_CREAT = 0x40 constant O_DIRECT (line 168) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 169) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 170) | O_DSYNC = 0x1000 constant O_EXCL (line 171) | O_EXCL = 0x80 constant O_FSYNC (line 172) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 173) | O_LARGEFILE = 0x0 constant O_NDELAY (line 174) | O_NDELAY = 0x800 constant O_NOATIME (line 175) | O_NOATIME = 0x40000 constant O_NOCTTY (line 176) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 177) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 178) | O_NONBLOCK = 0x800 constant O_PATH (line 179) | O_PATH = 0x200000 constant O_RSYNC (line 180) | O_RSYNC = 0x101000 constant O_SYNC (line 181) | O_SYNC = 0x101000 constant O_TMPFILE (line 182) | O_TMPFILE = 0x404000 constant O_TRUNC (line 183) | O_TRUNC = 0x200 constant PARENB (line 184) | PARENB = 0x1000 constant PARODD (line 185) | PARODD = 0x2000 constant PENDIN (line 186) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 187) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 188) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 189) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 190) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 191) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 192) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 193) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 194) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 195) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 196) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 197) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 198) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 199) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 200) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 201) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 202) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 203) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 204) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 205) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 206) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 207) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 208) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 209) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 210) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 211) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 212) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 213) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 214) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 215) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 216) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 217) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 218) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 219) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 220) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 221) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 222) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 223) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 224) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 225) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 226) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 227) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 228) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 229) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 230) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 231) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 232) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 233) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 234) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 235) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 236) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 237) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 238) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 239) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 241) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 242) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 243) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 244) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 245) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 246) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 247) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 248) | PT_CCR = 0x26 constant PT_CTR (line 249) | PT_CTR = 0x23 constant PT_DAR (line 250) | PT_DAR = 0x29 constant PT_DSCR (line 251) | PT_DSCR = 0x2c constant PT_DSISR (line 252) | PT_DSISR = 0x2a constant PT_FPR0 (line 253) | PT_FPR0 = 0x30 constant PT_FPSCR (line 254) | PT_FPSCR = 0x50 constant PT_LNK (line 255) | PT_LNK = 0x24 constant PT_MSR (line 256) | PT_MSR = 0x21 constant PT_NIP (line 257) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 258) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 259) | PT_R0 = 0x0 constant PT_R1 (line 260) | PT_R1 = 0x1 constant PT_R10 (line 261) | PT_R10 = 0xa constant PT_R11 (line 262) | PT_R11 = 0xb constant PT_R12 (line 263) | PT_R12 = 0xc constant PT_R13 (line 264) | PT_R13 = 0xd constant PT_R14 (line 265) | PT_R14 = 0xe constant PT_R15 (line 266) | PT_R15 = 0xf constant PT_R16 (line 267) | PT_R16 = 0x10 constant PT_R17 (line 268) | PT_R17 = 0x11 constant PT_R18 (line 269) | PT_R18 = 0x12 constant PT_R19 (line 270) | PT_R19 = 0x13 constant PT_R2 (line 271) | PT_R2 = 0x2 constant PT_R20 (line 272) | PT_R20 = 0x14 constant PT_R21 (line 273) | PT_R21 = 0x15 constant PT_R22 (line 274) | PT_R22 = 0x16 constant PT_R23 (line 275) | PT_R23 = 0x17 constant PT_R24 (line 276) | PT_R24 = 0x18 constant PT_R25 (line 277) | PT_R25 = 0x19 constant PT_R26 (line 278) | PT_R26 = 0x1a constant PT_R27 (line 279) | PT_R27 = 0x1b constant PT_R28 (line 280) | PT_R28 = 0x1c constant PT_R29 (line 281) | PT_R29 = 0x1d constant PT_R3 (line 282) | PT_R3 = 0x3 constant PT_R30 (line 283) | PT_R30 = 0x1e constant PT_R31 (line 284) | PT_R31 = 0x1f constant PT_R4 (line 285) | PT_R4 = 0x4 constant PT_R5 (line 286) | PT_R5 = 0x5 constant PT_R6 (line 287) | PT_R6 = 0x6 constant PT_R7 (line 288) | PT_R7 = 0x7 constant PT_R8 (line 289) | PT_R8 = 0x8 constant PT_R9 (line 290) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 291) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 292) | PT_RESULT = 0x2b constant PT_SOFTE (line 293) | PT_SOFTE = 0x27 constant PT_TRAP (line 294) | PT_TRAP = 0x28 constant PT_VR0 (line 295) | PT_VR0 = 0x52 constant PT_VRSAVE (line 296) | PT_VRSAVE = 0x94 constant PT_VSCR (line 297) | PT_VSCR = 0x93 constant PT_VSR0 (line 298) | PT_VSR0 = 0x96 constant PT_VSR31 (line 299) | PT_VSR31 = 0xd4 constant PT_XER (line 300) | PT_XER = 0x25 constant RLIMIT_AS (line 301) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 302) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 303) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 304) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 305) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 306) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 307) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 308) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 309) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 310) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 311) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 312) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 313) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 314) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 315) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 316) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 317) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 318) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 319) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 320) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 321) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 322) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 323) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 324) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 325) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 326) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 327) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 328) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 329) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 330) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 331) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 332) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 333) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 334) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 335) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 336) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 337) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 338) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 339) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 340) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 341) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 342) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 343) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 344) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 345) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 346) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 347) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 348) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 349) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 350) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 351) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 352) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 353) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 354) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 355) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 356) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 357) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 358) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 359) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 360) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 361) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 362) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 363) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 364) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 365) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 366) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 367) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 368) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 369) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 370) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 371) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 372) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 373) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 374) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 375) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 376) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 377) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 378) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 379) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 380) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 381) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 382) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 383) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 384) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 385) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 386) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 387) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 388) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 389) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 390) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 391) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 392) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 393) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 394) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 395) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 396) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 397) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 398) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 399) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 400) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 401) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 402) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 403) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 404) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 405) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 406) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 407) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 408) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 409) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 410) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 411) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 412) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 413) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 414) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 415) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 416) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 417) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 418) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 419) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 420) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 421) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 422) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 423) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 424) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 425) | SO_TXTIME = 0x3d constant SO_TYPE (line 426) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 427) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 428) | SO_ZEROCOPY = 0x3c constant TAB1 (line 429) | TAB1 = 0x400 constant TAB2 (line 430) | TAB2 = 0x800 constant TAB3 (line 431) | TAB3 = 0xc00 constant TABDLY (line 432) | TABDLY = 0xc00 constant TCFLSH (line 433) | TCFLSH = 0x2000741f constant TCGETA (line 434) | TCGETA = 0x40147417 constant TCGETS (line 435) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 436) | TCSAFLUSH = 0x2 constant TCSBRK (line 437) | TCSBRK = 0x2000741d constant TCSBRKP (line 438) | TCSBRKP = 0x5425 constant TCSETA (line 439) | TCSETA = 0x80147418 constant TCSETAF (line 440) | TCSETAF = 0x8014741c constant TCSETAW (line 441) | TCSETAW = 0x80147419 constant TCSETS (line 442) | TCSETS = 0x802c7414 constant TCSETSF (line 443) | TCSETSF = 0x802c7416 constant TCSETSW (line 444) | TCSETSW = 0x802c7415 constant TCXONC (line 445) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 446) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 447) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 448) | TIOCCBRK = 0x5428 constant TIOCCONS (line 449) | TIOCCONS = 0x541d constant TIOCEXCL (line 450) | TIOCEXCL = 0x540c constant TIOCGDEV (line 451) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 452) | TIOCGETC = 0x40067412 constant TIOCGETD (line 453) | TIOCGETD = 0x5424 constant TIOCGETP (line 454) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 455) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 456) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 457) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 458) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 459) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 460) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 461) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 462) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 463) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 464) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 465) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 466) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 467) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 468) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 469) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 470) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 471) | TIOCLINUX = 0x541c constant TIOCMBIC (line 472) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 473) | TIOCMBIS = 0x5416 constant TIOCMGET (line 474) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 475) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 476) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 477) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 478) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 479) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 480) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 481) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 482) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 483) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 484) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 485) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 486) | TIOCM_SR = 0x10 constant TIOCM_ST (line 487) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 488) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 489) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 490) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 491) | TIOCPKT = 0x5420 constant TIOCSBRK (line 492) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 493) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 494) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 495) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 496) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 497) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 498) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 499) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 500) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 501) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 502) | TIOCSETC = 0x80067411 constant TIOCSETD (line 503) | TIOCSETD = 0x5423 constant TIOCSETN (line 504) | TIOCSETN = 0x8006740a constant TIOCSETP (line 505) | TIOCSETP = 0x80067409 constant TIOCSIG (line 506) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 507) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 508) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 509) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 510) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 511) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 512) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 513) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 514) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 515) | TIOCSTART = 0x2000746e constant TIOCSTI (line 516) | TIOCSTI = 0x5412 constant TIOCSTOP (line 517) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 518) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 519) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 520) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 521) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 522) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 523) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 524) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 525) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 526) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 527) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 528) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 529) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 530) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 531) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 532) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 533) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 534) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 535) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 536) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 537) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 538) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 539) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 540) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 541) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 542) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 543) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 544) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 545) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 546) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 547) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 548) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 549) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 550) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 551) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 552) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 553) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 554) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 555) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 556) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 557) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 558) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 559) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 560) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 561) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 562) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 563) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 564) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 565) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 566) | VDISCARD = 0x10 constant VEOF (line 567) | VEOF = 0x4 constant VEOL (line 568) | VEOL = 0x6 constant VEOL2 (line 569) | VEOL2 = 0x8 constant VMIN (line 570) | VMIN = 0x5 constant VREPRINT (line 571) | VREPRINT = 0xb constant VSTART (line 572) | VSTART = 0xd constant VSTOP (line 573) | VSTOP = 0xe constant VSUSP (line 574) | VSUSP = 0xc constant VSWTC (line 575) | VSWTC = 0x9 constant VT1 (line 576) | VT1 = 0x10000 constant VTDLY (line 577) | VTDLY = 0x10000 constant VTIME (line 578) | VTIME = 0x7 constant VWERASE (line 579) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 580) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 581) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 582) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 583) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 584) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 585) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 586) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 587) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 588) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 589) | WORDSIZE = 0x40 constant XCASE (line 590) | XCASE = 0x4000 constant XTABS (line 591) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 592) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 593) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 594) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 599) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 600) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 601) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 602) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 603) | EALREADY = syscall.Errno(0x72) constant EBADE (line 604) | EBADE = syscall.Errno(0x34) constant EBADFD (line 605) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 606) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 607) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 608) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 609) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 610) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 611) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 612) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 613) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 614) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 615) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 616) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 617) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 618) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 619) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 620) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 621) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 622) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 623) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 624) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 625) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 626) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 627) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 628) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 629) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 630) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 631) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 632) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 633) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 634) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 635) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 636) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 637) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 638) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 639) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 640) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 641) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 642) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 643) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 644) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 645) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 646) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 647) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 648) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 649) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 650) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 651) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 652) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 653) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 654) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 655) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 656) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 657) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 658) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 659) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 660) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 661) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 662) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 663) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 664) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 665) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 666) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 667) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 668) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 669) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 670) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 671) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 672) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 673) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 674) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 675) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 676) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 677) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 678) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 679) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 680) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 681) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 682) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 683) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 684) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 685) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 686) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 687) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 688) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 689) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 690) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 691) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 692) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 693) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 694) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 695) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 696) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 697) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 702) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 703) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 704) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 705) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 706) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 707) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 708) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 709) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 710) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 711) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 712) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 713) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 714) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 715) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 716) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 717) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 718) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 719) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 720) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 721) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 722) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go constant B1000000 (line 14) | B1000000 = 0x17 constant B115200 (line 15) | B115200 = 0x11 constant B1152000 (line 16) | B1152000 = 0x18 constant B1500000 (line 17) | B1500000 = 0x19 constant B2000000 (line 18) | B2000000 = 0x1a constant B230400 (line 19) | B230400 = 0x12 constant B2500000 (line 20) | B2500000 = 0x1b constant B3000000 (line 21) | B3000000 = 0x1c constant B3500000 (line 22) | B3500000 = 0x1d constant B4000000 (line 23) | B4000000 = 0x1e constant B460800 (line 24) | B460800 = 0x13 constant B500000 (line 25) | B500000 = 0x14 constant B57600 (line 26) | B57600 = 0x10 constant B576000 (line 27) | B576000 = 0x15 constant B921600 (line 28) | B921600 = 0x16 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 36) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 43) | BLKRAGET = 0x20001263 constant BLKRASET (line 44) | BLKRASET = 0x20001262 constant BLKROGET (line 45) | BLKROGET = 0x2000125e constant BLKROSET (line 46) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 48) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x2000127f constant BOTHER (line 54) | BOTHER = 0x1f constant BS1 (line 55) | BS1 = 0x8000 constant BSDLY (line 56) | BSDLY = 0x8000 constant CBAUD (line 57) | CBAUD = 0xff constant CBAUDEX (line 58) | CBAUDEX = 0x0 constant CIBAUD (line 59) | CIBAUD = 0xff0000 constant CLOCAL (line 60) | CLOCAL = 0x8000 constant CR1 (line 61) | CR1 = 0x1000 constant CR2 (line 62) | CR2 = 0x2000 constant CR3 (line 63) | CR3 = 0x3000 constant CRDLY (line 64) | CRDLY = 0x3000 constant CREAD (line 65) | CREAD = 0x800 constant CS6 (line 66) | CS6 = 0x100 constant CS7 (line 67) | CS7 = 0x200 constant CS8 (line 68) | CS8 = 0x300 constant CSIZE (line 69) | CSIZE = 0x300 constant CSTOPB (line 70) | CSTOPB = 0x400 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x40 constant ECHOE (line 74) | ECHOE = 0x2 constant ECHOK (line 75) | ECHOK = 0x4 constant ECHOKE (line 76) | ECHOKE = 0x1 constant ECHONL (line 77) | ECHONL = 0x10 constant ECHOPRT (line 78) | ECHOPRT = 0x20 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000000 constant FF1 (line 83) | FF1 = 0x4000 constant FFDLY (line 84) | FFDLY = 0x4000 constant FICLONE (line 85) | FICLONE = 0x80049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x8020940d constant FLUSHO (line 87) | FLUSHO = 0x800000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 95) | F_GETLK = 0x5 constant F_GETLK64 (line 96) | F_GETLK64 = 0xc constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0xd constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0xe constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x40044801 constant HUPCL (line 109) | HUPCL = 0x4000 constant ICANON (line 110) | ICANON = 0x100 constant IEXTEN (line 111) | IEXTEN = 0x400 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 constant ISIG (line 115) | ISIG = 0x80 constant IUCLC (line 116) | IUCLC = 0x1000 constant IXOFF (line 117) | IXOFF = 0x400 constant IXON (line 118) | IXON = 0x200 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x80 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 134) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x80084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NL2 (line 149) | NL2 = 0x200 constant NL3 (line 150) | NL3 = 0x300 constant NLDLY (line 151) | NLDLY = 0x300 constant NOFLSH (line 152) | NOFLSH = 0x80000000 constant NS_GET_NSTYPE (line 153) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 154) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 155) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 156) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 157) | OLCUC = 0x4 constant ONLCR (line 158) | ONLCR = 0x2 constant OTPERASE (line 159) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 160) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 161) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 162) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 163) | OTPSELECT = 0x40044d0d constant O_APPEND (line 164) | O_APPEND = 0x400 constant O_ASYNC (line 165) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 166) | O_CLOEXEC = 0x80000 constant O_CREAT (line 167) | O_CREAT = 0x40 constant O_DIRECT (line 168) | O_DIRECT = 0x20000 constant O_DIRECTORY (line 169) | O_DIRECTORY = 0x4000 constant O_DSYNC (line 170) | O_DSYNC = 0x1000 constant O_EXCL (line 171) | O_EXCL = 0x80 constant O_FSYNC (line 172) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 173) | O_LARGEFILE = 0x0 constant O_NDELAY (line 174) | O_NDELAY = 0x800 constant O_NOATIME (line 175) | O_NOATIME = 0x40000 constant O_NOCTTY (line 176) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 177) | O_NOFOLLOW = 0x8000 constant O_NONBLOCK (line 178) | O_NONBLOCK = 0x800 constant O_PATH (line 179) | O_PATH = 0x200000 constant O_RSYNC (line 180) | O_RSYNC = 0x101000 constant O_SYNC (line 181) | O_SYNC = 0x101000 constant O_TMPFILE (line 182) | O_TMPFILE = 0x404000 constant O_TRUNC (line 183) | O_TRUNC = 0x200 constant PARENB (line 184) | PARENB = 0x1000 constant PARODD (line 185) | PARODD = 0x2000 constant PENDIN (line 186) | PENDIN = 0x20000000 constant PERF_EVENT_IOC_DISABLE (line 187) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 188) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 189) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 190) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 191) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 192) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 193) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 194) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 195) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 196) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 197) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 198) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 199) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 200) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 201) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 202) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 203) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 204) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 205) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 206) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 207) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 208) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 209) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 210) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 211) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 212) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 213) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 214) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 215) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 216) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 217) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 218) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 219) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 220) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 221) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 222) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 223) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 224) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 225) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 226) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 227) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 228) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 229) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 230) | PPPIOCXFERUNIT = 0x2000744e constant PROT_SAO (line 231) | PROT_SAO = 0x10 constant PR_SET_PTRACER_ANY (line 232) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETEVRREGS (line 233) | PTRACE_GETEVRREGS = 0x14 constant PTRACE_GETFPREGS (line 234) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETREGS64 (line 235) | PTRACE_GETREGS64 = 0x16 constant PTRACE_GETVRREGS (line 236) | PTRACE_GETVRREGS = 0x12 constant PTRACE_GETVSRREGS (line 237) | PTRACE_GETVSRREGS = 0x1b constant PTRACE_GET_DEBUGREG (line 238) | PTRACE_GET_DEBUGREG = 0x19 constant PTRACE_SETEVRREGS (line 239) | PTRACE_SETEVRREGS = 0x15 constant PTRACE_SETFPREGS (line 240) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETREGS64 (line 241) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SETVRREGS (line 242) | PTRACE_SETVRREGS = 0x13 constant PTRACE_SETVSRREGS (line 243) | PTRACE_SETVSRREGS = 0x1c constant PTRACE_SET_DEBUGREG (line 244) | PTRACE_SET_DEBUGREG = 0x1a constant PTRACE_SINGLEBLOCK (line 245) | PTRACE_SINGLEBLOCK = 0x100 constant PTRACE_SYSEMU (line 246) | PTRACE_SYSEMU = 0x1d constant PTRACE_SYSEMU_SINGLESTEP (line 247) | PTRACE_SYSEMU_SINGLESTEP = 0x1e constant PT_CCR (line 248) | PT_CCR = 0x26 constant PT_CTR (line 249) | PT_CTR = 0x23 constant PT_DAR (line 250) | PT_DAR = 0x29 constant PT_DSCR (line 251) | PT_DSCR = 0x2c constant PT_DSISR (line 252) | PT_DSISR = 0x2a constant PT_FPR0 (line 253) | PT_FPR0 = 0x30 constant PT_FPSCR (line 254) | PT_FPSCR = 0x50 constant PT_LNK (line 255) | PT_LNK = 0x24 constant PT_MSR (line 256) | PT_MSR = 0x21 constant PT_NIP (line 257) | PT_NIP = 0x20 constant PT_ORIG_R3 (line 258) | PT_ORIG_R3 = 0x22 constant PT_R0 (line 259) | PT_R0 = 0x0 constant PT_R1 (line 260) | PT_R1 = 0x1 constant PT_R10 (line 261) | PT_R10 = 0xa constant PT_R11 (line 262) | PT_R11 = 0xb constant PT_R12 (line 263) | PT_R12 = 0xc constant PT_R13 (line 264) | PT_R13 = 0xd constant PT_R14 (line 265) | PT_R14 = 0xe constant PT_R15 (line 266) | PT_R15 = 0xf constant PT_R16 (line 267) | PT_R16 = 0x10 constant PT_R17 (line 268) | PT_R17 = 0x11 constant PT_R18 (line 269) | PT_R18 = 0x12 constant PT_R19 (line 270) | PT_R19 = 0x13 constant PT_R2 (line 271) | PT_R2 = 0x2 constant PT_R20 (line 272) | PT_R20 = 0x14 constant PT_R21 (line 273) | PT_R21 = 0x15 constant PT_R22 (line 274) | PT_R22 = 0x16 constant PT_R23 (line 275) | PT_R23 = 0x17 constant PT_R24 (line 276) | PT_R24 = 0x18 constant PT_R25 (line 277) | PT_R25 = 0x19 constant PT_R26 (line 278) | PT_R26 = 0x1a constant PT_R27 (line 279) | PT_R27 = 0x1b constant PT_R28 (line 280) | PT_R28 = 0x1c constant PT_R29 (line 281) | PT_R29 = 0x1d constant PT_R3 (line 282) | PT_R3 = 0x3 constant PT_R30 (line 283) | PT_R30 = 0x1e constant PT_R31 (line 284) | PT_R31 = 0x1f constant PT_R4 (line 285) | PT_R4 = 0x4 constant PT_R5 (line 286) | PT_R5 = 0x5 constant PT_R6 (line 287) | PT_R6 = 0x6 constant PT_R7 (line 288) | PT_R7 = 0x7 constant PT_R8 (line 289) | PT_R8 = 0x8 constant PT_R9 (line 290) | PT_R9 = 0x9 constant PT_REGS_COUNT (line 291) | PT_REGS_COUNT = 0x2c constant PT_RESULT (line 292) | PT_RESULT = 0x2b constant PT_SOFTE (line 293) | PT_SOFTE = 0x27 constant PT_TRAP (line 294) | PT_TRAP = 0x28 constant PT_VR0 (line 295) | PT_VR0 = 0x52 constant PT_VRSAVE (line 296) | PT_VRSAVE = 0x94 constant PT_VSCR (line 297) | PT_VSCR = 0x93 constant PT_VSR0 (line 298) | PT_VSR0 = 0x96 constant PT_VSR31 (line 299) | PT_VSR31 = 0xd4 constant PT_XER (line 300) | PT_XER = 0x25 constant RLIMIT_AS (line 301) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 302) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 303) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 304) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 305) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 306) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 307) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 308) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 309) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 310) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 311) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 312) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 313) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 314) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 315) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 316) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 317) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 318) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 319) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 320) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 321) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 322) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 323) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 324) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 325) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 326) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 327) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 328) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 329) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 330) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 331) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 332) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 333) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 334) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 335) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 336) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 337) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 338) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 339) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 340) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 341) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 342) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 343) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 344) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 345) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 346) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 347) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 348) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 349) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 350) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 351) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 352) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 353) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 354) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 355) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 356) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 357) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 358) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 359) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 360) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 361) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 362) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 363) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 364) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 365) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 366) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 367) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 368) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 369) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 370) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 371) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 372) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 373) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 374) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 375) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 376) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 377) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 378) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 379) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 380) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 381) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 382) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 383) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 384) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 385) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 386) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 387) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 388) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 389) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 390) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 391) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 392) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 393) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 394) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 395) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 396) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 397) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 398) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 399) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 400) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 401) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 402) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 403) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 404) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 405) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 406) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 407) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 408) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 409) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 410) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 411) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 412) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 413) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 414) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 415) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 416) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 417) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 418) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 419) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 420) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 421) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 422) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 423) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 424) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 425) | SO_TXTIME = 0x3d constant SO_TYPE (line 426) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 427) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 428) | SO_ZEROCOPY = 0x3c constant TAB1 (line 429) | TAB1 = 0x400 constant TAB2 (line 430) | TAB2 = 0x800 constant TAB3 (line 431) | TAB3 = 0xc00 constant TABDLY (line 432) | TABDLY = 0xc00 constant TCFLSH (line 433) | TCFLSH = 0x2000741f constant TCGETA (line 434) | TCGETA = 0x40147417 constant TCGETS (line 435) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 436) | TCSAFLUSH = 0x2 constant TCSBRK (line 437) | TCSBRK = 0x2000741d constant TCSBRKP (line 438) | TCSBRKP = 0x5425 constant TCSETA (line 439) | TCSETA = 0x80147418 constant TCSETAF (line 440) | TCSETAF = 0x8014741c constant TCSETAW (line 441) | TCSETAW = 0x80147419 constant TCSETS (line 442) | TCSETS = 0x802c7414 constant TCSETSF (line 443) | TCSETSF = 0x802c7416 constant TCSETSW (line 444) | TCSETSW = 0x802c7415 constant TCXONC (line 445) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 446) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 447) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 448) | TIOCCBRK = 0x5428 constant TIOCCONS (line 449) | TIOCCONS = 0x541d constant TIOCEXCL (line 450) | TIOCEXCL = 0x540c constant TIOCGDEV (line 451) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 452) | TIOCGETC = 0x40067412 constant TIOCGETD (line 453) | TIOCGETD = 0x5424 constant TIOCGETP (line 454) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 455) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 456) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 457) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 458) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 459) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 460) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 461) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 462) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 463) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 464) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 465) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 466) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 467) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 468) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 469) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 470) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 471) | TIOCLINUX = 0x541c constant TIOCMBIC (line 472) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 473) | TIOCMBIS = 0x5416 constant TIOCMGET (line 474) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 475) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 476) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 477) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 478) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 479) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 480) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 481) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 482) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 483) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 484) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 485) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 486) | TIOCM_SR = 0x10 constant TIOCM_ST (line 487) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 488) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 489) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 490) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 491) | TIOCPKT = 0x5420 constant TIOCSBRK (line 492) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 493) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 494) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 495) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 496) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 497) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 498) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 499) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 500) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 501) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 502) | TIOCSETC = 0x80067411 constant TIOCSETD (line 503) | TIOCSETD = 0x5423 constant TIOCSETN (line 504) | TIOCSETN = 0x8006740a constant TIOCSETP (line 505) | TIOCSETP = 0x80067409 constant TIOCSIG (line 506) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 507) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 508) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 509) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 510) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 511) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 512) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 513) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 514) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 515) | TIOCSTART = 0x2000746e constant TIOCSTI (line 516) | TIOCSTI = 0x5412 constant TIOCSTOP (line 517) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 518) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 519) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 520) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 521) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 522) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 523) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 524) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 525) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 526) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 527) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 528) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 529) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 530) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 531) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 532) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 533) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 534) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 535) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 536) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 537) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 538) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 539) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 540) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 541) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 542) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 543) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 544) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 545) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 546) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 547) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 548) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 549) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 550) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 551) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 552) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 553) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 554) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 555) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 556) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 557) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 558) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 559) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 560) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 561) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 562) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 563) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 564) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 565) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 566) | VDISCARD = 0x10 constant VEOF (line 567) | VEOF = 0x4 constant VEOL (line 568) | VEOL = 0x6 constant VEOL2 (line 569) | VEOL2 = 0x8 constant VMIN (line 570) | VMIN = 0x5 constant VREPRINT (line 571) | VREPRINT = 0xb constant VSTART (line 572) | VSTART = 0xd constant VSTOP (line 573) | VSTOP = 0xe constant VSUSP (line 574) | VSUSP = 0xc constant VSWTC (line 575) | VSWTC = 0x9 constant VT1 (line 576) | VT1 = 0x10000 constant VTDLY (line 577) | VTDLY = 0x10000 constant VTIME (line 578) | VTIME = 0x7 constant VWERASE (line 579) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 580) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 581) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 582) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 583) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 584) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 585) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 586) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 587) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 588) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 589) | WORDSIZE = 0x40 constant XCASE (line 590) | XCASE = 0x4000 constant XTABS (line 591) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 592) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 593) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 594) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 599) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 600) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 601) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 602) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 603) | EALREADY = syscall.Errno(0x72) constant EBADE (line 604) | EBADE = syscall.Errno(0x34) constant EBADFD (line 605) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 606) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 607) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 608) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 609) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 610) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 611) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 612) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 613) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 614) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 615) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 616) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 617) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 618) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 619) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 620) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 621) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 622) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 623) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 624) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 625) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 626) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 627) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 628) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 629) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 630) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 631) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 632) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 633) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 634) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 635) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 636) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 637) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 638) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 639) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 640) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 641) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 642) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 643) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 644) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 645) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 646) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 647) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 648) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 649) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 650) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 651) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 652) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 653) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 654) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 655) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 656) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 657) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 658) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 659) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 660) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 661) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 662) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 663) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 664) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 665) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 666) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 667) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 668) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 669) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 670) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 671) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 672) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 673) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 674) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 675) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 676) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 677) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 678) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 679) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 680) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 681) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 682) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 683) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 684) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 685) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 686) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 687) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 688) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 689) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 690) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 691) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 692) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 693) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 694) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 695) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 696) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 697) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 702) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 703) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 704) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 705) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 706) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 707) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 708) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 709) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 710) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 711) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 712) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 713) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 714) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 715) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 716) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 717) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 718) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 719) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 720) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 721) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 722) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 95) | F_GETLK = 0x5 constant F_GETLK64 (line 96) | F_GETLK64 = 0x5 constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0x6 constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x7 constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x40084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0xb701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x80044d0d constant O_APPEND (line 162) | O_APPEND = 0x400 constant O_ASYNC (line 163) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x40 constant O_DIRECT (line 166) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x1000 constant O_EXCL (line 169) | O_EXCL = 0x80 constant O_FSYNC (line 170) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x0 constant O_NDELAY (line 172) | O_NDELAY = 0x800 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x800 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x101000 constant O_SYNC (line 179) | O_SYNC = 0x101000 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFDPIC (line 230) | PTRACE_GETFDPIC = 0x21 constant PTRACE_GETFDPIC_EXEC (line 231) | PTRACE_GETFDPIC_EXEC = 0x0 constant PTRACE_GETFDPIC_INTERP (line 232) | PTRACE_GETFDPIC_INTERP = 0x1 constant RLIMIT_AS (line 233) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 234) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 235) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 236) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 237) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 238) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 239) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 240) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 241) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 242) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 243) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 244) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 245) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 246) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 247) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 248) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 249) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 250) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 251) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 252) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 253) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 254) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 255) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 256) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 257) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 258) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 259) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 260) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 261) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 262) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 263) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 264) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 265) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 266) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 267) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 268) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 269) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 270) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 271) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 272) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 273) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 274) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 275) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 276) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 277) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 278) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 279) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 280) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 281) | SIOCINQ = 0x541b constant SIOCOUTQ (line 282) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 283) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 284) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 285) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 286) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 287) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 288) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 289) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 290) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 291) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 292) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 293) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 294) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 295) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 296) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 297) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 298) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 299) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 300) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 301) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 302) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 303) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 304) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 305) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 306) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 307) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 308) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 309) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 310) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 311) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 312) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 313) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 314) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 315) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 316) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 317) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 318) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 319) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 320) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 321) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 322) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 323) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 324) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 325) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 326) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 327) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 328) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 329) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 330) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 331) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 332) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 333) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 334) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 335) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 336) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 337) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 338) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 339) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 340) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 341) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 342) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 343) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 344) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 345) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 346) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 347) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 348) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 349) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 350) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 351) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 352) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 353) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 354) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 355) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 356) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 357) | SO_TXTIME = 0x3d constant SO_TYPE (line 358) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 359) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 360) | SO_ZEROCOPY = 0x3c constant TAB1 (line 361) | TAB1 = 0x800 constant TAB2 (line 362) | TAB2 = 0x1000 constant TAB3 (line 363) | TAB3 = 0x1800 constant TABDLY (line 364) | TABDLY = 0x1800 constant TCFLSH (line 365) | TCFLSH = 0x540b constant TCGETA (line 366) | TCGETA = 0x5405 constant TCGETS (line 367) | TCGETS = 0x5401 constant TCGETS2 (line 368) | TCGETS2 = 0x802c542a constant TCGETX (line 369) | TCGETX = 0x5432 constant TCSAFLUSH (line 370) | TCSAFLUSH = 0x2 constant TCSBRK (line 371) | TCSBRK = 0x5409 constant TCSBRKP (line 372) | TCSBRKP = 0x5425 constant TCSETA (line 373) | TCSETA = 0x5406 constant TCSETAF (line 374) | TCSETAF = 0x5408 constant TCSETAW (line 375) | TCSETAW = 0x5407 constant TCSETS (line 376) | TCSETS = 0x5402 constant TCSETS2 (line 377) | TCSETS2 = 0x402c542b constant TCSETSF (line 378) | TCSETSF = 0x5404 constant TCSETSF2 (line 379) | TCSETSF2 = 0x402c542d constant TCSETSW (line 380) | TCSETSW = 0x5403 constant TCSETSW2 (line 381) | TCSETSW2 = 0x402c542c constant TCSETX (line 382) | TCSETX = 0x5433 constant TCSETXF (line 383) | TCSETXF = 0x5434 constant TCSETXW (line 384) | TCSETXW = 0x5435 constant TCXONC (line 385) | TCXONC = 0x540a constant TFD_CLOEXEC (line 386) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 387) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 388) | TIOCCBRK = 0x5428 constant TIOCCONS (line 389) | TIOCCONS = 0x541d constant TIOCEXCL (line 390) | TIOCEXCL = 0x540c constant TIOCGDEV (line 391) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 392) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 393) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 394) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 395) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 396) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 397) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 398) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 399) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 400) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 401) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 402) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 403) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 404) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 405) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 406) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 407) | TIOCINQ = 0x541b constant TIOCLINUX (line 408) | TIOCLINUX = 0x541c constant TIOCMBIC (line 409) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 410) | TIOCMBIS = 0x5416 constant TIOCMGET (line 411) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 412) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 413) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 414) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 415) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 416) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 417) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 418) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 419) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 420) | TIOCM_SR = 0x10 constant TIOCM_ST (line 421) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 422) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 423) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 424) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 425) | TIOCPKT = 0x5420 constant TIOCSBRK (line 426) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 427) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 428) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 429) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 430) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 431) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 432) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 433) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 434) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 435) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 436) | TIOCSETD = 0x5423 constant TIOCSIG (line 437) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 438) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 439) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 440) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 441) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 442) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 443) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 444) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 445) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 446) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 447) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 448) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 449) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 450) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 451) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 452) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 453) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 454) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 455) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 456) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 457) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 458) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 459) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 460) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 461) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 462) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 463) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 464) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 465) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 466) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 467) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 468) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 469) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 470) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 471) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 472) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 473) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 474) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 475) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 476) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 477) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 478) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 479) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 480) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 481) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 482) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 483) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 484) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 485) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 486) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 487) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 488) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 489) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 490) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 491) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 492) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 493) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 494) | VDISCARD = 0xd constant VEOF (line 495) | VEOF = 0x4 constant VEOL (line 496) | VEOL = 0xb constant VEOL2 (line 497) | VEOL2 = 0x10 constant VMIN (line 498) | VMIN = 0x6 constant VREPRINT (line 499) | VREPRINT = 0xc constant VSTART (line 500) | VSTART = 0x8 constant VSTOP (line 501) | VSTOP = 0x9 constant VSUSP (line 502) | VSUSP = 0xa constant VSWTC (line 503) | VSWTC = 0x7 constant VT1 (line 504) | VT1 = 0x4000 constant VTDLY (line 505) | VTDLY = 0x4000 constant VTIME (line 506) | VTIME = 0x5 constant VWERASE (line 507) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 508) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 509) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 510) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 511) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 512) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 513) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 514) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 515) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 516) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 517) | WORDSIZE = 0x40 constant XCASE (line 518) | XCASE = 0x4 constant XTABS (line 519) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 520) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 521) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 522) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 527) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 528) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 529) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 530) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 531) | EALREADY = syscall.Errno(0x72) constant EBADE (line 532) | EBADE = syscall.Errno(0x34) constant EBADFD (line 533) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 534) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 535) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 536) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 537) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 538) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 539) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 540) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 541) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 542) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 543) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 544) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 545) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 546) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 547) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 548) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 549) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 550) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 551) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 552) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 553) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 554) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 555) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 556) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 557) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 558) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 559) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 560) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 561) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 562) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 563) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 564) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 565) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 566) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 567) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 568) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 569) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 570) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 571) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 572) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 573) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 574) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 575) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 576) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 577) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 578) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 579) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 580) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 581) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 582) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 583) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 584) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 585) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 586) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 587) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 588) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 589) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 590) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 591) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 592) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 593) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 594) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 595) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 596) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 597) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 598) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 599) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 600) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 601) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 602) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 603) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 604) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 605) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 606) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 607) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 608) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 609) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 610) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 611) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 612) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 613) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 614) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 615) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 616) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 617) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 618) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 619) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 620) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 621) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 622) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 623) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 624) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 625) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 630) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 631) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 632) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 633) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 634) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 635) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 636) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 637) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 638) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 639) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 640) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 641) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 642) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 643) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 644) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 645) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 646) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 647) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 648) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 649) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 650) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go constant B1000000 (line 14) | B1000000 = 0x1008 constant B115200 (line 15) | B115200 = 0x1002 constant B1152000 (line 16) | B1152000 = 0x1009 constant B1500000 (line 17) | B1500000 = 0x100a constant B2000000 (line 18) | B2000000 = 0x100b constant B230400 (line 19) | B230400 = 0x1003 constant B2500000 (line 20) | B2500000 = 0x100c constant B3000000 (line 21) | B3000000 = 0x100d constant B3500000 (line 22) | B3500000 = 0x100e constant B4000000 (line 23) | B4000000 = 0x100f constant B460800 (line 24) | B460800 = 0x1004 constant B500000 (line 25) | B500000 = 0x1005 constant B57600 (line 26) | B57600 = 0x1001 constant B576000 (line 27) | B576000 = 0x1006 constant B921600 (line 28) | B921600 = 0x1007 constant BLKALIGNOFF (line 29) | BLKALIGNOFF = 0x127a constant BLKBSZGET (line 30) | BLKBSZGET = 0x80081270 constant BLKBSZSET (line 31) | BLKBSZSET = 0x40081271 constant BLKDISCARD (line 32) | BLKDISCARD = 0x1277 constant BLKDISCARDZEROES (line 33) | BLKDISCARDZEROES = 0x127c constant BLKFLSBUF (line 34) | BLKFLSBUF = 0x1261 constant BLKFRAGET (line 35) | BLKFRAGET = 0x1265 constant BLKFRASET (line 36) | BLKFRASET = 0x1264 constant BLKGETDISKSEQ (line 37) | BLKGETDISKSEQ = 0x80081280 constant BLKGETSIZE (line 38) | BLKGETSIZE = 0x1260 constant BLKGETSIZE64 (line 39) | BLKGETSIZE64 = 0x80081272 constant BLKIOMIN (line 40) | BLKIOMIN = 0x1278 constant BLKIOOPT (line 41) | BLKIOOPT = 0x1279 constant BLKPBSZGET (line 42) | BLKPBSZGET = 0x127b constant BLKRAGET (line 43) | BLKRAGET = 0x1263 constant BLKRASET (line 44) | BLKRASET = 0x1262 constant BLKROGET (line 45) | BLKROGET = 0x125e constant BLKROSET (line 46) | BLKROSET = 0x125d constant BLKROTATIONAL (line 47) | BLKROTATIONAL = 0x127e constant BLKRRPART (line 48) | BLKRRPART = 0x125f constant BLKSECDISCARD (line 49) | BLKSECDISCARD = 0x127d constant BLKSECTGET (line 50) | BLKSECTGET = 0x1267 constant BLKSECTSET (line 51) | BLKSECTSET = 0x1266 constant BLKSSZGET (line 52) | BLKSSZGET = 0x1268 constant BLKZEROOUT (line 53) | BLKZEROOUT = 0x127f constant BOTHER (line 54) | BOTHER = 0x1000 constant BS1 (line 55) | BS1 = 0x2000 constant BSDLY (line 56) | BSDLY = 0x2000 constant CBAUD (line 57) | CBAUD = 0x100f constant CBAUDEX (line 58) | CBAUDEX = 0x1000 constant CIBAUD (line 59) | CIBAUD = 0x100f0000 constant CLOCAL (line 60) | CLOCAL = 0x800 constant CR1 (line 61) | CR1 = 0x200 constant CR2 (line 62) | CR2 = 0x400 constant CR3 (line 63) | CR3 = 0x600 constant CRDLY (line 64) | CRDLY = 0x600 constant CREAD (line 65) | CREAD = 0x80 constant CS6 (line 66) | CS6 = 0x10 constant CS7 (line 67) | CS7 = 0x20 constant CS8 (line 68) | CS8 = 0x30 constant CSIZE (line 69) | CSIZE = 0x30 constant CSTOPB (line 70) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 71) | ECCGETLAYOUT = 0x81484d11 constant ECCGETSTATS (line 72) | ECCGETSTATS = 0x80104d12 constant ECHOCTL (line 73) | ECHOCTL = 0x200 constant ECHOE (line 74) | ECHOE = 0x10 constant ECHOK (line 75) | ECHOK = 0x20 constant ECHOKE (line 76) | ECHOKE = 0x800 constant ECHONL (line 77) | ECHONL = 0x40 constant ECHOPRT (line 78) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 79) | EFD_CLOEXEC = 0x80000 constant EFD_NONBLOCK (line 80) | EFD_NONBLOCK = 0x800 constant EPOLL_CLOEXEC (line 81) | EPOLL_CLOEXEC = 0x80000 constant EXTPROC (line 82) | EXTPROC = 0x10000 constant FF1 (line 83) | FF1 = 0x8000 constant FFDLY (line 84) | FFDLY = 0x8000 constant FICLONE (line 85) | FICLONE = 0x40049409 constant FICLONERANGE (line 86) | FICLONERANGE = 0x4020940d constant FLUSHO (line 87) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 88) | FS_IOC_ENABLE_VERITY = 0x40806685 constant FS_IOC_GETFLAGS (line 89) | FS_IOC_GETFLAGS = 0x80086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 90) | FS_IOC_GET_ENCRYPTION_NONCE = 0x8010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 91) | FS_IOC_GET_ENCRYPTION_POLICY = 0x400c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 92) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x40106614 constant FS_IOC_SETFLAGS (line 93) | FS_IOC_SETFLAGS = 0x40086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 94) | FS_IOC_SET_ENCRYPTION_POLICY = 0x800c6613 constant F_GETLK (line 95) | F_GETLK = 0x5 constant F_GETLK64 (line 96) | F_GETLK64 = 0x5 constant F_GETOWN (line 97) | F_GETOWN = 0x9 constant F_RDLCK (line 98) | F_RDLCK = 0x0 constant F_SETLK (line 99) | F_SETLK = 0x6 constant F_SETLK64 (line 100) | F_SETLK64 = 0x6 constant F_SETLKW (line 101) | F_SETLKW = 0x7 constant F_SETLKW64 (line 102) | F_SETLKW64 = 0x7 constant F_SETOWN (line 103) | F_SETOWN = 0x8 constant F_UNLCK (line 104) | F_UNLCK = 0x2 constant F_WRLCK (line 105) | F_WRLCK = 0x1 constant HIDIOCGRAWINFO (line 106) | HIDIOCGRAWINFO = 0x80084803 constant HIDIOCGRDESC (line 107) | HIDIOCGRDESC = 0x90044802 constant HIDIOCGRDESCSIZE (line 108) | HIDIOCGRDESCSIZE = 0x80044801 constant HUPCL (line 109) | HUPCL = 0x400 constant ICANON (line 110) | ICANON = 0x2 constant IEXTEN (line 111) | IEXTEN = 0x8000 constant IN_CLOEXEC (line 112) | IN_CLOEXEC = 0x80000 constant IN_NONBLOCK (line 113) | IN_NONBLOCK = 0x800 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 114) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x7b9 constant ISIG (line 115) | ISIG = 0x1 constant IUCLC (line 116) | IUCLC = 0x200 constant IXOFF (line 117) | IXOFF = 0x1000 constant IXON (line 118) | IXON = 0x400 constant MAP_ANON (line 119) | MAP_ANON = 0x20 constant MAP_ANONYMOUS (line 120) | MAP_ANONYMOUS = 0x20 constant MAP_DENYWRITE (line 121) | MAP_DENYWRITE = 0x800 constant MAP_EXECUTABLE (line 122) | MAP_EXECUTABLE = 0x1000 constant MAP_GROWSDOWN (line 123) | MAP_GROWSDOWN = 0x100 constant MAP_HUGETLB (line 124) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 125) | MAP_LOCKED = 0x2000 constant MAP_NONBLOCK (line 126) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 127) | MAP_NORESERVE = 0x4000 constant MAP_POPULATE (line 128) | MAP_POPULATE = 0x8000 constant MAP_STACK (line 129) | MAP_STACK = 0x20000 constant MAP_SYNC (line 130) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 131) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 132) | MCL_FUTURE = 0x2 constant MCL_ONFAULT (line 133) | MCL_ONFAULT = 0x4 constant MEMERASE (line 134) | MEMERASE = 0x40084d02 constant MEMERASE64 (line 135) | MEMERASE64 = 0x40104d14 constant MEMGETBADBLOCK (line 136) | MEMGETBADBLOCK = 0x40084d0b constant MEMGETINFO (line 137) | MEMGETINFO = 0x80204d01 constant MEMGETOOBSEL (line 138) | MEMGETOOBSEL = 0x80c84d0a constant MEMGETREGIONCOUNT (line 139) | MEMGETREGIONCOUNT = 0x80044d07 constant MEMISLOCKED (line 140) | MEMISLOCKED = 0x80084d17 constant MEMLOCK (line 141) | MEMLOCK = 0x40084d05 constant MEMREAD (line 142) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 143) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 144) | MEMSETBADBLOCK = 0x40084d0c constant MEMUNLOCK (line 145) | MEMUNLOCK = 0x40084d06 constant MEMWRITEOOB (line 146) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 147) | MTDFILEMODE = 0x4d13 constant NFDBITS (line 148) | NFDBITS = 0x40 constant NLDLY (line 149) | NLDLY = 0x100 constant NOFLSH (line 150) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 151) | NS_GET_NSTYPE = 0xb703 constant NS_GET_OWNER_UID (line 152) | NS_GET_OWNER_UID = 0xb704 constant NS_GET_PARENT (line 153) | NS_GET_PARENT = 0xb702 constant NS_GET_USERNS (line 154) | NS_GET_USERNS = 0xb701 constant OLCUC (line 155) | OLCUC = 0x2 constant ONLCR (line 156) | ONLCR = 0x4 constant OTPERASE (line 157) | OTPERASE = 0x400c4d19 constant OTPGETREGIONCOUNT (line 158) | OTPGETREGIONCOUNT = 0x40044d0e constant OTPGETREGIONINFO (line 159) | OTPGETREGIONINFO = 0x400c4d0f constant OTPLOCK (line 160) | OTPLOCK = 0x800c4d10 constant OTPSELECT (line 161) | OTPSELECT = 0x80044d0d constant O_APPEND (line 162) | O_APPEND = 0x400 constant O_ASYNC (line 163) | O_ASYNC = 0x2000 constant O_CLOEXEC (line 164) | O_CLOEXEC = 0x80000 constant O_CREAT (line 165) | O_CREAT = 0x40 constant O_DIRECT (line 166) | O_DIRECT = 0x4000 constant O_DIRECTORY (line 167) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 168) | O_DSYNC = 0x1000 constant O_EXCL (line 169) | O_EXCL = 0x80 constant O_FSYNC (line 170) | O_FSYNC = 0x101000 constant O_LARGEFILE (line 171) | O_LARGEFILE = 0x0 constant O_NDELAY (line 172) | O_NDELAY = 0x800 constant O_NOATIME (line 173) | O_NOATIME = 0x40000 constant O_NOCTTY (line 174) | O_NOCTTY = 0x100 constant O_NOFOLLOW (line 175) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 176) | O_NONBLOCK = 0x800 constant O_PATH (line 177) | O_PATH = 0x200000 constant O_RSYNC (line 178) | O_RSYNC = 0x101000 constant O_SYNC (line 179) | O_SYNC = 0x101000 constant O_TMPFILE (line 180) | O_TMPFILE = 0x410000 constant O_TRUNC (line 181) | O_TRUNC = 0x200 constant PARENB (line 182) | PARENB = 0x100 constant PARODD (line 183) | PARODD = 0x200 constant PENDIN (line 184) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 185) | PERF_EVENT_IOC_DISABLE = 0x2401 constant PERF_EVENT_IOC_ENABLE (line 186) | PERF_EVENT_IOC_ENABLE = 0x2400 constant PERF_EVENT_IOC_ID (line 187) | PERF_EVENT_IOC_ID = 0x80082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 188) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 189) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x40042409 constant PERF_EVENT_IOC_PERIOD (line 190) | PERF_EVENT_IOC_PERIOD = 0x40082404 constant PERF_EVENT_IOC_QUERY_BPF (line 191) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 192) | PERF_EVENT_IOC_REFRESH = 0x2402 constant PERF_EVENT_IOC_RESET (line 193) | PERF_EVENT_IOC_RESET = 0x2403 constant PERF_EVENT_IOC_SET_BPF (line 194) | PERF_EVENT_IOC_SET_BPF = 0x40042408 constant PERF_EVENT_IOC_SET_FILTER (line 195) | PERF_EVENT_IOC_SET_FILTER = 0x40082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 196) | PERF_EVENT_IOC_SET_OUTPUT = 0x2405 constant PPPIOCATTACH (line 197) | PPPIOCATTACH = 0x4004743d constant PPPIOCATTCHAN (line 198) | PPPIOCATTCHAN = 0x40047438 constant PPPIOCBRIDGECHAN (line 199) | PPPIOCBRIDGECHAN = 0x40047435 constant PPPIOCCONNECT (line 200) | PPPIOCCONNECT = 0x4004743a constant PPPIOCDETACH (line 201) | PPPIOCDETACH = 0x4004743c constant PPPIOCDISCONN (line 202) | PPPIOCDISCONN = 0x7439 constant PPPIOCGASYNCMAP (line 203) | PPPIOCGASYNCMAP = 0x80047458 constant PPPIOCGCHAN (line 204) | PPPIOCGCHAN = 0x80047437 constant PPPIOCGDEBUG (line 205) | PPPIOCGDEBUG = 0x80047441 constant PPPIOCGFLAGS (line 206) | PPPIOCGFLAGS = 0x8004745a constant PPPIOCGIDLE (line 207) | PPPIOCGIDLE = 0x8010743f constant PPPIOCGIDLE32 (line 208) | PPPIOCGIDLE32 = 0x8008743f constant PPPIOCGIDLE64 (line 209) | PPPIOCGIDLE64 = 0x8010743f constant PPPIOCGL2TPSTATS (line 210) | PPPIOCGL2TPSTATS = 0x80487436 constant PPPIOCGMRU (line 211) | PPPIOCGMRU = 0x80047453 constant PPPIOCGRASYNCMAP (line 212) | PPPIOCGRASYNCMAP = 0x80047455 constant PPPIOCGUNIT (line 213) | PPPIOCGUNIT = 0x80047456 constant PPPIOCGXASYNCMAP (line 214) | PPPIOCGXASYNCMAP = 0x80207450 constant PPPIOCSACTIVE (line 215) | PPPIOCSACTIVE = 0x40107446 constant PPPIOCSASYNCMAP (line 216) | PPPIOCSASYNCMAP = 0x40047457 constant PPPIOCSCOMPRESS (line 217) | PPPIOCSCOMPRESS = 0x4010744d constant PPPIOCSDEBUG (line 218) | PPPIOCSDEBUG = 0x40047440 constant PPPIOCSFLAGS (line 219) | PPPIOCSFLAGS = 0x40047459 constant PPPIOCSMAXCID (line 220) | PPPIOCSMAXCID = 0x40047451 constant PPPIOCSMRRU (line 221) | PPPIOCSMRRU = 0x4004743b constant PPPIOCSMRU (line 222) | PPPIOCSMRU = 0x40047452 constant PPPIOCSNPMODE (line 223) | PPPIOCSNPMODE = 0x4008744b constant PPPIOCSPASS (line 224) | PPPIOCSPASS = 0x40107447 constant PPPIOCSRASYNCMAP (line 225) | PPPIOCSRASYNCMAP = 0x40047454 constant PPPIOCSXASYNCMAP (line 226) | PPPIOCSXASYNCMAP = 0x4020744f constant PPPIOCUNBRIDGECHAN (line 227) | PPPIOCUNBRIDGECHAN = 0x7434 constant PPPIOCXFERUNIT (line 228) | PPPIOCXFERUNIT = 0x744e constant PR_SET_PTRACER_ANY (line 229) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_DISABLE_TE (line 230) | PTRACE_DISABLE_TE = 0x5010 constant PTRACE_ENABLE_TE (line 231) | PTRACE_ENABLE_TE = 0x5009 constant PTRACE_GET_LAST_BREAK (line 232) | PTRACE_GET_LAST_BREAK = 0x5006 constant PTRACE_OLDSETOPTIONS (line 233) | PTRACE_OLDSETOPTIONS = 0x15 constant PTRACE_PEEKDATA_AREA (line 234) | PTRACE_PEEKDATA_AREA = 0x5003 constant PTRACE_PEEKTEXT_AREA (line 235) | PTRACE_PEEKTEXT_AREA = 0x5002 constant PTRACE_PEEKUSR_AREA (line 236) | PTRACE_PEEKUSR_AREA = 0x5000 constant PTRACE_PEEK_SYSTEM_CALL (line 237) | PTRACE_PEEK_SYSTEM_CALL = 0x5007 constant PTRACE_POKEDATA_AREA (line 238) | PTRACE_POKEDATA_AREA = 0x5005 constant PTRACE_POKETEXT_AREA (line 239) | PTRACE_POKETEXT_AREA = 0x5004 constant PTRACE_POKEUSR_AREA (line 240) | PTRACE_POKEUSR_AREA = 0x5001 constant PTRACE_POKE_SYSTEM_CALL (line 241) | PTRACE_POKE_SYSTEM_CALL = 0x5008 constant PTRACE_PROT (line 242) | PTRACE_PROT = 0x15 constant PTRACE_SINGLEBLOCK (line 243) | PTRACE_SINGLEBLOCK = 0xc constant PTRACE_SYSEMU (line 244) | PTRACE_SYSEMU = 0x1f constant PTRACE_SYSEMU_SINGLESTEP (line 245) | PTRACE_SYSEMU_SINGLESTEP = 0x20 constant PTRACE_TE_ABORT_RAND (line 246) | PTRACE_TE_ABORT_RAND = 0x5011 constant PT_ACR0 (line 247) | PT_ACR0 = 0x90 constant PT_ACR1 (line 248) | PT_ACR1 = 0x94 constant PT_ACR10 (line 249) | PT_ACR10 = 0xb8 constant PT_ACR11 (line 250) | PT_ACR11 = 0xbc constant PT_ACR12 (line 251) | PT_ACR12 = 0xc0 constant PT_ACR13 (line 252) | PT_ACR13 = 0xc4 constant PT_ACR14 (line 253) | PT_ACR14 = 0xc8 constant PT_ACR15 (line 254) | PT_ACR15 = 0xcc constant PT_ACR2 (line 255) | PT_ACR2 = 0x98 constant PT_ACR3 (line 256) | PT_ACR3 = 0x9c constant PT_ACR4 (line 257) | PT_ACR4 = 0xa0 constant PT_ACR5 (line 258) | PT_ACR5 = 0xa4 constant PT_ACR6 (line 259) | PT_ACR6 = 0xa8 constant PT_ACR7 (line 260) | PT_ACR7 = 0xac constant PT_ACR8 (line 261) | PT_ACR8 = 0xb0 constant PT_ACR9 (line 262) | PT_ACR9 = 0xb4 constant PT_CR_10 (line 263) | PT_CR_10 = 0x168 constant PT_CR_11 (line 264) | PT_CR_11 = 0x170 constant PT_CR_9 (line 265) | PT_CR_9 = 0x160 constant PT_ENDREGS (line 266) | PT_ENDREGS = 0x1af constant PT_FPC (line 267) | PT_FPC = 0xd8 constant PT_FPR0 (line 268) | PT_FPR0 = 0xe0 constant PT_FPR1 (line 269) | PT_FPR1 = 0xe8 constant PT_FPR10 (line 270) | PT_FPR10 = 0x130 constant PT_FPR11 (line 271) | PT_FPR11 = 0x138 constant PT_FPR12 (line 272) | PT_FPR12 = 0x140 constant PT_FPR13 (line 273) | PT_FPR13 = 0x148 constant PT_FPR14 (line 274) | PT_FPR14 = 0x150 constant PT_FPR15 (line 275) | PT_FPR15 = 0x158 constant PT_FPR2 (line 276) | PT_FPR2 = 0xf0 constant PT_FPR3 (line 277) | PT_FPR3 = 0xf8 constant PT_FPR4 (line 278) | PT_FPR4 = 0x100 constant PT_FPR5 (line 279) | PT_FPR5 = 0x108 constant PT_FPR6 (line 280) | PT_FPR6 = 0x110 constant PT_FPR7 (line 281) | PT_FPR7 = 0x118 constant PT_FPR8 (line 282) | PT_FPR8 = 0x120 constant PT_FPR9 (line 283) | PT_FPR9 = 0x128 constant PT_GPR0 (line 284) | PT_GPR0 = 0x10 constant PT_GPR1 (line 285) | PT_GPR1 = 0x18 constant PT_GPR10 (line 286) | PT_GPR10 = 0x60 constant PT_GPR11 (line 287) | PT_GPR11 = 0x68 constant PT_GPR12 (line 288) | PT_GPR12 = 0x70 constant PT_GPR13 (line 289) | PT_GPR13 = 0x78 constant PT_GPR14 (line 290) | PT_GPR14 = 0x80 constant PT_GPR15 (line 291) | PT_GPR15 = 0x88 constant PT_GPR2 (line 292) | PT_GPR2 = 0x20 constant PT_GPR3 (line 293) | PT_GPR3 = 0x28 constant PT_GPR4 (line 294) | PT_GPR4 = 0x30 constant PT_GPR5 (line 295) | PT_GPR5 = 0x38 constant PT_GPR6 (line 296) | PT_GPR6 = 0x40 constant PT_GPR7 (line 297) | PT_GPR7 = 0x48 constant PT_GPR8 (line 298) | PT_GPR8 = 0x50 constant PT_GPR9 (line 299) | PT_GPR9 = 0x58 constant PT_IEEE_IP (line 300) | PT_IEEE_IP = 0x1a8 constant PT_LASTOFF (line 301) | PT_LASTOFF = 0x1a8 constant PT_ORIGGPR2 (line 302) | PT_ORIGGPR2 = 0xd0 constant PT_PSWADDR (line 303) | PT_PSWADDR = 0x8 constant PT_PSWMASK (line 304) | PT_PSWMASK = 0x0 constant RLIMIT_AS (line 305) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 306) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 307) | RLIMIT_NOFILE = 0x7 constant RLIMIT_NPROC (line 308) | RLIMIT_NPROC = 0x6 constant RLIMIT_RSS (line 309) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 310) | RNDADDENTROPY = 0x40085203 constant RNDADDTOENTCNT (line 311) | RNDADDTOENTCNT = 0x40045201 constant RNDCLEARPOOL (line 312) | RNDCLEARPOOL = 0x5206 constant RNDGETENTCNT (line 313) | RNDGETENTCNT = 0x80045200 constant RNDGETPOOL (line 314) | RNDGETPOOL = 0x80085202 constant RNDRESEEDCRNG (line 315) | RNDRESEEDCRNG = 0x5207 constant RNDZAPENTCNT (line 316) | RNDZAPENTCNT = 0x5204 constant RTC_AIE_OFF (line 317) | RTC_AIE_OFF = 0x7002 constant RTC_AIE_ON (line 318) | RTC_AIE_ON = 0x7001 constant RTC_ALM_READ (line 319) | RTC_ALM_READ = 0x80247008 constant RTC_ALM_SET (line 320) | RTC_ALM_SET = 0x40247007 constant RTC_EPOCH_READ (line 321) | RTC_EPOCH_READ = 0x8008700d constant RTC_EPOCH_SET (line 322) | RTC_EPOCH_SET = 0x4008700e constant RTC_IRQP_READ (line 323) | RTC_IRQP_READ = 0x8008700b constant RTC_IRQP_SET (line 324) | RTC_IRQP_SET = 0x4008700c constant RTC_PARAM_GET (line 325) | RTC_PARAM_GET = 0x40187013 constant RTC_PARAM_SET (line 326) | RTC_PARAM_SET = 0x40187014 constant RTC_PIE_OFF (line 327) | RTC_PIE_OFF = 0x7006 constant RTC_PIE_ON (line 328) | RTC_PIE_ON = 0x7005 constant RTC_PLL_GET (line 329) | RTC_PLL_GET = 0x80207011 constant RTC_PLL_SET (line 330) | RTC_PLL_SET = 0x40207012 constant RTC_RD_TIME (line 331) | RTC_RD_TIME = 0x80247009 constant RTC_SET_TIME (line 332) | RTC_SET_TIME = 0x4024700a constant RTC_UIE_OFF (line 333) | RTC_UIE_OFF = 0x7004 constant RTC_UIE_ON (line 334) | RTC_UIE_ON = 0x7003 constant RTC_VL_CLR (line 335) | RTC_VL_CLR = 0x7014 constant RTC_VL_READ (line 336) | RTC_VL_READ = 0x80047013 constant RTC_WIE_OFF (line 337) | RTC_WIE_OFF = 0x7010 constant RTC_WIE_ON (line 338) | RTC_WIE_ON = 0x700f constant RTC_WKALM_RD (line 339) | RTC_WKALM_RD = 0x80287010 constant RTC_WKALM_SET (line 340) | RTC_WKALM_SET = 0x4028700f constant SCM_TIMESTAMPING (line 341) | SCM_TIMESTAMPING = 0x25 constant SCM_TIMESTAMPING_OPT_STATS (line 342) | SCM_TIMESTAMPING_OPT_STATS = 0x36 constant SCM_TIMESTAMPING_PKTINFO (line 343) | SCM_TIMESTAMPING_PKTINFO = 0x3a constant SCM_TIMESTAMPNS (line 344) | SCM_TIMESTAMPNS = 0x23 constant SCM_TXTIME (line 345) | SCM_TXTIME = 0x3d constant SCM_WIFI_STATUS (line 346) | SCM_WIFI_STATUS = 0x29 constant SFD_CLOEXEC (line 347) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 348) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 349) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 350) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 351) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 352) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 353) | SIOCINQ = 0x541b constant SIOCOUTQ (line 354) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 355) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 356) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 357) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 358) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 359) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 360) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 361) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 362) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 363) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 364) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 365) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 366) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 367) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 368) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 369) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 370) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 371) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 372) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 373) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 374) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 375) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 376) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 377) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 378) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 379) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 380) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 381) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 382) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 383) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 384) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 385) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 386) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 387) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 388) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 389) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 390) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 391) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 392) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 393) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 394) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 395) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 396) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 397) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 398) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 399) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 400) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 401) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 402) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 403) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 404) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 405) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 406) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 407) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 408) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 409) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 410) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 411) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 412) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 413) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 414) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 415) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 416) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 417) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 418) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 419) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 420) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 421) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 422) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 423) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 424) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 425) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 426) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 427) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 428) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 429) | SO_TXTIME = 0x3d constant SO_TYPE (line 430) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 431) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 432) | SO_ZEROCOPY = 0x3c constant TAB1 (line 433) | TAB1 = 0x800 constant TAB2 (line 434) | TAB2 = 0x1000 constant TAB3 (line 435) | TAB3 = 0x1800 constant TABDLY (line 436) | TABDLY = 0x1800 constant TCFLSH (line 437) | TCFLSH = 0x540b constant TCGETA (line 438) | TCGETA = 0x5405 constant TCGETS (line 439) | TCGETS = 0x5401 constant TCGETS2 (line 440) | TCGETS2 = 0x802c542a constant TCGETX (line 441) | TCGETX = 0x5432 constant TCSAFLUSH (line 442) | TCSAFLUSH = 0x2 constant TCSBRK (line 443) | TCSBRK = 0x5409 constant TCSBRKP (line 444) | TCSBRKP = 0x5425 constant TCSETA (line 445) | TCSETA = 0x5406 constant TCSETAF (line 446) | TCSETAF = 0x5408 constant TCSETAW (line 447) | TCSETAW = 0x5407 constant TCSETS (line 448) | TCSETS = 0x5402 constant TCSETS2 (line 449) | TCSETS2 = 0x402c542b constant TCSETSF (line 450) | TCSETSF = 0x5404 constant TCSETSF2 (line 451) | TCSETSF2 = 0x402c542d constant TCSETSW (line 452) | TCSETSW = 0x5403 constant TCSETSW2 (line 453) | TCSETSW2 = 0x402c542c constant TCSETX (line 454) | TCSETX = 0x5433 constant TCSETXF (line 455) | TCSETXF = 0x5434 constant TCSETXW (line 456) | TCSETXW = 0x5435 constant TCXONC (line 457) | TCXONC = 0x540a constant TFD_CLOEXEC (line 458) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 459) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 460) | TIOCCBRK = 0x5428 constant TIOCCONS (line 461) | TIOCCONS = 0x541d constant TIOCEXCL (line 462) | TIOCEXCL = 0x540c constant TIOCGDEV (line 463) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 464) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 465) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 466) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 467) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 468) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 469) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 470) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 471) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 472) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 473) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 474) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 475) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 476) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 477) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 478) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 479) | TIOCINQ = 0x541b constant TIOCLINUX (line 480) | TIOCLINUX = 0x541c constant TIOCMBIC (line 481) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 482) | TIOCMBIS = 0x5416 constant TIOCMGET (line 483) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 484) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 485) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 486) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 487) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 488) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 489) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 490) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 491) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 492) | TIOCM_SR = 0x10 constant TIOCM_ST (line 493) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 494) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 495) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 496) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 497) | TIOCPKT = 0x5420 constant TIOCSBRK (line 498) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 499) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 500) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 501) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 502) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 503) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 504) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 505) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 506) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 507) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 508) | TIOCSETD = 0x5423 constant TIOCSIG (line 509) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 510) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 511) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 512) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 513) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 514) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 515) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 516) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 517) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 518) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 519) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 520) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 521) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 522) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 523) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 524) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 525) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 526) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 527) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 528) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 529) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 530) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 531) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 532) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 533) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 534) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 535) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 536) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 537) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 538) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 539) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 540) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 541) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 542) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 543) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 544) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 545) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 546) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 547) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 548) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 549) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 550) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 551) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 552) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 553) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 554) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 555) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 556) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 557) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 558) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 559) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 560) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 561) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 562) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 563) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 564) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 565) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 566) | VDISCARD = 0xd constant VEOF (line 567) | VEOF = 0x4 constant VEOL (line 568) | VEOL = 0xb constant VEOL2 (line 569) | VEOL2 = 0x10 constant VMIN (line 570) | VMIN = 0x6 constant VREPRINT (line 571) | VREPRINT = 0xc constant VSTART (line 572) | VSTART = 0x8 constant VSTOP (line 573) | VSTOP = 0x9 constant VSUSP (line 574) | VSUSP = 0xa constant VSWTC (line 575) | VSWTC = 0x7 constant VT1 (line 576) | VT1 = 0x4000 constant VTDLY (line 577) | VTDLY = 0x4000 constant VTIME (line 578) | VTIME = 0x5 constant VWERASE (line 579) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 580) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 581) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 582) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 583) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 584) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 585) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 586) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 587) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 588) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 589) | WORDSIZE = 0x40 constant XCASE (line 590) | XCASE = 0x4 constant XTABS (line 591) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 592) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 593) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 594) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 599) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 600) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 601) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 602) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 603) | EALREADY = syscall.Errno(0x72) constant EBADE (line 604) | EBADE = syscall.Errno(0x34) constant EBADFD (line 605) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 606) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 607) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 608) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 609) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 610) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 611) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 612) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 613) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 614) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 615) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 616) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 617) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 618) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 619) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 620) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 621) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 622) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 623) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 624) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 625) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 626) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 627) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 628) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 629) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 630) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 631) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 632) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 633) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 634) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 635) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 636) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 637) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 638) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 639) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 640) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 641) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 642) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 643) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 644) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 645) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 646) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 647) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 648) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 649) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 650) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 651) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 652) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 653) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 654) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 655) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 656) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 657) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 658) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 659) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 660) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 661) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 662) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 663) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 664) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 665) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 666) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 667) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 668) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 669) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 670) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 671) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 672) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 673) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 674) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 675) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 676) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 677) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 678) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 679) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 680) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 681) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 682) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 683) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 684) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 685) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 686) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 687) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 688) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 689) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 690) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 691) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 692) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 693) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 694) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 695) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 696) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 697) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 702) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 703) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 704) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 705) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 706) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 707) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 708) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 709) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 710) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 711) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 712) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 713) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 714) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 715) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 716) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 717) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 718) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 719) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 720) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 721) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 722) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go constant ASI_LEON_DFLUSH (line 14) | ASI_LEON_DFLUSH = 0x11 constant ASI_LEON_IFLUSH (line 15) | ASI_LEON_IFLUSH = 0x10 constant ASI_LEON_MMUFLUSH (line 16) | ASI_LEON_MMUFLUSH = 0x18 constant B1000000 (line 17) | B1000000 = 0x1008 constant B115200 (line 18) | B115200 = 0x1002 constant B1152000 (line 19) | B1152000 = 0x1009 constant B1500000 (line 20) | B1500000 = 0x100a constant B2000000 (line 21) | B2000000 = 0x100b constant B230400 (line 22) | B230400 = 0x1003 constant B2500000 (line 23) | B2500000 = 0x100c constant B3000000 (line 24) | B3000000 = 0x100d constant B3500000 (line 25) | B3500000 = 0x100e constant B4000000 (line 26) | B4000000 = 0x100f constant B460800 (line 27) | B460800 = 0x1004 constant B500000 (line 28) | B500000 = 0x1005 constant B57600 (line 29) | B57600 = 0x1001 constant B576000 (line 30) | B576000 = 0x1006 constant B921600 (line 31) | B921600 = 0x1007 constant BLKALIGNOFF (line 32) | BLKALIGNOFF = 0x2000127a constant BLKBSZGET (line 33) | BLKBSZGET = 0x40081270 constant BLKBSZSET (line 34) | BLKBSZSET = 0x80081271 constant BLKDISCARD (line 35) | BLKDISCARD = 0x20001277 constant BLKDISCARDZEROES (line 36) | BLKDISCARDZEROES = 0x2000127c constant BLKFLSBUF (line 37) | BLKFLSBUF = 0x20001261 constant BLKFRAGET (line 38) | BLKFRAGET = 0x20001265 constant BLKFRASET (line 39) | BLKFRASET = 0x20001264 constant BLKGETDISKSEQ (line 40) | BLKGETDISKSEQ = 0x40081280 constant BLKGETSIZE (line 41) | BLKGETSIZE = 0x20001260 constant BLKGETSIZE64 (line 42) | BLKGETSIZE64 = 0x40081272 constant BLKIOMIN (line 43) | BLKIOMIN = 0x20001278 constant BLKIOOPT (line 44) | BLKIOOPT = 0x20001279 constant BLKPBSZGET (line 45) | BLKPBSZGET = 0x2000127b constant BLKRAGET (line 46) | BLKRAGET = 0x20001263 constant BLKRASET (line 47) | BLKRASET = 0x20001262 constant BLKROGET (line 48) | BLKROGET = 0x2000125e constant BLKROSET (line 49) | BLKROSET = 0x2000125d constant BLKROTATIONAL (line 50) | BLKROTATIONAL = 0x2000127e constant BLKRRPART (line 51) | BLKRRPART = 0x2000125f constant BLKSECDISCARD (line 52) | BLKSECDISCARD = 0x2000127d constant BLKSECTGET (line 53) | BLKSECTGET = 0x20001267 constant BLKSECTSET (line 54) | BLKSECTSET = 0x20001266 constant BLKSSZGET (line 55) | BLKSSZGET = 0x20001268 constant BLKZEROOUT (line 56) | BLKZEROOUT = 0x2000127f constant BOTHER (line 57) | BOTHER = 0x1000 constant BS1 (line 58) | BS1 = 0x2000 constant BSDLY (line 59) | BSDLY = 0x2000 constant CBAUD (line 60) | CBAUD = 0x100f constant CBAUDEX (line 61) | CBAUDEX = 0x1000 constant CIBAUD (line 62) | CIBAUD = 0x100f0000 constant CLOCAL (line 63) | CLOCAL = 0x800 constant CR1 (line 64) | CR1 = 0x200 constant CR2 (line 65) | CR2 = 0x400 constant CR3 (line 66) | CR3 = 0x600 constant CRDLY (line 67) | CRDLY = 0x600 constant CREAD (line 68) | CREAD = 0x80 constant CS6 (line 69) | CS6 = 0x10 constant CS7 (line 70) | CS7 = 0x20 constant CS8 (line 71) | CS8 = 0x30 constant CSIZE (line 72) | CSIZE = 0x30 constant CSTOPB (line 73) | CSTOPB = 0x40 constant ECCGETLAYOUT (line 74) | ECCGETLAYOUT = 0x41484d11 constant ECCGETSTATS (line 75) | ECCGETSTATS = 0x40104d12 constant ECHOCTL (line 76) | ECHOCTL = 0x200 constant ECHOE (line 77) | ECHOE = 0x10 constant ECHOK (line 78) | ECHOK = 0x20 constant ECHOKE (line 79) | ECHOKE = 0x800 constant ECHONL (line 80) | ECHONL = 0x40 constant ECHOPRT (line 81) | ECHOPRT = 0x400 constant EFD_CLOEXEC (line 82) | EFD_CLOEXEC = 0x400000 constant EFD_NONBLOCK (line 83) | EFD_NONBLOCK = 0x4000 constant EMT_TAGOVF (line 84) | EMT_TAGOVF = 0x1 constant EPOLL_CLOEXEC (line 85) | EPOLL_CLOEXEC = 0x400000 constant EXTPROC (line 86) | EXTPROC = 0x10000 constant FF1 (line 87) | FF1 = 0x8000 constant FFDLY (line 88) | FFDLY = 0x8000 constant FICLONE (line 89) | FICLONE = 0x80049409 constant FICLONERANGE (line 90) | FICLONERANGE = 0x8020940d constant FLUSHO (line 91) | FLUSHO = 0x1000 constant FS_IOC_ENABLE_VERITY (line 92) | FS_IOC_ENABLE_VERITY = 0x80806685 constant FS_IOC_GETFLAGS (line 93) | FS_IOC_GETFLAGS = 0x40086601 constant FS_IOC_GET_ENCRYPTION_NONCE (line 94) | FS_IOC_GET_ENCRYPTION_NONCE = 0x4010661b constant FS_IOC_GET_ENCRYPTION_POLICY (line 95) | FS_IOC_GET_ENCRYPTION_POLICY = 0x800c6615 constant FS_IOC_GET_ENCRYPTION_PWSALT (line 96) | FS_IOC_GET_ENCRYPTION_PWSALT = 0x80106614 constant FS_IOC_SETFLAGS (line 97) | FS_IOC_SETFLAGS = 0x80086602 constant FS_IOC_SET_ENCRYPTION_POLICY (line 98) | FS_IOC_SET_ENCRYPTION_POLICY = 0x400c6613 constant F_GETLK (line 99) | F_GETLK = 0x7 constant F_GETLK64 (line 100) | F_GETLK64 = 0x7 constant F_GETOWN (line 101) | F_GETOWN = 0x5 constant F_RDLCK (line 102) | F_RDLCK = 0x1 constant F_SETLK (line 103) | F_SETLK = 0x8 constant F_SETLK64 (line 104) | F_SETLK64 = 0x8 constant F_SETLKW (line 105) | F_SETLKW = 0x9 constant F_SETLKW64 (line 106) | F_SETLKW64 = 0x9 constant F_SETOWN (line 107) | F_SETOWN = 0x6 constant F_UNLCK (line 108) | F_UNLCK = 0x3 constant F_WRLCK (line 109) | F_WRLCK = 0x2 constant HIDIOCGRAWINFO (line 110) | HIDIOCGRAWINFO = 0x40084803 constant HIDIOCGRDESC (line 111) | HIDIOCGRDESC = 0x50044802 constant HIDIOCGRDESCSIZE (line 112) | HIDIOCGRDESCSIZE = 0x40044801 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 = 0x400000 constant IN_NONBLOCK (line 117) | IN_NONBLOCK = 0x4000 constant IOCTL_VM_SOCKETS_GET_LOCAL_CID (line 118) | IOCTL_VM_SOCKETS_GET_LOCAL_CID = 0x200007b9 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 = 0x200 constant MAP_HUGETLB (line 128) | MAP_HUGETLB = 0x40000 constant MAP_LOCKED (line 129) | MAP_LOCKED = 0x100 constant MAP_NONBLOCK (line 130) | MAP_NONBLOCK = 0x10000 constant MAP_NORESERVE (line 131) | MAP_NORESERVE = 0x40 constant MAP_POPULATE (line 132) | MAP_POPULATE = 0x8000 constant MAP_RENAME (line 133) | MAP_RENAME = 0x20 constant MAP_STACK (line 134) | MAP_STACK = 0x20000 constant MAP_SYNC (line 135) | MAP_SYNC = 0x80000 constant MCL_CURRENT (line 136) | MCL_CURRENT = 0x2000 constant MCL_FUTURE (line 137) | MCL_FUTURE = 0x4000 constant MCL_ONFAULT (line 138) | MCL_ONFAULT = 0x8000 constant MEMERASE (line 139) | MEMERASE = 0x80084d02 constant MEMERASE64 (line 140) | MEMERASE64 = 0x80104d14 constant MEMGETBADBLOCK (line 141) | MEMGETBADBLOCK = 0x80084d0b constant MEMGETINFO (line 142) | MEMGETINFO = 0x40204d01 constant MEMGETOOBSEL (line 143) | MEMGETOOBSEL = 0x40c84d0a constant MEMGETREGIONCOUNT (line 144) | MEMGETREGIONCOUNT = 0x40044d07 constant MEMISLOCKED (line 145) | MEMISLOCKED = 0x40084d17 constant MEMLOCK (line 146) | MEMLOCK = 0x80084d05 constant MEMREAD (line 147) | MEMREAD = 0xc0404d1a constant MEMREADOOB (line 148) | MEMREADOOB = 0xc0104d04 constant MEMSETBADBLOCK (line 149) | MEMSETBADBLOCK = 0x80084d0c constant MEMUNLOCK (line 150) | MEMUNLOCK = 0x80084d06 constant MEMWRITEOOB (line 151) | MEMWRITEOOB = 0xc0104d03 constant MTDFILEMODE (line 152) | MTDFILEMODE = 0x20004d13 constant NFDBITS (line 153) | NFDBITS = 0x40 constant NLDLY (line 154) | NLDLY = 0x100 constant NOFLSH (line 155) | NOFLSH = 0x80 constant NS_GET_NSTYPE (line 156) | NS_GET_NSTYPE = 0x2000b703 constant NS_GET_OWNER_UID (line 157) | NS_GET_OWNER_UID = 0x2000b704 constant NS_GET_PARENT (line 158) | NS_GET_PARENT = 0x2000b702 constant NS_GET_USERNS (line 159) | NS_GET_USERNS = 0x2000b701 constant OLCUC (line 160) | OLCUC = 0x2 constant ONLCR (line 161) | ONLCR = 0x4 constant OTPERASE (line 162) | OTPERASE = 0x800c4d19 constant OTPGETREGIONCOUNT (line 163) | OTPGETREGIONCOUNT = 0x80044d0e constant OTPGETREGIONINFO (line 164) | OTPGETREGIONINFO = 0x800c4d0f constant OTPLOCK (line 165) | OTPLOCK = 0x400c4d10 constant OTPSELECT (line 166) | OTPSELECT = 0x40044d0d constant O_APPEND (line 167) | O_APPEND = 0x8 constant O_ASYNC (line 168) | O_ASYNC = 0x40 constant O_CLOEXEC (line 169) | O_CLOEXEC = 0x400000 constant O_CREAT (line 170) | O_CREAT = 0x200 constant O_DIRECT (line 171) | O_DIRECT = 0x100000 constant O_DIRECTORY (line 172) | O_DIRECTORY = 0x10000 constant O_DSYNC (line 173) | O_DSYNC = 0x2000 constant O_EXCL (line 174) | O_EXCL = 0x800 constant O_FSYNC (line 175) | O_FSYNC = 0x802000 constant O_LARGEFILE (line 176) | O_LARGEFILE = 0x0 constant O_NDELAY (line 177) | O_NDELAY = 0x4004 constant O_NOATIME (line 178) | O_NOATIME = 0x200000 constant O_NOCTTY (line 179) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 180) | O_NOFOLLOW = 0x20000 constant O_NONBLOCK (line 181) | O_NONBLOCK = 0x4000 constant O_PATH (line 182) | O_PATH = 0x1000000 constant O_RSYNC (line 183) | O_RSYNC = 0x802000 constant O_SYNC (line 184) | O_SYNC = 0x802000 constant O_TMPFILE (line 185) | O_TMPFILE = 0x2010000 constant O_TRUNC (line 186) | O_TRUNC = 0x400 constant PARENB (line 187) | PARENB = 0x100 constant PARODD (line 188) | PARODD = 0x200 constant PENDIN (line 189) | PENDIN = 0x4000 constant PERF_EVENT_IOC_DISABLE (line 190) | PERF_EVENT_IOC_DISABLE = 0x20002401 constant PERF_EVENT_IOC_ENABLE (line 191) | PERF_EVENT_IOC_ENABLE = 0x20002400 constant PERF_EVENT_IOC_ID (line 192) | PERF_EVENT_IOC_ID = 0x40082407 constant PERF_EVENT_IOC_MODIFY_ATTRIBUTES (line 193) | PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x8008240b constant PERF_EVENT_IOC_PAUSE_OUTPUT (line 194) | PERF_EVENT_IOC_PAUSE_OUTPUT = 0x80042409 constant PERF_EVENT_IOC_PERIOD (line 195) | PERF_EVENT_IOC_PERIOD = 0x80082404 constant PERF_EVENT_IOC_QUERY_BPF (line 196) | PERF_EVENT_IOC_QUERY_BPF = 0xc008240a constant PERF_EVENT_IOC_REFRESH (line 197) | PERF_EVENT_IOC_REFRESH = 0x20002402 constant PERF_EVENT_IOC_RESET (line 198) | PERF_EVENT_IOC_RESET = 0x20002403 constant PERF_EVENT_IOC_SET_BPF (line 199) | PERF_EVENT_IOC_SET_BPF = 0x80042408 constant PERF_EVENT_IOC_SET_FILTER (line 200) | PERF_EVENT_IOC_SET_FILTER = 0x80082406 constant PERF_EVENT_IOC_SET_OUTPUT (line 201) | PERF_EVENT_IOC_SET_OUTPUT = 0x20002405 constant PPPIOCATTACH (line 202) | PPPIOCATTACH = 0x8004743d constant PPPIOCATTCHAN (line 203) | PPPIOCATTCHAN = 0x80047438 constant PPPIOCBRIDGECHAN (line 204) | PPPIOCBRIDGECHAN = 0x80047435 constant PPPIOCCONNECT (line 205) | PPPIOCCONNECT = 0x8004743a constant PPPIOCDETACH (line 206) | PPPIOCDETACH = 0x8004743c constant PPPIOCDISCONN (line 207) | PPPIOCDISCONN = 0x20007439 constant PPPIOCGASYNCMAP (line 208) | PPPIOCGASYNCMAP = 0x40047458 constant PPPIOCGCHAN (line 209) | PPPIOCGCHAN = 0x40047437 constant PPPIOCGDEBUG (line 210) | PPPIOCGDEBUG = 0x40047441 constant PPPIOCGFLAGS (line 211) | PPPIOCGFLAGS = 0x4004745a constant PPPIOCGIDLE (line 212) | PPPIOCGIDLE = 0x4010743f constant PPPIOCGIDLE32 (line 213) | PPPIOCGIDLE32 = 0x4008743f constant PPPIOCGIDLE64 (line 214) | PPPIOCGIDLE64 = 0x4010743f constant PPPIOCGL2TPSTATS (line 215) | PPPIOCGL2TPSTATS = 0x40487436 constant PPPIOCGMRU (line 216) | PPPIOCGMRU = 0x40047453 constant PPPIOCGRASYNCMAP (line 217) | PPPIOCGRASYNCMAP = 0x40047455 constant PPPIOCGUNIT (line 218) | PPPIOCGUNIT = 0x40047456 constant PPPIOCGXASYNCMAP (line 219) | PPPIOCGXASYNCMAP = 0x40207450 constant PPPIOCSACTIVE (line 220) | PPPIOCSACTIVE = 0x80107446 constant PPPIOCSASYNCMAP (line 221) | PPPIOCSASYNCMAP = 0x80047457 constant PPPIOCSCOMPRESS (line 222) | PPPIOCSCOMPRESS = 0x8010744d constant PPPIOCSDEBUG (line 223) | PPPIOCSDEBUG = 0x80047440 constant PPPIOCSFLAGS (line 224) | PPPIOCSFLAGS = 0x80047459 constant PPPIOCSMAXCID (line 225) | PPPIOCSMAXCID = 0x80047451 constant PPPIOCSMRRU (line 226) | PPPIOCSMRRU = 0x8004743b constant PPPIOCSMRU (line 227) | PPPIOCSMRU = 0x80047452 constant PPPIOCSNPMODE (line 228) | PPPIOCSNPMODE = 0x8008744b constant PPPIOCSPASS (line 229) | PPPIOCSPASS = 0x80107447 constant PPPIOCSRASYNCMAP (line 230) | PPPIOCSRASYNCMAP = 0x80047454 constant PPPIOCSXASYNCMAP (line 231) | PPPIOCSXASYNCMAP = 0x8020744f constant PPPIOCUNBRIDGECHAN (line 232) | PPPIOCUNBRIDGECHAN = 0x20007434 constant PPPIOCXFERUNIT (line 233) | PPPIOCXFERUNIT = 0x2000744e constant PR_SET_PTRACER_ANY (line 234) | PR_SET_PTRACER_ANY = 0xffffffffffffffff constant PTRACE_GETFPAREGS (line 235) | PTRACE_GETFPAREGS = 0x14 constant PTRACE_GETFPREGS (line 236) | PTRACE_GETFPREGS = 0xe constant PTRACE_GETFPREGS64 (line 237) | PTRACE_GETFPREGS64 = 0x19 constant PTRACE_GETREGS64 (line 238) | PTRACE_GETREGS64 = 0x16 constant PTRACE_READDATA (line 239) | PTRACE_READDATA = 0x10 constant PTRACE_READTEXT (line 240) | PTRACE_READTEXT = 0x12 constant PTRACE_SETFPAREGS (line 241) | PTRACE_SETFPAREGS = 0x15 constant PTRACE_SETFPREGS (line 242) | PTRACE_SETFPREGS = 0xf constant PTRACE_SETFPREGS64 (line 243) | PTRACE_SETFPREGS64 = 0x1a constant PTRACE_SETREGS64 (line 244) | PTRACE_SETREGS64 = 0x17 constant PTRACE_SPARC_DETACH (line 245) | PTRACE_SPARC_DETACH = 0xb constant PTRACE_WRITEDATA (line 246) | PTRACE_WRITEDATA = 0x11 constant PTRACE_WRITETEXT (line 247) | PTRACE_WRITETEXT = 0x13 constant PT_FP (line 248) | PT_FP = 0x48 constant PT_G0 (line 249) | PT_G0 = 0x10 constant PT_G1 (line 250) | PT_G1 = 0x14 constant PT_G2 (line 251) | PT_G2 = 0x18 constant PT_G3 (line 252) | PT_G3 = 0x1c constant PT_G4 (line 253) | PT_G4 = 0x20 constant PT_G5 (line 254) | PT_G5 = 0x24 constant PT_G6 (line 255) | PT_G6 = 0x28 constant PT_G7 (line 256) | PT_G7 = 0x2c constant PT_I0 (line 257) | PT_I0 = 0x30 constant PT_I1 (line 258) | PT_I1 = 0x34 constant PT_I2 (line 259) | PT_I2 = 0x38 constant PT_I3 (line 260) | PT_I3 = 0x3c constant PT_I4 (line 261) | PT_I4 = 0x40 constant PT_I5 (line 262) | PT_I5 = 0x44 constant PT_I6 (line 263) | PT_I6 = 0x48 constant PT_I7 (line 264) | PT_I7 = 0x4c constant PT_NPC (line 265) | PT_NPC = 0x8 constant PT_PC (line 266) | PT_PC = 0x4 constant PT_PSR (line 267) | PT_PSR = 0x0 constant PT_REGS_MAGIC (line 268) | PT_REGS_MAGIC = 0x57ac6c00 constant PT_TNPC (line 269) | PT_TNPC = 0x90 constant PT_TPC (line 270) | PT_TPC = 0x88 constant PT_TSTATE (line 271) | PT_TSTATE = 0x80 constant PT_V9_FP (line 272) | PT_V9_FP = 0x70 constant PT_V9_G0 (line 273) | PT_V9_G0 = 0x0 constant PT_V9_G1 (line 274) | PT_V9_G1 = 0x8 constant PT_V9_G2 (line 275) | PT_V9_G2 = 0x10 constant PT_V9_G3 (line 276) | PT_V9_G3 = 0x18 constant PT_V9_G4 (line 277) | PT_V9_G4 = 0x20 constant PT_V9_G5 (line 278) | PT_V9_G5 = 0x28 constant PT_V9_G6 (line 279) | PT_V9_G6 = 0x30 constant PT_V9_G7 (line 280) | PT_V9_G7 = 0x38 constant PT_V9_I0 (line 281) | PT_V9_I0 = 0x40 constant PT_V9_I1 (line 282) | PT_V9_I1 = 0x48 constant PT_V9_I2 (line 283) | PT_V9_I2 = 0x50 constant PT_V9_I3 (line 284) | PT_V9_I3 = 0x58 constant PT_V9_I4 (line 285) | PT_V9_I4 = 0x60 constant PT_V9_I5 (line 286) | PT_V9_I5 = 0x68 constant PT_V9_I6 (line 287) | PT_V9_I6 = 0x70 constant PT_V9_I7 (line 288) | PT_V9_I7 = 0x78 constant PT_V9_MAGIC (line 289) | PT_V9_MAGIC = 0x9c constant PT_V9_TNPC (line 290) | PT_V9_TNPC = 0x90 constant PT_V9_TPC (line 291) | PT_V9_TPC = 0x88 constant PT_V9_TSTATE (line 292) | PT_V9_TSTATE = 0x80 constant PT_V9_Y (line 293) | PT_V9_Y = 0x98 constant PT_WIM (line 294) | PT_WIM = 0x10 constant PT_Y (line 295) | PT_Y = 0xc constant RLIMIT_AS (line 296) | RLIMIT_AS = 0x9 constant RLIMIT_MEMLOCK (line 297) | RLIMIT_MEMLOCK = 0x8 constant RLIMIT_NOFILE (line 298) | RLIMIT_NOFILE = 0x6 constant RLIMIT_NPROC (line 299) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 300) | RLIMIT_RSS = 0x5 constant RNDADDENTROPY (line 301) | RNDADDENTROPY = 0x80085203 constant RNDADDTOENTCNT (line 302) | RNDADDTOENTCNT = 0x80045201 constant RNDCLEARPOOL (line 303) | RNDCLEARPOOL = 0x20005206 constant RNDGETENTCNT (line 304) | RNDGETENTCNT = 0x40045200 constant RNDGETPOOL (line 305) | RNDGETPOOL = 0x40085202 constant RNDRESEEDCRNG (line 306) | RNDRESEEDCRNG = 0x20005207 constant RNDZAPENTCNT (line 307) | RNDZAPENTCNT = 0x20005204 constant RTC_AIE_OFF (line 308) | RTC_AIE_OFF = 0x20007002 constant RTC_AIE_ON (line 309) | RTC_AIE_ON = 0x20007001 constant RTC_ALM_READ (line 310) | RTC_ALM_READ = 0x40247008 constant RTC_ALM_SET (line 311) | RTC_ALM_SET = 0x80247007 constant RTC_EPOCH_READ (line 312) | RTC_EPOCH_READ = 0x4008700d constant RTC_EPOCH_SET (line 313) | RTC_EPOCH_SET = 0x8008700e constant RTC_IRQP_READ (line 314) | RTC_IRQP_READ = 0x4008700b constant RTC_IRQP_SET (line 315) | RTC_IRQP_SET = 0x8008700c constant RTC_PARAM_GET (line 316) | RTC_PARAM_GET = 0x80187013 constant RTC_PARAM_SET (line 317) | RTC_PARAM_SET = 0x80187014 constant RTC_PIE_OFF (line 318) | RTC_PIE_OFF = 0x20007006 constant RTC_PIE_ON (line 319) | RTC_PIE_ON = 0x20007005 constant RTC_PLL_GET (line 320) | RTC_PLL_GET = 0x40207011 constant RTC_PLL_SET (line 321) | RTC_PLL_SET = 0x80207012 constant RTC_RD_TIME (line 322) | RTC_RD_TIME = 0x40247009 constant RTC_SET_TIME (line 323) | RTC_SET_TIME = 0x8024700a constant RTC_UIE_OFF (line 324) | RTC_UIE_OFF = 0x20007004 constant RTC_UIE_ON (line 325) | RTC_UIE_ON = 0x20007003 constant RTC_VL_CLR (line 326) | RTC_VL_CLR = 0x20007014 constant RTC_VL_READ (line 327) | RTC_VL_READ = 0x40047013 constant RTC_WIE_OFF (line 328) | RTC_WIE_OFF = 0x20007010 constant RTC_WIE_ON (line 329) | RTC_WIE_ON = 0x2000700f constant RTC_WKALM_RD (line 330) | RTC_WKALM_RD = 0x40287010 constant RTC_WKALM_SET (line 331) | RTC_WKALM_SET = 0x8028700f constant SCM_TIMESTAMPING (line 332) | SCM_TIMESTAMPING = 0x23 constant SCM_TIMESTAMPING_OPT_STATS (line 333) | SCM_TIMESTAMPING_OPT_STATS = 0x38 constant SCM_TIMESTAMPING_PKTINFO (line 334) | SCM_TIMESTAMPING_PKTINFO = 0x3c constant SCM_TIMESTAMPNS (line 335) | SCM_TIMESTAMPNS = 0x21 constant SCM_TXTIME (line 336) | SCM_TXTIME = 0x3f constant SCM_WIFI_STATUS (line 337) | SCM_WIFI_STATUS = 0x25 constant SFD_CLOEXEC (line 338) | SFD_CLOEXEC = 0x400000 constant SFD_NONBLOCK (line 339) | SFD_NONBLOCK = 0x4000 constant SF_FP (line 340) | SF_FP = 0x38 constant SF_I0 (line 341) | SF_I0 = 0x20 constant SF_I1 (line 342) | SF_I1 = 0x24 constant SF_I2 (line 343) | SF_I2 = 0x28 constant SF_I3 (line 344) | SF_I3 = 0x2c constant SF_I4 (line 345) | SF_I4 = 0x30 constant SF_I5 (line 346) | SF_I5 = 0x34 constant SF_L0 (line 347) | SF_L0 = 0x0 constant SF_L1 (line 348) | SF_L1 = 0x4 constant SF_L2 (line 349) | SF_L2 = 0x8 constant SF_L3 (line 350) | SF_L3 = 0xc constant SF_L4 (line 351) | SF_L4 = 0x10 constant SF_L5 (line 352) | SF_L5 = 0x14 constant SF_L6 (line 353) | SF_L6 = 0x18 constant SF_L7 (line 354) | SF_L7 = 0x1c constant SF_PC (line 355) | SF_PC = 0x3c constant SF_RETP (line 356) | SF_RETP = 0x40 constant SF_V9_FP (line 357) | SF_V9_FP = 0x70 constant SF_V9_I0 (line 358) | SF_V9_I0 = 0x40 constant SF_V9_I1 (line 359) | SF_V9_I1 = 0x48 constant SF_V9_I2 (line 360) | SF_V9_I2 = 0x50 constant SF_V9_I3 (line 361) | SF_V9_I3 = 0x58 constant SF_V9_I4 (line 362) | SF_V9_I4 = 0x60 constant SF_V9_I5 (line 363) | SF_V9_I5 = 0x68 constant SF_V9_L0 (line 364) | SF_V9_L0 = 0x0 constant SF_V9_L1 (line 365) | SF_V9_L1 = 0x8 constant SF_V9_L2 (line 366) | SF_V9_L2 = 0x10 constant SF_V9_L3 (line 367) | SF_V9_L3 = 0x18 constant SF_V9_L4 (line 368) | SF_V9_L4 = 0x20 constant SF_V9_L5 (line 369) | SF_V9_L5 = 0x28 constant SF_V9_L6 (line 370) | SF_V9_L6 = 0x30 constant SF_V9_L7 (line 371) | SF_V9_L7 = 0x38 constant SF_V9_PC (line 372) | SF_V9_PC = 0x78 constant SF_V9_RETP (line 373) | SF_V9_RETP = 0x80 constant SF_V9_XARG0 (line 374) | SF_V9_XARG0 = 0x88 constant SF_V9_XARG1 (line 375) | SF_V9_XARG1 = 0x90 constant SF_V9_XARG2 (line 376) | SF_V9_XARG2 = 0x98 constant SF_V9_XARG3 (line 377) | SF_V9_XARG3 = 0xa0 constant SF_V9_XARG4 (line 378) | SF_V9_XARG4 = 0xa8 constant SF_V9_XARG5 (line 379) | SF_V9_XARG5 = 0xb0 constant SF_V9_XXARG (line 380) | SF_V9_XXARG = 0xb8 constant SF_XARG0 (line 381) | SF_XARG0 = 0x44 constant SF_XARG1 (line 382) | SF_XARG1 = 0x48 constant SF_XARG2 (line 383) | SF_XARG2 = 0x4c constant SF_XARG3 (line 384) | SF_XARG3 = 0x50 constant SF_XARG4 (line 385) | SF_XARG4 = 0x54 constant SF_XARG5 (line 386) | SF_XARG5 = 0x58 constant SF_XXARG (line 387) | SF_XXARG = 0x5c constant SIOCATMARK (line 388) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 389) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 390) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 391) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 392) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 393) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 394) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 395) | SOCK_CLOEXEC = 0x400000 constant SOCK_DGRAM (line 396) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 397) | SOCK_NONBLOCK = 0x4000 constant SOCK_STREAM (line 398) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 399) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 400) | SO_ACCEPTCONN = 0x8000 constant SO_ATTACH_BPF (line 401) | SO_ATTACH_BPF = 0x34 constant SO_ATTACH_REUSEPORT_CBPF (line 402) | SO_ATTACH_REUSEPORT_CBPF = 0x35 constant SO_ATTACH_REUSEPORT_EBPF (line 403) | SO_ATTACH_REUSEPORT_EBPF = 0x36 constant SO_BINDTODEVICE (line 404) | SO_BINDTODEVICE = 0xd constant SO_BINDTOIFINDEX (line 405) | SO_BINDTOIFINDEX = 0x41 constant SO_BPF_EXTENSIONS (line 406) | SO_BPF_EXTENSIONS = 0x32 constant SO_BROADCAST (line 407) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 408) | SO_BSDCOMPAT = 0x400 constant SO_BUF_LOCK (line 409) | SO_BUF_LOCK = 0x51 constant SO_BUSY_POLL (line 410) | SO_BUSY_POLL = 0x30 constant SO_BUSY_POLL_BUDGET (line 411) | SO_BUSY_POLL_BUDGET = 0x49 constant SO_CNX_ADVICE (line 412) | SO_CNX_ADVICE = 0x37 constant SO_COOKIE (line 413) | SO_COOKIE = 0x3b constant SO_DETACH_REUSEPORT_BPF (line 414) | SO_DETACH_REUSEPORT_BPF = 0x47 constant SO_DOMAIN (line 415) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 416) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 417) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 418) | SO_INCOMING_CPU = 0x33 constant SO_INCOMING_NAPI_ID (line 419) | SO_INCOMING_NAPI_ID = 0x3a constant SO_KEEPALIVE (line 420) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 421) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 422) | SO_LOCK_FILTER = 0x28 constant SO_MARK (line 423) | SO_MARK = 0x22 constant SO_MAX_PACING_RATE (line 424) | SO_MAX_PACING_RATE = 0x31 constant SO_MEMINFO (line 425) | SO_MEMINFO = 0x39 constant SO_NETNS_COOKIE (line 426) | SO_NETNS_COOKIE = 0x50 constant SO_NOFCS (line 427) | SO_NOFCS = 0x27 constant SO_OOBINLINE (line 428) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 429) | SO_PASSCRED = 0x2 constant SO_PASSPIDFD (line 430) | SO_PASSPIDFD = 0x55 constant SO_PASSSEC (line 431) | SO_PASSSEC = 0x1f constant SO_PEEK_OFF (line 432) | SO_PEEK_OFF = 0x26 constant SO_PEERCRED (line 433) | SO_PEERCRED = 0x40 constant SO_PEERGROUPS (line 434) | SO_PEERGROUPS = 0x3d constant SO_PEERPIDFD (line 435) | SO_PEERPIDFD = 0x56 constant SO_PEERSEC (line 436) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 437) | SO_PREFER_BUSY_POLL = 0x48 constant SO_PROTOCOL (line 438) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 439) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 440) | SO_RCVBUFFORCE = 0x100b constant SO_RCVLOWAT (line 441) | SO_RCVLOWAT = 0x800 constant SO_RCVMARK (line 442) | SO_RCVMARK = 0x54 constant SO_RCVTIMEO (line 443) | SO_RCVTIMEO = 0x2000 constant SO_RCVTIMEO_NEW (line 444) | SO_RCVTIMEO_NEW = 0x44 constant SO_RCVTIMEO_OLD (line 445) | SO_RCVTIMEO_OLD = 0x2000 constant SO_RESERVE_MEM (line 446) | SO_RESERVE_MEM = 0x52 constant SO_REUSEADDR (line 447) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 448) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 449) | SO_RXQ_OVFL = 0x24 constant SO_SECURITY_AUTHENTICATION (line 450) | SO_SECURITY_AUTHENTICATION = 0x5001 constant SO_SECURITY_ENCRYPTION_NETWORK (line 451) | SO_SECURITY_ENCRYPTION_NETWORK = 0x5004 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 452) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x5002 constant SO_SELECT_ERR_QUEUE (line 453) | SO_SELECT_ERR_QUEUE = 0x29 constant SO_SNDBUF (line 454) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 455) | SO_SNDBUFFORCE = 0x100a constant SO_SNDLOWAT (line 456) | SO_SNDLOWAT = 0x1000 constant SO_SNDTIMEO (line 457) | SO_SNDTIMEO = 0x4000 constant SO_SNDTIMEO_NEW (line 458) | SO_SNDTIMEO_NEW = 0x45 constant SO_SNDTIMEO_OLD (line 459) | SO_SNDTIMEO_OLD = 0x4000 constant SO_TIMESTAMPING (line 460) | SO_TIMESTAMPING = 0x23 constant SO_TIMESTAMPING_NEW (line 461) | SO_TIMESTAMPING_NEW = 0x43 constant SO_TIMESTAMPING_OLD (line 462) | SO_TIMESTAMPING_OLD = 0x23 constant SO_TIMESTAMPNS (line 463) | SO_TIMESTAMPNS = 0x21 constant SO_TIMESTAMPNS_NEW (line 464) | SO_TIMESTAMPNS_NEW = 0x42 constant SO_TIMESTAMPNS_OLD (line 465) | SO_TIMESTAMPNS_OLD = 0x21 constant SO_TIMESTAMP_NEW (line 466) | SO_TIMESTAMP_NEW = 0x46 constant SO_TXREHASH (line 467) | SO_TXREHASH = 0x53 constant SO_TXTIME (line 468) | SO_TXTIME = 0x3f constant SO_TYPE (line 469) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 470) | SO_WIFI_STATUS = 0x25 constant SO_ZEROCOPY (line 471) | SO_ZEROCOPY = 0x3e constant TAB1 (line 472) | TAB1 = 0x800 constant TAB2 (line 473) | TAB2 = 0x1000 constant TAB3 (line 474) | TAB3 = 0x1800 constant TABDLY (line 475) | TABDLY = 0x1800 constant TCFLSH (line 476) | TCFLSH = 0x20005407 constant TCGETA (line 477) | TCGETA = 0x40125401 constant TCGETS (line 478) | TCGETS = 0x40245408 constant TCGETS2 (line 479) | TCGETS2 = 0x402c540c constant TCSAFLUSH (line 480) | TCSAFLUSH = 0x2 constant TCSBRK (line 481) | TCSBRK = 0x20005405 constant TCSBRKP (line 482) | TCSBRKP = 0x5425 constant TCSETA (line 483) | TCSETA = 0x80125402 constant TCSETAF (line 484) | TCSETAF = 0x80125404 constant TCSETAW (line 485) | TCSETAW = 0x80125403 constant TCSETS (line 486) | TCSETS = 0x80245409 constant TCSETS2 (line 487) | TCSETS2 = 0x802c540d constant TCSETSF (line 488) | TCSETSF = 0x8024540b constant TCSETSF2 (line 489) | TCSETSF2 = 0x802c540f constant TCSETSW (line 490) | TCSETSW = 0x8024540a constant TCSETSW2 (line 491) | TCSETSW2 = 0x802c540e constant TCXONC (line 492) | TCXONC = 0x20005406 constant TFD_CLOEXEC (line 493) | TFD_CLOEXEC = 0x400000 constant TFD_NONBLOCK (line 494) | TFD_NONBLOCK = 0x4000 constant TIOCCBRK (line 495) | TIOCCBRK = 0x2000747a constant TIOCCONS (line 496) | TIOCCONS = 0x20007424 constant TIOCEXCL (line 497) | TIOCEXCL = 0x2000740d constant TIOCGDEV (line 498) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 499) | TIOCGETD = 0x40047400 constant TIOCGEXCL (line 500) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 501) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 502) | TIOCGISO7816 = 0x40285443 constant TIOCGLCKTRMIOS (line 503) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 504) | TIOCGPGRP = 0x40047483 constant TIOCGPKT (line 505) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 506) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 507) | TIOCGPTN = 0x40047486 constant TIOCGPTPEER (line 508) | TIOCGPTPEER = 0x20007489 constant TIOCGRS485 (line 509) | TIOCGRS485 = 0x40205441 constant TIOCGSERIAL (line 510) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 511) | TIOCGSID = 0x40047485 constant TIOCGSOFTCAR (line 512) | TIOCGSOFTCAR = 0x40047464 constant TIOCGWINSZ (line 513) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 514) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 515) | TIOCLINUX = 0x541c constant TIOCMBIC (line 516) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 517) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 518) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 519) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 520) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 521) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 522) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 523) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 524) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 525) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 526) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 527) | TIOCM_SR = 0x10 constant TIOCM_ST (line 528) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 529) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 530) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 531) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 532) | TIOCPKT = 0x80047470 constant TIOCSBRK (line 533) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 534) | TIOCSCTTY = 0x20007484 constant TIOCSERCONFIG (line 535) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 536) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 537) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 538) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 539) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 540) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 541) | TIOCSERSWILD = 0x5455 constant TIOCSETD (line 542) | TIOCSETD = 0x80047401 constant TIOCSIG (line 543) | TIOCSIG = 0x80047488 constant TIOCSISO7816 (line 544) | TIOCSISO7816 = 0xc0285444 constant TIOCSLCKTRMIOS (line 545) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 546) | TIOCSPGRP = 0x80047482 constant TIOCSPTLCK (line 547) | TIOCSPTLCK = 0x80047487 constant TIOCSRS485 (line 548) | TIOCSRS485 = 0xc0205442 constant TIOCSSERIAL (line 549) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 550) | TIOCSSOFTCAR = 0x80047465 constant TIOCSTART (line 551) | TIOCSTART = 0x2000746e constant TIOCSTI (line 552) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 553) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 554) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 555) | TIOCVHANGUP = 0x20005437 constant TOSTOP (line 556) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 557) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 558) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 559) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 560) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 561) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 562) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 563) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 564) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 565) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 566) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 567) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 568) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 569) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 570) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 571) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 572) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 573) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 574) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 575) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 576) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 577) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 578) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 579) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 580) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 581) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 582) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 583) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 584) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 585) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 586) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 587) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 588) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 589) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 590) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 591) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 592) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 593) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 594) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 595) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 596) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 597) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 598) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 599) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 600) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 601) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 602) | VDISCARD = 0xd constant VEOF (line 603) | VEOF = 0x4 constant VEOL (line 604) | VEOL = 0xb constant VEOL2 (line 605) | VEOL2 = 0x10 constant VMIN (line 606) | VMIN = 0x6 constant VREPRINT (line 607) | VREPRINT = 0xc constant VSTART (line 608) | VSTART = 0x8 constant VSTOP (line 609) | VSTOP = 0x9 constant VSUSP (line 610) | VSUSP = 0xa constant VSWTC (line 611) | VSWTC = 0x7 constant VT1 (line 612) | VT1 = 0x4000 constant VTDLY (line 613) | VTDLY = 0x4000 constant VTIME (line 614) | VTIME = 0x5 constant VWERASE (line 615) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 616) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 617) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 618) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 619) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 620) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 621) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 622) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 623) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 624) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 625) | WORDSIZE = 0x40 constant XCASE (line 626) | XCASE = 0x4 constant XTABS (line 627) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 628) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 629) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 630) | _HIDIOCGRAWUNIQ = 0x40404808 constant __TIOCFLUSH (line 631) | __TIOCFLUSH = 0x80047410 constant EADDRINUSE (line 636) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 637) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EADV (line 638) | EADV = syscall.Errno(0x53) constant EAFNOSUPPORT (line 639) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EALREADY (line 640) | EALREADY = syscall.Errno(0x25) constant EBADE (line 641) | EBADE = syscall.Errno(0x66) constant EBADFD (line 642) | EBADFD = syscall.Errno(0x5d) constant EBADMSG (line 643) | EBADMSG = syscall.Errno(0x4c) constant EBADR (line 644) | EBADR = syscall.Errno(0x67) constant EBADRQC (line 645) | EBADRQC = syscall.Errno(0x6a) constant EBADSLT (line 646) | EBADSLT = syscall.Errno(0x6b) constant EBFONT (line 647) | EBFONT = syscall.Errno(0x6d) constant ECANCELED (line 648) | ECANCELED = syscall.Errno(0x7f) constant ECHRNG (line 649) | ECHRNG = syscall.Errno(0x5e) constant ECOMM (line 650) | ECOMM = syscall.Errno(0x55) constant ECONNABORTED (line 651) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 652) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 653) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 654) | EDEADLK = syscall.Errno(0x4e) constant EDEADLOCK (line 655) | EDEADLOCK = syscall.Errno(0x6c) constant EDESTADDRREQ (line 656) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOTDOT (line 657) | EDOTDOT = syscall.Errno(0x58) constant EDQUOT (line 658) | EDQUOT = syscall.Errno(0x45) constant EHOSTDOWN (line 659) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 660) | EHOSTUNREACH = syscall.Errno(0x41) constant EHWPOISON (line 661) | EHWPOISON = syscall.Errno(0x87) constant EIDRM (line 662) | EIDRM = syscall.Errno(0x4d) constant EILSEQ (line 663) | EILSEQ = syscall.Errno(0x7a) constant EINPROGRESS (line 664) | EINPROGRESS = syscall.Errno(0x24) constant EISCONN (line 665) | EISCONN = syscall.Errno(0x38) constant EISNAM (line 666) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 667) | EKEYEXPIRED = syscall.Errno(0x81) constant EKEYREJECTED (line 668) | EKEYREJECTED = syscall.Errno(0x83) constant EKEYREVOKED (line 669) | EKEYREVOKED = syscall.Errno(0x82) constant EL2HLT (line 670) | EL2HLT = syscall.Errno(0x65) constant EL2NSYNC (line 671) | EL2NSYNC = syscall.Errno(0x5f) constant EL3HLT (line 672) | EL3HLT = syscall.Errno(0x60) constant EL3RST (line 673) | EL3RST = syscall.Errno(0x61) constant ELIBACC (line 674) | ELIBACC = syscall.Errno(0x72) constant ELIBBAD (line 675) | ELIBBAD = syscall.Errno(0x70) constant ELIBEXEC (line 676) | ELIBEXEC = syscall.Errno(0x6e) constant ELIBMAX (line 677) | ELIBMAX = syscall.Errno(0x7b) constant ELIBSCN (line 678) | ELIBSCN = syscall.Errno(0x7c) constant ELNRNG (line 679) | ELNRNG = syscall.Errno(0x62) constant ELOOP (line 680) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 681) | EMEDIUMTYPE = syscall.Errno(0x7e) constant EMSGSIZE (line 682) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 683) | EMULTIHOP = syscall.Errno(0x57) constant ENAMETOOLONG (line 684) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENAVAIL (line 685) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 686) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 687) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 688) | ENETUNREACH = syscall.Errno(0x33) constant ENOANO (line 689) | ENOANO = syscall.Errno(0x69) constant ENOBUFS (line 690) | ENOBUFS = syscall.Errno(0x37) constant ENOCSI (line 691) | ENOCSI = syscall.Errno(0x64) constant ENODATA (line 692) | ENODATA = syscall.Errno(0x6f) constant ENOKEY (line 693) | ENOKEY = syscall.Errno(0x80) constant ENOLCK (line 694) | ENOLCK = syscall.Errno(0x4f) constant ENOLINK (line 695) | ENOLINK = syscall.Errno(0x52) constant ENOMEDIUM (line 696) | ENOMEDIUM = syscall.Errno(0x7d) constant ENOMSG (line 697) | ENOMSG = syscall.Errno(0x4b) constant ENONET (line 698) | ENONET = syscall.Errno(0x50) constant ENOPKG (line 699) | ENOPKG = syscall.Errno(0x71) constant ENOPROTOOPT (line 700) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSR (line 701) | ENOSR = syscall.Errno(0x4a) constant ENOSTR (line 702) | ENOSTR = syscall.Errno(0x48) constant ENOSYS (line 703) | ENOSYS = syscall.Errno(0x5a) constant ENOTCONN (line 704) | ENOTCONN = syscall.Errno(0x39) constant ENOTEMPTY (line 705) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTNAM (line 706) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 707) | ENOTRECOVERABLE = syscall.Errno(0x85) constant ENOTSOCK (line 708) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 709) | ENOTSUP = syscall.Errno(0x2d) constant ENOTUNIQ (line 710) | ENOTUNIQ = syscall.Errno(0x73) constant EOPNOTSUPP (line 711) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 712) | EOVERFLOW = syscall.Errno(0x5c) constant EOWNERDEAD (line 713) | EOWNERDEAD = syscall.Errno(0x84) constant EPFNOSUPPORT (line 714) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPROCLIM (line 715) | EPROCLIM = syscall.Errno(0x43) constant EPROTO (line 716) | EPROTO = syscall.Errno(0x56) constant EPROTONOSUPPORT (line 717) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 718) | EPROTOTYPE = syscall.Errno(0x29) constant EREMCHG (line 719) | EREMCHG = syscall.Errno(0x59) constant EREMOTE (line 720) | EREMOTE = syscall.Errno(0x47) constant EREMOTEIO (line 721) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 722) | ERESTART = syscall.Errno(0x74) constant ERFKILL (line 723) | ERFKILL = syscall.Errno(0x86) constant ERREMOTE (line 724) | ERREMOTE = syscall.Errno(0x51) constant ESHUTDOWN (line 725) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 726) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESRMNT (line 727) | ESRMNT = syscall.Errno(0x54) constant ESTALE (line 728) | ESTALE = syscall.Errno(0x46) constant ESTRPIPE (line 729) | ESTRPIPE = syscall.Errno(0x5b) constant ETIME (line 730) | ETIME = syscall.Errno(0x49) constant ETIMEDOUT (line 731) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 732) | ETOOMANYREFS = syscall.Errno(0x3b) constant EUCLEAN (line 733) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 734) | EUNATCH = syscall.Errno(0x63) constant EUSERS (line 735) | EUSERS = syscall.Errno(0x44) constant EXFULL (line 736) | EXFULL = syscall.Errno(0x68) constant SIGBUS (line 741) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 742) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 743) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 744) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 745) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 746) | SIGIO = syscall.Signal(0x17) constant SIGLOST (line 747) | SIGLOST = syscall.Signal(0x1d) constant SIGPOLL (line 748) | SIGPOLL = syscall.Signal(0x17) constant SIGPROF (line 749) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 750) | SIGPWR = syscall.Signal(0x1d) constant SIGSTOP (line 751) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 752) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 753) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 754) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 755) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 756) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 757) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 758) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 759) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 760) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 761) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 762) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x1f 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_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 27) | AF_IEEE80211 = 0x20 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_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x23 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OROUTE (line 41) | AF_OROUTE = 0x11 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x22 constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 48) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 53) | ARPHRD_STRIP = 0x17 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 B460800 (line 69) | B460800 = 0x70800 constant B4800 (line 70) | B4800 = 0x12c0 constant B50 (line 71) | B50 = 0x32 constant B57600 (line 72) | B57600 = 0xe100 constant B600 (line 73) | B600 = 0x258 constant B7200 (line 74) | B7200 = 0x1c20 constant B75 (line 75) | B75 = 0x4b constant B76800 (line 76) | B76800 = 0x12c00 constant B921600 (line 77) | B921600 = 0xe1000 constant B9600 (line 78) | B9600 = 0x2580 constant BIOCFEEDBACK (line 79) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 80) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 81) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 82) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 83) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 84) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 85) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 86) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 87) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 88) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 89) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 90) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 91) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 92) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 93) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 94) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 95) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 96) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 97) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 101) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 102) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 103) | BIOCVERSION = 0x40044271 constant BPF_A (line 104) | BPF_A = 0x10 constant BPF_ABS (line 105) | BPF_ABS = 0x20 constant BPF_ADD (line 106) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 107) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 108) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 109) | BPF_ALU = 0x4 constant BPF_AND (line 110) | BPF_AND = 0x50 constant BPF_B (line 111) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 112) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 113) | BPF_DIV = 0x30 constant BPF_H (line 114) | BPF_H = 0x8 constant BPF_IMM (line 115) | BPF_IMM = 0x0 constant BPF_IND (line 116) | BPF_IND = 0x40 constant BPF_JA (line 117) | BPF_JA = 0x0 constant BPF_JEQ (line 118) | BPF_JEQ = 0x10 constant BPF_JGE (line 119) | BPF_JGE = 0x30 constant BPF_JGT (line 120) | BPF_JGT = 0x20 constant BPF_JMP (line 121) | BPF_JMP = 0x5 constant BPF_JSET (line 122) | BPF_JSET = 0x40 constant BPF_K (line 123) | BPF_K = 0x0 constant BPF_LD (line 124) | BPF_LD = 0x0 constant BPF_LDX (line 125) | BPF_LDX = 0x1 constant BPF_LEN (line 126) | BPF_LEN = 0x80 constant BPF_LSH (line 127) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 128) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 129) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 130) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 131) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 132) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 133) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 134) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 135) | BPF_MISC = 0x7 constant BPF_MSH (line 136) | BPF_MSH = 0xa0 constant BPF_MUL (line 137) | BPF_MUL = 0x20 constant BPF_NEG (line 138) | BPF_NEG = 0x80 constant BPF_OR (line 139) | BPF_OR = 0x40 constant BPF_RELEASE (line 140) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 141) | BPF_RET = 0x6 constant BPF_RSH (line 142) | BPF_RSH = 0x70 constant BPF_ST (line 143) | BPF_ST = 0x2 constant BPF_STX (line 144) | BPF_STX = 0x3 constant BPF_SUB (line 145) | BPF_SUB = 0x10 constant BPF_TAX (line 146) | BPF_TAX = 0x0 constant BPF_TXA (line 147) | BPF_TXA = 0x80 constant BPF_W (line 148) | BPF_W = 0x0 constant BPF_X (line 149) | BPF_X = 0x8 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 153) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 154) | CLONE_FILES = 0x400 constant CLONE_FS (line 155) | CLONE_FS = 0x200 constant CLONE_PID (line 156) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 157) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 158) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 159) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 160) | CLONE_VM = 0x100 constant CPUSTATES (line 161) | CPUSTATES = 0x5 constant CP_IDLE (line 162) | CP_IDLE = 0x4 constant CP_INTR (line 163) | CP_INTR = 0x3 constant CP_NICE (line 164) | CP_NICE = 0x1 constant CP_SYS (line 165) | CP_SYS = 0x2 constant CP_USER (line 166) | CP_USER = 0x0 constant CREAD (line 167) | CREAD = 0x800 constant CRTSCTS (line 168) | CRTSCTS = 0x10000 constant CS5 (line 169) | CS5 = 0x0 constant CS6 (line 170) | CS6 = 0x100 constant CS7 (line 171) | CS7 = 0x200 constant CS8 (line 172) | CS8 = 0x300 constant CSIZE (line 173) | CSIZE = 0x300 constant CSTART (line 174) | CSTART = 0x11 constant CSTATUS (line 175) | CSTATUS = 0x14 constant CSTOP (line 176) | CSTOP = 0x13 constant CSTOPB (line 177) | CSTOPB = 0x400 constant CSUSP (line 178) | CSUSP = 0x1a constant CTL_HW (line 179) | CTL_HW = 0x6 constant CTL_KERN (line 180) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 181) | CTL_MAXNAME = 0xc constant CTL_NET (line 182) | CTL_NET = 0x4 constant CTL_QUERY (line 183) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 184) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 185) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 186) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 187) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 188) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 189) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 190) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 191) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 192) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 193) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 194) | DLT_AURORA = 0x7e constant DLT_AX25 (line 195) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 196) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 197) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 198) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 199) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 200) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 201) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 202) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 203) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 204) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 205) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 206) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 207) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 208) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 209) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 210) | DLT_EN3MB = 0x2 constant DLT_ENC (line 211) | DLT_ENC = 0x6d constant DLT_ERF (line 212) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 213) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 214) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 215) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 216) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 217) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 218) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 219) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 220) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 221) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 222) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 223) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 224) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 225) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 226) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 227) | DLT_GSMTAP_UM = 0xd9 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_IEEE802_15_4 (line 237) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 238) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 239) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 240) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 241) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 242) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 243) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 244) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 245) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 246) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 247) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 248) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 249) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 250) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 251) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 252) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 253) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 254) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 255) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 256) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 257) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 258) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 259) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 260) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 261) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 262) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 263) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 264) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 265) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 266) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 267) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 268) | DLT_LAPD = 0xcb constant DLT_LIN (line 269) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 270) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 271) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 272) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 273) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 274) | DLT_LOOP = 0x6c constant DLT_LTALK (line 275) | DLT_LTALK = 0x72 constant DLT_MFR (line 276) | DLT_MFR = 0xb6 constant DLT_MOST (line 277) | DLT_MOST = 0xd3 constant DLT_MPLS (line 278) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 279) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 280) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 281) | DLT_MTP3 = 0x8d constant DLT_NULL (line 282) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 283) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 284) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 285) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 286) | DLT_PPI = 0xc0 constant DLT_PPP (line 287) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 288) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 289) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 290) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 291) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 292) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 293) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 294) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 295) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 296) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 297) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 298) | DLT_RIO = 0x7c constant DLT_SCCP (line 299) | DLT_SCCP = 0x8e constant DLT_SITA (line 300) | DLT_SITA = 0xc4 constant DLT_SLIP (line 301) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 302) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 303) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 304) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 305) | DLT_TZSP = 0x80 constant DLT_USB (line 306) | DLT_USB = 0xba constant DLT_USB_LINUX (line 307) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 308) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 309) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 310) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 311) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 312) | DT_BLK = 0x6 constant DT_CHR (line 313) | DT_CHR = 0x2 constant DT_DIR (line 314) | DT_DIR = 0x4 constant DT_FIFO (line 315) | DT_FIFO = 0x1 constant DT_LNK (line 316) | DT_LNK = 0xa constant DT_REG (line 317) | DT_REG = 0x8 constant DT_SOCK (line 318) | DT_SOCK = 0xc constant DT_UNKNOWN (line 319) | DT_UNKNOWN = 0x0 constant DT_WHT (line 320) | DT_WHT = 0xe constant ECHO (line 321) | ECHO = 0x8 constant ECHOCTL (line 322) | ECHOCTL = 0x40 constant ECHOE (line 323) | ECHOE = 0x2 constant ECHOK (line 324) | ECHOK = 0x4 constant ECHOKE (line 325) | ECHOKE = 0x1 constant ECHONL (line 326) | ECHONL = 0x10 constant ECHOPRT (line 327) | ECHOPRT = 0x20 constant EMUL_LINUX (line 328) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 329) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 330) | EMUL_MAXID = 0x6 constant EN_SW_CTL_INF (line 331) | EN_SW_CTL_INF = 0x1000 constant EN_SW_CTL_PREC (line 332) | EN_SW_CTL_PREC = 0x300 constant EN_SW_CTL_ROUND (line 333) | EN_SW_CTL_ROUND = 0xc00 constant EN_SW_DATACHAIN (line 334) | EN_SW_DATACHAIN = 0x80 constant EN_SW_DENORM (line 335) | EN_SW_DENORM = 0x2 constant EN_SW_INVOP (line 336) | EN_SW_INVOP = 0x1 constant EN_SW_OVERFLOW (line 337) | EN_SW_OVERFLOW = 0x8 constant EN_SW_PRECLOSS (line 338) | EN_SW_PRECLOSS = 0x20 constant EN_SW_UNDERFLOW (line 339) | EN_SW_UNDERFLOW = 0x10 constant EN_SW_ZERODIV (line 340) | EN_SW_ZERODIV = 0x4 constant ETHERCAP_JUMBO_MTU (line 341) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 342) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 343) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 344) | ETHERMIN = 0x2e constant ETHERMTU (line 345) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 346) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 347) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 348) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 349) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 350) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 351) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 352) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 353) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 354) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 355) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 356) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 357) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 358) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 359) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 360) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 361) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 362) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 363) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 364) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 365) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 366) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 367) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 368) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 369) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 370) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 371) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 372) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 373) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 374) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 375) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 376) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 377) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 378) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 379) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 380) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 381) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 382) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 383) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 384) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 385) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 386) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 387) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 388) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 389) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 390) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 391) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 392) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 393) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 394) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 395) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 396) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 397) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 398) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 399) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 400) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 401) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 402) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 403) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 404) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 405) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 406) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 407) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 408) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 409) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 410) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 411) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 412) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 413) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 414) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 415) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 416) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 417) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 418) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 419) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 420) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 421) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 422) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 423) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 424) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 425) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 426) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 427) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 428) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 429) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 430) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 431) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 432) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 433) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 434) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 435) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 436) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 437) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 438) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 439) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 440) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 441) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 442) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 443) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 444) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 445) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 446) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 447) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 448) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 449) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 450) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 451) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 452) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 453) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 454) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 455) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 456) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 457) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 458) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 459) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 460) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 461) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 462) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 463) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 464) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 465) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 466) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 467) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 468) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 469) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 470) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 471) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 472) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 473) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 474) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 475) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 476) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 477) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 478) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 479) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 480) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 481) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 482) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 483) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 484) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 485) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 486) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 487) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 488) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 489) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 490) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 491) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 492) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 493) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 494) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 495) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 496) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 497) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 498) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 499) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 500) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 501) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 502) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 503) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 504) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 505) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 506) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 507) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 508) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 509) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 510) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 511) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 512) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 513) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 514) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 515) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 516) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 517) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 518) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 519) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 520) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 521) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 522) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 523) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 524) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 525) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 526) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 527) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 528) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 529) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 530) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 531) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 532) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 533) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 534) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 535) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 536) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 537) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 538) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 539) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 540) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 541) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 542) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 543) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 544) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 545) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 546) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 547) | EVFILT_WRITE = 0x1 constant EV_ADD (line 548) | EV_ADD = 0x1 constant EV_CLEAR (line 549) | EV_CLEAR = 0x20 constant EV_DELETE (line 550) | EV_DELETE = 0x2 constant EV_DISABLE (line 551) | EV_DISABLE = 0x8 constant EV_ENABLE (line 552) | EV_ENABLE = 0x4 constant EV_EOF (line 553) | EV_EOF = 0x8000 constant EV_ERROR (line 554) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 555) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 556) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 557) | EV_SYSFLAGS = 0xf000 constant EXTA (line 558) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 559) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 560) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 561) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 562) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 563) | EXTB = 0x9600 constant EXTPROC (line 564) | EXTPROC = 0x800 constant FD_CLOEXEC (line 565) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 566) | FD_SETSIZE = 0x100 constant FLUSHO (line 567) | FLUSHO = 0x800000 constant F_CLOSEM (line 568) | F_CLOSEM = 0xa constant F_DUPFD (line 569) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 570) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 571) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 572) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 573) | F_FSIN = 0x10000000 constant F_FSINOUT (line 574) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 575) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 576) | F_FSPRIV = 0x8000 constant F_FSVOID (line 577) | F_FSVOID = 0x40000000 constant F_GETFD (line 578) | F_GETFD = 0x1 constant F_GETFL (line 579) | F_GETFL = 0x3 constant F_GETLK (line 580) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 581) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 582) | F_GETOWN = 0x5 constant F_MAXFD (line 583) | F_MAXFD = 0xb constant F_OK (line 584) | F_OK = 0x0 constant F_PARAM_MASK (line 585) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 586) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 587) | F_RDLCK = 0x1 constant F_SETFD (line 588) | F_SETFD = 0x2 constant F_SETFL (line 589) | F_SETFL = 0x4 constant F_SETLK (line 590) | F_SETLK = 0x8 constant F_SETLKW (line 591) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 592) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 593) | F_SETOWN = 0x6 constant F_UNLCK (line 594) | F_UNLCK = 0x2 constant F_WRLCK (line 595) | F_WRLCK = 0x3 constant HUPCL (line 596) | HUPCL = 0x4000 constant HW_MACHINE (line 597) | HW_MACHINE = 0x1 constant ICANON (line 598) | ICANON = 0x100 constant ICMP6_FILTER (line 599) | ICMP6_FILTER = 0x12 constant ICRNL (line 600) | ICRNL = 0x100 constant IEXTEN (line 601) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 602) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 603) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 604) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 605) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 606) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 607) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 608) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 609) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 610) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 611) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 612) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 613) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 614) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 615) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 616) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 617) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 618) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 619) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 620) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 621) | IFF_UP = 0x1 constant IFNAMSIZ (line 622) | IFNAMSIZ = 0x10 constant IFT_1822 (line 623) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 624) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 625) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 626) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 627) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 628) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 629) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 630) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 631) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 632) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 633) | IFT_ASYNC = 0x54 constant IFT_ATM (line 634) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 635) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 636) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 637) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 638) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 639) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 640) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 641) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 642) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 643) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 644) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 645) | IFT_BSC = 0x53 constant IFT_CARP (line 646) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 647) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 648) | IFT_CEPT = 0x13 constant IFT_CES (line 649) | IFT_CES = 0x85 constant IFT_CHANNEL (line 650) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 651) | IFT_CNR = 0x55 constant IFT_COFFEE (line 652) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 653) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 654) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 655) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 656) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 657) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 658) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 659) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 660) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 661) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 662) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 663) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 664) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 665) | IFT_DS3 = 0x1e constant IFT_DTM (line 666) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 667) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 668) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 669) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 670) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 671) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 672) | IFT_ECONET = 0xce constant IFT_EON (line 673) | IFT_EON = 0x19 constant IFT_EPLRS (line 674) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 675) | IFT_ESCON = 0x49 constant IFT_ETHER (line 676) | IFT_ETHER = 0x6 constant IFT_FAITH (line 677) | IFT_FAITH = 0xf2 constant IFT_FAST (line 678) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 679) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 680) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 681) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 682) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 683) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 684) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 685) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 686) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 687) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 688) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 689) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 690) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 691) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 692) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 693) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 694) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 695) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 696) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 697) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 698) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 699) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 700) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 701) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 702) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 703) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 704) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 705) | IFT_HSSI = 0x2e constant IFT_HY (line 706) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 707) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 708) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 709) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 710) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 711) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 712) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 713) | IFT_IFGSN = 0x91 constant IFT_IMT (line 714) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 715) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 716) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 717) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 718) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 719) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 720) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 721) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 722) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 723) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 724) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 725) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 726) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 727) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 728) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 729) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 730) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 731) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 732) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 733) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 734) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 735) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 736) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 737) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 738) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 739) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 740) | IFT_LAPB = 0x10 constant IFT_LAPD (line 741) | IFT_LAPD = 0x4d constant IFT_LAPF (line 742) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 743) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 744) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 745) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 746) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 747) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 748) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 749) | IFT_MODEM = 0x30 constant IFT_MPC (line 750) | IFT_MPC = 0x71 constant IFT_MPLS (line 751) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 752) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 753) | IFT_MSDSL = 0x8f constant IFT_MVL (line 754) | IFT_MVL = 0xbf constant IFT_MYRINET (line 755) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 756) | IFT_NFAS = 0xaf constant IFT_NSIP (line 757) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 758) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 759) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 760) | IFT_OTHER = 0x1 constant IFT_P10 (line 761) | IFT_P10 = 0xc constant IFT_P80 (line 762) | IFT_P80 = 0xd constant IFT_PARA (line 763) | IFT_PARA = 0x22 constant IFT_PFLOG (line 764) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 765) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 766) | IFT_PLC = 0xae constant IFT_PON155 (line 767) | IFT_PON155 = 0xcf constant IFT_PON622 (line 768) | IFT_PON622 = 0xd0 constant IFT_POS (line 769) | IFT_POS = 0xab constant IFT_PPP (line 770) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 771) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 772) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 773) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 774) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 775) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 776) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 777) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 778) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 779) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 780) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 781) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 782) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 783) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 784) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 785) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 786) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 787) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 788) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 789) | IFT_RS232 = 0x21 constant IFT_RSRB (line 790) | IFT_RSRB = 0x4f constant IFT_SDLC (line 791) | IFT_SDLC = 0x11 constant IFT_SDSL (line 792) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 793) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 794) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 795) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 796) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 797) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 798) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 799) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 800) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 801) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 802) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 803) | IFT_SONETVT = 0x33 constant IFT_SRP (line 804) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 805) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 806) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 807) | IFT_STARLAN = 0xb constant IFT_STF (line 808) | IFT_STF = 0xd7 constant IFT_T1 (line 809) | IFT_T1 = 0x12 constant IFT_TDLC (line 810) | IFT_TDLC = 0x74 constant IFT_TELINK (line 811) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 812) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 813) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 814) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 815) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 816) | IFT_ULTRA = 0x1d constant IFT_USB (line 817) | IFT_USB = 0xa0 constant IFT_V11 (line 818) | IFT_V11 = 0x40 constant IFT_V35 (line 819) | IFT_V35 = 0x2d constant IFT_V36 (line 820) | IFT_V36 = 0x41 constant IFT_V37 (line 821) | IFT_V37 = 0x78 constant IFT_VDSL (line 822) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 823) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 824) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 825) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 826) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 827) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 828) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 829) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 830) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 831) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 832) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 833) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 834) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 835) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 836) | IFT_X213 = 0x5d constant IFT_X25 (line 837) | IFT_X25 = 0x5 constant IFT_X25DDN (line 838) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 839) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 840) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 841) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 842) | IFT_XETHER = 0x1a constant IGNBRK (line 843) | IGNBRK = 0x1 constant IGNCR (line 844) | IGNCR = 0x80 constant IGNPAR (line 845) | IGNPAR = 0x4 constant IMAXBEL (line 846) | IMAXBEL = 0x2000 constant INLCR (line 847) | INLCR = 0x40 constant INPCK (line 848) | INPCK = 0x10 constant IN_CLASSA_HOST (line 849) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 850) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 851) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 852) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 853) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 854) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 855) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 856) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 857) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 858) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 859) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 860) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 861) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 862) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 863) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 864) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 865) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 866) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 867) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 868) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 869) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 870) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 871) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 872) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 873) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 874) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 875) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 876) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 877) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 878) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 879) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 880) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 881) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 882) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 883) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 884) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 885) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 886) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 887) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 888) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 889) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 890) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 891) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 892) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 893) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 894) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 895) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 896) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 897) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 898) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 899) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 900) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 901) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 902) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 903) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 904) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 905) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 906) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 907) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 908) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 909) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 910) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 911) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 912) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 913) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 914) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 915) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 916) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 917) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 918) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 919) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 920) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 921) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 922) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 923) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 924) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 925) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 926) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 927) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 928) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 929) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 930) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 931) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 932) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 933) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 934) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 935) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 936) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 937) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 938) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 939) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 940) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 941) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 942) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 943) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 944) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 945) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 946) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 947) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 948) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 949) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 950) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 951) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 952) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 953) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 954) | IP_EF = 0x8000 constant IP_ERRORMTU (line 955) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 956) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 957) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 958) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 959) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 960) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 961) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 962) | IP_MINTTL = 0x18 constant IP_MSS (line 963) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 964) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 965) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 966) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 967) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 968) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 969) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 970) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 971) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 972) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 973) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 974) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 975) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 976) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_TOS (line 980) | IP_TOS = 0x3 constant IP_TTL (line 981) | IP_TTL = 0x4 constant ISIG (line 982) | ISIG = 0x80 constant ISTRIP (line 983) | ISTRIP = 0x20 constant IXANY (line 984) | IXANY = 0x800 constant IXOFF (line 985) | IXOFF = 0x400 constant IXON (line 986) | IXON = 0x200 constant KERN_HOSTNAME (line 987) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 988) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 989) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 990) | KERN_VERSION = 0x4 constant LOCK_EX (line 991) | LOCK_EX = 0x2 constant LOCK_NB (line 992) | LOCK_NB = 0x4 constant LOCK_SH (line 993) | LOCK_SH = 0x1 constant LOCK_UN (line 994) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 995) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 996) | MADV_FREE = 0x6 constant MADV_NORMAL (line 997) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 998) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 999) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1000) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1001) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 1002) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 1003) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 1004) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 1005) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 1006) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 1007) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 1008) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 1009) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1010) | MAP_ANON = 0x1000 constant MAP_FILE (line 1011) | MAP_FILE = 0x0 constant MAP_FIXED (line 1012) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1013) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1014) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1015) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1016) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1017) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1018) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1019) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1020) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1021) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1022) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1023) | MAP_SHARED = 0x1 constant MAP_STACK (line 1024) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1025) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1026) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1027) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1028) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1029) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1030) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1031) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1032) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1033) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1034) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1037) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1038) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1039) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1040) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1041) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1042) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1043) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1044) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1045) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1046) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1047) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1048) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1049) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1050) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1051) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1052) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1053) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1054) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1055) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1056) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1057) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1058) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1059) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1060) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1061) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1062) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1063) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1064) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1065) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1066) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1067) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1068) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1069) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1070) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1071) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1072) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1073) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1074) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1075) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1076) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1077) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1078) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1079) | MSG_OOB = 0x1 constant MSG_PEEK (line 1080) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1081) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1082) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1083) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1084) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1085) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1086) | MS_SYNC = 0x4 constant NAME_MAX (line 1087) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1088) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1089) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1090) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1091) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1092) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1093) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1094) | NFDBITS = 0x20 constant NOFLSH (line 1095) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1096) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1097) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1098) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1099) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1100) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1101) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1102) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1103) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1104) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1105) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1106) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1107) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1108) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1109) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1110) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1111) | NOTE_WRITE = 0x2 constant OCRNL (line 1112) | OCRNL = 0x10 constant OFIOGETBMAP (line 1113) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1114) | ONLCR = 0x2 constant ONLRET (line 1115) | ONLRET = 0x40 constant ONOCR (line 1116) | ONOCR = 0x20 constant ONOEOT (line 1117) | ONOEOT = 0x8 constant OPOST (line 1118) | OPOST = 0x1 constant O_ACCMODE (line 1119) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1120) | O_ALT_IO = 0x40000 constant O_APPEND (line 1121) | O_APPEND = 0x8 constant O_ASYNC (line 1122) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1123) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1124) | O_CREAT = 0x200 constant O_DIRECT (line 1125) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1126) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1127) | O_DSYNC = 0x10000 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 = 0x8000 constant O_NOFOLLOW (line 1133) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1134) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1135) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1136) | O_RDONLY = 0x0 constant O_RDWR (line 1137) | O_RDWR = 0x2 constant O_RSYNC (line 1138) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1139) | O_SHLOCK = 0x10 constant O_SYNC (line 1140) | O_SYNC = 0x80 constant O_TRUNC (line 1141) | O_TRUNC = 0x400 constant O_WRONLY (line 1142) | O_WRONLY = 0x1 constant PARENB (line 1143) | PARENB = 0x1000 constant PARMRK (line 1144) | PARMRK = 0x8 constant PARODD (line 1145) | PARODD = 0x2000 constant PENDIN (line 1146) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1147) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1148) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1149) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1150) | PRI_IOFLUSH = 0x7c 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 RLIMIT_AS (line 1155) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1156) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1157) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1158) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1159) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1160) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1161) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1162) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1163) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1164) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1165) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1166) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1167) | RTAX_BRD = 0x7 constant RTAX_DST (line 1168) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1169) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1170) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1171) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1172) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1173) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1174) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1175) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1176) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1177) | RTA_BRD = 0x80 constant RTA_DST (line 1178) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1179) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1180) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1181) | RTA_IFA = 0x20 constant RTA_IFP (line 1182) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1183) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1184) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1185) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1186) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1187) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1188) | RTF_CLONING = 0x100 constant RTF_DONE (line 1189) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1190) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1191) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1192) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1193) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1194) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1195) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1196) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1197) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1198) | RTF_REJECT = 0x8 constant RTF_SRC (line 1199) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1200) | RTF_STATIC = 0x800 constant RTF_UP (line 1201) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1202) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1203) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1204) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1205) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1206) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1207) | RTM_DELETE = 0x2 constant RTM_GET (line 1208) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1209) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1210) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1211) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1212) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1213) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1214) | RTM_LOSING = 0x5 constant RTM_MISS (line 1215) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1216) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1217) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1218) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1219) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1220) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1221) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1222) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1223) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1224) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1225) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1226) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1227) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1228) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1229) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1230) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1231) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1232) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1233) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1234) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1235) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1236) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1237) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1238) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1239) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1240) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1241) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1242) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1243) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1244) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1245) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1246) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1247) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1248) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1249) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1250) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1251) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1252) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1253) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1254) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1255) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1256) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1257) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1258) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1259) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1260) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1261) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1262) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1263) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1264) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1265) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1266) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1267) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1268) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1269) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1270) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1271) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1272) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1273) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1274) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1275) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1276) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1277) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1278) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1279) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1280) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1281) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1282) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1283) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1284) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1285) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1286) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1287) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1288) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1289) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1290) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1291) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1292) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1293) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1294) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1295) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1296) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1297) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1298) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1299) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1300) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1301) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1302) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1303) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1304) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1305) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1306) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1307) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1308) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1309) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1310) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1311) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1312) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1313) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1314) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1315) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1316) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1317) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1318) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1319) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1320) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1321) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1322) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1323) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1324) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1325) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1326) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1327) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1328) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1329) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1330) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1331) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1332) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1333) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1334) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1335) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1336) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1337) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1338) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1339) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1340) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1341) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1342) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1343) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1344) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1345) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1346) | S_IEXEC = 0x40 constant S_IFBLK (line 1347) | S_IFBLK = 0x6000 constant S_IFCHR (line 1348) | S_IFCHR = 0x2000 constant S_IFDIR (line 1349) | S_IFDIR = 0x4000 constant S_IFIFO (line 1350) | S_IFIFO = 0x1000 constant S_IFLNK (line 1351) | S_IFLNK = 0xa000 constant S_IFMT (line 1352) | S_IFMT = 0xf000 constant S_IFREG (line 1353) | S_IFREG = 0x8000 constant S_IFSOCK (line 1354) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1355) | S_IFWHT = 0xe000 constant S_IREAD (line 1356) | S_IREAD = 0x100 constant S_IRGRP (line 1357) | S_IRGRP = 0x20 constant S_IROTH (line 1358) | S_IROTH = 0x4 constant S_IRUSR (line 1359) | S_IRUSR = 0x100 constant S_IRWXG (line 1360) | S_IRWXG = 0x38 constant S_IRWXO (line 1361) | S_IRWXO = 0x7 constant S_IRWXU (line 1362) | S_IRWXU = 0x1c0 constant S_ISGID (line 1363) | S_ISGID = 0x400 constant S_ISTXT (line 1364) | S_ISTXT = 0x200 constant S_ISUID (line 1365) | S_ISUID = 0x800 constant S_ISVTX (line 1366) | S_ISVTX = 0x200 constant S_IWGRP (line 1367) | S_IWGRP = 0x10 constant S_IWOTH (line 1368) | S_IWOTH = 0x2 constant S_IWRITE (line 1369) | S_IWRITE = 0x80 constant S_IWUSR (line 1370) | S_IWUSR = 0x80 constant S_IXGRP (line 1371) | S_IXGRP = 0x8 constant S_IXOTH (line 1372) | S_IXOTH = 0x1 constant S_IXUSR (line 1373) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1374) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1375) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1376) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1377) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1378) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1379) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1380) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1381) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1382) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1383) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1384) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1385) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1386) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1387) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1388) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1389) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1390) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1391) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1392) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1393) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1394) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1395) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1396) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1397) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1398) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1399) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1400) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1401) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1402) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1403) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1404) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1405) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1406) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1407) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1408) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1409) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1410) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1411) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1412) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1413) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1414) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1415) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1416) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1417) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1418) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1419) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1420) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1421) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1422) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1423) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1424) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1425) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1426) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1427) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1428) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1429) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1430) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1431) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1432) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1433) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1434) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1435) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1436) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1437) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1438) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1439) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1440) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1441) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1442) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1443) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1444) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1445) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1446) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1447) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1448) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1449) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1450) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1451) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1452) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1453) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1454) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1455) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1456) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1457) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1458) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1459) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1460) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1461) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1462) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1463) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1464) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1465) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1466) | TOSTOP = 0x400000 constant VDISCARD (line 1467) | VDISCARD = 0xf constant VDSUSP (line 1468) | VDSUSP = 0xb constant VEOF (line 1469) | VEOF = 0x0 constant VEOL (line 1470) | VEOL = 0x1 constant VEOL2 (line 1471) | VEOL2 = 0x2 constant VERASE (line 1472) | VERASE = 0x3 constant VINTR (line 1473) | VINTR = 0x8 constant VKILL (line 1474) | VKILL = 0x5 constant VLNEXT (line 1475) | VLNEXT = 0xe constant VMIN (line 1476) | VMIN = 0x10 constant VQUIT (line 1477) | VQUIT = 0x9 constant VREPRINT (line 1478) | VREPRINT = 0x6 constant VSTART (line 1479) | VSTART = 0xc constant VSTATUS (line 1480) | VSTATUS = 0x12 constant VSTOP (line 1481) | VSTOP = 0xd constant VSUSP (line 1482) | VSUSP = 0xa constant VTIME (line 1483) | VTIME = 0x11 constant VWERASE (line 1484) | VWERASE = 0x4 constant WALL (line 1485) | WALL = 0x8 constant WALLSIG (line 1486) | WALLSIG = 0x8 constant WALTSIG (line 1487) | WALTSIG = 0x4 constant WCLONE (line 1488) | WCLONE = 0x4 constant WCOREFLAG (line 1489) | WCOREFLAG = 0x80 constant WNOHANG (line 1490) | WNOHANG = 0x1 constant WNOWAIT (line 1491) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1492) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1493) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1494) | WSTOPPED = 0x7f constant WUNTRACED (line 1495) | WUNTRACED = 0x2 constant E2BIG (line 1500) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1501) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1502) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1503) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1504) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1505) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1506) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1507) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1508) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1509) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1510) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1511) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1512) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1513) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1514) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1515) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1516) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1517) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1518) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1519) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1520) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1521) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1522) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1523) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1524) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1525) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1526) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1527) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1528) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1529) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1530) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1531) | EINVAL = syscall.Errno(0x16) constant EIO (line 1532) | EIO = syscall.Errno(0x5) constant EISCONN (line 1533) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1534) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1535) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1536) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1537) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1538) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1539) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1540) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1541) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1542) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1543) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1544) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1545) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1546) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1547) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1548) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1549) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1550) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1551) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1552) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1553) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1554) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1555) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1556) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1557) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1558) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1559) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1560) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1561) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1562) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1563) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1564) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1565) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1566) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1567) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1568) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1569) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1570) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1571) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1572) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1573) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1574) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1575) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1576) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1577) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1578) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1579) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1580) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1581) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1582) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1583) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1584) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1585) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1586) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1587) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1588) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1589) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1590) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1591) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1592) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1593) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1594) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1595) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1596) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1597) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1602) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1603) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1604) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1605) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1606) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1607) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1608) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1609) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1610) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1611) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1612) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1613) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1614) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1615) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1616) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1617) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1618) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1619) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1620) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1621) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1622) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1623) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1624) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1625) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1626) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1627) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1628) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1629) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1630) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1631) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1632) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1633) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1634) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x1f 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_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 27) | AF_IEEE80211 = 0x20 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_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x23 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OROUTE (line 41) | AF_OROUTE = 0x11 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x22 constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 48) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 53) | ARPHRD_STRIP = 0x17 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 B460800 (line 69) | B460800 = 0x70800 constant B4800 (line 70) | B4800 = 0x12c0 constant B50 (line 71) | B50 = 0x32 constant B57600 (line 72) | B57600 = 0xe100 constant B600 (line 73) | B600 = 0x258 constant B7200 (line 74) | B7200 = 0x1c20 constant B75 (line 75) | B75 = 0x4b constant B76800 (line 76) | B76800 = 0x12c00 constant B921600 (line 77) | B921600 = 0xe1000 constant B9600 (line 78) | B9600 = 0x2580 constant BIOCFEEDBACK (line 79) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 80) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 81) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 82) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 83) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 84) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 85) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 86) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 87) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 88) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 89) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 90) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 91) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 92) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 93) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 94) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 95) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 96) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 97) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 101) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 102) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 103) | BIOCVERSION = 0x40044271 constant BPF_A (line 104) | BPF_A = 0x10 constant BPF_ABS (line 105) | BPF_ABS = 0x20 constant BPF_ADD (line 106) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 107) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 108) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 109) | BPF_ALU = 0x4 constant BPF_AND (line 110) | BPF_AND = 0x50 constant BPF_B (line 111) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 112) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 113) | BPF_DIV = 0x30 constant BPF_H (line 114) | BPF_H = 0x8 constant BPF_IMM (line 115) | BPF_IMM = 0x0 constant BPF_IND (line 116) | BPF_IND = 0x40 constant BPF_JA (line 117) | BPF_JA = 0x0 constant BPF_JEQ (line 118) | BPF_JEQ = 0x10 constant BPF_JGE (line 119) | BPF_JGE = 0x30 constant BPF_JGT (line 120) | BPF_JGT = 0x20 constant BPF_JMP (line 121) | BPF_JMP = 0x5 constant BPF_JSET (line 122) | BPF_JSET = 0x40 constant BPF_K (line 123) | BPF_K = 0x0 constant BPF_LD (line 124) | BPF_LD = 0x0 constant BPF_LDX (line 125) | BPF_LDX = 0x1 constant BPF_LEN (line 126) | BPF_LEN = 0x80 constant BPF_LSH (line 127) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 128) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 129) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 130) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 131) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 132) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 133) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 134) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 135) | BPF_MISC = 0x7 constant BPF_MSH (line 136) | BPF_MSH = 0xa0 constant BPF_MUL (line 137) | BPF_MUL = 0x20 constant BPF_NEG (line 138) | BPF_NEG = 0x80 constant BPF_OR (line 139) | BPF_OR = 0x40 constant BPF_RELEASE (line 140) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 141) | BPF_RET = 0x6 constant BPF_RSH (line 142) | BPF_RSH = 0x70 constant BPF_ST (line 143) | BPF_ST = 0x2 constant BPF_STX (line 144) | BPF_STX = 0x3 constant BPF_SUB (line 145) | BPF_SUB = 0x10 constant BPF_TAX (line 146) | BPF_TAX = 0x0 constant BPF_TXA (line 147) | BPF_TXA = 0x80 constant BPF_W (line 148) | BPF_W = 0x0 constant BPF_X (line 149) | BPF_X = 0x8 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 153) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 154) | CLONE_FILES = 0x400 constant CLONE_FS (line 155) | CLONE_FS = 0x200 constant CLONE_PID (line 156) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 157) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 158) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 159) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 160) | CLONE_VM = 0x100 constant CPUSTATES (line 161) | CPUSTATES = 0x5 constant CP_IDLE (line 162) | CP_IDLE = 0x4 constant CP_INTR (line 163) | CP_INTR = 0x3 constant CP_NICE (line 164) | CP_NICE = 0x1 constant CP_SYS (line 165) | CP_SYS = 0x2 constant CP_USER (line 166) | CP_USER = 0x0 constant CREAD (line 167) | CREAD = 0x800 constant CRTSCTS (line 168) | CRTSCTS = 0x10000 constant CS5 (line 169) | CS5 = 0x0 constant CS6 (line 170) | CS6 = 0x100 constant CS7 (line 171) | CS7 = 0x200 constant CS8 (line 172) | CS8 = 0x300 constant CSIZE (line 173) | CSIZE = 0x300 constant CSTART (line 174) | CSTART = 0x11 constant CSTATUS (line 175) | CSTATUS = 0x14 constant CSTOP (line 176) | CSTOP = 0x13 constant CSTOPB (line 177) | CSTOPB = 0x400 constant CSUSP (line 178) | CSUSP = 0x1a constant CTL_HW (line 179) | CTL_HW = 0x6 constant CTL_KERN (line 180) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 181) | CTL_MAXNAME = 0xc constant CTL_NET (line 182) | CTL_NET = 0x4 constant CTL_QUERY (line 183) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 184) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 185) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 186) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 187) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 188) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 189) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 190) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 191) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 192) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 193) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 194) | DLT_AURORA = 0x7e constant DLT_AX25 (line 195) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 196) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 197) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 198) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 199) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 200) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 201) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 202) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 203) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 204) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 205) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 206) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 207) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 208) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 209) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 210) | DLT_EN3MB = 0x2 constant DLT_ENC (line 211) | DLT_ENC = 0x6d constant DLT_ERF (line 212) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 213) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 214) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 215) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 216) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 217) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 218) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 219) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 220) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 221) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 222) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 223) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 224) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 225) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 226) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 227) | DLT_GSMTAP_UM = 0xd9 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_IEEE802_15_4 (line 237) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 238) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 239) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 240) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 241) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 242) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 243) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 244) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 245) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 246) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 247) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 248) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 249) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 250) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 251) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 252) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 253) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 254) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 255) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 256) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 257) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 258) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 259) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 260) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 261) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 262) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 263) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 264) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 265) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 266) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 267) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 268) | DLT_LAPD = 0xcb constant DLT_LIN (line 269) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 270) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 271) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 272) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 273) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 274) | DLT_LOOP = 0x6c constant DLT_LTALK (line 275) | DLT_LTALK = 0x72 constant DLT_MFR (line 276) | DLT_MFR = 0xb6 constant DLT_MOST (line 277) | DLT_MOST = 0xd3 constant DLT_MPLS (line 278) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 279) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 280) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 281) | DLT_MTP3 = 0x8d constant DLT_NULL (line 282) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 283) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 284) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 285) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 286) | DLT_PPI = 0xc0 constant DLT_PPP (line 287) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 288) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 289) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 290) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 291) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 292) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 293) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 294) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 295) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 296) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 297) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 298) | DLT_RIO = 0x7c constant DLT_SCCP (line 299) | DLT_SCCP = 0x8e constant DLT_SITA (line 300) | DLT_SITA = 0xc4 constant DLT_SLIP (line 301) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 302) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 303) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 304) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 305) | DLT_TZSP = 0x80 constant DLT_USB (line 306) | DLT_USB = 0xba constant DLT_USB_LINUX (line 307) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 308) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 309) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 310) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 311) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 312) | DT_BLK = 0x6 constant DT_CHR (line 313) | DT_CHR = 0x2 constant DT_DIR (line 314) | DT_DIR = 0x4 constant DT_FIFO (line 315) | DT_FIFO = 0x1 constant DT_LNK (line 316) | DT_LNK = 0xa constant DT_REG (line 317) | DT_REG = 0x8 constant DT_SOCK (line 318) | DT_SOCK = 0xc constant DT_UNKNOWN (line 319) | DT_UNKNOWN = 0x0 constant DT_WHT (line 320) | DT_WHT = 0xe constant ECHO (line 321) | ECHO = 0x8 constant ECHOCTL (line 322) | ECHOCTL = 0x40 constant ECHOE (line 323) | ECHOE = 0x2 constant ECHOK (line 324) | ECHOK = 0x4 constant ECHOKE (line 325) | ECHOKE = 0x1 constant ECHONL (line 326) | ECHONL = 0x10 constant ECHOPRT (line 327) | ECHOPRT = 0x20 constant EMUL_LINUX (line 328) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 329) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 330) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 331) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 332) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 333) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 334) | ETHERMIN = 0x2e constant ETHERMTU (line 335) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 336) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 337) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 338) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 339) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 340) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 341) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 342) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 343) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 344) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 345) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 346) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 347) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 348) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 349) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 350) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 351) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 352) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 353) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 354) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 355) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 356) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 357) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 358) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 359) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 360) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 361) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 362) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 363) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 364) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 365) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 366) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 367) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 368) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 369) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 370) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 371) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 372) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 373) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 374) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 375) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 376) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 377) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 378) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 379) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 380) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 381) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 382) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 383) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 384) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 385) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 386) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 387) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 388) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 389) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 390) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 391) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 392) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 393) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 394) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 395) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 396) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 397) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 398) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 399) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 400) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 401) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 402) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 403) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 404) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 405) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 406) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 407) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 408) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 409) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 410) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 411) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 412) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 413) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 414) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 415) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 416) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 417) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 418) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 419) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 420) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 421) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 422) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 423) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 424) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 425) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 426) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 427) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 428) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 429) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 430) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 431) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 432) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 433) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 434) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 435) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 436) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 437) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 438) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 439) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 440) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 441) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 442) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 443) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 444) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 445) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 446) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 447) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 448) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 449) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 450) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 451) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 452) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 453) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 454) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 455) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 456) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 457) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 458) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 459) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 460) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 461) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 462) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 463) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 464) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 465) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 466) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 467) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 468) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 469) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 470) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 471) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 472) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 473) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 474) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 475) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 476) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 477) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 478) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 479) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 480) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 481) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 482) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 483) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 484) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 485) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 486) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 487) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 488) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 489) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 490) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 491) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 492) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 493) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 494) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 495) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 496) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 497) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 498) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 499) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 500) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 501) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 502) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 503) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 504) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 505) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 506) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 507) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 508) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 509) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 510) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 511) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 512) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 513) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 514) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 515) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 516) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 517) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 518) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 519) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 520) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 521) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 522) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 523) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 524) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 525) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 526) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 527) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 528) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 529) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 530) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 531) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 532) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 533) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 534) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 535) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 536) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 537) | EVFILT_WRITE = 0x1 constant EV_ADD (line 538) | EV_ADD = 0x1 constant EV_CLEAR (line 539) | EV_CLEAR = 0x20 constant EV_DELETE (line 540) | EV_DELETE = 0x2 constant EV_DISABLE (line 541) | EV_DISABLE = 0x8 constant EV_ENABLE (line 542) | EV_ENABLE = 0x4 constant EV_EOF (line 543) | EV_EOF = 0x8000 constant EV_ERROR (line 544) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 545) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 546) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 547) | EV_SYSFLAGS = 0xf000 constant EXTA (line 548) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 549) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 550) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 551) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 552) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 553) | EXTB = 0x9600 constant EXTPROC (line 554) | EXTPROC = 0x800 constant FD_CLOEXEC (line 555) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 556) | FD_SETSIZE = 0x100 constant FLUSHO (line 557) | FLUSHO = 0x800000 constant F_CLOSEM (line 558) | F_CLOSEM = 0xa constant F_DUPFD (line 559) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 560) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 561) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 562) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 563) | F_FSIN = 0x10000000 constant F_FSINOUT (line 564) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 565) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 566) | F_FSPRIV = 0x8000 constant F_FSVOID (line 567) | F_FSVOID = 0x40000000 constant F_GETFD (line 568) | F_GETFD = 0x1 constant F_GETFL (line 569) | F_GETFL = 0x3 constant F_GETLK (line 570) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 571) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 572) | F_GETOWN = 0x5 constant F_MAXFD (line 573) | F_MAXFD = 0xb constant F_OK (line 574) | F_OK = 0x0 constant F_PARAM_MASK (line 575) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 576) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 577) | F_RDLCK = 0x1 constant F_SETFD (line 578) | F_SETFD = 0x2 constant F_SETFL (line 579) | F_SETFL = 0x4 constant F_SETLK (line 580) | F_SETLK = 0x8 constant F_SETLKW (line 581) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 582) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 583) | F_SETOWN = 0x6 constant F_UNLCK (line 584) | F_UNLCK = 0x2 constant F_WRLCK (line 585) | F_WRLCK = 0x3 constant HUPCL (line 586) | HUPCL = 0x4000 constant HW_MACHINE (line 587) | HW_MACHINE = 0x1 constant ICANON (line 588) | ICANON = 0x100 constant ICMP6_FILTER (line 589) | ICMP6_FILTER = 0x12 constant ICRNL (line 590) | ICRNL = 0x100 constant IEXTEN (line 591) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 592) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 593) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 594) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 595) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 596) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 597) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 598) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 599) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 600) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 601) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 602) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 603) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 604) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 605) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 606) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 607) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 608) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 609) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 610) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 611) | IFF_UP = 0x1 constant IFNAMSIZ (line 612) | IFNAMSIZ = 0x10 constant IFT_1822 (line 613) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 614) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 615) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 616) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 617) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 618) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 619) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 620) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 621) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 622) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 623) | IFT_ASYNC = 0x54 constant IFT_ATM (line 624) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 625) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 626) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 627) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 628) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 629) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 630) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 631) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 632) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 633) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 634) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 635) | IFT_BSC = 0x53 constant IFT_CARP (line 636) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 637) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 638) | IFT_CEPT = 0x13 constant IFT_CES (line 639) | IFT_CES = 0x85 constant IFT_CHANNEL (line 640) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 641) | IFT_CNR = 0x55 constant IFT_COFFEE (line 642) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 643) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 644) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 645) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 646) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 647) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 648) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 649) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 650) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 651) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 652) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 653) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 654) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 655) | IFT_DS3 = 0x1e constant IFT_DTM (line 656) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 657) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 658) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 659) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 660) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 661) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 662) | IFT_ECONET = 0xce constant IFT_EON (line 663) | IFT_EON = 0x19 constant IFT_EPLRS (line 664) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 665) | IFT_ESCON = 0x49 constant IFT_ETHER (line 666) | IFT_ETHER = 0x6 constant IFT_FAITH (line 667) | IFT_FAITH = 0xf2 constant IFT_FAST (line 668) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 669) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 670) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 671) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 672) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 673) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 674) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 675) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 676) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 677) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 678) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 679) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 680) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 681) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 682) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 683) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 684) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 685) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 686) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 687) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 688) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 689) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 690) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 691) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 692) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 693) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 694) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 695) | IFT_HSSI = 0x2e constant IFT_HY (line 696) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 697) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 698) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 699) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 700) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 701) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 702) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 703) | IFT_IFGSN = 0x91 constant IFT_IMT (line 704) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 705) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 706) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 707) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 708) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 709) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 710) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 711) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 712) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 713) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 714) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 715) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 716) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 717) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 718) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 719) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 720) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 721) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 722) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 723) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 724) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 725) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 726) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 727) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 728) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 729) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 730) | IFT_LAPB = 0x10 constant IFT_LAPD (line 731) | IFT_LAPD = 0x4d constant IFT_LAPF (line 732) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 733) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 734) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 735) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 736) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 737) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 738) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 739) | IFT_MODEM = 0x30 constant IFT_MPC (line 740) | IFT_MPC = 0x71 constant IFT_MPLS (line 741) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 742) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 743) | IFT_MSDSL = 0x8f constant IFT_MVL (line 744) | IFT_MVL = 0xbf constant IFT_MYRINET (line 745) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 746) | IFT_NFAS = 0xaf constant IFT_NSIP (line 747) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 748) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 749) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 750) | IFT_OTHER = 0x1 constant IFT_P10 (line 751) | IFT_P10 = 0xc constant IFT_P80 (line 752) | IFT_P80 = 0xd constant IFT_PARA (line 753) | IFT_PARA = 0x22 constant IFT_PFLOG (line 754) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 755) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 756) | IFT_PLC = 0xae constant IFT_PON155 (line 757) | IFT_PON155 = 0xcf constant IFT_PON622 (line 758) | IFT_PON622 = 0xd0 constant IFT_POS (line 759) | IFT_POS = 0xab constant IFT_PPP (line 760) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 761) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 762) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 763) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 764) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 765) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 766) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 767) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 768) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 769) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 770) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 771) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 772) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 773) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 774) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 775) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 776) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 777) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 778) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 779) | IFT_RS232 = 0x21 constant IFT_RSRB (line 780) | IFT_RSRB = 0x4f constant IFT_SDLC (line 781) | IFT_SDLC = 0x11 constant IFT_SDSL (line 782) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 783) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 784) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 785) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 786) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 787) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 788) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 789) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 790) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 791) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 792) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 793) | IFT_SONETVT = 0x33 constant IFT_SRP (line 794) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 795) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 796) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 797) | IFT_STARLAN = 0xb constant IFT_STF (line 798) | IFT_STF = 0xd7 constant IFT_T1 (line 799) | IFT_T1 = 0x12 constant IFT_TDLC (line 800) | IFT_TDLC = 0x74 constant IFT_TELINK (line 801) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 802) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 803) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 804) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 805) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 806) | IFT_ULTRA = 0x1d constant IFT_USB (line 807) | IFT_USB = 0xa0 constant IFT_V11 (line 808) | IFT_V11 = 0x40 constant IFT_V35 (line 809) | IFT_V35 = 0x2d constant IFT_V36 (line 810) | IFT_V36 = 0x41 constant IFT_V37 (line 811) | IFT_V37 = 0x78 constant IFT_VDSL (line 812) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 813) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 814) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 815) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 816) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 817) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 818) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 819) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 820) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 821) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 822) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 823) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 824) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 825) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 826) | IFT_X213 = 0x5d constant IFT_X25 (line 827) | IFT_X25 = 0x5 constant IFT_X25DDN (line 828) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 829) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 830) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 831) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 832) | IFT_XETHER = 0x1a constant IGNBRK (line 833) | IGNBRK = 0x1 constant IGNCR (line 834) | IGNCR = 0x80 constant IGNPAR (line 835) | IGNPAR = 0x4 constant IMAXBEL (line 836) | IMAXBEL = 0x2000 constant INLCR (line 837) | INLCR = 0x40 constant INPCK (line 838) | INPCK = 0x10 constant IN_CLASSA_HOST (line 839) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 840) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 841) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 842) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 843) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 844) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 845) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 846) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 847) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 848) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 849) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 850) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 851) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 852) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 853) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 854) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 855) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 856) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 857) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 858) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 859) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 860) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 861) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 862) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 863) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 864) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 865) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 866) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 867) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 868) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 869) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 870) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 871) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 872) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 873) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 874) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 875) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 876) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 877) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 878) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 879) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 880) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 881) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 882) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 883) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 884) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 885) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 886) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 887) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 888) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 889) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 890) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 891) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 892) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 893) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 894) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 895) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 896) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 897) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 898) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 899) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 900) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 901) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 902) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 903) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 904) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 905) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 906) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 907) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 908) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 909) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 910) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 911) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 912) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 913) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 914) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 915) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 916) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 917) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 918) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 919) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 920) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 921) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 922) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 923) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 924) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 925) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 926) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 927) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 928) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 929) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 930) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 931) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 932) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 933) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 934) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 935) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 936) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 937) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 938) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 939) | IP_ADD_MEMBERSHIP = 0xc 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_EF (line 944) | IP_EF = 0x8000 constant IP_ERRORMTU (line 945) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 947) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 948) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 949) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 950) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 951) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 952) | IP_MINTTL = 0x18 constant IP_MSS (line 953) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 954) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 955) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 956) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 957) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 958) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 959) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 960) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 961) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 962) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 963) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 964) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 965) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 966) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 967) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 968) | IP_RETOPTS = 0x8 constant IP_RF (line 969) | IP_RF = 0x8000 constant IP_TOS (line 970) | IP_TOS = 0x3 constant IP_TTL (line 971) | IP_TTL = 0x4 constant ISIG (line 972) | ISIG = 0x80 constant ISTRIP (line 973) | ISTRIP = 0x20 constant IXANY (line 974) | IXANY = 0x800 constant IXOFF (line 975) | IXOFF = 0x400 constant IXON (line 976) | IXON = 0x200 constant KERN_HOSTNAME (line 977) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 978) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 979) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 980) | KERN_VERSION = 0x4 constant LOCK_EX (line 981) | LOCK_EX = 0x2 constant LOCK_NB (line 982) | LOCK_NB = 0x4 constant LOCK_SH (line 983) | LOCK_SH = 0x1 constant LOCK_UN (line 984) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 985) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 986) | MADV_FREE = 0x6 constant MADV_NORMAL (line 987) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 988) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 989) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 990) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 991) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 992) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 993) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 994) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 995) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 996) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 997) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 998) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 999) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1000) | MAP_ANON = 0x1000 constant MAP_FILE (line 1001) | MAP_FILE = 0x0 constant MAP_FIXED (line 1002) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1003) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1004) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1005) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1006) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1007) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1008) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1009) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1010) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1011) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1012) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1013) | MAP_SHARED = 0x1 constant MAP_STACK (line 1014) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1015) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1016) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1017) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1018) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1019) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1020) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1021) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1022) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1023) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1024) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1025) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1026) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1027) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1028) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1029) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1030) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1031) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1032) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1033) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1034) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1035) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1036) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1037) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1038) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1039) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1040) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1041) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1042) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1043) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1044) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1045) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1046) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1047) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1048) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1049) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1050) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1051) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1052) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1053) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1054) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1055) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1056) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1057) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1058) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1059) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1060) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1061) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1062) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1063) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1064) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1065) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1066) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1067) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1068) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1069) | MSG_OOB = 0x1 constant MSG_PEEK (line 1070) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1071) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1072) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1073) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1074) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1075) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1076) | MS_SYNC = 0x4 constant NAME_MAX (line 1077) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1078) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1079) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1080) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1081) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1082) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1083) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1084) | NFDBITS = 0x20 constant NOFLSH (line 1085) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1086) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1087) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1088) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1089) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1090) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1091) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1092) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1093) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1094) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1095) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1096) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1097) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1098) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1101) | NOTE_WRITE = 0x2 constant OCRNL (line 1102) | OCRNL = 0x10 constant OFIOGETBMAP (line 1103) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1104) | ONLCR = 0x2 constant ONLRET (line 1105) | ONLRET = 0x40 constant ONOCR (line 1106) | ONOCR = 0x20 constant ONOEOT (line 1107) | ONOEOT = 0x8 constant OPOST (line 1108) | OPOST = 0x1 constant O_ACCMODE (line 1109) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1110) | O_ALT_IO = 0x40000 constant O_APPEND (line 1111) | O_APPEND = 0x8 constant O_ASYNC (line 1112) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1113) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1114) | O_CREAT = 0x200 constant O_DIRECT (line 1115) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1116) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1117) | O_DSYNC = 0x10000 constant O_EXCL (line 1118) | O_EXCL = 0x800 constant O_EXLOCK (line 1119) | O_EXLOCK = 0x20 constant O_FSYNC (line 1120) | O_FSYNC = 0x80 constant O_NDELAY (line 1121) | O_NDELAY = 0x4 constant O_NOCTTY (line 1122) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1123) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1124) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1125) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1126) | O_RDONLY = 0x0 constant O_RDWR (line 1127) | O_RDWR = 0x2 constant O_RSYNC (line 1128) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1129) | O_SHLOCK = 0x10 constant O_SYNC (line 1130) | O_SYNC = 0x80 constant O_TRUNC (line 1131) | O_TRUNC = 0x400 constant O_WRONLY (line 1132) | O_WRONLY = 0x1 constant PARENB (line 1133) | PARENB = 0x1000 constant PARMRK (line 1134) | PARMRK = 0x8 constant PARODD (line 1135) | PARODD = 0x2000 constant PENDIN (line 1136) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1137) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1138) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1139) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1140) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1141) | PROT_EXEC = 0x4 constant PROT_NONE (line 1142) | PROT_NONE = 0x0 constant PROT_READ (line 1143) | PROT_READ = 0x1 constant PROT_WRITE (line 1144) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1145) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1146) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1147) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1148) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1149) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1150) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1151) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1152) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1153) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1154) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1155) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1156) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1157) | RTAX_BRD = 0x7 constant RTAX_DST (line 1158) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1159) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1160) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1161) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1162) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1163) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1164) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1165) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1166) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1167) | RTA_BRD = 0x80 constant RTA_DST (line 1168) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1169) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1170) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1171) | RTA_IFA = 0x20 constant RTA_IFP (line 1172) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1173) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1174) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1175) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1176) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1177) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1178) | RTF_CLONING = 0x100 constant RTF_DONE (line 1179) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1180) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1181) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1182) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1183) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1184) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1185) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1186) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1187) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1188) | RTF_REJECT = 0x8 constant RTF_SRC (line 1189) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1190) | RTF_STATIC = 0x800 constant RTF_UP (line 1191) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1192) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1193) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1194) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1195) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1196) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1197) | RTM_DELETE = 0x2 constant RTM_GET (line 1198) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1199) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1200) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1201) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1202) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1203) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1204) | RTM_LOSING = 0x5 constant RTM_MISS (line 1205) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1206) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1207) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1208) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1209) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1210) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1211) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1212) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1213) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1214) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1215) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1216) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1217) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1218) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1219) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1220) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1221) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1222) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1223) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1224) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1225) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1226) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1227) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1228) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1229) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1230) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1231) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1232) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1233) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1234) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1235) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1236) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1237) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1238) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1239) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1240) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1241) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1242) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1243) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1244) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1245) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1246) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1247) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1248) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1249) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1250) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1251) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1252) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1253) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1254) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1255) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1256) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1257) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1258) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1259) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1260) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1261) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1262) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1263) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1264) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1265) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1266) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1267) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1268) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1269) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1270) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1271) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1272) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1273) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1274) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1275) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1276) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1277) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1278) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1279) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1280) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1281) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1282) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1283) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1284) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1285) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1286) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1287) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1288) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1289) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1290) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1291) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1292) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1293) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1294) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1295) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1296) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1297) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1298) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1299) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1300) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1301) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1302) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1303) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1304) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1305) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1306) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1307) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1308) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1309) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1310) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1311) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1312) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1313) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1314) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1315) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1316) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1317) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1318) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1319) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1320) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1321) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1322) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1323) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1324) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1325) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1326) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1327) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1328) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1329) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1330) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1331) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1332) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1333) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1334) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1335) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1336) | S_IEXEC = 0x40 constant S_IFBLK (line 1337) | S_IFBLK = 0x6000 constant S_IFCHR (line 1338) | S_IFCHR = 0x2000 constant S_IFDIR (line 1339) | S_IFDIR = 0x4000 constant S_IFIFO (line 1340) | S_IFIFO = 0x1000 constant S_IFLNK (line 1341) | S_IFLNK = 0xa000 constant S_IFMT (line 1342) | S_IFMT = 0xf000 constant S_IFREG (line 1343) | S_IFREG = 0x8000 constant S_IFSOCK (line 1344) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1345) | S_IFWHT = 0xe000 constant S_IREAD (line 1346) | S_IREAD = 0x100 constant S_IRGRP (line 1347) | S_IRGRP = 0x20 constant S_IROTH (line 1348) | S_IROTH = 0x4 constant S_IRUSR (line 1349) | S_IRUSR = 0x100 constant S_IRWXG (line 1350) | S_IRWXG = 0x38 constant S_IRWXO (line 1351) | S_IRWXO = 0x7 constant S_IRWXU (line 1352) | S_IRWXU = 0x1c0 constant S_ISGID (line 1353) | S_ISGID = 0x400 constant S_ISTXT (line 1354) | S_ISTXT = 0x200 constant S_ISUID (line 1355) | S_ISUID = 0x800 constant S_ISVTX (line 1356) | S_ISVTX = 0x200 constant S_IWGRP (line 1357) | S_IWGRP = 0x10 constant S_IWOTH (line 1358) | S_IWOTH = 0x2 constant S_IWRITE (line 1359) | S_IWRITE = 0x80 constant S_IWUSR (line 1360) | S_IWUSR = 0x80 constant S_IXGRP (line 1361) | S_IXGRP = 0x8 constant S_IXOTH (line 1362) | S_IXOTH = 0x1 constant S_IXUSR (line 1363) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1364) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1365) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1366) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1367) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1368) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1369) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1370) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1371) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1372) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1373) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1374) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1375) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1376) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1377) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1378) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1379) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1380) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1381) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1382) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1383) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1384) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1385) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1386) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1387) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1388) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1389) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1390) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1391) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1392) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1393) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1394) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1395) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1396) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1397) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1398) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1399) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1400) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1401) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1402) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1403) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1404) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1405) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1406) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1407) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1408) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1409) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1410) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1411) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1412) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1413) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1414) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1415) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1416) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1417) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1418) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1419) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1420) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1421) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1422) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1423) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1424) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1425) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1426) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1427) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1428) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1429) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1430) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1431) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1432) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1433) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1434) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1435) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1436) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1437) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1438) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1439) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1440) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1441) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1442) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1443) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1444) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1445) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1446) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1447) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1448) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1449) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1450) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1451) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1452) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1453) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1454) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1455) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1456) | TOSTOP = 0x400000 constant VDISCARD (line 1457) | VDISCARD = 0xf constant VDSUSP (line 1458) | VDSUSP = 0xb constant VEOF (line 1459) | VEOF = 0x0 constant VEOL (line 1460) | VEOL = 0x1 constant VEOL2 (line 1461) | VEOL2 = 0x2 constant VERASE (line 1462) | VERASE = 0x3 constant VINTR (line 1463) | VINTR = 0x8 constant VKILL (line 1464) | VKILL = 0x5 constant VLNEXT (line 1465) | VLNEXT = 0xe constant VMIN (line 1466) | VMIN = 0x10 constant VQUIT (line 1467) | VQUIT = 0x9 constant VREPRINT (line 1468) | VREPRINT = 0x6 constant VSTART (line 1469) | VSTART = 0xc constant VSTATUS (line 1470) | VSTATUS = 0x12 constant VSTOP (line 1471) | VSTOP = 0xd constant VSUSP (line 1472) | VSUSP = 0xa constant VTIME (line 1473) | VTIME = 0x11 constant VWERASE (line 1474) | VWERASE = 0x4 constant WALL (line 1475) | WALL = 0x8 constant WALLSIG (line 1476) | WALLSIG = 0x8 constant WALTSIG (line 1477) | WALTSIG = 0x4 constant WCLONE (line 1478) | WCLONE = 0x4 constant WCOREFLAG (line 1479) | WCOREFLAG = 0x80 constant WNOHANG (line 1480) | WNOHANG = 0x1 constant WNOWAIT (line 1481) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1482) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1483) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1484) | WSTOPPED = 0x7f constant WUNTRACED (line 1485) | WUNTRACED = 0x2 constant E2BIG (line 1490) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1491) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1492) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1493) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1494) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1495) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1496) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1497) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1498) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1499) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1500) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1501) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1502) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1503) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1504) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1505) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1506) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1507) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1508) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1509) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1510) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1511) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1512) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1513) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1514) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1515) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1516) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1517) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1518) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1519) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1520) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1521) | EINVAL = syscall.Errno(0x16) constant EIO (line 1522) | EIO = syscall.Errno(0x5) constant EISCONN (line 1523) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1524) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1525) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1526) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1527) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1528) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1529) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1530) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1531) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1532) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1533) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1534) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1535) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1536) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1537) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1538) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1539) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1540) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1541) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1542) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1543) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1544) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1545) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1546) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1547) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1548) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1549) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1550) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1551) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1552) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1553) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1554) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1555) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1556) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1557) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1558) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1559) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1560) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1561) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1562) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1563) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1564) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1565) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1566) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1567) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1568) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1569) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1570) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1571) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1572) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1573) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1574) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1575) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1576) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1577) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1578) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1579) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1580) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1581) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1582) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1583) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1584) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1585) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1586) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1587) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1592) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1593) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1594) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1595) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1596) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1597) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1598) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1599) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1600) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1601) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1602) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1603) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1604) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1605) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1606) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1607) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1608) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1609) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1610) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1611) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1612) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1613) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1614) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1615) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1616) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1617) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1618) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1619) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1620) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1621) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1622) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1623) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1624) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x1f 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_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 27) | AF_IEEE80211 = 0x20 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_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x23 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OROUTE (line 41) | AF_OROUTE = 0x11 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x22 constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 48) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 53) | ARPHRD_STRIP = 0x17 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 B460800 (line 69) | B460800 = 0x70800 constant B4800 (line 70) | B4800 = 0x12c0 constant B50 (line 71) | B50 = 0x32 constant B57600 (line 72) | B57600 = 0xe100 constant B600 (line 73) | B600 = 0x258 constant B7200 (line 74) | B7200 = 0x1c20 constant B75 (line 75) | B75 = 0x4b constant B76800 (line 76) | B76800 = 0x12c00 constant B921600 (line 77) | B921600 = 0xe1000 constant B9600 (line 78) | B9600 = 0x2580 constant BIOCFEEDBACK (line 79) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 80) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 81) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 82) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 83) | BIOCGDLTLIST = 0xc0084277 constant BIOCGETIF (line 84) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 85) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 86) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 87) | BIOCGRTIMEOUT = 0x400c427b constant BIOCGSEESENT (line 88) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 89) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 90) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 91) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 92) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 93) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 94) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 95) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 96) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 97) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x800c427a constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 101) | BIOCSTCPF = 0x80084272 constant BIOCSUDPF (line 102) | BIOCSUDPF = 0x80084273 constant BIOCVERSION (line 103) | BIOCVERSION = 0x40044271 constant BPF_A (line 104) | BPF_A = 0x10 constant BPF_ABS (line 105) | BPF_ABS = 0x20 constant BPF_ADD (line 106) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 107) | BPF_ALIGNMENT = 0x4 constant BPF_ALIGNMENT32 (line 108) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 109) | BPF_ALU = 0x4 constant BPF_AND (line 110) | BPF_AND = 0x50 constant BPF_B (line 111) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 112) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 113) | BPF_DIV = 0x30 constant BPF_H (line 114) | BPF_H = 0x8 constant BPF_IMM (line 115) | BPF_IMM = 0x0 constant BPF_IND (line 116) | BPF_IND = 0x40 constant BPF_JA (line 117) | BPF_JA = 0x0 constant BPF_JEQ (line 118) | BPF_JEQ = 0x10 constant BPF_JGE (line 119) | BPF_JGE = 0x30 constant BPF_JGT (line 120) | BPF_JGT = 0x20 constant BPF_JMP (line 121) | BPF_JMP = 0x5 constant BPF_JSET (line 122) | BPF_JSET = 0x40 constant BPF_K (line 123) | BPF_K = 0x0 constant BPF_LD (line 124) | BPF_LD = 0x0 constant BPF_LDX (line 125) | BPF_LDX = 0x1 constant BPF_LEN (line 126) | BPF_LEN = 0x80 constant BPF_LSH (line 127) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 128) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 129) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 130) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 131) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 132) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 133) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 134) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 135) | BPF_MISC = 0x7 constant BPF_MSH (line 136) | BPF_MSH = 0xa0 constant BPF_MUL (line 137) | BPF_MUL = 0x20 constant BPF_NEG (line 138) | BPF_NEG = 0x80 constant BPF_OR (line 139) | BPF_OR = 0x40 constant BPF_RELEASE (line 140) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 141) | BPF_RET = 0x6 constant BPF_RSH (line 142) | BPF_RSH = 0x70 constant BPF_ST (line 143) | BPF_ST = 0x2 constant BPF_STX (line 144) | BPF_STX = 0x3 constant BPF_SUB (line 145) | BPF_SUB = 0x10 constant BPF_TAX (line 146) | BPF_TAX = 0x0 constant BPF_TXA (line 147) | BPF_TXA = 0x80 constant BPF_W (line 148) | BPF_W = 0x0 constant BPF_X (line 149) | BPF_X = 0x8 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CPUSTATES (line 153) | CPUSTATES = 0x5 constant CP_IDLE (line 154) | CP_IDLE = 0x4 constant CP_INTR (line 155) | CP_INTR = 0x3 constant CP_NICE (line 156) | CP_NICE = 0x1 constant CP_SYS (line 157) | CP_SYS = 0x2 constant CP_USER (line 158) | CP_USER = 0x0 constant CREAD (line 159) | CREAD = 0x800 constant CRTSCTS (line 160) | CRTSCTS = 0x10000 constant CS5 (line 161) | CS5 = 0x0 constant CS6 (line 162) | CS6 = 0x100 constant CS7 (line 163) | CS7 = 0x200 constant CS8 (line 164) | CS8 = 0x300 constant CSIZE (line 165) | CSIZE = 0x300 constant CSTART (line 166) | CSTART = 0x11 constant CSTATUS (line 167) | CSTATUS = 0x14 constant CSTOP (line 168) | CSTOP = 0x13 constant CSTOPB (line 169) | CSTOPB = 0x400 constant CSUSP (line 170) | CSUSP = 0x1a constant CTL_HW (line 171) | CTL_HW = 0x6 constant CTL_KERN (line 172) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 173) | CTL_MAXNAME = 0xc constant CTL_NET (line 174) | CTL_NET = 0x4 constant CTL_QUERY (line 175) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 176) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 177) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 178) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 179) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 180) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 181) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 182) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 183) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 184) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 185) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 186) | DLT_AURORA = 0x7e constant DLT_AX25 (line 187) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 188) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 189) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 190) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 191) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 192) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 193) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 194) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 195) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 196) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 197) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 198) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 199) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 200) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 201) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 202) | DLT_EN3MB = 0x2 constant DLT_ENC (line 203) | DLT_ENC = 0x6d constant DLT_ERF (line 204) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 205) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 206) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 207) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 208) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 209) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 210) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 211) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 212) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 213) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 214) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 215) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 216) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 217) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 218) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 219) | DLT_GSMTAP_UM = 0xd9 constant DLT_HDLC (line 220) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 221) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 222) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 223) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 224) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 225) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 226) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 227) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 228) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IEEE802_15_4 (line 229) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 230) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 231) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 232) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 233) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 234) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 235) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 236) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 237) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 238) | DLT_IPV6 = 0xe5 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_ISM (line 247) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 248) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 249) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 250) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 251) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 252) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 253) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 254) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 255) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 256) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 257) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 258) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 259) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 260) | DLT_LAPD = 0xcb constant DLT_LIN (line 261) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 262) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 263) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 264) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 265) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 266) | DLT_LOOP = 0x6c constant DLT_LTALK (line 267) | DLT_LTALK = 0x72 constant DLT_MFR (line 268) | DLT_MFR = 0xb6 constant DLT_MOST (line 269) | DLT_MOST = 0xd3 constant DLT_MPLS (line 270) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 271) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 272) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 273) | DLT_MTP3 = 0x8d constant DLT_NULL (line 274) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 275) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 276) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 277) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 278) | DLT_PPI = 0xc0 constant DLT_PPP (line 279) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 280) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 281) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 282) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 283) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 284) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 285) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 286) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 287) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 288) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 289) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 290) | DLT_RIO = 0x7c constant DLT_SCCP (line 291) | DLT_SCCP = 0x8e constant DLT_SITA (line 292) | DLT_SITA = 0xc4 constant DLT_SLIP (line 293) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 294) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 295) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 296) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 297) | DLT_TZSP = 0x80 constant DLT_USB (line 298) | DLT_USB = 0xba constant DLT_USB_LINUX (line 299) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 300) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 301) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 302) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 303) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 304) | DT_BLK = 0x6 constant DT_CHR (line 305) | DT_CHR = 0x2 constant DT_DIR (line 306) | DT_DIR = 0x4 constant DT_FIFO (line 307) | DT_FIFO = 0x1 constant DT_LNK (line 308) | DT_LNK = 0xa constant DT_REG (line 309) | DT_REG = 0x8 constant DT_SOCK (line 310) | DT_SOCK = 0xc constant DT_UNKNOWN (line 311) | DT_UNKNOWN = 0x0 constant DT_WHT (line 312) | DT_WHT = 0xe constant ECHO (line 313) | ECHO = 0x8 constant ECHOCTL (line 314) | ECHOCTL = 0x40 constant ECHOE (line 315) | ECHOE = 0x2 constant ECHOK (line 316) | ECHOK = 0x4 constant ECHOKE (line 317) | ECHOKE = 0x1 constant ECHONL (line 318) | ECHONL = 0x10 constant ECHOPRT (line 319) | ECHOPRT = 0x20 constant EMUL_LINUX (line 320) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 321) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 322) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 323) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 324) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 325) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 326) | ETHERMIN = 0x2e constant ETHERMTU (line 327) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 328) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 329) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 330) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 331) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 332) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 333) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 334) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 335) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 336) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 337) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 338) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 339) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 340) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 341) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 342) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 343) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 344) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 345) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 346) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 347) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 348) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 349) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 350) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 351) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 352) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 353) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 354) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 355) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 356) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 357) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 358) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 359) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 360) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 361) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 362) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 363) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 364) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 365) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 366) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 367) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 368) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 369) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 370) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 371) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 372) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 373) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 374) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 375) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 376) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 377) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 378) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 379) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 380) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 381) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 382) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 383) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 384) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 385) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 386) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 387) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 388) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 389) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 390) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 391) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 392) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 393) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 394) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 395) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 396) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 397) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 398) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 399) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 400) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 401) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 402) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 403) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 404) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 405) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 406) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 407) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 408) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 409) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 410) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 411) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 412) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 413) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 414) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 415) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 416) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 417) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 418) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 419) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 420) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 421) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 422) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 423) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 424) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 425) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 426) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 427) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 428) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 429) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 430) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 431) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 432) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 433) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 434) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 435) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 436) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 437) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 438) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 439) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 440) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 441) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 442) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 443) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 444) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 445) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 446) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 447) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 448) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 449) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 450) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 451) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 452) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 453) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 454) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 455) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 456) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 457) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 458) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 459) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 460) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 461) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 462) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 463) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 464) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 465) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 466) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 467) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 468) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 469) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 470) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 471) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 472) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 473) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 474) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 475) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 476) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 477) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 478) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 479) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 480) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 481) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 482) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 483) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 484) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 485) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 486) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 487) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 488) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 489) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 490) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 491) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 492) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 493) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 494) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 495) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 496) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 497) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 498) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 499) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 500) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 501) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 502) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 503) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 504) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 505) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 506) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 507) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 508) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 509) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 510) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 511) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 512) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 513) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 514) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 515) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 516) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 517) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 518) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 519) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 520) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 521) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 522) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 523) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 524) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 525) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 526) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 527) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 528) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 529) | EVFILT_WRITE = 0x1 constant EV_ADD (line 530) | EV_ADD = 0x1 constant EV_CLEAR (line 531) | EV_CLEAR = 0x20 constant EV_DELETE (line 532) | EV_DELETE = 0x2 constant EV_DISABLE (line 533) | EV_DISABLE = 0x8 constant EV_ENABLE (line 534) | EV_ENABLE = 0x4 constant EV_EOF (line 535) | EV_EOF = 0x8000 constant EV_ERROR (line 536) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 537) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 538) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 539) | EV_SYSFLAGS = 0xf000 constant EXTA (line 540) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 541) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 542) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 543) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 544) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x100 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_CLOSEM (line 550) | F_CLOSEM = 0xa constant F_DUPFD (line 551) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 552) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 553) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 554) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 555) | F_FSIN = 0x10000000 constant F_FSINOUT (line 556) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 557) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 558) | F_FSPRIV = 0x8000 constant F_FSVOID (line 559) | F_FSVOID = 0x40000000 constant F_GETFD (line 560) | F_GETFD = 0x1 constant F_GETFL (line 561) | F_GETFL = 0x3 constant F_GETLK (line 562) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 563) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 564) | F_GETOWN = 0x5 constant F_MAXFD (line 565) | F_MAXFD = 0xb constant F_OK (line 566) | F_OK = 0x0 constant F_PARAM_MASK (line 567) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 568) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 569) | F_RDLCK = 0x1 constant F_SETFD (line 570) | F_SETFD = 0x2 constant F_SETFL (line 571) | F_SETFL = 0x4 constant F_SETLK (line 572) | F_SETLK = 0x8 constant F_SETLKW (line 573) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 574) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 575) | F_SETOWN = 0x6 constant F_UNLCK (line 576) | F_UNLCK = 0x2 constant F_WRLCK (line 577) | F_WRLCK = 0x3 constant HUPCL (line 578) | HUPCL = 0x4000 constant HW_MACHINE (line 579) | HW_MACHINE = 0x1 constant ICANON (line 580) | ICANON = 0x100 constant ICMP6_FILTER (line 581) | ICMP6_FILTER = 0x12 constant ICRNL (line 582) | ICRNL = 0x100 constant IEXTEN (line 583) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 584) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 585) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 586) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 587) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 588) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 589) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 590) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 591) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 592) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 593) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 594) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 595) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 596) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 597) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 598) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 599) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 600) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 601) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 602) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 603) | IFF_UP = 0x1 constant IFNAMSIZ (line 604) | IFNAMSIZ = 0x10 constant IFT_1822 (line 605) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 606) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 607) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 608) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 609) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 610) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 611) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 612) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 613) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 614) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 615) | IFT_ASYNC = 0x54 constant IFT_ATM (line 616) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 617) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 618) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 619) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 620) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 621) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 622) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 623) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 624) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 625) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 626) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 627) | IFT_BSC = 0x53 constant IFT_CARP (line 628) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 629) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 630) | IFT_CEPT = 0x13 constant IFT_CES (line 631) | IFT_CES = 0x85 constant IFT_CHANNEL (line 632) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 633) | IFT_CNR = 0x55 constant IFT_COFFEE (line 634) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 635) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 636) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 637) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 638) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 639) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 640) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 641) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 642) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 643) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 644) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 645) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 646) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 647) | IFT_DS3 = 0x1e constant IFT_DTM (line 648) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 649) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 650) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 651) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 652) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 653) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 654) | IFT_ECONET = 0xce constant IFT_EON (line 655) | IFT_EON = 0x19 constant IFT_EPLRS (line 656) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 657) | IFT_ESCON = 0x49 constant IFT_ETHER (line 658) | IFT_ETHER = 0x6 constant IFT_FAITH (line 659) | IFT_FAITH = 0xf2 constant IFT_FAST (line 660) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 661) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 662) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 663) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 664) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 665) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 666) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 667) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 668) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 669) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 670) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 671) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 672) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 673) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 674) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 675) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 676) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 677) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 678) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 679) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 680) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 681) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 682) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 683) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 684) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 685) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 686) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 687) | IFT_HSSI = 0x2e constant IFT_HY (line 688) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 689) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 690) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 691) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 692) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 693) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 694) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 695) | IFT_IFGSN = 0x91 constant IFT_IMT (line 696) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 697) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 698) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 699) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 700) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 701) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 702) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 703) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 704) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 705) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 706) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 707) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 708) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 709) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 710) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 711) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 712) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 713) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 714) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 715) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 716) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 717) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 718) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 719) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 720) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 721) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 722) | IFT_LAPB = 0x10 constant IFT_LAPD (line 723) | IFT_LAPD = 0x4d constant IFT_LAPF (line 724) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 725) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 726) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 727) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 728) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 729) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 730) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 731) | IFT_MODEM = 0x30 constant IFT_MPC (line 732) | IFT_MPC = 0x71 constant IFT_MPLS (line 733) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 734) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 735) | IFT_MSDSL = 0x8f constant IFT_MVL (line 736) | IFT_MVL = 0xbf constant IFT_MYRINET (line 737) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 738) | IFT_NFAS = 0xaf constant IFT_NSIP (line 739) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 740) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 741) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 742) | IFT_OTHER = 0x1 constant IFT_P10 (line 743) | IFT_P10 = 0xc constant IFT_P80 (line 744) | IFT_P80 = 0xd constant IFT_PARA (line 745) | IFT_PARA = 0x22 constant IFT_PFLOG (line 746) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 747) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 748) | IFT_PLC = 0xae constant IFT_PON155 (line 749) | IFT_PON155 = 0xcf constant IFT_PON622 (line 750) | IFT_PON622 = 0xd0 constant IFT_POS (line 751) | IFT_POS = 0xab constant IFT_PPP (line 752) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 753) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 754) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 755) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 756) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 757) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 758) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 759) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 760) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 761) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 762) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 763) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 764) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 765) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 766) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 767) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 768) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 769) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 770) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 771) | IFT_RS232 = 0x21 constant IFT_RSRB (line 772) | IFT_RSRB = 0x4f constant IFT_SDLC (line 773) | IFT_SDLC = 0x11 constant IFT_SDSL (line 774) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 775) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 776) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 777) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 778) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 779) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 780) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 781) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 782) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 783) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 784) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 785) | IFT_SONETVT = 0x33 constant IFT_SRP (line 786) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 787) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 788) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 789) | IFT_STARLAN = 0xb constant IFT_STF (line 790) | IFT_STF = 0xd7 constant IFT_T1 (line 791) | IFT_T1 = 0x12 constant IFT_TDLC (line 792) | IFT_TDLC = 0x74 constant IFT_TELINK (line 793) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 794) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 795) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 796) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 797) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 798) | IFT_ULTRA = 0x1d constant IFT_USB (line 799) | IFT_USB = 0xa0 constant IFT_V11 (line 800) | IFT_V11 = 0x40 constant IFT_V35 (line 801) | IFT_V35 = 0x2d constant IFT_V36 (line 802) | IFT_V36 = 0x41 constant IFT_V37 (line 803) | IFT_V37 = 0x78 constant IFT_VDSL (line 804) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 805) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 806) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 807) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 808) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 809) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 810) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 811) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 812) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 813) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 814) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 815) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 816) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 817) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 818) | IFT_X213 = 0x5d constant IFT_X25 (line 819) | IFT_X25 = 0x5 constant IFT_X25DDN (line 820) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 821) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 822) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 823) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 824) | IFT_XETHER = 0x1a constant IGNBRK (line 825) | IGNBRK = 0x1 constant IGNCR (line 826) | IGNCR = 0x80 constant IGNPAR (line 827) | IGNPAR = 0x4 constant IMAXBEL (line 828) | IMAXBEL = 0x2000 constant INLCR (line 829) | INLCR = 0x40 constant INPCK (line 830) | INPCK = 0x10 constant IN_CLASSA_HOST (line 831) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 832) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 833) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 834) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 835) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 836) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 837) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 838) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 839) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 840) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 841) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 842) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 843) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 844) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 845) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 846) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 847) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 848) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 849) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 850) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 851) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 852) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 853) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 854) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 855) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 856) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 857) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 858) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 859) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 860) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 861) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 862) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 863) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 864) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 865) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 866) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 867) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 868) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 869) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 870) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 871) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 872) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 873) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 874) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 875) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 876) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 877) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 878) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 879) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 880) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 881) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 882) | IPPROTO_VRRP = 0x70 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_FAITH (line 889) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 890) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 891) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 892) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 893) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 894) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 895) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 896) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 897) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 898) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 899) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 900) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 901) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 902) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 903) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 904) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 905) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 906) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 907) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 908) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 909) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 910) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 911) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 912) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 913) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 914) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 915) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 916) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 917) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 918) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 919) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 920) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 921) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 922) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 923) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 924) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 925) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 926) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 927) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 928) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 929) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 930) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 931) | IP_ADD_MEMBERSHIP = 0xc constant IP_DEFAULT_MULTICAST_LOOP (line 932) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 933) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 934) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 935) | IP_DROP_MEMBERSHIP = 0xd constant IP_EF (line 936) | IP_EF = 0x8000 constant IP_ERRORMTU (line 937) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 938) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 939) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 940) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 941) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 942) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 943) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 944) | IP_MINTTL = 0x18 constant IP_MSS (line 945) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 946) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 947) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 948) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 949) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 950) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 951) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 952) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 953) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 954) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 955) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 956) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 957) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 958) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 959) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 960) | IP_RETOPTS = 0x8 constant IP_RF (line 961) | IP_RF = 0x8000 constant IP_TOS (line 962) | IP_TOS = 0x3 constant IP_TTL (line 963) | IP_TTL = 0x4 constant ISIG (line 964) | ISIG = 0x80 constant ISTRIP (line 965) | ISTRIP = 0x20 constant IXANY (line 966) | IXANY = 0x800 constant IXOFF (line 967) | IXOFF = 0x400 constant IXON (line 968) | IXON = 0x200 constant KERN_HOSTNAME (line 969) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 970) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 971) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 972) | KERN_VERSION = 0x4 constant LOCK_EX (line 973) | LOCK_EX = 0x2 constant LOCK_NB (line 974) | LOCK_NB = 0x4 constant LOCK_SH (line 975) | LOCK_SH = 0x1 constant LOCK_UN (line 976) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 977) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 978) | MADV_FREE = 0x6 constant MADV_NORMAL (line 979) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 980) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 981) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 982) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 983) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 984) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 985) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 986) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 987) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 988) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 989) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 990) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 991) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 992) | MAP_ANON = 0x1000 constant MAP_FILE (line 993) | MAP_FILE = 0x0 constant MAP_FIXED (line 994) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 995) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 996) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 997) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 998) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 999) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1000) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1001) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1002) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1003) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1004) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1005) | MAP_SHARED = 0x1 constant MAP_STACK (line 1006) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1007) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1008) | MAP_WIRED = 0x800 constant MNT_ASYNC (line 1009) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1010) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1011) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1012) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1013) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1014) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1015) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1016) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1017) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1018) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1019) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1020) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1021) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1022) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1023) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1024) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1025) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1026) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1027) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1028) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1029) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1030) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1031) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1032) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1033) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1034) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1035) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1036) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1037) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1038) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1039) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1040) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1041) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1042) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1043) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1044) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1045) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1046) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1047) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1048) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1049) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1050) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1051) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1052) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1053) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1054) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1055) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1056) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1057) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1058) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1059) | MSG_OOB = 0x1 constant MSG_PEEK (line 1060) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1061) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1062) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1063) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1064) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1065) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1066) | MS_SYNC = 0x4 constant NAME_MAX (line 1067) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1068) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1069) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1070) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1071) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1072) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1073) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1074) | NFDBITS = 0x20 constant NOFLSH (line 1075) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1076) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1077) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1078) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1079) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1080) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1081) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1082) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1083) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1084) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1085) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1086) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1087) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1088) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1089) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1090) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1091) | NOTE_WRITE = 0x2 constant OCRNL (line 1092) | OCRNL = 0x10 constant OFIOGETBMAP (line 1093) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1094) | ONLCR = 0x2 constant ONLRET (line 1095) | ONLRET = 0x40 constant ONOCR (line 1096) | ONOCR = 0x20 constant ONOEOT (line 1097) | ONOEOT = 0x8 constant OPOST (line 1098) | OPOST = 0x1 constant O_ACCMODE (line 1099) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1100) | O_ALT_IO = 0x40000 constant O_APPEND (line 1101) | O_APPEND = 0x8 constant O_ASYNC (line 1102) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1103) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1104) | O_CREAT = 0x200 constant O_DIRECT (line 1105) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1106) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1107) | O_DSYNC = 0x10000 constant O_EXCL (line 1108) | O_EXCL = 0x800 constant O_EXLOCK (line 1109) | O_EXLOCK = 0x20 constant O_FSYNC (line 1110) | O_FSYNC = 0x80 constant O_NDELAY (line 1111) | O_NDELAY = 0x4 constant O_NOCTTY (line 1112) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1113) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1114) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1115) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1116) | O_RDONLY = 0x0 constant O_RDWR (line 1117) | O_RDWR = 0x2 constant O_RSYNC (line 1118) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1119) | O_SHLOCK = 0x10 constant O_SYNC (line 1120) | O_SYNC = 0x80 constant O_TRUNC (line 1121) | O_TRUNC = 0x400 constant O_WRONLY (line 1122) | O_WRONLY = 0x1 constant PARENB (line 1123) | PARENB = 0x1000 constant PARMRK (line 1124) | PARMRK = 0x8 constant PARODD (line 1125) | PARODD = 0x2000 constant PENDIN (line 1126) | PENDIN = 0x20000000 constant PROT_EXEC (line 1127) | PROT_EXEC = 0x4 constant PROT_NONE (line 1128) | PROT_NONE = 0x0 constant PROT_READ (line 1129) | PROT_READ = 0x1 constant PROT_WRITE (line 1130) | PROT_WRITE = 0x2 constant PRI_IOFLUSH (line 1131) | PRI_IOFLUSH = 0x7c constant PRIO_PGRP (line 1132) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1133) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1134) | PRIO_USER = 0x2 constant RLIMIT_AS (line 1135) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1136) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1137) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1138) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1139) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1140) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1141) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1142) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1143) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1144) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1145) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1146) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1147) | RTAX_BRD = 0x7 constant RTAX_DST (line 1148) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1149) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1150) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1151) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1152) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1153) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1154) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1155) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1156) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1157) | RTA_BRD = 0x80 constant RTA_DST (line 1158) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1159) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1160) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1161) | RTA_IFA = 0x20 constant RTA_IFP (line 1162) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1163) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1164) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1165) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1166) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1167) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1168) | RTF_CLONING = 0x100 constant RTF_DONE (line 1169) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1170) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1171) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1172) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1173) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1174) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1175) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1176) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1177) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1178) | RTF_REJECT = 0x8 constant RTF_SRC (line 1179) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1180) | RTF_STATIC = 0x800 constant RTF_UP (line 1181) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1182) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1183) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1184) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1185) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1186) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1187) | RTM_DELETE = 0x2 constant RTM_GET (line 1188) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1189) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1190) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1191) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1192) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1193) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1194) | RTM_LOSING = 0x5 constant RTM_MISS (line 1195) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1196) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1197) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1198) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1199) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1200) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1201) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1202) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1203) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1204) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1205) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1206) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1207) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1208) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1209) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1210) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1211) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1212) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1213) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1214) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1215) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1216) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1217) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1218) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1219) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1220) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1221) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1222) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1223) | SIOCADDRT = 0x8030720a constant SIOCAIFADDR (line 1224) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1225) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1226) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1227) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1228) | SIOCDELRT = 0x8030720b constant SIOCDIFADDR (line 1229) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1230) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1231) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1232) | SIOCGDRVSPEC = 0xc01c697b constant SIOCGETPFSYNC (line 1233) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1234) | SIOCGETSGCNT = 0xc0147534 constant SIOCGETVIFCNT (line 1235) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGHIWAT (line 1236) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1237) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1238) | SIOCGIFADDRPREF = 0xc0946920 constant SIOCGIFALIAS (line 1239) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1240) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1241) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1242) | SIOCGIFCONF = 0xc0086926 constant SIOCGIFDATA (line 1243) | SIOCGIFDATA = 0xc0946985 constant SIOCGIFDLT (line 1244) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1245) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1246) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1247) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1248) | SIOCGIFMEDIA = 0xc0286936 constant SIOCGIFMETRIC (line 1249) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1250) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1251) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1252) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1253) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1254) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1255) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1256) | SIOCGLINKSTR = 0xc01c6987 constant SIOCGLOWAT (line 1257) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1258) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1259) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1260) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1261) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1262) | SIOCIFGCLONERS = 0xc00c6978 constant SIOCINITIFADDR (line 1263) | SIOCINITIFADDR = 0xc0446984 constant SIOCSDRVSPEC (line 1264) | SIOCSDRVSPEC = 0x801c697b constant SIOCSETPFSYNC (line 1265) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1266) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1267) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1268) | SIOCSIFADDRPREF = 0x8094691f constant SIOCSIFBRDADDR (line 1269) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1270) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1271) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1272) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1273) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1274) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1275) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1276) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1277) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1278) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1279) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1280) | SIOCSLINKSTR = 0x801c6988 constant SIOCSLOWAT (line 1281) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1282) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1283) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1284) | SIOCZIFDATA = 0xc0946986 constant SOCK_CLOEXEC (line 1285) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1286) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1287) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1288) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1289) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1290) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1291) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1292) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1293) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1294) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1295) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1296) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1297) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1298) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1299) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1300) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1301) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1302) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1303) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1304) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1305) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1306) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1307) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1308) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1309) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1310) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1311) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1312) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1313) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1314) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1315) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1316) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1317) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1318) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1319) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1320) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1321) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1322) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1323) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1324) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1325) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1326) | S_IEXEC = 0x40 constant S_IFBLK (line 1327) | S_IFBLK = 0x6000 constant S_IFCHR (line 1328) | S_IFCHR = 0x2000 constant S_IFDIR (line 1329) | S_IFDIR = 0x4000 constant S_IFIFO (line 1330) | S_IFIFO = 0x1000 constant S_IFLNK (line 1331) | S_IFLNK = 0xa000 constant S_IFMT (line 1332) | S_IFMT = 0xf000 constant S_IFREG (line 1333) | S_IFREG = 0x8000 constant S_IFSOCK (line 1334) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1335) | S_IFWHT = 0xe000 constant S_IREAD (line 1336) | S_IREAD = 0x100 constant S_IRGRP (line 1337) | S_IRGRP = 0x20 constant S_IROTH (line 1338) | S_IROTH = 0x4 constant S_IRUSR (line 1339) | S_IRUSR = 0x100 constant S_IRWXG (line 1340) | S_IRWXG = 0x38 constant S_IRWXO (line 1341) | S_IRWXO = 0x7 constant S_IRWXU (line 1342) | S_IRWXU = 0x1c0 constant S_ISGID (line 1343) | S_ISGID = 0x400 constant S_ISTXT (line 1344) | S_ISTXT = 0x200 constant S_ISUID (line 1345) | S_ISUID = 0x800 constant S_ISVTX (line 1346) | S_ISVTX = 0x200 constant S_IWGRP (line 1347) | S_IWGRP = 0x10 constant S_IWOTH (line 1348) | S_IWOTH = 0x2 constant S_IWRITE (line 1349) | S_IWRITE = 0x80 constant S_IWUSR (line 1350) | S_IWUSR = 0x80 constant S_IXGRP (line 1351) | S_IXGRP = 0x8 constant S_IXOTH (line 1352) | S_IXOTH = 0x1 constant S_IXUSR (line 1353) | S_IXUSR = 0x40 constant TCIFLUSH (line 1354) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1355) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1356) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1357) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1358) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1359) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1360) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1361) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1362) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1363) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1364) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1365) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1366) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1367) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1368) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1369) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1370) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1371) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1372) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1373) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1374) | TIOCDCDTIMESTAMP = 0x400c7458 constant TIOCDRAIN (line 1375) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1376) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1377) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1378) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1379) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1380) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1381) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1382) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1383) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1384) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1385) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1386) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1387) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1388) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1389) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1390) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1391) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1392) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1393) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1394) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1395) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1396) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1397) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1398) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1399) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1400) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1401) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1402) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1403) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1404) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1405) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1406) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1407) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1408) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1409) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1410) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1411) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1412) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1413) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1414) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1415) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1416) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1417) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1418) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1419) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1420) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1421) | TIOCPTMGET = 0x48087446 constant TIOCPTSNAME (line 1422) | TIOCPTSNAME = 0x48087448 constant TIOCRCVFRAME (line 1423) | TIOCRCVFRAME = 0x80047445 constant TIOCREMOTE (line 1424) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1425) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1426) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1427) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1428) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1429) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1430) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1431) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1432) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1433) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1434) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1435) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1436) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1437) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1438) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1439) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1440) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1441) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1442) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1443) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1444) | TIOCXMTFRAME = 0x80047444 constant TOSTOP (line 1445) | TOSTOP = 0x400000 constant VDISCARD (line 1446) | VDISCARD = 0xf constant VDSUSP (line 1447) | VDSUSP = 0xb constant VEOF (line 1448) | VEOF = 0x0 constant VEOL (line 1449) | VEOL = 0x1 constant VEOL2 (line 1450) | VEOL2 = 0x2 constant VERASE (line 1451) | VERASE = 0x3 constant VINTR (line 1452) | VINTR = 0x8 constant VKILL (line 1453) | VKILL = 0x5 constant VLNEXT (line 1454) | VLNEXT = 0xe constant VMIN (line 1455) | VMIN = 0x10 constant VQUIT (line 1456) | VQUIT = 0x9 constant VREPRINT (line 1457) | VREPRINT = 0x6 constant VSTART (line 1458) | VSTART = 0xc constant VSTATUS (line 1459) | VSTATUS = 0x12 constant VSTOP (line 1460) | VSTOP = 0xd constant VSUSP (line 1461) | VSUSP = 0xa constant VTIME (line 1462) | VTIME = 0x11 constant VWERASE (line 1463) | VWERASE = 0x4 constant WALL (line 1464) | WALL = 0x8 constant WALLSIG (line 1465) | WALLSIG = 0x8 constant WALTSIG (line 1466) | WALTSIG = 0x4 constant WCLONE (line 1467) | WCLONE = 0x4 constant WCOREFLAG (line 1468) | WCOREFLAG = 0x80 constant WNOHANG (line 1469) | WNOHANG = 0x1 constant WNOWAIT (line 1470) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1471) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1472) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1473) | WSTOPPED = 0x7f constant WUNTRACED (line 1474) | WUNTRACED = 0x2 constant E2BIG (line 1479) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1480) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1481) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1482) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1483) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1484) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1485) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1486) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1487) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1488) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1489) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1490) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1491) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1492) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1493) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1494) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1495) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1496) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1497) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1498) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1499) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1500) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1501) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1502) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1503) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1504) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1505) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1506) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1507) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1508) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1509) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1510) | EINVAL = syscall.Errno(0x16) constant EIO (line 1511) | EIO = syscall.Errno(0x5) constant EISCONN (line 1512) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1513) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1514) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1515) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1516) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1517) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1518) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1519) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1520) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1521) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1522) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1523) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1524) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1525) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1526) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1527) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1528) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1529) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1530) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1531) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1532) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1533) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1534) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1535) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1536) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1537) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1538) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1539) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1540) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1541) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1542) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1543) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1544) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1545) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1546) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1547) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1548) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1549) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1550) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1551) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1552) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1553) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1554) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1555) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1556) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1557) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1558) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1559) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1560) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1561) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1562) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1563) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1564) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1565) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1566) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1567) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1568) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1569) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1570) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1571) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1572) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1573) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1574) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1575) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1576) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1581) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1582) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1583) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1584) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1585) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1586) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1587) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1588) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1589) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1590) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1591) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1592) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1593) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1594) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1595) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1596) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1597) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1598) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1599) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1600) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1601) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1602) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1603) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1604) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1605) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1606) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1607) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1608) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1609) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1610) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1611) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1612) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1613) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_ARP (line 15) | AF_ARP = 0x1c constant AF_BLUETOOTH (line 16) | AF_BLUETOOTH = 0x1f 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_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IEEE80211 (line 27) | AF_IEEE80211 = 0x20 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_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x23 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OROUTE (line 41) | AF_OROUTE = 0x11 constant AF_OSI (line 42) | AF_OSI = 0x7 constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x22 constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ARPHRD_ARCNET (line 48) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_STRIP (line 53) | ARPHRD_STRIP = 0x17 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 B460800 (line 69) | B460800 = 0x70800 constant B4800 (line 70) | B4800 = 0x12c0 constant B50 (line 71) | B50 = 0x32 constant B57600 (line 72) | B57600 = 0xe100 constant B600 (line 73) | B600 = 0x258 constant B7200 (line 74) | B7200 = 0x1c20 constant B75 (line 75) | B75 = 0x4b constant B76800 (line 76) | B76800 = 0x12c00 constant B921600 (line 77) | B921600 = 0xe1000 constant B9600 (line 78) | B9600 = 0x2580 constant BIOCFEEDBACK (line 79) | BIOCFEEDBACK = 0x8004427d constant BIOCFLUSH (line 80) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 81) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 82) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 83) | BIOCGDLTLIST = 0xc0104277 constant BIOCGETIF (line 84) | BIOCGETIF = 0x4090426b constant BIOCGFEEDBACK (line 85) | BIOCGFEEDBACK = 0x4004427c constant BIOCGHDRCMPLT (line 86) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 87) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGSEESENT (line 88) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 89) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 90) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 91) | BIOCIMMEDIATE = 0x80044270 constant BIOCPROMISC (line 92) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 93) | BIOCSBLEN = 0xc0044266 constant BIOCSDLT (line 94) | BIOCSDLT = 0x80044276 constant BIOCSETF (line 95) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 96) | BIOCSETIF = 0x8090426c constant BIOCSFEEDBACK (line 97) | BIOCSFEEDBACK = 0x8004427d constant BIOCSHDRCMPLT (line 98) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010427a constant BIOCSSEESENT (line 100) | BIOCSSEESENT = 0x80044279 constant BIOCSTCPF (line 101) | BIOCSTCPF = 0x80104272 constant BIOCSUDPF (line 102) | BIOCSUDPF = 0x80104273 constant BIOCVERSION (line 103) | BIOCVERSION = 0x40044271 constant BPF_A (line 104) | BPF_A = 0x10 constant BPF_ABS (line 105) | BPF_ABS = 0x20 constant BPF_ADD (line 106) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 107) | BPF_ALIGNMENT = 0x8 constant BPF_ALIGNMENT32 (line 108) | BPF_ALIGNMENT32 = 0x4 constant BPF_ALU (line 109) | BPF_ALU = 0x4 constant BPF_AND (line 110) | BPF_AND = 0x50 constant BPF_B (line 111) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 112) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 113) | BPF_DIV = 0x30 constant BPF_H (line 114) | BPF_H = 0x8 constant BPF_IMM (line 115) | BPF_IMM = 0x0 constant BPF_IND (line 116) | BPF_IND = 0x40 constant BPF_JA (line 117) | BPF_JA = 0x0 constant BPF_JEQ (line 118) | BPF_JEQ = 0x10 constant BPF_JGE (line 119) | BPF_JGE = 0x30 constant BPF_JGT (line 120) | BPF_JGT = 0x20 constant BPF_JMP (line 121) | BPF_JMP = 0x5 constant BPF_JSET (line 122) | BPF_JSET = 0x40 constant BPF_K (line 123) | BPF_K = 0x0 constant BPF_LD (line 124) | BPF_LD = 0x0 constant BPF_LDX (line 125) | BPF_LDX = 0x1 constant BPF_LEN (line 126) | BPF_LEN = 0x80 constant BPF_LSH (line 127) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 128) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 129) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 130) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 131) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 132) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 133) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 134) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 135) | BPF_MISC = 0x7 constant BPF_MSH (line 136) | BPF_MSH = 0xa0 constant BPF_MUL (line 137) | BPF_MUL = 0x20 constant BPF_NEG (line 138) | BPF_NEG = 0x80 constant BPF_OR (line 139) | BPF_OR = 0x40 constant BPF_RELEASE (line 140) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 141) | BPF_RET = 0x6 constant BPF_RSH (line 142) | BPF_RSH = 0x70 constant BPF_ST (line 143) | BPF_ST = 0x2 constant BPF_STX (line 144) | BPF_STX = 0x3 constant BPF_SUB (line 145) | BPF_SUB = 0x10 constant BPF_TAX (line 146) | BPF_TAX = 0x0 constant BPF_TXA (line 147) | BPF_TXA = 0x80 constant BPF_W (line 148) | BPF_W = 0x0 constant BPF_X (line 149) | BPF_X = 0x8 constant BRKINT (line 150) | BRKINT = 0x2 constant CFLUSH (line 151) | CFLUSH = 0xf constant CLOCAL (line 152) | CLOCAL = 0x8000 constant CLONE_CSIGNAL (line 153) | CLONE_CSIGNAL = 0xff constant CLONE_FILES (line 154) | CLONE_FILES = 0x400 constant CLONE_FS (line 155) | CLONE_FS = 0x200 constant CLONE_PID (line 156) | CLONE_PID = 0x1000 constant CLONE_PTRACE (line 157) | CLONE_PTRACE = 0x2000 constant CLONE_SIGHAND (line 158) | CLONE_SIGHAND = 0x800 constant CLONE_VFORK (line 159) | CLONE_VFORK = 0x4000 constant CLONE_VM (line 160) | CLONE_VM = 0x100 constant CPUSTATES (line 161) | CPUSTATES = 0x5 constant CP_IDLE (line 162) | CP_IDLE = 0x4 constant CP_INTR (line 163) | CP_INTR = 0x3 constant CP_NICE (line 164) | CP_NICE = 0x1 constant CP_SYS (line 165) | CP_SYS = 0x2 constant CP_USER (line 166) | CP_USER = 0x0 constant CREAD (line 167) | CREAD = 0x800 constant CRTSCTS (line 168) | CRTSCTS = 0x10000 constant CS5 (line 169) | CS5 = 0x0 constant CS6 (line 170) | CS6 = 0x100 constant CS7 (line 171) | CS7 = 0x200 constant CS8 (line 172) | CS8 = 0x300 constant CSIZE (line 173) | CSIZE = 0x300 constant CSTART (line 174) | CSTART = 0x11 constant CSTATUS (line 175) | CSTATUS = 0x14 constant CSTOP (line 176) | CSTOP = 0x13 constant CSTOPB (line 177) | CSTOPB = 0x400 constant CSUSP (line 178) | CSUSP = 0x1a constant CTL_HW (line 179) | CTL_HW = 0x6 constant CTL_KERN (line 180) | CTL_KERN = 0x1 constant CTL_MAXNAME (line 181) | CTL_MAXNAME = 0xc constant CTL_NET (line 182) | CTL_NET = 0x4 constant CTL_QUERY (line 183) | CTL_QUERY = -0x2 constant DIOCBSFLUSH (line 184) | DIOCBSFLUSH = 0x20006478 constant DLT_A429 (line 185) | DLT_A429 = 0xb8 constant DLT_A653_ICM (line 186) | DLT_A653_ICM = 0xb9 constant DLT_AIRONET_HEADER (line 187) | DLT_AIRONET_HEADER = 0x78 constant DLT_AOS (line 188) | DLT_AOS = 0xde constant DLT_APPLE_IP_OVER_IEEE1394 (line 189) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 190) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 191) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 192) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 193) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 194) | DLT_AURORA = 0x7e constant DLT_AX25 (line 195) | DLT_AX25 = 0x3 constant DLT_AX25_KISS (line 196) | DLT_AX25_KISS = 0xca constant DLT_BACNET_MS_TP (line 197) | DLT_BACNET_MS_TP = 0xa5 constant DLT_BLUETOOTH_HCI_H4 (line 198) | DLT_BLUETOOTH_HCI_H4 = 0xbb constant DLT_BLUETOOTH_HCI_H4_WITH_PHDR (line 199) | DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 0xc9 constant DLT_CAN20B (line 200) | DLT_CAN20B = 0xbe constant DLT_CAN_SOCKETCAN (line 201) | DLT_CAN_SOCKETCAN = 0xe3 constant DLT_CHAOS (line 202) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 203) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 204) | DLT_C_HDLC = 0x68 constant DLT_C_HDLC_WITH_DIR (line 205) | DLT_C_HDLC_WITH_DIR = 0xcd constant DLT_DECT (line 206) | DLT_DECT = 0xdd constant DLT_DOCSIS (line 207) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 208) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 209) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 210) | DLT_EN3MB = 0x2 constant DLT_ENC (line 211) | DLT_ENC = 0x6d constant DLT_ERF (line 212) | DLT_ERF = 0xc5 constant DLT_ERF_ETH (line 213) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 214) | DLT_ERF_POS = 0xb0 constant DLT_FC_2 (line 215) | DLT_FC_2 = 0xe0 constant DLT_FC_2_WITH_FRAME_DELIMS (line 216) | DLT_FC_2_WITH_FRAME_DELIMS = 0xe1 constant DLT_FDDI (line 217) | DLT_FDDI = 0xa constant DLT_FLEXRAY (line 218) | DLT_FLEXRAY = 0xd2 constant DLT_FRELAY (line 219) | DLT_FRELAY = 0x6b constant DLT_FRELAY_WITH_DIR (line 220) | DLT_FRELAY_WITH_DIR = 0xce constant DLT_GCOM_SERIAL (line 221) | DLT_GCOM_SERIAL = 0xad constant DLT_GCOM_T1E1 (line 222) | DLT_GCOM_T1E1 = 0xac constant DLT_GPF_F (line 223) | DLT_GPF_F = 0xab constant DLT_GPF_T (line 224) | DLT_GPF_T = 0xaa constant DLT_GPRS_LLC (line 225) | DLT_GPRS_LLC = 0xa9 constant DLT_GSMTAP_ABIS (line 226) | DLT_GSMTAP_ABIS = 0xda constant DLT_GSMTAP_UM (line 227) | DLT_GSMTAP_UM = 0xd9 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_IEEE802_15_4 (line 237) | DLT_IEEE802_15_4 = 0xc3 constant DLT_IEEE802_15_4_LINUX (line 238) | DLT_IEEE802_15_4_LINUX = 0xbf constant DLT_IEEE802_15_4_NONASK_PHY (line 239) | DLT_IEEE802_15_4_NONASK_PHY = 0xd7 constant DLT_IEEE802_16_MAC_CPS (line 240) | DLT_IEEE802_16_MAC_CPS = 0xbc constant DLT_IEEE802_16_MAC_CPS_RADIO (line 241) | DLT_IEEE802_16_MAC_CPS_RADIO = 0xc1 constant DLT_IPMB (line 242) | DLT_IPMB = 0xc7 constant DLT_IPMB_LINUX (line 243) | DLT_IPMB_LINUX = 0xd1 constant DLT_IPNET (line 244) | DLT_IPNET = 0xe2 constant DLT_IPV4 (line 245) | DLT_IPV4 = 0xe4 constant DLT_IPV6 (line 246) | DLT_IPV6 = 0xe5 constant DLT_IP_OVER_FC (line 247) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 248) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 249) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 250) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 251) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 252) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 253) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 254) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_ISM (line 255) | DLT_JUNIPER_ISM = 0xc2 constant DLT_JUNIPER_MFR (line 256) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 257) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 258) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 259) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 260) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 261) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 262) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 263) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 264) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_JUNIPER_ST (line 265) | DLT_JUNIPER_ST = 0xc8 constant DLT_JUNIPER_VP (line 266) | DLT_JUNIPER_VP = 0xb7 constant DLT_LAPB_WITH_DIR (line 267) | DLT_LAPB_WITH_DIR = 0xcf constant DLT_LAPD (line 268) | DLT_LAPD = 0xcb constant DLT_LIN (line 269) | DLT_LIN = 0xd4 constant DLT_LINUX_EVDEV (line 270) | DLT_LINUX_EVDEV = 0xd8 constant DLT_LINUX_IRDA (line 271) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 272) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 273) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 274) | DLT_LOOP = 0x6c constant DLT_LTALK (line 275) | DLT_LTALK = 0x72 constant DLT_MFR (line 276) | DLT_MFR = 0xb6 constant DLT_MOST (line 277) | DLT_MOST = 0xd3 constant DLT_MPLS (line 278) | DLT_MPLS = 0xdb constant DLT_MTP2 (line 279) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 280) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 281) | DLT_MTP3 = 0x8d constant DLT_NULL (line 282) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 283) | DLT_PCI_EXP = 0x7d constant DLT_PFLOG (line 284) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 285) | DLT_PFSYNC = 0x12 constant DLT_PPI (line 286) | DLT_PPI = 0xc0 constant DLT_PPP (line 287) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 288) | DLT_PPP_BSDOS = 0xe constant DLT_PPP_ETHER (line 289) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_PPPD (line 290) | DLT_PPP_PPPD = 0xa6 constant DLT_PPP_SERIAL (line 291) | DLT_PPP_SERIAL = 0x32 constant DLT_PPP_WITH_DIR (line 292) | DLT_PPP_WITH_DIR = 0xcc constant DLT_PRISM_HEADER (line 293) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 294) | DLT_PRONET = 0x4 constant DLT_RAIF1 (line 295) | DLT_RAIF1 = 0xc6 constant DLT_RAW (line 296) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 297) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 298) | DLT_RIO = 0x7c constant DLT_SCCP (line 299) | DLT_SCCP = 0x8e constant DLT_SITA (line 300) | DLT_SITA = 0xc4 constant DLT_SLIP (line 301) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 302) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 303) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 304) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 305) | DLT_TZSP = 0x80 constant DLT_USB (line 306) | DLT_USB = 0xba constant DLT_USB_LINUX (line 307) | DLT_USB_LINUX = 0xbd constant DLT_USB_LINUX_MMAPPED (line 308) | DLT_USB_LINUX_MMAPPED = 0xdc constant DLT_WIHART (line 309) | DLT_WIHART = 0xdf constant DLT_X2E_SERIAL (line 310) | DLT_X2E_SERIAL = 0xd5 constant DLT_X2E_XORAYA (line 311) | DLT_X2E_XORAYA = 0xd6 constant DT_BLK (line 312) | DT_BLK = 0x6 constant DT_CHR (line 313) | DT_CHR = 0x2 constant DT_DIR (line 314) | DT_DIR = 0x4 constant DT_FIFO (line 315) | DT_FIFO = 0x1 constant DT_LNK (line 316) | DT_LNK = 0xa constant DT_REG (line 317) | DT_REG = 0x8 constant DT_SOCK (line 318) | DT_SOCK = 0xc constant DT_UNKNOWN (line 319) | DT_UNKNOWN = 0x0 constant DT_WHT (line 320) | DT_WHT = 0xe constant ECHO (line 321) | ECHO = 0x8 constant ECHOCTL (line 322) | ECHOCTL = 0x40 constant ECHOE (line 323) | ECHOE = 0x2 constant ECHOK (line 324) | ECHOK = 0x4 constant ECHOKE (line 325) | ECHOKE = 0x1 constant ECHONL (line 326) | ECHONL = 0x10 constant ECHOPRT (line 327) | ECHOPRT = 0x20 constant EMUL_LINUX (line 328) | EMUL_LINUX = 0x1 constant EMUL_LINUX32 (line 329) | EMUL_LINUX32 = 0x5 constant EMUL_MAXID (line 330) | EMUL_MAXID = 0x6 constant ETHERCAP_JUMBO_MTU (line 331) | ETHERCAP_JUMBO_MTU = 0x4 constant ETHERCAP_VLAN_HWTAGGING (line 332) | ETHERCAP_VLAN_HWTAGGING = 0x2 constant ETHERCAP_VLAN_MTU (line 333) | ETHERCAP_VLAN_MTU = 0x1 constant ETHERMIN (line 334) | ETHERMIN = 0x2e constant ETHERMTU (line 335) | ETHERMTU = 0x5dc constant ETHERMTU_JUMBO (line 336) | ETHERMTU_JUMBO = 0x2328 constant ETHERTYPE_8023 (line 337) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 338) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 339) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 340) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 341) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 342) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 343) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_APOLLO (line 344) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 345) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 346) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 347) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 348) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 349) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 350) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 351) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 352) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 353) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 354) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 355) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 356) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 357) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 358) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 359) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 360) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 361) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 362) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 363) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 364) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 365) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 366) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 367) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 368) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 369) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 370) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 371) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 372) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 373) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 374) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 375) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 376) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 377) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 378) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 379) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 380) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 381) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 382) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 383) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 384) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 385) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_ECMA (line 386) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 387) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 388) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 389) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 390) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 391) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 392) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 393) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 394) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 395) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 396) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 397) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 398) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 399) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 400) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 401) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 402) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 403) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 404) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 405) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 406) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 407) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 408) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 409) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 410) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 411) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 412) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 413) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LOGICRAFT (line 414) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 415) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MATRA (line 416) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 417) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 418) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 419) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 420) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 421) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 422) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 423) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 424) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 425) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 426) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 427) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 428) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 429) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 430) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 431) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 432) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 433) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 434) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 435) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 436) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 437) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 438) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 439) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 440) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 441) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 442) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 443) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NOVELL (line 444) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 445) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 446) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 447) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NTRAILER (line 448) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 449) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 450) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 451) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PAE (line 452) | ETHERTYPE_PAE = 0x888e constant ETHERTYPE_PCS (line 453) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 454) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 455) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 456) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 457) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 458) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 459) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 460) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_RACAL (line 461) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 462) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 463) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 464) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 465) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 466) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 467) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 468) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 469) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 470) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 471) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 472) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 473) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 474) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 475) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 476) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOWPROTOCOLS (line 477) | ETHERTYPE_SLOWPROTOCOLS = 0x8809 constant ETHERTYPE_SNA (line 478) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 479) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 480) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 481) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 482) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 483) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 484) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 485) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 486) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 487) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 488) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 489) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 490) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 491) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 492) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 493) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 494) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 495) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 496) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 497) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 498) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 499) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 500) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 501) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 502) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 503) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 504) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 505) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 506) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 507) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 508) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 509) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 510) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 511) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 512) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 513) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 514) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 515) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 516) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 517) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 518) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 519) | ETHER_ADDR_LEN = 0x6 constant ETHER_CRC_LEN (line 520) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 521) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 522) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 523) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_LEN (line 524) | ETHER_MAX_LEN = 0x5ee constant ETHER_MAX_LEN_JUMBO (line 525) | ETHER_MAX_LEN_JUMBO = 0x233a constant ETHER_MIN_LEN (line 526) | ETHER_MIN_LEN = 0x40 constant ETHER_PPPOE_ENCAP_LEN (line 527) | ETHER_PPPOE_ENCAP_LEN = 0x8 constant ETHER_TYPE_LEN (line 528) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 529) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 530) | EVFILT_AIO = 0x2 constant EVFILT_PROC (line 531) | EVFILT_PROC = 0x4 constant EVFILT_READ (line 532) | EVFILT_READ = 0x0 constant EVFILT_SIGNAL (line 533) | EVFILT_SIGNAL = 0x5 constant EVFILT_SYSCOUNT (line 534) | EVFILT_SYSCOUNT = 0x7 constant EVFILT_TIMER (line 535) | EVFILT_TIMER = 0x6 constant EVFILT_VNODE (line 536) | EVFILT_VNODE = 0x3 constant EVFILT_WRITE (line 537) | EVFILT_WRITE = 0x1 constant EV_ADD (line 538) | EV_ADD = 0x1 constant EV_CLEAR (line 539) | EV_CLEAR = 0x20 constant EV_DELETE (line 540) | EV_DELETE = 0x2 constant EV_DISABLE (line 541) | EV_DISABLE = 0x8 constant EV_ENABLE (line 542) | EV_ENABLE = 0x4 constant EV_EOF (line 543) | EV_EOF = 0x8000 constant EV_ERROR (line 544) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 545) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 546) | EV_ONESHOT = 0x10 constant EV_SYSFLAGS (line 547) | EV_SYSFLAGS = 0xf000 constant EXTA (line 548) | EXTA = 0x4b00 constant EXTATTR_CMD_START (line 549) | EXTATTR_CMD_START = 0x1 constant EXTATTR_CMD_STOP (line 550) | EXTATTR_CMD_STOP = 0x2 constant EXTATTR_NAMESPACE_SYSTEM (line 551) | EXTATTR_NAMESPACE_SYSTEM = 0x2 constant EXTATTR_NAMESPACE_USER (line 552) | EXTATTR_NAMESPACE_USER = 0x1 constant EXTB (line 553) | EXTB = 0x9600 constant EXTPROC (line 554) | EXTPROC = 0x800 constant FD_CLOEXEC (line 555) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 556) | FD_SETSIZE = 0x100 constant FLUSHO (line 557) | FLUSHO = 0x800000 constant F_CLOSEM (line 558) | F_CLOSEM = 0xa constant F_DUPFD (line 559) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 560) | F_DUPFD_CLOEXEC = 0xc constant F_FSCTL (line 561) | F_FSCTL = -0x80000000 constant F_FSDIRMASK (line 562) | F_FSDIRMASK = 0x70000000 constant F_FSIN (line 563) | F_FSIN = 0x10000000 constant F_FSINOUT (line 564) | F_FSINOUT = 0x30000000 constant F_FSOUT (line 565) | F_FSOUT = 0x20000000 constant F_FSPRIV (line 566) | F_FSPRIV = 0x8000 constant F_FSVOID (line 567) | F_FSVOID = 0x40000000 constant F_GETFD (line 568) | F_GETFD = 0x1 constant F_GETFL (line 569) | F_GETFL = 0x3 constant F_GETLK (line 570) | F_GETLK = 0x7 constant F_GETNOSIGPIPE (line 571) | F_GETNOSIGPIPE = 0xd constant F_GETOWN (line 572) | F_GETOWN = 0x5 constant F_MAXFD (line 573) | F_MAXFD = 0xb constant F_OK (line 574) | F_OK = 0x0 constant F_PARAM_MASK (line 575) | F_PARAM_MASK = 0xfff constant F_PARAM_MAX (line 576) | F_PARAM_MAX = 0xfff constant F_RDLCK (line 577) | F_RDLCK = 0x1 constant F_SETFD (line 578) | F_SETFD = 0x2 constant F_SETFL (line 579) | F_SETFL = 0x4 constant F_SETLK (line 580) | F_SETLK = 0x8 constant F_SETLKW (line 581) | F_SETLKW = 0x9 constant F_SETNOSIGPIPE (line 582) | F_SETNOSIGPIPE = 0xe constant F_SETOWN (line 583) | F_SETOWN = 0x6 constant F_UNLCK (line 584) | F_UNLCK = 0x2 constant F_WRLCK (line 585) | F_WRLCK = 0x3 constant HUPCL (line 586) | HUPCL = 0x4000 constant HW_MACHINE (line 587) | HW_MACHINE = 0x1 constant ICANON (line 588) | ICANON = 0x100 constant ICMP6_FILTER (line 589) | ICMP6_FILTER = 0x12 constant ICRNL (line 590) | ICRNL = 0x100 constant IEXTEN (line 591) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 592) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 593) | IFAN_DEPARTURE = 0x1 constant IFA_ROUTE (line 594) | IFA_ROUTE = 0x1 constant IFF_ALLMULTI (line 595) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 596) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 597) | IFF_CANTCHANGE = 0x8f52 constant IFF_DEBUG (line 598) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 599) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 600) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 601) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 602) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 603) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 604) | IFF_NOARP = 0x80 constant IFF_NOTRAILERS (line 605) | IFF_NOTRAILERS = 0x20 constant IFF_OACTIVE (line 606) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 607) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 608) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 609) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 610) | IFF_SIMPLEX = 0x800 constant IFF_UP (line 611) | IFF_UP = 0x1 constant IFNAMSIZ (line 612) | IFNAMSIZ = 0x10 constant IFT_1822 (line 613) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 614) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 615) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 616) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 617) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 618) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 619) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 620) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 621) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 622) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 623) | IFT_ASYNC = 0x54 constant IFT_ATM (line 624) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 625) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 626) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 627) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 628) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 629) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 630) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 631) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 632) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 633) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BRIDGE (line 634) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 635) | IFT_BSC = 0x53 constant IFT_CARP (line 636) | IFT_CARP = 0xf8 constant IFT_CCTEMUL (line 637) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 638) | IFT_CEPT = 0x13 constant IFT_CES (line 639) | IFT_CES = 0x85 constant IFT_CHANNEL (line 640) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 641) | IFT_CNR = 0x55 constant IFT_COFFEE (line 642) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 643) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 644) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 645) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 646) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 647) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 648) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 649) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 650) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 651) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 652) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 653) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 654) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 655) | IFT_DS3 = 0x1e constant IFT_DTM (line 656) | IFT_DTM = 0x8c constant IFT_DVBASILN (line 657) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 658) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 659) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 660) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 661) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 662) | IFT_ECONET = 0xce constant IFT_EON (line 663) | IFT_EON = 0x19 constant IFT_EPLRS (line 664) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 665) | IFT_ESCON = 0x49 constant IFT_ETHER (line 666) | IFT_ETHER = 0x6 constant IFT_FAITH (line 667) | IFT_FAITH = 0xf2 constant IFT_FAST (line 668) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 669) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 670) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 671) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 672) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 673) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 674) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 675) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 676) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 677) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 678) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 679) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 680) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 681) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 682) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 683) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 684) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 685) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 686) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 687) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 688) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 689) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 690) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 691) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 692) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 693) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 694) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 695) | IFT_HSSI = 0x2e constant IFT_HY (line 696) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 697) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 698) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 699) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 700) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 701) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 702) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 703) | IFT_IFGSN = 0x91 constant IFT_IMT (line 704) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 705) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 706) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 707) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 708) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 709) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 710) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 711) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 712) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 713) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 714) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 715) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 716) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 717) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 718) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 719) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 720) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 721) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 722) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 723) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 724) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 725) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 726) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 727) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 728) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 729) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 730) | IFT_LAPB = 0x10 constant IFT_LAPD (line 731) | IFT_LAPD = 0x4d constant IFT_LAPF (line 732) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 733) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 734) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 735) | IFT_LOOP = 0x18 constant IFT_MEDIAMAILOVERIP (line 736) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 737) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 738) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 739) | IFT_MODEM = 0x30 constant IFT_MPC (line 740) | IFT_MPC = 0x71 constant IFT_MPLS (line 741) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 742) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 743) | IFT_MSDSL = 0x8f constant IFT_MVL (line 744) | IFT_MVL = 0xbf constant IFT_MYRINET (line 745) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 746) | IFT_NFAS = 0xaf constant IFT_NSIP (line 747) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 748) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 749) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 750) | IFT_OTHER = 0x1 constant IFT_P10 (line 751) | IFT_P10 = 0xc constant IFT_P80 (line 752) | IFT_P80 = 0xd constant IFT_PARA (line 753) | IFT_PARA = 0x22 constant IFT_PFLOG (line 754) | IFT_PFLOG = 0xf5 constant IFT_PFSYNC (line 755) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 756) | IFT_PLC = 0xae constant IFT_PON155 (line 757) | IFT_PON155 = 0xcf constant IFT_PON622 (line 758) | IFT_PON622 = 0xd0 constant IFT_POS (line 759) | IFT_POS = 0xab constant IFT_PPP (line 760) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 761) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 762) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 763) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 764) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 765) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 766) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 767) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 768) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 769) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 770) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 771) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 772) | IFT_PVC = 0xf1 constant IFT_Q2931 (line 773) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 774) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 775) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 776) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 777) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 778) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 779) | IFT_RS232 = 0x21 constant IFT_RSRB (line 780) | IFT_RSRB = 0x4f constant IFT_SDLC (line 781) | IFT_SDLC = 0x11 constant IFT_SDSL (line 782) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 783) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 784) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 785) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 786) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 787) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 788) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 789) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 790) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 791) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 792) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 793) | IFT_SONETVT = 0x33 constant IFT_SRP (line 794) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 795) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 796) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 797) | IFT_STARLAN = 0xb constant IFT_STF (line 798) | IFT_STF = 0xd7 constant IFT_T1 (line 799) | IFT_T1 = 0x12 constant IFT_TDLC (line 800) | IFT_TDLC = 0x74 constant IFT_TELINK (line 801) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 802) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 803) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 804) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 805) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 806) | IFT_ULTRA = 0x1d constant IFT_USB (line 807) | IFT_USB = 0xa0 constant IFT_V11 (line 808) | IFT_V11 = 0x40 constant IFT_V35 (line 809) | IFT_V35 = 0x2d constant IFT_V36 (line 810) | IFT_V36 = 0x41 constant IFT_V37 (line 811) | IFT_V37 = 0x78 constant IFT_VDSL (line 812) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 813) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 814) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 815) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 816) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 817) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 818) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 819) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 820) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 821) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 822) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 823) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 824) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 825) | IFT_VOICEOVERIP = 0x68 constant IFT_X213 (line 826) | IFT_X213 = 0x5d constant IFT_X25 (line 827) | IFT_X25 = 0x5 constant IFT_X25DDN (line 828) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 829) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 830) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 831) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 832) | IFT_XETHER = 0x1a constant IGNBRK (line 833) | IGNBRK = 0x1 constant IGNCR (line 834) | IGNCR = 0x80 constant IGNPAR (line 835) | IGNPAR = 0x4 constant IMAXBEL (line 836) | IMAXBEL = 0x2000 constant INLCR (line 837) | INLCR = 0x40 constant INPCK (line 838) | INPCK = 0x10 constant IN_CLASSA_HOST (line 839) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 840) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 841) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 842) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 843) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 844) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 845) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 846) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 847) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 848) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 849) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 850) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 851) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 852) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 853) | IN_LOOPBACKNET = 0x7f constant IPPROTO_AH (line 854) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 855) | IPPROTO_CARP = 0x70 constant IPPROTO_DONE (line 856) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 857) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 858) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 859) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 860) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 861) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 862) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 863) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 864) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 865) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 866) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 867) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 868) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 869) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 870) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 871) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 872) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 873) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 874) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 875) | IPPROTO_IPV6 = 0x29 constant IPPROTO_IPV6_ICMP (line 876) | IPPROTO_IPV6_ICMP = 0x3a constant IPPROTO_MAX (line 877) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 878) | IPPROTO_MAXID = 0x34 constant IPPROTO_MOBILE (line 879) | IPPROTO_MOBILE = 0x37 constant IPPROTO_NONE (line 880) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 881) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 882) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 883) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 884) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 885) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 886) | IPPROTO_RSVP = 0x2e constant IPPROTO_TCP (line 887) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 888) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 889) | IPPROTO_UDP = 0x11 constant IPPROTO_VRRP (line 890) | IPPROTO_VRRP = 0x70 constant IPV6_CHECKSUM (line 891) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 892) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 893) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 894) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 895) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 896) | IPV6_DSTOPTS = 0x32 constant IPV6_FAITH (line 897) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 898) | IPV6_FLOWINFO_MASK = 0xffffff0f constant IPV6_FLOWLABEL_MASK (line 899) | IPV6_FLOWLABEL_MASK = 0xffff0f00 constant IPV6_FRAGTTL (line 900) | IPV6_FRAGTTL = 0x78 constant IPV6_HLIMDEC (line 901) | IPV6_HLIMDEC = 0x1 constant IPV6_HOPLIMIT (line 902) | IPV6_HOPLIMIT = 0x2f constant IPV6_HOPOPTS (line 903) | IPV6_HOPOPTS = 0x31 constant IPV6_IPSEC_POLICY (line 904) | IPV6_IPSEC_POLICY = 0x1c constant IPV6_JOIN_GROUP (line 905) | IPV6_JOIN_GROUP = 0xc constant IPV6_LEAVE_GROUP (line 906) | IPV6_LEAVE_GROUP = 0xd constant IPV6_MAXHLIM (line 907) | IPV6_MAXHLIM = 0xff constant IPV6_MAXPACKET (line 908) | IPV6_MAXPACKET = 0xffff constant IPV6_MMTU (line 909) | IPV6_MMTU = 0x500 constant IPV6_MULTICAST_HOPS (line 910) | IPV6_MULTICAST_HOPS = 0xa constant IPV6_MULTICAST_IF (line 911) | IPV6_MULTICAST_IF = 0x9 constant IPV6_MULTICAST_LOOP (line 912) | IPV6_MULTICAST_LOOP = 0xb constant IPV6_NEXTHOP (line 913) | IPV6_NEXTHOP = 0x30 constant IPV6_PATHMTU (line 914) | IPV6_PATHMTU = 0x2c constant IPV6_PKTINFO (line 915) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 916) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 917) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 918) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 919) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 920) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 921) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 922) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 923) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 924) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 925) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 926) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTHDR (line 927) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 928) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 929) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 930) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 931) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 932) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 933) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 934) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 935) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 936) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 937) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 938) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 939) | IP_ADD_MEMBERSHIP = 0xc 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_EF (line 944) | IP_EF = 0x8000 constant IP_ERRORMTU (line 945) | IP_ERRORMTU = 0x15 constant IP_HDRINCL (line 946) | IP_HDRINCL = 0x2 constant IP_IPSEC_POLICY (line 947) | IP_IPSEC_POLICY = 0x16 constant IP_MAXPACKET (line 948) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 949) | IP_MAX_MEMBERSHIPS = 0x14 constant IP_MF (line 950) | IP_MF = 0x2000 constant IP_MINFRAGSIZE (line 951) | IP_MINFRAGSIZE = 0x45 constant IP_MINTTL (line 952) | IP_MINTTL = 0x18 constant IP_MSS (line 953) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 954) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 955) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 956) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 957) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 958) | IP_OPTIONS = 0x1 constant IP_PORTRANGE (line 959) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 960) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 961) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 962) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 963) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 964) | IP_RECVIF = 0x14 constant IP_RECVOPTS (line 965) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 966) | IP_RECVRETOPTS = 0x6 constant IP_RECVTTL (line 967) | IP_RECVTTL = 0x17 constant IP_RETOPTS (line 968) | IP_RETOPTS = 0x8 constant IP_RF (line 969) | IP_RF = 0x8000 constant IP_TOS (line 970) | IP_TOS = 0x3 constant IP_TTL (line 971) | IP_TTL = 0x4 constant ISIG (line 972) | ISIG = 0x80 constant ISTRIP (line 973) | ISTRIP = 0x20 constant IXANY (line 974) | IXANY = 0x800 constant IXOFF (line 975) | IXOFF = 0x400 constant IXON (line 976) | IXON = 0x200 constant KERN_HOSTNAME (line 977) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 978) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 979) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 980) | KERN_VERSION = 0x4 constant LOCK_EX (line 981) | LOCK_EX = 0x2 constant LOCK_NB (line 982) | LOCK_NB = 0x4 constant LOCK_SH (line 983) | LOCK_SH = 0x1 constant LOCK_UN (line 984) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 985) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 986) | MADV_FREE = 0x6 constant MADV_NORMAL (line 987) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 988) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 989) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 990) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 991) | MADV_WILLNEED = 0x3 constant MAP_ALIGNMENT_16MB (line 992) | MAP_ALIGNMENT_16MB = 0x18000000 constant MAP_ALIGNMENT_1TB (line 993) | MAP_ALIGNMENT_1TB = 0x28000000 constant MAP_ALIGNMENT_256TB (line 994) | MAP_ALIGNMENT_256TB = 0x30000000 constant MAP_ALIGNMENT_4GB (line 995) | MAP_ALIGNMENT_4GB = 0x20000000 constant MAP_ALIGNMENT_64KB (line 996) | MAP_ALIGNMENT_64KB = 0x10000000 constant MAP_ALIGNMENT_64PB (line 997) | MAP_ALIGNMENT_64PB = 0x38000000 constant MAP_ALIGNMENT_MASK (line 998) | MAP_ALIGNMENT_MASK = -0x1000000 constant MAP_ALIGNMENT_SHIFT (line 999) | MAP_ALIGNMENT_SHIFT = 0x18 constant MAP_ANON (line 1000) | MAP_ANON = 0x1000 constant MAP_FILE (line 1001) | MAP_FILE = 0x0 constant MAP_FIXED (line 1002) | MAP_FIXED = 0x10 constant MAP_HASSEMAPHORE (line 1003) | MAP_HASSEMAPHORE = 0x200 constant MAP_INHERIT (line 1004) | MAP_INHERIT = 0x80 constant MAP_INHERIT_COPY (line 1005) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_DEFAULT (line 1006) | MAP_INHERIT_DEFAULT = 0x1 constant MAP_INHERIT_DONATE_COPY (line 1007) | MAP_INHERIT_DONATE_COPY = 0x3 constant MAP_INHERIT_NONE (line 1008) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1009) | MAP_INHERIT_SHARE = 0x0 constant MAP_NORESERVE (line 1010) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 1011) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1012) | MAP_RENAME = 0x20 constant MAP_SHARED (line 1013) | MAP_SHARED = 0x1 constant MAP_STACK (line 1014) | MAP_STACK = 0x2000 constant MAP_TRYFIXED (line 1015) | MAP_TRYFIXED = 0x400 constant MAP_WIRED (line 1016) | MAP_WIRED = 0x800 constant MCL_CURRENT (line 1017) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1018) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1019) | MNT_ASYNC = 0x40 constant MNT_BASIC_FLAGS (line 1020) | MNT_BASIC_FLAGS = 0xe782807f constant MNT_DEFEXPORTED (line 1021) | MNT_DEFEXPORTED = 0x200 constant MNT_DISCARD (line 1022) | MNT_DISCARD = 0x800000 constant MNT_EXKERB (line 1023) | MNT_EXKERB = 0x800 constant MNT_EXNORESPORT (line 1024) | MNT_EXNORESPORT = 0x8000000 constant MNT_EXPORTANON (line 1025) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1026) | MNT_EXPORTED = 0x100 constant MNT_EXPUBLIC (line 1027) | MNT_EXPUBLIC = 0x10000000 constant MNT_EXRDONLY (line 1028) | MNT_EXRDONLY = 0x80 constant MNT_EXTATTR (line 1029) | MNT_EXTATTR = 0x1000000 constant MNT_FORCE (line 1030) | MNT_FORCE = 0x80000 constant MNT_GETARGS (line 1031) | MNT_GETARGS = 0x400000 constant MNT_IGNORE (line 1032) | MNT_IGNORE = 0x100000 constant MNT_LAZY (line 1033) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1034) | MNT_LOCAL = 0x1000 constant MNT_LOG (line 1035) | MNT_LOG = 0x2000000 constant MNT_NOATIME (line 1036) | MNT_NOATIME = 0x4000000 constant MNT_NOCOREDUMP (line 1037) | MNT_NOCOREDUMP = 0x8000 constant MNT_NODEV (line 1038) | MNT_NODEV = 0x10 constant MNT_NODEVMTIME (line 1039) | MNT_NODEVMTIME = 0x40000000 constant MNT_NOEXEC (line 1040) | MNT_NOEXEC = 0x4 constant MNT_NOSUID (line 1041) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1042) | MNT_NOWAIT = 0x2 constant MNT_OP_FLAGS (line 1043) | MNT_OP_FLAGS = 0x4d0000 constant MNT_QUOTA (line 1044) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1045) | MNT_RDONLY = 0x1 constant MNT_RELATIME (line 1046) | MNT_RELATIME = 0x20000 constant MNT_RELOAD (line 1047) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1048) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1049) | MNT_SOFTDEP = 0x80000000 constant MNT_SYMPERM (line 1050) | MNT_SYMPERM = 0x20000000 constant MNT_SYNCHRONOUS (line 1051) | MNT_SYNCHRONOUS = 0x2 constant MNT_UNION (line 1052) | MNT_UNION = 0x20 constant MNT_UPDATE (line 1053) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1054) | MNT_VISFLAGMASK = 0xff90ffff constant MNT_WAIT (line 1055) | MNT_WAIT = 0x1 constant MSG_BCAST (line 1056) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1057) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CONTROLMBUF (line 1058) | MSG_CONTROLMBUF = 0x2000000 constant MSG_CTRUNC (line 1059) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1060) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1061) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1062) | MSG_EOR = 0x8 constant MSG_IOVUSRSPACE (line 1063) | MSG_IOVUSRSPACE = 0x4000000 constant MSG_LENUSRSPACE (line 1064) | MSG_LENUSRSPACE = 0x8000000 constant MSG_MCAST (line 1065) | MSG_MCAST = 0x200 constant MSG_NAMEMBUF (line 1066) | MSG_NAMEMBUF = 0x1000000 constant MSG_NBIO (line 1067) | MSG_NBIO = 0x1000 constant MSG_NOSIGNAL (line 1068) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1069) | MSG_OOB = 0x1 constant MSG_PEEK (line 1070) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1071) | MSG_TRUNC = 0x10 constant MSG_USERFLAGS (line 1072) | MSG_USERFLAGS = 0xffffff constant MSG_WAITALL (line 1073) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1074) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1075) | MS_INVALIDATE = 0x2 constant MS_SYNC (line 1076) | MS_SYNC = 0x4 constant NAME_MAX (line 1077) | NAME_MAX = 0x1ff constant NET_RT_DUMP (line 1078) | NET_RT_DUMP = 0x1 constant NET_RT_FLAGS (line 1079) | NET_RT_FLAGS = 0x2 constant NET_RT_IFLIST (line 1080) | NET_RT_IFLIST = 0x5 constant NET_RT_MAXID (line 1081) | NET_RT_MAXID = 0x6 constant NET_RT_OIFLIST (line 1082) | NET_RT_OIFLIST = 0x4 constant NET_RT_OOIFLIST (line 1083) | NET_RT_OOIFLIST = 0x3 constant NFDBITS (line 1084) | NFDBITS = 0x20 constant NOFLSH (line 1085) | NOFLSH = 0x80000000 constant NOTE_ATTRIB (line 1086) | NOTE_ATTRIB = 0x8 constant NOTE_CHILD (line 1087) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1088) | NOTE_DELETE = 0x1 constant NOTE_EXEC (line 1089) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1090) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1091) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1092) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1093) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1094) | NOTE_LOWAT = 0x1 constant NOTE_PCTRLMASK (line 1095) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1096) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1097) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1098) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1099) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1100) | NOTE_TRACKERR = 0x2 constant NOTE_WRITE (line 1101) | NOTE_WRITE = 0x2 constant OCRNL (line 1102) | OCRNL = 0x10 constant OFIOGETBMAP (line 1103) | OFIOGETBMAP = 0xc004667a constant ONLCR (line 1104) | ONLCR = 0x2 constant ONLRET (line 1105) | ONLRET = 0x40 constant ONOCR (line 1106) | ONOCR = 0x20 constant ONOEOT (line 1107) | ONOEOT = 0x8 constant OPOST (line 1108) | OPOST = 0x1 constant O_ACCMODE (line 1109) | O_ACCMODE = 0x3 constant O_ALT_IO (line 1110) | O_ALT_IO = 0x40000 constant O_APPEND (line 1111) | O_APPEND = 0x8 constant O_ASYNC (line 1112) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1113) | O_CLOEXEC = 0x400000 constant O_CREAT (line 1114) | O_CREAT = 0x200 constant O_DIRECT (line 1115) | O_DIRECT = 0x80000 constant O_DIRECTORY (line 1116) | O_DIRECTORY = 0x200000 constant O_DSYNC (line 1117) | O_DSYNC = 0x10000 constant O_EXCL (line 1118) | O_EXCL = 0x800 constant O_EXLOCK (line 1119) | O_EXLOCK = 0x20 constant O_FSYNC (line 1120) | O_FSYNC = 0x80 constant O_NDELAY (line 1121) | O_NDELAY = 0x4 constant O_NOCTTY (line 1122) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1123) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1124) | O_NONBLOCK = 0x4 constant O_NOSIGPIPE (line 1125) | O_NOSIGPIPE = 0x1000000 constant O_RDONLY (line 1126) | O_RDONLY = 0x0 constant O_RDWR (line 1127) | O_RDWR = 0x2 constant O_RSYNC (line 1128) | O_RSYNC = 0x20000 constant O_SHLOCK (line 1129) | O_SHLOCK = 0x10 constant O_SYNC (line 1130) | O_SYNC = 0x80 constant O_TRUNC (line 1131) | O_TRUNC = 0x400 constant O_WRONLY (line 1132) | O_WRONLY = 0x1 constant PARENB (line 1133) | PARENB = 0x1000 constant PARMRK (line 1134) | PARMRK = 0x8 constant PARODD (line 1135) | PARODD = 0x2000 constant PENDIN (line 1136) | PENDIN = 0x20000000 constant PRIO_PGRP (line 1137) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1138) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1139) | PRIO_USER = 0x2 constant PRI_IOFLUSH (line 1140) | PRI_IOFLUSH = 0x7c constant PROT_EXEC (line 1141) | PROT_EXEC = 0x4 constant PROT_NONE (line 1142) | PROT_NONE = 0x0 constant PROT_READ (line 1143) | PROT_READ = 0x1 constant PROT_WRITE (line 1144) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 1145) | RLIMIT_AS = 0xa constant RLIMIT_CORE (line 1146) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1147) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1148) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1149) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1150) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1151) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1152) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1153) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1154) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1155) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1156) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 1157) | RTAX_BRD = 0x7 constant RTAX_DST (line 1158) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1159) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1160) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1161) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1162) | RTAX_IFP = 0x4 constant RTAX_MAX (line 1163) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 1164) | RTAX_NETMASK = 0x2 constant RTAX_TAG (line 1165) | RTAX_TAG = 0x8 constant RTA_AUTHOR (line 1166) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 1167) | RTA_BRD = 0x80 constant RTA_DST (line 1168) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1169) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1170) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1171) | RTA_IFA = 0x20 constant RTA_IFP (line 1172) | RTA_IFP = 0x10 constant RTA_NETMASK (line 1173) | RTA_NETMASK = 0x4 constant RTA_TAG (line 1174) | RTA_TAG = 0x100 constant RTF_ANNOUNCE (line 1175) | RTF_ANNOUNCE = 0x20000 constant RTF_BLACKHOLE (line 1176) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONED (line 1177) | RTF_CLONED = 0x2000 constant RTF_CLONING (line 1178) | RTF_CLONING = 0x100 constant RTF_DONE (line 1179) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1180) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 1181) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1182) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1183) | RTF_LLINFO = 0x400 constant RTF_MASK (line 1184) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 1185) | RTF_MODIFIED = 0x20 constant RTF_PROTO1 (line 1186) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1187) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 1188) | RTF_REJECT = 0x8 constant RTF_SRC (line 1189) | RTF_SRC = 0x10000 constant RTF_STATIC (line 1190) | RTF_STATIC = 0x800 constant RTF_UP (line 1191) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 1192) | RTF_XRESOLVE = 0x200 constant RTM_ADD (line 1193) | RTM_ADD = 0x1 constant RTM_CHANGE (line 1194) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 1195) | RTM_CHGADDR = 0x15 constant RTM_DELADDR (line 1196) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1197) | RTM_DELETE = 0x2 constant RTM_GET (line 1198) | RTM_GET = 0x4 constant RTM_IEEE80211 (line 1199) | RTM_IEEE80211 = 0x11 constant RTM_IFANNOUNCE (line 1200) | RTM_IFANNOUNCE = 0x10 constant RTM_IFINFO (line 1201) | RTM_IFINFO = 0x14 constant RTM_LLINFO_UPD (line 1202) | RTM_LLINFO_UPD = 0x13 constant RTM_LOCK (line 1203) | RTM_LOCK = 0x8 constant RTM_LOSING (line 1204) | RTM_LOSING = 0x5 constant RTM_MISS (line 1205) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1206) | RTM_NEWADDR = 0xc constant RTM_OIFINFO (line 1207) | RTM_OIFINFO = 0xf constant RTM_OLDADD (line 1208) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 1209) | RTM_OLDDEL = 0xa constant RTM_OOIFINFO (line 1210) | RTM_OOIFINFO = 0xe constant RTM_REDIRECT (line 1211) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1212) | RTM_RESOLVE = 0xb constant RTM_RTTUNIT (line 1213) | RTM_RTTUNIT = 0xf4240 constant RTM_SETGATE (line 1214) | RTM_SETGATE = 0x12 constant RTM_VERSION (line 1215) | RTM_VERSION = 0x4 constant RTV_EXPIRE (line 1216) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1217) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1218) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1219) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1220) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1221) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1222) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1223) | RTV_SSTHRESH = 0x20 constant RUSAGE_CHILDREN (line 1224) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1225) | RUSAGE_SELF = 0x0 constant SCM_CREDS (line 1226) | SCM_CREDS = 0x4 constant SCM_RIGHTS (line 1227) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1228) | SCM_TIMESTAMP = 0x8 constant SHUT_RD (line 1229) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1230) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1231) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1232) | SIOCADDMULTI = 0x80906931 constant SIOCADDRT (line 1233) | SIOCADDRT = 0x8038720a constant SIOCAIFADDR (line 1234) | SIOCAIFADDR = 0x8040691a constant SIOCALIFADDR (line 1235) | SIOCALIFADDR = 0x8118691c constant SIOCATMARK (line 1236) | SIOCATMARK = 0x40047307 constant SIOCDELMULTI (line 1237) | SIOCDELMULTI = 0x80906932 constant SIOCDELRT (line 1238) | SIOCDELRT = 0x8038720b constant SIOCDIFADDR (line 1239) | SIOCDIFADDR = 0x80906919 constant SIOCDIFPHYADDR (line 1240) | SIOCDIFPHYADDR = 0x80906949 constant SIOCDLIFADDR (line 1241) | SIOCDLIFADDR = 0x8118691e constant SIOCGDRVSPEC (line 1242) | SIOCGDRVSPEC = 0xc028697b constant SIOCGETPFSYNC (line 1243) | SIOCGETPFSYNC = 0xc09069f8 constant SIOCGETSGCNT (line 1244) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1245) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGHIWAT (line 1246) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 1247) | SIOCGIFADDR = 0xc0906921 constant SIOCGIFADDRPREF (line 1248) | SIOCGIFADDRPREF = 0xc0986920 constant SIOCGIFALIAS (line 1249) | SIOCGIFALIAS = 0xc040691b constant SIOCGIFBRDADDR (line 1250) | SIOCGIFBRDADDR = 0xc0906923 constant SIOCGIFCAP (line 1251) | SIOCGIFCAP = 0xc0206976 constant SIOCGIFCONF (line 1252) | SIOCGIFCONF = 0xc0106926 constant SIOCGIFDATA (line 1253) | SIOCGIFDATA = 0xc0986985 constant SIOCGIFDLT (line 1254) | SIOCGIFDLT = 0xc0906977 constant SIOCGIFDSTADDR (line 1255) | SIOCGIFDSTADDR = 0xc0906922 constant SIOCGIFFLAGS (line 1256) | SIOCGIFFLAGS = 0xc0906911 constant SIOCGIFGENERIC (line 1257) | SIOCGIFGENERIC = 0xc090693a constant SIOCGIFMEDIA (line 1258) | SIOCGIFMEDIA = 0xc0306936 constant SIOCGIFMETRIC (line 1259) | SIOCGIFMETRIC = 0xc0906917 constant SIOCGIFMTU (line 1260) | SIOCGIFMTU = 0xc090697e constant SIOCGIFNETMASK (line 1261) | SIOCGIFNETMASK = 0xc0906925 constant SIOCGIFPDSTADDR (line 1262) | SIOCGIFPDSTADDR = 0xc0906948 constant SIOCGIFPSRCADDR (line 1263) | SIOCGIFPSRCADDR = 0xc0906947 constant SIOCGLIFADDR (line 1264) | SIOCGLIFADDR = 0xc118691d constant SIOCGLIFPHYADDR (line 1265) | SIOCGLIFPHYADDR = 0xc118694b constant SIOCGLINKSTR (line 1266) | SIOCGLINKSTR = 0xc0286987 constant SIOCGLOWAT (line 1267) | SIOCGLOWAT = 0x40047303 constant SIOCGPGRP (line 1268) | SIOCGPGRP = 0x40047309 constant SIOCGVH (line 1269) | SIOCGVH = 0xc0906983 constant SIOCIFCREATE (line 1270) | SIOCIFCREATE = 0x8090697a constant SIOCIFDESTROY (line 1271) | SIOCIFDESTROY = 0x80906979 constant SIOCIFGCLONERS (line 1272) | SIOCIFGCLONERS = 0xc0106978 constant SIOCINITIFADDR (line 1273) | SIOCINITIFADDR = 0xc0706984 constant SIOCSDRVSPEC (line 1274) | SIOCSDRVSPEC = 0x8028697b constant SIOCSETPFSYNC (line 1275) | SIOCSETPFSYNC = 0x809069f7 constant SIOCSHIWAT (line 1276) | SIOCSHIWAT = 0x80047300 constant SIOCSIFADDR (line 1277) | SIOCSIFADDR = 0x8090690c constant SIOCSIFADDRPREF (line 1278) | SIOCSIFADDRPREF = 0x8098691f constant SIOCSIFBRDADDR (line 1279) | SIOCSIFBRDADDR = 0x80906913 constant SIOCSIFCAP (line 1280) | SIOCSIFCAP = 0x80206975 constant SIOCSIFDSTADDR (line 1281) | SIOCSIFDSTADDR = 0x8090690e constant SIOCSIFFLAGS (line 1282) | SIOCSIFFLAGS = 0x80906910 constant SIOCSIFGENERIC (line 1283) | SIOCSIFGENERIC = 0x80906939 constant SIOCSIFMEDIA (line 1284) | SIOCSIFMEDIA = 0xc0906935 constant SIOCSIFMETRIC (line 1285) | SIOCSIFMETRIC = 0x80906918 constant SIOCSIFMTU (line 1286) | SIOCSIFMTU = 0x8090697f constant SIOCSIFNETMASK (line 1287) | SIOCSIFNETMASK = 0x80906916 constant SIOCSIFPHYADDR (line 1288) | SIOCSIFPHYADDR = 0x80406946 constant SIOCSLIFPHYADDR (line 1289) | SIOCSLIFPHYADDR = 0x8118694a constant SIOCSLINKSTR (line 1290) | SIOCSLINKSTR = 0x80286988 constant SIOCSLOWAT (line 1291) | SIOCSLOWAT = 0x80047302 constant SIOCSPGRP (line 1292) | SIOCSPGRP = 0x80047308 constant SIOCSVH (line 1293) | SIOCSVH = 0xc0906982 constant SIOCZIFDATA (line 1294) | SIOCZIFDATA = 0xc0986986 constant SOCK_CLOEXEC (line 1295) | SOCK_CLOEXEC = 0x10000000 constant SOCK_DGRAM (line 1296) | SOCK_DGRAM = 0x2 constant SOCK_FLAGS_MASK (line 1297) | SOCK_FLAGS_MASK = 0xf0000000 constant SOCK_NONBLOCK (line 1298) | SOCK_NONBLOCK = 0x20000000 constant SOCK_NOSIGPIPE (line 1299) | SOCK_NOSIGPIPE = 0x40000000 constant SOCK_RAW (line 1300) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1301) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1302) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1303) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1304) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1305) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1306) | SO_ACCEPTCONN = 0x2 constant SO_ACCEPTFILTER (line 1307) | SO_ACCEPTFILTER = 0x1000 constant SO_BROADCAST (line 1308) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1309) | SO_DEBUG = 0x1 constant SO_DONTROUTE (line 1310) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1311) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1312) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1313) | SO_LINGER = 0x80 constant SO_NOHEADER (line 1314) | SO_NOHEADER = 0x100a constant SO_NOSIGPIPE (line 1315) | SO_NOSIGPIPE = 0x800 constant SO_OOBINLINE (line 1316) | SO_OOBINLINE = 0x100 constant SO_OVERFLOWED (line 1317) | SO_OVERFLOWED = 0x1009 constant SO_RCVBUF (line 1318) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1319) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1320) | SO_RCVTIMEO = 0x100c constant SO_REUSEADDR (line 1321) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1322) | SO_REUSEPORT = 0x200 constant SO_SNDBUF (line 1323) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1324) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1325) | SO_SNDTIMEO = 0x100b constant SO_TIMESTAMP (line 1326) | SO_TIMESTAMP = 0x2000 constant SO_TYPE (line 1327) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1328) | SO_USELOOPBACK = 0x40 constant SYSCTL_VERSION (line 1329) | SYSCTL_VERSION = 0x1000000 constant SYSCTL_VERS_0 (line 1330) | SYSCTL_VERS_0 = 0x0 constant SYSCTL_VERS_1 (line 1331) | SYSCTL_VERS_1 = 0x1000000 constant SYSCTL_VERS_MASK (line 1332) | SYSCTL_VERS_MASK = 0xff000000 constant S_ARCH1 (line 1333) | S_ARCH1 = 0x10000 constant S_ARCH2 (line 1334) | S_ARCH2 = 0x20000 constant S_BLKSIZE (line 1335) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1336) | S_IEXEC = 0x40 constant S_IFBLK (line 1337) | S_IFBLK = 0x6000 constant S_IFCHR (line 1338) | S_IFCHR = 0x2000 constant S_IFDIR (line 1339) | S_IFDIR = 0x4000 constant S_IFIFO (line 1340) | S_IFIFO = 0x1000 constant S_IFLNK (line 1341) | S_IFLNK = 0xa000 constant S_IFMT (line 1342) | S_IFMT = 0xf000 constant S_IFREG (line 1343) | S_IFREG = 0x8000 constant S_IFSOCK (line 1344) | S_IFSOCK = 0xc000 constant S_IFWHT (line 1345) | S_IFWHT = 0xe000 constant S_IREAD (line 1346) | S_IREAD = 0x100 constant S_IRGRP (line 1347) | S_IRGRP = 0x20 constant S_IROTH (line 1348) | S_IROTH = 0x4 constant S_IRUSR (line 1349) | S_IRUSR = 0x100 constant S_IRWXG (line 1350) | S_IRWXG = 0x38 constant S_IRWXO (line 1351) | S_IRWXO = 0x7 constant S_IRWXU (line 1352) | S_IRWXU = 0x1c0 constant S_ISGID (line 1353) | S_ISGID = 0x400 constant S_ISTXT (line 1354) | S_ISTXT = 0x200 constant S_ISUID (line 1355) | S_ISUID = 0x800 constant S_ISVTX (line 1356) | S_ISVTX = 0x200 constant S_IWGRP (line 1357) | S_IWGRP = 0x10 constant S_IWOTH (line 1358) | S_IWOTH = 0x2 constant S_IWRITE (line 1359) | S_IWRITE = 0x80 constant S_IWUSR (line 1360) | S_IWUSR = 0x80 constant S_IXGRP (line 1361) | S_IXGRP = 0x8 constant S_IXOTH (line 1362) | S_IXOTH = 0x1 constant S_IXUSR (line 1363) | S_IXUSR = 0x40 constant S_LOGIN_SET (line 1364) | S_LOGIN_SET = 0x1 constant TCIFLUSH (line 1365) | TCIFLUSH = 0x1 constant TCIOFLUSH (line 1366) | TCIOFLUSH = 0x3 constant TCOFLUSH (line 1367) | TCOFLUSH = 0x2 constant TCP_CONGCTL (line 1368) | TCP_CONGCTL = 0x20 constant TCP_KEEPCNT (line 1369) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 1370) | TCP_KEEPIDLE = 0x3 constant TCP_KEEPINIT (line 1371) | TCP_KEEPINIT = 0x7 constant TCP_KEEPINTVL (line 1372) | TCP_KEEPINTVL = 0x5 constant TCP_MAXBURST (line 1373) | TCP_MAXBURST = 0x4 constant TCP_MAXSEG (line 1374) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1375) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 1376) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1377) | TCP_MD5SIG = 0x10 constant TCP_MINMSS (line 1378) | TCP_MINMSS = 0xd8 constant TCP_MSS (line 1379) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1380) | TCP_NODELAY = 0x1 constant TCSAFLUSH (line 1381) | TCSAFLUSH = 0x2 constant TIOCCBRK (line 1382) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1383) | TIOCCDTR = 0x20007478 constant TIOCCONS (line 1384) | TIOCCONS = 0x80047462 constant TIOCDCDTIMESTAMP (line 1385) | TIOCDCDTIMESTAMP = 0x40107458 constant TIOCDRAIN (line 1386) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1387) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1388) | TIOCEXT = 0x80047460 constant TIOCFLAG_CDTRCTS (line 1389) | TIOCFLAG_CDTRCTS = 0x10 constant TIOCFLAG_CLOCAL (line 1390) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1391) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1392) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_SOFTCAR (line 1393) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1394) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1395) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1396) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1397) | TIOCGFLAGS = 0x4004745d constant TIOCGLINED (line 1398) | TIOCGLINED = 0x40207442 constant TIOCGPGRP (line 1399) | TIOCGPGRP = 0x40047477 constant TIOCGQSIZE (line 1400) | TIOCGQSIZE = 0x40047481 constant TIOCGRANTPT (line 1401) | TIOCGRANTPT = 0x20007447 constant TIOCGSID (line 1402) | TIOCGSID = 0x40047463 constant TIOCGSIZE (line 1403) | TIOCGSIZE = 0x40087468 constant TIOCGWINSZ (line 1404) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1405) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1406) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1407) | TIOCMGET = 0x4004746a constant TIOCMSET (line 1408) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1409) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1410) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1411) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1412) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1413) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1414) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1415) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1416) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1417) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1418) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1419) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1420) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1421) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1422) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1423) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1424) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1425) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1426) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1427) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1428) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1429) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1430) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1431) | TIOCPKT_STOP = 0x4 constant TIOCPTMGET (line 1432) | TIOCPTMGET = 0x40287446 constant TIOCPTSNAME (line 1433) | TIOCPTSNAME = 0x40287448 constant TIOCRCVFRAME (line 1434) | TIOCRCVFRAME = 0x80087445 constant TIOCREMOTE (line 1435) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1436) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1437) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1438) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1439) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1440) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1441) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1442) | TIOCSETD = 0x8004741b constant TIOCSFLAGS (line 1443) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1444) | TIOCSIG = 0x2000745f constant TIOCSLINED (line 1445) | TIOCSLINED = 0x80207443 constant TIOCSPGRP (line 1446) | TIOCSPGRP = 0x80047476 constant TIOCSQSIZE (line 1447) | TIOCSQSIZE = 0x80047480 constant TIOCSSIZE (line 1448) | TIOCSSIZE = 0x80087467 constant TIOCSTART (line 1449) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1450) | TIOCSTAT = 0x80047465 constant TIOCSTI (line 1451) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 1452) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 1453) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1454) | TIOCUCNTL = 0x80047466 constant TIOCXMTFRAME (line 1455) | TIOCXMTFRAME = 0x80087444 constant TOSTOP (line 1456) | TOSTOP = 0x400000 constant VDISCARD (line 1457) | VDISCARD = 0xf constant VDSUSP (line 1458) | VDSUSP = 0xb constant VEOF (line 1459) | VEOF = 0x0 constant VEOL (line 1460) | VEOL = 0x1 constant VEOL2 (line 1461) | VEOL2 = 0x2 constant VERASE (line 1462) | VERASE = 0x3 constant VINTR (line 1463) | VINTR = 0x8 constant VKILL (line 1464) | VKILL = 0x5 constant VLNEXT (line 1465) | VLNEXT = 0xe constant VMIN (line 1466) | VMIN = 0x10 constant VQUIT (line 1467) | VQUIT = 0x9 constant VREPRINT (line 1468) | VREPRINT = 0x6 constant VSTART (line 1469) | VSTART = 0xc constant VSTATUS (line 1470) | VSTATUS = 0x12 constant VSTOP (line 1471) | VSTOP = 0xd constant VSUSP (line 1472) | VSUSP = 0xa constant VTIME (line 1473) | VTIME = 0x11 constant VWERASE (line 1474) | VWERASE = 0x4 constant WALL (line 1475) | WALL = 0x8 constant WALLSIG (line 1476) | WALLSIG = 0x8 constant WALTSIG (line 1477) | WALTSIG = 0x4 constant WCLONE (line 1478) | WCLONE = 0x4 constant WCOREFLAG (line 1479) | WCOREFLAG = 0x80 constant WNOHANG (line 1480) | WNOHANG = 0x1 constant WNOWAIT (line 1481) | WNOWAIT = 0x10000 constant WNOZOMBIE (line 1482) | WNOZOMBIE = 0x20000 constant WOPTSCHECKED (line 1483) | WOPTSCHECKED = 0x40000 constant WSTOPPED (line 1484) | WSTOPPED = 0x7f constant WUNTRACED (line 1485) | WUNTRACED = 0x2 constant E2BIG (line 1490) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1491) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1492) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1493) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1494) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1495) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1496) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1497) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1498) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1499) | EBADMSG = syscall.Errno(0x58) constant EBADRPC (line 1500) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1501) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1502) | ECANCELED = syscall.Errno(0x57) constant ECHILD (line 1503) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1504) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1505) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1506) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1507) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1508) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1509) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1510) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1511) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1512) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1513) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1514) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1515) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1516) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1517) | EIDRM = syscall.Errno(0x52) constant EILSEQ (line 1518) | EILSEQ = syscall.Errno(0x55) constant EINPROGRESS (line 1519) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1520) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1521) | EINVAL = syscall.Errno(0x16) constant EIO (line 1522) | EIO = syscall.Errno(0x5) constant EISCONN (line 1523) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1524) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1525) | ELAST = syscall.Errno(0x60) constant ELOOP (line 1526) | ELOOP = syscall.Errno(0x3e) constant EMFILE (line 1527) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1528) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1529) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 1530) | EMULTIHOP = syscall.Errno(0x5e) constant ENAMETOOLONG (line 1531) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1532) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1533) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1534) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1535) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1536) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1537) | ENOATTR = syscall.Errno(0x5d) constant ENOBUFS (line 1538) | ENOBUFS = syscall.Errno(0x37) constant ENODATA (line 1539) | ENODATA = syscall.Errno(0x59) constant ENODEV (line 1540) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1541) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1542) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1543) | ENOLCK = syscall.Errno(0x4d) constant ENOLINK (line 1544) | ENOLINK = syscall.Errno(0x5f) constant ENOMEM (line 1545) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1546) | ENOMSG = syscall.Errno(0x53) constant ENOPROTOOPT (line 1547) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1548) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1549) | ENOSR = syscall.Errno(0x5a) constant ENOSTR (line 1550) | ENOSTR = syscall.Errno(0x5b) constant ENOSYS (line 1551) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1552) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1553) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1554) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1555) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTSOCK (line 1556) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1557) | ENOTSUP = syscall.Errno(0x56) constant ENOTTY (line 1558) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1559) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1560) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1561) | EOVERFLOW = syscall.Errno(0x54) constant EPERM (line 1562) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1563) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1564) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1565) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1566) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1567) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1568) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1569) | EPROTO = syscall.Errno(0x60) constant EPROTONOSUPPORT (line 1570) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1571) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1572) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1573) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1574) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1575) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1576) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1577) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1578) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1579) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1580) | ESTALE = syscall.Errno(0x46) constant ETIME (line 1581) | ETIME = syscall.Errno(0x5c) constant ETIMEDOUT (line 1582) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1583) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1584) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1585) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1586) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1587) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1592) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1593) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1594) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1595) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1596) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1597) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1598) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1599) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1600) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1601) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1602) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1603) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1604) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1605) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1606) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1607) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 1608) | SIGPWR = syscall.Signal(0x20) constant SIGQUIT (line 1609) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1610) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1611) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1612) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1613) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 1614) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1615) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1616) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1617) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1618) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1619) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1620) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1621) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1622) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1623) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1624) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x400c426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x800c426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xccc84404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xccc8441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xccc84407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xccc84406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc084444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0844450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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 = 0x80246987 constant SIOCATMARK (line 1276) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1277) | SIOCBRDGADD = 0x805c693c constant SIOCBRDGADDL (line 1278) | SIOCBRDGADDL = 0x805c6949 constant SIOCBRDGADDS (line 1279) | SIOCBRDGADDS = 0x805c6941 constant SIOCBRDGARL (line 1280) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1281) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1282) | SIOCBRDGDEL = 0x805c693d constant SIOCBRDGDELS (line 1283) | SIOCBRDGDELS = 0x805c6942 constant SIOCBRDGFLUSH (line 1284) | SIOCBRDGFLUSH = 0x805c6948 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 = 0xc05c693e constant SIOCBRDGGMA (line 1290) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1291) | SIOCBRDGGPARAM = 0xc03c6958 constant SIOCBRDGGPRI (line 1292) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1293) | SIOCBRDGGRL = 0xc028694f constant SIOCBRDGGTO (line 1294) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1295) | SIOCBRDGIFS = 0xc05c6942 constant SIOCBRDGRTS (line 1296) | SIOCBRDGRTS = 0xc0186943 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 = 0x805c6955 constant SIOCBRDGSIFFLGS (line 1302) | SIOCBRDGSIFFLGS = 0x805c693f constant SIOCBRDGSIFPRIO (line 1303) | SIOCBRDGSIFPRIO = 0x805c6954 constant SIOCBRDGSIFPROT (line 1304) | SIOCBRDGSIFPROT = 0x805c694a 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 = 0x80246989 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 = 0xc0147534 constant SIOCGETVIFCNT (line 1324) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1325) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1326) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1327) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1328) | SIOCGIFCONF = 0xc0086924 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 = 0xc024698b constant SIOCGIFGENERIC (line 1334) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1335) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1336) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1337) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1338) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1339) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1340) | SIOCGIFMEDIA = 0xc0386938 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 = 0xc00c6978 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 = 0x8024698c 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 = 0x400c745b 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_openbsd_amd64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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_openbsd_arm.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc008427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80084267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80084277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc100445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcce04404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcce0441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc024445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0d04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0244416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1084460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc100445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc100445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcce04407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcce04406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0084454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0084419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0244457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc068445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0d04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc44c4443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc44c443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc44c4442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc44c4448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc44c443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc44c4441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc44c4444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc44c443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc44c4446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc44c4447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc44c443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc44c4440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc44c444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc44c4445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc44c444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc44c4449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0244459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0244414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc00c4451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc00c4452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc00c4453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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 = 0x80246987 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 = 0xc028694f constant SIOCBRDGGTO (line 1294) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1295) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1296) | SIOCBRDGRTS = 0xc0186943 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 = 0x80246989 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 = 0xc0147534 constant SIOCGETVIFCNT (line 1324) | SIOCGETVIFCNT = 0xc0147533 constant SIOCGETVLAN (line 1325) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1326) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1327) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1328) | SIOCGIFCONF = 0xc0086924 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 = 0xc024698b constant SIOCGIFGENERIC (line 1334) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1335) | SIOCGIFGLIST = 0xc024698d constant SIOCGIFGMEMB (line 1336) | SIOCGIFGMEMB = 0xc024698a constant SIOCGIFGROUP (line 1337) | SIOCGIFGROUP = 0xc0246988 constant SIOCGIFHARDMTU (line 1338) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1339) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1340) | SIOCGIFMEDIA = 0xc0386938 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 = 0xc00c6978 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 = 0x8024698c 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_openbsd_arm64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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_openbsd_mips64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 890) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 891) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 892) | IPV6_FLOWLABEL_MASK = 0xfffff 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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_openbsd_ppc64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 constant IPV6_FAITH (line 890) | IPV6_FAITH = 0x1d constant IPV6_FLOWINFO_MASK (line 891) | IPV6_FLOWINFO_MASK = 0xfffffff constant IPV6_FLOWLABEL_MASK (line 892) | IPV6_FLOWLABEL_MASK = 0xfffff 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MSG_WAITFORONE (line 1085) | MSG_WAITFORONE = 0x1000 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_openbsd_riscv64.go constant AF_APPLETALK (line 14) | AF_APPLETALK = 0x10 constant AF_BLUETOOTH (line 15) | AF_BLUETOOTH = 0x20 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 = 0x1a constant AF_ECMA (line 24) | AF_ECMA = 0x8 constant AF_ENCAP (line 25) | AF_ENCAP = 0x1c constant AF_HYLINK (line 26) | AF_HYLINK = 0xf constant AF_IMPLINK (line 27) | AF_IMPLINK = 0x3 constant AF_INET (line 28) | AF_INET = 0x2 constant AF_INET6 (line 29) | AF_INET6 = 0x18 constant AF_IPX (line 30) | AF_IPX = 0x17 constant AF_ISDN (line 31) | AF_ISDN = 0x1a constant AF_ISO (line 32) | AF_ISO = 0x7 constant AF_KEY (line 33) | AF_KEY = 0x1e constant AF_LAT (line 34) | AF_LAT = 0xe constant AF_LINK (line 35) | AF_LINK = 0x12 constant AF_LOCAL (line 36) | AF_LOCAL = 0x1 constant AF_MAX (line 37) | AF_MAX = 0x24 constant AF_MPLS (line 38) | AF_MPLS = 0x21 constant AF_NATM (line 39) | AF_NATM = 0x1b constant AF_NS (line 40) | AF_NS = 0x6 constant AF_OSI (line 41) | AF_OSI = 0x7 constant AF_PUP (line 42) | AF_PUP = 0x4 constant AF_ROUTE (line 43) | AF_ROUTE = 0x11 constant AF_SIP (line 44) | AF_SIP = 0x1d constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_UNIX (line 46) | AF_UNIX = 0x1 constant AF_UNSPEC (line 47) | AF_UNSPEC = 0x0 constant ALTWERASE (line 48) | ALTWERASE = 0x200 constant ARPHRD_ETHER (line 49) | ARPHRD_ETHER = 0x1 constant ARPHRD_FRELAY (line 50) | ARPHRD_FRELAY = 0xf constant ARPHRD_IEEE1394 (line 51) | ARPHRD_IEEE1394 = 0x18 constant ARPHRD_IEEE802 (line 52) | ARPHRD_IEEE802 = 0x6 constant B0 (line 53) | B0 = 0x0 constant B110 (line 54) | B110 = 0x6e constant B115200 (line 55) | B115200 = 0x1c200 constant B1200 (line 56) | B1200 = 0x4b0 constant B134 (line 57) | B134 = 0x86 constant B14400 (line 58) | B14400 = 0x3840 constant B150 (line 59) | B150 = 0x96 constant B1800 (line 60) | B1800 = 0x708 constant B19200 (line 61) | B19200 = 0x4b00 constant B200 (line 62) | B200 = 0xc8 constant B230400 (line 63) | B230400 = 0x38400 constant B2400 (line 64) | B2400 = 0x960 constant B28800 (line 65) | B28800 = 0x7080 constant B300 (line 66) | B300 = 0x12c constant B38400 (line 67) | B38400 = 0x9600 constant B4800 (line 68) | B4800 = 0x12c0 constant B50 (line 69) | B50 = 0x32 constant B57600 (line 70) | B57600 = 0xe100 constant B600 (line 71) | B600 = 0x258 constant B7200 (line 72) | B7200 = 0x1c20 constant B75 (line 73) | B75 = 0x4b constant B76800 (line 74) | B76800 = 0x12c00 constant B9600 (line 75) | B9600 = 0x2580 constant BIOCFLUSH (line 76) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 77) | BIOCGBLEN = 0x40044266 constant BIOCGDIRFILT (line 78) | BIOCGDIRFILT = 0x4004427c constant BIOCGDLT (line 79) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 80) | BIOCGDLTLIST = 0xc010427b constant BIOCGETIF (line 81) | BIOCGETIF = 0x4020426b constant BIOCGFILDROP (line 82) | BIOCGFILDROP = 0x40044278 constant BIOCGHDRCMPLT (line 83) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRSIG (line 84) | BIOCGRSIG = 0x40044273 constant BIOCGRTIMEOUT (line 85) | BIOCGRTIMEOUT = 0x4010426e constant BIOCGSTATS (line 86) | BIOCGSTATS = 0x4008426f constant BIOCIMMEDIATE (line 87) | BIOCIMMEDIATE = 0x80044270 constant BIOCLOCK (line 88) | BIOCLOCK = 0x20004276 constant BIOCPROMISC (line 89) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 90) | BIOCSBLEN = 0xc0044266 constant BIOCSDIRFILT (line 91) | BIOCSDIRFILT = 0x8004427d constant BIOCSDLT (line 92) | BIOCSDLT = 0x8004427a constant BIOCSETF (line 93) | BIOCSETF = 0x80104267 constant BIOCSETIF (line 94) | BIOCSETIF = 0x8020426c constant BIOCSETWF (line 95) | BIOCSETWF = 0x80104277 constant BIOCSFILDROP (line 96) | BIOCSFILDROP = 0x80044279 constant BIOCSHDRCMPLT (line 97) | BIOCSHDRCMPLT = 0x80044275 constant BIOCSRSIG (line 98) | BIOCSRSIG = 0x80044272 constant BIOCSRTIMEOUT (line 99) | BIOCSRTIMEOUT = 0x8010426d constant BIOCVERSION (line 100) | BIOCVERSION = 0x40044271 constant BPF_A (line 101) | BPF_A = 0x10 constant BPF_ABS (line 102) | BPF_ABS = 0x20 constant BPF_ADD (line 103) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 104) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 105) | BPF_ALU = 0x4 constant BPF_AND (line 106) | BPF_AND = 0x50 constant BPF_B (line 107) | BPF_B = 0x10 constant BPF_DIRECTION_IN (line 108) | BPF_DIRECTION_IN = 0x1 constant BPF_DIRECTION_OUT (line 109) | BPF_DIRECTION_OUT = 0x2 constant BPF_DIV (line 110) | BPF_DIV = 0x30 constant BPF_FILDROP_CAPTURE (line 111) | BPF_FILDROP_CAPTURE = 0x1 constant BPF_FILDROP_DROP (line 112) | BPF_FILDROP_DROP = 0x2 constant BPF_FILDROP_PASS (line 113) | BPF_FILDROP_PASS = 0x0 constant BPF_F_DIR_IN (line 114) | BPF_F_DIR_IN = 0x10 constant BPF_F_DIR_MASK (line 115) | BPF_F_DIR_MASK = 0x30 constant BPF_F_DIR_OUT (line 116) | BPF_F_DIR_OUT = 0x20 constant BPF_F_DIR_SHIFT (line 117) | BPF_F_DIR_SHIFT = 0x4 constant BPF_F_FLOWID (line 118) | BPF_F_FLOWID = 0x8 constant BPF_F_PRI_MASK (line 119) | BPF_F_PRI_MASK = 0x7 constant BPF_H (line 120) | BPF_H = 0x8 constant BPF_IMM (line 121) | BPF_IMM = 0x0 constant BPF_IND (line 122) | BPF_IND = 0x40 constant BPF_JA (line 123) | BPF_JA = 0x0 constant BPF_JEQ (line 124) | BPF_JEQ = 0x10 constant BPF_JGE (line 125) | BPF_JGE = 0x30 constant BPF_JGT (line 126) | BPF_JGT = 0x20 constant BPF_JMP (line 127) | BPF_JMP = 0x5 constant BPF_JSET (line 128) | BPF_JSET = 0x40 constant BPF_K (line 129) | BPF_K = 0x0 constant BPF_LD (line 130) | BPF_LD = 0x0 constant BPF_LDX (line 131) | BPF_LDX = 0x1 constant BPF_LEN (line 132) | BPF_LEN = 0x80 constant BPF_LSH (line 133) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 134) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 135) | BPF_MAXBUFSIZE = 0x200000 constant BPF_MAXINSNS (line 136) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 137) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 138) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 139) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 140) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 141) | BPF_MISC = 0x7 constant BPF_MSH (line 142) | BPF_MSH = 0xa0 constant BPF_MUL (line 143) | BPF_MUL = 0x20 constant BPF_NEG (line 144) | BPF_NEG = 0x80 constant BPF_OR (line 145) | BPF_OR = 0x40 constant BPF_RELEASE (line 146) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 147) | BPF_RET = 0x6 constant BPF_RND (line 148) | BPF_RND = 0xc0 constant BPF_RSH (line 149) | BPF_RSH = 0x70 constant BPF_ST (line 150) | BPF_ST = 0x2 constant BPF_STX (line 151) | BPF_STX = 0x3 constant BPF_SUB (line 152) | BPF_SUB = 0x10 constant BPF_TAX (line 153) | BPF_TAX = 0x0 constant BPF_TXA (line 154) | BPF_TXA = 0x80 constant BPF_W (line 155) | BPF_W = 0x0 constant BPF_X (line 156) | BPF_X = 0x8 constant BRKINT (line 157) | BRKINT = 0x2 constant CFLUSH (line 158) | CFLUSH = 0xf constant CLOCAL (line 159) | CLOCAL = 0x8000 constant CLOCK_BOOTTIME (line 160) | CLOCK_BOOTTIME = 0x6 constant CLOCK_MONOTONIC (line 161) | CLOCK_MONOTONIC = 0x3 constant CLOCK_PROCESS_CPUTIME_ID (line 162) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 163) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 164) | CLOCK_THREAD_CPUTIME_ID = 0x4 constant CLOCK_UPTIME (line 165) | CLOCK_UPTIME = 0x5 constant CPUSTATES (line 166) | CPUSTATES = 0x6 constant CP_IDLE (line 167) | CP_IDLE = 0x5 constant CP_INTR (line 168) | CP_INTR = 0x4 constant CP_NICE (line 169) | CP_NICE = 0x1 constant CP_SPIN (line 170) | CP_SPIN = 0x3 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 = 0x10000 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 = 0xff 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 DIOCADDQUEUE (line 189) | DIOCADDQUEUE = 0xc110445d constant DIOCADDRULE (line 190) | DIOCADDRULE = 0xcd604404 constant DIOCADDSTATE (line 191) | DIOCADDSTATE = 0xc1084425 constant DIOCCHANGERULE (line 192) | DIOCCHANGERULE = 0xcd60441a constant DIOCCLRIFFLAG (line 193) | DIOCCLRIFFLAG = 0xc028445a constant DIOCCLRSRCNODES (line 194) | DIOCCLRSRCNODES = 0x20004455 constant DIOCCLRSTATES (line 195) | DIOCCLRSTATES = 0xc0e04412 constant DIOCCLRSTATUS (line 196) | DIOCCLRSTATUS = 0xc0284416 constant DIOCGETLIMIT (line 197) | DIOCGETLIMIT = 0xc0084427 constant DIOCGETQSTATS (line 198) | DIOCGETQSTATS = 0xc1204460 constant DIOCGETQUEUE (line 199) | DIOCGETQUEUE = 0xc110445f constant DIOCGETQUEUES (line 200) | DIOCGETQUEUES = 0xc110445e constant DIOCGETRULE (line 201) | DIOCGETRULE = 0xcd604407 constant DIOCGETRULES (line 202) | DIOCGETRULES = 0xcd604406 constant DIOCGETRULESET (line 203) | DIOCGETRULESET = 0xc444443b constant DIOCGETRULESETS (line 204) | DIOCGETRULESETS = 0xc444443a constant DIOCGETSRCNODES (line 205) | DIOCGETSRCNODES = 0xc0104454 constant DIOCGETSTATE (line 206) | DIOCGETSTATE = 0xc1084413 constant DIOCGETSTATES (line 207) | DIOCGETSTATES = 0xc0104419 constant DIOCGETSTATUS (line 208) | DIOCGETSTATUS = 0xc1e84415 constant DIOCGETSYNFLWATS (line 209) | DIOCGETSYNFLWATS = 0xc0084463 constant DIOCGETTIMEOUT (line 210) | DIOCGETTIMEOUT = 0xc008441e constant DIOCIGETIFACES (line 211) | DIOCIGETIFACES = 0xc0284457 constant DIOCKILLSRCNODES (line 212) | DIOCKILLSRCNODES = 0xc080445b constant DIOCKILLSTATES (line 213) | DIOCKILLSTATES = 0xc0e04429 constant DIOCNATLOOK (line 214) | DIOCNATLOOK = 0xc0504417 constant DIOCOSFPADD (line 215) | DIOCOSFPADD = 0xc088444f constant DIOCOSFPFLUSH (line 216) | DIOCOSFPFLUSH = 0x2000444e constant DIOCOSFPGET (line 217) | DIOCOSFPGET = 0xc0884450 constant DIOCRADDADDRS (line 218) | DIOCRADDADDRS = 0xc4504443 constant DIOCRADDTABLES (line 219) | DIOCRADDTABLES = 0xc450443d constant DIOCRCLRADDRS (line 220) | DIOCRCLRADDRS = 0xc4504442 constant DIOCRCLRASTATS (line 221) | DIOCRCLRASTATS = 0xc4504448 constant DIOCRCLRTABLES (line 222) | DIOCRCLRTABLES = 0xc450443c constant DIOCRCLRTSTATS (line 223) | DIOCRCLRTSTATS = 0xc4504441 constant DIOCRDELADDRS (line 224) | DIOCRDELADDRS = 0xc4504444 constant DIOCRDELTABLES (line 225) | DIOCRDELTABLES = 0xc450443e constant DIOCRGETADDRS (line 226) | DIOCRGETADDRS = 0xc4504446 constant DIOCRGETASTATS (line 227) | DIOCRGETASTATS = 0xc4504447 constant DIOCRGETTABLES (line 228) | DIOCRGETTABLES = 0xc450443f constant DIOCRGETTSTATS (line 229) | DIOCRGETTSTATS = 0xc4504440 constant DIOCRINADEFINE (line 230) | DIOCRINADEFINE = 0xc450444d constant DIOCRSETADDRS (line 231) | DIOCRSETADDRS = 0xc4504445 constant DIOCRSETTFLAGS (line 232) | DIOCRSETTFLAGS = 0xc450444a constant DIOCRTSTADDRS (line 233) | DIOCRTSTADDRS = 0xc4504449 constant DIOCSETDEBUG (line 234) | DIOCSETDEBUG = 0xc0044418 constant DIOCSETHOSTID (line 235) | DIOCSETHOSTID = 0xc0044456 constant DIOCSETIFFLAG (line 236) | DIOCSETIFFLAG = 0xc0284459 constant DIOCSETLIMIT (line 237) | DIOCSETLIMIT = 0xc0084428 constant DIOCSETREASS (line 238) | DIOCSETREASS = 0xc004445c constant DIOCSETSTATUSIF (line 239) | DIOCSETSTATUSIF = 0xc0284414 constant DIOCSETSYNCOOKIES (line 240) | DIOCSETSYNCOOKIES = 0xc0014462 constant DIOCSETSYNFLWATS (line 241) | DIOCSETSYNFLWATS = 0xc0084461 constant DIOCSETTIMEOUT (line 242) | DIOCSETTIMEOUT = 0xc008441d constant DIOCSTART (line 243) | DIOCSTART = 0x20004401 constant DIOCSTOP (line 244) | DIOCSTOP = 0x20004402 constant DIOCXBEGIN (line 245) | DIOCXBEGIN = 0xc0104451 constant DIOCXCOMMIT (line 246) | DIOCXCOMMIT = 0xc0104452 constant DIOCXROLLBACK (line 247) | DIOCXROLLBACK = 0xc0104453 constant DLT_ARCNET (line 248) | DLT_ARCNET = 0x7 constant DLT_ATM_RFC1483 (line 249) | DLT_ATM_RFC1483 = 0xb constant DLT_AX25 (line 250) | DLT_AX25 = 0x3 constant DLT_CHAOS (line 251) | DLT_CHAOS = 0x5 constant DLT_C_HDLC (line 252) | DLT_C_HDLC = 0x68 constant DLT_EN10MB (line 253) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 254) | DLT_EN3MB = 0x2 constant DLT_ENC (line 255) | DLT_ENC = 0xd constant DLT_FDDI (line 256) | DLT_FDDI = 0xa constant DLT_IEEE802 (line 257) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 258) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 259) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_LOOP (line 260) | DLT_LOOP = 0xc constant DLT_MPLS (line 261) | DLT_MPLS = 0xdb constant DLT_NULL (line 262) | DLT_NULL = 0x0 constant DLT_OPENFLOW (line 263) | DLT_OPENFLOW = 0x10b constant DLT_PFLOG (line 264) | DLT_PFLOG = 0x75 constant DLT_PFSYNC (line 265) | DLT_PFSYNC = 0x12 constant DLT_PPP (line 266) | DLT_PPP = 0x9 constant DLT_PPP_BSDOS (line 267) | DLT_PPP_BSDOS = 0x10 constant DLT_PPP_ETHER (line 268) | DLT_PPP_ETHER = 0x33 constant DLT_PPP_SERIAL (line 269) | DLT_PPP_SERIAL = 0x32 constant DLT_PRONET (line 270) | DLT_PRONET = 0x4 constant DLT_RAW (line 271) | DLT_RAW = 0xe constant DLT_SLIP (line 272) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 273) | DLT_SLIP_BSDOS = 0xf constant DLT_USBPCAP (line 274) | DLT_USBPCAP = 0xf9 constant DLT_USER0 (line 275) | DLT_USER0 = 0x93 constant DLT_USER1 (line 276) | DLT_USER1 = 0x94 constant DLT_USER10 (line 277) | DLT_USER10 = 0x9d constant DLT_USER11 (line 278) | DLT_USER11 = 0x9e constant DLT_USER12 (line 279) | DLT_USER12 = 0x9f constant DLT_USER13 (line 280) | DLT_USER13 = 0xa0 constant DLT_USER14 (line 281) | DLT_USER14 = 0xa1 constant DLT_USER15 (line 282) | DLT_USER15 = 0xa2 constant DLT_USER2 (line 283) | DLT_USER2 = 0x95 constant DLT_USER3 (line 284) | DLT_USER3 = 0x96 constant DLT_USER4 (line 285) | DLT_USER4 = 0x97 constant DLT_USER5 (line 286) | DLT_USER5 = 0x98 constant DLT_USER6 (line 287) | DLT_USER6 = 0x99 constant DLT_USER7 (line 288) | DLT_USER7 = 0x9a constant DLT_USER8 (line 289) | DLT_USER8 = 0x9b constant DLT_USER9 (line 290) | DLT_USER9 = 0x9c constant DT_BLK (line 291) | DT_BLK = 0x6 constant DT_CHR (line 292) | DT_CHR = 0x2 constant DT_DIR (line 293) | DT_DIR = 0x4 constant DT_FIFO (line 294) | DT_FIFO = 0x1 constant DT_LNK (line 295) | DT_LNK = 0xa constant DT_REG (line 296) | DT_REG = 0x8 constant DT_SOCK (line 297) | DT_SOCK = 0xc constant DT_UNKNOWN (line 298) | DT_UNKNOWN = 0x0 constant ECHO (line 299) | ECHO = 0x8 constant ECHOCTL (line 300) | ECHOCTL = 0x40 constant ECHOE (line 301) | ECHOE = 0x2 constant ECHOK (line 302) | ECHOK = 0x4 constant ECHOKE (line 303) | ECHOKE = 0x1 constant ECHONL (line 304) | ECHONL = 0x10 constant ECHOPRT (line 305) | ECHOPRT = 0x20 constant EMT_TAGOVF (line 306) | EMT_TAGOVF = 0x1 constant EMUL_ENABLED (line 307) | EMUL_ENABLED = 0x1 constant EMUL_NATIVE (line 308) | EMUL_NATIVE = 0x2 constant ENDRUNDISC (line 309) | ENDRUNDISC = 0x9 constant ETH64_8021_RSVD_MASK (line 310) | ETH64_8021_RSVD_MASK = 0xfffffffffff0 constant ETH64_8021_RSVD_PREFIX (line 311) | ETH64_8021_RSVD_PREFIX = 0x180c2000000 constant ETHERMIN (line 312) | ETHERMIN = 0x2e constant ETHERMTU (line 313) | ETHERMTU = 0x5dc constant ETHERTYPE_8023 (line 314) | ETHERTYPE_8023 = 0x4 constant ETHERTYPE_AARP (line 315) | ETHERTYPE_AARP = 0x80f3 constant ETHERTYPE_ACCTON (line 316) | ETHERTYPE_ACCTON = 0x8390 constant ETHERTYPE_AEONIC (line 317) | ETHERTYPE_AEONIC = 0x8036 constant ETHERTYPE_ALPHA (line 318) | ETHERTYPE_ALPHA = 0x814a constant ETHERTYPE_AMBER (line 319) | ETHERTYPE_AMBER = 0x6008 constant ETHERTYPE_AMOEBA (line 320) | ETHERTYPE_AMOEBA = 0x8145 constant ETHERTYPE_AOE (line 321) | ETHERTYPE_AOE = 0x88a2 constant ETHERTYPE_APOLLO (line 322) | ETHERTYPE_APOLLO = 0x80f7 constant ETHERTYPE_APOLLODOMAIN (line 323) | ETHERTYPE_APOLLODOMAIN = 0x8019 constant ETHERTYPE_APPLETALK (line 324) | ETHERTYPE_APPLETALK = 0x809b constant ETHERTYPE_APPLITEK (line 325) | ETHERTYPE_APPLITEK = 0x80c7 constant ETHERTYPE_ARGONAUT (line 326) | ETHERTYPE_ARGONAUT = 0x803a constant ETHERTYPE_ARP (line 327) | ETHERTYPE_ARP = 0x806 constant ETHERTYPE_AT (line 328) | ETHERTYPE_AT = 0x809b constant ETHERTYPE_ATALK (line 329) | ETHERTYPE_ATALK = 0x809b constant ETHERTYPE_ATOMIC (line 330) | ETHERTYPE_ATOMIC = 0x86df constant ETHERTYPE_ATT (line 331) | ETHERTYPE_ATT = 0x8069 constant ETHERTYPE_ATTSTANFORD (line 332) | ETHERTYPE_ATTSTANFORD = 0x8008 constant ETHERTYPE_AUTOPHON (line 333) | ETHERTYPE_AUTOPHON = 0x806a constant ETHERTYPE_AXIS (line 334) | ETHERTYPE_AXIS = 0x8856 constant ETHERTYPE_BCLOOP (line 335) | ETHERTYPE_BCLOOP = 0x9003 constant ETHERTYPE_BOFL (line 336) | ETHERTYPE_BOFL = 0x8102 constant ETHERTYPE_CABLETRON (line 337) | ETHERTYPE_CABLETRON = 0x7034 constant ETHERTYPE_CHAOS (line 338) | ETHERTYPE_CHAOS = 0x804 constant ETHERTYPE_COMDESIGN (line 339) | ETHERTYPE_COMDESIGN = 0x806c constant ETHERTYPE_COMPUGRAPHIC (line 340) | ETHERTYPE_COMPUGRAPHIC = 0x806d constant ETHERTYPE_COUNTERPOINT (line 341) | ETHERTYPE_COUNTERPOINT = 0x8062 constant ETHERTYPE_CRONUS (line 342) | ETHERTYPE_CRONUS = 0x8004 constant ETHERTYPE_CRONUSVLN (line 343) | ETHERTYPE_CRONUSVLN = 0x8003 constant ETHERTYPE_DCA (line 344) | ETHERTYPE_DCA = 0x1234 constant ETHERTYPE_DDE (line 345) | ETHERTYPE_DDE = 0x807b constant ETHERTYPE_DEBNI (line 346) | ETHERTYPE_DEBNI = 0xaaaa constant ETHERTYPE_DECAM (line 347) | ETHERTYPE_DECAM = 0x8048 constant ETHERTYPE_DECCUST (line 348) | ETHERTYPE_DECCUST = 0x6006 constant ETHERTYPE_DECDIAG (line 349) | ETHERTYPE_DECDIAG = 0x6005 constant ETHERTYPE_DECDNS (line 350) | ETHERTYPE_DECDNS = 0x803c constant ETHERTYPE_DECDTS (line 351) | ETHERTYPE_DECDTS = 0x803e constant ETHERTYPE_DECEXPER (line 352) | ETHERTYPE_DECEXPER = 0x6000 constant ETHERTYPE_DECLAST (line 353) | ETHERTYPE_DECLAST = 0x8041 constant ETHERTYPE_DECLTM (line 354) | ETHERTYPE_DECLTM = 0x803f constant ETHERTYPE_DECMUMPS (line 355) | ETHERTYPE_DECMUMPS = 0x6009 constant ETHERTYPE_DECNETBIOS (line 356) | ETHERTYPE_DECNETBIOS = 0x8040 constant ETHERTYPE_DELTACON (line 357) | ETHERTYPE_DELTACON = 0x86de constant ETHERTYPE_DIDDLE (line 358) | ETHERTYPE_DIDDLE = 0x4321 constant ETHERTYPE_DLOG1 (line 359) | ETHERTYPE_DLOG1 = 0x660 constant ETHERTYPE_DLOG2 (line 360) | ETHERTYPE_DLOG2 = 0x661 constant ETHERTYPE_DN (line 361) | ETHERTYPE_DN = 0x6003 constant ETHERTYPE_DOGFIGHT (line 362) | ETHERTYPE_DOGFIGHT = 0x1989 constant ETHERTYPE_DSMD (line 363) | ETHERTYPE_DSMD = 0x8039 constant ETHERTYPE_EAPOL (line 364) | ETHERTYPE_EAPOL = 0x888e constant ETHERTYPE_ECMA (line 365) | ETHERTYPE_ECMA = 0x803 constant ETHERTYPE_ENCRYPT (line 366) | ETHERTYPE_ENCRYPT = 0x803d constant ETHERTYPE_ES (line 367) | ETHERTYPE_ES = 0x805d constant ETHERTYPE_EXCELAN (line 368) | ETHERTYPE_EXCELAN = 0x8010 constant ETHERTYPE_EXPERDATA (line 369) | ETHERTYPE_EXPERDATA = 0x8049 constant ETHERTYPE_FLIP (line 370) | ETHERTYPE_FLIP = 0x8146 constant ETHERTYPE_FLOWCONTROL (line 371) | ETHERTYPE_FLOWCONTROL = 0x8808 constant ETHERTYPE_FRARP (line 372) | ETHERTYPE_FRARP = 0x808 constant ETHERTYPE_GENDYN (line 373) | ETHERTYPE_GENDYN = 0x8068 constant ETHERTYPE_HAYES (line 374) | ETHERTYPE_HAYES = 0x8130 constant ETHERTYPE_HIPPI_FP (line 375) | ETHERTYPE_HIPPI_FP = 0x8180 constant ETHERTYPE_HITACHI (line 376) | ETHERTYPE_HITACHI = 0x8820 constant ETHERTYPE_HP (line 377) | ETHERTYPE_HP = 0x8005 constant ETHERTYPE_IEEEPUP (line 378) | ETHERTYPE_IEEEPUP = 0xa00 constant ETHERTYPE_IEEEPUPAT (line 379) | ETHERTYPE_IEEEPUPAT = 0xa01 constant ETHERTYPE_IMLBL (line 380) | ETHERTYPE_IMLBL = 0x4c42 constant ETHERTYPE_IMLBLDIAG (line 381) | ETHERTYPE_IMLBLDIAG = 0x424c constant ETHERTYPE_IP (line 382) | ETHERTYPE_IP = 0x800 constant ETHERTYPE_IPAS (line 383) | ETHERTYPE_IPAS = 0x876c constant ETHERTYPE_IPV6 (line 384) | ETHERTYPE_IPV6 = 0x86dd constant ETHERTYPE_IPX (line 385) | ETHERTYPE_IPX = 0x8137 constant ETHERTYPE_IPXNEW (line 386) | ETHERTYPE_IPXNEW = 0x8037 constant ETHERTYPE_KALPANA (line 387) | ETHERTYPE_KALPANA = 0x8582 constant ETHERTYPE_LANBRIDGE (line 388) | ETHERTYPE_LANBRIDGE = 0x8038 constant ETHERTYPE_LANPROBE (line 389) | ETHERTYPE_LANPROBE = 0x8888 constant ETHERTYPE_LAT (line 390) | ETHERTYPE_LAT = 0x6004 constant ETHERTYPE_LBACK (line 391) | ETHERTYPE_LBACK = 0x9000 constant ETHERTYPE_LITTLE (line 392) | ETHERTYPE_LITTLE = 0x8060 constant ETHERTYPE_LLDP (line 393) | ETHERTYPE_LLDP = 0x88cc constant ETHERTYPE_LOGICRAFT (line 394) | ETHERTYPE_LOGICRAFT = 0x8148 constant ETHERTYPE_LOOPBACK (line 395) | ETHERTYPE_LOOPBACK = 0x9000 constant ETHERTYPE_MACSEC (line 396) | ETHERTYPE_MACSEC = 0x88e5 constant ETHERTYPE_MATRA (line 397) | ETHERTYPE_MATRA = 0x807a constant ETHERTYPE_MAX (line 398) | ETHERTYPE_MAX = 0xffff constant ETHERTYPE_MERIT (line 399) | ETHERTYPE_MERIT = 0x807c constant ETHERTYPE_MICP (line 400) | ETHERTYPE_MICP = 0x873a constant ETHERTYPE_MOPDL (line 401) | ETHERTYPE_MOPDL = 0x6001 constant ETHERTYPE_MOPRC (line 402) | ETHERTYPE_MOPRC = 0x6002 constant ETHERTYPE_MOTOROLA (line 403) | ETHERTYPE_MOTOROLA = 0x818d constant ETHERTYPE_MPLS (line 404) | ETHERTYPE_MPLS = 0x8847 constant ETHERTYPE_MPLS_MCAST (line 405) | ETHERTYPE_MPLS_MCAST = 0x8848 constant ETHERTYPE_MUMPS (line 406) | ETHERTYPE_MUMPS = 0x813f constant ETHERTYPE_NBPCC (line 407) | ETHERTYPE_NBPCC = 0x3c04 constant ETHERTYPE_NBPCLAIM (line 408) | ETHERTYPE_NBPCLAIM = 0x3c09 constant ETHERTYPE_NBPCLREQ (line 409) | ETHERTYPE_NBPCLREQ = 0x3c05 constant ETHERTYPE_NBPCLRSP (line 410) | ETHERTYPE_NBPCLRSP = 0x3c06 constant ETHERTYPE_NBPCREQ (line 411) | ETHERTYPE_NBPCREQ = 0x3c02 constant ETHERTYPE_NBPCRSP (line 412) | ETHERTYPE_NBPCRSP = 0x3c03 constant ETHERTYPE_NBPDG (line 413) | ETHERTYPE_NBPDG = 0x3c07 constant ETHERTYPE_NBPDGB (line 414) | ETHERTYPE_NBPDGB = 0x3c08 constant ETHERTYPE_NBPDLTE (line 415) | ETHERTYPE_NBPDLTE = 0x3c0a constant ETHERTYPE_NBPRAR (line 416) | ETHERTYPE_NBPRAR = 0x3c0c constant ETHERTYPE_NBPRAS (line 417) | ETHERTYPE_NBPRAS = 0x3c0b constant ETHERTYPE_NBPRST (line 418) | ETHERTYPE_NBPRST = 0x3c0d constant ETHERTYPE_NBPSCD (line 419) | ETHERTYPE_NBPSCD = 0x3c01 constant ETHERTYPE_NBPVCD (line 420) | ETHERTYPE_NBPVCD = 0x3c00 constant ETHERTYPE_NBS (line 421) | ETHERTYPE_NBS = 0x802 constant ETHERTYPE_NCD (line 422) | ETHERTYPE_NCD = 0x8149 constant ETHERTYPE_NESTAR (line 423) | ETHERTYPE_NESTAR = 0x8006 constant ETHERTYPE_NETBEUI (line 424) | ETHERTYPE_NETBEUI = 0x8191 constant ETHERTYPE_NHRP (line 425) | ETHERTYPE_NHRP = 0x2001 constant ETHERTYPE_NOVELL (line 426) | ETHERTYPE_NOVELL = 0x8138 constant ETHERTYPE_NS (line 427) | ETHERTYPE_NS = 0x600 constant ETHERTYPE_NSAT (line 428) | ETHERTYPE_NSAT = 0x601 constant ETHERTYPE_NSCOMPAT (line 429) | ETHERTYPE_NSCOMPAT = 0x807 constant ETHERTYPE_NSH (line 430) | ETHERTYPE_NSH = 0x984f constant ETHERTYPE_NTRAILER (line 431) | ETHERTYPE_NTRAILER = 0x10 constant ETHERTYPE_OS9 (line 432) | ETHERTYPE_OS9 = 0x7007 constant ETHERTYPE_OS9NET (line 433) | ETHERTYPE_OS9NET = 0x7009 constant ETHERTYPE_PACER (line 434) | ETHERTYPE_PACER = 0x80c6 constant ETHERTYPE_PBB (line 435) | ETHERTYPE_PBB = 0x88e7 constant ETHERTYPE_PCS (line 436) | ETHERTYPE_PCS = 0x4242 constant ETHERTYPE_PLANNING (line 437) | ETHERTYPE_PLANNING = 0x8044 constant ETHERTYPE_PPP (line 438) | ETHERTYPE_PPP = 0x880b constant ETHERTYPE_PPPOE (line 439) | ETHERTYPE_PPPOE = 0x8864 constant ETHERTYPE_PPPOEDISC (line 440) | ETHERTYPE_PPPOEDISC = 0x8863 constant ETHERTYPE_PRIMENTS (line 441) | ETHERTYPE_PRIMENTS = 0x7031 constant ETHERTYPE_PUP (line 442) | ETHERTYPE_PUP = 0x200 constant ETHERTYPE_PUPAT (line 443) | ETHERTYPE_PUPAT = 0x200 constant ETHERTYPE_QINQ (line 444) | ETHERTYPE_QINQ = 0x88a8 constant ETHERTYPE_RACAL (line 445) | ETHERTYPE_RACAL = 0x7030 constant ETHERTYPE_RATIONAL (line 446) | ETHERTYPE_RATIONAL = 0x8150 constant ETHERTYPE_RAWFR (line 447) | ETHERTYPE_RAWFR = 0x6559 constant ETHERTYPE_RCL (line 448) | ETHERTYPE_RCL = 0x1995 constant ETHERTYPE_RDP (line 449) | ETHERTYPE_RDP = 0x8739 constant ETHERTYPE_RETIX (line 450) | ETHERTYPE_RETIX = 0x80f2 constant ETHERTYPE_REVARP (line 451) | ETHERTYPE_REVARP = 0x8035 constant ETHERTYPE_SCA (line 452) | ETHERTYPE_SCA = 0x6007 constant ETHERTYPE_SECTRA (line 453) | ETHERTYPE_SECTRA = 0x86db constant ETHERTYPE_SECUREDATA (line 454) | ETHERTYPE_SECUREDATA = 0x876d constant ETHERTYPE_SGITW (line 455) | ETHERTYPE_SGITW = 0x817e constant ETHERTYPE_SG_BOUNCE (line 456) | ETHERTYPE_SG_BOUNCE = 0x8016 constant ETHERTYPE_SG_DIAG (line 457) | ETHERTYPE_SG_DIAG = 0x8013 constant ETHERTYPE_SG_NETGAMES (line 458) | ETHERTYPE_SG_NETGAMES = 0x8014 constant ETHERTYPE_SG_RESV (line 459) | ETHERTYPE_SG_RESV = 0x8015 constant ETHERTYPE_SIMNET (line 460) | ETHERTYPE_SIMNET = 0x5208 constant ETHERTYPE_SLOW (line 461) | ETHERTYPE_SLOW = 0x8809 constant ETHERTYPE_SNA (line 462) | ETHERTYPE_SNA = 0x80d5 constant ETHERTYPE_SNMP (line 463) | ETHERTYPE_SNMP = 0x814c constant ETHERTYPE_SONIX (line 464) | ETHERTYPE_SONIX = 0xfaf5 constant ETHERTYPE_SPIDER (line 465) | ETHERTYPE_SPIDER = 0x809f constant ETHERTYPE_SPRITE (line 466) | ETHERTYPE_SPRITE = 0x500 constant ETHERTYPE_STP (line 467) | ETHERTYPE_STP = 0x8181 constant ETHERTYPE_TALARIS (line 468) | ETHERTYPE_TALARIS = 0x812b constant ETHERTYPE_TALARISMC (line 469) | ETHERTYPE_TALARISMC = 0x852b constant ETHERTYPE_TCPCOMP (line 470) | ETHERTYPE_TCPCOMP = 0x876b constant ETHERTYPE_TCPSM (line 471) | ETHERTYPE_TCPSM = 0x9002 constant ETHERTYPE_TEC (line 472) | ETHERTYPE_TEC = 0x814f constant ETHERTYPE_TIGAN (line 473) | ETHERTYPE_TIGAN = 0x802f constant ETHERTYPE_TRAIL (line 474) | ETHERTYPE_TRAIL = 0x1000 constant ETHERTYPE_TRANSETHER (line 475) | ETHERTYPE_TRANSETHER = 0x6558 constant ETHERTYPE_TYMSHARE (line 476) | ETHERTYPE_TYMSHARE = 0x802e constant ETHERTYPE_UBBST (line 477) | ETHERTYPE_UBBST = 0x7005 constant ETHERTYPE_UBDEBUG (line 478) | ETHERTYPE_UBDEBUG = 0x900 constant ETHERTYPE_UBDIAGLOOP (line 479) | ETHERTYPE_UBDIAGLOOP = 0x7002 constant ETHERTYPE_UBDL (line 480) | ETHERTYPE_UBDL = 0x7000 constant ETHERTYPE_UBNIU (line 481) | ETHERTYPE_UBNIU = 0x7001 constant ETHERTYPE_UBNMC (line 482) | ETHERTYPE_UBNMC = 0x7003 constant ETHERTYPE_VALID (line 483) | ETHERTYPE_VALID = 0x1600 constant ETHERTYPE_VARIAN (line 484) | ETHERTYPE_VARIAN = 0x80dd constant ETHERTYPE_VAXELN (line 485) | ETHERTYPE_VAXELN = 0x803b constant ETHERTYPE_VEECO (line 486) | ETHERTYPE_VEECO = 0x8067 constant ETHERTYPE_VEXP (line 487) | ETHERTYPE_VEXP = 0x805b constant ETHERTYPE_VGLAB (line 488) | ETHERTYPE_VGLAB = 0x8131 constant ETHERTYPE_VINES (line 489) | ETHERTYPE_VINES = 0xbad constant ETHERTYPE_VINESECHO (line 490) | ETHERTYPE_VINESECHO = 0xbaf constant ETHERTYPE_VINESLOOP (line 491) | ETHERTYPE_VINESLOOP = 0xbae constant ETHERTYPE_VITAL (line 492) | ETHERTYPE_VITAL = 0xff00 constant ETHERTYPE_VLAN (line 493) | ETHERTYPE_VLAN = 0x8100 constant ETHERTYPE_VLTLMAN (line 494) | ETHERTYPE_VLTLMAN = 0x8080 constant ETHERTYPE_VPROD (line 495) | ETHERTYPE_VPROD = 0x805c constant ETHERTYPE_VURESERVED (line 496) | ETHERTYPE_VURESERVED = 0x8147 constant ETHERTYPE_WATERLOO (line 497) | ETHERTYPE_WATERLOO = 0x8130 constant ETHERTYPE_WELLFLEET (line 498) | ETHERTYPE_WELLFLEET = 0x8103 constant ETHERTYPE_X25 (line 499) | ETHERTYPE_X25 = 0x805 constant ETHERTYPE_X75 (line 500) | ETHERTYPE_X75 = 0x801 constant ETHERTYPE_XNSSM (line 501) | ETHERTYPE_XNSSM = 0x9001 constant ETHERTYPE_XTP (line 502) | ETHERTYPE_XTP = 0x817d constant ETHER_ADDR_LEN (line 503) | ETHER_ADDR_LEN = 0x6 constant ETHER_ALIGN (line 504) | ETHER_ALIGN = 0x2 constant ETHER_CRC_LEN (line 505) | ETHER_CRC_LEN = 0x4 constant ETHER_CRC_POLY_BE (line 506) | ETHER_CRC_POLY_BE = 0x4c11db6 constant ETHER_CRC_POLY_LE (line 507) | ETHER_CRC_POLY_LE = 0xedb88320 constant ETHER_HDR_LEN (line 508) | ETHER_HDR_LEN = 0xe constant ETHER_MAX_DIX_LEN (line 509) | ETHER_MAX_DIX_LEN = 0x600 constant ETHER_MAX_HARDMTU_LEN (line 510) | ETHER_MAX_HARDMTU_LEN = 0xff9b constant ETHER_MAX_LEN (line 511) | ETHER_MAX_LEN = 0x5ee constant ETHER_MIN_LEN (line 512) | ETHER_MIN_LEN = 0x40 constant ETHER_TYPE_LEN (line 513) | ETHER_TYPE_LEN = 0x2 constant ETHER_VLAN_ENCAP_LEN (line 514) | ETHER_VLAN_ENCAP_LEN = 0x4 constant EVFILT_AIO (line 515) | EVFILT_AIO = -0x3 constant EVFILT_DEVICE (line 516) | EVFILT_DEVICE = -0x8 constant EVFILT_EXCEPT (line 517) | EVFILT_EXCEPT = -0x9 constant EVFILT_PROC (line 518) | EVFILT_PROC = -0x5 constant EVFILT_READ (line 519) | EVFILT_READ = -0x1 constant EVFILT_SIGNAL (line 520) | EVFILT_SIGNAL = -0x6 constant EVFILT_SYSCOUNT (line 521) | EVFILT_SYSCOUNT = 0x9 constant EVFILT_TIMER (line 522) | EVFILT_TIMER = -0x7 constant EVFILT_VNODE (line 523) | EVFILT_VNODE = -0x4 constant EVFILT_WRITE (line 524) | EVFILT_WRITE = -0x2 constant EVL_ENCAPLEN (line 525) | EVL_ENCAPLEN = 0x4 constant EVL_PRIO_BITS (line 526) | EVL_PRIO_BITS = 0xd constant EVL_PRIO_MAX (line 527) | EVL_PRIO_MAX = 0x7 constant EVL_VLID_MASK (line 528) | EVL_VLID_MASK = 0xfff constant EVL_VLID_MAX (line 529) | EVL_VLID_MAX = 0xffe constant EVL_VLID_MIN (line 530) | EVL_VLID_MIN = 0x1 constant EVL_VLID_NULL (line 531) | EVL_VLID_NULL = 0x0 constant EV_ADD (line 532) | EV_ADD = 0x1 constant EV_CLEAR (line 533) | EV_CLEAR = 0x20 constant EV_DELETE (line 534) | EV_DELETE = 0x2 constant EV_DISABLE (line 535) | EV_DISABLE = 0x8 constant EV_DISPATCH (line 536) | EV_DISPATCH = 0x80 constant EV_ENABLE (line 537) | EV_ENABLE = 0x4 constant EV_EOF (line 538) | EV_EOF = 0x8000 constant EV_ERROR (line 539) | EV_ERROR = 0x4000 constant EV_FLAG1 (line 540) | EV_FLAG1 = 0x2000 constant EV_ONESHOT (line 541) | EV_ONESHOT = 0x10 constant EV_RECEIPT (line 542) | EV_RECEIPT = 0x40 constant EV_SYSFLAGS (line 543) | EV_SYSFLAGS = 0xf800 constant EXTA (line 544) | EXTA = 0x4b00 constant EXTB (line 545) | EXTB = 0x9600 constant EXTPROC (line 546) | EXTPROC = 0x800 constant FD_CLOEXEC (line 547) | FD_CLOEXEC = 0x1 constant FD_SETSIZE (line 548) | FD_SETSIZE = 0x400 constant FLUSHO (line 549) | FLUSHO = 0x800000 constant F_DUPFD (line 550) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 551) | F_DUPFD_CLOEXEC = 0xa constant F_GETFD (line 552) | F_GETFD = 0x1 constant F_GETFL (line 553) | F_GETFL = 0x3 constant F_GETLK (line 554) | F_GETLK = 0x7 constant F_GETOWN (line 555) | F_GETOWN = 0x5 constant F_ISATTY (line 556) | F_ISATTY = 0xb constant F_OK (line 557) | F_OK = 0x0 constant F_RDLCK (line 558) | F_RDLCK = 0x1 constant F_SETFD (line 559) | F_SETFD = 0x2 constant F_SETFL (line 560) | F_SETFL = 0x4 constant F_SETLK (line 561) | F_SETLK = 0x8 constant F_SETLKW (line 562) | F_SETLKW = 0x9 constant F_SETOWN (line 563) | F_SETOWN = 0x6 constant F_UNLCK (line 564) | F_UNLCK = 0x2 constant F_WRLCK (line 565) | F_WRLCK = 0x3 constant HUPCL (line 566) | HUPCL = 0x4000 constant HW_MACHINE (line 567) | HW_MACHINE = 0x1 constant ICANON (line 568) | ICANON = 0x100 constant ICMP6_FILTER (line 569) | ICMP6_FILTER = 0x12 constant ICRNL (line 570) | ICRNL = 0x100 constant IEXTEN (line 571) | IEXTEN = 0x400 constant IFAN_ARRIVAL (line 572) | IFAN_ARRIVAL = 0x0 constant IFAN_DEPARTURE (line 573) | IFAN_DEPARTURE = 0x1 constant IFF_ALLMULTI (line 574) | IFF_ALLMULTI = 0x200 constant IFF_BROADCAST (line 575) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 576) | IFF_CANTCHANGE = 0x8e52 constant IFF_DEBUG (line 577) | IFF_DEBUG = 0x4 constant IFF_LINK0 (line 578) | IFF_LINK0 = 0x1000 constant IFF_LINK1 (line 579) | IFF_LINK1 = 0x2000 constant IFF_LINK2 (line 580) | IFF_LINK2 = 0x4000 constant IFF_LOOPBACK (line 581) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 582) | IFF_MULTICAST = 0x8000 constant IFF_NOARP (line 583) | IFF_NOARP = 0x80 constant IFF_OACTIVE (line 584) | IFF_OACTIVE = 0x400 constant IFF_POINTOPOINT (line 585) | IFF_POINTOPOINT = 0x10 constant IFF_PROMISC (line 586) | IFF_PROMISC = 0x100 constant IFF_RUNNING (line 587) | IFF_RUNNING = 0x40 constant IFF_SIMPLEX (line 588) | IFF_SIMPLEX = 0x800 constant IFF_STATICARP (line 589) | IFF_STATICARP = 0x20 constant IFF_UP (line 590) | IFF_UP = 0x1 constant IFNAMSIZ (line 591) | IFNAMSIZ = 0x10 constant IFT_1822 (line 592) | IFT_1822 = 0x2 constant IFT_A12MPPSWITCH (line 593) | IFT_A12MPPSWITCH = 0x82 constant IFT_AAL2 (line 594) | IFT_AAL2 = 0xbb constant IFT_AAL5 (line 595) | IFT_AAL5 = 0x31 constant IFT_ADSL (line 596) | IFT_ADSL = 0x5e constant IFT_AFLANE8023 (line 597) | IFT_AFLANE8023 = 0x3b constant IFT_AFLANE8025 (line 598) | IFT_AFLANE8025 = 0x3c constant IFT_ARAP (line 599) | IFT_ARAP = 0x58 constant IFT_ARCNET (line 600) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 601) | IFT_ARCNETPLUS = 0x24 constant IFT_ASYNC (line 602) | IFT_ASYNC = 0x54 constant IFT_ATM (line 603) | IFT_ATM = 0x25 constant IFT_ATMDXI (line 604) | IFT_ATMDXI = 0x69 constant IFT_ATMFUNI (line 605) | IFT_ATMFUNI = 0x6a constant IFT_ATMIMA (line 606) | IFT_ATMIMA = 0x6b constant IFT_ATMLOGICAL (line 607) | IFT_ATMLOGICAL = 0x50 constant IFT_ATMRADIO (line 608) | IFT_ATMRADIO = 0xbd constant IFT_ATMSUBINTERFACE (line 609) | IFT_ATMSUBINTERFACE = 0x86 constant IFT_ATMVCIENDPT (line 610) | IFT_ATMVCIENDPT = 0xc2 constant IFT_ATMVIRTUAL (line 611) | IFT_ATMVIRTUAL = 0x95 constant IFT_BGPPOLICYACCOUNTING (line 612) | IFT_BGPPOLICYACCOUNTING = 0xa2 constant IFT_BLUETOOTH (line 613) | IFT_BLUETOOTH = 0xf8 constant IFT_BRIDGE (line 614) | IFT_BRIDGE = 0xd1 constant IFT_BSC (line 615) | IFT_BSC = 0x53 constant IFT_CARP (line 616) | IFT_CARP = 0xf7 constant IFT_CCTEMUL (line 617) | IFT_CCTEMUL = 0x3d constant IFT_CEPT (line 618) | IFT_CEPT = 0x13 constant IFT_CES (line 619) | IFT_CES = 0x85 constant IFT_CHANNEL (line 620) | IFT_CHANNEL = 0x46 constant IFT_CNR (line 621) | IFT_CNR = 0x55 constant IFT_COFFEE (line 622) | IFT_COFFEE = 0x84 constant IFT_COMPOSITELINK (line 623) | IFT_COMPOSITELINK = 0x9b constant IFT_DCN (line 624) | IFT_DCN = 0x8d constant IFT_DIGITALPOWERLINE (line 625) | IFT_DIGITALPOWERLINE = 0x8a constant IFT_DIGITALWRAPPEROVERHEADCHANNEL (line 626) | IFT_DIGITALWRAPPEROVERHEADCHANNEL = 0xba constant IFT_DLSW (line 627) | IFT_DLSW = 0x4a constant IFT_DOCSCABLEDOWNSTREAM (line 628) | IFT_DOCSCABLEDOWNSTREAM = 0x80 constant IFT_DOCSCABLEMACLAYER (line 629) | IFT_DOCSCABLEMACLAYER = 0x7f constant IFT_DOCSCABLEUPSTREAM (line 630) | IFT_DOCSCABLEUPSTREAM = 0x81 constant IFT_DOCSCABLEUPSTREAMCHANNEL (line 631) | IFT_DOCSCABLEUPSTREAMCHANNEL = 0xcd constant IFT_DS0 (line 632) | IFT_DS0 = 0x51 constant IFT_DS0BUNDLE (line 633) | IFT_DS0BUNDLE = 0x52 constant IFT_DS1FDL (line 634) | IFT_DS1FDL = 0xaa constant IFT_DS3 (line 635) | IFT_DS3 = 0x1e constant IFT_DTM (line 636) | IFT_DTM = 0x8c constant IFT_DUMMY (line 637) | IFT_DUMMY = 0xf1 constant IFT_DVBASILN (line 638) | IFT_DVBASILN = 0xac constant IFT_DVBASIOUT (line 639) | IFT_DVBASIOUT = 0xad constant IFT_DVBRCCDOWNSTREAM (line 640) | IFT_DVBRCCDOWNSTREAM = 0x93 constant IFT_DVBRCCMACLAYER (line 641) | IFT_DVBRCCMACLAYER = 0x92 constant IFT_DVBRCCUPSTREAM (line 642) | IFT_DVBRCCUPSTREAM = 0x94 constant IFT_ECONET (line 643) | IFT_ECONET = 0xce constant IFT_ENC (line 644) | IFT_ENC = 0xf4 constant IFT_EON (line 645) | IFT_EON = 0x19 constant IFT_EPLRS (line 646) | IFT_EPLRS = 0x57 constant IFT_ESCON (line 647) | IFT_ESCON = 0x49 constant IFT_ETHER (line 648) | IFT_ETHER = 0x6 constant IFT_FAITH (line 649) | IFT_FAITH = 0xf3 constant IFT_FAST (line 650) | IFT_FAST = 0x7d constant IFT_FASTETHER (line 651) | IFT_FASTETHER = 0x3e constant IFT_FASTETHERFX (line 652) | IFT_FASTETHERFX = 0x45 constant IFT_FDDI (line 653) | IFT_FDDI = 0xf constant IFT_FIBRECHANNEL (line 654) | IFT_FIBRECHANNEL = 0x38 constant IFT_FRAMERELAYINTERCONNECT (line 655) | IFT_FRAMERELAYINTERCONNECT = 0x3a constant IFT_FRAMERELAYMPI (line 656) | IFT_FRAMERELAYMPI = 0x5c constant IFT_FRDLCIENDPT (line 657) | IFT_FRDLCIENDPT = 0xc1 constant IFT_FRELAY (line 658) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 659) | IFT_FRELAYDCE = 0x2c constant IFT_FRF16MFRBUNDLE (line 660) | IFT_FRF16MFRBUNDLE = 0xa3 constant IFT_FRFORWARD (line 661) | IFT_FRFORWARD = 0x9e constant IFT_G703AT2MB (line 662) | IFT_G703AT2MB = 0x43 constant IFT_G703AT64K (line 663) | IFT_G703AT64K = 0x42 constant IFT_GIF (line 664) | IFT_GIF = 0xf0 constant IFT_GIGABITETHERNET (line 665) | IFT_GIGABITETHERNET = 0x75 constant IFT_GR303IDT (line 666) | IFT_GR303IDT = 0xb2 constant IFT_GR303RDT (line 667) | IFT_GR303RDT = 0xb1 constant IFT_H323GATEKEEPER (line 668) | IFT_H323GATEKEEPER = 0xa4 constant IFT_H323PROXY (line 669) | IFT_H323PROXY = 0xa5 constant IFT_HDH1822 (line 670) | IFT_HDH1822 = 0x3 constant IFT_HDLC (line 671) | IFT_HDLC = 0x76 constant IFT_HDSL2 (line 672) | IFT_HDSL2 = 0xa8 constant IFT_HIPERLAN2 (line 673) | IFT_HIPERLAN2 = 0xb7 constant IFT_HIPPI (line 674) | IFT_HIPPI = 0x2f constant IFT_HIPPIINTERFACE (line 675) | IFT_HIPPIINTERFACE = 0x39 constant IFT_HOSTPAD (line 676) | IFT_HOSTPAD = 0x5a constant IFT_HSSI (line 677) | IFT_HSSI = 0x2e constant IFT_HY (line 678) | IFT_HY = 0xe constant IFT_IBM370PARCHAN (line 679) | IFT_IBM370PARCHAN = 0x48 constant IFT_IDSL (line 680) | IFT_IDSL = 0x9a constant IFT_IEEE1394 (line 681) | IFT_IEEE1394 = 0x90 constant IFT_IEEE80211 (line 682) | IFT_IEEE80211 = 0x47 constant IFT_IEEE80212 (line 683) | IFT_IEEE80212 = 0x37 constant IFT_IEEE8023ADLAG (line 684) | IFT_IEEE8023ADLAG = 0xa1 constant IFT_IFGSN (line 685) | IFT_IFGSN = 0x91 constant IFT_IMT (line 686) | IFT_IMT = 0xbe constant IFT_INFINIBAND (line 687) | IFT_INFINIBAND = 0xc7 constant IFT_INTERLEAVE (line 688) | IFT_INTERLEAVE = 0x7c constant IFT_IP (line 689) | IFT_IP = 0x7e constant IFT_IPFORWARD (line 690) | IFT_IPFORWARD = 0x8e constant IFT_IPOVERATM (line 691) | IFT_IPOVERATM = 0x72 constant IFT_IPOVERCDLC (line 692) | IFT_IPOVERCDLC = 0x6d constant IFT_IPOVERCLAW (line 693) | IFT_IPOVERCLAW = 0x6e constant IFT_IPSWITCH (line 694) | IFT_IPSWITCH = 0x4e constant IFT_ISDN (line 695) | IFT_ISDN = 0x3f constant IFT_ISDNBASIC (line 696) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 697) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISDNS (line 698) | IFT_ISDNS = 0x4b constant IFT_ISDNU (line 699) | IFT_ISDNU = 0x4c constant IFT_ISO88022LLC (line 700) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 701) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 702) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 703) | IFT_ISO88025 = 0x9 constant IFT_ISO88025CRFPINT (line 704) | IFT_ISO88025CRFPINT = 0x62 constant IFT_ISO88025DTR (line 705) | IFT_ISO88025DTR = 0x56 constant IFT_ISO88025FIBER (line 706) | IFT_ISO88025FIBER = 0x73 constant IFT_ISO88026 (line 707) | IFT_ISO88026 = 0xa constant IFT_ISUP (line 708) | IFT_ISUP = 0xb3 constant IFT_L2VLAN (line 709) | IFT_L2VLAN = 0x87 constant IFT_L3IPVLAN (line 710) | IFT_L3IPVLAN = 0x88 constant IFT_L3IPXVLAN (line 711) | IFT_L3IPXVLAN = 0x89 constant IFT_LAPB (line 712) | IFT_LAPB = 0x10 constant IFT_LAPD (line 713) | IFT_LAPD = 0x4d constant IFT_LAPF (line 714) | IFT_LAPF = 0x77 constant IFT_LINEGROUP (line 715) | IFT_LINEGROUP = 0xd2 constant IFT_LOCALTALK (line 716) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 717) | IFT_LOOP = 0x18 constant IFT_MBIM (line 718) | IFT_MBIM = 0xfa constant IFT_MEDIAMAILOVERIP (line 719) | IFT_MEDIAMAILOVERIP = 0x8b constant IFT_MFSIGLINK (line 720) | IFT_MFSIGLINK = 0xa7 constant IFT_MIOX25 (line 721) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 722) | IFT_MODEM = 0x30 constant IFT_MPC (line 723) | IFT_MPC = 0x71 constant IFT_MPLS (line 724) | IFT_MPLS = 0xa6 constant IFT_MPLSTUNNEL (line 725) | IFT_MPLSTUNNEL = 0x96 constant IFT_MSDSL (line 726) | IFT_MSDSL = 0x8f constant IFT_MVL (line 727) | IFT_MVL = 0xbf constant IFT_MYRINET (line 728) | IFT_MYRINET = 0x63 constant IFT_NFAS (line 729) | IFT_NFAS = 0xaf constant IFT_NSIP (line 730) | IFT_NSIP = 0x1b constant IFT_OPTICALCHANNEL (line 731) | IFT_OPTICALCHANNEL = 0xc3 constant IFT_OPTICALTRANSPORT (line 732) | IFT_OPTICALTRANSPORT = 0xc4 constant IFT_OTHER (line 733) | IFT_OTHER = 0x1 constant IFT_P10 (line 734) | IFT_P10 = 0xc constant IFT_P80 (line 735) | IFT_P80 = 0xd constant IFT_PARA (line 736) | IFT_PARA = 0x22 constant IFT_PFLOG (line 737) | IFT_PFLOG = 0xf5 constant IFT_PFLOW (line 738) | IFT_PFLOW = 0xf9 constant IFT_PFSYNC (line 739) | IFT_PFSYNC = 0xf6 constant IFT_PLC (line 740) | IFT_PLC = 0xae constant IFT_PON155 (line 741) | IFT_PON155 = 0xcf constant IFT_PON622 (line 742) | IFT_PON622 = 0xd0 constant IFT_POS (line 743) | IFT_POS = 0xab constant IFT_PPP (line 744) | IFT_PPP = 0x17 constant IFT_PPPMULTILINKBUNDLE (line 745) | IFT_PPPMULTILINKBUNDLE = 0x6c constant IFT_PROPATM (line 746) | IFT_PROPATM = 0xc5 constant IFT_PROPBWAP2MP (line 747) | IFT_PROPBWAP2MP = 0xb8 constant IFT_PROPCNLS (line 748) | IFT_PROPCNLS = 0x59 constant IFT_PROPDOCSWIRELESSDOWNSTREAM (line 749) | IFT_PROPDOCSWIRELESSDOWNSTREAM = 0xb5 constant IFT_PROPDOCSWIRELESSMACLAYER (line 750) | IFT_PROPDOCSWIRELESSMACLAYER = 0xb4 constant IFT_PROPDOCSWIRELESSUPSTREAM (line 751) | IFT_PROPDOCSWIRELESSUPSTREAM = 0xb6 constant IFT_PROPMUX (line 752) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 753) | IFT_PROPVIRTUAL = 0x35 constant IFT_PROPWIRELESSP2P (line 754) | IFT_PROPWIRELESSP2P = 0x9d constant IFT_PTPSERIAL (line 755) | IFT_PTPSERIAL = 0x16 constant IFT_PVC (line 756) | IFT_PVC = 0xf2 constant IFT_Q2931 (line 757) | IFT_Q2931 = 0xc9 constant IFT_QLLC (line 758) | IFT_QLLC = 0x44 constant IFT_RADIOMAC (line 759) | IFT_RADIOMAC = 0xbc constant IFT_RADSL (line 760) | IFT_RADSL = 0x5f constant IFT_REACHDSL (line 761) | IFT_REACHDSL = 0xc0 constant IFT_RFC1483 (line 762) | IFT_RFC1483 = 0x9f constant IFT_RS232 (line 763) | IFT_RS232 = 0x21 constant IFT_RSRB (line 764) | IFT_RSRB = 0x4f constant IFT_SDLC (line 765) | IFT_SDLC = 0x11 constant IFT_SDSL (line 766) | IFT_SDSL = 0x60 constant IFT_SHDSL (line 767) | IFT_SHDSL = 0xa9 constant IFT_SIP (line 768) | IFT_SIP = 0x1f constant IFT_SIPSIG (line 769) | IFT_SIPSIG = 0xcc constant IFT_SIPTG (line 770) | IFT_SIPTG = 0xcb constant IFT_SLIP (line 771) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 772) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 773) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 774) | IFT_SONET = 0x27 constant IFT_SONETOVERHEADCHANNEL (line 775) | IFT_SONETOVERHEADCHANNEL = 0xb9 constant IFT_SONETPATH (line 776) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 777) | IFT_SONETVT = 0x33 constant IFT_SRP (line 778) | IFT_SRP = 0x97 constant IFT_SS7SIGLINK (line 779) | IFT_SS7SIGLINK = 0x9c constant IFT_STACKTOSTACK (line 780) | IFT_STACKTOSTACK = 0x6f constant IFT_STARLAN (line 781) | IFT_STARLAN = 0xb constant IFT_T1 (line 782) | IFT_T1 = 0x12 constant IFT_TDLC (line 783) | IFT_TDLC = 0x74 constant IFT_TELINK (line 784) | IFT_TELINK = 0xc8 constant IFT_TERMPAD (line 785) | IFT_TERMPAD = 0x5b constant IFT_TR008 (line 786) | IFT_TR008 = 0xb0 constant IFT_TRANSPHDLC (line 787) | IFT_TRANSPHDLC = 0x7b constant IFT_TUNNEL (line 788) | IFT_TUNNEL = 0x83 constant IFT_ULTRA (line 789) | IFT_ULTRA = 0x1d constant IFT_USB (line 790) | IFT_USB = 0xa0 constant IFT_V11 (line 791) | IFT_V11 = 0x40 constant IFT_V35 (line 792) | IFT_V35 = 0x2d constant IFT_V36 (line 793) | IFT_V36 = 0x41 constant IFT_V37 (line 794) | IFT_V37 = 0x78 constant IFT_VDSL (line 795) | IFT_VDSL = 0x61 constant IFT_VIRTUALIPADDRESS (line 796) | IFT_VIRTUALIPADDRESS = 0x70 constant IFT_VIRTUALTG (line 797) | IFT_VIRTUALTG = 0xca constant IFT_VOICEDID (line 798) | IFT_VOICEDID = 0xd5 constant IFT_VOICEEM (line 799) | IFT_VOICEEM = 0x64 constant IFT_VOICEEMFGD (line 800) | IFT_VOICEEMFGD = 0xd3 constant IFT_VOICEENCAP (line 801) | IFT_VOICEENCAP = 0x67 constant IFT_VOICEFGDEANA (line 802) | IFT_VOICEFGDEANA = 0xd4 constant IFT_VOICEFXO (line 803) | IFT_VOICEFXO = 0x65 constant IFT_VOICEFXS (line 804) | IFT_VOICEFXS = 0x66 constant IFT_VOICEOVERATM (line 805) | IFT_VOICEOVERATM = 0x98 constant IFT_VOICEOVERCABLE (line 806) | IFT_VOICEOVERCABLE = 0xc6 constant IFT_VOICEOVERFRAMERELAY (line 807) | IFT_VOICEOVERFRAMERELAY = 0x99 constant IFT_VOICEOVERIP (line 808) | IFT_VOICEOVERIP = 0x68 constant IFT_WIREGUARD (line 809) | IFT_WIREGUARD = 0xfb constant IFT_X213 (line 810) | IFT_X213 = 0x5d constant IFT_X25 (line 811) | IFT_X25 = 0x5 constant IFT_X25DDN (line 812) | IFT_X25DDN = 0x4 constant IFT_X25HUNTGROUP (line 813) | IFT_X25HUNTGROUP = 0x7a constant IFT_X25MLP (line 814) | IFT_X25MLP = 0x79 constant IFT_X25PLE (line 815) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 816) | IFT_XETHER = 0x1a constant IGNBRK (line 817) | IGNBRK = 0x1 constant IGNCR (line 818) | IGNCR = 0x80 constant IGNPAR (line 819) | IGNPAR = 0x4 constant IMAXBEL (line 820) | IMAXBEL = 0x2000 constant INLCR (line 821) | INLCR = 0x40 constant INPCK (line 822) | INPCK = 0x10 constant IN_CLASSA_HOST (line 823) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 824) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 825) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 826) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 827) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 828) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 829) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 830) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 831) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 832) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 833) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 834) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 835) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 836) | IN_CLASSD_NSHIFT = 0x1c constant IN_LOOPBACKNET (line 837) | IN_LOOPBACKNET = 0x7f constant IN_RFC3021_HOST (line 838) | IN_RFC3021_HOST = 0x1 constant IN_RFC3021_NET (line 839) | IN_RFC3021_NET = 0xfffffffe constant IN_RFC3021_NSHIFT (line 840) | IN_RFC3021_NSHIFT = 0x1f constant IPPROTO_AH (line 841) | IPPROTO_AH = 0x33 constant IPPROTO_CARP (line 842) | IPPROTO_CARP = 0x70 constant IPPROTO_DIVERT (line 843) | IPPROTO_DIVERT = 0x102 constant IPPROTO_DONE (line 844) | IPPROTO_DONE = 0x101 constant IPPROTO_DSTOPTS (line 845) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 846) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 847) | IPPROTO_ENCAP = 0x62 constant IPPROTO_EON (line 848) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 849) | IPPROTO_ESP = 0x32 constant IPPROTO_ETHERIP (line 850) | IPPROTO_ETHERIP = 0x61 constant IPPROTO_FRAGMENT (line 851) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 852) | IPPROTO_GGP = 0x3 constant IPPROTO_GRE (line 853) | IPPROTO_GRE = 0x2f constant IPPROTO_HOPOPTS (line 854) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 855) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 856) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 857) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 858) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 859) | IPPROTO_IP = 0x0 constant IPPROTO_IPCOMP (line 860) | IPPROTO_IPCOMP = 0x6c constant IPPROTO_IPIP (line 861) | IPPROTO_IPIP = 0x4 constant IPPROTO_IPV4 (line 862) | IPPROTO_IPV4 = 0x4 constant IPPROTO_IPV6 (line 863) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 864) | IPPROTO_MAX = 0x100 constant IPPROTO_MAXID (line 865) | IPPROTO_MAXID = 0x103 constant IPPROTO_MOBILE (line 866) | IPPROTO_MOBILE = 0x37 constant IPPROTO_MPLS (line 867) | IPPROTO_MPLS = 0x89 constant IPPROTO_NONE (line 868) | IPPROTO_NONE = 0x3b constant IPPROTO_PFSYNC (line 869) | IPPROTO_PFSYNC = 0xf0 constant IPPROTO_PIM (line 870) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 871) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 872) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 873) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 874) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 875) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 876) | IPPROTO_TCP = 0x6 constant IPPROTO_TP (line 877) | IPPROTO_TP = 0x1d constant IPPROTO_UDP (line 878) | IPPROTO_UDP = 0x11 constant IPPROTO_UDPLITE (line 879) | IPPROTO_UDPLITE = 0x88 constant IPV6_AUTH_LEVEL (line 880) | IPV6_AUTH_LEVEL = 0x35 constant IPV6_AUTOFLOWLABEL (line 881) | IPV6_AUTOFLOWLABEL = 0x3b constant IPV6_CHECKSUM (line 882) | IPV6_CHECKSUM = 0x1a constant IPV6_DEFAULT_MULTICAST_HOPS (line 883) | IPV6_DEFAULT_MULTICAST_HOPS = 0x1 constant IPV6_DEFAULT_MULTICAST_LOOP (line 884) | IPV6_DEFAULT_MULTICAST_LOOP = 0x1 constant IPV6_DEFHLIM (line 885) | IPV6_DEFHLIM = 0x40 constant IPV6_DONTFRAG (line 886) | IPV6_DONTFRAG = 0x3e constant IPV6_DSTOPTS (line 887) | IPV6_DSTOPTS = 0x32 constant IPV6_ESP_NETWORK_LEVEL (line 888) | IPV6_ESP_NETWORK_LEVEL = 0x37 constant IPV6_ESP_TRANS_LEVEL (line 889) | IPV6_ESP_TRANS_LEVEL = 0x36 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_IPCOMP_LEVEL (line 897) | IPV6_IPCOMP_LEVEL = 0x3c 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_MINHOPCOUNT (line 902) | IPV6_MINHOPCOUNT = 0x41 constant IPV6_MMTU (line 903) | IPV6_MMTU = 0x500 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_OPTIONS (line 908) | IPV6_OPTIONS = 0x1 constant IPV6_PATHMTU (line 909) | IPV6_PATHMTU = 0x2c constant IPV6_PIPEX (line 910) | IPV6_PIPEX = 0x3f constant IPV6_PKTINFO (line 911) | IPV6_PKTINFO = 0x2e constant IPV6_PORTRANGE (line 912) | IPV6_PORTRANGE = 0xe constant IPV6_PORTRANGE_DEFAULT (line 913) | IPV6_PORTRANGE_DEFAULT = 0x0 constant IPV6_PORTRANGE_HIGH (line 914) | IPV6_PORTRANGE_HIGH = 0x1 constant IPV6_PORTRANGE_LOW (line 915) | IPV6_PORTRANGE_LOW = 0x2 constant IPV6_RECVDSTOPTS (line 916) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVDSTPORT (line 917) | IPV6_RECVDSTPORT = 0x40 constant IPV6_RECVHOPLIMIT (line 918) | IPV6_RECVHOPLIMIT = 0x25 constant IPV6_RECVHOPOPTS (line 919) | IPV6_RECVHOPOPTS = 0x27 constant IPV6_RECVPATHMTU (line 920) | IPV6_RECVPATHMTU = 0x2b constant IPV6_RECVPKTINFO (line 921) | IPV6_RECVPKTINFO = 0x24 constant IPV6_RECVRTHDR (line 922) | IPV6_RECVRTHDR = 0x26 constant IPV6_RECVTCLASS (line 923) | IPV6_RECVTCLASS = 0x39 constant IPV6_RTABLE (line 924) | IPV6_RTABLE = 0x1021 constant IPV6_RTHDR (line 925) | IPV6_RTHDR = 0x33 constant IPV6_RTHDRDSTOPTS (line 926) | IPV6_RTHDRDSTOPTS = 0x23 constant IPV6_RTHDR_LOOSE (line 927) | IPV6_RTHDR_LOOSE = 0x0 constant IPV6_RTHDR_STRICT (line 928) | IPV6_RTHDR_STRICT = 0x1 constant IPV6_RTHDR_TYPE_0 (line 929) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SOCKOPT_RESERVED1 (line 930) | IPV6_SOCKOPT_RESERVED1 = 0x3 constant IPV6_TCLASS (line 931) | IPV6_TCLASS = 0x3d constant IPV6_UNICAST_HOPS (line 932) | IPV6_UNICAST_HOPS = 0x4 constant IPV6_USE_MIN_MTU (line 933) | IPV6_USE_MIN_MTU = 0x2a constant IPV6_V6ONLY (line 934) | IPV6_V6ONLY = 0x1b constant IPV6_VERSION (line 935) | IPV6_VERSION = 0x60 constant IPV6_VERSION_MASK (line 936) | IPV6_VERSION_MASK = 0xf0 constant IP_ADD_MEMBERSHIP (line 937) | IP_ADD_MEMBERSHIP = 0xc constant IP_AUTH_LEVEL (line 938) | IP_AUTH_LEVEL = 0x14 constant IP_DEFAULT_MULTICAST_LOOP (line 939) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 940) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 941) | IP_DF = 0x4000 constant IP_DROP_MEMBERSHIP (line 942) | IP_DROP_MEMBERSHIP = 0xd constant IP_ESP_NETWORK_LEVEL (line 943) | IP_ESP_NETWORK_LEVEL = 0x16 constant IP_ESP_TRANS_LEVEL (line 944) | IP_ESP_TRANS_LEVEL = 0x15 constant IP_HDRINCL (line 945) | IP_HDRINCL = 0x2 constant IP_IPCOMP_LEVEL (line 946) | IP_IPCOMP_LEVEL = 0x1d constant IP_IPDEFTTL (line 947) | IP_IPDEFTTL = 0x25 constant IP_IPSECFLOWINFO (line 948) | IP_IPSECFLOWINFO = 0x24 constant IP_IPSEC_LOCAL_AUTH (line 949) | IP_IPSEC_LOCAL_AUTH = 0x1b constant IP_IPSEC_LOCAL_CRED (line 950) | IP_IPSEC_LOCAL_CRED = 0x19 constant IP_IPSEC_LOCAL_ID (line 951) | IP_IPSEC_LOCAL_ID = 0x17 constant IP_IPSEC_REMOTE_AUTH (line 952) | IP_IPSEC_REMOTE_AUTH = 0x1c constant IP_IPSEC_REMOTE_CRED (line 953) | IP_IPSEC_REMOTE_CRED = 0x1a constant IP_IPSEC_REMOTE_ID (line 954) | IP_IPSEC_REMOTE_ID = 0x18 constant IP_MAXPACKET (line 955) | IP_MAXPACKET = 0xffff constant IP_MAX_MEMBERSHIPS (line 956) | IP_MAX_MEMBERSHIPS = 0xfff constant IP_MF (line 957) | IP_MF = 0x2000 constant IP_MINTTL (line 958) | IP_MINTTL = 0x20 constant IP_MIN_MEMBERSHIPS (line 959) | IP_MIN_MEMBERSHIPS = 0xf constant IP_MSS (line 960) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 961) | IP_MULTICAST_IF = 0x9 constant IP_MULTICAST_LOOP (line 962) | IP_MULTICAST_LOOP = 0xb constant IP_MULTICAST_TTL (line 963) | IP_MULTICAST_TTL = 0xa constant IP_OFFMASK (line 964) | IP_OFFMASK = 0x1fff constant IP_OPTIONS (line 965) | IP_OPTIONS = 0x1 constant IP_PIPEX (line 966) | IP_PIPEX = 0x22 constant IP_PORTRANGE (line 967) | IP_PORTRANGE = 0x13 constant IP_PORTRANGE_DEFAULT (line 968) | IP_PORTRANGE_DEFAULT = 0x0 constant IP_PORTRANGE_HIGH (line 969) | IP_PORTRANGE_HIGH = 0x1 constant IP_PORTRANGE_LOW (line 970) | IP_PORTRANGE_LOW = 0x2 constant IP_RECVDSTADDR (line 971) | IP_RECVDSTADDR = 0x7 constant IP_RECVDSTPORT (line 972) | IP_RECVDSTPORT = 0x21 constant IP_RECVIF (line 973) | IP_RECVIF = 0x1e constant IP_RECVOPTS (line 974) | IP_RECVOPTS = 0x5 constant IP_RECVRETOPTS (line 975) | IP_RECVRETOPTS = 0x6 constant IP_RECVRTABLE (line 976) | IP_RECVRTABLE = 0x23 constant IP_RECVTTL (line 977) | IP_RECVTTL = 0x1f constant IP_RETOPTS (line 978) | IP_RETOPTS = 0x8 constant IP_RF (line 979) | IP_RF = 0x8000 constant IP_RTABLE (line 980) | IP_RTABLE = 0x1021 constant IP_SENDSRCADDR (line 981) | IP_SENDSRCADDR = 0x7 constant IP_TOS (line 982) | IP_TOS = 0x3 constant IP_TTL (line 983) | IP_TTL = 0x4 constant ISIG (line 984) | ISIG = 0x80 constant ISTRIP (line 985) | ISTRIP = 0x20 constant ITIMER_PROF (line 986) | ITIMER_PROF = 0x2 constant ITIMER_REAL (line 987) | ITIMER_REAL = 0x0 constant ITIMER_VIRTUAL (line 988) | ITIMER_VIRTUAL = 0x1 constant IUCLC (line 989) | IUCLC = 0x1000 constant IXANY (line 990) | IXANY = 0x800 constant IXOFF (line 991) | IXOFF = 0x400 constant IXON (line 992) | IXON = 0x200 constant KERN_HOSTNAME (line 993) | KERN_HOSTNAME = 0xa constant KERN_OSRELEASE (line 994) | KERN_OSRELEASE = 0x2 constant KERN_OSTYPE (line 995) | KERN_OSTYPE = 0x1 constant KERN_VERSION (line 996) | KERN_VERSION = 0x4 constant LCNT_OVERLOAD_FLUSH (line 997) | LCNT_OVERLOAD_FLUSH = 0x6 constant LOCK_EX (line 998) | LOCK_EX = 0x2 constant LOCK_NB (line 999) | LOCK_NB = 0x4 constant LOCK_SH (line 1000) | LOCK_SH = 0x1 constant LOCK_UN (line 1001) | LOCK_UN = 0x8 constant MADV_DONTNEED (line 1002) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 1003) | MADV_FREE = 0x6 constant MADV_NORMAL (line 1004) | MADV_NORMAL = 0x0 constant MADV_RANDOM (line 1005) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 1006) | MADV_SEQUENTIAL = 0x2 constant MADV_SPACEAVAIL (line 1007) | MADV_SPACEAVAIL = 0x5 constant MADV_WILLNEED (line 1008) | MADV_WILLNEED = 0x3 constant MAP_ANON (line 1009) | MAP_ANON = 0x1000 constant MAP_ANONYMOUS (line 1010) | MAP_ANONYMOUS = 0x1000 constant MAP_CONCEAL (line 1011) | MAP_CONCEAL = 0x8000 constant MAP_COPY (line 1012) | MAP_COPY = 0x2 constant MAP_FILE (line 1013) | MAP_FILE = 0x0 constant MAP_FIXED (line 1014) | MAP_FIXED = 0x10 constant MAP_FLAGMASK (line 1015) | MAP_FLAGMASK = 0xfff7 constant MAP_HASSEMAPHORE (line 1016) | MAP_HASSEMAPHORE = 0x0 constant MAP_INHERIT (line 1017) | MAP_INHERIT = 0x0 constant MAP_INHERIT_COPY (line 1018) | MAP_INHERIT_COPY = 0x1 constant MAP_INHERIT_NONE (line 1019) | MAP_INHERIT_NONE = 0x2 constant MAP_INHERIT_SHARE (line 1020) | MAP_INHERIT_SHARE = 0x0 constant MAP_INHERIT_ZERO (line 1021) | MAP_INHERIT_ZERO = 0x3 constant MAP_NOEXTEND (line 1022) | MAP_NOEXTEND = 0x0 constant MAP_NORESERVE (line 1023) | MAP_NORESERVE = 0x0 constant MAP_PRIVATE (line 1024) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 1025) | MAP_RENAME = 0x0 constant MAP_SHARED (line 1026) | MAP_SHARED = 0x1 constant MAP_STACK (line 1027) | MAP_STACK = 0x4000 constant MAP_TRYFIXED (line 1028) | MAP_TRYFIXED = 0x0 constant MCL_CURRENT (line 1029) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 1030) | MCL_FUTURE = 0x2 constant MNT_ASYNC (line 1031) | MNT_ASYNC = 0x40 constant MNT_DEFEXPORTED (line 1032) | MNT_DEFEXPORTED = 0x200 constant MNT_DELEXPORT (line 1033) | MNT_DELEXPORT = 0x20000 constant MNT_DOOMED (line 1034) | MNT_DOOMED = 0x8000000 constant MNT_EXPORTANON (line 1035) | MNT_EXPORTANON = 0x400 constant MNT_EXPORTED (line 1036) | MNT_EXPORTED = 0x100 constant MNT_EXRDONLY (line 1037) | MNT_EXRDONLY = 0x80 constant MNT_FORCE (line 1038) | MNT_FORCE = 0x80000 constant MNT_LAZY (line 1039) | MNT_LAZY = 0x3 constant MNT_LOCAL (line 1040) | MNT_LOCAL = 0x1000 constant MNT_NOATIME (line 1041) | MNT_NOATIME = 0x8000 constant MNT_NODEV (line 1042) | MNT_NODEV = 0x10 constant MNT_NOEXEC (line 1043) | MNT_NOEXEC = 0x4 constant MNT_NOPERM (line 1044) | MNT_NOPERM = 0x20 constant MNT_NOSUID (line 1045) | MNT_NOSUID = 0x8 constant MNT_NOWAIT (line 1046) | MNT_NOWAIT = 0x2 constant MNT_QUOTA (line 1047) | MNT_QUOTA = 0x2000 constant MNT_RDONLY (line 1048) | MNT_RDONLY = 0x1 constant MNT_RELOAD (line 1049) | MNT_RELOAD = 0x40000 constant MNT_ROOTFS (line 1050) | MNT_ROOTFS = 0x4000 constant MNT_SOFTDEP (line 1051) | MNT_SOFTDEP = 0x4000000 constant MNT_STALLED (line 1052) | MNT_STALLED = 0x100000 constant MNT_SWAPPABLE (line 1053) | MNT_SWAPPABLE = 0x200000 constant MNT_SYNCHRONOUS (line 1054) | MNT_SYNCHRONOUS = 0x2 constant MNT_UPDATE (line 1055) | MNT_UPDATE = 0x10000 constant MNT_VISFLAGMASK (line 1056) | MNT_VISFLAGMASK = 0x400ffff constant MNT_WAIT (line 1057) | MNT_WAIT = 0x1 constant MNT_WANTRDWR (line 1058) | MNT_WANTRDWR = 0x2000000 constant MNT_WXALLOWED (line 1059) | MNT_WXALLOWED = 0x800 constant MOUNT_AFS (line 1060) | MOUNT_AFS = "afs" constant MOUNT_CD9660 (line 1061) | MOUNT_CD9660 = "cd9660" constant MOUNT_EXT2FS (line 1062) | MOUNT_EXT2FS = "ext2fs" constant MOUNT_FFS (line 1063) | MOUNT_FFS = "ffs" constant MOUNT_FUSEFS (line 1064) | MOUNT_FUSEFS = "fuse" constant MOUNT_MFS (line 1065) | MOUNT_MFS = "mfs" constant MOUNT_MSDOS (line 1066) | MOUNT_MSDOS = "msdos" constant MOUNT_NCPFS (line 1067) | MOUNT_NCPFS = "ncpfs" constant MOUNT_NFS (line 1068) | MOUNT_NFS = "nfs" constant MOUNT_NTFS (line 1069) | MOUNT_NTFS = "ntfs" constant MOUNT_TMPFS (line 1070) | MOUNT_TMPFS = "tmpfs" constant MOUNT_UDF (line 1071) | MOUNT_UDF = "udf" constant MOUNT_UFS (line 1072) | MOUNT_UFS = "ffs" constant MSG_BCAST (line 1073) | MSG_BCAST = 0x100 constant MSG_CMSG_CLOEXEC (line 1074) | MSG_CMSG_CLOEXEC = 0x800 constant MSG_CTRUNC (line 1075) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 1076) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1077) | MSG_DONTWAIT = 0x80 constant MSG_EOR (line 1078) | MSG_EOR = 0x8 constant MSG_MCAST (line 1079) | MSG_MCAST = 0x200 constant MSG_NOSIGNAL (line 1080) | MSG_NOSIGNAL = 0x400 constant MSG_OOB (line 1081) | MSG_OOB = 0x1 constant MSG_PEEK (line 1082) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 1083) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 1084) | MSG_WAITALL = 0x40 constant MS_ASYNC (line 1085) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 1086) | MS_INVALIDATE = 0x4 constant MS_SYNC (line 1087) | MS_SYNC = 0x2 constant NAME_MAX (line 1088) | NAME_MAX = 0xff 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 = 0x3 constant NET_RT_IFNAMES (line 1092) | NET_RT_IFNAMES = 0x6 constant NET_RT_MAXID (line 1093) | NET_RT_MAXID = 0x8 constant NET_RT_SOURCE (line 1094) | NET_RT_SOURCE = 0x7 constant NET_RT_STATS (line 1095) | NET_RT_STATS = 0x4 constant NET_RT_TABLE (line 1096) | NET_RT_TABLE = 0x5 constant NFDBITS (line 1097) | NFDBITS = 0x20 constant NOFLSH (line 1098) | NOFLSH = 0x80000000 constant NOKERNINFO (line 1099) | NOKERNINFO = 0x2000000 constant NOTE_ATTRIB (line 1100) | NOTE_ATTRIB = 0x8 constant NOTE_CHANGE (line 1101) | NOTE_CHANGE = 0x1 constant NOTE_CHILD (line 1102) | NOTE_CHILD = 0x4 constant NOTE_DELETE (line 1103) | NOTE_DELETE = 0x1 constant NOTE_EOF (line 1104) | NOTE_EOF = 0x2 constant NOTE_EXEC (line 1105) | NOTE_EXEC = 0x20000000 constant NOTE_EXIT (line 1106) | NOTE_EXIT = 0x80000000 constant NOTE_EXTEND (line 1107) | NOTE_EXTEND = 0x4 constant NOTE_FORK (line 1108) | NOTE_FORK = 0x40000000 constant NOTE_LINK (line 1109) | NOTE_LINK = 0x10 constant NOTE_LOWAT (line 1110) | NOTE_LOWAT = 0x1 constant NOTE_OOB (line 1111) | NOTE_OOB = 0x4 constant NOTE_PCTRLMASK (line 1112) | NOTE_PCTRLMASK = 0xf0000000 constant NOTE_PDATAMASK (line 1113) | NOTE_PDATAMASK = 0xfffff constant NOTE_RENAME (line 1114) | NOTE_RENAME = 0x20 constant NOTE_REVOKE (line 1115) | NOTE_REVOKE = 0x40 constant NOTE_TRACK (line 1116) | NOTE_TRACK = 0x1 constant NOTE_TRACKERR (line 1117) | NOTE_TRACKERR = 0x2 constant NOTE_TRUNCATE (line 1118) | NOTE_TRUNCATE = 0x80 constant NOTE_WRITE (line 1119) | NOTE_WRITE = 0x2 constant OCRNL (line 1120) | OCRNL = 0x10 constant OLCUC (line 1121) | OLCUC = 0x20 constant ONLCR (line 1122) | ONLCR = 0x2 constant ONLRET (line 1123) | ONLRET = 0x80 constant ONOCR (line 1124) | ONOCR = 0x40 constant ONOEOT (line 1125) | ONOEOT = 0x8 constant OPOST (line 1126) | OPOST = 0x1 constant OXTABS (line 1127) | OXTABS = 0x4 constant O_ACCMODE (line 1128) | O_ACCMODE = 0x3 constant O_APPEND (line 1129) | O_APPEND = 0x8 constant O_ASYNC (line 1130) | O_ASYNC = 0x40 constant O_CLOEXEC (line 1131) | O_CLOEXEC = 0x10000 constant O_CREAT (line 1132) | O_CREAT = 0x200 constant O_DIRECTORY (line 1133) | O_DIRECTORY = 0x20000 constant O_DSYNC (line 1134) | O_DSYNC = 0x80 constant O_EXCL (line 1135) | O_EXCL = 0x800 constant O_EXLOCK (line 1136) | O_EXLOCK = 0x20 constant O_FSYNC (line 1137) | O_FSYNC = 0x80 constant O_NDELAY (line 1138) | O_NDELAY = 0x4 constant O_NOCTTY (line 1139) | O_NOCTTY = 0x8000 constant O_NOFOLLOW (line 1140) | O_NOFOLLOW = 0x100 constant O_NONBLOCK (line 1141) | O_NONBLOCK = 0x4 constant O_RDONLY (line 1142) | O_RDONLY = 0x0 constant O_RDWR (line 1143) | O_RDWR = 0x2 constant O_RSYNC (line 1144) | O_RSYNC = 0x80 constant O_SHLOCK (line 1145) | O_SHLOCK = 0x10 constant O_SYNC (line 1146) | O_SYNC = 0x80 constant O_TRUNC (line 1147) | O_TRUNC = 0x400 constant O_WRONLY (line 1148) | O_WRONLY = 0x1 constant PARENB (line 1149) | PARENB = 0x1000 constant PARMRK (line 1150) | PARMRK = 0x8 constant PARODD (line 1151) | PARODD = 0x2000 constant PENDIN (line 1152) | PENDIN = 0x20000000 constant PF_FLUSH (line 1153) | PF_FLUSH = 0x1 constant PRIO_PGRP (line 1154) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 1155) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 1156) | PRIO_USER = 0x2 constant PROT_EXEC (line 1157) | PROT_EXEC = 0x4 constant PROT_NONE (line 1158) | PROT_NONE = 0x0 constant PROT_READ (line 1159) | PROT_READ = 0x1 constant PROT_WRITE (line 1160) | PROT_WRITE = 0x2 constant RLIMIT_CORE (line 1161) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 1162) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 1163) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 1164) | RLIMIT_FSIZE = 0x1 constant RLIMIT_MEMLOCK (line 1165) | RLIMIT_MEMLOCK = 0x6 constant RLIMIT_NOFILE (line 1166) | RLIMIT_NOFILE = 0x8 constant RLIMIT_NPROC (line 1167) | RLIMIT_NPROC = 0x7 constant RLIMIT_RSS (line 1168) | RLIMIT_RSS = 0x5 constant RLIMIT_STACK (line 1169) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 1170) | RLIM_INFINITY = 0x7fffffffffffffff constant RTAX_AUTHOR (line 1171) | RTAX_AUTHOR = 0x6 constant RTAX_BFD (line 1172) | RTAX_BFD = 0xb constant RTAX_BRD (line 1173) | RTAX_BRD = 0x7 constant RTAX_DNS (line 1174) | RTAX_DNS = 0xc constant RTAX_DST (line 1175) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 1176) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 1177) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 1178) | RTAX_IFA = 0x5 constant RTAX_IFP (line 1179) | RTAX_IFP = 0x4 constant RTAX_LABEL (line 1180) | RTAX_LABEL = 0xa constant RTAX_MAX (line 1181) | RTAX_MAX = 0xf constant RTAX_NETMASK (line 1182) | RTAX_NETMASK = 0x2 constant RTAX_SEARCH (line 1183) | RTAX_SEARCH = 0xe constant RTAX_SRC (line 1184) | RTAX_SRC = 0x8 constant RTAX_SRCMASK (line 1185) | RTAX_SRCMASK = 0x9 constant RTAX_STATIC (line 1186) | RTAX_STATIC = 0xd constant RTA_AUTHOR (line 1187) | RTA_AUTHOR = 0x40 constant RTA_BFD (line 1188) | RTA_BFD = 0x800 constant RTA_BRD (line 1189) | RTA_BRD = 0x80 constant RTA_DNS (line 1190) | RTA_DNS = 0x1000 constant RTA_DST (line 1191) | RTA_DST = 0x1 constant RTA_GATEWAY (line 1192) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 1193) | RTA_GENMASK = 0x8 constant RTA_IFA (line 1194) | RTA_IFA = 0x20 constant RTA_IFP (line 1195) | RTA_IFP = 0x10 constant RTA_LABEL (line 1196) | RTA_LABEL = 0x400 constant RTA_NETMASK (line 1197) | RTA_NETMASK = 0x4 constant RTA_SEARCH (line 1198) | RTA_SEARCH = 0x4000 constant RTA_SRC (line 1199) | RTA_SRC = 0x100 constant RTA_SRCMASK (line 1200) | RTA_SRCMASK = 0x200 constant RTA_STATIC (line 1201) | RTA_STATIC = 0x2000 constant RTF_ANNOUNCE (line 1202) | RTF_ANNOUNCE = 0x4000 constant RTF_BFD (line 1203) | RTF_BFD = 0x1000000 constant RTF_BLACKHOLE (line 1204) | RTF_BLACKHOLE = 0x1000 constant RTF_BROADCAST (line 1205) | RTF_BROADCAST = 0x400000 constant RTF_CACHED (line 1206) | RTF_CACHED = 0x20000 constant RTF_CLONED (line 1207) | RTF_CLONED = 0x10000 constant RTF_CLONING (line 1208) | RTF_CLONING = 0x100 constant RTF_CONNECTED (line 1209) | RTF_CONNECTED = 0x800000 constant RTF_DONE (line 1210) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 1211) | RTF_DYNAMIC = 0x10 constant RTF_FMASK (line 1212) | RTF_FMASK = 0x110fc08 constant RTF_GATEWAY (line 1213) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 1214) | RTF_HOST = 0x4 constant RTF_LLINFO (line 1215) | RTF_LLINFO = 0x400 constant RTF_LOCAL (line 1216) | RTF_LOCAL = 0x200000 constant RTF_MODIFIED (line 1217) | RTF_MODIFIED = 0x20 constant RTF_MPATH (line 1218) | RTF_MPATH = 0x40000 constant RTF_MPLS (line 1219) | RTF_MPLS = 0x100000 constant RTF_MULTICAST (line 1220) | RTF_MULTICAST = 0x200 constant RTF_PERMANENT_ARP (line 1221) | RTF_PERMANENT_ARP = 0x2000 constant RTF_PROTO1 (line 1222) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 1223) | RTF_PROTO2 = 0x4000 constant RTF_PROTO3 (line 1224) | RTF_PROTO3 = 0x2000 constant RTF_REJECT (line 1225) | RTF_REJECT = 0x8 constant RTF_STATIC (line 1226) | RTF_STATIC = 0x800 constant RTF_UP (line 1227) | RTF_UP = 0x1 constant RTF_USETRAILERS (line 1228) | RTF_USETRAILERS = 0x8000 constant RTM_80211INFO (line 1229) | RTM_80211INFO = 0x15 constant RTM_ADD (line 1230) | RTM_ADD = 0x1 constant RTM_BFD (line 1231) | RTM_BFD = 0x12 constant RTM_CHANGE (line 1232) | RTM_CHANGE = 0x3 constant RTM_CHGADDRATTR (line 1233) | RTM_CHGADDRATTR = 0x14 constant RTM_DELADDR (line 1234) | RTM_DELADDR = 0xd constant RTM_DELETE (line 1235) | RTM_DELETE = 0x2 constant RTM_DESYNC (line 1236) | RTM_DESYNC = 0x10 constant RTM_GET (line 1237) | RTM_GET = 0x4 constant RTM_IFANNOUNCE (line 1238) | RTM_IFANNOUNCE = 0xf constant RTM_IFINFO (line 1239) | RTM_IFINFO = 0xe constant RTM_INVALIDATE (line 1240) | RTM_INVALIDATE = 0x11 constant RTM_LOSING (line 1241) | RTM_LOSING = 0x5 constant RTM_MAXSIZE (line 1242) | RTM_MAXSIZE = 0x800 constant RTM_MISS (line 1243) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 1244) | RTM_NEWADDR = 0xc constant RTM_PROPOSAL (line 1245) | RTM_PROPOSAL = 0x13 constant RTM_REDIRECT (line 1246) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 1247) | RTM_RESOLVE = 0xb constant RTM_SOURCE (line 1248) | RTM_SOURCE = 0x16 constant RTM_VERSION (line 1249) | RTM_VERSION = 0x5 constant RTV_EXPIRE (line 1250) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 1251) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 1252) | RTV_MTU = 0x1 constant RTV_RPIPE (line 1253) | RTV_RPIPE = 0x8 constant RTV_RTT (line 1254) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 1255) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 1256) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 1257) | RTV_SSTHRESH = 0x20 constant RT_TABLEID_BITS (line 1258) | RT_TABLEID_BITS = 0x8 constant RT_TABLEID_MASK (line 1259) | RT_TABLEID_MASK = 0xff constant RT_TABLEID_MAX (line 1260) | RT_TABLEID_MAX = 0xff constant RUSAGE_CHILDREN (line 1261) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 1262) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 1263) | RUSAGE_THREAD = 0x1 constant SCM_RIGHTS (line 1264) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 1265) | SCM_TIMESTAMP = 0x4 constant SEEK_CUR (line 1266) | SEEK_CUR = 0x1 constant SEEK_END (line 1267) | SEEK_END = 0x2 constant SEEK_SET (line 1268) | SEEK_SET = 0x0 constant SHUT_RD (line 1269) | SHUT_RD = 0x0 constant SHUT_RDWR (line 1270) | SHUT_RDWR = 0x2 constant SHUT_WR (line 1271) | SHUT_WR = 0x1 constant SIOCADDMULTI (line 1272) | SIOCADDMULTI = 0x80206931 constant SIOCAIFADDR (line 1273) | SIOCAIFADDR = 0x8040691a constant SIOCAIFGROUP (line 1274) | SIOCAIFGROUP = 0x80286987 constant SIOCATMARK (line 1275) | SIOCATMARK = 0x40047307 constant SIOCBRDGADD (line 1276) | SIOCBRDGADD = 0x8060693c constant SIOCBRDGADDL (line 1277) | SIOCBRDGADDL = 0x80606949 constant SIOCBRDGADDS (line 1278) | SIOCBRDGADDS = 0x80606941 constant SIOCBRDGARL (line 1279) | SIOCBRDGARL = 0x808c694d constant SIOCBRDGDADDR (line 1280) | SIOCBRDGDADDR = 0x81286947 constant SIOCBRDGDEL (line 1281) | SIOCBRDGDEL = 0x8060693d constant SIOCBRDGDELS (line 1282) | SIOCBRDGDELS = 0x80606942 constant SIOCBRDGFLUSH (line 1283) | SIOCBRDGFLUSH = 0x80606948 constant SIOCBRDGFRL (line 1284) | SIOCBRDGFRL = 0x808c694e constant SIOCBRDGGCACHE (line 1285) | SIOCBRDGGCACHE = 0xc0146941 constant SIOCBRDGGFD (line 1286) | SIOCBRDGGFD = 0xc0146952 constant SIOCBRDGGHT (line 1287) | SIOCBRDGGHT = 0xc0146951 constant SIOCBRDGGIFFLGS (line 1288) | SIOCBRDGGIFFLGS = 0xc060693e constant SIOCBRDGGMA (line 1289) | SIOCBRDGGMA = 0xc0146953 constant SIOCBRDGGPARAM (line 1290) | SIOCBRDGGPARAM = 0xc0406958 constant SIOCBRDGGPRI (line 1291) | SIOCBRDGGPRI = 0xc0146950 constant SIOCBRDGGRL (line 1292) | SIOCBRDGGRL = 0xc030694f constant SIOCBRDGGTO (line 1293) | SIOCBRDGGTO = 0xc0146946 constant SIOCBRDGIFS (line 1294) | SIOCBRDGIFS = 0xc0606942 constant SIOCBRDGRTS (line 1295) | SIOCBRDGRTS = 0xc0206943 constant SIOCBRDGSADDR (line 1296) | SIOCBRDGSADDR = 0xc1286944 constant SIOCBRDGSCACHE (line 1297) | SIOCBRDGSCACHE = 0x80146940 constant SIOCBRDGSFD (line 1298) | SIOCBRDGSFD = 0x80146952 constant SIOCBRDGSHT (line 1299) | SIOCBRDGSHT = 0x80146951 constant SIOCBRDGSIFCOST (line 1300) | SIOCBRDGSIFCOST = 0x80606955 constant SIOCBRDGSIFFLGS (line 1301) | SIOCBRDGSIFFLGS = 0x8060693f constant SIOCBRDGSIFPRIO (line 1302) | SIOCBRDGSIFPRIO = 0x80606954 constant SIOCBRDGSIFPROT (line 1303) | SIOCBRDGSIFPROT = 0x8060694a constant SIOCBRDGSMA (line 1304) | SIOCBRDGSMA = 0x80146953 constant SIOCBRDGSPRI (line 1305) | SIOCBRDGSPRI = 0x80146950 constant SIOCBRDGSPROTO (line 1306) | SIOCBRDGSPROTO = 0x8014695a constant SIOCBRDGSTO (line 1307) | SIOCBRDGSTO = 0x80146945 constant SIOCBRDGSTXHC (line 1308) | SIOCBRDGSTXHC = 0x80146959 constant SIOCDELLABEL (line 1309) | SIOCDELLABEL = 0x80206997 constant SIOCDELMULTI (line 1310) | SIOCDELMULTI = 0x80206932 constant SIOCDIFADDR (line 1311) | SIOCDIFADDR = 0x80206919 constant SIOCDIFGROUP (line 1312) | SIOCDIFGROUP = 0x80286989 constant SIOCDIFPARENT (line 1313) | SIOCDIFPARENT = 0x802069b4 constant SIOCDIFPHYADDR (line 1314) | SIOCDIFPHYADDR = 0x80206949 constant SIOCDPWE3NEIGHBOR (line 1315) | SIOCDPWE3NEIGHBOR = 0x802069de constant SIOCDVNETID (line 1316) | SIOCDVNETID = 0x802069af constant SIOCGETKALIVE (line 1317) | SIOCGETKALIVE = 0xc01869a4 constant SIOCGETLABEL (line 1318) | SIOCGETLABEL = 0x8020699a constant SIOCGETMPWCFG (line 1319) | SIOCGETMPWCFG = 0xc02069ae constant SIOCGETPFLOW (line 1320) | SIOCGETPFLOW = 0xc02069fe constant SIOCGETPFSYNC (line 1321) | SIOCGETPFSYNC = 0xc02069f8 constant SIOCGETSGCNT (line 1322) | SIOCGETSGCNT = 0xc0207534 constant SIOCGETVIFCNT (line 1323) | SIOCGETVIFCNT = 0xc0287533 constant SIOCGETVLAN (line 1324) | SIOCGETVLAN = 0xc0206990 constant SIOCGIFADDR (line 1325) | SIOCGIFADDR = 0xc0206921 constant SIOCGIFBRDADDR (line 1326) | SIOCGIFBRDADDR = 0xc0206923 constant SIOCGIFCONF (line 1327) | SIOCGIFCONF = 0xc0106924 constant SIOCGIFDATA (line 1328) | SIOCGIFDATA = 0xc020691b constant SIOCGIFDESCR (line 1329) | SIOCGIFDESCR = 0xc0206981 constant SIOCGIFDSTADDR (line 1330) | SIOCGIFDSTADDR = 0xc0206922 constant SIOCGIFFLAGS (line 1331) | SIOCGIFFLAGS = 0xc0206911 constant SIOCGIFGATTR (line 1332) | SIOCGIFGATTR = 0xc028698b constant SIOCGIFGENERIC (line 1333) | SIOCGIFGENERIC = 0xc020693a constant SIOCGIFGLIST (line 1334) | SIOCGIFGLIST = 0xc028698d constant SIOCGIFGMEMB (line 1335) | SIOCGIFGMEMB = 0xc028698a constant SIOCGIFGROUP (line 1336) | SIOCGIFGROUP = 0xc0286988 constant SIOCGIFHARDMTU (line 1337) | SIOCGIFHARDMTU = 0xc02069a5 constant SIOCGIFLLPRIO (line 1338) | SIOCGIFLLPRIO = 0xc02069b6 constant SIOCGIFMEDIA (line 1339) | SIOCGIFMEDIA = 0xc0406938 constant SIOCGIFMETRIC (line 1340) | SIOCGIFMETRIC = 0xc0206917 constant SIOCGIFMTU (line 1341) | SIOCGIFMTU = 0xc020697e constant SIOCGIFNETMASK (line 1342) | SIOCGIFNETMASK = 0xc0206925 constant SIOCGIFPAIR (line 1343) | SIOCGIFPAIR = 0xc02069b1 constant SIOCGIFPARENT (line 1344) | SIOCGIFPARENT = 0xc02069b3 constant SIOCGIFPRIORITY (line 1345) | SIOCGIFPRIORITY = 0xc020699c constant SIOCGIFRDOMAIN (line 1346) | SIOCGIFRDOMAIN = 0xc02069a0 constant SIOCGIFRTLABEL (line 1347) | SIOCGIFRTLABEL = 0xc0206983 constant SIOCGIFRXR (line 1348) | SIOCGIFRXR = 0x802069aa constant SIOCGIFSFFPAGE (line 1349) | SIOCGIFSFFPAGE = 0xc1126939 constant SIOCGIFXFLAGS (line 1350) | SIOCGIFXFLAGS = 0xc020699e constant SIOCGLIFPHYADDR (line 1351) | SIOCGLIFPHYADDR = 0xc218694b constant SIOCGLIFPHYDF (line 1352) | SIOCGLIFPHYDF = 0xc02069c2 constant SIOCGLIFPHYECN (line 1353) | SIOCGLIFPHYECN = 0xc02069c8 constant SIOCGLIFPHYRTABLE (line 1354) | SIOCGLIFPHYRTABLE = 0xc02069a2 constant SIOCGLIFPHYTTL (line 1355) | SIOCGLIFPHYTTL = 0xc02069a9 constant SIOCGPGRP (line 1356) | SIOCGPGRP = 0x40047309 constant SIOCGPWE3 (line 1357) | SIOCGPWE3 = 0xc0206998 constant SIOCGPWE3CTRLWORD (line 1358) | SIOCGPWE3CTRLWORD = 0xc02069dc constant SIOCGPWE3FAT (line 1359) | SIOCGPWE3FAT = 0xc02069dd constant SIOCGPWE3NEIGHBOR (line 1360) | SIOCGPWE3NEIGHBOR = 0xc21869de constant SIOCGRXHPRIO (line 1361) | SIOCGRXHPRIO = 0xc02069db constant SIOCGSPPPPARAMS (line 1362) | SIOCGSPPPPARAMS = 0xc0206994 constant SIOCGTXHPRIO (line 1363) | SIOCGTXHPRIO = 0xc02069c6 constant SIOCGUMBINFO (line 1364) | SIOCGUMBINFO = 0xc02069be constant SIOCGUMBPARAM (line 1365) | SIOCGUMBPARAM = 0xc02069c0 constant SIOCGVH (line 1366) | SIOCGVH = 0xc02069f6 constant SIOCGVNETFLOWID (line 1367) | SIOCGVNETFLOWID = 0xc02069c4 constant SIOCGVNETID (line 1368) | SIOCGVNETID = 0xc02069a7 constant SIOCIFAFATTACH (line 1369) | SIOCIFAFATTACH = 0x801169ab constant SIOCIFAFDETACH (line 1370) | SIOCIFAFDETACH = 0x801169ac constant SIOCIFCREATE (line 1371) | SIOCIFCREATE = 0x8020697a constant SIOCIFDESTROY (line 1372) | SIOCIFDESTROY = 0x80206979 constant SIOCIFGCLONERS (line 1373) | SIOCIFGCLONERS = 0xc0106978 constant SIOCSETKALIVE (line 1374) | SIOCSETKALIVE = 0x801869a3 constant SIOCSETLABEL (line 1375) | SIOCSETLABEL = 0x80206999 constant SIOCSETMPWCFG (line 1376) | SIOCSETMPWCFG = 0x802069ad constant SIOCSETPFLOW (line 1377) | SIOCSETPFLOW = 0x802069fd constant SIOCSETPFSYNC (line 1378) | SIOCSETPFSYNC = 0x802069f7 constant SIOCSETVLAN (line 1379) | SIOCSETVLAN = 0x8020698f constant SIOCSIFADDR (line 1380) | SIOCSIFADDR = 0x8020690c constant SIOCSIFBRDADDR (line 1381) | SIOCSIFBRDADDR = 0x80206913 constant SIOCSIFDESCR (line 1382) | SIOCSIFDESCR = 0x80206980 constant SIOCSIFDSTADDR (line 1383) | SIOCSIFDSTADDR = 0x8020690e constant SIOCSIFFLAGS (line 1384) | SIOCSIFFLAGS = 0x80206910 constant SIOCSIFGATTR (line 1385) | SIOCSIFGATTR = 0x8028698c constant SIOCSIFGENERIC (line 1386) | SIOCSIFGENERIC = 0x80206939 constant SIOCSIFLLADDR (line 1387) | SIOCSIFLLADDR = 0x8020691f constant SIOCSIFLLPRIO (line 1388) | SIOCSIFLLPRIO = 0x802069b5 constant SIOCSIFMEDIA (line 1389) | SIOCSIFMEDIA = 0xc0206937 constant SIOCSIFMETRIC (line 1390) | SIOCSIFMETRIC = 0x80206918 constant SIOCSIFMTU (line 1391) | SIOCSIFMTU = 0x8020697f constant SIOCSIFNETMASK (line 1392) | SIOCSIFNETMASK = 0x80206916 constant SIOCSIFPAIR (line 1393) | SIOCSIFPAIR = 0x802069b0 constant SIOCSIFPARENT (line 1394) | SIOCSIFPARENT = 0x802069b2 constant SIOCSIFPRIORITY (line 1395) | SIOCSIFPRIORITY = 0x8020699b constant SIOCSIFRDOMAIN (line 1396) | SIOCSIFRDOMAIN = 0x8020699f constant SIOCSIFRTLABEL (line 1397) | SIOCSIFRTLABEL = 0x80206982 constant SIOCSIFXFLAGS (line 1398) | SIOCSIFXFLAGS = 0x8020699d constant SIOCSLIFPHYADDR (line 1399) | SIOCSLIFPHYADDR = 0x8218694a constant SIOCSLIFPHYDF (line 1400) | SIOCSLIFPHYDF = 0x802069c1 constant SIOCSLIFPHYECN (line 1401) | SIOCSLIFPHYECN = 0x802069c7 constant SIOCSLIFPHYRTABLE (line 1402) | SIOCSLIFPHYRTABLE = 0x802069a1 constant SIOCSLIFPHYTTL (line 1403) | SIOCSLIFPHYTTL = 0x802069a8 constant SIOCSPGRP (line 1404) | SIOCSPGRP = 0x80047308 constant SIOCSPWE3CTRLWORD (line 1405) | SIOCSPWE3CTRLWORD = 0x802069dc constant SIOCSPWE3FAT (line 1406) | SIOCSPWE3FAT = 0x802069dd constant SIOCSPWE3NEIGHBOR (line 1407) | SIOCSPWE3NEIGHBOR = 0x821869de constant SIOCSRXHPRIO (line 1408) | SIOCSRXHPRIO = 0x802069db constant SIOCSSPPPPARAMS (line 1409) | SIOCSSPPPPARAMS = 0x80206993 constant SIOCSTXHPRIO (line 1410) | SIOCSTXHPRIO = 0x802069c5 constant SIOCSUMBPARAM (line 1411) | SIOCSUMBPARAM = 0x802069bf constant SIOCSVH (line 1412) | SIOCSVH = 0xc02069f5 constant SIOCSVNETFLOWID (line 1413) | SIOCSVNETFLOWID = 0x802069c3 constant SIOCSVNETID (line 1414) | SIOCSVNETID = 0x802069a6 constant SOCK_CLOEXEC (line 1415) | SOCK_CLOEXEC = 0x8000 constant SOCK_DGRAM (line 1416) | SOCK_DGRAM = 0x2 constant SOCK_DNS (line 1417) | SOCK_DNS = 0x1000 constant SOCK_NONBLOCK (line 1418) | SOCK_NONBLOCK = 0x4000 constant SOCK_RAW (line 1419) | SOCK_RAW = 0x3 constant SOCK_RDM (line 1420) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 1421) | SOCK_SEQPACKET = 0x5 constant SOCK_STREAM (line 1422) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 1423) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 1424) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 1425) | SO_ACCEPTCONN = 0x2 constant SO_BINDANY (line 1426) | SO_BINDANY = 0x1000 constant SO_BROADCAST (line 1427) | SO_BROADCAST = 0x20 constant SO_DEBUG (line 1428) | SO_DEBUG = 0x1 constant SO_DOMAIN (line 1429) | SO_DOMAIN = 0x1024 constant SO_DONTROUTE (line 1430) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 1431) | SO_ERROR = 0x1007 constant SO_KEEPALIVE (line 1432) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 1433) | SO_LINGER = 0x80 constant SO_NETPROC (line 1434) | SO_NETPROC = 0x1020 constant SO_OOBINLINE (line 1435) | SO_OOBINLINE = 0x100 constant SO_PEERCRED (line 1436) | SO_PEERCRED = 0x1022 constant SO_PROTOCOL (line 1437) | SO_PROTOCOL = 0x1025 constant SO_RCVBUF (line 1438) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1439) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 1440) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 1441) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 1442) | SO_REUSEPORT = 0x200 constant SO_RTABLE (line 1443) | SO_RTABLE = 0x1021 constant SO_SNDBUF (line 1444) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1445) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1446) | SO_SNDTIMEO = 0x1005 constant SO_SPLICE (line 1447) | SO_SPLICE = 0x1023 constant SO_TIMESTAMP (line 1448) | SO_TIMESTAMP = 0x800 constant SO_TYPE (line 1449) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1450) | SO_USELOOPBACK = 0x40 constant SO_ZEROIZE (line 1451) | SO_ZEROIZE = 0x2000 constant S_BLKSIZE (line 1452) | S_BLKSIZE = 0x200 constant S_IEXEC (line 1453) | S_IEXEC = 0x40 constant S_IFBLK (line 1454) | S_IFBLK = 0x6000 constant S_IFCHR (line 1455) | S_IFCHR = 0x2000 constant S_IFDIR (line 1456) | S_IFDIR = 0x4000 constant S_IFIFO (line 1457) | S_IFIFO = 0x1000 constant S_IFLNK (line 1458) | S_IFLNK = 0xa000 constant S_IFMT (line 1459) | S_IFMT = 0xf000 constant S_IFREG (line 1460) | S_IFREG = 0x8000 constant S_IFSOCK (line 1461) | S_IFSOCK = 0xc000 constant S_IREAD (line 1462) | S_IREAD = 0x100 constant S_IRGRP (line 1463) | S_IRGRP = 0x20 constant S_IROTH (line 1464) | S_IROTH = 0x4 constant S_IRUSR (line 1465) | S_IRUSR = 0x100 constant S_IRWXG (line 1466) | S_IRWXG = 0x38 constant S_IRWXO (line 1467) | S_IRWXO = 0x7 constant S_IRWXU (line 1468) | S_IRWXU = 0x1c0 constant S_ISGID (line 1469) | S_ISGID = 0x400 constant S_ISTXT (line 1470) | S_ISTXT = 0x200 constant S_ISUID (line 1471) | S_ISUID = 0x800 constant S_ISVTX (line 1472) | S_ISVTX = 0x200 constant S_IWGRP (line 1473) | S_IWGRP = 0x10 constant S_IWOTH (line 1474) | S_IWOTH = 0x2 constant S_IWRITE (line 1475) | S_IWRITE = 0x80 constant S_IWUSR (line 1476) | S_IWUSR = 0x80 constant S_IXGRP (line 1477) | S_IXGRP = 0x8 constant S_IXOTH (line 1478) | S_IXOTH = 0x1 constant S_IXUSR (line 1479) | S_IXUSR = 0x40 constant TCIFLUSH (line 1480) | TCIFLUSH = 0x1 constant TCIOFF (line 1481) | TCIOFF = 0x3 constant TCIOFLUSH (line 1482) | TCIOFLUSH = 0x3 constant TCION (line 1483) | TCION = 0x4 constant TCOFLUSH (line 1484) | TCOFLUSH = 0x2 constant TCOOFF (line 1485) | TCOOFF = 0x1 constant TCOON (line 1486) | TCOON = 0x2 constant TCPOPT_EOL (line 1487) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 1488) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 1489) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 1490) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_HDR (line 1491) | TCPOPT_SACK_HDR = 0x1010500 constant TCPOPT_SACK_PERMITTED (line 1492) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_SACK_PERMIT_HDR (line 1493) | TCPOPT_SACK_PERMIT_HDR = 0x1010402 constant TCPOPT_SIGNATURE (line 1494) | TCPOPT_SIGNATURE = 0x13 constant TCPOPT_TIMESTAMP (line 1495) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 1496) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 1497) | TCPOPT_WINDOW = 0x3 constant TCP_INFO (line 1498) | TCP_INFO = 0x9 constant TCP_MAXSEG (line 1499) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 1500) | TCP_MAXWIN = 0xffff constant TCP_MAX_SACK (line 1501) | TCP_MAX_SACK = 0x3 constant TCP_MAX_WINSHIFT (line 1502) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 1503) | TCP_MD5SIG = 0x4 constant TCP_MSS (line 1504) | TCP_MSS = 0x200 constant TCP_NODELAY (line 1505) | TCP_NODELAY = 0x1 constant TCP_NOPUSH (line 1506) | TCP_NOPUSH = 0x10 constant TCP_SACKHOLE_LIMIT (line 1507) | TCP_SACKHOLE_LIMIT = 0x80 constant TCP_SACK_ENABLE (line 1508) | TCP_SACK_ENABLE = 0x8 constant TCSAFLUSH (line 1509) | TCSAFLUSH = 0x2 constant TIMER_ABSTIME (line 1510) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1511) | TIMER_RELTIME = 0x0 constant TIOCCBRK (line 1512) | TIOCCBRK = 0x2000747a constant TIOCCDTR (line 1513) | TIOCCDTR = 0x20007478 constant TIOCCHKVERAUTH (line 1514) | TIOCCHKVERAUTH = 0x2000741e constant TIOCCLRVERAUTH (line 1515) | TIOCCLRVERAUTH = 0x2000741d constant TIOCCONS (line 1516) | TIOCCONS = 0x80047462 constant TIOCDRAIN (line 1517) | TIOCDRAIN = 0x2000745e constant TIOCEXCL (line 1518) | TIOCEXCL = 0x2000740d constant TIOCEXT (line 1519) | TIOCEXT = 0x80047460 constant TIOCFLAG_CLOCAL (line 1520) | TIOCFLAG_CLOCAL = 0x2 constant TIOCFLAG_CRTSCTS (line 1521) | TIOCFLAG_CRTSCTS = 0x4 constant TIOCFLAG_MDMBUF (line 1522) | TIOCFLAG_MDMBUF = 0x8 constant TIOCFLAG_PPS (line 1523) | TIOCFLAG_PPS = 0x10 constant TIOCFLAG_SOFTCAR (line 1524) | TIOCFLAG_SOFTCAR = 0x1 constant TIOCFLUSH (line 1525) | TIOCFLUSH = 0x80047410 constant TIOCGETA (line 1526) | TIOCGETA = 0x402c7413 constant TIOCGETD (line 1527) | TIOCGETD = 0x4004741a constant TIOCGFLAGS (line 1528) | TIOCGFLAGS = 0x4004745d constant TIOCGPGRP (line 1529) | TIOCGPGRP = 0x40047477 constant TIOCGSID (line 1530) | TIOCGSID = 0x40047463 constant TIOCGTSTAMP (line 1531) | TIOCGTSTAMP = 0x4010745b constant TIOCGWINSZ (line 1532) | TIOCGWINSZ = 0x40087468 constant TIOCMBIC (line 1533) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 1534) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 1535) | TIOCMGET = 0x4004746a constant TIOCMODG (line 1536) | TIOCMODG = 0x4004746a constant TIOCMODS (line 1537) | TIOCMODS = 0x8004746d constant TIOCMSET (line 1538) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 1539) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1540) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1541) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1542) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1543) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1544) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1545) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1546) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1547) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1548) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1549) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1550) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 1551) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 1552) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 1553) | TIOCPKT = 0x80047470 constant TIOCPKT_DATA (line 1554) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 1555) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 1556) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 1557) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 1558) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 1559) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 1560) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 1561) | TIOCPKT_STOP = 0x4 constant TIOCREMOTE (line 1562) | TIOCREMOTE = 0x80047469 constant TIOCSBRK (line 1563) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 1564) | TIOCSCTTY = 0x20007461 constant TIOCSDTR (line 1565) | TIOCSDTR = 0x20007479 constant TIOCSETA (line 1566) | TIOCSETA = 0x802c7414 constant TIOCSETAF (line 1567) | TIOCSETAF = 0x802c7416 constant TIOCSETAW (line 1568) | TIOCSETAW = 0x802c7415 constant TIOCSETD (line 1569) | TIOCSETD = 0x8004741b constant TIOCSETVERAUTH (line 1570) | TIOCSETVERAUTH = 0x8004741c constant TIOCSFLAGS (line 1571) | TIOCSFLAGS = 0x8004745c constant TIOCSIG (line 1572) | TIOCSIG = 0x8004745f constant TIOCSPGRP (line 1573) | TIOCSPGRP = 0x80047476 constant TIOCSTART (line 1574) | TIOCSTART = 0x2000746e constant TIOCSTAT (line 1575) | TIOCSTAT = 0x20007465 constant TIOCSTOP (line 1576) | TIOCSTOP = 0x2000746f constant TIOCSTSTAMP (line 1577) | TIOCSTSTAMP = 0x8008745a constant TIOCSWINSZ (line 1578) | TIOCSWINSZ = 0x80087467 constant TIOCUCNTL (line 1579) | TIOCUCNTL = 0x80047466 constant TIOCUCNTL_CBRK (line 1580) | TIOCUCNTL_CBRK = 0x7a constant TIOCUCNTL_SBRK (line 1581) | TIOCUCNTL_SBRK = 0x7b constant TOSTOP (line 1582) | TOSTOP = 0x400000 constant UTIME_NOW (line 1583) | UTIME_NOW = -0x2 constant UTIME_OMIT (line 1584) | UTIME_OMIT = -0x1 constant VDISCARD (line 1585) | VDISCARD = 0xf constant VDSUSP (line 1586) | VDSUSP = 0xb constant VEOF (line 1587) | VEOF = 0x0 constant VEOL (line 1588) | VEOL = 0x1 constant VEOL2 (line 1589) | VEOL2 = 0x2 constant VERASE (line 1590) | VERASE = 0x3 constant VINTR (line 1591) | VINTR = 0x8 constant VKILL (line 1592) | VKILL = 0x5 constant VLNEXT (line 1593) | VLNEXT = 0xe constant VMIN (line 1594) | VMIN = 0x10 constant VM_ANONMIN (line 1595) | VM_ANONMIN = 0x7 constant VM_LOADAVG (line 1596) | VM_LOADAVG = 0x2 constant VM_MALLOC_CONF (line 1597) | VM_MALLOC_CONF = 0xc constant VM_MAXID (line 1598) | VM_MAXID = 0xd constant VM_MAXSLP (line 1599) | VM_MAXSLP = 0xa constant VM_METER (line 1600) | VM_METER = 0x1 constant VM_NKMEMPAGES (line 1601) | VM_NKMEMPAGES = 0x6 constant VM_PSSTRINGS (line 1602) | VM_PSSTRINGS = 0x3 constant VM_SWAPENCRYPT (line 1603) | VM_SWAPENCRYPT = 0x5 constant VM_USPACE (line 1604) | VM_USPACE = 0xb constant VM_UVMEXP (line 1605) | VM_UVMEXP = 0x4 constant VM_VNODEMIN (line 1606) | VM_VNODEMIN = 0x9 constant VM_VTEXTMIN (line 1607) | VM_VTEXTMIN = 0x8 constant VQUIT (line 1608) | VQUIT = 0x9 constant VREPRINT (line 1609) | VREPRINT = 0x6 constant VSTART (line 1610) | VSTART = 0xc constant VSTATUS (line 1611) | VSTATUS = 0x12 constant VSTOP (line 1612) | VSTOP = 0xd constant VSUSP (line 1613) | VSUSP = 0xa constant VTIME (line 1614) | VTIME = 0x11 constant VWERASE (line 1615) | VWERASE = 0x4 constant WALTSIG (line 1616) | WALTSIG = 0x4 constant WCONTINUED (line 1617) | WCONTINUED = 0x8 constant WCOREFLAG (line 1618) | WCOREFLAG = 0x80 constant WNOHANG (line 1619) | WNOHANG = 0x1 constant WUNTRACED (line 1620) | WUNTRACED = 0x2 constant XCASE (line 1621) | XCASE = 0x1000000 constant E2BIG (line 1626) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1627) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1628) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 1629) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EAFNOSUPPORT (line 1630) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EAGAIN (line 1631) | EAGAIN = syscall.Errno(0x23) constant EALREADY (line 1632) | EALREADY = syscall.Errno(0x25) constant EAUTH (line 1633) | EAUTH = syscall.Errno(0x50) constant EBADF (line 1634) | EBADF = syscall.Errno(0x9) constant EBADMSG (line 1635) | EBADMSG = syscall.Errno(0x5c) constant EBADRPC (line 1636) | EBADRPC = syscall.Errno(0x48) constant EBUSY (line 1637) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1638) | ECANCELED = syscall.Errno(0x58) constant ECHILD (line 1639) | ECHILD = syscall.Errno(0xa) constant ECONNABORTED (line 1640) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 1641) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 1642) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 1643) | EDEADLK = syscall.Errno(0xb) constant EDESTADDRREQ (line 1644) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOM (line 1645) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1646) | EDQUOT = syscall.Errno(0x45) constant EEXIST (line 1647) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1648) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1649) | EFBIG = syscall.Errno(0x1b) constant EFTYPE (line 1650) | EFTYPE = syscall.Errno(0x4f) constant EHOSTDOWN (line 1651) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 1652) | EHOSTUNREACH = syscall.Errno(0x41) constant EIDRM (line 1653) | EIDRM = syscall.Errno(0x59) constant EILSEQ (line 1654) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 1655) | EINPROGRESS = syscall.Errno(0x24) constant EINTR (line 1656) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1657) | EINVAL = syscall.Errno(0x16) constant EIO (line 1658) | EIO = syscall.Errno(0x5) constant EIPSEC (line 1659) | EIPSEC = syscall.Errno(0x52) constant EISCONN (line 1660) | EISCONN = syscall.Errno(0x38) constant EISDIR (line 1661) | EISDIR = syscall.Errno(0x15) constant ELAST (line 1662) | ELAST = syscall.Errno(0x5f) constant ELOOP (line 1663) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 1664) | EMEDIUMTYPE = syscall.Errno(0x56) constant EMFILE (line 1665) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1666) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1667) | EMSGSIZE = syscall.Errno(0x28) constant ENAMETOOLONG (line 1668) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENEEDAUTH (line 1669) | ENEEDAUTH = syscall.Errno(0x51) constant ENETDOWN (line 1670) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 1671) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 1672) | ENETUNREACH = syscall.Errno(0x33) constant ENFILE (line 1673) | ENFILE = syscall.Errno(0x17) constant ENOATTR (line 1674) | ENOATTR = syscall.Errno(0x53) constant ENOBUFS (line 1675) | ENOBUFS = syscall.Errno(0x37) constant ENODEV (line 1676) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1677) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1678) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1679) | ENOLCK = syscall.Errno(0x4d) constant ENOMEDIUM (line 1680) | ENOMEDIUM = syscall.Errno(0x55) constant ENOMEM (line 1681) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1682) | ENOMSG = syscall.Errno(0x5a) constant ENOPROTOOPT (line 1683) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSPC (line 1684) | ENOSPC = syscall.Errno(0x1c) constant ENOSYS (line 1685) | ENOSYS = syscall.Errno(0x4e) constant ENOTBLK (line 1686) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1687) | ENOTCONN = syscall.Errno(0x39) constant ENOTDIR (line 1688) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1689) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTRECOVERABLE (line 1690) | ENOTRECOVERABLE = syscall.Errno(0x5d) constant ENOTSOCK (line 1691) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 1692) | ENOTSUP = syscall.Errno(0x5b) constant ENOTTY (line 1693) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 1694) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1695) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 1696) | EOVERFLOW = syscall.Errno(0x57) constant EOWNERDEAD (line 1697) | EOWNERDEAD = syscall.Errno(0x5e) constant EPERM (line 1698) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1699) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPIPE (line 1700) | EPIPE = syscall.Errno(0x20) constant EPROCLIM (line 1701) | EPROCLIM = syscall.Errno(0x43) constant EPROCUNAVAIL (line 1702) | EPROCUNAVAIL = syscall.Errno(0x4c) constant EPROGMISMATCH (line 1703) | EPROGMISMATCH = syscall.Errno(0x4b) constant EPROGUNAVAIL (line 1704) | EPROGUNAVAIL = syscall.Errno(0x4a) constant EPROTO (line 1705) | EPROTO = syscall.Errno(0x5f) constant EPROTONOSUPPORT (line 1706) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 1707) | EPROTOTYPE = syscall.Errno(0x29) constant ERANGE (line 1708) | ERANGE = syscall.Errno(0x22) constant EREMOTE (line 1709) | EREMOTE = syscall.Errno(0x47) constant EROFS (line 1710) | EROFS = syscall.Errno(0x1e) constant ERPCMISMATCH (line 1711) | ERPCMISMATCH = syscall.Errno(0x49) constant ESHUTDOWN (line 1712) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 1713) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESPIPE (line 1714) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1715) | ESRCH = syscall.Errno(0x3) constant ESTALE (line 1716) | ESTALE = syscall.Errno(0x46) constant ETIMEDOUT (line 1717) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 1718) | ETOOMANYREFS = syscall.Errno(0x3b) constant ETXTBSY (line 1719) | ETXTBSY = syscall.Errno(0x1a) constant EUSERS (line 1720) | EUSERS = syscall.Errno(0x44) constant EWOULDBLOCK (line 1721) | EWOULDBLOCK = syscall.Errno(0x23) constant EXDEV (line 1722) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 1727) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1728) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1729) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 1730) | SIGCHLD = syscall.Signal(0x14) constant SIGCONT (line 1731) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 1732) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1733) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 1734) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1735) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1736) | SIGINFO = syscall.Signal(0x1d) constant SIGINT (line 1737) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1738) | SIGIO = syscall.Signal(0x17) constant SIGIOT (line 1739) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 1740) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 1741) | SIGPIPE = syscall.Signal(0xd) constant SIGPROF (line 1742) | SIGPROF = syscall.Signal(0x1b) constant SIGQUIT (line 1743) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1744) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1745) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 1746) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1747) | SIGTERM = syscall.Signal(0xf) constant SIGTHR (line 1748) | SIGTHR = syscall.Signal(0x20) constant SIGTRAP (line 1749) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1750) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 1751) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 1752) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 1753) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 1754) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 1755) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 1756) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 1757) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 1758) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 1759) | SIGXFSZ = syscall.Signal(0x19) FILE: vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go constant AF_802 (line 14) | AF_802 = 0x12 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_DATAKIT (line 18) | AF_DATAKIT = 0x9 constant AF_DECnet (line 19) | AF_DECnet = 0xc constant AF_DLI (line 20) | AF_DLI = 0xd constant AF_ECMA (line 21) | AF_ECMA = 0x8 constant AF_FILE (line 22) | AF_FILE = 0x1 constant AF_GOSIP (line 23) | AF_GOSIP = 0x16 constant AF_HYLINK (line 24) | AF_HYLINK = 0xf constant AF_IMPLINK (line 25) | AF_IMPLINK = 0x3 constant AF_INET (line 26) | AF_INET = 0x2 constant AF_INET6 (line 27) | AF_INET6 = 0x1a constant AF_INET_OFFLOAD (line 28) | AF_INET_OFFLOAD = 0x1e constant AF_IPX (line 29) | AF_IPX = 0x17 constant AF_KEY (line 30) | AF_KEY = 0x1b constant AF_LAT (line 31) | AF_LAT = 0xe constant AF_LINK (line 32) | AF_LINK = 0x19 constant AF_LOCAL (line 33) | AF_LOCAL = 0x1 constant AF_MAX (line 34) | AF_MAX = 0x20 constant AF_NBS (line 35) | AF_NBS = 0x7 constant AF_NCA (line 36) | AF_NCA = 0x1c constant AF_NIT (line 37) | AF_NIT = 0x11 constant AF_NS (line 38) | AF_NS = 0x6 constant AF_OSI (line 39) | AF_OSI = 0x13 constant AF_OSINET (line 40) | AF_OSINET = 0x15 constant AF_PACKET (line 41) | AF_PACKET = 0x20 constant AF_POLICY (line 42) | AF_POLICY = 0x1d constant AF_PUP (line 43) | AF_PUP = 0x4 constant AF_ROUTE (line 44) | AF_ROUTE = 0x18 constant AF_SNA (line 45) | AF_SNA = 0xb constant AF_TRILL (line 46) | AF_TRILL = 0x1f constant AF_UNIX (line 47) | AF_UNIX = 0x1 constant AF_UNSPEC (line 48) | AF_UNSPEC = 0x0 constant AF_X25 (line 49) | AF_X25 = 0x14 constant ARPHRD_ARCNET (line 50) | ARPHRD_ARCNET = 0x7 constant ARPHRD_ATM (line 51) | ARPHRD_ATM = 0x10 constant ARPHRD_AX25 (line 52) | ARPHRD_AX25 = 0x3 constant ARPHRD_CHAOS (line 53) | ARPHRD_CHAOS = 0x5 constant ARPHRD_EETHER (line 54) | ARPHRD_EETHER = 0x2 constant ARPHRD_ETHER (line 55) | ARPHRD_ETHER = 0x1 constant ARPHRD_FC (line 56) | ARPHRD_FC = 0x12 constant ARPHRD_FRAME (line 57) | ARPHRD_FRAME = 0xf constant ARPHRD_HDLC (line 58) | ARPHRD_HDLC = 0x11 constant ARPHRD_IB (line 59) | ARPHRD_IB = 0x20 constant ARPHRD_IEEE802 (line 60) | ARPHRD_IEEE802 = 0x6 constant ARPHRD_IPATM (line 61) | ARPHRD_IPATM = 0x13 constant ARPHRD_METRICOM (line 62) | ARPHRD_METRICOM = 0x17 constant ARPHRD_TUNNEL (line 63) | ARPHRD_TUNNEL = 0x1f constant B0 (line 64) | B0 = 0x0 constant B110 (line 65) | B110 = 0x3 constant B115200 (line 66) | B115200 = 0x12 constant B1200 (line 67) | B1200 = 0x9 constant B134 (line 68) | B134 = 0x4 constant B150 (line 69) | B150 = 0x5 constant B153600 (line 70) | B153600 = 0x13 constant B1800 (line 71) | B1800 = 0xa constant B19200 (line 72) | B19200 = 0xe constant B200 (line 73) | B200 = 0x6 constant B230400 (line 74) | B230400 = 0x14 constant B2400 (line 75) | B2400 = 0xb constant B300 (line 76) | B300 = 0x7 constant B307200 (line 77) | B307200 = 0x15 constant B38400 (line 78) | B38400 = 0xf constant B460800 (line 79) | B460800 = 0x16 constant B4800 (line 80) | B4800 = 0xc constant B50 (line 81) | B50 = 0x1 constant B57600 (line 82) | B57600 = 0x10 constant B600 (line 83) | B600 = 0x8 constant B75 (line 84) | B75 = 0x2 constant B76800 (line 85) | B76800 = 0x11 constant B921600 (line 86) | B921600 = 0x17 constant B9600 (line 87) | B9600 = 0xd constant BIOCFLUSH (line 88) | BIOCFLUSH = 0x20004268 constant BIOCGBLEN (line 89) | BIOCGBLEN = 0x40044266 constant BIOCGDLT (line 90) | BIOCGDLT = 0x4004426a constant BIOCGDLTLIST (line 91) | BIOCGDLTLIST = -0x3fefbd89 constant BIOCGDLTLIST32 (line 92) | BIOCGDLTLIST32 = -0x3ff7bd89 constant BIOCGETIF (line 93) | BIOCGETIF = 0x4020426b constant BIOCGETLIF (line 94) | BIOCGETLIF = 0x4078426b constant BIOCGHDRCMPLT (line 95) | BIOCGHDRCMPLT = 0x40044274 constant BIOCGRTIMEOUT (line 96) | BIOCGRTIMEOUT = 0x4010427b constant BIOCGRTIMEOUT32 (line 97) | BIOCGRTIMEOUT32 = 0x4008427b constant BIOCGSEESENT (line 98) | BIOCGSEESENT = 0x40044278 constant BIOCGSTATS (line 99) | BIOCGSTATS = 0x4080426f constant BIOCGSTATSOLD (line 100) | BIOCGSTATSOLD = 0x4008426f constant BIOCIMMEDIATE (line 101) | BIOCIMMEDIATE = -0x7ffbbd90 constant BIOCPROMISC (line 102) | BIOCPROMISC = 0x20004269 constant BIOCSBLEN (line 103) | BIOCSBLEN = -0x3ffbbd9a constant BIOCSDLT (line 104) | BIOCSDLT = -0x7ffbbd8a constant BIOCSETF (line 105) | BIOCSETF = -0x7fefbd99 constant BIOCSETF32 (line 106) | BIOCSETF32 = -0x7ff7bd99 constant BIOCSETIF (line 107) | BIOCSETIF = -0x7fdfbd94 constant BIOCSETLIF (line 108) | BIOCSETLIF = -0x7f87bd94 constant BIOCSHDRCMPLT (line 109) | BIOCSHDRCMPLT = -0x7ffbbd8b constant BIOCSRTIMEOUT (line 110) | BIOCSRTIMEOUT = -0x7fefbd86 constant BIOCSRTIMEOUT32 (line 111) | BIOCSRTIMEOUT32 = -0x7ff7bd86 constant BIOCSSEESENT (line 112) | BIOCSSEESENT = -0x7ffbbd87 constant BIOCSTCPF (line 113) | BIOCSTCPF = -0x7fefbd8e constant BIOCSUDPF (line 114) | BIOCSUDPF = -0x7fefbd8d constant BIOCVERSION (line 115) | BIOCVERSION = 0x40044271 constant BPF_A (line 116) | BPF_A = 0x10 constant BPF_ABS (line 117) | BPF_ABS = 0x20 constant BPF_ADD (line 118) | BPF_ADD = 0x0 constant BPF_ALIGNMENT (line 119) | BPF_ALIGNMENT = 0x4 constant BPF_ALU (line 120) | BPF_ALU = 0x4 constant BPF_AND (line 121) | BPF_AND = 0x50 constant BPF_B (line 122) | BPF_B = 0x10 constant BPF_DFLTBUFSIZE (line 123) | BPF_DFLTBUFSIZE = 0x100000 constant BPF_DIV (line 124) | BPF_DIV = 0x30 constant BPF_H (line 125) | BPF_H = 0x8 constant BPF_IMM (line 126) | BPF_IMM = 0x0 constant BPF_IND (line 127) | BPF_IND = 0x40 constant BPF_JA (line 128) | BPF_JA = 0x0 constant BPF_JEQ (line 129) | BPF_JEQ = 0x10 constant BPF_JGE (line 130) | BPF_JGE = 0x30 constant BPF_JGT (line 131) | BPF_JGT = 0x20 constant BPF_JMP (line 132) | BPF_JMP = 0x5 constant BPF_JSET (line 133) | BPF_JSET = 0x40 constant BPF_K (line 134) | BPF_K = 0x0 constant BPF_LD (line 135) | BPF_LD = 0x0 constant BPF_LDX (line 136) | BPF_LDX = 0x1 constant BPF_LEN (line 137) | BPF_LEN = 0x80 constant BPF_LSH (line 138) | BPF_LSH = 0x60 constant BPF_MAJOR_VERSION (line 139) | BPF_MAJOR_VERSION = 0x1 constant BPF_MAXBUFSIZE (line 140) | BPF_MAXBUFSIZE = 0x1000000 constant BPF_MAXINSNS (line 141) | BPF_MAXINSNS = 0x200 constant BPF_MEM (line 142) | BPF_MEM = 0x60 constant BPF_MEMWORDS (line 143) | BPF_MEMWORDS = 0x10 constant BPF_MINBUFSIZE (line 144) | BPF_MINBUFSIZE = 0x20 constant BPF_MINOR_VERSION (line 145) | BPF_MINOR_VERSION = 0x1 constant BPF_MISC (line 146) | BPF_MISC = 0x7 constant BPF_MSH (line 147) | BPF_MSH = 0xa0 constant BPF_MUL (line 148) | BPF_MUL = 0x20 constant BPF_NEG (line 149) | BPF_NEG = 0x80 constant BPF_OR (line 150) | BPF_OR = 0x40 constant BPF_RELEASE (line 151) | BPF_RELEASE = 0x30bb6 constant BPF_RET (line 152) | BPF_RET = 0x6 constant BPF_RSH (line 153) | BPF_RSH = 0x70 constant BPF_ST (line 154) | BPF_ST = 0x2 constant BPF_STX (line 155) | BPF_STX = 0x3 constant BPF_SUB (line 156) | BPF_SUB = 0x10 constant BPF_TAX (line 157) | BPF_TAX = 0x0 constant BPF_TXA (line 158) | BPF_TXA = 0x80 constant BPF_W (line 159) | BPF_W = 0x0 constant BPF_X (line 160) | BPF_X = 0x8 constant BRKINT (line 161) | BRKINT = 0x2 constant BS0 (line 162) | BS0 = 0x0 constant BS1 (line 163) | BS1 = 0x2000 constant BSDLY (line 164) | BSDLY = 0x2000 constant CBAUD (line 165) | CBAUD = 0xf constant CFLUSH (line 166) | CFLUSH = 0xf constant CIBAUD (line 167) | CIBAUD = 0xf0000 constant CLOCAL (line 168) | CLOCAL = 0x800 constant CLOCK_HIGHRES (line 169) | CLOCK_HIGHRES = 0x4 constant CLOCK_LEVEL (line 170) | CLOCK_LEVEL = 0xa constant CLOCK_MONOTONIC (line 171) | CLOCK_MONOTONIC = 0x4 constant CLOCK_PROCESS_CPUTIME_ID (line 172) | CLOCK_PROCESS_CPUTIME_ID = 0x5 constant CLOCK_PROF (line 173) | CLOCK_PROF = 0x2 constant CLOCK_REALTIME (line 174) | CLOCK_REALTIME = 0x3 constant CLOCK_THREAD_CPUTIME_ID (line 175) | CLOCK_THREAD_CPUTIME_ID = 0x2 constant CLOCK_VIRTUAL (line 176) | CLOCK_VIRTUAL = 0x1 constant CR0 (line 177) | CR0 = 0x0 constant CR1 (line 178) | CR1 = 0x200 constant CR2 (line 179) | CR2 = 0x400 constant CR3 (line 180) | CR3 = 0x600 constant CRDLY (line 181) | CRDLY = 0x600 constant CREAD (line 182) | CREAD = 0x80 constant CRTSCTS (line 183) | CRTSCTS = 0x80000000 constant CS5 (line 184) | CS5 = 0x0 constant CS6 (line 185) | CS6 = 0x10 constant CS7 (line 186) | CS7 = 0x20 constant CS8 (line 187) | CS8 = 0x30 constant CSIZE (line 188) | CSIZE = 0x30 constant CSTART (line 189) | CSTART = 0x11 constant CSTATUS (line 190) | CSTATUS = 0x14 constant CSTOP (line 191) | CSTOP = 0x13 constant CSTOPB (line 192) | CSTOPB = 0x40 constant CSUSP (line 193) | CSUSP = 0x1a constant CSWTCH (line 194) | CSWTCH = 0x1a constant DIOC (line 195) | DIOC = 0x6400 constant DIOCGETB (line 196) | DIOCGETB = 0x6402 constant DIOCGETC (line 197) | DIOCGETC = 0x6401 constant DIOCGETP (line 198) | DIOCGETP = 0x6408 constant DIOCSETE (line 199) | DIOCSETE = 0x6403 constant DIOCSETP (line 200) | DIOCSETP = 0x6409 constant DLT_AIRONET_HEADER (line 201) | DLT_AIRONET_HEADER = 0x78 constant DLT_APPLE_IP_OVER_IEEE1394 (line 202) | DLT_APPLE_IP_OVER_IEEE1394 = 0x8a constant DLT_ARCNET (line 203) | DLT_ARCNET = 0x7 constant DLT_ARCNET_LINUX (line 204) | DLT_ARCNET_LINUX = 0x81 constant DLT_ATM_CLIP (line 205) | DLT_ATM_CLIP = 0x13 constant DLT_ATM_RFC1483 (line 206) | DLT_ATM_RFC1483 = 0xb constant DLT_AURORA (line 207) | DLT_AURORA = 0x7e constant DLT_AX25 (line 208) | DLT_AX25 = 0x3 constant DLT_BACNET_MS_TP (line 209) | DLT_BACNET_MS_TP = 0xa5 constant DLT_CHAOS (line 210) | DLT_CHAOS = 0x5 constant DLT_CISCO_IOS (line 211) | DLT_CISCO_IOS = 0x76 constant DLT_C_HDLC (line 212) | DLT_C_HDLC = 0x68 constant DLT_DOCSIS (line 213) | DLT_DOCSIS = 0x8f constant DLT_ECONET (line 214) | DLT_ECONET = 0x73 constant DLT_EN10MB (line 215) | DLT_EN10MB = 0x1 constant DLT_EN3MB (line 216) | DLT_EN3MB = 0x2 constant DLT_ENC (line 217) | DLT_ENC = 0x6d constant DLT_ERF_ETH (line 218) | DLT_ERF_ETH = 0xaf constant DLT_ERF_POS (line 219) | DLT_ERF_POS = 0xb0 constant DLT_FDDI (line 220) | DLT_FDDI = 0xa constant DLT_FRELAY (line 221) | DLT_FRELAY = 0x6b 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_HDLC (line 227) | DLT_HDLC = 0x10 constant DLT_HHDLC (line 228) | DLT_HHDLC = 0x79 constant DLT_HIPPI (line 229) | DLT_HIPPI = 0xf constant DLT_IBM_SN (line 230) | DLT_IBM_SN = 0x92 constant DLT_IBM_SP (line 231) | DLT_IBM_SP = 0x91 constant DLT_IEEE802 (line 232) | DLT_IEEE802 = 0x6 constant DLT_IEEE802_11 (line 233) | DLT_IEEE802_11 = 0x69 constant DLT_IEEE802_11_RADIO (line 234) | DLT_IEEE802_11_RADIO = 0x7f constant DLT_IEEE802_11_RADIO_AVS (line 235) | DLT_IEEE802_11_RADIO_AVS = 0xa3 constant DLT_IPNET (line 236) | DLT_IPNET = 0xe2 constant DLT_IPOIB (line 237) | DLT_IPOIB = 0xa2 constant DLT_IP_OVER_FC (line 238) | DLT_IP_OVER_FC = 0x7a constant DLT_JUNIPER_ATM1 (line 239) | DLT_JUNIPER_ATM1 = 0x89 constant DLT_JUNIPER_ATM2 (line 240) | DLT_JUNIPER_ATM2 = 0x87 constant DLT_JUNIPER_CHDLC (line 241) | DLT_JUNIPER_CHDLC = 0xb5 constant DLT_JUNIPER_ES (line 242) | DLT_JUNIPER_ES = 0x84 constant DLT_JUNIPER_ETHER (line 243) | DLT_JUNIPER_ETHER = 0xb2 constant DLT_JUNIPER_FRELAY (line 244) | DLT_JUNIPER_FRELAY = 0xb4 constant DLT_JUNIPER_GGSN (line 245) | DLT_JUNIPER_GGSN = 0x85 constant DLT_JUNIPER_MFR (line 246) | DLT_JUNIPER_MFR = 0x86 constant DLT_JUNIPER_MLFR (line 247) | DLT_JUNIPER_MLFR = 0x83 constant DLT_JUNIPER_MLPPP (line 248) | DLT_JUNIPER_MLPPP = 0x82 constant DLT_JUNIPER_MONITOR (line 249) | DLT_JUNIPER_MONITOR = 0xa4 constant DLT_JUNIPER_PIC_PEER (line 250) | DLT_JUNIPER_PIC_PEER = 0xae constant DLT_JUNIPER_PPP (line 251) | DLT_JUNIPER_PPP = 0xb3 constant DLT_JUNIPER_PPPOE (line 252) | DLT_JUNIPER_PPPOE = 0xa7 constant DLT_JUNIPER_PPPOE_ATM (line 253) | DLT_JUNIPER_PPPOE_ATM = 0xa8 constant DLT_JUNIPER_SERVICES (line 254) | DLT_JUNIPER_SERVICES = 0x88 constant DLT_LINUX_IRDA (line 255) | DLT_LINUX_IRDA = 0x90 constant DLT_LINUX_LAPD (line 256) | DLT_LINUX_LAPD = 0xb1 constant DLT_LINUX_SLL (line 257) | DLT_LINUX_SLL = 0x71 constant DLT_LOOP (line 258) | DLT_LOOP = 0x6c constant DLT_LTALK (line 259) | DLT_LTALK = 0x72 constant DLT_MTP2 (line 260) | DLT_MTP2 = 0x8c constant DLT_MTP2_WITH_PHDR (line 261) | DLT_MTP2_WITH_PHDR = 0x8b constant DLT_MTP3 (line 262) | DLT_MTP3 = 0x8d constant DLT_NULL (line 263) | DLT_NULL = 0x0 constant DLT_PCI_EXP (line 264) | DLT_PCI_EXP = 0x7d 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 = 0xe constant DLT_PPP_PPPD (line 269) | DLT_PPP_PPPD = 0xa6 constant DLT_PRISM_HEADER (line 270) | DLT_PRISM_HEADER = 0x77 constant DLT_PRONET (line 271) | DLT_PRONET = 0x4 constant DLT_RAW (line 272) | DLT_RAW = 0xc constant DLT_RAWAF_MASK (line 273) | DLT_RAWAF_MASK = 0x2240000 constant DLT_RIO (line 274) | DLT_RIO = 0x7c constant DLT_SCCP (line 275) | DLT_SCCP = 0x8e constant DLT_SLIP (line 276) | DLT_SLIP = 0x8 constant DLT_SLIP_BSDOS (line 277) | DLT_SLIP_BSDOS = 0xd constant DLT_SUNATM (line 278) | DLT_SUNATM = 0x7b constant DLT_SYMANTEC_FIREWALL (line 279) | DLT_SYMANTEC_FIREWALL = 0x63 constant DLT_TZSP (line 280) | DLT_TZSP = 0x80 constant ECHO (line 281) | ECHO = 0x8 constant ECHOCTL (line 282) | ECHOCTL = 0x200 constant ECHOE (line 283) | ECHOE = 0x10 constant ECHOK (line 284) | ECHOK = 0x20 constant ECHOKE (line 285) | ECHOKE = 0x800 constant ECHONL (line 286) | ECHONL = 0x40 constant ECHOPRT (line 287) | ECHOPRT = 0x400 constant EMPTY_SET (line 288) | EMPTY_SET = 0x0 constant EMT_CPCOVF (line 289) | EMT_CPCOVF = 0x1 constant EQUALITY_CHECK (line 290) | EQUALITY_CHECK = 0x0 constant EXTA (line 291) | EXTA = 0xe constant EXTB (line 292) | EXTB = 0xf constant FD_CLOEXEC (line 293) | FD_CLOEXEC = 0x1 constant FD_NFDBITS (line 294) | FD_NFDBITS = 0x40 constant FD_SETSIZE (line 295) | FD_SETSIZE = 0x10000 constant FF0 (line 296) | FF0 = 0x0 constant FF1 (line 297) | FF1 = 0x8000 constant FFDLY (line 298) | FFDLY = 0x8000 constant FIORDCHK (line 299) | FIORDCHK = 0x6603 constant FLUSHALL (line 300) | FLUSHALL = 0x1 constant FLUSHDATA (line 301) | FLUSHDATA = 0x0 constant FLUSHO (line 302) | FLUSHO = 0x2000 constant F_ALLOCSP (line 303) | F_ALLOCSP = 0xa constant F_ALLOCSP64 (line 304) | F_ALLOCSP64 = 0xa constant F_BADFD (line 305) | F_BADFD = 0x2e constant F_BLKSIZE (line 306) | F_BLKSIZE = 0x13 constant F_BLOCKS (line 307) | F_BLOCKS = 0x12 constant F_CHKFL (line 308) | F_CHKFL = 0x8 constant F_COMPAT (line 309) | F_COMPAT = 0x8 constant F_DUP2FD (line 310) | F_DUP2FD = 0x9 constant F_DUP2FD_CLOEXEC (line 311) | F_DUP2FD_CLOEXEC = 0x24 constant F_DUPFD (line 312) | F_DUPFD = 0x0 constant F_DUPFD_CLOEXEC (line 313) | F_DUPFD_CLOEXEC = 0x25 constant F_FLOCK (line 314) | F_FLOCK = 0x35 constant F_FLOCK64 (line 315) | F_FLOCK64 = 0x35 constant F_FLOCKW (line 316) | F_FLOCKW = 0x36 constant F_FLOCKW64 (line 317) | F_FLOCKW64 = 0x36 constant F_FREESP (line 318) | F_FREESP = 0xb constant F_FREESP64 (line 319) | F_FREESP64 = 0xb constant F_GETFD (line 320) | F_GETFD = 0x1 constant F_GETFL (line 321) | F_GETFL = 0x3 constant F_GETLK (line 322) | F_GETLK = 0xe constant F_GETLK64 (line 323) | F_GETLK64 = 0xe constant F_GETOWN (line 324) | F_GETOWN = 0x17 constant F_GETXFL (line 325) | F_GETXFL = 0x2d constant F_HASREMOTELOCKS (line 326) | F_HASREMOTELOCKS = 0x1a constant F_ISSTREAM (line 327) | F_ISSTREAM = 0xd constant F_MANDDNY (line 328) | F_MANDDNY = 0x10 constant F_MDACC (line 329) | F_MDACC = 0x20 constant F_NODNY (line 330) | F_NODNY = 0x0 constant F_NPRIV (line 331) | F_NPRIV = 0x10 constant F_OFD_GETLK (line 332) | F_OFD_GETLK = 0x2f constant F_OFD_GETLK64 (line 333) | F_OFD_GETLK64 = 0x2f constant F_OFD_SETLK (line 334) | F_OFD_SETLK = 0x30 constant F_OFD_SETLK64 (line 335) | F_OFD_SETLK64 = 0x30 constant F_OFD_SETLKW (line 336) | F_OFD_SETLKW = 0x31 constant F_OFD_SETLKW64 (line 337) | F_OFD_SETLKW64 = 0x31 constant F_PRIV (line 338) | F_PRIV = 0xf constant F_QUOTACTL (line 339) | F_QUOTACTL = 0x11 constant F_RDACC (line 340) | F_RDACC = 0x1 constant F_RDDNY (line 341) | F_RDDNY = 0x1 constant F_RDLCK (line 342) | F_RDLCK = 0x1 constant F_REVOKE (line 343) | F_REVOKE = 0x19 constant F_RMACC (line 344) | F_RMACC = 0x4 constant F_RMDNY (line 345) | F_RMDNY = 0x4 constant F_RWACC (line 346) | F_RWACC = 0x3 constant F_RWDNY (line 347) | F_RWDNY = 0x3 constant F_SETFD (line 348) | F_SETFD = 0x2 constant F_SETFL (line 349) | F_SETFL = 0x4 constant F_SETLK (line 350) | F_SETLK = 0x6 constant F_SETLK64 (line 351) | F_SETLK64 = 0x6 constant F_SETLK64_NBMAND (line 352) | F_SETLK64_NBMAND = 0x2a constant F_SETLKW (line 353) | F_SETLKW = 0x7 constant F_SETLKW64 (line 354) | F_SETLKW64 = 0x7 constant F_SETLK_NBMAND (line 355) | F_SETLK_NBMAND = 0x2a constant F_SETOWN (line 356) | F_SETOWN = 0x18 constant F_SHARE (line 357) | F_SHARE = 0x28 constant F_SHARE_NBMAND (line 358) | F_SHARE_NBMAND = 0x2b constant F_UNLCK (line 359) | F_UNLCK = 0x3 constant F_UNLKSYS (line 360) | F_UNLKSYS = 0x4 constant F_UNSHARE (line 361) | F_UNSHARE = 0x29 constant F_WRACC (line 362) | F_WRACC = 0x2 constant F_WRDNY (line 363) | F_WRDNY = 0x2 constant F_WRLCK (line 364) | F_WRLCK = 0x2 constant HUPCL (line 365) | HUPCL = 0x400 constant IBSHIFT (line 366) | IBSHIFT = 0x10 constant ICANON (line 367) | ICANON = 0x2 constant ICMP6_FILTER (line 368) | ICMP6_FILTER = 0x1 constant ICRNL (line 369) | ICRNL = 0x100 constant IEXTEN (line 370) | IEXTEN = 0x8000 constant IFF_ADDRCONF (line 371) | IFF_ADDRCONF = 0x80000 constant IFF_ALLMULTI (line 372) | IFF_ALLMULTI = 0x200 constant IFF_ANYCAST (line 373) | IFF_ANYCAST = 0x400000 constant IFF_BROADCAST (line 374) | IFF_BROADCAST = 0x2 constant IFF_CANTCHANGE (line 375) | IFF_CANTCHANGE = 0x7f203003b5a constant IFF_COS_ENABLED (line 376) | IFF_COS_ENABLED = 0x200000000 constant IFF_DEBUG (line 377) | IFF_DEBUG = 0x4 constant IFF_DEPRECATED (line 378) | IFF_DEPRECATED = 0x40000 constant IFF_DHCPRUNNING (line 379) | IFF_DHCPRUNNING = 0x4000 constant IFF_DUPLICATE (line 380) | IFF_DUPLICATE = 0x4000000000 constant IFF_FAILED (line 381) | IFF_FAILED = 0x10000000 constant IFF_FIXEDMTU (line 382) | IFF_FIXEDMTU = 0x1000000000 constant IFF_INACTIVE (line 383) | IFF_INACTIVE = 0x40000000 constant IFF_INTELLIGENT (line 384) | IFF_INTELLIGENT = 0x400 constant IFF_IPMP (line 385) | IFF_IPMP = 0x8000000000 constant IFF_IPMP_CANTCHANGE (line 386) | IFF_IPMP_CANTCHANGE = 0x10000000 constant IFF_IPMP_INVALID (line 387) | IFF_IPMP_INVALID = 0x1ec200080 constant IFF_IPV4 (line 388) | IFF_IPV4 = 0x1000000 constant IFF_IPV6 (line 389) | IFF_IPV6 = 0x2000000 constant IFF_L3PROTECT (line 390) | IFF_L3PROTECT = 0x40000000000 constant IFF_LOOPBACK (line 391) | IFF_LOOPBACK = 0x8 constant IFF_MULTICAST (line 392) | IFF_MULTICAST = 0x800 constant IFF_MULTI_BCAST (line 393) | IFF_MULTI_BCAST = 0x1000 constant IFF_NOACCEPT (line 394) | IFF_NOACCEPT = 0x4000000 constant IFF_NOARP (line 395) | IFF_NOARP = 0x80 constant IFF_NOFAILOVER (line 396) | IFF_NOFAILOVER = 0x8000000 constant IFF_NOLINKLOCAL (line 397) | IFF_NOLINKLOCAL = 0x20000000000 constant IFF_NOLOCAL (line 398) | IFF_NOLOCAL = 0x20000 constant IFF_NONUD (line 399) | IFF_NONUD = 0x200000 constant IFF_NORTEXCH (line 400) | IFF_NORTEXCH = 0x800000 constant IFF_NOTRAILERS (line 401) | IFF_NOTRAILERS = 0x20 constant IFF_NOXMIT (line 402) | IFF_NOXMIT = 0x10000 constant IFF_OFFLINE (line 403) | IFF_OFFLINE = 0x80000000 constant IFF_POINTOPOINT (line 404) | IFF_POINTOPOINT = 0x10 constant IFF_PREFERRED (line 405) | IFF_PREFERRED = 0x400000000 constant IFF_PRIVATE (line 406) | IFF_PRIVATE = 0x8000 constant IFF_PROMISC (line 407) | IFF_PROMISC = 0x100 constant IFF_ROUTER (line 408) | IFF_ROUTER = 0x100000 constant IFF_RUNNING (line 409) | IFF_RUNNING = 0x40 constant IFF_STANDBY (line 410) | IFF_STANDBY = 0x20000000 constant IFF_TEMPORARY (line 411) | IFF_TEMPORARY = 0x800000000 constant IFF_UNNUMBERED (line 412) | IFF_UNNUMBERED = 0x2000 constant IFF_UP (line 413) | IFF_UP = 0x1 constant IFF_VIRTUAL (line 414) | IFF_VIRTUAL = 0x2000000000 constant IFF_VRRP (line 415) | IFF_VRRP = 0x10000000000 constant IFF_XRESOLV (line 416) | IFF_XRESOLV = 0x100000000 constant IFNAMSIZ (line 417) | IFNAMSIZ = 0x10 constant IFT_1822 (line 418) | IFT_1822 = 0x2 constant IFT_6TO4 (line 419) | IFT_6TO4 = 0xca constant IFT_AAL5 (line 420) | IFT_AAL5 = 0x31 constant IFT_ARCNET (line 421) | IFT_ARCNET = 0x23 constant IFT_ARCNETPLUS (line 422) | IFT_ARCNETPLUS = 0x24 constant IFT_ATM (line 423) | IFT_ATM = 0x25 constant IFT_CEPT (line 424) | IFT_CEPT = 0x13 constant IFT_DS3 (line 425) | IFT_DS3 = 0x1e constant IFT_EON (line 426) | IFT_EON = 0x19 constant IFT_ETHER (line 427) | IFT_ETHER = 0x6 constant IFT_FDDI (line 428) | IFT_FDDI = 0xf constant IFT_FRELAY (line 429) | IFT_FRELAY = 0x20 constant IFT_FRELAYDCE (line 430) | IFT_FRELAYDCE = 0x2c constant IFT_HDH1822 (line 431) | IFT_HDH1822 = 0x3 constant IFT_HIPPI (line 432) | IFT_HIPPI = 0x2f constant IFT_HSSI (line 433) | IFT_HSSI = 0x2e constant IFT_HY (line 434) | IFT_HY = 0xe constant IFT_IB (line 435) | IFT_IB = 0xc7 constant IFT_IPV4 (line 436) | IFT_IPV4 = 0xc8 constant IFT_IPV6 (line 437) | IFT_IPV6 = 0xc9 constant IFT_ISDNBASIC (line 438) | IFT_ISDNBASIC = 0x14 constant IFT_ISDNPRIMARY (line 439) | IFT_ISDNPRIMARY = 0x15 constant IFT_ISO88022LLC (line 440) | IFT_ISO88022LLC = 0x29 constant IFT_ISO88023 (line 441) | IFT_ISO88023 = 0x7 constant IFT_ISO88024 (line 442) | IFT_ISO88024 = 0x8 constant IFT_ISO88025 (line 443) | IFT_ISO88025 = 0x9 constant IFT_ISO88026 (line 444) | IFT_ISO88026 = 0xa constant IFT_LAPB (line 445) | IFT_LAPB = 0x10 constant IFT_LOCALTALK (line 446) | IFT_LOCALTALK = 0x2a constant IFT_LOOP (line 447) | IFT_LOOP = 0x18 constant IFT_MIOX25 (line 448) | IFT_MIOX25 = 0x26 constant IFT_MODEM (line 449) | IFT_MODEM = 0x30 constant IFT_NSIP (line 450) | IFT_NSIP = 0x1b constant IFT_OTHER (line 451) | IFT_OTHER = 0x1 constant IFT_P10 (line 452) | IFT_P10 = 0xc constant IFT_P80 (line 453) | IFT_P80 = 0xd constant IFT_PARA (line 454) | IFT_PARA = 0x22 constant IFT_PPP (line 455) | IFT_PPP = 0x17 constant IFT_PROPMUX (line 456) | IFT_PROPMUX = 0x36 constant IFT_PROPVIRTUAL (line 457) | IFT_PROPVIRTUAL = 0x35 constant IFT_PTPSERIAL (line 458) | IFT_PTPSERIAL = 0x16 constant IFT_RS232 (line 459) | IFT_RS232 = 0x21 constant IFT_SDLC (line 460) | IFT_SDLC = 0x11 constant IFT_SIP (line 461) | IFT_SIP = 0x1f constant IFT_SLIP (line 462) | IFT_SLIP = 0x1c constant IFT_SMDSDXI (line 463) | IFT_SMDSDXI = 0x2b constant IFT_SMDSICIP (line 464) | IFT_SMDSICIP = 0x34 constant IFT_SONET (line 465) | IFT_SONET = 0x27 constant IFT_SONETPATH (line 466) | IFT_SONETPATH = 0x32 constant IFT_SONETVT (line 467) | IFT_SONETVT = 0x33 constant IFT_STARLAN (line 468) | IFT_STARLAN = 0xb constant IFT_T1 (line 469) | IFT_T1 = 0x12 constant IFT_ULTRA (line 470) | IFT_ULTRA = 0x1d constant IFT_V35 (line 471) | IFT_V35 = 0x2d constant IFT_X25 (line 472) | IFT_X25 = 0x5 constant IFT_X25DDN (line 473) | IFT_X25DDN = 0x4 constant IFT_X25PLE (line 474) | IFT_X25PLE = 0x28 constant IFT_XETHER (line 475) | IFT_XETHER = 0x1a constant IGNBRK (line 476) | IGNBRK = 0x1 constant IGNCR (line 477) | IGNCR = 0x80 constant IGNPAR (line 478) | IGNPAR = 0x4 constant IMAXBEL (line 479) | IMAXBEL = 0x2000 constant INLCR (line 480) | INLCR = 0x40 constant INPCK (line 481) | INPCK = 0x10 constant IN_AUTOCONF_MASK (line 482) | IN_AUTOCONF_MASK = 0xffff0000 constant IN_AUTOCONF_NET (line 483) | IN_AUTOCONF_NET = 0xa9fe0000 constant IN_CLASSA_HOST (line 484) | IN_CLASSA_HOST = 0xffffff constant IN_CLASSA_MAX (line 485) | IN_CLASSA_MAX = 0x80 constant IN_CLASSA_NET (line 486) | IN_CLASSA_NET = 0xff000000 constant IN_CLASSA_NSHIFT (line 487) | IN_CLASSA_NSHIFT = 0x18 constant IN_CLASSB_HOST (line 488) | IN_CLASSB_HOST = 0xffff constant IN_CLASSB_MAX (line 489) | IN_CLASSB_MAX = 0x10000 constant IN_CLASSB_NET (line 490) | IN_CLASSB_NET = 0xffff0000 constant IN_CLASSB_NSHIFT (line 491) | IN_CLASSB_NSHIFT = 0x10 constant IN_CLASSC_HOST (line 492) | IN_CLASSC_HOST = 0xff constant IN_CLASSC_NET (line 493) | IN_CLASSC_NET = 0xffffff00 constant IN_CLASSC_NSHIFT (line 494) | IN_CLASSC_NSHIFT = 0x8 constant IN_CLASSD_HOST (line 495) | IN_CLASSD_HOST = 0xfffffff constant IN_CLASSD_NET (line 496) | IN_CLASSD_NET = 0xf0000000 constant IN_CLASSD_NSHIFT (line 497) | IN_CLASSD_NSHIFT = 0x1c constant IN_CLASSE_NET (line 498) | IN_CLASSE_NET = 0xffffffff constant IN_LOOPBACKNET (line 499) | IN_LOOPBACKNET = 0x7f constant IN_PRIVATE12_MASK (line 500) | IN_PRIVATE12_MASK = 0xfff00000 constant IN_PRIVATE12_NET (line 501) | IN_PRIVATE12_NET = 0xac100000 constant IN_PRIVATE16_MASK (line 502) | IN_PRIVATE16_MASK = 0xffff0000 constant IN_PRIVATE16_NET (line 503) | IN_PRIVATE16_NET = 0xc0a80000 constant IN_PRIVATE8_MASK (line 504) | IN_PRIVATE8_MASK = 0xff000000 constant IN_PRIVATE8_NET (line 505) | IN_PRIVATE8_NET = 0xa000000 constant IPPROTO_AH (line 506) | IPPROTO_AH = 0x33 constant IPPROTO_DSTOPTS (line 507) | IPPROTO_DSTOPTS = 0x3c constant IPPROTO_EGP (line 508) | IPPROTO_EGP = 0x8 constant IPPROTO_ENCAP (line 509) | IPPROTO_ENCAP = 0x4 constant IPPROTO_EON (line 510) | IPPROTO_EON = 0x50 constant IPPROTO_ESP (line 511) | IPPROTO_ESP = 0x32 constant IPPROTO_FRAGMENT (line 512) | IPPROTO_FRAGMENT = 0x2c constant IPPROTO_GGP (line 513) | IPPROTO_GGP = 0x3 constant IPPROTO_HELLO (line 514) | IPPROTO_HELLO = 0x3f constant IPPROTO_HOPOPTS (line 515) | IPPROTO_HOPOPTS = 0x0 constant IPPROTO_ICMP (line 516) | IPPROTO_ICMP = 0x1 constant IPPROTO_ICMPV6 (line 517) | IPPROTO_ICMPV6 = 0x3a constant IPPROTO_IDP (line 518) | IPPROTO_IDP = 0x16 constant IPPROTO_IGMP (line 519) | IPPROTO_IGMP = 0x2 constant IPPROTO_IP (line 520) | IPPROTO_IP = 0x0 constant IPPROTO_IPV6 (line 521) | IPPROTO_IPV6 = 0x29 constant IPPROTO_MAX (line 522) | IPPROTO_MAX = 0x100 constant IPPROTO_ND (line 523) | IPPROTO_ND = 0x4d constant IPPROTO_NONE (line 524) | IPPROTO_NONE = 0x3b constant IPPROTO_OSPF (line 525) | IPPROTO_OSPF = 0x59 constant IPPROTO_PIM (line 526) | IPPROTO_PIM = 0x67 constant IPPROTO_PUP (line 527) | IPPROTO_PUP = 0xc constant IPPROTO_RAW (line 528) | IPPROTO_RAW = 0xff constant IPPROTO_ROUTING (line 529) | IPPROTO_ROUTING = 0x2b constant IPPROTO_RSVP (line 530) | IPPROTO_RSVP = 0x2e constant IPPROTO_SCTP (line 531) | IPPROTO_SCTP = 0x84 constant IPPROTO_TCP (line 532) | IPPROTO_TCP = 0x6 constant IPPROTO_UDP (line 533) | IPPROTO_UDP = 0x11 constant IPV6_ADD_MEMBERSHIP (line 534) | IPV6_ADD_MEMBERSHIP = 0x9 constant IPV6_BOUND_IF (line 535) | IPV6_BOUND_IF = 0x41 constant IPV6_CHECKSUM (line 536) | IPV6_CHECKSUM = 0x18 constant IPV6_DONTFRAG (line 537) | IPV6_DONTFRAG = 0x21 constant IPV6_DROP_MEMBERSHIP (line 538) | IPV6_DROP_MEMBERSHIP = 0xa constant IPV6_DSTOPTS (line 539) | IPV6_DSTOPTS = 0xf constant IPV6_FLOWINFO_FLOWLABEL (line 540) | IPV6_FLOWINFO_FLOWLABEL = 0xffff0f00 constant IPV6_FLOWINFO_TCLASS (line 541) | IPV6_FLOWINFO_TCLASS = 0xf00f constant IPV6_HOPLIMIT (line 542) | IPV6_HOPLIMIT = 0xc constant IPV6_HOPOPTS (line 543) | IPV6_HOPOPTS = 0xe constant IPV6_JOIN_GROUP (line 544) | IPV6_JOIN_GROUP = 0x9 constant IPV6_LEAVE_GROUP (line 545) | IPV6_LEAVE_GROUP = 0xa constant IPV6_MULTICAST_HOPS (line 546) | IPV6_MULTICAST_HOPS = 0x7 constant IPV6_MULTICAST_IF (line 547) | IPV6_MULTICAST_IF = 0x6 constant IPV6_MULTICAST_LOOP (line 548) | IPV6_MULTICAST_LOOP = 0x8 constant IPV6_NEXTHOP (line 549) | IPV6_NEXTHOP = 0xd constant IPV6_PAD1_OPT (line 550) | IPV6_PAD1_OPT = 0x0 constant IPV6_PATHMTU (line 551) | IPV6_PATHMTU = 0x25 constant IPV6_PKTINFO (line 552) | IPV6_PKTINFO = 0xb constant IPV6_PREFER_SRC_CGA (line 553) | IPV6_PREFER_SRC_CGA = 0x20 constant IPV6_PREFER_SRC_CGADEFAULT (line 554) | IPV6_PREFER_SRC_CGADEFAULT = 0x10 constant IPV6_PREFER_SRC_CGAMASK (line 555) | IPV6_PREFER_SRC_CGAMASK = 0x30 constant IPV6_PREFER_SRC_COA (line 556) | IPV6_PREFER_SRC_COA = 0x2 constant IPV6_PREFER_SRC_DEFAULT (line 557) | IPV6_PREFER_SRC_DEFAULT = 0x15 constant IPV6_PREFER_SRC_HOME (line 558) | IPV6_PREFER_SRC_HOME = 0x1 constant IPV6_PREFER_SRC_MASK (line 559) | IPV6_PREFER_SRC_MASK = 0x3f constant IPV6_PREFER_SRC_MIPDEFAULT (line 560) | IPV6_PREFER_SRC_MIPDEFAULT = 0x1 constant IPV6_PREFER_SRC_MIPMASK (line 561) | IPV6_PREFER_SRC_MIPMASK = 0x3 constant IPV6_PREFER_SRC_NONCGA (line 562) | IPV6_PREFER_SRC_NONCGA = 0x10 constant IPV6_PREFER_SRC_PUBLIC (line 563) | IPV6_PREFER_SRC_PUBLIC = 0x4 constant IPV6_PREFER_SRC_TMP (line 564) | IPV6_PREFER_SRC_TMP = 0x8 constant IPV6_PREFER_SRC_TMPDEFAULT (line 565) | IPV6_PREFER_SRC_TMPDEFAULT = 0x4 constant IPV6_PREFER_SRC_TMPMASK (line 566) | IPV6_PREFER_SRC_TMPMASK = 0xc constant IPV6_RECVDSTOPTS (line 567) | IPV6_RECVDSTOPTS = 0x28 constant IPV6_RECVHOPLIMIT (line 568) | IPV6_RECVHOPLIMIT = 0x13 constant IPV6_RECVHOPOPTS (line 569) | IPV6_RECVHOPOPTS = 0x14 constant IPV6_RECVPATHMTU (line 570) | IPV6_RECVPATHMTU = 0x24 constant IPV6_RECVPKTINFO (line 571) | IPV6_RECVPKTINFO = 0x12 constant IPV6_RECVRTHDR (line 572) | IPV6_RECVRTHDR = 0x16 constant IPV6_RECVRTHDRDSTOPTS (line 573) | IPV6_RECVRTHDRDSTOPTS = 0x17 constant IPV6_RECVTCLASS (line 574) | IPV6_RECVTCLASS = 0x19 constant IPV6_RTHDR (line 575) | IPV6_RTHDR = 0x10 constant IPV6_RTHDRDSTOPTS (line 576) | IPV6_RTHDRDSTOPTS = 0x11 constant IPV6_RTHDR_TYPE_0 (line 577) | IPV6_RTHDR_TYPE_0 = 0x0 constant IPV6_SEC_OPT (line 578) | IPV6_SEC_OPT = 0x22 constant IPV6_SRC_PREFERENCES (line 579) | IPV6_SRC_PREFERENCES = 0x23 constant IPV6_TCLASS (line 580) | IPV6_TCLASS = 0x26 constant IPV6_UNICAST_HOPS (line 581) | IPV6_UNICAST_HOPS = 0x5 constant IPV6_UNSPEC_SRC (line 582) | IPV6_UNSPEC_SRC = 0x42 constant IPV6_USE_MIN_MTU (line 583) | IPV6_USE_MIN_MTU = 0x20 constant IPV6_V6ONLY (line 584) | IPV6_V6ONLY = 0x27 constant IP_ADD_MEMBERSHIP (line 585) | IP_ADD_MEMBERSHIP = 0x13 constant IP_ADD_SOURCE_MEMBERSHIP (line 586) | IP_ADD_SOURCE_MEMBERSHIP = 0x17 constant IP_BLOCK_SOURCE (line 587) | IP_BLOCK_SOURCE = 0x15 constant IP_BOUND_IF (line 588) | IP_BOUND_IF = 0x41 constant IP_BROADCAST (line 589) | IP_BROADCAST = 0x106 constant IP_BROADCAST_TTL (line 590) | IP_BROADCAST_TTL = 0x43 constant IP_DEFAULT_MULTICAST_LOOP (line 591) | IP_DEFAULT_MULTICAST_LOOP = 0x1 constant IP_DEFAULT_MULTICAST_TTL (line 592) | IP_DEFAULT_MULTICAST_TTL = 0x1 constant IP_DF (line 593) | IP_DF = 0x4000 constant IP_DHCPINIT_IF (line 594) | IP_DHCPINIT_IF = 0x45 constant IP_DONTFRAG (line 595) | IP_DONTFRAG = 0x1b constant IP_DONTROUTE (line 596) | IP_DONTROUTE = 0x105 constant IP_DROP_MEMBERSHIP (line 597) | IP_DROP_MEMBERSHIP = 0x14 constant IP_DROP_SOURCE_MEMBERSHIP (line 598) | IP_DROP_SOURCE_MEMBERSHIP = 0x18 constant IP_HDRINCL (line 599) | IP_HDRINCL = 0x2 constant IP_MAXPACKET (line 600) | IP_MAXPACKET = 0xffff constant IP_MF (line 601) | IP_MF = 0x2000 constant IP_MSS (line 602) | IP_MSS = 0x240 constant IP_MULTICAST_IF (line 603) | IP_MULTICAST_IF = 0x10 constant IP_MULTICAST_LOOP (line 604) | IP_MULTICAST_LOOP = 0x12 constant IP_MULTICAST_TTL (line 605) | IP_MULTICAST_TTL = 0x11 constant IP_NEXTHOP (line 606) | IP_NEXTHOP = 0x19 constant IP_OPTIONS (line 607) | IP_OPTIONS = 0x1 constant IP_PKTINFO (line 608) | IP_PKTINFO = 0x1a constant IP_RECVDSTADDR (line 609) | IP_RECVDSTADDR = 0x7 constant IP_RECVIF (line 610) | IP_RECVIF = 0x9 constant IP_RECVOPTS (line 611) | IP_RECVOPTS = 0x5 constant IP_RECVPKTINFO (line 612) | IP_RECVPKTINFO = 0x1a constant IP_RECVRETOPTS (line 613) | IP_RECVRETOPTS = 0x6 constant IP_RECVSLLA (line 614) | IP_RECVSLLA = 0xa constant IP_RECVTOS (line 615) | IP_RECVTOS = 0xc constant IP_RECVTTL (line 616) | IP_RECVTTL = 0xb constant IP_RETOPTS (line 617) | IP_RETOPTS = 0x8 constant IP_REUSEADDR (line 618) | IP_REUSEADDR = 0x104 constant IP_SEC_OPT (line 619) | IP_SEC_OPT = 0x22 constant IP_TOS (line 620) | IP_TOS = 0x3 constant IP_TTL (line 621) | IP_TTL = 0x4 constant IP_UNBLOCK_SOURCE (line 622) | IP_UNBLOCK_SOURCE = 0x16 constant IP_UNSPEC_SRC (line 623) | IP_UNSPEC_SRC = 0x42 constant ISIG (line 624) | ISIG = 0x1 constant ISTRIP (line 625) | ISTRIP = 0x20 constant IUCLC (line 626) | IUCLC = 0x200 constant IXANY (line 627) | IXANY = 0x800 constant IXOFF (line 628) | IXOFF = 0x1000 constant IXON (line 629) | IXON = 0x400 constant LOCK_EX (line 630) | LOCK_EX = 0x2 constant LOCK_NB (line 631) | LOCK_NB = 0x4 constant LOCK_SH (line 632) | LOCK_SH = 0x1 constant LOCK_UN (line 633) | LOCK_UN = 0x8 constant MADV_ACCESS_DEFAULT (line 634) | MADV_ACCESS_DEFAULT = 0x6 constant MADV_ACCESS_LWP (line 635) | MADV_ACCESS_LWP = 0x7 constant MADV_ACCESS_MANY (line 636) | MADV_ACCESS_MANY = 0x8 constant MADV_DONTNEED (line 637) | MADV_DONTNEED = 0x4 constant MADV_FREE (line 638) | MADV_FREE = 0x5 constant MADV_NORMAL (line 639) | MADV_NORMAL = 0x0 constant MADV_PURGE (line 640) | MADV_PURGE = 0x9 constant MADV_RANDOM (line 641) | MADV_RANDOM = 0x1 constant MADV_SEQUENTIAL (line 642) | MADV_SEQUENTIAL = 0x2 constant MADV_WILLNEED (line 643) | MADV_WILLNEED = 0x3 constant MAP_32BIT (line 644) | MAP_32BIT = 0x80 constant MAP_ALIGN (line 645) | MAP_ALIGN = 0x200 constant MAP_ANON (line 646) | MAP_ANON = 0x100 constant MAP_ANONYMOUS (line 647) | MAP_ANONYMOUS = 0x100 constant MAP_FILE (line 648) | MAP_FILE = 0x0 constant MAP_FIXED (line 649) | MAP_FIXED = 0x10 constant MAP_INITDATA (line 650) | MAP_INITDATA = 0x800 constant MAP_NORESERVE (line 651) | MAP_NORESERVE = 0x40 constant MAP_PRIVATE (line 652) | MAP_PRIVATE = 0x2 constant MAP_RENAME (line 653) | MAP_RENAME = 0x20 constant MAP_SHARED (line 654) | MAP_SHARED = 0x1 constant MAP_TEXT (line 655) | MAP_TEXT = 0x400 constant MAP_TYPE (line 656) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 657) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 658) | MCAST_EXCLUDE = 0x2 constant MCAST_INCLUDE (line 659) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 660) | MCAST_JOIN_GROUP = 0x29 constant MCAST_JOIN_SOURCE_GROUP (line 661) | MCAST_JOIN_SOURCE_GROUP = 0x2d constant MCAST_LEAVE_GROUP (line 662) | MCAST_LEAVE_GROUP = 0x2a constant MCAST_LEAVE_SOURCE_GROUP (line 663) | MCAST_LEAVE_SOURCE_GROUP = 0x2e constant MCAST_UNBLOCK_SOURCE (line 664) | MCAST_UNBLOCK_SOURCE = 0x2c constant MCL_CURRENT (line 665) | MCL_CURRENT = 0x1 constant MCL_FUTURE (line 666) | MCL_FUTURE = 0x2 constant MSG_CTRUNC (line 667) | MSG_CTRUNC = 0x10 constant MSG_DONTROUTE (line 668) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 669) | MSG_DONTWAIT = 0x80 constant MSG_DUPCTRL (line 670) | MSG_DUPCTRL = 0x800 constant MSG_EOR (line 671) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 672) | MSG_MAXIOVLEN = 0x10 constant MSG_NOSIGNAL (line 673) | MSG_NOSIGNAL = 0x200 constant MSG_NOTIFICATION (line 674) | MSG_NOTIFICATION = 0x100 constant MSG_OOB (line 675) | MSG_OOB = 0x1 constant MSG_PEEK (line 676) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 677) | MSG_TRUNC = 0x20 constant MSG_WAITALL (line 678) | MSG_WAITALL = 0x40 constant MSG_XPG4_2 (line 679) | MSG_XPG4_2 = 0x8000 constant MS_ASYNC (line 680) | MS_ASYNC = 0x1 constant MS_INVALIDATE (line 681) | MS_INVALIDATE = 0x2 constant MS_OLDSYNC (line 682) | MS_OLDSYNC = 0x0 constant MS_SYNC (line 683) | MS_SYNC = 0x4 constant M_FLUSH (line 684) | M_FLUSH = 0x86 constant NAME_MAX (line 685) | NAME_MAX = 0xff constant NEWDEV (line 686) | NEWDEV = 0x1 constant NFDBITS (line 687) | NFDBITS = 0x40 constant NL0 (line 688) | NL0 = 0x0 constant NL1 (line 689) | NL1 = 0x100 constant NLDLY (line 690) | NLDLY = 0x100 constant NOFLSH (line 691) | NOFLSH = 0x80 constant OCRNL (line 692) | OCRNL = 0x8 constant OFDEL (line 693) | OFDEL = 0x80 constant OFILL (line 694) | OFILL = 0x40 constant OLCUC (line 695) | OLCUC = 0x2 constant OLDDEV (line 696) | OLDDEV = 0x0 constant ONBITSMAJOR (line 697) | ONBITSMAJOR = 0x7 constant ONBITSMINOR (line 698) | ONBITSMINOR = 0x8 constant ONLCR (line 699) | ONLCR = 0x4 constant ONLRET (line 700) | ONLRET = 0x20 constant ONOCR (line 701) | ONOCR = 0x10 constant OPENFAIL (line 702) | OPENFAIL = -0x1 constant OPOST (line 703) | OPOST = 0x1 constant O_ACCMODE (line 704) | O_ACCMODE = 0x600003 constant O_APPEND (line 705) | O_APPEND = 0x8 constant O_CLOEXEC (line 706) | O_CLOEXEC = 0x800000 constant O_CREAT (line 707) | O_CREAT = 0x100 constant O_DIRECT (line 708) | O_DIRECT = 0x2000000 constant O_DIRECTORY (line 709) | O_DIRECTORY = 0x1000000 constant O_DSYNC (line 710) | O_DSYNC = 0x40 constant O_EXCL (line 711) | O_EXCL = 0x400 constant O_EXEC (line 712) | O_EXEC = 0x400000 constant O_LARGEFILE (line 713) | O_LARGEFILE = 0x2000 constant O_NDELAY (line 714) | O_NDELAY = 0x4 constant O_NOCTTY (line 715) | O_NOCTTY = 0x800 constant O_NOFOLLOW (line 716) | O_NOFOLLOW = 0x20000 constant O_NOLINKS (line 717) | O_NOLINKS = 0x40000 constant O_NONBLOCK (line 718) | O_NONBLOCK = 0x80 constant O_RDONLY (line 719) | O_RDONLY = 0x0 constant O_RDWR (line 720) | O_RDWR = 0x2 constant O_RSYNC (line 721) | O_RSYNC = 0x8000 constant O_SEARCH (line 722) | O_SEARCH = 0x200000 constant O_SIOCGIFCONF (line 723) | O_SIOCGIFCONF = -0x3ff796ec constant O_SIOCGLIFCONF (line 724) | O_SIOCGLIFCONF = -0x3fef9688 constant O_SYNC (line 725) | O_SYNC = 0x10 constant O_TRUNC (line 726) | O_TRUNC = 0x200 constant O_WRONLY (line 727) | O_WRONLY = 0x1 constant O_XATTR (line 728) | O_XATTR = 0x4000 constant PARENB (line 729) | PARENB = 0x100 constant PAREXT (line 730) | PAREXT = 0x100000 constant PARMRK (line 731) | PARMRK = 0x8 constant PARODD (line 732) | PARODD = 0x200 constant PENDIN (line 733) | PENDIN = 0x4000 constant PRIO_PGRP (line 734) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 735) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 736) | PRIO_USER = 0x2 constant PROT_EXEC (line 737) | PROT_EXEC = 0x4 constant PROT_NONE (line 738) | PROT_NONE = 0x0 constant PROT_READ (line 739) | PROT_READ = 0x1 constant PROT_WRITE (line 740) | PROT_WRITE = 0x2 constant RLIMIT_AS (line 741) | RLIMIT_AS = 0x6 constant RLIMIT_CORE (line 742) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 743) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 744) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 745) | RLIMIT_FSIZE = 0x1 constant RLIMIT_NOFILE (line 746) | RLIMIT_NOFILE = 0x5 constant RLIMIT_STACK (line 747) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 748) | RLIM_INFINITY = 0xfffffffffffffffd constant RTAX_AUTHOR (line 749) | RTAX_AUTHOR = 0x6 constant RTAX_BRD (line 750) | RTAX_BRD = 0x7 constant RTAX_DST (line 751) | RTAX_DST = 0x0 constant RTAX_GATEWAY (line 752) | RTAX_GATEWAY = 0x1 constant RTAX_GENMASK (line 753) | RTAX_GENMASK = 0x3 constant RTAX_IFA (line 754) | RTAX_IFA = 0x5 constant RTAX_IFP (line 755) | RTAX_IFP = 0x4 constant RTAX_MAX (line 756) | RTAX_MAX = 0x9 constant RTAX_NETMASK (line 757) | RTAX_NETMASK = 0x2 constant RTAX_SRC (line 758) | RTAX_SRC = 0x8 constant RTA_AUTHOR (line 759) | RTA_AUTHOR = 0x40 constant RTA_BRD (line 760) | RTA_BRD = 0x80 constant RTA_DST (line 761) | RTA_DST = 0x1 constant RTA_GATEWAY (line 762) | RTA_GATEWAY = 0x2 constant RTA_GENMASK (line 763) | RTA_GENMASK = 0x8 constant RTA_IFA (line 764) | RTA_IFA = 0x20 constant RTA_IFP (line 765) | RTA_IFP = 0x10 constant RTA_NETMASK (line 766) | RTA_NETMASK = 0x4 constant RTA_NUMBITS (line 767) | RTA_NUMBITS = 0x9 constant RTA_SRC (line 768) | RTA_SRC = 0x100 constant RTF_BLACKHOLE (line 769) | RTF_BLACKHOLE = 0x1000 constant RTF_CLONING (line 770) | RTF_CLONING = 0x100 constant RTF_DONE (line 771) | RTF_DONE = 0x40 constant RTF_DYNAMIC (line 772) | RTF_DYNAMIC = 0x10 constant RTF_GATEWAY (line 773) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 774) | RTF_HOST = 0x4 constant RTF_INDIRECT (line 775) | RTF_INDIRECT = 0x40000 constant RTF_KERNEL (line 776) | RTF_KERNEL = 0x80000 constant RTF_LLINFO (line 777) | RTF_LLINFO = 0x400 constant RTF_MASK (line 778) | RTF_MASK = 0x80 constant RTF_MODIFIED (line 779) | RTF_MODIFIED = 0x20 constant RTF_MULTIRT (line 780) | RTF_MULTIRT = 0x10000 constant RTF_PRIVATE (line 781) | RTF_PRIVATE = 0x2000 constant RTF_PROTO1 (line 782) | RTF_PROTO1 = 0x8000 constant RTF_PROTO2 (line 783) | RTF_PROTO2 = 0x4000 constant RTF_REJECT (line 784) | RTF_REJECT = 0x8 constant RTF_SETSRC (line 785) | RTF_SETSRC = 0x20000 constant RTF_STATIC (line 786) | RTF_STATIC = 0x800 constant RTF_UP (line 787) | RTF_UP = 0x1 constant RTF_XRESOLVE (line 788) | RTF_XRESOLVE = 0x200 constant RTF_ZONE (line 789) | RTF_ZONE = 0x100000 constant RTM_ADD (line 790) | RTM_ADD = 0x1 constant RTM_CHANGE (line 791) | RTM_CHANGE = 0x3 constant RTM_CHGADDR (line 792) | RTM_CHGADDR = 0xf constant RTM_DELADDR (line 793) | RTM_DELADDR = 0xd constant RTM_DELETE (line 794) | RTM_DELETE = 0x2 constant RTM_FREEADDR (line 795) | RTM_FREEADDR = 0x10 constant RTM_GET (line 796) | RTM_GET = 0x4 constant RTM_IFINFO (line 797) | RTM_IFINFO = 0xe constant RTM_LOCK (line 798) | RTM_LOCK = 0x8 constant RTM_LOSING (line 799) | RTM_LOSING = 0x5 constant RTM_MISS (line 800) | RTM_MISS = 0x7 constant RTM_NEWADDR (line 801) | RTM_NEWADDR = 0xc constant RTM_OLDADD (line 802) | RTM_OLDADD = 0x9 constant RTM_OLDDEL (line 803) | RTM_OLDDEL = 0xa constant RTM_REDIRECT (line 804) | RTM_REDIRECT = 0x6 constant RTM_RESOLVE (line 805) | RTM_RESOLVE = 0xb constant RTM_VERSION (line 806) | RTM_VERSION = 0x3 constant RTV_EXPIRE (line 807) | RTV_EXPIRE = 0x4 constant RTV_HOPCOUNT (line 808) | RTV_HOPCOUNT = 0x2 constant RTV_MTU (line 809) | RTV_MTU = 0x1 constant RTV_RPIPE (line 810) | RTV_RPIPE = 0x8 constant RTV_RTT (line 811) | RTV_RTT = 0x40 constant RTV_RTTVAR (line 812) | RTV_RTTVAR = 0x80 constant RTV_SPIPE (line 813) | RTV_SPIPE = 0x10 constant RTV_SSTHRESH (line 814) | RTV_SSTHRESH = 0x20 constant RT_AWARE (line 815) | RT_AWARE = 0x1 constant RUSAGE_CHILDREN (line 816) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 817) | RUSAGE_SELF = 0x0 constant SCM_RIGHTS (line 818) | SCM_RIGHTS = 0x1010 constant SCM_TIMESTAMP (line 819) | SCM_TIMESTAMP = 0x1013 constant SCM_UCRED (line 820) | SCM_UCRED = 0x1012 constant SHUT_RD (line 821) | SHUT_RD = 0x0 constant SHUT_RDWR (line 822) | SHUT_RDWR = 0x2 constant SHUT_WR (line 823) | SHUT_WR = 0x1 constant SIG2STR_MAX (line 824) | SIG2STR_MAX = 0x20 constant SIOCADDMULTI (line 825) | SIOCADDMULTI = -0x7fdf96cf constant SIOCADDRT (line 826) | SIOCADDRT = -0x7fcf8df6 constant SIOCATMARK (line 827) | SIOCATMARK = 0x40047307 constant SIOCDARP (line 828) | SIOCDARP = -0x7fdb96e0 constant SIOCDELMULTI (line 829) | SIOCDELMULTI = -0x7fdf96ce constant SIOCDELRT (line 830) | SIOCDELRT = -0x7fcf8df5 constant SIOCDXARP (line 831) | SIOCDXARP = -0x7fff9658 constant SIOCGARP (line 832) | SIOCGARP = -0x3fdb96e1 constant SIOCGDSTINFO (line 833) | SIOCGDSTINFO = -0x3fff965c constant SIOCGENADDR (line 834) | SIOCGENADDR = -0x3fdf96ab constant SIOCGENPSTATS (line 835) | SIOCGENPSTATS = -0x3fdf96c7 constant SIOCGETLSGCNT (line 836) | SIOCGETLSGCNT = -0x3fef8deb constant SIOCGETNAME (line 837) | SIOCGETNAME = 0x40107334 constant SIOCGETPEER (line 838) | SIOCGETPEER = 0x40107335 constant SIOCGETPROP (line 839) | SIOCGETPROP = -0x3fff8f44 constant SIOCGETSGCNT (line 840) | SIOCGETSGCNT = -0x3feb8deb constant SIOCGETSYNC (line 841) | SIOCGETSYNC = -0x3fdf96d3 constant SIOCGETVIFCNT (line 842) | SIOCGETVIFCNT = -0x3feb8dec constant SIOCGHIWAT (line 843) | SIOCGHIWAT = 0x40047301 constant SIOCGIFADDR (line 844) | SIOCGIFADDR = -0x3fdf96f3 constant SIOCGIFBRDADDR (line 845) | SIOCGIFBRDADDR = -0x3fdf96e9 constant SIOCGIFCONF (line 846) | SIOCGIFCONF = -0x3ff796a4 constant SIOCGIFDSTADDR (line 847) | SIOCGIFDSTADDR = -0x3fdf96f1 constant SIOCGIFFLAGS (line 848) | SIOCGIFFLAGS = -0x3fdf96ef constant SIOCGIFHWADDR (line 849) | SIOCGIFHWADDR = -0x3fdf9647 constant SIOCGIFINDEX (line 850) | SIOCGIFINDEX = -0x3fdf96a6 constant SIOCGIFMEM (line 851) | SIOCGIFMEM = -0x3fdf96ed constant SIOCGIFMETRIC (line 852) | SIOCGIFMETRIC = -0x3fdf96e5 constant SIOCGIFMTU (line 853) | SIOCGIFMTU = -0x3fdf96ea constant SIOCGIFMUXID (line 854) | SIOCGIFMUXID = -0x3fdf96a8 constant SIOCGIFNETMASK (line 855) | SIOCGIFNETMASK = -0x3fdf96e7 constant SIOCGIFNUM (line 856) | SIOCGIFNUM = 0x40046957 constant SIOCGIP6ADDRPOLICY (line 857) | SIOCGIP6ADDRPOLICY = -0x3fff965e constant SIOCGIPMSFILTER (line 858) | SIOCGIPMSFILTER = -0x3ffb964c constant SIOCGLIFADDR (line 859) | SIOCGLIFADDR = -0x3f87968f constant SIOCGLIFBINDING (line 860) | SIOCGLIFBINDING = -0x3f879666 constant SIOCGLIFBRDADDR (line 861) | SIOCGLIFBRDADDR = -0x3f879685 constant SIOCGLIFCONF (line 862) | SIOCGLIFCONF = -0x3fef965b constant SIOCGLIFDADSTATE (line 863) | SIOCGLIFDADSTATE = -0x3f879642 constant SIOCGLIFDSTADDR (line 864) | SIOCGLIFDSTADDR = -0x3f87968d constant SIOCGLIFFLAGS (line 865) | SIOCGLIFFLAGS = -0x3f87968b constant SIOCGLIFGROUPINFO (line 866) | SIOCGLIFGROUPINFO = -0x3f4b9663 constant SIOCGLIFGROUPNAME (line 867) | SIOCGLIFGROUPNAME = -0x3f879664 constant SIOCGLIFHWADDR (line 868) | SIOCGLIFHWADDR = -0x3f879640 constant SIOCGLIFINDEX (line 869) | SIOCGLIFINDEX = -0x3f87967b constant SIOCGLIFLNKINFO (line 870) | SIOCGLIFLNKINFO = -0x3f879674 constant SIOCGLIFMETRIC (line 871) | SIOCGLIFMETRIC = -0x3f879681 constant SIOCGLIFMTU (line 872) | SIOCGLIFMTU = -0x3f879686 constant SIOCGLIFMUXID (line 873) | SIOCGLIFMUXID = -0x3f87967d constant SIOCGLIFNETMASK (line 874) | SIOCGLIFNETMASK = -0x3f879683 constant SIOCGLIFNUM (line 875) | SIOCGLIFNUM = -0x3ff3967e constant SIOCGLIFSRCOF (line 876) | SIOCGLIFSRCOF = -0x3fef964f constant SIOCGLIFSUBNET (line 877) | SIOCGLIFSUBNET = -0x3f879676 constant SIOCGLIFTOKEN (line 878) | SIOCGLIFTOKEN = -0x3f879678 constant SIOCGLIFUSESRC (line 879) | SIOCGLIFUSESRC = -0x3f879651 constant SIOCGLIFZONE (line 880) | SIOCGLIFZONE = -0x3f879656 constant SIOCGLOWAT (line 881) | SIOCGLOWAT = 0x40047303 constant SIOCGMSFILTER (line 882) | SIOCGMSFILTER = -0x3ffb964e constant SIOCGPGRP (line 883) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMP (line 884) | SIOCGSTAMP = -0x3fef9646 constant SIOCGXARP (line 885) | SIOCGXARP = -0x3fff9659 constant SIOCIFDETACH (line 886) | SIOCIFDETACH = -0x7fdf96c8 constant SIOCILB (line 887) | SIOCILB = -0x3ffb9645 constant SIOCLIFADDIF (line 888) | SIOCLIFADDIF = -0x3f879691 constant SIOCLIFDELND (line 889) | SIOCLIFDELND = -0x7f879673 constant SIOCLIFGETND (line 890) | SIOCLIFGETND = -0x3f879672 constant SIOCLIFREMOVEIF (line 891) | SIOCLIFREMOVEIF = -0x7f879692 constant SIOCLIFSETND (line 892) | SIOCLIFSETND = -0x7f879671 constant SIOCLOWER (line 893) | SIOCLOWER = -0x7fdf96d7 constant SIOCSARP (line 894) | SIOCSARP = -0x7fdb96e2 constant SIOCSCTPGOPT (line 895) | SIOCSCTPGOPT = -0x3fef9653 constant SIOCSCTPPEELOFF (line 896) | SIOCSCTPPEELOFF = -0x3ffb9652 constant SIOCSCTPSOPT (line 897) | SIOCSCTPSOPT = -0x7fef9654 constant SIOCSENABLESDP (line 898) | SIOCSENABLESDP = -0x3ffb9649 constant SIOCSETPROP (line 899) | SIOCSETPROP = -0x7ffb8f43 constant SIOCSETSYNC (line 900) | SIOCSETSYNC = -0x7fdf96d4 constant SIOCSHIWAT (line 901) | SIOCSHIWAT = -0x7ffb8d00 constant SIOCSIFADDR (line 902) | SIOCSIFADDR = -0x7fdf96f4 constant SIOCSIFBRDADDR (line 903) | SIOCSIFBRDADDR = -0x7fdf96e8 constant SIOCSIFDSTADDR (line 904) | SIOCSIFDSTADDR = -0x7fdf96f2 constant SIOCSIFFLAGS (line 905) | SIOCSIFFLAGS = -0x7fdf96f0 constant SIOCSIFINDEX (line 906) | SIOCSIFINDEX = -0x7fdf96a5 constant SIOCSIFMEM (line 907) | SIOCSIFMEM = -0x7fdf96ee constant SIOCSIFMETRIC (line 908) | SIOCSIFMETRIC = -0x7fdf96e4 constant SIOCSIFMTU (line 909) | SIOCSIFMTU = -0x7fdf96eb constant SIOCSIFMUXID (line 910) | SIOCSIFMUXID = -0x7fdf96a7 constant SIOCSIFNAME (line 911) | SIOCSIFNAME = -0x7fdf96b7 constant SIOCSIFNETMASK (line 912) | SIOCSIFNETMASK = -0x7fdf96e6 constant SIOCSIP6ADDRPOLICY (line 913) | SIOCSIP6ADDRPOLICY = -0x7fff965d constant SIOCSIPMSFILTER (line 914) | SIOCSIPMSFILTER = -0x7ffb964b constant SIOCSLGETREQ (line 915) | SIOCSLGETREQ = -0x3fdf96b9 constant SIOCSLIFADDR (line 916) | SIOCSLIFADDR = -0x7f879690 constant SIOCSLIFBRDADDR (line 917) | SIOCSLIFBRDADDR = -0x7f879684 constant SIOCSLIFDSTADDR (line 918) | SIOCSLIFDSTADDR = -0x7f87968e constant SIOCSLIFFLAGS (line 919) | SIOCSLIFFLAGS = -0x7f87968c constant SIOCSLIFGROUPNAME (line 920) | SIOCSLIFGROUPNAME = -0x7f879665 constant SIOCSLIFINDEX (line 921) | SIOCSLIFINDEX = -0x7f87967a constant SIOCSLIFLNKINFO (line 922) | SIOCSLIFLNKINFO = -0x7f879675 constant SIOCSLIFMETRIC (line 923) | SIOCSLIFMETRIC = -0x7f879680 constant SIOCSLIFMTU (line 924) | SIOCSLIFMTU = -0x7f879687 constant SIOCSLIFMUXID (line 925) | SIOCSLIFMUXID = -0x7f87967c constant SIOCSLIFNAME (line 926) | SIOCSLIFNAME = -0x3f87967f constant SIOCSLIFNETMASK (line 927) | SIOCSLIFNETMASK = -0x7f879682 constant SIOCSLIFPREFIX (line 928) | SIOCSLIFPREFIX = -0x3f879641 constant SIOCSLIFSUBNET (line 929) | SIOCSLIFSUBNET = -0x7f879677 constant SIOCSLIFTOKEN (line 930) | SIOCSLIFTOKEN = -0x7f879679 constant SIOCSLIFUSESRC (line 931) | SIOCSLIFUSESRC = -0x7f879650 constant SIOCSLIFZONE (line 932) | SIOCSLIFZONE = -0x7f879655 constant SIOCSLOWAT (line 933) | SIOCSLOWAT = -0x7ffb8cfe constant SIOCSLSTAT (line 934) | SIOCSLSTAT = -0x7fdf96b8 constant SIOCSMSFILTER (line 935) | SIOCSMSFILTER = -0x7ffb964d constant SIOCSPGRP (line 936) | SIOCSPGRP = -0x7ffb8cf8 constant SIOCSPROMISC (line 937) | SIOCSPROMISC = -0x7ffb96d0 constant SIOCSQPTR (line 938) | SIOCSQPTR = -0x3ffb9648 constant SIOCSSDSTATS (line 939) | SIOCSSDSTATS = -0x3fdf96d2 constant SIOCSSESTATS (line 940) | SIOCSSESTATS = -0x3fdf96d1 constant SIOCSXARP (line 941) | SIOCSXARP = -0x7fff965a constant SIOCTMYADDR (line 942) | SIOCTMYADDR = -0x3ff79670 constant SIOCTMYSITE (line 943) | SIOCTMYSITE = -0x3ff7966e constant SIOCTONLINK (line 944) | SIOCTONLINK = -0x3ff7966f constant SIOCUPPER (line 945) | SIOCUPPER = -0x7fdf96d8 constant SIOCX25RCV (line 946) | SIOCX25RCV = -0x3fdf96c4 constant SIOCX25TBL (line 947) | SIOCX25TBL = -0x3fdf96c3 constant SIOCX25XMT (line 948) | SIOCX25XMT = -0x3fdf96c5 constant SIOCXPROTO (line 949) | SIOCXPROTO = 0x20007337 constant SOCK_CLOEXEC (line 950) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 951) | SOCK_DGRAM = 0x1 constant SOCK_NDELAY (line 952) | SOCK_NDELAY = 0x200000 constant SOCK_NONBLOCK (line 953) | SOCK_NONBLOCK = 0x100000 constant SOCK_RAW (line 954) | SOCK_RAW = 0x4 constant SOCK_RDM (line 955) | SOCK_RDM = 0x5 constant SOCK_SEQPACKET (line 956) | SOCK_SEQPACKET = 0x6 constant SOCK_STREAM (line 957) | SOCK_STREAM = 0x2 constant SOCK_TYPE_MASK (line 958) | SOCK_TYPE_MASK = 0xffff constant SOL_FILTER (line 959) | SOL_FILTER = 0xfffc constant SOL_PACKET (line 960) | SOL_PACKET = 0xfffd constant SOL_ROUTE (line 961) | SOL_ROUTE = 0xfffe constant SOL_SOCKET (line 962) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 963) | SOMAXCONN = 0x80 constant SO_ACCEPTCONN (line 964) | SO_ACCEPTCONN = 0x2 constant SO_ALL (line 965) | SO_ALL = 0x3f constant SO_ALLZONES (line 966) | SO_ALLZONES = 0x1014 constant SO_ANON_MLP (line 967) | SO_ANON_MLP = 0x100a constant SO_ATTACH_FILTER (line 968) | SO_ATTACH_FILTER = 0x40000001 constant SO_BAND (line 969) | SO_BAND = 0x4000 constant SO_BROADCAST (line 970) | SO_BROADCAST = 0x20 constant SO_COPYOPT (line 971) | SO_COPYOPT = 0x80000 constant SO_DEBUG (line 972) | SO_DEBUG = 0x1 constant SO_DELIM (line 973) | SO_DELIM = 0x8000 constant SO_DETACH_FILTER (line 974) | SO_DETACH_FILTER = 0x40000002 constant SO_DGRAM_ERRIND (line 975) | SO_DGRAM_ERRIND = 0x200 constant SO_DOMAIN (line 976) | SO_DOMAIN = 0x100c constant SO_DONTLINGER (line 977) | SO_DONTLINGER = -0x81 constant SO_DONTROUTE (line 978) | SO_DONTROUTE = 0x10 constant SO_ERROPT (line 979) | SO_ERROPT = 0x40000 constant SO_ERROR (line 980) | SO_ERROR = 0x1007 constant SO_EXCLBIND (line 981) | SO_EXCLBIND = 0x1015 constant SO_HIWAT (line 982) | SO_HIWAT = 0x10 constant SO_ISNTTY (line 983) | SO_ISNTTY = 0x800 constant SO_ISTTY (line 984) | SO_ISTTY = 0x400 constant SO_KEEPALIVE (line 985) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 986) | SO_LINGER = 0x80 constant SO_LOWAT (line 987) | SO_LOWAT = 0x20 constant SO_MAC_EXEMPT (line 988) | SO_MAC_EXEMPT = 0x100b constant SO_MAC_IMPLICIT (line 989) | SO_MAC_IMPLICIT = 0x1016 constant SO_MAXBLK (line 990) | SO_MAXBLK = 0x100000 constant SO_MAXPSZ (line 991) | SO_MAXPSZ = 0x8 constant SO_MINPSZ (line 992) | SO_MINPSZ = 0x4 constant SO_MREADOFF (line 993) | SO_MREADOFF = 0x80 constant SO_MREADON (line 994) | SO_MREADON = 0x40 constant SO_NDELOFF (line 995) | SO_NDELOFF = 0x200 constant SO_NDELON (line 996) | SO_NDELON = 0x100 constant SO_NODELIM (line 997) | SO_NODELIM = 0x10000 constant SO_OOBINLINE (line 998) | SO_OOBINLINE = 0x100 constant SO_PROTOTYPE (line 999) | SO_PROTOTYPE = 0x1009 constant SO_RCVBUF (line 1000) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 1001) | SO_RCVLOWAT = 0x1004 constant SO_RCVPSH (line 1002) | SO_RCVPSH = 0x100d constant SO_RCVTIMEO (line 1003) | SO_RCVTIMEO = 0x1006 constant SO_READOPT (line 1004) | SO_READOPT = 0x1 constant SO_RECVUCRED (line 1005) | SO_RECVUCRED = 0x400 constant SO_REUSEADDR (line 1006) | SO_REUSEADDR = 0x4 constant SO_SECATTR (line 1007) | SO_SECATTR = 0x1011 constant SO_SNDBUF (line 1008) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 1009) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 1010) | SO_SNDTIMEO = 0x1005 constant SO_STRHOLD (line 1011) | SO_STRHOLD = 0x20000 constant SO_TAIL (line 1012) | SO_TAIL = 0x200000 constant SO_TIMESTAMP (line 1013) | SO_TIMESTAMP = 0x1013 constant SO_TONSTOP (line 1014) | SO_TONSTOP = 0x2000 constant SO_TOSTOP (line 1015) | SO_TOSTOP = 0x1000 constant SO_TYPE (line 1016) | SO_TYPE = 0x1008 constant SO_USELOOPBACK (line 1017) | SO_USELOOPBACK = 0x40 constant SO_VRRP (line 1018) | SO_VRRP = 0x1017 constant SO_WROFF (line 1019) | SO_WROFF = 0x2 constant S_ENFMT (line 1020) | S_ENFMT = 0x400 constant S_IAMB (line 1021) | S_IAMB = 0x1ff constant S_IEXEC (line 1022) | S_IEXEC = 0x40 constant S_IFBLK (line 1023) | S_IFBLK = 0x6000 constant S_IFCHR (line 1024) | S_IFCHR = 0x2000 constant S_IFDIR (line 1025) | S_IFDIR = 0x4000 constant S_IFDOOR (line 1026) | S_IFDOOR = 0xd000 constant S_IFIFO (line 1027) | S_IFIFO = 0x1000 constant S_IFLNK (line 1028) | S_IFLNK = 0xa000 constant S_IFMT (line 1029) | S_IFMT = 0xf000 constant S_IFNAM (line 1030) | S_IFNAM = 0x5000 constant S_IFPORT (line 1031) | S_IFPORT = 0xe000 constant S_IFREG (line 1032) | S_IFREG = 0x8000 constant S_IFSOCK (line 1033) | S_IFSOCK = 0xc000 constant S_INSEM (line 1034) | S_INSEM = 0x1 constant S_INSHD (line 1035) | S_INSHD = 0x2 constant S_IREAD (line 1036) | S_IREAD = 0x100 constant S_IRGRP (line 1037) | S_IRGRP = 0x20 constant S_IROTH (line 1038) | S_IROTH = 0x4 constant S_IRUSR (line 1039) | S_IRUSR = 0x100 constant S_IRWXG (line 1040) | S_IRWXG = 0x38 constant S_IRWXO (line 1041) | S_IRWXO = 0x7 constant S_IRWXU (line 1042) | S_IRWXU = 0x1c0 constant S_ISGID (line 1043) | S_ISGID = 0x400 constant S_ISUID (line 1044) | S_ISUID = 0x800 constant S_ISVTX (line 1045) | S_ISVTX = 0x200 constant S_IWGRP (line 1046) | S_IWGRP = 0x10 constant S_IWOTH (line 1047) | S_IWOTH = 0x2 constant S_IWRITE (line 1048) | S_IWRITE = 0x80 constant S_IWUSR (line 1049) | S_IWUSR = 0x80 constant S_IXGRP (line 1050) | S_IXGRP = 0x8 constant S_IXOTH (line 1051) | S_IXOTH = 0x1 constant S_IXUSR (line 1052) | S_IXUSR = 0x40 constant TAB0 (line 1053) | TAB0 = 0x0 constant TAB1 (line 1054) | TAB1 = 0x800 constant TAB2 (line 1055) | TAB2 = 0x1000 constant TAB3 (line 1056) | TAB3 = 0x1800 constant TABDLY (line 1057) | TABDLY = 0x1800 constant TCFLSH (line 1058) | TCFLSH = 0x5407 constant TCGETA (line 1059) | TCGETA = 0x5401 constant TCGETS (line 1060) | TCGETS = 0x540d constant TCIFLUSH (line 1061) | TCIFLUSH = 0x0 constant TCIOFF (line 1062) | TCIOFF = 0x2 constant TCIOFLUSH (line 1063) | TCIOFLUSH = 0x2 constant TCION (line 1064) | TCION = 0x3 constant TCOFLUSH (line 1065) | TCOFLUSH = 0x1 constant TCOOFF (line 1066) | TCOOFF = 0x0 constant TCOON (line 1067) | TCOON = 0x1 constant TCP_ABORT_THRESHOLD (line 1068) | TCP_ABORT_THRESHOLD = 0x11 constant TCP_ANONPRIVBIND (line 1069) | TCP_ANONPRIVBIND = 0x20 constant TCP_CONGESTION (line 1070) | TCP_CONGESTION = 0x25 constant TCP_CONN_ABORT_THRESHOLD (line 1071) | TCP_CONN_ABORT_THRESHOLD = 0x13 constant TCP_CONN_NOTIFY_THRESHOLD (line 1072) | TCP_CONN_NOTIFY_THRESHOLD = 0x12 constant TCP_CORK (line 1073) | TCP_CORK = 0x18 constant TCP_EXCLBIND (line 1074) | TCP_EXCLBIND = 0x21 constant TCP_INIT_CWND (line 1075) | TCP_INIT_CWND = 0x15 constant TCP_KEEPALIVE (line 1076) | TCP_KEEPALIVE = 0x8 constant TCP_KEEPALIVE_ABORT_THRESHOLD (line 1077) | TCP_KEEPALIVE_ABORT_THRESHOLD = 0x17 constant TCP_KEEPALIVE_THRESHOLD (line 1078) | TCP_KEEPALIVE_THRESHOLD = 0x16 constant TCP_KEEPCNT (line 1079) | TCP_KEEPCNT = 0x23 constant TCP_KEEPIDLE (line 1080) | TCP_KEEPIDLE = 0x22 constant TCP_KEEPINTVL (line 1081) | TCP_KEEPINTVL = 0x24 constant TCP_LINGER2 (line 1082) | TCP_LINGER2 = 0x1c constant TCP_MAXSEG (line 1083) | TCP_MAXSEG = 0x2 constant TCP_MSS (line 1084) | TCP_MSS = 0x218 constant TCP_NODELAY (line 1085) | TCP_NODELAY = 0x1 constant TCP_NOTIFY_THRESHOLD (line 1086) | TCP_NOTIFY_THRESHOLD = 0x10 constant TCP_RECVDSTADDR (line 1087) | TCP_RECVDSTADDR = 0x14 constant TCP_RTO_INITIAL (line 1088) | TCP_RTO_INITIAL = 0x19 constant TCP_RTO_MAX (line 1089) | TCP_RTO_MAX = 0x1b constant TCP_RTO_MIN (line 1090) | TCP_RTO_MIN = 0x1a constant TCSAFLUSH (line 1091) | TCSAFLUSH = 0x5410 constant TCSBRK (line 1092) | TCSBRK = 0x5405 constant TCSETA (line 1093) | TCSETA = 0x5402 constant TCSETAF (line 1094) | TCSETAF = 0x5404 constant TCSETAW (line 1095) | TCSETAW = 0x5403 constant TCSETS (line 1096) | TCSETS = 0x540e constant TCSETSF (line 1097) | TCSETSF = 0x5410 constant TCSETSW (line 1098) | TCSETSW = 0x540f constant TCXONC (line 1099) | TCXONC = 0x5406 constant TIMER_ABSTIME (line 1100) | TIMER_ABSTIME = 0x1 constant TIMER_RELTIME (line 1101) | TIMER_RELTIME = 0x0 constant TIOC (line 1102) | TIOC = 0x5400 constant TIOCCBRK (line 1103) | TIOCCBRK = 0x747a constant TIOCCDTR (line 1104) | TIOCCDTR = 0x7478 constant TIOCCILOOP (line 1105) | TIOCCILOOP = 0x746c constant TIOCEXCL (line 1106) | TIOCEXCL = 0x740d constant TIOCFLUSH (line 1107) | TIOCFLUSH = 0x7410 constant TIOCGETC (line 1108) | TIOCGETC = 0x7412 constant TIOCGETD (line 1109) | TIOCGETD = 0x7400 constant TIOCGETP (line 1110) | TIOCGETP = 0x7408 constant TIOCGLTC (line 1111) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 1112) | TIOCGPGRP = 0x7414 constant TIOCGPPS (line 1113) | TIOCGPPS = 0x547d constant TIOCGPPSEV (line 1114) | TIOCGPPSEV = 0x547f constant TIOCGSID (line 1115) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 1116) | TIOCGSOFTCAR = 0x5469 constant TIOCGWINSZ (line 1117) | TIOCGWINSZ = 0x5468 constant TIOCHPCL (line 1118) | TIOCHPCL = 0x7402 constant TIOCKBOF (line 1119) | TIOCKBOF = 0x5409 constant TIOCKBON (line 1120) | TIOCKBON = 0x5408 constant TIOCLBIC (line 1121) | TIOCLBIC = 0x747e constant TIOCLBIS (line 1122) | TIOCLBIS = 0x747f constant TIOCLGET (line 1123) | TIOCLGET = 0x747c constant TIOCLSET (line 1124) | TIOCLSET = 0x747d constant TIOCMBIC (line 1125) | TIOCMBIC = 0x741c constant TIOCMBIS (line 1126) | TIOCMBIS = 0x741b constant TIOCMGET (line 1127) | TIOCMGET = 0x741d constant TIOCMSET (line 1128) | TIOCMSET = 0x741a constant TIOCM_CAR (line 1129) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 1130) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 1131) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 1132) | TIOCM_DSR = 0x100 constant TIOCM_DTR (line 1133) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 1134) | TIOCM_LE = 0x1 constant TIOCM_RI (line 1135) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 1136) | TIOCM_RNG = 0x80 constant TIOCM_RTS (line 1137) | TIOCM_RTS = 0x4 constant TIOCM_SR (line 1138) | TIOCM_SR = 0x10 constant TIOCM_ST (line 1139) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 1140) | TIOCNOTTY = 0x7471 constant TIOCNXCL (line 1141) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 1142) | TIOCOUTQ = 0x7473 constant TIOCREMOTE (line 1143) | TIOCREMOTE = 0x741e constant TIOCSBRK (line 1144) | TIOCSBRK = 0x747b constant TIOCSCTTY (line 1145) | TIOCSCTTY = 0x7484 constant TIOCSDTR (line 1146) | TIOCSDTR = 0x7479 constant TIOCSETC (line 1147) | TIOCSETC = 0x7411 constant TIOCSETD (line 1148) | TIOCSETD = 0x7401 constant TIOCSETN (line 1149) | TIOCSETN = 0x740a constant TIOCSETP (line 1150) | TIOCSETP = 0x7409 constant TIOCSIGNAL (line 1151) | TIOCSIGNAL = 0x741f constant TIOCSILOOP (line 1152) | TIOCSILOOP = 0x746d constant TIOCSLTC (line 1153) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 1154) | TIOCSPGRP = 0x7415 constant TIOCSPPS (line 1155) | TIOCSPPS = 0x547e constant TIOCSSOFTCAR (line 1156) | TIOCSSOFTCAR = 0x546a constant TIOCSTART (line 1157) | TIOCSTART = 0x746e constant TIOCSTI (line 1158) | TIOCSTI = 0x7417 constant TIOCSTOP (line 1159) | TIOCSTOP = 0x746f constant TIOCSWINSZ (line 1160) | TIOCSWINSZ = 0x5467 constant TOSTOP (line 1161) | TOSTOP = 0x100 constant UTIME_NOW (line 1162) | UTIME_NOW = -0x1 constant UTIME_OMIT (line 1163) | UTIME_OMIT = -0x2 constant VCEOF (line 1164) | VCEOF = 0x8 constant VCEOL (line 1165) | VCEOL = 0x9 constant VDISCARD (line 1166) | VDISCARD = 0xd constant VDSUSP (line 1167) | VDSUSP = 0xb constant VEOF (line 1168) | VEOF = 0x4 constant VEOL (line 1169) | VEOL = 0x5 constant VEOL2 (line 1170) | VEOL2 = 0x6 constant VERASE (line 1171) | VERASE = 0x2 constant VERASE2 (line 1172) | VERASE2 = 0x11 constant VINTR (line 1173) | VINTR = 0x0 constant VKILL (line 1174) | VKILL = 0x3 constant VLNEXT (line 1175) | VLNEXT = 0xf constant VMIN (line 1176) | VMIN = 0x4 constant VQUIT (line 1177) | VQUIT = 0x1 constant VREPRINT (line 1178) | VREPRINT = 0xc constant VSTART (line 1179) | VSTART = 0x8 constant VSTATUS (line 1180) | VSTATUS = 0x10 constant VSTOP (line 1181) | VSTOP = 0x9 constant VSUSP (line 1182) | VSUSP = 0xa constant VSWTCH (line 1183) | VSWTCH = 0x7 constant VT0 (line 1184) | VT0 = 0x0 constant VT1 (line 1185) | VT1 = 0x4000 constant VTDLY (line 1186) | VTDLY = 0x4000 constant VTIME (line 1187) | VTIME = 0x5 constant VWERASE (line 1188) | VWERASE = 0xe constant WCONTFLG (line 1189) | WCONTFLG = 0xffff constant WCONTINUED (line 1190) | WCONTINUED = 0x8 constant WCOREFLG (line 1191) | WCOREFLG = 0x80 constant WEXITED (line 1192) | WEXITED = 0x1 constant WNOHANG (line 1193) | WNOHANG = 0x40 constant WNOWAIT (line 1194) | WNOWAIT = 0x80 constant WOPTMASK (line 1195) | WOPTMASK = 0xcf constant WRAP (line 1196) | WRAP = 0x20000 constant WSIGMASK (line 1197) | WSIGMASK = 0x7f constant WSTOPFLG (line 1198) | WSTOPFLG = 0x7f constant WSTOPPED (line 1199) | WSTOPPED = 0x4 constant WTRAPPED (line 1200) | WTRAPPED = 0x2 constant WUNTRACED (line 1201) | WUNTRACED = 0x4 constant XCASE (line 1202) | XCASE = 0x4 constant XTABS (line 1203) | XTABS = 0x1800 constant E2BIG (line 1208) | E2BIG = syscall.Errno(0x7) constant EACCES (line 1209) | EACCES = syscall.Errno(0xd) constant EADDRINUSE (line 1210) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 1211) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 1212) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 1213) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EAGAIN (line 1214) | EAGAIN = syscall.Errno(0xb) constant EALREADY (line 1215) | EALREADY = syscall.Errno(0x95) constant EBADE (line 1216) | EBADE = syscall.Errno(0x32) constant EBADF (line 1217) | EBADF = syscall.Errno(0x9) constant EBADFD (line 1218) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 1219) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 1220) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 1221) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 1222) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 1223) | EBFONT = syscall.Errno(0x39) constant EBUSY (line 1224) | EBUSY = syscall.Errno(0x10) constant ECANCELED (line 1225) | ECANCELED = syscall.Errno(0x2f) constant ECHILD (line 1226) | ECHILD = syscall.Errno(0xa) constant ECHRNG (line 1227) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 1228) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 1229) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 1230) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 1231) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 1232) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 1233) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 1234) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOM (line 1235) | EDOM = syscall.Errno(0x21) constant EDQUOT (line 1236) | EDQUOT = syscall.Errno(0x31) constant EEXIST (line 1237) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 1238) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 1239) | EFBIG = syscall.Errno(0x1b) constant EHOSTDOWN (line 1240) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 1241) | EHOSTUNREACH = syscall.Errno(0x94) constant EIDRM (line 1242) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 1243) | EILSEQ = syscall.Errno(0x58) constant EINPROGRESS (line 1244) | EINPROGRESS = syscall.Errno(0x96) constant EINTR (line 1245) | EINTR = syscall.Errno(0x4) constant EINVAL (line 1246) | EINVAL = syscall.Errno(0x16) constant EIO (line 1247) | EIO = syscall.Errno(0x5) constant EISCONN (line 1248) | EISCONN = syscall.Errno(0x85) constant EISDIR (line 1249) | EISDIR = syscall.Errno(0x15) constant EL2HLT (line 1250) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 1251) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 1252) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 1253) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 1254) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 1255) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 1256) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 1257) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 1258) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 1259) | ELNRNG = syscall.Errno(0x29) constant ELOCKUNMAPPED (line 1260) | ELOCKUNMAPPED = syscall.Errno(0x48) constant ELOOP (line 1261) | ELOOP = syscall.Errno(0x5a) constant EMFILE (line 1262) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 1263) | EMLINK = syscall.Errno(0x1f) constant EMSGSIZE (line 1264) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 1265) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 1266) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENETDOWN (line 1267) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 1268) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 1269) | ENETUNREACH = syscall.Errno(0x80) constant ENFILE (line 1270) | ENFILE = syscall.Errno(0x17) constant ENOANO (line 1271) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 1272) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 1273) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 1274) | ENODATA = syscall.Errno(0x3d) constant ENODEV (line 1275) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 1276) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 1277) | ENOEXEC = syscall.Errno(0x8) constant ENOLCK (line 1278) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 1279) | ENOLINK = syscall.Errno(0x43) constant ENOMEM (line 1280) | ENOMEM = syscall.Errno(0xc) constant ENOMSG (line 1281) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 1282) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 1283) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 1284) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSPC (line 1285) | ENOSPC = syscall.Errno(0x1c) constant ENOSR (line 1286) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 1287) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 1288) | ENOSYS = syscall.Errno(0x59) constant ENOTACTIVE (line 1289) | ENOTACTIVE = syscall.Errno(0x49) constant ENOTBLK (line 1290) | ENOTBLK = syscall.Errno(0xf) constant ENOTCONN (line 1291) | ENOTCONN = syscall.Errno(0x86) constant ENOTDIR (line 1292) | ENOTDIR = syscall.Errno(0x14) constant ENOTEMPTY (line 1293) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTRECOVERABLE (line 1294) | ENOTRECOVERABLE = syscall.Errno(0x3b) constant ENOTSOCK (line 1295) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 1296) | ENOTSUP = syscall.Errno(0x30) constant ENOTTY (line 1297) | ENOTTY = syscall.Errno(0x19) constant ENOTUNIQ (line 1298) | ENOTUNIQ = syscall.Errno(0x50) constant ENXIO (line 1299) | ENXIO = syscall.Errno(0x6) constant EOPNOTSUPP (line 1300) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 1301) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 1302) | EOWNERDEAD = syscall.Errno(0x3a) constant EPERM (line 1303) | EPERM = syscall.Errno(0x1) constant EPFNOSUPPORT (line 1304) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPIPE (line 1305) | EPIPE = syscall.Errno(0x20) constant EPROTO (line 1306) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 1307) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 1308) | EPROTOTYPE = syscall.Errno(0x62) constant ERANGE (line 1309) | ERANGE = syscall.Errno(0x22) constant EREMCHG (line 1310) | EREMCHG = syscall.Errno(0x52) constant EREMOTE (line 1311) | EREMOTE = syscall.Errno(0x42) constant ERESTART (line 1312) | ERESTART = syscall.Errno(0x5b) constant EROFS (line 1313) | EROFS = syscall.Errno(0x1e) constant ESHUTDOWN (line 1314) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 1315) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESPIPE (line 1316) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 1317) | ESRCH = syscall.Errno(0x3) constant ESRMNT (line 1318) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 1319) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 1320) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 1321) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 1322) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 1323) | ETOOMANYREFS = syscall.Errno(0x90) constant ETXTBSY (line 1324) | ETXTBSY = syscall.Errno(0x1a) constant EUNATCH (line 1325) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 1326) | EUSERS = syscall.Errno(0x5e) constant EWOULDBLOCK (line 1327) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 1328) | EXDEV = syscall.Errno(0x12) constant EXFULL (line 1329) | EXFULL = syscall.Errno(0x34) constant SIGABRT (line 1334) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 1335) | SIGALRM = syscall.Signal(0xe) constant SIGBUS (line 1336) | SIGBUS = syscall.Signal(0xa) constant SIGCANCEL (line 1337) | SIGCANCEL = syscall.Signal(0x24) constant SIGCHLD (line 1338) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 1339) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 1340) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 1341) | SIGEMT = syscall.Signal(0x7) constant SIGFPE (line 1342) | SIGFPE = syscall.Signal(0x8) constant SIGFREEZE (line 1343) | SIGFREEZE = syscall.Signal(0x22) constant SIGHUP (line 1344) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 1345) | SIGILL = syscall.Signal(0x4) constant SIGINFO (line 1346) | SIGINFO = syscall.Signal(0x29) constant SIGINT (line 1347) | SIGINT = syscall.Signal(0x2) constant SIGIO (line 1348) | SIGIO = syscall.Signal(0x16) constant SIGIOT (line 1349) | SIGIOT = syscall.Signal(0x6) constant SIGJVM1 (line 1350) | SIGJVM1 = syscall.Signal(0x27) constant SIGJVM2 (line 1351) | SIGJVM2 = syscall.Signal(0x28) constant SIGKILL (line 1352) | SIGKILL = syscall.Signal(0x9) constant SIGLOST (line 1353) | SIGLOST = syscall.Signal(0x25) constant SIGLWP (line 1354) | SIGLWP = syscall.Signal(0x21) constant SIGPIPE (line 1355) | SIGPIPE = syscall.Signal(0xd) constant SIGPOLL (line 1356) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 1357) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 1358) | SIGPWR = syscall.Signal(0x13) constant SIGQUIT (line 1359) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 1360) | SIGSEGV = syscall.Signal(0xb) constant SIGSTOP (line 1361) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 1362) | SIGSYS = syscall.Signal(0xc) constant SIGTERM (line 1363) | SIGTERM = syscall.Signal(0xf) constant SIGTHAW (line 1364) | SIGTHAW = syscall.Signal(0x23) constant SIGTRAP (line 1365) | SIGTRAP = syscall.Signal(0x5) constant SIGTSTP (line 1366) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 1367) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 1368) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 1369) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 1370) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 1371) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 1372) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWAITING (line 1373) | SIGWAITING = syscall.Signal(0x20) constant SIGWINCH (line 1374) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 1375) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 1376) | SIGXFSZ = syscall.Signal(0x1f) constant SIGXRES (line 1377) | SIGXRES = syscall.Signal(0x26) FILE: vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go constant BRKINT (line 13) | BRKINT = 0x0001 constant CLOCK_MONOTONIC (line 14) | CLOCK_MONOTONIC = 0x1 constant CLOCK_PROCESS_CPUTIME_ID (line 15) | CLOCK_PROCESS_CPUTIME_ID = 0x2 constant CLOCK_REALTIME (line 16) | CLOCK_REALTIME = 0x0 constant CLOCK_THREAD_CPUTIME_ID (line 17) | CLOCK_THREAD_CPUTIME_ID = 0x3 constant CS8 (line 18) | CS8 = 0x0030 constant CSIZE (line 19) | CSIZE = 0x0030 constant ECHO (line 20) | ECHO = 0x00000008 constant ECHONL (line 21) | ECHONL = 0x00000001 constant FD_CLOEXEC (line 22) | FD_CLOEXEC = 0x01 constant FD_CLOFORK (line 23) | FD_CLOFORK = 0x02 constant FNDELAY (line 24) | FNDELAY = 0x04 constant F_CLOSFD (line 25) | F_CLOSFD = 9 constant F_CONTROL_CVT (line 26) | F_CONTROL_CVT = 13 constant F_DUPFD (line 27) | F_DUPFD = 0 constant F_DUPFD2 (line 28) | F_DUPFD2 = 8 constant F_GETFD (line 29) | F_GETFD = 1 constant F_GETFL (line 30) | F_GETFL = 259 constant F_GETLK (line 31) | F_GETLK = 5 constant F_GETOWN (line 32) | F_GETOWN = 10 constant F_OK (line 33) | F_OK = 0x0 constant F_RDLCK (line 34) | F_RDLCK = 1 constant F_SETFD (line 35) | F_SETFD = 2 constant F_SETFL (line 36) | F_SETFL = 4 constant F_SETLK (line 37) | F_SETLK = 6 constant F_SETLKW (line 38) | F_SETLKW = 7 constant F_SETOWN (line 39) | F_SETOWN = 11 constant F_SETTAG (line 40) | F_SETTAG = 12 constant F_UNLCK (line 41) | F_UNLCK = 3 constant F_WRLCK (line 42) | F_WRLCK = 2 constant FSTYPE_ZFS (line 43) | FSTYPE_ZFS = 0xe9 constant FSTYPE_HFS (line 44) | FSTYPE_HFS = 0xc8 constant FSTYPE_NFS (line 45) | FSTYPE_NFS = 0xd5 constant FSTYPE_TFS (line 46) | FSTYPE_TFS = 0xe3 constant FSTYPE_AUTOMOUNT (line 47) | FSTYPE_AUTOMOUNT = 0xc1 constant IP6F_MORE_FRAG (line 48) | IP6F_MORE_FRAG = 0x0001 constant IP6F_OFF_MASK (line 49) | IP6F_OFF_MASK = 0xfff8 constant IP6F_RESERVED_MASK (line 50) | IP6F_RESERVED_MASK = 0x0006 constant IP6OPT_JUMBO (line 51) | IP6OPT_JUMBO = 0xc2 constant IP6OPT_JUMBO_LEN (line 52) | IP6OPT_JUMBO_LEN = 6 constant IP6OPT_MUTABLE (line 53) | IP6OPT_MUTABLE = 0x20 constant IP6OPT_NSAP_ADDR (line 54) | IP6OPT_NSAP_ADDR = 0xc3 constant IP6OPT_PAD1 (line 55) | IP6OPT_PAD1 = 0x00 constant IP6OPT_PADN (line 56) | IP6OPT_PADN = 0x01 constant IP6OPT_ROUTER_ALERT (line 57) | IP6OPT_ROUTER_ALERT = 0x05 constant IP6OPT_TUNNEL_LIMIT (line 58) | IP6OPT_TUNNEL_LIMIT = 0x04 constant IP6OPT_TYPE_DISCARD (line 59) | IP6OPT_TYPE_DISCARD = 0x40 constant IP6OPT_TYPE_FORCEICMP (line 60) | IP6OPT_TYPE_FORCEICMP = 0x80 constant IP6OPT_TYPE_ICMP (line 61) | IP6OPT_TYPE_ICMP = 0xc0 constant IP6OPT_TYPE_SKIP (line 62) | IP6OPT_TYPE_SKIP = 0x00 constant IP6_ALERT_AN (line 63) | IP6_ALERT_AN = 0x0002 constant IP6_ALERT_MLD (line 64) | IP6_ALERT_MLD = 0x0000 constant IP6_ALERT_RSVP (line 65) | IP6_ALERT_RSVP = 0x0001 constant IPPORT_RESERVED (line 66) | IPPORT_RESERVED = 1024 constant IPPORT_USERRESERVED (line 67) | IPPORT_USERRESERVED = 5000 constant IPPROTO_AH (line 68) | IPPROTO_AH = 51 constant SOL_AH (line 69) | SOL_AH = 51 constant IPPROTO_DSTOPTS (line 70) | IPPROTO_DSTOPTS = 60 constant SOL_DSTOPTS (line 71) | SOL_DSTOPTS = 60 constant IPPROTO_EGP (line 72) | IPPROTO_EGP = 8 constant SOL_EGP (line 73) | SOL_EGP = 8 constant IPPROTO_ESP (line 74) | IPPROTO_ESP = 50 constant SOL_ESP (line 75) | SOL_ESP = 50 constant IPPROTO_FRAGMENT (line 76) | IPPROTO_FRAGMENT = 44 constant SOL_FRAGMENT (line 77) | SOL_FRAGMENT = 44 constant IPPROTO_GGP (line 78) | IPPROTO_GGP = 2 constant SOL_GGP (line 79) | SOL_GGP = 2 constant IPPROTO_HOPOPTS (line 80) | IPPROTO_HOPOPTS = 0 constant SOL_HOPOPTS (line 81) | SOL_HOPOPTS = 0 constant IPPROTO_ICMP (line 82) | IPPROTO_ICMP = 1 constant SOL_ICMP (line 83) | SOL_ICMP = 1 constant IPPROTO_ICMPV6 (line 84) | IPPROTO_ICMPV6 = 58 constant SOL_ICMPV6 (line 85) | SOL_ICMPV6 = 58 constant IPPROTO_IDP (line 86) | IPPROTO_IDP = 22 constant SOL_IDP (line 87) | SOL_IDP = 22 constant IPPROTO_IP (line 88) | IPPROTO_IP = 0 constant SOL_IP (line 89) | SOL_IP = 0 constant IPPROTO_IPV6 (line 90) | IPPROTO_IPV6 = 41 constant SOL_IPV6 (line 91) | SOL_IPV6 = 41 constant IPPROTO_MAX (line 92) | IPPROTO_MAX = 256 constant SOL_MAX (line 93) | SOL_MAX = 256 constant IPPROTO_NONE (line 94) | IPPROTO_NONE = 59 constant SOL_NONE (line 95) | SOL_NONE = 59 constant IPPROTO_PUP (line 96) | IPPROTO_PUP = 12 constant SOL_PUP (line 97) | SOL_PUP = 12 constant IPPROTO_RAW (line 98) | IPPROTO_RAW = 255 constant SOL_RAW (line 99) | SOL_RAW = 255 constant IPPROTO_ROUTING (line 100) | IPPROTO_ROUTING = 43 constant SOL_ROUTING (line 101) | SOL_ROUTING = 43 constant IPPROTO_TCP (line 102) | IPPROTO_TCP = 6 constant SOL_TCP (line 103) | SOL_TCP = 6 constant IPPROTO_UDP (line 104) | IPPROTO_UDP = 17 constant SOL_UDP (line 105) | SOL_UDP = 17 constant IPV6_ADDR_PREFERENCES (line 106) | IPV6_ADDR_PREFERENCES = 32 constant IPV6_CHECKSUM (line 107) | IPV6_CHECKSUM = 19 constant IPV6_DONTFRAG (line 108) | IPV6_DONTFRAG = 29 constant IPV6_DSTOPTS (line 109) | IPV6_DSTOPTS = 23 constant IPV6_HOPLIMIT (line 110) | IPV6_HOPLIMIT = 11 constant IPV6_HOPOPTS (line 111) | IPV6_HOPOPTS = 22 constant IPV6_JOIN_GROUP (line 112) | IPV6_JOIN_GROUP = 5 constant IPV6_LEAVE_GROUP (line 113) | IPV6_LEAVE_GROUP = 6 constant IPV6_MULTICAST_HOPS (line 114) | IPV6_MULTICAST_HOPS = 9 constant IPV6_MULTICAST_IF (line 115) | IPV6_MULTICAST_IF = 7 constant IPV6_MULTICAST_LOOP (line 116) | IPV6_MULTICAST_LOOP = 4 constant IPV6_NEXTHOP (line 117) | IPV6_NEXTHOP = 20 constant IPV6_PATHMTU (line 118) | IPV6_PATHMTU = 12 constant IPV6_PKTINFO (line 119) | IPV6_PKTINFO = 13 constant IPV6_PREFER_SRC_CGA (line 120) | IPV6_PREFER_SRC_CGA = 0x10 constant IPV6_PREFER_SRC_COA (line 121) | IPV6_PREFER_SRC_COA = 0x02 constant IPV6_PREFER_SRC_HOME (line 122) | IPV6_PREFER_SRC_HOME = 0x01 constant IPV6_PREFER_SRC_NONCGA (line 123) | IPV6_PREFER_SRC_NONCGA = 0x20 constant IPV6_PREFER_SRC_PUBLIC (line 124) | IPV6_PREFER_SRC_PUBLIC = 0x08 constant IPV6_PREFER_SRC_TMP (line 125) | IPV6_PREFER_SRC_TMP = 0x04 constant IPV6_RECVDSTOPTS (line 126) | IPV6_RECVDSTOPTS = 28 constant IPV6_RECVHOPLIMIT (line 127) | IPV6_RECVHOPLIMIT = 14 constant IPV6_RECVHOPOPTS (line 128) | IPV6_RECVHOPOPTS = 26 constant IPV6_RECVPATHMTU (line 129) | IPV6_RECVPATHMTU = 16 constant IPV6_RECVPKTINFO (line 130) | IPV6_RECVPKTINFO = 15 constant IPV6_RECVRTHDR (line 131) | IPV6_RECVRTHDR = 25 constant IPV6_RECVTCLASS (line 132) | IPV6_RECVTCLASS = 31 constant IPV6_RTHDR (line 133) | IPV6_RTHDR = 21 constant IPV6_RTHDRDSTOPTS (line 134) | IPV6_RTHDRDSTOPTS = 24 constant IPV6_RTHDR_TYPE_0 (line 135) | IPV6_RTHDR_TYPE_0 = 0 constant IPV6_TCLASS (line 136) | IPV6_TCLASS = 30 constant IPV6_UNICAST_HOPS (line 137) | IPV6_UNICAST_HOPS = 3 constant IPV6_USE_MIN_MTU (line 138) | IPV6_USE_MIN_MTU = 18 constant IPV6_V6ONLY (line 139) | IPV6_V6ONLY = 10 constant IP_ADD_MEMBERSHIP (line 140) | IP_ADD_MEMBERSHIP = 5 constant IP_ADD_SOURCE_MEMBERSHIP (line 141) | IP_ADD_SOURCE_MEMBERSHIP = 12 constant IP_BLOCK_SOURCE (line 142) | IP_BLOCK_SOURCE = 10 constant IP_DEFAULT_MULTICAST_LOOP (line 143) | IP_DEFAULT_MULTICAST_LOOP = 1 constant IP_DEFAULT_MULTICAST_TTL (line 144) | IP_DEFAULT_MULTICAST_TTL = 1 constant IP_DROP_MEMBERSHIP (line 145) | IP_DROP_MEMBERSHIP = 6 constant IP_DROP_SOURCE_MEMBERSHIP (line 146) | IP_DROP_SOURCE_MEMBERSHIP = 13 constant IP_MAX_MEMBERSHIPS (line 147) | IP_MAX_MEMBERSHIPS = 20 constant IP_MULTICAST_IF (line 148) | IP_MULTICAST_IF = 7 constant IP_MULTICAST_LOOP (line 149) | IP_MULTICAST_LOOP = 4 constant IP_MULTICAST_TTL (line 150) | IP_MULTICAST_TTL = 3 constant IP_OPTIONS (line 151) | IP_OPTIONS = 1 constant IP_PKTINFO (line 152) | IP_PKTINFO = 101 constant IP_RECVPKTINFO (line 153) | IP_RECVPKTINFO = 102 constant IP_TOS (line 154) | IP_TOS = 2 constant IP_TTL (line 155) | IP_TTL = 3 constant IP_UNBLOCK_SOURCE (line 156) | IP_UNBLOCK_SOURCE = 11 constant ICANON (line 157) | ICANON = 0x0010 constant ICMP6_FILTER (line 158) | ICMP6_FILTER = 0x26 constant ICRNL (line 159) | ICRNL = 0x0002 constant IEXTEN (line 160) | IEXTEN = 0x0020 constant IGNBRK (line 161) | IGNBRK = 0x0004 constant IGNCR (line 162) | IGNCR = 0x0008 constant INLCR (line 163) | INLCR = 0x0020 constant ISIG (line 164) | ISIG = 0x0040 constant ISTRIP (line 165) | ISTRIP = 0x0080 constant IXON (line 166) | IXON = 0x0200 constant IXOFF (line 167) | IXOFF = 0x0100 constant LOCK_SH (line 168) | LOCK_SH = 0x1 constant LOCK_EX (line 169) | LOCK_EX = 0x2 constant LOCK_NB (line 170) | LOCK_NB = 0x4 constant LOCK_UN (line 171) | LOCK_UN = 0x8 constant POLLIN (line 172) | POLLIN = 0x0003 constant POLLOUT (line 173) | POLLOUT = 0x0004 constant POLLPRI (line 174) | POLLPRI = 0x0010 constant POLLERR (line 175) | POLLERR = 0x0020 constant POLLHUP (line 176) | POLLHUP = 0x0040 constant POLLNVAL (line 177) | POLLNVAL = 0x0080 constant PROT_READ (line 178) | PROT_READ = 0x1 constant PROT_WRITE (line 179) | PROT_WRITE = 0x2 constant PROT_NONE (line 180) | PROT_NONE = 0x4 constant PROT_EXEC (line 181) | PROT_EXEC = 0x8 constant MAP_PRIVATE (line 182) | MAP_PRIVATE = 0x1 constant MAP_SHARED (line 183) | MAP_SHARED = 0x2 constant MAP_FIXED (line 184) | MAP_FIXED = 0x4 constant MCAST_JOIN_GROUP (line 185) | MCAST_JOIN_GROUP = 40 constant MCAST_LEAVE_GROUP (line 186) | MCAST_LEAVE_GROUP = 41 constant MCAST_JOIN_SOURCE_GROUP (line 187) | MCAST_JOIN_SOURCE_GROUP = 42 constant MCAST_LEAVE_SOURCE_GROUP (line 188) | MCAST_LEAVE_SOURCE_GROUP = 43 constant MCAST_BLOCK_SOURCE (line 189) | MCAST_BLOCK_SOURCE = 44 constant MCAST_UNBLOCK_SOURCE (line 190) | MCAST_UNBLOCK_SOURCE = 45 constant MS_SYNC (line 191) | MS_SYNC = 0x1 constant MS_ASYNC (line 192) | MS_ASYNC = 0x2 constant MS_INVALIDATE (line 193) | MS_INVALIDATE = 0x4 constant MTM_RDONLY (line 194) | MTM_RDONLY = 0x80000000 constant MTM_RDWR (line 195) | MTM_RDWR = 0x40000000 constant MTM_UMOUNT (line 196) | MTM_UMOUNT = 0x10000000 constant MTM_IMMED (line 197) | MTM_IMMED = 0x08000000 constant MTM_FORCE (line 198) | MTM_FORCE = 0x04000000 constant MTM_DRAIN (line 199) | MTM_DRAIN = 0x02000000 constant MTM_RESET (line 200) | MTM_RESET = 0x01000000 constant MTM_SAMEMODE (line 201) | MTM_SAMEMODE = 0x00100000 constant MTM_UNQSEFORCE (line 202) | MTM_UNQSEFORCE = 0x00040000 constant MTM_NOSUID (line 203) | MTM_NOSUID = 0x00000400 constant MTM_SYNCHONLY (line 204) | MTM_SYNCHONLY = 0x00000200 constant MTM_REMOUNT (line 205) | MTM_REMOUNT = 0x00000100 constant MTM_NOSECURITY (line 206) | MTM_NOSECURITY = 0x00000080 constant NFDBITS (line 207) | NFDBITS = 0x20 constant O_ACCMODE (line 208) | O_ACCMODE = 0x03 constant O_APPEND (line 209) | O_APPEND = 0x08 constant O_ASYNCSIG (line 210) | O_ASYNCSIG = 0x0200 constant O_CREAT (line 211) | O_CREAT = 0x80 constant O_EXCL (line 212) | O_EXCL = 0x40 constant O_GETFL (line 213) | O_GETFL = 0x0F constant O_LARGEFILE (line 214) | O_LARGEFILE = 0x0400 constant O_NONBLOCK (line 215) | O_NONBLOCK = 0x04 constant O_RDONLY (line 216) | O_RDONLY = 0x02 constant O_RDWR (line 217) | O_RDWR = 0x03 constant O_SYNC (line 218) | O_SYNC = 0x0100 constant O_TRUNC (line 219) | O_TRUNC = 0x10 constant O_WRONLY (line 220) | O_WRONLY = 0x01 constant O_NOCTTY (line 221) | O_NOCTTY = 0x20 constant OPOST (line 222) | OPOST = 0x0001 constant ONLCR (line 223) | ONLCR = 0x0004 constant PARENB (line 224) | PARENB = 0x0200 constant PARMRK (line 225) | PARMRK = 0x0400 constant QUERYCVT (line 226) | QUERYCVT = 3 constant RUSAGE_CHILDREN (line 227) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 228) | RUSAGE_SELF = 0x0 constant SEEK_CUR (line 229) | SEEK_CUR = 1 constant SEEK_END (line 230) | SEEK_END = 2 constant SEEK_SET (line 231) | SEEK_SET = 0 constant SETAUTOCVTALL (line 232) | SETAUTOCVTALL = 5 constant SETAUTOCVTON (line 233) | SETAUTOCVTON = 2 constant SETCVTALL (line 234) | SETCVTALL = 4 constant SETCVTOFF (line 235) | SETCVTOFF = 0 constant SETCVTON (line 236) | SETCVTON = 1 constant AF_APPLETALK (line 237) | AF_APPLETALK = 16 constant AF_CCITT (line 238) | AF_CCITT = 10 constant AF_CHAOS (line 239) | AF_CHAOS = 5 constant AF_DATAKIT (line 240) | AF_DATAKIT = 9 constant AF_DLI (line 241) | AF_DLI = 13 constant AF_ECMA (line 242) | AF_ECMA = 8 constant AF_HYLINK (line 243) | AF_HYLINK = 15 constant AF_IMPLINK (line 244) | AF_IMPLINK = 3 constant AF_INET (line 245) | AF_INET = 2 constant AF_INET6 (line 246) | AF_INET6 = 19 constant AF_INTF (line 247) | AF_INTF = 20 constant AF_IUCV (line 248) | AF_IUCV = 17 constant AF_LAT (line 249) | AF_LAT = 14 constant AF_LINK (line 250) | AF_LINK = 18 constant AF_MAX (line 251) | AF_MAX = 30 constant AF_NBS (line 252) | AF_NBS = 7 constant AF_NDD (line 253) | AF_NDD = 23 constant AF_NETWARE (line 254) | AF_NETWARE = 22 constant AF_NS (line 255) | AF_NS = 6 constant AF_PUP (line 256) | AF_PUP = 4 constant AF_RIF (line 257) | AF_RIF = 21 constant AF_ROUTE (line 258) | AF_ROUTE = 20 constant AF_SNA (line 259) | AF_SNA = 11 constant AF_UNIX (line 260) | AF_UNIX = 1 constant AF_UNSPEC (line 261) | AF_UNSPEC = 0 constant IBMTCP_IMAGE (line 262) | IBMTCP_IMAGE = 1 constant MSG_ACK_EXPECTED (line 263) | MSG_ACK_EXPECTED = 0x10 constant MSG_ACK_GEN (line 264) | MSG_ACK_GEN = 0x40 constant MSG_ACK_TIMEOUT (line 265) | MSG_ACK_TIMEOUT = 0x20 constant MSG_CONNTERM (line 266) | MSG_CONNTERM = 0x80 constant MSG_CTRUNC (line 267) | MSG_CTRUNC = 0x20 constant MSG_DONTROUTE (line 268) | MSG_DONTROUTE = 0x4 constant MSG_EOF (line 269) | MSG_EOF = 0x8000 constant MSG_EOR (line 270) | MSG_EOR = 0x8 constant MSG_MAXIOVLEN (line 271) | MSG_MAXIOVLEN = 16 constant MSG_NONBLOCK (line 272) | MSG_NONBLOCK = 0x4000 constant MSG_OOB (line 273) | MSG_OOB = 0x1 constant MSG_PEEK (line 274) | MSG_PEEK = 0x2 constant MSG_TRUNC (line 275) | MSG_TRUNC = 0x10 constant MSG_WAITALL (line 276) | MSG_WAITALL = 0x40 constant PRIO_PROCESS (line 277) | PRIO_PROCESS = 1 constant PRIO_PGRP (line 278) | PRIO_PGRP = 2 constant PRIO_USER (line 279) | PRIO_USER = 3 constant RLIMIT_CPU (line 280) | RLIMIT_CPU = 0 constant RLIMIT_FSIZE (line 281) | RLIMIT_FSIZE = 1 constant RLIMIT_DATA (line 282) | RLIMIT_DATA = 2 constant RLIMIT_STACK (line 283) | RLIMIT_STACK = 3 constant RLIMIT_CORE (line 284) | RLIMIT_CORE = 4 constant RLIMIT_AS (line 285) | RLIMIT_AS = 5 constant RLIMIT_NOFILE (line 286) | RLIMIT_NOFILE = 6 constant RLIMIT_MEMLIMIT (line 287) | RLIMIT_MEMLIMIT = 7 constant RLIM_INFINITY (line 288) | RLIM_INFINITY = 2147483647 constant SCM_RIGHTS (line 289) | SCM_RIGHTS = 0x01 constant SF_CLOSE (line 290) | SF_CLOSE = 0x00000002 constant SF_REUSE (line 291) | SF_REUSE = 0x00000001 constant SHUT_RD (line 292) | SHUT_RD = 0 constant SHUT_RDWR (line 293) | SHUT_RDWR = 2 constant SHUT_WR (line 294) | SHUT_WR = 1 constant SOCK_CONN_DGRAM (line 295) | SOCK_CONN_DGRAM = 6 constant SOCK_DGRAM (line 296) | SOCK_DGRAM = 2 constant SOCK_RAW (line 297) | SOCK_RAW = 3 constant SOCK_RDM (line 298) | SOCK_RDM = 4 constant SOCK_SEQPACKET (line 299) | SOCK_SEQPACKET = 5 constant SOCK_STREAM (line 300) | SOCK_STREAM = 1 constant SOL_SOCKET (line 301) | SOL_SOCKET = 0xffff constant SOMAXCONN (line 302) | SOMAXCONN = 10 constant SO_ACCEPTCONN (line 303) | SO_ACCEPTCONN = 0x0002 constant SO_ACCEPTECONNABORTED (line 304) | SO_ACCEPTECONNABORTED = 0x0006 constant SO_ACKNOW (line 305) | SO_ACKNOW = 0x7700 constant SO_BROADCAST (line 306) | SO_BROADCAST = 0x0020 constant SO_BULKMODE (line 307) | SO_BULKMODE = 0x8000 constant SO_CKSUMRECV (line 308) | SO_CKSUMRECV = 0x0800 constant SO_CLOSE (line 309) | SO_CLOSE = 0x01 constant SO_CLUSTERCONNTYPE (line 310) | SO_CLUSTERCONNTYPE = 0x00004001 constant SO_CLUSTERCONNTYPE_INTERNAL (line 311) | SO_CLUSTERCONNTYPE_INTERNAL = 8 constant SO_CLUSTERCONNTYPE_NOCONN (line 312) | SO_CLUSTERCONNTYPE_NOCONN = 0 constant SO_CLUSTERCONNTYPE_NONE (line 313) | SO_CLUSTERCONNTYPE_NONE = 1 constant SO_CLUSTERCONNTYPE_SAME_CLUSTER (line 314) | SO_CLUSTERCONNTYPE_SAME_CLUSTER = 2 constant SO_CLUSTERCONNTYPE_SAME_IMAGE (line 315) | SO_CLUSTERCONNTYPE_SAME_IMAGE = 4 constant SO_DEBUG (line 316) | SO_DEBUG = 0x0001 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x0010 constant SO_ERROR (line 318) | SO_ERROR = 0x1007 constant SO_IGNOREINCOMINGPUSH (line 319) | SO_IGNOREINCOMINGPUSH = 0x1 constant SO_IGNORESOURCEVIPA (line 320) | SO_IGNORESOURCEVIPA = 0x0002 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x0008 constant SO_LINGER (line 322) | SO_LINGER = 0x0080 constant SO_NONBLOCKLOCAL (line 323) | SO_NONBLOCKLOCAL = 0x8001 constant SO_NOREUSEADDR (line 324) | SO_NOREUSEADDR = 0x1000 constant SO_OOBINLINE (line 325) | SO_OOBINLINE = 0x0100 constant SO_OPTACK (line 326) | SO_OPTACK = 0x8004 constant SO_OPTMSS (line 327) | SO_OPTMSS = 0x8003 constant SO_RCVBUF (line 328) | SO_RCVBUF = 0x1002 constant SO_RCVLOWAT (line 329) | SO_RCVLOWAT = 0x1004 constant SO_RCVTIMEO (line 330) | SO_RCVTIMEO = 0x1006 constant SO_REUSEADDR (line 331) | SO_REUSEADDR = 0x0004 constant SO_REUSEPORT (line 332) | SO_REUSEPORT = 0x0200 constant SO_SECINFO (line 333) | SO_SECINFO = 0x00004002 constant SO_SET (line 334) | SO_SET = 0x0200 constant SO_SNDBUF (line 335) | SO_SNDBUF = 0x1001 constant SO_SNDLOWAT (line 336) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 337) | SO_SNDTIMEO = 0x1005 constant SO_TYPE (line 338) | SO_TYPE = 0x1008 constant SO_UNSET (line 339) | SO_UNSET = 0x0400 constant SO_USELOOPBACK (line 340) | SO_USELOOPBACK = 0x0040 constant SO_USE_IFBUFS (line 341) | SO_USE_IFBUFS = 0x0400 constant S_ISUID (line 342) | S_ISUID = 0x0800 constant S_ISGID (line 343) | S_ISGID = 0x0400 constant S_ISVTX (line 344) | S_ISVTX = 0x0200 constant S_IRUSR (line 345) | S_IRUSR = 0x0100 constant S_IWUSR (line 346) | S_IWUSR = 0x0080 constant S_IXUSR (line 347) | S_IXUSR = 0x0040 constant S_IRWXU (line 348) | S_IRWXU = 0x01C0 constant S_IRGRP (line 349) | S_IRGRP = 0x0020 constant S_IWGRP (line 350) | S_IWGRP = 0x0010 constant S_IXGRP (line 351) | S_IXGRP = 0x0008 constant S_IRWXG (line 352) | S_IRWXG = 0x0038 constant S_IROTH (line 353) | S_IROTH = 0x0004 constant S_IWOTH (line 354) | S_IWOTH = 0x0002 constant S_IXOTH (line 355) | S_IXOTH = 0x0001 constant S_IRWXO (line 356) | S_IRWXO = 0x0007 constant S_IREAD (line 357) | S_IREAD = S_IRUSR constant S_IWRITE (line 358) | S_IWRITE = S_IWUSR constant S_IEXEC (line 359) | S_IEXEC = S_IXUSR constant S_IFDIR (line 360) | S_IFDIR = 0x01000000 constant S_IFCHR (line 361) | S_IFCHR = 0x02000000 constant S_IFREG (line 362) | S_IFREG = 0x03000000 constant S_IFFIFO (line 363) | S_IFFIFO = 0x04000000 constant S_IFIFO (line 364) | S_IFIFO = 0x04000000 constant S_IFLNK (line 365) | S_IFLNK = 0x05000000 constant S_IFBLK (line 366) | S_IFBLK = 0x06000000 constant S_IFSOCK (line 367) | S_IFSOCK = 0x07000000 constant S_IFVMEXTL (line 368) | S_IFVMEXTL = 0xFE000000 constant S_IFVMEXTL_EXEC (line 369) | S_IFVMEXTL_EXEC = 0x00010000 constant S_IFVMEXTL_DATA (line 370) | S_IFVMEXTL_DATA = 0x00020000 constant S_IFVMEXTL_MEL (line 371) | S_IFVMEXTL_MEL = 0x00030000 constant S_IFEXTL (line 372) | S_IFEXTL = 0x00000001 constant S_IFPROGCTL (line 373) | S_IFPROGCTL = 0x00000002 constant S_IFAPFCTL (line 374) | S_IFAPFCTL = 0x00000004 constant S_IFNOSHARE (line 375) | S_IFNOSHARE = 0x00000008 constant S_IFSHARELIB (line 376) | S_IFSHARELIB = 0x00000010 constant S_IFMT (line 377) | S_IFMT = 0xFF000000 constant S_IFMST (line 378) | S_IFMST = 0x00FF0000 constant TCP_KEEPALIVE (line 379) | TCP_KEEPALIVE = 0x8 constant TCP_NODELAY (line 380) | TCP_NODELAY = 0x1 constant TCP_INFO (line 381) | TCP_INFO = 0xb constant TCP_USER_TIMEOUT (line 382) | TCP_USER_TIMEOUT = 0x1 constant TIOCGWINSZ (line 383) | TIOCGWINSZ = 0x4008a368 constant TIOCSWINSZ (line 384) | TIOCSWINSZ = 0x8008a367 constant TIOCSBRK (line 385) | TIOCSBRK = 0x2000a77b constant TIOCCBRK (line 386) | TIOCCBRK = 0x2000a77a constant TIOCSTI (line 387) | TIOCSTI = 0x8001a772 constant TIOCGPGRP (line 388) | TIOCGPGRP = 0x4004a777 constant TCSANOW (line 389) | TCSANOW = 0 constant TCSETS (line 390) | TCSETS = 0 constant TCSADRAIN (line 391) | TCSADRAIN = 1 constant TCSETSW (line 392) | TCSETSW = 1 constant TCSAFLUSH (line 393) | TCSAFLUSH = 2 constant TCSETSF (line 394) | TCSETSF = 2 constant TCGETS (line 395) | TCGETS = 3 constant TCIFLUSH (line 396) | TCIFLUSH = 0 constant TCOFLUSH (line 397) | TCOFLUSH = 1 constant TCIOFLUSH (line 398) | TCIOFLUSH = 2 constant TCOOFF (line 399) | TCOOFF = 0 constant TCOON (line 400) | TCOON = 1 constant TCIOFF (line 401) | TCIOFF = 2 constant TCION (line 402) | TCION = 3 constant TIOCSPGRP (line 403) | TIOCSPGRP = 0x8004a776 constant TIOCNOTTY (line 404) | TIOCNOTTY = 0x2000a771 constant TIOCEXCL (line 405) | TIOCEXCL = 0x2000a70d constant TIOCNXCL (line 406) | TIOCNXCL = 0x2000a70e constant TIOCGETD (line 407) | TIOCGETD = 0x4004a700 constant TIOCSETD (line 408) | TIOCSETD = 0x8004a701 constant TIOCPKT (line 409) | TIOCPKT = 0x8004a770 constant TIOCSTOP (line 410) | TIOCSTOP = 0x2000a76f constant TIOCSTART (line 411) | TIOCSTART = 0x2000a76e constant TIOCUCNTL (line 412) | TIOCUCNTL = 0x8004a766 constant TIOCREMOTE (line 413) | TIOCREMOTE = 0x8004a769 constant TIOCMGET (line 414) | TIOCMGET = 0x4004a76a constant TIOCMSET (line 415) | TIOCMSET = 0x8004a76d constant TIOCMBIC (line 416) | TIOCMBIC = 0x8004a76b constant TIOCMBIS (line 417) | TIOCMBIS = 0x8004a76c constant VINTR (line 418) | VINTR = 0 constant VQUIT (line 419) | VQUIT = 1 constant VERASE (line 420) | VERASE = 2 constant VKILL (line 421) | VKILL = 3 constant VEOF (line 422) | VEOF = 4 constant VEOL (line 423) | VEOL = 5 constant VMIN (line 424) | VMIN = 6 constant VSTART (line 425) | VSTART = 7 constant VSTOP (line 426) | VSTOP = 8 constant VSUSP (line 427) | VSUSP = 9 constant VTIME (line 428) | VTIME = 10 constant WCONTINUED (line 429) | WCONTINUED = 0x4 constant WNOHANG (line 430) | WNOHANG = 0x1 constant WUNTRACED (line 431) | WUNTRACED = 0x2 constant _BPX_SWAP (line 432) | _BPX_SWAP = 1 constant _BPX_NONSWAP (line 433) | _BPX_NONSWAP = 2 constant MCL_CURRENT (line 434) | MCL_CURRENT = 1 constant MCL_FUTURE (line 435) | MCL_FUTURE = 2 constant MCL_ONFAULT (line 436) | MCL_ONFAULT = 3 constant MADV_NORMAL (line 437) | MADV_NORMAL = 0 constant MADV_RANDOM (line 438) | MADV_RANDOM = 1 constant MADV_SEQUENTIAL (line 439) | MADV_SEQUENTIAL = 2 constant MADV_WILLNEED (line 440) | MADV_WILLNEED = 3 constant MADV_REMOVE (line 441) | MADV_REMOVE = 4 constant MADV_DONTFORK (line 442) | MADV_DONTFORK = 5 constant MADV_DOFORK (line 443) | MADV_DOFORK = 6 constant MADV_HWPOISON (line 444) | MADV_HWPOISON = 7 constant MADV_MERGEABLE (line 445) | MADV_MERGEABLE = 8 constant MADV_UNMERGEABLE (line 446) | MADV_UNMERGEABLE = 9 constant MADV_SOFT_OFFLINE (line 447) | MADV_SOFT_OFFLINE = 10 constant MADV_HUGEPAGE (line 448) | MADV_HUGEPAGE = 11 constant MADV_NOHUGEPAGE (line 449) | MADV_NOHUGEPAGE = 12 constant MADV_DONTDUMP (line 450) | MADV_DONTDUMP = 13 constant MADV_DODUMP (line 451) | MADV_DODUMP = 14 constant MADV_FREE (line 452) | MADV_FREE = 15 constant MADV_WIPEONFORK (line 453) | MADV_WIPEONFORK = 16 constant MADV_KEEPONFORK (line 454) | MADV_KEEPONFORK = 17 constant AT_SYMLINK_NOFOLLOW (line 455) | AT_SYMLINK_NOFOLLOW = 1 constant AT_FDCWD (line 456) | AT_FDCWD = 2 constant EDOM (line 460) | EDOM = Errno(1) constant ERANGE (line 461) | ERANGE = Errno(2) constant EACCES (line 462) | EACCES = Errno(111) constant EAGAIN (line 463) | EAGAIN = Errno(112) constant EBADF (line 464) | EBADF = Errno(113) constant EBUSY (line 465) | EBUSY = Errno(114) constant ECHILD (line 466) | ECHILD = Errno(115) constant EDEADLK (line 467) | EDEADLK = Errno(116) constant EEXIST (line 468) | EEXIST = Errno(117) constant EFAULT (line 469) | EFAULT = Errno(118) constant EFBIG (line 470) | EFBIG = Errno(119) constant EINTR (line 471) | EINTR = Errno(120) constant EINVAL (line 472) | EINVAL = Errno(121) constant EIO (line 473) | EIO = Errno(122) constant EISDIR (line 474) | EISDIR = Errno(123) constant EMFILE (line 475) | EMFILE = Errno(124) constant EMLINK (line 476) | EMLINK = Errno(125) constant ENAMETOOLONG (line 477) | ENAMETOOLONG = Errno(126) constant ENFILE (line 478) | ENFILE = Errno(127) constant ENODEV (line 479) | ENODEV = Errno(128) constant ENOENT (line 480) | ENOENT = Errno(129) constant ENOEXEC (line 481) | ENOEXEC = Errno(130) constant ENOLCK (line 482) | ENOLCK = Errno(131) constant ENOMEM (line 483) | ENOMEM = Errno(132) constant ENOSPC (line 484) | ENOSPC = Errno(133) constant ENOSYS (line 485) | ENOSYS = Errno(134) constant ENOTDIR (line 486) | ENOTDIR = Errno(135) constant ENOTEMPTY (line 487) | ENOTEMPTY = Errno(136) constant ENOTTY (line 488) | ENOTTY = Errno(137) constant ENXIO (line 489) | ENXIO = Errno(138) constant EPERM (line 490) | EPERM = Errno(139) constant EPIPE (line 491) | EPIPE = Errno(140) constant EROFS (line 492) | EROFS = Errno(141) constant ESPIPE (line 493) | ESPIPE = Errno(142) constant ESRCH (line 494) | ESRCH = Errno(143) constant EXDEV (line 495) | EXDEV = Errno(144) constant E2BIG (line 496) | E2BIG = Errno(145) constant ELOOP (line 497) | ELOOP = Errno(146) constant EILSEQ (line 498) | EILSEQ = Errno(147) constant ENODATA (line 499) | ENODATA = Errno(148) constant EOVERFLOW (line 500) | EOVERFLOW = Errno(149) constant EMVSNOTUP (line 501) | EMVSNOTUP = Errno(150) constant ECMSSTORAGE (line 502) | ECMSSTORAGE = Errno(151) constant EMVSDYNALC (line 503) | EMVSDYNALC = Errno(151) constant EMVSCVAF (line 504) | EMVSCVAF = Errno(152) constant EMVSCATLG (line 505) | EMVSCATLG = Errno(153) constant ECMSINITIAL (line 506) | ECMSINITIAL = Errno(156) constant EMVSINITIAL (line 507) | EMVSINITIAL = Errno(156) constant ECMSERR (line 508) | ECMSERR = Errno(157) constant EMVSERR (line 509) | EMVSERR = Errno(157) constant EMVSPARM (line 510) | EMVSPARM = Errno(158) constant ECMSPFSFILE (line 511) | ECMSPFSFILE = Errno(159) constant EMVSPFSFILE (line 512) | EMVSPFSFILE = Errno(159) constant EMVSBADCHAR (line 513) | EMVSBADCHAR = Errno(160) constant ECMSPFSPERM (line 514) | ECMSPFSPERM = Errno(162) constant EMVSPFSPERM (line 515) | EMVSPFSPERM = Errno(162) constant EMVSSAFEXTRERR (line 516) | EMVSSAFEXTRERR = Errno(163) constant EMVSSAF2ERR (line 517) | EMVSSAF2ERR = Errno(164) constant EMVSTODNOTSET (line 518) | EMVSTODNOTSET = Errno(165) constant EMVSPATHOPTS (line 519) | EMVSPATHOPTS = Errno(166) constant EMVSNORTL (line 520) | EMVSNORTL = Errno(167) constant EMVSEXPIRE (line 521) | EMVSEXPIRE = Errno(168) constant EMVSPASSWORD (line 522) | EMVSPASSWORD = Errno(169) constant EMVSWLMERROR (line 523) | EMVSWLMERROR = Errno(170) constant EMVSCPLERROR (line 524) | EMVSCPLERROR = Errno(171) constant EMVSARMERROR (line 525) | EMVSARMERROR = Errno(172) constant ELENOFORK (line 526) | ELENOFORK = Errno(200) constant ELEMSGERR (line 527) | ELEMSGERR = Errno(201) constant EFPMASKINV (line 528) | EFPMASKINV = Errno(202) constant EFPMODEINV (line 529) | EFPMODEINV = Errno(203) constant EBUFLEN (line 530) | EBUFLEN = Errno(227) constant EEXTLINK (line 531) | EEXTLINK = Errno(228) constant ENODD (line 532) | ENODD = Errno(229) constant ECMSESMERR (line 533) | ECMSESMERR = Errno(230) constant ECPERR (line 534) | ECPERR = Errno(231) constant ELEMULTITHREAD (line 535) | ELEMULTITHREAD = Errno(232) constant ELEFENCE (line 536) | ELEFENCE = Errno(244) constant EBADDATA (line 537) | EBADDATA = Errno(245) constant EUNKNOWN (line 538) | EUNKNOWN = Errno(246) constant ENOTSUP (line 539) | ENOTSUP = Errno(247) constant EBADNAME (line 540) | EBADNAME = Errno(248) constant ENOTSAFE (line 541) | ENOTSAFE = Errno(249) constant ELEMULTITHREADFORK (line 542) | ELEMULTITHREADFORK = Errno(257) constant ECUNNOENV (line 543) | ECUNNOENV = Errno(258) constant ECUNNOCONV (line 544) | ECUNNOCONV = Errno(259) constant ECUNNOTALIGNED (line 545) | ECUNNOTALIGNED = Errno(260) constant ECUNERR (line 546) | ECUNERR = Errno(262) constant EIBMBADCALL (line 547) | EIBMBADCALL = Errno(1000) constant EIBMBADPARM (line 548) | EIBMBADPARM = Errno(1001) constant EIBMSOCKOUTOFRANGE (line 549) | EIBMSOCKOUTOFRANGE = Errno(1002) constant EIBMSOCKINUSE (line 550) | EIBMSOCKINUSE = Errno(1003) constant EIBMIUCVERR (line 551) | EIBMIUCVERR = Errno(1004) constant EOFFLOADboxERROR (line 552) | EOFFLOADboxERROR = Errno(1005) constant EOFFLOADboxRESTART (line 553) | EOFFLOADboxRESTART = Errno(1006) constant EOFFLOADboxDOWN (line 554) | EOFFLOADboxDOWN = Errno(1007) constant EIBMCONFLICT (line 555) | EIBMCONFLICT = Errno(1008) constant EIBMCANCELLED (line 556) | EIBMCANCELLED = Errno(1009) constant EIBMBADTCPNAME (line 557) | EIBMBADTCPNAME = Errno(1011) constant ENOTBLK (line 558) | ENOTBLK = Errno(1100) constant ETXTBSY (line 559) | ETXTBSY = Errno(1101) constant EWOULDBLOCK (line 560) | EWOULDBLOCK = Errno(1102) constant EINPROGRESS (line 561) | EINPROGRESS = Errno(1103) constant EALREADY (line 562) | EALREADY = Errno(1104) constant ENOTSOCK (line 563) | ENOTSOCK = Errno(1105) constant EDESTADDRREQ (line 564) | EDESTADDRREQ = Errno(1106) constant EMSGSIZE (line 565) | EMSGSIZE = Errno(1107) constant EPROTOTYPE (line 566) | EPROTOTYPE = Errno(1108) constant ENOPROTOOPT (line 567) | ENOPROTOOPT = Errno(1109) constant EPROTONOSUPPORT (line 568) | EPROTONOSUPPORT = Errno(1110) constant ESOCKTNOSUPPORT (line 569) | ESOCKTNOSUPPORT = Errno(1111) constant EOPNOTSUPP (line 570) | EOPNOTSUPP = Errno(1112) constant EPFNOSUPPORT (line 571) | EPFNOSUPPORT = Errno(1113) constant EAFNOSUPPORT (line 572) | EAFNOSUPPORT = Errno(1114) constant EADDRINUSE (line 573) | EADDRINUSE = Errno(1115) constant EADDRNOTAVAIL (line 574) | EADDRNOTAVAIL = Errno(1116) constant ENETDOWN (line 575) | ENETDOWN = Errno(1117) constant ENETUNREACH (line 576) | ENETUNREACH = Errno(1118) constant ENETRESET (line 577) | ENETRESET = Errno(1119) constant ECONNABORTED (line 578) | ECONNABORTED = Errno(1120) constant ECONNRESET (line 579) | ECONNRESET = Errno(1121) constant ENOBUFS (line 580) | ENOBUFS = Errno(1122) constant EISCONN (line 581) | EISCONN = Errno(1123) constant ENOTCONN (line 582) | ENOTCONN = Errno(1124) constant ESHUTDOWN (line 583) | ESHUTDOWN = Errno(1125) constant ETOOMANYREFS (line 584) | ETOOMANYREFS = Errno(1126) constant ETIMEDOUT (line 585) | ETIMEDOUT = Errno(1127) constant ECONNREFUSED (line 586) | ECONNREFUSED = Errno(1128) constant EHOSTDOWN (line 587) | EHOSTDOWN = Errno(1129) constant EHOSTUNREACH (line 588) | EHOSTUNREACH = Errno(1130) constant EPROCLIM (line 589) | EPROCLIM = Errno(1131) constant EUSERS (line 590) | EUSERS = Errno(1132) constant EDQUOT (line 591) | EDQUOT = Errno(1133) constant ESTALE (line 592) | ESTALE = Errno(1134) constant EREMOTE (line 593) | EREMOTE = Errno(1135) constant ENOSTR (line 594) | ENOSTR = Errno(1136) constant ETIME (line 595) | ETIME = Errno(1137) constant ENOSR (line 596) | ENOSR = Errno(1138) constant ENOMSG (line 597) | ENOMSG = Errno(1139) constant EBADMSG (line 598) | EBADMSG = Errno(1140) constant EIDRM (line 599) | EIDRM = Errno(1141) constant ENONET (line 600) | ENONET = Errno(1142) constant ERREMOTE (line 601) | ERREMOTE = Errno(1143) constant ENOLINK (line 602) | ENOLINK = Errno(1144) constant EADV (line 603) | EADV = Errno(1145) constant ESRMNT (line 604) | ESRMNT = Errno(1146) constant ECOMM (line 605) | ECOMM = Errno(1147) constant EPROTO (line 606) | EPROTO = Errno(1148) constant EMULTIHOP (line 607) | EMULTIHOP = Errno(1149) constant EDOTDOT (line 608) | EDOTDOT = Errno(1150) constant EREMCHG (line 609) | EREMCHG = Errno(1151) constant ECANCELED (line 610) | ECANCELED = Errno(1152) constant EINTRNODATA (line 611) | EINTRNODATA = Errno(1159) constant ENOREUSE (line 612) | ENOREUSE = Errno(1160) constant ENOMOVE (line 613) | ENOMOVE = Errno(1161) constant SIGHUP (line 618) | SIGHUP = Signal(1) constant SIGINT (line 619) | SIGINT = Signal(2) constant SIGABRT (line 620) | SIGABRT = Signal(3) constant SIGILL (line 621) | SIGILL = Signal(4) constant SIGPOLL (line 622) | SIGPOLL = Signal(5) constant SIGURG (line 623) | SIGURG = Signal(6) constant SIGSTOP (line 624) | SIGSTOP = Signal(7) constant SIGFPE (line 625) | SIGFPE = Signal(8) constant SIGKILL (line 626) | SIGKILL = Signal(9) constant SIGBUS (line 627) | SIGBUS = Signal(10) constant SIGSEGV (line 628) | SIGSEGV = Signal(11) constant SIGSYS (line 629) | SIGSYS = Signal(12) constant SIGPIPE (line 630) | SIGPIPE = Signal(13) constant SIGALRM (line 631) | SIGALRM = Signal(14) constant SIGTERM (line 632) | SIGTERM = Signal(15) constant SIGUSR1 (line 633) | SIGUSR1 = Signal(16) constant SIGUSR2 (line 634) | SIGUSR2 = Signal(17) constant SIGABND (line 635) | SIGABND = Signal(18) constant SIGCONT (line 636) | SIGCONT = Signal(19) constant SIGCHLD (line 637) | SIGCHLD = Signal(20) constant SIGTTIN (line 638) | SIGTTIN = Signal(21) constant SIGTTOU (line 639) | SIGTTOU = Signal(22) constant SIGIO (line 640) | SIGIO = Signal(23) constant SIGQUIT (line 641) | SIGQUIT = Signal(24) constant SIGTSTP (line 642) | SIGTSTP = Signal(25) constant SIGTRAP (line 643) | SIGTRAP = Signal(26) constant SIGIOERR (line 644) | SIGIOERR = Signal(27) constant SIGWINCH (line 645) | SIGWINCH = Signal(28) constant SIGXCPU (line 646) | SIGXCPU = Signal(29) constant SIGXFSZ (line 647) | SIGXFSZ = Signal(30) constant SIGVTALRM (line 648) | SIGVTALRM = Signal(31) constant SIGPROF (line 649) | SIGPROF = Signal(32) constant SIGDANGER (line 650) | SIGDANGER = Signal(33) constant SIGTHSTOP (line 651) | SIGTHSTOP = Signal(34) constant SIGTHCONT (line 652) | SIGTHCONT = Signal(35) constant SIGTRACE (line 653) | SIGTRACE = Signal(37) constant SIGDCE (line 654) | SIGDCE = Signal(38) constant SIGDUMP (line 655) | SIGDUMP = Signal(39) FILE: vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go type PtraceRegsArm (line 10) | type PtraceRegsArm struct function PtraceGetRegsArm (line 15) | func PtraceGetRegsArm(pid int, regsout *PtraceRegsArm) error { function PtraceSetRegsArm (line 20) | func PtraceSetRegsArm(pid int, regs *PtraceRegsArm) error { type PtraceRegsArm64 (line 25) | type PtraceRegsArm64 struct function PtraceGetRegsArm64 (line 33) | func PtraceGetRegsArm64(pid int, regsout *PtraceRegsArm64) error { function PtraceSetRegsArm64 (line 38) | 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 10) | type PtraceRegsMips struct function PtraceGetRegsMips (line 21) | func PtraceGetRegsMips(pid int, regsout *PtraceRegsMips) error { function PtraceSetRegsMips (line 26) | func PtraceSetRegsMips(pid int, regs *PtraceRegsMips) error { type PtraceRegsMips64 (line 31) | type PtraceRegsMips64 struct function PtraceGetRegsMips64 (line 42) | func PtraceGetRegsMips64(pid int, regsout *PtraceRegsMips64) error { function PtraceSetRegsMips64 (line 47) | func PtraceSetRegsMips64(pid int, regs *PtraceRegsMips64) error { FILE: vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go type PtraceRegsMipsle (line 10) | type PtraceRegsMipsle struct function PtraceGetRegsMipsle (line 21) | func PtraceGetRegsMipsle(pid int, regsout *PtraceRegsMipsle) error { function PtraceSetRegsMipsle (line 26) | func PtraceSetRegsMipsle(pid int, regs *PtraceRegsMipsle) error { type PtraceRegsMips64le (line 31) | type PtraceRegsMips64le struct function PtraceGetRegsMips64le (line 42) | func PtraceGetRegsMips64le(pid int, regsout *PtraceRegsMips64le) error { function PtraceSetRegsMips64le (line 47) | func PtraceSetRegsMips64le(pid int, regs *PtraceRegsMips64le) error { FILE: vendor/golang.org/x/sys/unix/zptrace_x86_linux.go type PtraceRegs386 (line 10) | type PtraceRegs386 struct function PtraceGetRegs386 (line 31) | func PtraceGetRegs386(pid int, regsout *PtraceRegs386) error { function PtraceSetRegs386 (line 36) | func PtraceSetRegs386(pid int, regs *PtraceRegs386) error { type PtraceRegsAmd64 (line 41) | type PtraceRegsAmd64 struct function PtraceGetRegsAmd64 (line 72) | func PtraceGetRegsAmd64(pid int, regsout *PtraceRegsAmd64) error { function PtraceSetRegsAmd64 (line 77) | func PtraceSetRegsAmd64(pid int, regs *PtraceRegsAmd64) error { FILE: vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go function utimes (line 137) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 148) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 159) | func getcwd(buf []byte) (err error) { function accept (line 175) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 186) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 203) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 214) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 224) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function FcntlInt (line 234) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 245) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 255) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 266) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 276) | func Acct(path string) (err error) { function Chdir (line 287) | func Chdir(path string) (err error) { function Chroot (line 298) | func Chroot(path string) (err error) { function Close (line 309) | func Close(fd int) (err error) { function Dup (line 319) | func Dup(oldfd int) (fd int, err error) { function Exit (line 330) | func Exit(code int) { function Faccessat (line 337) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 348) | func Fchdir(fd int) (err error) { function Fchmod (line 358) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 368) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 379) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 390) | func Fdatasync(fd int) (err error) { function Getpgid (line 400) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 411) | func Getpgrp() (pid int) { function Getpid (line 419) | func Getpid() (pid int) { function Getppid (line 427) | func Getppid() (ppid int) { function Getpriority (line 435) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 446) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 456) | func Getsid(pid int) (sid int, err error) { function Kill (line 467) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 477) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 494) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 505) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 516) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 527) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 538) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 549) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 559) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 571) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 583) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 600) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 618) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 630) | func Setdomainname(p []byte) (err error) { function Sethostname (line 646) | func Sethostname(p []byte) (err error) { function Setpgid (line 662) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 672) | func Setsid() (pid int, err error) { function Settimeofday (line 683) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 693) | func Setuid(uid int) (err error) { function Setgid (line 703) | func Setgid(uid int) (err error) { function Setpriority (line 713) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 723) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 734) | func Sync() { function Times (line 741) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 752) | func Umask(mask int) (oldmask int) { function Uname (line 760) | func Uname(buf *Utsname) (err error) { function Unlink (line 770) | func Unlink(path string) (err error) { function Unlinkat (line 781) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 792) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 802) | func write(fd int, p []byte) (n int, err error) { function Dup2 (line 819) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 829) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 839) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 849) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 859) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 870) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 880) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 890) | func Getegid() (egid int) { function Geteuid (line 898) | func Geteuid() (euid int) { function Getgid (line 906) | func Getgid() (gid int) { function Getuid (line 914) | func Getuid() (uid int) { function Lchown (line 922) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 933) | func Listen(s int, n int) (err error) { function lstat (line 943) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 954) | func Pause() (err error) { function pread (line 964) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 981) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 998) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 1009) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 1020) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1030) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 1040) | func Shutdown(fd int, how int) (err error) { function Splice (line 1050) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1061) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1072) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1083) | func Truncate(path string, length int64) (err error) { function bind (line 1094) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1104) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1114) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1125) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1135) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1145) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1155) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1166) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1176) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1186) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1196) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1213) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1229) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1240) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1251) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1261) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1277) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1293) | func Mlock(b []byte) (err error) { function Mlockall (line 1309) | func Mlockall(flags int) (err error) { function Msync (line 1319) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1335) | func Munlock(b []byte) (err error) { function Munlockall (line 1351) | func Munlockall() (err error) { function pipe (line 1361) | func pipe(p *[2]_C_int) (err error) { function poll (line 1371) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1382) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1392) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1403) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1414) | func Getsystemcfg(label int) (n uint64) { function umount (line 1422) | func umount(target string) (err error) { function Getrlimit (line 1433) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1443) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1454) | 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 14) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 29) | func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (er... function getcwd (line 44) | func getcwd(buf []byte) (err error) { function accept (line 58) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function getdirent (line 69) | func getdirent(fd int, buf []byte) (n int, err error) { function wait4 (line 84) | func wait4(pid Pid_t, status *_C_int, options int, rusage *Rusage) (wpid... function ioctl (line 95) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 105) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function FcntlInt (line 115) | func FcntlInt(fd uintptr, cmd int, arg int) (r int, err error) { function FcntlFlock (line 126) | func FcntlFlock(fd uintptr, cmd int, lk *Flock_t) (err error) { function fcntl (line 136) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function fsyncRange (line 147) | func fsyncRange(fd int, how int, start int64, length int64) (err error) { function Acct (line 157) | func Acct(path string) (err error) { function Chdir (line 172) | func Chdir(path string) (err error) { function Chroot (line 187) | func Chroot(path string) (err error) { function Close (line 202) | func Close(fd int) (err error) { function Dup (line 212) | func Dup(oldfd int) (fd int, err error) { function Exit (line 223) | func Exit(code int) { function Faccessat (line 230) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 245) | func Fchdir(fd int) (err error) { function Fchmod (line 255) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 265) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchownat (line 280) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 295) | func Fdatasync(fd int) (err error) { function Getpgid (line 305) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 316) | func Getpgrp() (pid int) { function Getpid (line 324) | func Getpid() (pid int) { function Getppid (line 332) | func Getppid() (ppid int) { function Getpriority (line 340) | func Getpriority(which int, who int) (prio int, err error) { function Getrusage (line 351) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 361) | func Getsid(pid int) (sid int, err error) { function Kill (line 372) | func Kill(pid int, sig Signal) (err error) { function Klogctl (line 382) | func Klogctl(typ int, buf []byte) (n int, err error) { function Mkdir (line 397) | func Mkdir(dirfd int, path string, mode uint32) (err error) { function Mkdirat (line 412) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 427) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 442) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 457) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 472) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 482) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 498) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function read (line 514) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 529) | func Readlink(path string, buf []byte) (n int, err error) { function Renameat (line 549) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Setdomainname (line 569) | func Setdomainname(p []byte) (err error) { function Sethostname (line 583) | func Sethostname(p []byte) (err error) { function Setpgid (line 597) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 607) | func Setsid() (pid int, err error) { function Settimeofday (line 618) | func Settimeofday(tv *Timeval) (err error) { function Setuid (line 628) | func Setuid(uid int) (err error) { function Setgid (line 638) | func Setgid(uid int) (err error) { function Setpriority (line 648) | func Setpriority(which int, who int, prio int) (err error) { function Statx (line 658) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 673) | func Sync() { function Times (line 680) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 691) | func Umask(mask int) (oldmask int) { function Uname (line 699) | func Uname(buf *Utsname) (err error) { function Unlink (line 709) | func Unlink(path string) (err error) { function Unlinkat (line 724) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 739) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function write (line 749) | func write(fd int, p []byte) (n int, err error) { function Dup2 (line 764) | func Dup2(oldfd int, newfd int) (err error) { function Fadvise (line 774) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 784) | func Fchown(fd int, uid int, gid int) (err error) { function fstat (line 794) | func fstat(fd int, stat *Stat_t) (err error) { function fstatat (line 804) | func fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 819) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 829) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 839) | func Getegid() (egid int) { function Geteuid (line 847) | func Geteuid() (euid int) { function Getgid (line 855) | func Getgid() (gid int) { function Getuid (line 863) | func Getuid() (uid int) { function Lchown (line 871) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 886) | func Listen(s int, n int) (err error) { function lstat (line 896) | func lstat(path string, stat *Stat_t) (err error) { function Pause (line 911) | func Pause() (err error) { function pread (line 921) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 936) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Select (line 951) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Pselect (line 962) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function Setregid (line 973) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 983) | func Setreuid(ruid int, euid int) (err error) { function Shutdown (line 993) | func Shutdown(fd int, how int) (err error) { function Splice (line 1003) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function stat (line 1014) | func stat(path string, statptr *Stat_t) (err error) { function Statfs (line 1029) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 1044) | func Truncate(path string, length int64) (err error) { function bind (line 1059) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1069) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 1079) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 1090) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 1100) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 1110) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 1120) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1131) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 1141) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 1151) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 1161) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 1176) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 1190) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 1201) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function munmap (line 1212) | func munmap(addr uintptr, length uintptr) (err error) { function Madvise (line 1222) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1236) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1250) | func Mlock(b []byte) (err error) { function Mlockall (line 1264) | func Mlockall(flags int) (err error) { function Msync (line 1274) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1288) | func Munlock(b []byte) (err error) { function Munlockall (line 1302) | func Munlockall() (err error) { function pipe (line 1312) | func pipe(p *[2]_C_int) (err error) { function poll (line 1322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function gettimeofday (line 1333) | func gettimeofday(tv *Timeval, tzp *Timezone) (err error) { function Time (line 1343) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 1354) | func Utime(path string, buf *Utimbuf) (err error) { function Getsystemcfg (line 1369) | func Getsystemcfg(label int) (n uint64) { function umount (line 1377) | func umount(target string) (err error) { function Getrlimit (line 1392) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Seek (line 1402) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function mmap (line 1413) | 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 246) | type syscallFunc function rawSyscall6 (line 368) | func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 ui... function syscall6 (line 369) | func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintp... function callutimes (line 373) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 380) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 387) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 394) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 401) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 408) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 415) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 422) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 429) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 436) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 443) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 450) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 457) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 464) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 471) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 478) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 485) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 492) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 499) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 506) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 513) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 520) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 527) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 534) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 541) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 548) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 555) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 562) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 569) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 576) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 583) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 590) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 597) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 604) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 611) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 618) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 625) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 632) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 639) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 646) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 653) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 660) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 667) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 674) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 681) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 688) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 695) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 702) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 709) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 716) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 723) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 730) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 737) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 744) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 751) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 758) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 765) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 772) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 779) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 786) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 793) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 800) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 807) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 814) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 821) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 828) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 835) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 842) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 849) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 856) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 863) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 870) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 877) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 884) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 891) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 898) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 905) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 912) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 919) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 926) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 933) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 940) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 947) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 954) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 961) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 968) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 975) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 982) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 989) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 996) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 1003) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 1010) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 1017) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 1024) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 1031) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 1038) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 1045) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 1052) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 1059) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 1066) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 1073) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 1080) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 1087) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 1094) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 1101) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 1108) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 1115) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 1122) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1129) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1136) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1143) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1150) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1157) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1164) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1171) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1178) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1185) | 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 137) | func callutimes(_p0 uintptr, times uintptr) (r1 uintptr, e1 Errno) { function callutimensat (line 145) | func callutimensat(dirfd int, _p0 uintptr, times uintptr, flag int) (r1 ... function callgetcwd (line 153) | func callgetcwd(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callaccept (line 161) | func callaccept(s int, rsa uintptr, addrlen uintptr) (r1 uintptr, e1 Err... function callgetdirent (line 169) | func callgetdirent(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errn... function callwait4 (line 177) | func callwait4(pid int, status uintptr, options int, rusage uintptr) (r1... function callioctl (line 185) | func callioctl(fd int, req int, arg uintptr) (r1 uintptr, e1 Errno) { function callioctl_ptr (line 193) | func callioctl_ptr(fd int, req int, arg unsafe.Pointer) (r1 uintptr, e1 ... function callfcntl (line 201) | func callfcntl(fd uintptr, cmd int, arg uintptr) (r1 uintptr, e1 Errno) { function callfsync_range (line 209) | func callfsync_range(fd int, how int, start int64, length int64) (r1 uin... function callacct (line 217) | func callacct(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchdir (line 225) | func callchdir(_p0 uintptr) (r1 uintptr, e1 Errno) { function callchroot (line 233) | func callchroot(_p0 uintptr) (r1 uintptr, e1 Errno) { function callclose (line 241) | func callclose(fd int) (r1 uintptr, e1 Errno) { function calldup (line 249) | func calldup(oldfd int) (r1 uintptr, e1 Errno) { function callexit (line 257) | func callexit(code int) (r1 uintptr, e1 Errno) { function callfaccessat (line 265) | func callfaccessat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 u... function callfchdir (line 273) | func callfchdir(fd int) (r1 uintptr, e1 Errno) { function callfchmod (line 281) | func callfchmod(fd int, mode uint32) (r1 uintptr, e1 Errno) { function callfchmodat (line 289) | func callfchmodat(dirfd int, _p0 uintptr, mode uint32, flags int) (r1 ui... function callfchownat (line 297) | func callfchownat(dirfd int, _p0 uintptr, uid int, gid int, flags int) (... function callfdatasync (line 305) | func callfdatasync(fd int) (r1 uintptr, e1 Errno) { function callgetpgid (line 313) | func callgetpgid(pid int) (r1 uintptr, e1 Errno) { function callgetpgrp (line 321) | func callgetpgrp() (r1 uintptr, e1 Errno) { function callgetpid (line 329) | func callgetpid() (r1 uintptr, e1 Errno) { function callgetppid (line 337) | func callgetppid() (r1 uintptr, e1 Errno) { function callgetpriority (line 345) | func callgetpriority(which int, who int) (r1 uintptr, e1 Errno) { function callgetrusage (line 353) | func callgetrusage(who int, rusage uintptr) (r1 uintptr, e1 Errno) { function callgetsid (line 361) | func callgetsid(pid int) (r1 uintptr, e1 Errno) { function callkill (line 369) | func callkill(pid int, sig int) (r1 uintptr, e1 Errno) { function callsyslog (line 377) | func callsyslog(typ int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmkdir (line 385) | func callmkdir(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Errn... function callmkdirat (line 393) | func callmkdirat(dirfd int, _p0 uintptr, mode uint32) (r1 uintptr, e1 Er... function callmkfifo (line 401) | func callmkfifo(_p0 uintptr, mode uint32) (r1 uintptr, e1 Errno) { function callmknod (line 409) | func callmknod(_p0 uintptr, mode uint32, dev int) (r1 uintptr, e1 Errno) { function callmknodat (line 417) | func callmknodat(dirfd int, _p0 uintptr, mode uint32, dev int) (r1 uintp... function callnanosleep (line 425) | func callnanosleep(time uintptr, leftover uintptr) (r1 uintptr, e1 Errno) { function callopen64 (line 433) | func callopen64(_p0 uintptr, mode int, perm uint32) (r1 uintptr, e1 Errn... function callopenat (line 441) | func callopenat(dirfd int, _p0 uintptr, flags int, mode uint32) (r1 uint... function callread (line 449) | func callread(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callreadlink (line 457) | func callreadlink(_p0 uintptr, _p1 uintptr, _lenp1 int) (r1 uintptr, e1 ... function callrenameat (line 465) | func callrenameat(olddirfd int, _p0 uintptr, newdirfd int, _p1 uintptr) ... function callsetdomainname (line 473) | func callsetdomainname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsethostname (line 481) | func callsethostname(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callsetpgid (line 489) | func callsetpgid(pid int, pgid int) (r1 uintptr, e1 Errno) { function callsetsid (line 497) | func callsetsid() (r1 uintptr, e1 Errno) { function callsettimeofday (line 505) | func callsettimeofday(tv uintptr) (r1 uintptr, e1 Errno) { function callsetuid (line 513) | func callsetuid(uid int) (r1 uintptr, e1 Errno) { function callsetgid (line 521) | func callsetgid(uid int) (r1 uintptr, e1 Errno) { function callsetpriority (line 529) | func callsetpriority(which int, who int, prio int) (r1 uintptr, e1 Errno) { function callstatx (line 537) | func callstatx(dirfd int, _p0 uintptr, flags int, mask int, stat uintptr... function callsync (line 545) | func callsync() (r1 uintptr, e1 Errno) { function calltimes (line 553) | func calltimes(tms uintptr) (r1 uintptr, e1 Errno) { function callumask (line 561) | func callumask(mask int) (r1 uintptr, e1 Errno) { function calluname (line 569) | func calluname(buf uintptr) (r1 uintptr, e1 Errno) { function callunlink (line 577) | func callunlink(_p0 uintptr) (r1 uintptr, e1 Errno) { function callunlinkat (line 585) | func callunlinkat(dirfd int, _p0 uintptr, flags int) (r1 uintptr, e1 Err... function callustat (line 593) | func callustat(dev int, ubuf uintptr) (r1 uintptr, e1 Errno) { function callwrite (line 601) | func callwrite(fd int, _p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function calldup2 (line 609) | func calldup2(oldfd int, newfd int) (r1 uintptr, e1 Errno) { function callposix_fadvise64 (line 617) | func callposix_fadvise64(fd int, offset int64, length int64, advice int)... function callfchown (line 625) | func callfchown(fd int, uid int, gid int) (r1 uintptr, e1 Errno) { function callfstat (line 633) | func callfstat(fd int, stat uintptr) (r1 uintptr, e1 Errno) { function callfstatat (line 641) | func callfstatat(dirfd int, _p0 uintptr, stat uintptr, flags int) (r1 ui... function callfstatfs (line 649) | func callfstatfs(fd int, buf uintptr) (r1 uintptr, e1 Errno) { function callftruncate (line 657) | func callftruncate(fd int, length int64) (r1 uintptr, e1 Errno) { function callgetegid (line 665) | func callgetegid() (r1 uintptr, e1 Errno) { function callgeteuid (line 673) | func callgeteuid() (r1 uintptr, e1 Errno) { function callgetgid (line 681) | func callgetgid() (r1 uintptr, e1 Errno) { function callgetuid (line 689) | func callgetuid() (r1 uintptr, e1 Errno) { function calllchown (line 697) | func calllchown(_p0 uintptr, uid int, gid int) (r1 uintptr, e1 Errno) { function calllisten (line 705) | func calllisten(s int, n int) (r1 uintptr, e1 Errno) { function calllstat (line 713) | func calllstat(_p0 uintptr, stat uintptr) (r1 uintptr, e1 Errno) { function callpause (line 721) | func callpause() (r1 uintptr, e1 Errno) { function callpread64 (line 729) | func callpread64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uint... function callpwrite64 (line 737) | func callpwrite64(fd int, _p0 uintptr, _lenp0 int, offset int64) (r1 uin... function callselect (line 745) | func callselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintpt... function callpselect (line 753) | func callpselect(nfd int, r uintptr, w uintptr, e uintptr, timeout uintp... function callsetregid (line 761) | func callsetregid(rgid int, egid int) (r1 uintptr, e1 Errno) { function callsetreuid (line 769) | func callsetreuid(ruid int, euid int) (r1 uintptr, e1 Errno) { function callshutdown (line 777) | func callshutdown(fd int, how int) (r1 uintptr, e1 Errno) { function callsplice (line 785) | func callsplice(rfd int, roff uintptr, wfd int, woff uintptr, len int, f... function callstat (line 793) | func callstat(_p0 uintptr, statptr uintptr) (r1 uintptr, e1 Errno) { function callstatfs (line 801) | func callstatfs(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function calltruncate (line 809) | func calltruncate(_p0 uintptr, length int64) (r1 uintptr, e1 Errno) { function callbind (line 817) | func callbind(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 Errn... function callconnect (line 825) | func callconnect(s int, addr uintptr, addrlen uintptr) (r1 uintptr, e1 E... function callgetgroups (line 833) | func callgetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callsetgroups (line 841) | func callsetgroups(n int, list uintptr) (r1 uintptr, e1 Errno) { function callgetsockopt (line 849) | func callgetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsetsockopt (line 857) | func callsetsockopt(s int, level int, name int, val uintptr, vallen uint... function callsocket (line 865) | func callsocket(domain int, typ int, proto int) (r1 uintptr, e1 Errno) { function callsocketpair (line 873) | func callsocketpair(domain int, typ int, proto int, fd uintptr) (r1 uint... function callgetpeername (line 881) | func callgetpeername(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callgetsockname (line 889) | func callgetsockname(fd int, rsa uintptr, addrlen uintptr) (r1 uintptr, ... function callrecvfrom (line 897) | func callrecvfrom(fd int, _p0 uintptr, _lenp0 int, flags int, from uintp... function callsendto (line 905) | func callsendto(s int, _p0 uintptr, _lenp0 int, flags int, to uintptr, a... function callnrecvmsg (line 913) | func callnrecvmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callnsendmsg (line 921) | func callnsendmsg(s int, msg uintptr, flags int) (r1 uintptr, e1 Errno) { function callmunmap (line 929) | func callmunmap(addr uintptr, length uintptr) (r1 uintptr, e1 Errno) { function callmadvise (line 937) | func callmadvise(_p0 uintptr, _lenp0 int, advice int) (r1 uintptr, e1 Er... function callmprotect (line 945) | func callmprotect(_p0 uintptr, _lenp0 int, prot int) (r1 uintptr, e1 Err... function callmlock (line 953) | func callmlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmlockall (line 961) | func callmlockall(flags int) (r1 uintptr, e1 Errno) { function callmsync (line 969) | func callmsync(_p0 uintptr, _lenp0 int, flags int) (r1 uintptr, e1 Errno) { function callmunlock (line 977) | func callmunlock(_p0 uintptr, _lenp0 int) (r1 uintptr, e1 Errno) { function callmunlockall (line 985) | func callmunlockall() (r1 uintptr, e1 Errno) { function callpipe (line 993) | func callpipe(p uintptr) (r1 uintptr, e1 Errno) { function callpoll (line 1001) | func callpoll(fds uintptr, nfds int, timeout int) (r1 uintptr, e1 Errno) { function callgettimeofday (line 1009) | func callgettimeofday(tv uintptr, tzp uintptr) (r1 uintptr, e1 Errno) { function calltime (line 1017) | func calltime(t uintptr) (r1 uintptr, e1 Errno) { function callutime (line 1025) | func callutime(_p0 uintptr, buf uintptr) (r1 uintptr, e1 Errno) { function callgetsystemcfg (line 1033) | func callgetsystemcfg(label int) (r1 uintptr, e1 Errno) { function callumount (line 1041) | func callumount(_p0 uintptr) (r1 uintptr, e1 Errno) { function callgetrlimit (line 1049) | func callgetrlimit(resource int, rlim uintptr) (r1 uintptr, e1 Errno) { function calllseek (line 1057) | func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { function callmmap64 (line 1065) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function closedir (line 465) | func closedir(dir uintptr) (err error) { function readdir_r (line 479) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 491) | func pipe(p *[2]int32) (err error) { function getxattr (line 505) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 530) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 550) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 574) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 593) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 617) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 636) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 656) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 671) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 690) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 705) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 719) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 733) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 743) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 763) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 777) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 792) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 807) | func shmdt(addr uintptr) (err error) { function shmget (line 821) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 836) | func Access(path string, mode uint32) (err error) { function Adjtime (line 855) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 869) | func Chdir(path string) (err error) { function Chflags (line 888) | func Chflags(path string, flags int) (err error) { function Chmod (line 907) | func Chmod(path string, mode uint32) (err error) { function Chown (line 926) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 945) | func Chroot(path string) (err error) { function ClockGettime (line 964) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 978) | func Close(fd int) (err error) { function Clonefile (line 992) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1016) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1040) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1055) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1069) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1093) | func Exit(code int) { function Faccessat (line 1104) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1123) | func Fchdir(fd int) (err error) { function Fchflags (line 1137) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1151) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1165) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1184) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1198) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1217) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1236) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1250) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1265) | func Fsync(fd int) (err error) { function Ftruncate (line 1279) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1293) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1314) | func Getdtablesize() (size int) { function Getegid (line 1326) | func Getegid() (egid int) { function Geteuid (line 1338) | func Geteuid() (uid int) { function Getgid (line 1350) | func Getgid() (gid int) { function Getpgid (line 1362) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1377) | func Getpgrp() (pgrp int) { function Getpid (line 1389) | func Getpid() (pid int) { function Getppid (line 1401) | func Getppid() (ppid int) { function Getpriority (line 1413) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1428) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1442) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1456) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1471) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1485) | func Getuid() (uid int) { function Issetugid (line 1497) | func Issetugid() (tainted bool) { function Kqueue (line 1509) | func Kqueue() (fd int, err error) { function Lchown (line 1524) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1543) | func Link(path string, link string) (err error) { function Linkat (line 1567) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1591) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1605) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1624) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1643) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1662) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1681) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1705) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1725) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1745) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1765) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1786) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1807) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1828) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1854) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1880) | func Rename(from string, to string) (err error) { function Renameat (line 1904) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1928) | func Revoke(path string) (err error) { function Rmdir (line 1947) | func Rmdir(path string) (err error) { function Seek (line 1966) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1981) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setattrlist (line 1996) | func Setattrlist(path string, attrlist *Attrlist, attrBuf []byte, option... function Setegid (line 2021) | func Setegid(egid int) (err error) { function Seteuid (line 2035) | func Seteuid(euid int) (err error) { function Setgid (line 2049) | func Setgid(gid int) (err error) { function Setlogin (line 2063) | func Setlogin(name string) (err error) { function Setpgid (line 2082) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2096) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2110) | func Setprivexec(flag int) (err error) { function Setregid (line 2124) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2138) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 2152) | func Setsid() (pid int, err error) { function Settimeofday (line 2167) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2181) | func Setuid(uid int) (err error) { function Symlink (line 2195) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2219) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2243) | func Sync() (err error) { function Truncate (line 2257) | func Truncate(path string, length int64) (err error) { function Umask (line 2276) | func Umask(newmask int) (oldmask int) { function Undelete (line 2288) | func Undelete(path string) (err error) { function Unlink (line 2307) | func Unlink(path string) (err error) { function Unlinkat (line 2326) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2345) | func Unmount(path string, flags int) (err error) { function write (line 2364) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2385) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2400) | func munmap(addr uintptr, length uintptr) (err error) { function Fstat (line 2414) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2428) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2447) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2461) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2476) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2495) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function Stat (line 2509) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2528) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function closedir (line 465) | func closedir(dir uintptr) (err error) { function readdir_r (line 479) | func readdir_r(dir uintptr, entry *Dirent, result **Dirent) (res Errno) { function pipe (line 491) | func pipe(p *[2]int32) (err error) { function getxattr (line 505) | func getxattr(path string, attr string, dest *byte, size int, position u... function fgetxattr (line 530) | func fgetxattr(fd int, attr string, dest *byte, size int, position uint3... function setxattr (line 550) | func setxattr(path string, attr string, data *byte, size int, position u... function fsetxattr (line 574) | func fsetxattr(fd int, attr string, data *byte, size int, position uint3... function removexattr (line 593) | func removexattr(path string, attr string, options int) (err error) { function fremovexattr (line 617) | func fremovexattr(fd int, attr string, options int) (err error) { function listxattr (line 636) | func listxattr(path string, dest *byte, size int, options int) (sz int, ... function flistxattr (line 656) | func flistxattr(fd int, dest *byte, size int, options int) (sz int, err ... function utimensat (line 671) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function fcntl (line 690) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function kill (line 705) | func kill(pid int, signum int, posix int) (err error) { function ioctl (line 719) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 733) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 743) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function sendfile (line 763) | func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe... function shmat (line 777) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 792) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 807) | func shmdt(addr uintptr) (err error) { function shmget (line 821) | func shmget(key int, size int, flag int) (id int, err error) { function Access (line 836) | func Access(path string, mode uint32) (err error) { function Adjtime (line 855) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 869) | func Chdir(path string) (err error) { function Chflags (line 888) | func Chflags(path string, flags int) (err error) { function Chmod (line 907) | func Chmod(path string, mode uint32) (err error) { function Chown (line 926) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 945) | func Chroot(path string) (err error) { function ClockGettime (line 964) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 978) | func Close(fd int) (err error) { function Clonefile (line 992) | func Clonefile(src string, dst string, flags int) (err error) { function Clonefileat (line 1016) | func Clonefileat(srcDirfd int, src string, dstDirfd int, dst string, fla... function Dup (line 1040) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 1055) | func Dup2(from int, to int) (err error) { function Exchangedata (line 1069) | func Exchangedata(path1 string, path2 string, options int) (err error) { function Exit (line 1093) | func Exit(code int) { function Faccessat (line 1104) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 1123) | func Fchdir(fd int) (err error) { function Fchflags (line 1137) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 1151) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 1165) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 1184) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 1198) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fclonefileat (line 1217) | func Fclonefileat(srcDirfd int, dstDirfd int, dst string, flags int) (er... function Flock (line 1236) | func Flock(fd int, how int) (err error) { function Fpathconf (line 1250) | func Fpathconf(fd int, name int) (val int, err error) { function Fsync (line 1265) | func Fsync(fd int) (err error) { function Ftruncate (line 1279) | func Ftruncate(fd int, length int64) (err error) { function Getcwd (line 1293) | func Getcwd(buf []byte) (n int, err error) { function Getdtablesize (line 1314) | func Getdtablesize() (size int) { function Getegid (line 1326) | func Getegid() (egid int) { function Geteuid (line 1338) | func Geteuid() (uid int) { function Getgid (line 1350) | func Getgid() (gid int) { function Getpgid (line 1362) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1377) | func Getpgrp() (pgrp int) { function Getpid (line 1389) | func Getpid() (pid int) { function Getppid (line 1401) | func Getppid() (ppid int) { function Getpriority (line 1413) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1428) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1442) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1456) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1471) | func Gettimeofday(tp *Timeval) (err error) { function Getuid (line 1485) | func Getuid() (uid int) { function Issetugid (line 1497) | func Issetugid() (tainted bool) { function Kqueue (line 1509) | func Kqueue() (fd int, err error) { function Lchown (line 1524) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1543) | func Link(path string, link string) (err error) { function Linkat (line 1567) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1591) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1605) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1624) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1643) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1662) | func Mknod(path string, mode uint32, dev int) (err error) { function Mount (line 1681) | func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (e... function Open (line 1705) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1725) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1745) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1765) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1786) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1807) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1828) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1854) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1880) | func Rename(from string, to string) (err error) { function Renameat (line 1904) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1928) | func Revoke(path string) (err error) { function Rmdir (line 1947) | func Rmdir(path string) (err error) { function Seek (line 1966) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1981) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setattrlist (line 1996) | func Setattrlist(path string, attrlist *Attrlist, attrBuf []byte, option... function Setegid (line 2021) | func Setegid(egid int) (err error) { function Seteuid (line 2035) | func Seteuid(euid int) (err error) { function Setgid (line 2049) | func Setgid(gid int) (err error) { function Setlogin (line 2063) | func Setlogin(name string) (err error) { function Setpgid (line 2082) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 2096) | func Setpriority(which int, who int, prio int) (err error) { function Setprivexec (line 2110) | func Setprivexec(flag int) (err error) { function Setregid (line 2124) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 2138) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 2152) | func Setsid() (pid int, err error) { function Settimeofday (line 2167) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 2181) | func Setuid(uid int) (err error) { function Symlink (line 2195) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2219) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2243) | func Sync() (err error) { function Truncate (line 2257) | func Truncate(path string, length int64) (err error) { function Umask (line 2276) | func Umask(newmask int) (oldmask int) { function Undelete (line 2288) | func Undelete(path string) (err error) { function Unlink (line 2307) | func Unlink(path string) (err error) { function Unlinkat (line 2326) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2345) | func Unmount(path string, flags int) (err error) { function write (line 2364) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2385) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2400) | func munmap(addr uintptr, length uintptr) (err error) { function Fstat (line 2414) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 2428) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 2447) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function getfsstat (line 2461) | func getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err ... function Lstat (line 2476) | func Lstat(path string, stat *Stat_t) (err error) { function ptrace1 (line 2495) | func ptrace1(request int, pid int, addr uintptr, data uintptr) (err erro... function Stat (line 2509) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2528) | func Statfs(path string, stat *Statfs_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe (line 353) | func pipe() (r int, w int, err error) { function pipe2 (line 365) | func pipe2(p *[2]_C_int, flags int) (r int, w int, err error) { function extpread (line 377) | func extpread(fd int, p []byte, flags int, offset int64) (n int, err err... function extpwrite (line 394) | func extpwrite(fd int, p []byte, flags int, offset int64) (n int, err er... function Getcwd (line 411) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 428) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 438) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 448) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 464) | func Access(path string, mode uint32) (err error) { function Adjtime (line 479) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 489) | func Chdir(path string) (err error) { function Chflags (line 504) | func Chflags(path string, flags int) (err error) { function Chmod (line 519) | func Chmod(path string, mode uint32) (err error) { function Chown (line 534) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 549) | func Chroot(path string) (err error) { function ClockGettime (line 564) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 574) | func Close(fd int) (err error) { function Dup (line 584) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 595) | func Dup2(from int, to int) (err error) { function Exit (line 605) | func Exit(code int) { function Faccessat (line 612) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 627) | func Fchdir(fd int) (err error) { function Fchflags (line 637) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 647) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 657) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 672) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 682) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 697) | func Flock(fd int, how int) (err error) { function Fpathconf (line 707) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 718) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 728) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 743) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 753) | func Fsync(fd int) (err error) { function Ftruncate (line 763) | func Ftruncate(fd int, length int64) (err error) { function Getdents (line 773) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 790) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getdtablesize (line 807) | func Getdtablesize() (size int) { function Getegid (line 815) | func Getegid() (egid int) { function Geteuid (line 823) | func Geteuid() (uid int) { function Getgid (line 831) | func Getgid() (gid int) { function Getpgid (line 839) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 850) | func Getpgrp() (pgrp int) { function Getpid (line 858) | func Getpid() (pid int) { function Getppid (line 866) | func Getppid() (ppid int) { function Getpriority (line 874) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 885) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 895) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 905) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 916) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 926) | func Getuid() (uid int) { function Issetugid (line 934) | func Issetugid() (tainted bool) { function Kill (line 942) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 952) | func Kqueue() (fd int, err error) { function Lchown (line 963) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 978) | func Link(path string, link string) (err error) { function Linkat (line 998) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1018) | func Listen(s int, backlog int) (err error) { function Lstat (line 1028) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1043) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1058) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1073) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 1088) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1103) | func Mknodat(fd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1118) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1128) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1144) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1160) | func Pathconf(path string, name int) (val int, err error) { function read (line 1176) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1193) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1215) | func Rename(from string, to string) (err error) { function Renameat (line 1235) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1255) | func Revoke(path string) (err error) { function Rmdir (line 1270) | func Rmdir(path string) (err error) { function Seek (line 1285) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1296) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1307) | func Setegid(egid int) (err error) { function Seteuid (line 1317) | func Seteuid(euid int) (err error) { function Setgid (line 1327) | func Setgid(gid int) (err error) { function Setlogin (line 1337) | func Setlogin(name string) (err error) { function Setpgid (line 1352) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1362) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1372) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1382) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1392) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1402) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1412) | func Setsid() (pid int, err error) { function Settimeofday (line 1423) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1433) | func Setuid(uid int) (err error) { function Stat (line 1443) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 1458) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1473) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1493) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1513) | func Sync() (err error) { function Truncate (line 1523) | func Truncate(path string, length int64) (err error) { function Umask (line 1538) | func Umask(newmask int) (oldmask int) { function Undelete (line 1546) | func Undelete(path string) (err error) { function Unlink (line 1561) | func Unlink(path string) (err error) { function Unlinkat (line 1576) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1591) | func Unmount(path string, flags int) (err error) { function write (line 1606) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1623) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1634) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1644) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1655) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 363) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 380) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 390) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 400) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 416) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 426) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 436) | func Access(path string, mode uint32) (err error) { function Adjtime (line 451) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 461) | func CapEnter() (err error) { function capRightsGet (line 471) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 481) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 491) | func Chdir(path string) (err error) { function Chflags (line 506) | func Chflags(path string, flags int) (err error) { function Chmod (line 521) | func Chmod(path string, mode uint32) (err error) { function Chown (line 536) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 551) | func Chroot(path string) (err error) { function ClockGettime (line 566) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 576) | func Close(fd int) (err error) { function Dup (line 586) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 597) | func Dup2(from int, to int) (err error) { function Exit (line 607) | func Exit(code int) { function ExtattrGetFd (line 614) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 630) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 646) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 661) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 672) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 693) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 714) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 734) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 750) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 771) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 792) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 812) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 828) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 853) | func Fchdir(fd int) (err error) { function Fchflags (line 863) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 873) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 883) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 898) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 908) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 923) | func Flock(fd int, how int) (err error) { function Fpathconf (line 933) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 944) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 954) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 969) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 979) | func Fsync(fd int) (err error) { function Ftruncate (line 989) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 999) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1016) | func Getdtablesize() (size int) { function Getegid (line 1024) | func Getegid() (egid int) { function Geteuid (line 1032) | func Geteuid() (uid int) { function Getgid (line 1040) | func Getgid() (gid int) { function Getpgid (line 1048) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1059) | func Getpgrp() (pgrp int) { function Getpid (line 1067) | func Getpid() (pid int) { function Getppid (line 1075) | func Getppid() (ppid int) { function Getpriority (line 1083) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1094) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1104) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1114) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1125) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1135) | func Getuid() (uid int) { function Issetugid (line 1143) | func Issetugid() (tainted bool) { function Kill (line 1151) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1161) | func Kqueue() (fd int, err error) { function Lchown (line 1172) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1187) | func Link(path string, link string) (err error) { function Linkat (line 1207) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1227) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1237) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1252) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1267) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1282) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1297) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1307) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1323) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1339) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1355) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1372) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1389) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1406) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1428) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1450) | func Rename(from string, to string) (err error) { function Renameat (line 1470) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1490) | func Revoke(path string) (err error) { function Rmdir (line 1505) | func Rmdir(path string) (err error) { function Seek (line 1520) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1531) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1542) | func Setegid(egid int) (err error) { function Seteuid (line 1552) | func Seteuid(euid int) (err error) { function Setgid (line 1562) | func Setgid(gid int) (err error) { function Setlogin (line 1572) | func Setlogin(name string) (err error) { function Setpgid (line 1587) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1597) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1607) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1617) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1627) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1637) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1647) | func Setsid() (pid int, err error) { function Settimeofday (line 1658) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1668) | func Setuid(uid int) (err error) { function Statfs (line 1678) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1693) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1713) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1733) | func Sync() (err error) { function Truncate (line 1743) | func Truncate(path string, length int64) (err error) { function Umask (line 1758) | func Umask(newmask int) (oldmask int) { function Undelete (line 1766) | func Undelete(path string) (err error) { function Unlink (line 1781) | func Unlink(path string) (err error) { function Unlinkat (line 1796) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1811) | func Unmount(path string, flags int) (err error) { function write (line 1826) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1843) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1854) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1864) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1875) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 363) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 380) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 390) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 400) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 416) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 426) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 436) | func Access(path string, mode uint32) (err error) { function Adjtime (line 451) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 461) | func CapEnter() (err error) { function capRightsGet (line 471) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 481) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 491) | func Chdir(path string) (err error) { function Chflags (line 506) | func Chflags(path string, flags int) (err error) { function Chmod (line 521) | func Chmod(path string, mode uint32) (err error) { function Chown (line 536) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 551) | func Chroot(path string) (err error) { function ClockGettime (line 566) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 576) | func Close(fd int) (err error) { function Dup (line 586) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 597) | func Dup2(from int, to int) (err error) { function Exit (line 607) | func Exit(code int) { function ExtattrGetFd (line 614) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 630) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 646) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 661) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 672) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 693) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 714) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 734) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 750) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 771) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 792) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 812) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 828) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 853) | func Fchdir(fd int) (err error) { function Fchflags (line 863) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 873) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 883) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 898) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 908) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 923) | func Flock(fd int, how int) (err error) { function Fpathconf (line 933) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 944) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 954) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 969) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 979) | func Fsync(fd int) (err error) { function Ftruncate (line 989) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 999) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1016) | func Getdtablesize() (size int) { function Getegid (line 1024) | func Getegid() (egid int) { function Geteuid (line 1032) | func Geteuid() (uid int) { function Getgid (line 1040) | func Getgid() (gid int) { function Getpgid (line 1048) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1059) | func Getpgrp() (pgrp int) { function Getpid (line 1067) | func Getpid() (pid int) { function Getppid (line 1075) | func Getppid() (ppid int) { function Getpriority (line 1083) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1094) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1104) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1114) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1125) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1135) | func Getuid() (uid int) { function Issetugid (line 1143) | func Issetugid() (tainted bool) { function Kill (line 1151) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1161) | func Kqueue() (fd int, err error) { function Lchown (line 1172) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1187) | func Link(path string, link string) (err error) { function Linkat (line 1207) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1227) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1237) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1252) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1267) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1282) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1297) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1307) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1323) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1339) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1355) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1372) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1389) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1406) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1428) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1450) | func Rename(from string, to string) (err error) { function Renameat (line 1470) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1490) | func Revoke(path string) (err error) { function Rmdir (line 1505) | func Rmdir(path string) (err error) { function Seek (line 1520) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1531) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1542) | func Setegid(egid int) (err error) { function Seteuid (line 1552) | func Seteuid(euid int) (err error) { function Setgid (line 1562) | func Setgid(gid int) (err error) { function Setlogin (line 1572) | func Setlogin(name string) (err error) { function Setpgid (line 1587) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1597) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1607) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1617) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1627) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1637) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1647) | func Setsid() (pid int, err error) { function Settimeofday (line 1658) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1668) | func Setuid(uid int) (err error) { function Statfs (line 1678) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1693) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1713) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1733) | func Sync() (err error) { function Truncate (line 1743) | func Truncate(path string, length int64) (err error) { function Umask (line 1758) | func Umask(newmask int) (oldmask int) { function Undelete (line 1766) | func Undelete(path string) (err error) { function Unlink (line 1781) | func Unlink(path string) (err error) { function Unlinkat (line 1796) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1811) | func Unmount(path string, flags int) (err error) { function write (line 1826) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1843) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1854) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1864) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1875) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 363) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 380) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 390) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 400) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 416) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 426) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 436) | func Access(path string, mode uint32) (err error) { function Adjtime (line 451) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 461) | func CapEnter() (err error) { function capRightsGet (line 471) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 481) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 491) | func Chdir(path string) (err error) { function Chflags (line 506) | func Chflags(path string, flags int) (err error) { function Chmod (line 521) | func Chmod(path string, mode uint32) (err error) { function Chown (line 536) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 551) | func Chroot(path string) (err error) { function ClockGettime (line 566) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 576) | func Close(fd int) (err error) { function Dup (line 586) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 597) | func Dup2(from int, to int) (err error) { function Exit (line 607) | func Exit(code int) { function ExtattrGetFd (line 614) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 630) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 646) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 661) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 672) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 693) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 714) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 734) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 750) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 771) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 792) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 812) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 828) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 853) | func Fchdir(fd int) (err error) { function Fchflags (line 863) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 873) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 883) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 898) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 908) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 923) | func Flock(fd int, how int) (err error) { function Fpathconf (line 933) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 944) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 954) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 969) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 979) | func Fsync(fd int) (err error) { function Ftruncate (line 989) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 999) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1016) | func Getdtablesize() (size int) { function Getegid (line 1024) | func Getegid() (egid int) { function Geteuid (line 1032) | func Geteuid() (uid int) { function Getgid (line 1040) | func Getgid() (gid int) { function Getpgid (line 1048) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1059) | func Getpgrp() (pgrp int) { function Getpid (line 1067) | func Getpid() (pid int) { function Getppid (line 1075) | func Getppid() (ppid int) { function Getpriority (line 1083) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1094) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1104) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1114) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1125) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1135) | func Getuid() (uid int) { function Issetugid (line 1143) | func Issetugid() (tainted bool) { function Kill (line 1151) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1161) | func Kqueue() (fd int, err error) { function Lchown (line 1172) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1187) | func Link(path string, link string) (err error) { function Linkat (line 1207) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1227) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1237) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1252) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1267) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1282) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1297) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1307) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1323) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1339) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1355) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1372) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1389) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1406) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1428) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1450) | func Rename(from string, to string) (err error) { function Renameat (line 1470) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1490) | func Revoke(path string) (err error) { function Rmdir (line 1505) | func Rmdir(path string) (err error) { function Seek (line 1520) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1531) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1542) | func Setegid(egid int) (err error) { function Seteuid (line 1552) | func Seteuid(euid int) (err error) { function Setgid (line 1562) | func Setgid(gid int) (err error) { function Setlogin (line 1572) | func Setlogin(name string) (err error) { function Setpgid (line 1587) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1597) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1607) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1617) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1627) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1637) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1647) | func Setsid() (pid int, err error) { function Settimeofday (line 1658) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1668) | func Setuid(uid int) (err error) { function Statfs (line 1678) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1693) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1713) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1733) | func Sync() (err error) { function Truncate (line 1743) | func Truncate(path string, length int64) (err error) { function Umask (line 1758) | func Umask(newmask int) (oldmask int) { function Undelete (line 1766) | func Undelete(path string) (err error) { function Unlink (line 1781) | func Unlink(path string) (err error) { function Unlinkat (line 1796) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1811) | func Unmount(path string, flags int) (err error) { function write (line 1826) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1843) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1854) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1864) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1875) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 363) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 380) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 390) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 400) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 416) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 426) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 436) | func Access(path string, mode uint32) (err error) { function Adjtime (line 451) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 461) | func CapEnter() (err error) { function capRightsGet (line 471) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 481) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 491) | func Chdir(path string) (err error) { function Chflags (line 506) | func Chflags(path string, flags int) (err error) { function Chmod (line 521) | func Chmod(path string, mode uint32) (err error) { function Chown (line 536) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 551) | func Chroot(path string) (err error) { function ClockGettime (line 566) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 576) | func Close(fd int) (err error) { function Dup (line 586) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 597) | func Dup2(from int, to int) (err error) { function Exit (line 607) | func Exit(code int) { function ExtattrGetFd (line 614) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 630) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 646) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 661) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 672) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 693) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 714) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 734) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 750) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 771) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 792) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 812) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 828) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 853) | func Fchdir(fd int) (err error) { function Fchflags (line 863) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 873) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 883) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 898) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 908) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 923) | func Flock(fd int, how int) (err error) { function Fpathconf (line 933) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 944) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 954) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 969) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 979) | func Fsync(fd int) (err error) { function Ftruncate (line 989) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 999) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1016) | func Getdtablesize() (size int) { function Getegid (line 1024) | func Getegid() (egid int) { function Geteuid (line 1032) | func Geteuid() (uid int) { function Getgid (line 1040) | func Getgid() (gid int) { function Getpgid (line 1048) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1059) | func Getpgrp() (pgrp int) { function Getpid (line 1067) | func Getpid() (pid int) { function Getppid (line 1075) | func Getppid() (ppid int) { function Getpriority (line 1083) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1094) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1104) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1114) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1125) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1135) | func Getuid() (uid int) { function Issetugid (line 1143) | func Issetugid() (tainted bool) { function Kill (line 1151) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1161) | func Kqueue() (fd int, err error) { function Lchown (line 1172) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1187) | func Link(path string, link string) (err error) { function Linkat (line 1207) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1227) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1237) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1252) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1267) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1282) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1297) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1307) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1323) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1339) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1355) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1372) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1389) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1406) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1428) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1450) | func Rename(from string, to string) (err error) { function Renameat (line 1470) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1490) | func Revoke(path string) (err error) { function Rmdir (line 1505) | func Rmdir(path string) (err error) { function Seek (line 1520) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1531) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1542) | func Setegid(egid int) (err error) { function Seteuid (line 1552) | func Seteuid(euid int) (err error) { function Setgid (line 1562) | func Setgid(gid int) (err error) { function Setlogin (line 1572) | func Setlogin(name string) (err error) { function Setpgid (line 1587) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1597) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1607) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1617) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1627) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1637) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1647) | func Setsid() (pid int, err error) { function Settimeofday (line 1658) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1668) | func Setuid(uid int) (err error) { function Statfs (line 1678) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1693) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1713) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1733) | func Sync() (err error) { function Truncate (line 1743) | func Truncate(path string, length int64) (err error) { function Umask (line 1758) | func Umask(newmask int) (oldmask int) { function Undelete (line 1766) | func Undelete(path string) (err error) { function Unlink (line 1781) | func Unlink(path string) (err error) { function Unlinkat (line 1796) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1811) | func Unmount(path string, flags int) (err error) { function write (line 1826) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1843) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1854) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1864) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1875) | 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 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getcwd (line 363) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 380) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 390) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 400) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function ptrace (line 416) | func ptrace(request int, pid int, addr uintptr, data int) (err error) { function ptracePtr (line 426) | func ptracePtr(request int, pid int, addr unsafe.Pointer, data int) (err... function Access (line 436) | func Access(path string, mode uint32) (err error) { function Adjtime (line 451) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function CapEnter (line 461) | func CapEnter() (err error) { function capRightsGet (line 471) | func capRightsGet(version int, fd int, rightsp *CapRights) (err error) { function capRightsLimit (line 481) | func capRightsLimit(fd int, rightsp *CapRights) (err error) { function Chdir (line 491) | func Chdir(path string) (err error) { function Chflags (line 506) | func Chflags(path string, flags int) (err error) { function Chmod (line 521) | func Chmod(path string, mode uint32) (err error) { function Chown (line 536) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 551) | func Chroot(path string) (err error) { function ClockGettime (line 566) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 576) | func Close(fd int) (err error) { function Dup (line 586) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 597) | func Dup2(from int, to int) (err error) { function Exit (line 607) | func Exit(code int) { function ExtattrGetFd (line 614) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 630) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 646) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 661) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 672) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 693) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 714) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 734) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 750) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 771) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 792) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 812) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Fadvise (line 828) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 853) | func Fchdir(fd int) (err error) { function Fchflags (line 863) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 873) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 883) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 898) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 908) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 923) | func Flock(fd int, how int) (err error) { function Fpathconf (line 933) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 944) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 954) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 969) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 979) | func Fsync(fd int) (err error) { function Ftruncate (line 989) | func Ftruncate(fd int, length int64) (err error) { function getdirentries (line 999) | func getdirentries(fd int, buf []byte, basep *uint64) (n int, err error) { function Getdtablesize (line 1016) | func Getdtablesize() (size int) { function Getegid (line 1024) | func Getegid() (egid int) { function Geteuid (line 1032) | func Geteuid() (uid int) { function Getgid (line 1040) | func Getgid() (gid int) { function Getpgid (line 1048) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1059) | func Getpgrp() (pgrp int) { function Getpid (line 1067) | func Getpid() (pid int) { function Getppid (line 1075) | func Getppid() (ppid int) { function Getpriority (line 1083) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1094) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1104) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1114) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1125) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1135) | func Getuid() (uid int) { function Issetugid (line 1143) | func Issetugid() (tainted bool) { function Kill (line 1151) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1161) | func Kqueue() (fd int, err error) { function Lchown (line 1172) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1187) | func Link(path string, link string) (err error) { function Linkat (line 1207) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1227) | func Listen(s int, backlog int) (err error) { function Mkdir (line 1237) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1252) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1267) | func Mkfifo(path string, mode uint32) (err error) { function Mknodat (line 1282) | func Mknodat(fd int, path string, mode uint32, dev uint64) (err error) { function Nanosleep (line 1297) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1307) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1323) | func Openat(fdat int, path string, mode int, perm uint32) (fd int, err e... function Pathconf (line 1339) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1355) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1372) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1389) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1406) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1428) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1450) | func Rename(from string, to string) (err error) { function Renameat (line 1470) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1490) | func Revoke(path string) (err error) { function Rmdir (line 1505) | func Rmdir(path string) (err error) { function Seek (line 1520) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1531) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1542) | func Setegid(egid int) (err error) { function Seteuid (line 1552) | func Seteuid(euid int) (err error) { function Setgid (line 1562) | func Setgid(gid int) (err error) { function Setlogin (line 1572) | func Setlogin(name string) (err error) { function Setpgid (line 1587) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1597) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1607) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1617) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1627) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1637) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setsid (line 1647) | func Setsid() (pid int, err error) { function Settimeofday (line 1658) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1668) | func Setuid(uid int) (err error) { function Statfs (line 1678) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 1693) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1713) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1733) | func Sync() (err error) { function Truncate (line 1743) | func Truncate(path string, length int64) (err error) { function Umask (line 1758) | func Umask(newmask int) (oldmask int) { function Undelete (line 1766) | func Undelete(path string) (err error) { function Unlink (line 1781) | func Unlink(path string) (err error) { function Unlinkat (line 1796) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1811) | func Unmount(path string, flags int) (err error) { function write (line 1826) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1843) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1854) | func munmap(addr uintptr, length uintptr) (err error) { function accept4 (line 1864) | func accept4(fd int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) ... function utimensat (line 1875) | 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 34) | func readv(fd int, iovs []Iovec) (n int, err error) { function preadv (line 49) | func preadv(fd int, iovs []Iovec, off int64) (n int, err error) { function writev (line 64) | func writev(fd int, iovs []Iovec) (n int, err error) { function pwritev (line 79) | func pwritev(fd int, iovs []Iovec, off int64) (n int, err error) { function accept4 (line 94) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux.go function FanotifyInit (line 14) | func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error) { function fchmodat (line 25) | func fchmodat(dirfd int, path string, mode uint32) (err error) { function fchmodat2 (line 40) | func fchmodat2(dirfd int, path string, mode uint32, flags int) (err erro... function ioctl (line 55) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 65) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function Linkat (line 75) | func Linkat(olddirfd int, oldpath string, newdirfd int, newpath string, ... function openat (line 95) | func openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function openat2 (line 111) | func openat2(dirfd int, path string, open_how *OpenHow, size int) (fd in... function pipe2 (line 127) | func pipe2(p *[2]_C_int, flags int) (err error) { function ppoll (line 137) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Readlinkat (line 148) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Symlinkat (line 170) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Unlinkat (line 190) | func Unlinkat(dirfd int, path string, flags int) (err error) { function utimensat (line 205) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function Getcwd (line 220) | func Getcwd(buf []byte) (n int, err error) { function wait4 (line 237) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function Waitid (line 248) | func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusa... function KeyctlInt (line 258) | func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int... function KeyctlBuffer (line 269) | func KeyctlBuffer(cmd int, arg2 int, buf []byte, arg5 int) (ret int, err... function keyctlJoin (line 286) | func keyctlJoin(cmd int, arg2 string) (ret int, err error) { function keyctlSearch (line 302) | func keyctlSearch(cmd int, arg2 int, arg3 string, arg4 string, arg5 int)... function keyctlIOV (line 323) | func keyctlIOV(cmd int, arg2 int, payload []Iovec, arg5 int) (err error) { function keyctlDH (line 339) | func keyctlDH(cmd int, arg2 *KeyctlDHParams, buf []byte) (ret int, err e... function keyctlRestrictKeyringByType (line 356) | func keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, rest... function keyctlRestrictKeyring (line 376) | func keyctlRestrictKeyring(cmd int, arg2 int) (err error) { function ptrace (line 386) | func ptrace(request int, pid int, addr uintptr, data uintptr) (err error) { function ptracePtr (line 396) | func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) ... function reboot (line 406) | func reboot(magic1 uint, magic2 uint, cmd int, arg string) (err error) { function mount (line 421) | func mount(source string, target string, fstype string, flags uintptr, d... function mountSetattr (line 446) | func mountSetattr(dirfd int, pathname string, flags uint, attr *MountAtt... function Acct (line 461) | func Acct(path string) (err error) { function AddKey (line 476) | func AddKey(keyType string, description string, payload []byte, ringid i... function Adjtimex (line 503) | func Adjtimex(buf *Timex) (state int, err error) { function Capget (line 514) | func Capget(hdr *CapUserHeader, data *CapUserData) (err error) { function Capset (line 524) | func Capset(hdr *CapUserHeader, data *CapUserData) (err error) { function Chdir (line 534) | func Chdir(path string) (err error) { function Chroot (line 549) | func Chroot(path string) (err error) { function ClockAdjtime (line 564) | func ClockAdjtime(clockid int32, buf *Timex) (state int, err error) { function ClockGetres (line 575) | func ClockGetres(clockid int32, res *Timespec) (err error) { function ClockGettime (line 585) | func ClockGettime(clockid int32, time *Timespec) (err error) { function ClockNanosleep (line 595) | func ClockNanosleep(clockid int32, flags int, request *Timespec, remain ... function Close (line 605) | func Close(fd int) (err error) { function CloseRange (line 615) | func CloseRange(first uint, last uint, flags uint) (err error) { function CopyFileRange (line 625) | func CopyFileRange(rfd int, roff *int64, wfd int, woff *int64, len int, ... function DeleteModule (line 636) | func DeleteModule(name string, flags int) (err error) { function Dup (line 651) | func Dup(oldfd int) (fd int, err error) { function Dup3 (line 662) | func Dup3(oldfd int, newfd int, flags int) (err error) { function EpollCreate1 (line 672) | func EpollCreate1(flag int) (fd int, err error) { function EpollCtl (line 683) | func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { function Eventfd (line 693) | func Eventfd(initval uint, flags int) (fd int, err error) { function Exit (line 704) | func Exit(code int) { function Fchdir (line 711) | func Fchdir(fd int) (err error) { function Fchmod (line 721) | func Fchmod(fd int, mode uint32) (err error) { function Fchownat (line 731) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 746) | func Fdatasync(fd int) (err error) { function Fgetxattr (line 756) | func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) { function FinitModule (line 778) | func FinitModule(fd int, params string, flags int) (err error) { function Flistxattr (line 793) | func Flistxattr(fd int, dest []byte) (sz int, err error) { function Flock (line 810) | func Flock(fd int, how int) (err error) { function Fremovexattr (line 820) | func Fremovexattr(fd int, attr string) (err error) { function Fsetxattr (line 835) | func Fsetxattr(fd int, attr string, dest []byte, flags int) (err error) { function Fsync (line 856) | func Fsync(fd int) (err error) { function Fsmount (line 866) | func Fsmount(fd int, flags int, mountAttrs int) (fsfd int, err error) { function Fsopen (line 877) | func Fsopen(fsName string, flags int) (fd int, err error) { function Fspick (line 893) | func Fspick(dirfd int, pathName string, flags int) (fd int, err error) { function Getdents (line 909) | func Getdents(fd int, buf []byte) (n int, err error) { function Getpgid (line 926) | func Getpgid(pid int) (pgid int, err error) { function Getpid (line 937) | func Getpid() (pid int) { function Getppid (line 945) | func Getppid() (ppid int) { function Getpriority (line 953) | func Getpriority(which int, who int) (prio int, err error) { function Getrandom (line 964) | func Getrandom(buf []byte, flags int) (n int, err error) { function Getrusage (line 981) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 991) | func Getsid(pid int) (sid int, err error) { function Gettid (line 1002) | func Gettid() (tid int) { function Getxattr (line 1010) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function InitModule (line 1037) | func InitModule(moduleImage []byte, params string) (err error) { function InotifyAddWatch (line 1058) | func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc in... function InotifyInit1 (line 1074) | func InotifyInit1(flags int) (fd int, err error) { function InotifyRmWatch (line 1085) | func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { function Kill (line 1096) | func Kill(pid int, sig syscall.Signal) (err error) { function Klogctl (line 1106) | func Klogctl(typ int, buf []byte) (n int, err error) { function Lgetxattr (line 1123) | func Lgetxattr(path string, attr string, dest []byte) (sz int, err error) { function Listxattr (line 1150) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 1172) | func Llistxattr(path string, dest []byte) (sz int, err error) { function Lremovexattr (line 1194) | func Lremovexattr(path string, attr string) (err error) { function Lsetxattr (line 1214) | func Lsetxattr(path string, attr string, data []byte, flags int) (err er... function MemfdCreate (line 1240) | func MemfdCreate(name string, flags int) (fd int, err error) { function Mkdirat (line 1256) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mknodat (line 1271) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function MoveMount (line 1286) | func MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathNa... function Nanosleep (line 1306) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function OpenTree (line 1316) | func OpenTree(dfd int, fileName string, flags uint) (r int, err error) { function PerfEventOpen (line 1332) | func PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, f... function PivotRoot (line 1343) | func PivotRoot(newroot string, putold string) (err error) { function Prctl (line 1363) | func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 ui... function pselect6 (line 1373) | func pselect6(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, ... function read (line 1384) | func read(fd int, p []byte) (n int, err error) { function Removexattr (line 1401) | func Removexattr(path string, attr string) (err error) { function Renameat2 (line 1421) | func Renameat2(olddirfd int, oldpath string, newdirfd int, newpath strin... function RequestKey (line 1441) | func RequestKey(keyType string, description string, callback string, des... function Setdomainname (line 1467) | func Setdomainname(p []byte) (err error) { function Sethostname (line 1483) | func Sethostname(p []byte) (err error) { function Setpgid (line 1499) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 1509) | func Setsid() (pid int, err error) { function Settimeofday (line 1520) | func Settimeofday(tv *Timeval) (err error) { function Setns (line 1530) | func Setns(fd int, nstype int) (err error) { function Setpriority (line 1540) | func Setpriority(which int, who int, prio int) (err error) { function Setxattr (line 1550) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function signalfd (line 1576) | func signalfd(fd int, sigmask *Sigset_t, maskSize uintptr, flags int) (n... function Statx (line 1587) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 1602) | func Sync() { function Syncfs (line 1609) | func Syncfs(fd int) (err error) { function Sysinfo (line 1619) | func Sysinfo(info *Sysinfo_t) (err error) { function TimerfdCreate (line 1629) | func TimerfdCreate(clockid int, flags int) (fd int, err error) { function TimerfdGettime (line 1640) | func TimerfdGettime(fd int, currValue *ItimerSpec) (err error) { function TimerfdSettime (line 1650) | func TimerfdSettime(fd int, flags int, newValue *ItimerSpec, oldValue *I... function Tgkill (line 1660) | func Tgkill(tgid int, tid int, sig syscall.Signal) (err error) { function Times (line 1670) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 1681) | func Umask(mask int) (oldmask int) { function Uname (line 1689) | func Uname(buf *Utsname) (err error) { function Unmount (line 1699) | func Unmount(target string, flags int) (err error) { function Unshare (line 1714) | func Unshare(flags int) (err error) { function write (line 1724) | func write(fd int, p []byte) (n int, err error) { function exitThread (line 1741) | func exitThread(code int) (err error) { function readv (line 1751) | func readv(fd int, iovs []Iovec) (n int, err error) { function writev (line 1768) | func writev(fd int, iovs []Iovec) (n int, err error) { function preadv (line 1785) | func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int... function pwritev (line 1802) | func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n in... function preadv2 (line 1819) | func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags... function pwritev2 (line 1836) | func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flag... function munmap (line 1853) | func munmap(addr uintptr, length uintptr) (err error) { function mremap (line 1863) | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags... function Madvise (line 1874) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1890) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1906) | func Mlock(b []byte) (err error) { function Mlockall (line 1922) | func Mlockall(flags int) (err error) { function Msync (line 1932) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1948) | func Munlock(b []byte) (err error) { function Munlockall (line 1964) | func Munlockall() (err error) { function faccessat (line 1974) | func faccessat(dirfd int, path string, mode uint32) (err error) { function Faccessat2 (line 1989) | func Faccessat2(dirfd int, path string, mode uint32, flags int) (err err... function nameToHandleAt (line 2004) | func nameToHandleAt(dirFD int, pathname string, fh *fileHandle, mountID ... function openByHandleAt (line 2019) | func openByHandleAt(mountFD int, fh *fileHandle, flags int) (fd int, err... function ProcessVMReadv (line 2030) | func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, ... function ProcessVMWritev (line 2053) | func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec,... function PidfdOpen (line 2076) | func PidfdOpen(pid int, flags int) (fd int, err error) { function PidfdGetfd (line 2087) | func PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) { function PidfdSendSignal (line 2098) | func PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (e... function shmat (line 2108) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 2119) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 2130) | func shmdt(addr uintptr) (err error) { function shmget (line 2140) | func shmget(key int, size int, flag int) (id int, err error) { function getitimer (line 2151) | func getitimer(which int, currValue *Itimerval) (err error) { function setitimer (line 2161) | func setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err... function rtSigprocmask (line 2171) | func rtSigprocmask(how int, set *Sigset_t, oldset *Sigset_t, sigsetsize ... function getresuid (line 2181) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 2188) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function schedSetattr (line 2195) | func schedSetattr(pid int, attr *SchedAttr, flags uint) (err error) { function schedGetattr (line 2205) | func schedGetattr(pid int, attr *SchedAttr, size uint, flags uint) (err ... function Cachestat (line 2215) | func Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flag... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_386.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 110) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 120) | func Getegid() (egid int) { function Geteuid (line 128) | func Geteuid() (euid int) { function Getgid (line 136) | func Getgid() (gid int) { function Getuid (line 144) | func Getuid() (uid int) { function Ioperm (line 152) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 162) | func Iopl(level int) (err error) { function Lchown (line 172) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 187) | func Lstat(path string, stat *Stat_t) (err error) { function pread (line 202) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 219) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 236) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 256) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 267) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 278) | func setfsuid(uid int) (prev int, err error) { function Splice (line 289) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 300) | func Stat(path string, stat *Stat_t) (err error) { function SyncFileRange (line 315) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 325) | func Truncate(path string, length int64) (err error) { function Ustat (line 340) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 350) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 361) | func setgroups(n int, list *_Gid_t) (err error) { function Select (line 371) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function mmap2 (line 382) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function Pause (line 393) | func Pause() (err error) { function getrlimit (line 403) | func getrlimit(resource int, rlim *rlimit32) (err error) { function futimesat (line 413) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 428) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 438) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 449) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 464) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 479) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Ioperm (line 172) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 182) | func Iopl(level int) (err error) { function Lchown (line 192) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 207) | func Listen(s int, n int) (err error) { function MemfdSecret (line 217) | func MemfdSecret(flags int) (fd int, err error) { function Pause (line 228) | func Pause() (err error) { function pread (line 238) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 255) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 272) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 292) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 303) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 314) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 325) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 336) | func Shutdown(fd int, how int) (err error) { function Splice (line 346) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 357) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 372) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 382) | func Truncate(path string, length int64) (err error) { function Ustat (line 397) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 407) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 418) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 428) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 438) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 449) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 459) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 469) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 479) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 490) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 500) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 510) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 520) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 537) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 553) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 564) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 575) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 586) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Utime (line 601) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 616) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 631) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 646) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function accept4 (line 48) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 59) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 69) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 79) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 90) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 100) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 110) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 120) | func socket(domain int, typ int, proto int) (fd int, err error) { function getpeername (line 131) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 141) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socketpair (line 184) | func socketpair(domain int, typ int, flags int, fd *[2]int32) (err error) { function recvmsg (line 194) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 205) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function EpollWait (line 216) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 233) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 243) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 253) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Getegid (line 268) | func Getegid() (egid int) { function Geteuid (line 276) | func Geteuid() (euid int) { function Getgid (line 284) | func Getgid() (gid int) { function Getuid (line 292) | func Getuid() (uid int) { function Lchown (line 300) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 315) | func Listen(s int, n int) (err error) { function Lstat (line 325) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 340) | func Pause() (err error) { function Renameat (line 350) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function sendfile (line 370) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function Select (line 381) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function setfsgid (line 392) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 403) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 414) | func Shutdown(fd int, how int) (err error) { function Splice (line 424) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 435) | func Stat(path string, stat *Stat_t) (err error) { function Ustat (line 450) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function futimesat (line 460) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 475) | func Gettimeofday(tv *Timeval) (err error) { function utimes (line 485) | func utimes(path string, times *[2]Timeval) (err error) { function pread (line 500) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 517) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Truncate (line 534) | func Truncate(path string, length int64) (err error) { function Ftruncate (line 549) | func Ftruncate(fd int, length int64) (err error) { function mmap2 (line 559) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 570) | func getrlimit(resource int, rlim *rlimit32) (err error) { function armSyncFileRange (line 580) | func armSyncFileRange(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 590) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function getrlimit (line 154) | func getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Listen (line 172) | func Listen(s int, n int) (err error) { function MemfdSecret (line 182) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 193) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 210) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 227) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 247) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 258) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 269) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 280) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 291) | func Shutdown(fd int, how int) (err error) { function Splice (line 301) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 312) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 327) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 337) | func Truncate(path string, length int64) (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 Gettimeofday (line 531) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 541) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 85) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 95) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 105) | func Getegid() (egid int) { function Geteuid (line 113) | func Geteuid() (euid int) { function Getgid (line 121) | func Getgid() (gid int) { function Getuid (line 129) | func Getuid() (uid int) { function Listen (line 137) | func Listen(s int, n int) (err error) { function pread (line 147) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 164) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 181) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 192) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 203) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 214) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 225) | func Shutdown(fd int, how int) (err error) { function Splice (line 235) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 246) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 261) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 271) | func Truncate(path string, length int64) (err error) { function accept4 (line 286) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 297) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 307) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 317) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 328) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 338) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 348) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 358) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 369) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 379) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 389) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 399) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 416) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 432) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 443) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 454) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 465) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 475) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 85) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 95) | func Getegid() (egid int) { function Geteuid (line 103) | func Geteuid() (euid int) { function Getgid (line 111) | func Getgid() (gid int) { function Getuid (line 119) | func Getuid() (uid int) { function Lchown (line 127) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 142) | func Listen(s int, n int) (err error) { function pread (line 152) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 169) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 186) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 206) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 217) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 228) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 239) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 250) | func Shutdown(fd int, how int) (err error) { function Splice (line 260) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 271) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 281) | func Truncate(path string, length int64) (err error) { function Ustat (line 296) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 306) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 317) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 327) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 337) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 348) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 358) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 368) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 378) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 389) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 399) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 409) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 419) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 436) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 452) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 463) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 474) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 484) | func Iopl(level int) (err error) { function futimesat (line 494) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 509) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 519) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 530) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 545) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 560) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 575) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 585) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 600) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 615) | func Pause() (err error) { function mmap2 (line 625) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 636) | func getrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 646) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 85) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 95) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 105) | func Getegid() (egid int) { function Geteuid (line 113) | func Geteuid() (euid int) { function Getgid (line 121) | func Getgid() (gid int) { function Getrlimit (line 129) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 139) | func Getuid() (uid int) { function Lchown (line 147) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 162) | func Listen(s int, n int) (err error) { function Pause (line 172) | func Pause() (err error) { function pread (line 182) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 199) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 216) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 236) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 247) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 258) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 269) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 280) | func Shutdown(fd int, how int) (err error) { function Splice (line 290) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 301) | func Statfs(path string, buf *Statfs_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 accept4 (line 351) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 362) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 372) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 382) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 393) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 403) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 413) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 423) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 434) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 444) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 454) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 464) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 481) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 497) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 508) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 519) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 530) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 545) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 555) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 570) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 585) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 595) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 610) | func lstat(path string, st *stat_t) (err error) { function stat (line 625) | func stat(path string, st *stat_t) (err error) { function Alarm (line 640) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstatfs (line 85) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 95) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 105) | func Getegid() (egid int) { function Geteuid (line 113) | func Geteuid() (euid int) { function Getgid (line 121) | func Getgid() (gid int) { function Getrlimit (line 129) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 139) | func Getuid() (uid int) { function Lchown (line 147) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 162) | func Listen(s int, n int) (err error) { function Pause (line 172) | func Pause() (err error) { function pread (line 182) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 199) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 216) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 236) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 247) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 258) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 269) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 280) | func Shutdown(fd int, how int) (err error) { function Splice (line 290) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 301) | func Statfs(path string, buf *Statfs_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 accept4 (line 351) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 362) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 372) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 382) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 393) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 403) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 413) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 423) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 434) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 444) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 454) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 464) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 481) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 497) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 508) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 519) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 530) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 545) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 555) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 570) | func utimes(path string, times *[2]Timeval) (err error) { function fstat (line 585) | func fstat(fd int, st *stat_t) (err error) { function fstatat (line 595) | func fstatat(dirfd int, path string, st *stat_t, flags int) (err error) { function lstat (line 610) | func lstat(path string, st *stat_t) (err error) { function stat (line 625) | func stat(path string, st *stat_t) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Ftruncate (line 85) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 95) | func Getegid() (egid int) { function Geteuid (line 103) | func Geteuid() (euid int) { function Getgid (line 111) | func Getgid() (gid int) { function Getuid (line 119) | func Getuid() (uid int) { function Lchown (line 127) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 142) | func Listen(s int, n int) (err error) { function pread (line 152) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 169) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 186) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 206) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 217) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 228) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 239) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 250) | func Shutdown(fd int, how int) (err error) { function Splice (line 260) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function SyncFileRange (line 271) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 281) | func Truncate(path string, length int64) (err error) { function Ustat (line 296) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 306) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 317) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 327) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 337) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 348) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 358) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 368) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 378) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 389) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 399) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 409) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 419) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 436) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 452) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 463) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function Ioperm (line 474) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 484) | func Iopl(level int) (err error) { function futimesat (line 494) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 509) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 519) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 530) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 545) | func utimes(path string, times *[2]Timeval) (err error) { function Lstat (line 560) | func Lstat(path string, stat *Stat_t) (err error) { function Fstat (line 575) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 585) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Stat (line 600) | func Stat(path string, stat *Stat_t) (err error) { function Pause (line 615) | func Pause() (err error) { function mmap2 (line 625) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 636) | func getrlimit(resource int, rlim *rlimit32) (err error) { function Alarm (line 646) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fchown (line 65) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 75) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 85) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Ftruncate (line 100) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 110) | func Getegid() (egid int) { function Geteuid (line 118) | func Geteuid() (euid int) { function Getgid (line 126) | func Getgid() (gid int) { function Getuid (line 134) | func Getuid() (uid int) { function Ioperm (line 142) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 152) | func Iopl(level int) (err error) { function Lchown (line 162) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 177) | func Listen(s int, n int) (err error) { function Lstat (line 187) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 202) | func Pause() (err error) { function pread (line 212) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 229) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 246) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Select (line 266) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 277) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 288) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 299) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 310) | func Shutdown(fd int, how int) (err error) { function Splice (line 320) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 331) | func Stat(path string, stat *Stat_t) (err error) { function Truncate (line 346) | func Truncate(path string, length int64) (err error) { function Ustat (line 361) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 371) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 382) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 392) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 402) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 413) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 423) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 433) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 443) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 454) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 464) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 474) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 484) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 501) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 517) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 528) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function futimesat (line 539) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 554) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 564) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 575) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 590) | func utimes(path string, times *[2]Timeval) (err error) { function mmap2 (line 605) | func mmap2(addr uintptr, length uintptr, prot int, flags int, fd int, pa... function getrlimit (line 616) | func getrlimit(resource int, rlim *rlimit32) (err error) { function syncFileRange2 (line 626) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 636) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 651) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Ioperm (line 172) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 182) | func Iopl(level int) (err error) { function Lchown (line 192) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 207) | func Listen(s int, n int) (err error) { function Lstat (line 217) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 232) | func Pause() (err error) { function pread (line 242) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 259) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 276) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 296) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 307) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 318) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 329) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 340) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 351) | func Shutdown(fd int, how int) (err error) { function Splice (line 361) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 372) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 387) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 402) | func Truncate(path string, length int64) (err error) { function Ustat (line 417) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 427) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 438) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 448) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 458) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 469) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 479) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 489) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 499) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 510) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 520) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 530) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 540) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 557) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 573) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 584) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 595) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 606) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 621) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 631) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 642) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 657) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 672) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 682) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 697) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Ioperm (line 172) | func Ioperm(from int, num int, on int) (err error) { function Iopl (line 182) | func Iopl(level int) (err error) { function Lchown (line 192) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 207) | func Listen(s int, n int) (err error) { function Lstat (line 217) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 232) | func Pause() (err error) { function pread (line 242) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 259) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 276) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 296) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 307) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 318) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 329) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 340) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 351) | func Shutdown(fd int, how int) (err error) { function Splice (line 361) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 372) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 387) | func Statfs(path string, buf *Statfs_t) (err error) { function Truncate (line 402) | func Truncate(path string, length int64) (err error) { function Ustat (line 417) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function accept4 (line 427) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 438) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 448) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 458) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 469) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 479) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 489) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 499) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 510) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 520) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 530) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 540) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 557) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 573) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 584) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 595) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 606) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 621) | func Gettimeofday(tv *Timeval) (err error) { function Time (line 631) | func Time(t *Time_t) (tt Time_t, err error) { function Utime (line 642) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 657) | func utimes(path string, times *[2]Timeval) (err error) { function syncFileRange2 (line 672) | func syncFileRange2(fd int, flags int, off int64, n int64) (err error) { function kexecFileLoad (line 682) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 697) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Listen (line 172) | func Listen(s int, n int) (err error) { function MemfdSecret (line 182) | func MemfdSecret(flags int) (fd int, err error) { function pread (line 193) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 210) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Seek (line 227) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function sendfile (line 238) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 249) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 260) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 271) | func Shutdown(fd int, how int) (err error) { function Splice (line 281) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Statfs (line 292) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 307) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 317) | func Truncate(path string, length int64) (err error) { function accept4 (line 332) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 343) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 353) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 363) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 374) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 384) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 394) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 404) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 415) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 425) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 435) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 445) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 462) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 478) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 489) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 500) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function Gettimeofday (line 511) | func Gettimeofday(tv *Timeval) (err error) { function kexecFileLoad (line 521) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function riscvHWProbe (line 536) | func riscvHWProbe(pairs []RISCVHWProbePairs, cpuCount uintptr, cpus *CPU... FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Lchown (line 172) | func Lchown(path string, uid int, gid int) (err error) { function Lstat (line 187) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 202) | func Pause() (err error) { function pread (line 212) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 229) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 246) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 266) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 277) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 288) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 299) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 310) | func setfsuid(uid int) (prev 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 Statfs (line 347) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 362) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 372) | func Truncate(path string, length int64) (err error) { function Ustat (line 387) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function getgroups (line 397) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 408) | func setgroups(n int, list *_Gid_t) (err error) { function futimesat (line 418) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 433) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 443) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 458) | func utimes(path string, times *[2]Timeval) (err error) { function kexecFileLoad (line 473) | func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline s... function Alarm (line 488) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go function fanotifyMark (line 17) | func fanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname *... function Fallocate (line 27) | func Fallocate(fd int, mode uint32, off int64, len int64) (err error) { function Tee (line 37) | func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { function EpollWait (line 48) | func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err erro... function Fadvise (line 65) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchown (line 75) | func Fchown(fd int, uid int, gid int) (err error) { function Fstat (line 85) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 95) | func Fstatat(dirfd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 110) | func Fstatfs(fd int, buf *Statfs_t) (err error) { function Ftruncate (line 120) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 130) | func Getegid() (egid int) { function Geteuid (line 138) | func Geteuid() (euid int) { function Getgid (line 146) | func Getgid() (gid int) { function Getrlimit (line 154) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function Getuid (line 164) | func Getuid() (uid int) { function Lchown (line 172) | func Lchown(path string, uid int, gid int) (err error) { function Listen (line 187) | func Listen(s int, n int) (err error) { function Lstat (line 197) | func Lstat(path string, stat *Stat_t) (err error) { function Pause (line 212) | func Pause() (err error) { function pread (line 222) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 239) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function Renameat (line 256) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Seek (line 276) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Select (line 287) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function sendfile (line 298) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function setfsgid (line 309) | func setfsgid(gid int) (prev int, err error) { function setfsuid (line 320) | func setfsuid(uid int) (prev int, err error) { function Shutdown (line 331) | func Shutdown(fd int, how int) (err error) { function Splice (line 341) | func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags i... function Stat (line 352) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 367) | func Statfs(path string, buf *Statfs_t) (err error) { function SyncFileRange (line 382) | func SyncFileRange(fd int, off int64, n int64, flags int) (err error) { function Truncate (line 392) | func Truncate(path string, length int64) (err error) { function accept4 (line 407) | func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (... function bind (line 418) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 428) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 438) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 449) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 459) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 469) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 479) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 490) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 500) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 510) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function recvfrom (line 520) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 537) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 553) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 564) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 575) | func mmap(addr uintptr, length uintptr, prot int, flags int, fd int, off... function futimesat (line 586) | func futimesat(dirfd int, path string, times *[2]Timeval) (err error) { function Gettimeofday (line 601) | func Gettimeofday(tv *Timeval) (err error) { function Utime (line 611) | func Utime(path string, buf *Utimbuf) (err error) { function utimes (line 626) | func utimes(path string, times *[2]Timeval) (err error) { function Alarm (line 641) | func Alarm(seconds uint) (remaining uint, err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 363) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 380) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 397) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 407) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 417) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 433) | func Access(path string, mode uint32) (err error) { function Adjtime (line 448) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 458) | func Chdir(path string) (err error) { function Chflags (line 473) | func Chflags(path string, flags int) (err error) { function Chmod (line 488) | func Chmod(path string, mode uint32) (err error) { function Chown (line 503) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 518) | func Chroot(path string) (err error) { function ClockGettime (line 533) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 543) | func Close(fd int) (err error) { function Dup (line 553) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 564) | func Dup2(from int, to int) (err error) { function Dup3 (line 574) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 584) | func Exit(code int) { function ExtattrGetFd (line 591) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 607) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 623) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 638) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 649) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 670) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 691) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 711) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 727) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 748) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 769) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 789) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 805) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 820) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 830) | func Fchdir(fd int) (err error) { function Fchflags (line 840) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 850) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 860) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 875) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 885) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 900) | func Flock(fd int, how int) (err error) { function Fpathconf (line 910) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 921) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 931) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 946) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 956) | func Fsync(fd int) (err error) { function Ftruncate (line 966) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 976) | func Getegid() (egid int) { function Geteuid (line 984) | func Geteuid() (uid int) { function Getgid (line 992) | func Getgid() (gid int) { function Getpgid (line 1000) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1011) | func Getpgrp() (pgrp int) { function Getpid (line 1019) | func Getpid() (pid int) { function Getppid (line 1027) | func Getppid() (ppid int) { function Getpriority (line 1035) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1046) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1056) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1066) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1077) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1087) | func Getuid() (uid int) { function Issetugid (line 1095) | func Issetugid() (tainted bool) { function Kill (line 1103) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1113) | func Kqueue() (fd int, err error) { function Lchown (line 1124) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1139) | func Link(path string, link string) (err error) { function Linkat (line 1159) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1179) | func Listen(s int, backlog int) (err error) { function Lstat (line 1189) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1204) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1219) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1234) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1249) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1264) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1279) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1294) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1304) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1320) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1336) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1352) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1369) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1386) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1403) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1425) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1447) | func Rename(from string, to string) (err error) { function Renameat (line 1467) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1487) | func Revoke(path string) (err error) { function Rmdir (line 1502) | func Rmdir(path string) (err error) { function Seek (line 1517) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1528) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1539) | func Setegid(egid int) (err error) { function Seteuid (line 1549) | func Seteuid(euid int) (err error) { function Setgid (line 1559) | func Setgid(gid int) (err error) { function Setpgid (line 1569) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1579) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1589) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1599) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1609) | func Setsid() (pid int, err error) { function Settimeofday (line 1620) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1630) | func Setuid(uid int) (err error) { function Stat (line 1640) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1655) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1670) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1690) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1710) | func Sync() (err error) { function Truncate (line 1720) | func Truncate(path string, length int64) (err error) { function Umask (line 1735) | func Umask(newmask int) (oldmask int) { function Unlink (line 1743) | func Unlink(path string) (err error) { function Unlinkat (line 1758) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1773) | func Unmount(path string, flags int) (err error) { function write (line 1788) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1805) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1816) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1826) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1841) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 363) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 380) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 397) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 407) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 417) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 433) | func Access(path string, mode uint32) (err error) { function Adjtime (line 448) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 458) | func Chdir(path string) (err error) { function Chflags (line 473) | func Chflags(path string, flags int) (err error) { function Chmod (line 488) | func Chmod(path string, mode uint32) (err error) { function Chown (line 503) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 518) | func Chroot(path string) (err error) { function ClockGettime (line 533) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 543) | func Close(fd int) (err error) { function Dup (line 553) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 564) | func Dup2(from int, to int) (err error) { function Dup3 (line 574) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 584) | func Exit(code int) { function ExtattrGetFd (line 591) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 607) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 623) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 638) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 649) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 670) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 691) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 711) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 727) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 748) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 769) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 789) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 805) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 820) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 830) | func Fchdir(fd int) (err error) { function Fchflags (line 840) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 850) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 860) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 875) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 885) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 900) | func Flock(fd int, how int) (err error) { function Fpathconf (line 910) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 921) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 931) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 946) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 956) | func Fsync(fd int) (err error) { function Ftruncate (line 966) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 976) | func Getegid() (egid int) { function Geteuid (line 984) | func Geteuid() (uid int) { function Getgid (line 992) | func Getgid() (gid int) { function Getpgid (line 1000) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1011) | func Getpgrp() (pgrp int) { function Getpid (line 1019) | func Getpid() (pid int) { function Getppid (line 1027) | func Getppid() (ppid int) { function Getpriority (line 1035) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1046) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1056) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1066) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1077) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1087) | func Getuid() (uid int) { function Issetugid (line 1095) | func Issetugid() (tainted bool) { function Kill (line 1103) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1113) | func Kqueue() (fd int, err error) { function Lchown (line 1124) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1139) | func Link(path string, link string) (err error) { function Linkat (line 1159) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1179) | func Listen(s int, backlog int) (err error) { function Lstat (line 1189) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1204) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1219) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1234) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1249) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1264) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1279) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1294) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1304) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1320) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1336) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1352) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1369) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1386) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1403) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1425) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1447) | func Rename(from string, to string) (err error) { function Renameat (line 1467) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1487) | func Revoke(path string) (err error) { function Rmdir (line 1502) | func Rmdir(path string) (err error) { function Seek (line 1517) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1528) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1539) | func Setegid(egid int) (err error) { function Seteuid (line 1549) | func Seteuid(euid int) (err error) { function Setgid (line 1559) | func Setgid(gid int) (err error) { function Setpgid (line 1569) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1579) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1589) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1599) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1609) | func Setsid() (pid int, err error) { function Settimeofday (line 1620) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1630) | func Setuid(uid int) (err error) { function Stat (line 1640) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1655) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1670) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1690) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1710) | func Sync() (err error) { function Truncate (line 1720) | func Truncate(path string, length int64) (err error) { function Umask (line 1735) | func Umask(newmask int) (oldmask int) { function Unlink (line 1743) | func Unlink(path string) (err error) { function Unlinkat (line 1758) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1773) | func Unmount(path string, flags int) (err error) { function write (line 1788) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1805) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1816) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1826) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1841) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 363) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 380) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 397) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 407) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 417) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 433) | func Access(path string, mode uint32) (err error) { function Adjtime (line 448) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 458) | func Chdir(path string) (err error) { function Chflags (line 473) | func Chflags(path string, flags int) (err error) { function Chmod (line 488) | func Chmod(path string, mode uint32) (err error) { function Chown (line 503) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 518) | func Chroot(path string) (err error) { function ClockGettime (line 533) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 543) | func Close(fd int) (err error) { function Dup (line 553) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 564) | func Dup2(from int, to int) (err error) { function Dup3 (line 574) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 584) | func Exit(code int) { function ExtattrGetFd (line 591) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 607) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 623) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 638) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 649) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 670) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 691) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 711) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 727) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 748) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 769) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 789) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 805) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 820) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 830) | func Fchdir(fd int) (err error) { function Fchflags (line 840) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 850) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 860) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 875) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 885) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 900) | func Flock(fd int, how int) (err error) { function Fpathconf (line 910) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 921) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 931) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 946) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 956) | func Fsync(fd int) (err error) { function Ftruncate (line 966) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 976) | func Getegid() (egid int) { function Geteuid (line 984) | func Geteuid() (uid int) { function Getgid (line 992) | func Getgid() (gid int) { function Getpgid (line 1000) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1011) | func Getpgrp() (pgrp int) { function Getpid (line 1019) | func Getpid() (pid int) { function Getppid (line 1027) | func Getppid() (ppid int) { function Getpriority (line 1035) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1046) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1056) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1066) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1077) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1087) | func Getuid() (uid int) { function Issetugid (line 1095) | func Issetugid() (tainted bool) { function Kill (line 1103) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1113) | func Kqueue() (fd int, err error) { function Lchown (line 1124) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1139) | func Link(path string, link string) (err error) { function Linkat (line 1159) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1179) | func Listen(s int, backlog int) (err error) { function Lstat (line 1189) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1204) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1219) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1234) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1249) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1264) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1279) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1294) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1304) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1320) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1336) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1352) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1369) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1386) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1403) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1425) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1447) | func Rename(from string, to string) (err error) { function Renameat (line 1467) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1487) | func Revoke(path string) (err error) { function Rmdir (line 1502) | func Rmdir(path string) (err error) { function Seek (line 1517) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1528) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1539) | func Setegid(egid int) (err error) { function Seteuid (line 1549) | func Seteuid(euid int) (err error) { function Setgid (line 1559) | func Setgid(gid int) (err error) { function Setpgid (line 1569) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1579) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1589) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1599) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1609) | func Setsid() (pid int, err error) { function Settimeofday (line 1620) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1630) | func Setuid(uid int) (err error) { function Stat (line 1640) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1655) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1670) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1690) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1710) | func Sync() (err error) { function Truncate (line 1720) | func Truncate(path string, length int64) (err error) { function Umask (line 1735) | func Umask(newmask int) (oldmask int) { function Unlink (line 1743) | func Unlink(path string) (err error) { function Unlinkat (line 1758) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1773) | func Unmount(path string, flags int) (err error) { function write (line 1788) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1805) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1816) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1826) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1841) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 28) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 38) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 49) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... 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 socket (line 80) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 91) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 101) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 111) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 121) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 131) | func Shutdown(s int, how int) (err error) { function socketpair (line 141) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 151) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 168) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 184) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 195) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 206) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 217) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 232) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 242) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 253) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 269) | func Mlock(b []byte) (err error) { function Mlockall (line 285) | func Mlockall(flags int) (err error) { function Mprotect (line 295) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 311) | func Msync(b []byte, flags int) (err error) { function Munlock (line 327) | func Munlock(b []byte) (err error) { function Munlockall (line 343) | func Munlockall() (err error) { function pipe2 (line 353) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 363) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 380) | func Getcwd(buf []byte) (n int, err error) { function ioctl (line 397) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 407) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 417) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function Access (line 433) | func Access(path string, mode uint32) (err error) { function Adjtime (line 448) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 458) | func Chdir(path string) (err error) { function Chflags (line 473) | func Chflags(path string, flags int) (err error) { function Chmod (line 488) | func Chmod(path string, mode uint32) (err error) { function Chown (line 503) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 518) | func Chroot(path string) (err error) { function ClockGettime (line 533) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 543) | func Close(fd int) (err error) { function Dup (line 553) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 564) | func Dup2(from int, to int) (err error) { function Dup3 (line 574) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 584) | func Exit(code int) { function ExtattrGetFd (line 591) | func ExtattrGetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrSetFd (line 607) | func ExtattrSetFd(fd int, attrnamespace int, attrname string, data uintp... function ExtattrDeleteFd (line 623) | func ExtattrDeleteFd(fd int, attrnamespace int, attrname string) (err er... function ExtattrListFd (line 638) | func ExtattrListFd(fd int, attrnamespace int, data uintptr, nbytes int) ... function ExtattrGetFile (line 649) | func ExtattrGetFile(file string, attrnamespace int, attrname string, dat... function ExtattrSetFile (line 670) | func ExtattrSetFile(file string, attrnamespace int, attrname string, dat... function ExtattrDeleteFile (line 691) | func ExtattrDeleteFile(file string, attrnamespace int, attrname string) ... function ExtattrListFile (line 711) | func ExtattrListFile(file string, attrnamespace int, data uintptr, nbyte... function ExtattrGetLink (line 727) | func ExtattrGetLink(link string, attrnamespace int, attrname string, dat... function ExtattrSetLink (line 748) | func ExtattrSetLink(link string, attrnamespace int, attrname string, dat... function ExtattrDeleteLink (line 769) | func ExtattrDeleteLink(link string, attrnamespace int, attrname string) ... function ExtattrListLink (line 789) | func ExtattrListLink(link string, attrnamespace int, data uintptr, nbyte... function Faccessat (line 805) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fadvise (line 820) | func Fadvise(fd int, offset int64, length int64, advice int) (err error) { function Fchdir (line 830) | func Fchdir(fd int) (err error) { function Fchflags (line 840) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 850) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 860) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 875) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 885) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 900) | func Flock(fd int, how int) (err error) { function Fpathconf (line 910) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 921) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 931) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs1 (line 946) | func Fstatvfs1(fd int, buf *Statvfs_t, flags int) (err error) { function Fsync (line 956) | func Fsync(fd int) (err error) { function Ftruncate (line 966) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 976) | func Getegid() (egid int) { function Geteuid (line 984) | func Geteuid() (uid int) { function Getgid (line 992) | func Getgid() (gid int) { function Getpgid (line 1000) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1011) | func Getpgrp() (pgrp int) { function Getpid (line 1019) | func Getpid() (pid int) { function Getppid (line 1027) | func Getppid() (ppid int) { function Getpriority (line 1035) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1046) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1056) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1066) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1077) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1087) | func Getuid() (uid int) { function Issetugid (line 1095) | func Issetugid() (tainted bool) { function Kill (line 1103) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1113) | func Kqueue() (fd int, err error) { function Lchown (line 1124) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1139) | func Link(path string, link string) (err error) { function Linkat (line 1159) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1179) | func Listen(s int, backlog int) (err error) { function Lstat (line 1189) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1204) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1219) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1234) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1249) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1264) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1279) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1294) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1304) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1320) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1336) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1352) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1369) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1386) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1403) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1425) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1447) | func Rename(from string, to string) (err error) { function Renameat (line 1467) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1487) | func Revoke(path string) (err error) { function Rmdir (line 1502) | func Rmdir(path string) (err error) { function Seek (line 1517) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1528) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1539) | func Setegid(egid int) (err error) { function Seteuid (line 1549) | func Seteuid(euid int) (err error) { function Setgid (line 1559) | func Setgid(gid int) (err error) { function Setpgid (line 1569) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1579) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1589) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1599) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1609) | func Setsid() (pid int, err error) { function Settimeofday (line 1620) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1630) | func Setuid(uid int) (err error) { function Stat (line 1640) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs1 (line 1655) | func Statvfs1(path string, buf *Statvfs_t, flags int) (err error) { function Symlink (line 1670) | func Symlink(path string, link string) (err error) { function Symlinkat (line 1690) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 1710) | func Sync() (err error) { function Truncate (line 1720) | func Truncate(path string, length int64) (err error) { function Umask (line 1735) | func Umask(newmask int) (oldmask int) { function Unlink (line 1743) | func Unlink(path string) (err error) { function Unlinkat (line 1758) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 1773) | func Unmount(path string, flags int) (err error) { function write (line 1788) | func write(fd int, p []byte) (n int, err error) { function mmap (line 1805) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1816) | func munmap(addr uintptr, length uintptr) (err error) { function utimensat (line 1826) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function mremapNetBSD (line 1841) | func mremapNetBSD(oldp uintptr, oldsize uintptr, newp uintptr, newsize u... FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go function getgroups (line 17) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 32) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 46) | func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid ... function accept (line 61) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 76) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 90) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function socket (line 104) | func socket(domain int, typ int, proto int) (fd int, err error) { function getsockopt (line 119) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 133) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function getpeername (line 147) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function getsockname (line 161) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Shutdown (line 175) | func Shutdown(s int, how int) (err error) { function socketpair (line 189) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function recvfrom (line 203) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 224) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 244) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 259) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function kevent (line 274) | func kevent(kq int, change unsafe.Pointer, nchange int, event unsafe.Poi... function utimes (line 289) | func utimes(path string, timeval *[2]Timeval) (err error) { function futimes (line 308) | func futimes(fd int, timeval *[2]Timeval) (err error) { function poll (line 322) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Madvise (line 337) | func Madvise(b []byte, behav int) (err error) { function Mlock (line 357) | func Mlock(b []byte) (err error) { function Mlockall (line 377) | func Mlockall(flags int) (err error) { function Mprotect (line 391) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 411) | func Msync(b []byte, flags int) (err error) { function Munlock (line 431) | func Munlock(b []byte) (err error) { function Munlockall (line 451) | func Munlockall() (err error) { function pipe2 (line 465) | func pipe2(p *[2]_C_int, flags int) (err error) { function Getdents (line 479) | func Getdents(fd int, buf []byte) (n int, err error) { function Getcwd (line 500) | func Getcwd(buf []byte) (n int, err error) { function getresuid (line 521) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 532) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function ioctl (line 543) | func ioctl(fd int, req uint, arg uintptr) (err error) { function ioctlPtr (line 557) | func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { function sysctl (line 567) | func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen ... function fcntl (line 587) | func fcntl(fd int, cmd int, arg int) (n int, err error) { function fcntlPtr (line 602) | func fcntlPtr(fd int, cmd int, arg unsafe.Pointer) (n int, err error) { function ppoll (line 613) | func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) ... function Access (line 628) | func Access(path string, mode uint32) (err error) { function Adjtime (line 647) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 661) | func Chdir(path string) (err error) { function Chflags (line 680) | func Chflags(path string, flags int) (err error) { function Chmod (line 699) | func Chmod(path string, mode uint32) (err error) { function Chown (line 718) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 737) | func Chroot(path string) (err error) { function ClockGettime (line 756) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 770) | func Close(fd int) (err error) { function Dup (line 784) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 799) | func Dup2(from int, to int) (err error) { function Dup3 (line 813) | func Dup3(from int, to int, flags int) (err error) { function Exit (line 827) | func Exit(code int) { function Faccessat (line 838) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 857) | func Fchdir(fd int) (err error) { function Fchflags (line 871) | func Fchflags(fd int, flags int) (err error) { function Fchmod (line 885) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 899) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 918) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 932) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Flock (line 951) | func Flock(fd int, how int) (err error) { function Fpathconf (line 965) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 980) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 994) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatfs (line 1013) | func Fstatfs(fd int, stat *Statfs_t) (err error) { function Fsync (line 1027) | func Fsync(fd int) (err error) { function Ftruncate (line 1041) | func Ftruncate(fd int, length int64) (err error) { function Getegid (line 1055) | func Getegid() (egid int) { function Geteuid (line 1067) | func Geteuid() (uid int) { function Getgid (line 1079) | func Getgid() (gid int) { function Getpgid (line 1091) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1106) | func Getpgrp() (pgrp int) { function Getpid (line 1118) | func Getpid() (pid int) { function Getppid (line 1130) | func Getppid() (ppid int) { function Getpriority (line 1142) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 1157) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrtable (line 1171) | func Getrtable() (rtable int, err error) { function Getrusage (line 1186) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1200) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1215) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1229) | func Getuid() (uid int) { function Issetugid (line 1241) | func Issetugid() (tainted bool) { function Kill (line 1253) | func Kill(pid int, signum syscall.Signal) (err error) { function Kqueue (line 1267) | func Kqueue() (fd int, err error) { function Lchown (line 1282) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1301) | func Link(path string, link string) (err error) { function Linkat (line 1325) | func Linkat(pathfd int, path string, linkfd int, link string, flags int)... function Listen (line 1349) | func Listen(s int, backlog int) (err error) { function Lstat (line 1363) | func Lstat(path string, stat *Stat_t) (err error) { function Mkdir (line 1382) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1401) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1420) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1439) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1458) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1477) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Nanosleep (line 1496) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1510) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1530) | func Openat(dirfd int, path string, mode int, perm uint32) (fd int, err ... function Pathconf (line 1550) | func Pathconf(path string, name int) (val int, err error) { function pread (line 1570) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1591) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1612) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1633) | func Readlink(path string, buf []byte) (n int, err error) { function Readlinkat (line 1659) | func Readlinkat(dirfd int, path string, buf []byte) (n int, err error) { function Rename (line 1685) | func Rename(from string, to string) (err error) { function Renameat (line 1709) | func Renameat(fromfd int, from string, tofd int, to string) (err error) { function Revoke (line 1733) | func Revoke(path string) (err error) { function Rmdir (line 1752) | func Rmdir(path string) (err error) { function Seek (line 1771) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1786) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1801) | func Setegid(egid int) (err error) { function Seteuid (line 1815) | func Seteuid(euid int) (err error) { function Setgid (line 1829) | func Setgid(gid int) (err error) { function Setlogin (line 1843) | func Setlogin(name string) (err error) { function Setpgid (line 1862) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1876) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1890) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1904) | func Setreuid(ruid int, euid int) (err error) { function Setresgid (line 1918) | func Setresgid(rgid int, egid int, sgid int) (err error) { function Setresuid (line 1932) | func Setresuid(ruid int, euid int, suid int) (err error) { function Setrtable (line 1946) | func Setrtable(rtable int) (err error) { function Setsid (line 1960) | func Setsid() (pid int, err error) { function Settimeofday (line 1975) | func Settimeofday(tp *Timeval) (err error) { function Setuid (line 1989) | func Setuid(uid int) (err error) { function Stat (line 2003) | func Stat(path string, stat *Stat_t) (err error) { function Statfs (line 2022) | func Statfs(path string, stat *Statfs_t) (err error) { function Symlink (line 2041) | func Symlink(path string, link string) (err error) { function Symlinkat (line 2065) | func Symlinkat(oldpath string, newdirfd int, newpath string) (err error) { function Sync (line 2089) | func Sync() (err error) { function Truncate (line 2103) | func Truncate(path string, length int64) (err error) { function Umask (line 2122) | func Umask(newmask int) (oldmask int) { function Unlink (line 2134) | func Unlink(path string) (err error) { function Unlinkat (line 2153) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Unmount (line 2172) | func Unmount(path string, flags int) (err error) { function write (line 2191) | func write(fd int, p []byte) (n int, err error) { function mmap (line 2212) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 2227) | func munmap(addr uintptr, length uintptr) (err error) { function getfsstat (line 2241) | func getfsstat(stat *Statfs_t, bufsize uintptr, flags int) (n int, err e... function utimensat (line 2256) | func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (e... function pledge (line 2275) | func pledge(promises *byte, execpromises *byte) (err error) { function unveil (line 2289) | func unveil(path *byte, flags *byte) (err error) { FILE: vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go function pipe (line 434) | func pipe(p *[2]_C_int) (n int, err error) { function pipe2 (line 445) | func pipe2(p *[2]_C_int, flags int) (err error) { function getsockname (line 455) | func getsockname(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function Getcwd (line 465) | func Getcwd(buf []byte) (n int, err error) { function getgroups (line 480) | func getgroups(ngid int, gid *_Gid_t) (n int, err error) { function setgroups (line 491) | func setgroups(ngid int, gid *_Gid_t) (err error) { function wait4 (line 501) | func wait4(pid int32, statusp *_C_int, options int, rusage *Rusage) (wpi... function gethostname (line 512) | func gethostname(buf []byte) (n int, err error) { function utimes (line 527) | func utimes(path string, times *[2]Timeval) (err error) { function utimensat (line 542) | func utimensat(fd int, path string, times *[2]Timespec, flag int) (err e... function fcntl (line 557) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function futimesat (line 568) | func futimesat(fildes int, path *byte, times *[2]Timeval) (err error) { function accept (line 578) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function recvmsg (line 589) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 600) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function acct (line 611) | func acct(path *byte) (err error) { function __makedev (line 621) | func __makedev(version int, major uint, minor uint) (val uint64) { function __major (line 629) | func __major(version int, dev uint64) (val uint) { function __minor (line 637) | func __minor(version int, dev uint64) (val uint) { function ioctlRet (line 645) | func ioctlRet(fd int, req int, arg uintptr) (ret int, err error) { function ioctlPtrRet (line 656) | func ioctlPtrRet(fd int, req int, arg unsafe.Pointer) (ret int, err erro... function poll (line 667) | func poll(fds *PollFd, nfds int, timeout int) (n int, err error) { function Access (line 678) | func Access(path string, mode uint32) (err error) { function Adjtime (line 693) | func Adjtime(delta *Timeval, olddelta *Timeval) (err error) { function Chdir (line 703) | func Chdir(path string) (err error) { function Chmod (line 718) | func Chmod(path string, mode uint32) (err error) { function Chown (line 733) | func Chown(path string, uid int, gid int) (err error) { function Chroot (line 748) | func Chroot(path string) (err error) { function ClockGettime (line 763) | func ClockGettime(clockid int32, time *Timespec) (err error) { function Close (line 773) | func Close(fd int) (err error) { function Creat (line 783) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 799) | func Dup(fd int) (nfd int, err error) { function Dup2 (line 810) | func Dup2(oldfd int, newfd int) (err error) { function Exit (line 820) | func Exit(code int) { function Faccessat (line 827) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... function Fchdir (line 842) | func Fchdir(fd int) (err error) { function Fchmod (line 852) | func Fchmod(fd int, mode uint32) (err error) { function Fchmodat (line 862) | func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { function Fchown (line 877) | func Fchown(fd int, uid int, gid int) (err error) { function Fchownat (line 887) | func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err ... function Fdatasync (line 902) | func Fdatasync(fd int) (err error) { function Flock (line 912) | func Flock(fd int, how int) (err error) { function Fpathconf (line 922) | func Fpathconf(fd int, name int) (val int, err error) { function Fstat (line 933) | func Fstat(fd int, stat *Stat_t) (err error) { function Fstatat (line 943) | func Fstatat(fd int, path string, stat *Stat_t, flags int) (err error) { function Fstatvfs (line 958) | func Fstatvfs(fd int, vfsstat *Statvfs_t) (err error) { function Getdents (line 968) | func Getdents(fd int, buf []byte, basep *uintptr) (n int, err error) { function Getgid (line 983) | func Getgid() (gid int) { function Getpid (line 991) | func Getpid() (pid int) { function Getpgid (line 999) | func Getpgid(pid int) (pgid int, err error) { function Getpgrp (line 1010) | func Getpgrp() (pgid int, err error) { function Geteuid (line 1021) | func Geteuid() (euid int) { function Getegid (line 1029) | func Getegid() (egid int) { function Getppid (line 1037) | func Getppid() (ppid int) { function Getpriority (line 1045) | func Getpriority(which int, who int) (n int, err error) { function Getrlimit (line 1056) | func Getrlimit(which int, lim *Rlimit) (err error) { function Getrusage (line 1066) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1076) | func Getsid(pid int) (sid int, err error) { function Gettimeofday (line 1087) | func Gettimeofday(tv *Timeval) (err error) { function Getuid (line 1097) | func Getuid() (uid int) { function Kill (line 1105) | func Kill(pid int, signum syscall.Signal) (err error) { function Lchown (line 1115) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 1130) | func Link(path string, link string) (err error) { function Listen (line 1150) | func Listen(s int, backlog int) (err error) { function Lstat (line 1160) | func Lstat(path string, stat *Stat_t) (err error) { function Madvise (line 1175) | func Madvise(b []byte, advice int) (err error) { function Mkdir (line 1189) | func Mkdir(path string, mode uint32) (err error) { function Mkdirat (line 1204) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mkfifo (line 1219) | func Mkfifo(path string, mode uint32) (err error) { function Mkfifoat (line 1234) | func Mkfifoat(dirfd int, path string, mode uint32) (err error) { function Mknod (line 1249) | func Mknod(path string, mode uint32, dev int) (err error) { function Mknodat (line 1264) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function Mlock (line 1279) | func Mlock(b []byte) (err error) { function Mlockall (line 1293) | func Mlockall(flags int) (err error) { function Mprotect (line 1303) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 1317) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1331) | func Munlock(b []byte) (err error) { function Munlockall (line 1345) | func Munlockall() (err error) { function Nanosleep (line 1355) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function Open (line 1365) | func Open(path string, mode int, perm uint32) (fd int, err error) { function Openat (line 1381) | func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err... function Pathconf (line 1397) | func Pathconf(path string, name int) (val int, err error) { function Pause (line 1413) | func Pause() (err error) { function pread (line 1423) | func pread(fd int, p []byte, offset int64) (n int, err error) { function pwrite (line 1438) | func pwrite(fd int, p []byte, offset int64) (n int, err error) { function read (line 1453) | func read(fd int, p []byte) (n int, err error) { function Readlink (line 1468) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 1488) | func Rename(from string, to string) (err error) { function Renameat (line 1508) | func Renameat(olddirfd int, oldpath string, newdirfd int, newpath string... function Rmdir (line 1528) | func Rmdir(path string) (err error) { function Seek (line 1543) | func Seek(fd int, offset int64, whence int) (newoffset int64, err error) { function Select (line 1554) | func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n ... function Setegid (line 1565) | func Setegid(egid int) (err error) { function Seteuid (line 1575) | func Seteuid(euid int) (err error) { function Setgid (line 1585) | func Setgid(gid int) (err error) { function Sethostname (line 1595) | func Sethostname(p []byte) (err error) { function Setpgid (line 1609) | func Setpgid(pid int, pgid int) (err error) { function Setpriority (line 1619) | func Setpriority(which int, who int, prio int) (err error) { function Setregid (line 1629) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1639) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1649) | func Setsid() (pid int, err error) { function Setuid (line 1660) | func Setuid(uid int) (err error) { function Shutdown (line 1670) | func Shutdown(s int, how int) (err error) { function Stat (line 1680) | func Stat(path string, stat *Stat_t) (err error) { function Statvfs (line 1695) | func Statvfs(path string, vfsstat *Statvfs_t) (err error) { function Symlink (line 1710) | func Symlink(path string, link string) (err error) { function Sync (line 1730) | func Sync() (err error) { function Sysconf (line 1740) | func Sysconf(which int) (n int64, err error) { function Times (line 1751) | func Times(tms *Tms) (ticks uintptr, err error) { function Truncate (line 1762) | func Truncate(path string, length int64) (err error) { function Fsync (line 1777) | func Fsync(fd int) (err error) { function Ftruncate (line 1787) | func Ftruncate(fd int, length int64) (err error) { function Umask (line 1797) | func Umask(mask int) (oldmask int) { function Uname (line 1805) | func Uname(buf *Utsname) (err error) { function Unmount (line 1815) | func Unmount(target string, flags int) (err error) { function Unlink (line 1830) | func Unlink(path string) (err error) { function Unlinkat (line 1845) | func Unlinkat(dirfd int, path string, flags int) (err error) { function Ustat (line 1860) | func Ustat(dev int, ubuf *Ustat_t) (err error) { function Utime (line 1870) | func Utime(path string, buf *Utimbuf) (err error) { function bind (line 1885) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 1895) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function mmap (line 1905) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 1916) | func munmap(addr uintptr, length uintptr) (err error) { function sendfile (line 1926) | func sendfile(outfd int, infd int, offset *int64, count int) (written in... function sendto (line 1937) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function socket (line 1951) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 1962) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function write (line 1972) | func write(fd int, p []byte) (n int, err error) { function getsockopt (line 1987) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function getpeername (line 1997) | func getpeername(fd int, rsa *RawSockaddrAny, addrlen *_Socklen) (err er... function setsockopt (line 2007) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function recvfrom (line 2017) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function port_create (line 2032) | func port_create() (n int, err error) { function port_associate (line 2043) | func port_associate(port int, source int, object uintptr, events int, us... function port_dissociate (line 2054) | func port_dissociate(port int, source int, object uintptr) (n int, err e... function port_get (line 2065) | func port_get(port int, pe *portEvent, timeout *Timespec) (n int, err er... function port_getn (line 2076) | func port_getn(port int, pe *portEvent, max uint32, nget *uint32, timeou... function putmsg (line 2087) | func putmsg(fd int, clptr *strbuf, dataptr *strbuf, flags int) (err erro... function getmsg (line 2097) | 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 14) | func fcntl(fd int, cmd int, arg int) (val int, err error) { function read (line 25) | func read(fd int, p []byte) (n int, err error) { function write (line 42) | func write(fd int, p []byte) (n int, err error) { function accept (line 59) | func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err ... function bind (line 70) | func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function connect (line 80) | func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) { function getgroups (line 90) | func getgroups(n int, list *_Gid_t) (nn int, err error) { function setgroups (line 101) | func setgroups(n int, list *_Gid_t) (err error) { function getsockopt (line 111) | func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *... function setsockopt (line 121) | func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen u... function socket (line 131) | func socket(domain int, typ int, proto int) (fd int, err error) { function socketpair (line 142) | func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { function getpeername (line 152) | 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 recvfrom (line 172) | func recvfrom(fd int, p []byte, flags int, from *RawSockaddrAny, fromlen... function sendto (line 189) | func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _So... function recvmsg (line 205) | func recvmsg(s int, msg *Msghdr, flags int) (n int, err error) { function sendmsg (line 216) | func sendmsg(s int, msg *Msghdr, flags int) (n int, err error) { function mmap (line 227) | func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos ... function munmap (line 238) | func munmap(addr uintptr, length uintptr) (err error) { function ioctl (line 248) | func ioctl(fd int, req int, arg uintptr) (err error) { function ioctlPtr (line 258) | func ioctlPtr(fd int, req int, arg unsafe.Pointer) (err error) { function Access (line 268) | func Access(path string, mode uint32) (err error) { function Chdir (line 283) | func Chdir(path string) (err error) { function Chown (line 298) | func Chown(path string, uid int, gid int) (err error) { function Chmod (line 313) | func Chmod(path string, mode uint32) (err error) { function Creat (line 328) | func Creat(path string, mode uint32) (fd int, err error) { function Dup (line 344) | func Dup(oldfd int) (fd int, err error) { function Dup2 (line 355) | func Dup2(oldfd int, newfd int) (err error) { function Errno2 (line 365) | func Errno2() (er2 int) { function Err2ad (line 373) | func Err2ad() (eadd *int) { function Exit (line 381) | func Exit(code int) { function Fchdir (line 388) | func Fchdir(fd int) (err error) { function Fchmod (line 398) | func Fchmod(fd int, mode uint32) (err error) { function Fchown (line 408) | func Fchown(fd int, uid int, gid int) (err error) { function FcntlInt (line 418) | func FcntlInt(fd uintptr, cmd int, arg int) (retval int, err error) { function fstat (line 429) | func fstat(fd int, stat *Stat_LE_t) (err error) { function Fstatvfs (line 439) | func Fstatvfs(fd int, stat *Statvfs_t) (err error) { function Fsync (line 449) | func Fsync(fd int) (err error) { function Ftruncate (line 459) | func Ftruncate(fd int, length int64) (err error) { function Getpagesize (line 469) | func Getpagesize() (pgsize int) { function Mprotect (line 477) | func Mprotect(b []byte, prot int) (err error) { function Msync (line 493) | func Msync(b []byte, flags int) (err error) { function Poll (line 509) | func Poll(fds []PollFd, timeout int) (n int, err error) { function Times (line 526) | func Times(tms *Tms) (ticks uintptr, err error) { function W_Getmntent (line 537) | func W_Getmntent(buff *byte, size int) (lastsys int, err error) { function W_Getmntent_A (line 548) | func W_Getmntent_A(buff *byte, size int) (lastsys int, err error) { function mount_LE (line 559) | func mount_LE(path string, filesystem string, fstype string, mtm uint32,... function unmount (line 589) | func unmount(filesystem string, mtm int) (err error) { function Chroot (line 604) | func Chroot(path string) (err error) { function Uname (line 619) | func Uname(buf *Utsname) (err error) { function Gethostname (line 629) | func Gethostname(buf []byte) (err error) { function Getegid (line 645) | func Getegid() (egid int) { function Geteuid (line 653) | func Geteuid() (uid int) { function Getgid (line 661) | func Getgid() (gid int) { function Getpid (line 669) | func Getpid() (pid int) { function Getpgid (line 677) | func Getpgid(pid int) (pgid int, err error) { function Getppid (line 688) | func Getppid() (pid int) { function Getpriority (line 696) | func Getpriority(which int, who int) (prio int, err error) { function Getrlimit (line 707) | func Getrlimit(resource int, rlim *Rlimit) (err error) { function getrusage (line 717) | func getrusage(who int, rusage *rusage_zos) (err error) { function Getsid (line 727) | func Getsid(pid int) (sid int, err error) { function Getuid (line 738) | func Getuid() (uid int) { function Kill (line 746) | func Kill(pid int, sig Signal) (err error) { function Lchown (line 756) | func Lchown(path string, uid int, gid int) (err error) { function Link (line 771) | func Link(path string, link string) (err error) { function Listen (line 791) | func Listen(s int, n int) (err error) { function lstat (line 801) | func lstat(path string, stat *Stat_LE_t) (err error) { function Mkdir (line 816) | func Mkdir(path string, mode uint32) (err error) { function Mkfifo (line 831) | func Mkfifo(path string, mode uint32) (err error) { function Mknod (line 846) | func Mknod(path string, mode uint32, dev int) (err error) { function Pread (line 861) | func Pread(fd int, p []byte, offset int64) (n int, err error) { function Pwrite (line 878) | func Pwrite(fd int, p []byte, offset int64) (n int, err error) { function Readlink (line 895) | func Readlink(path string, buf []byte) (n int, err error) { function Rename (line 917) | func Rename(from string, to string) (err error) { function Rmdir (line 937) | func Rmdir(path string) (err error) { function Seek (line 952) | func Seek(fd int, offset int64, whence int) (off int64, err error) { function Setpriority (line 963) | func Setpriority(which int, who int, prio int) (err error) { function Setpgid (line 973) | func Setpgid(pid int, pgid int) (err error) { function Setrlimit (line 983) | func Setrlimit(resource int, lim *Rlimit) (err error) { function Setregid (line 993) | func Setregid(rgid int, egid int) (err error) { function Setreuid (line 1003) | func Setreuid(ruid int, euid int) (err error) { function Setsid (line 1013) | func Setsid() (pid int, err error) { function Setuid (line 1024) | func Setuid(uid int) (err error) { function Setgid (line 1034) | func Setgid(uid int) (err error) { function Shutdown (line 1044) | func Shutdown(fd int, how int) (err error) { function stat (line 1054) | func stat(path string, statLE *Stat_LE_t) (err error) { function Symlink (line 1069) | func Symlink(path string, link string) (err error) { function Sync (line 1089) | func Sync() { function Truncate (line 1096) | func Truncate(path string, length int64) (err error) { function Tcgetattr (line 1111) | func Tcgetattr(fildes int, termptr *Termios) (err error) { function Tcsetattr (line 1121) | func Tcsetattr(fildes int, when int, termptr *Termios) (err error) { function Umask (line 1131) | func Umask(mask int) (oldmask int) { function Unlink (line 1139) | func Unlink(path string) (err error) { function Utime (line 1154) | func Utime(path string, utim *Utimbuf) (err error) { function open (line 1169) | func open(path string, mode int, perm uint32) (fd int, err error) { function remove (line 1185) | func remove(path string) (err error) { function waitpid (line 1200) | func waitpid(pid int, wstatus *_C_int, options int) (wpid int, err error) { function gettimeofday (line 1211) | func gettimeofday(tv *timeval_zos) (err error) { function pipe (line 1221) | func pipe(p *[2]_C_int) (err error) { function utimes (line 1231) | func utimes(path string, timeval *[2]Timeval) (err error) { function Select (line 1246) | 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 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go type mibentry (line 8) | type mibentry struct FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go constant SYS_SYSCALL (line 10) | SYS_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_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_GETFSSTAT (line 25) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 26) | SYS_GETPID = 20 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_PIPE (line 44) | SYS_PIPE = 42 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 46) | SYS_SIGACTION = 46 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 48) | SYS_SIGPROCMASK = 48 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_SIGPENDING (line 52) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 53) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 54) | SYS_IOCTL = 54 constant SYS_REBOOT (line 55) | SYS_REBOOT = 55 constant SYS_REVOKE (line 56) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 57) | SYS_SYMLINK = 57 constant SYS_READLINK (line 58) | SYS_READLINK = 58 constant SYS_EXECVE (line 59) | SYS_EXECVE = 59 constant SYS_UMASK (line 60) | SYS_UMASK = 60 constant SYS_CHROOT (line 61) | SYS_CHROOT = 61 constant SYS_MSYNC (line 62) | SYS_MSYNC = 65 constant SYS_VFORK (line 63) | SYS_VFORK = 66 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 87) | SYS_SIGSUSPEND = 111 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_FUTIMES (line 107) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 108) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 109) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 110) | SYS_SETSID = 147 constant SYS_GETPGID (line 111) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 112) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 113) | SYS_PREAD = 153 constant SYS_PWRITE (line 114) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 115) | SYS_NFSSVC = 155 constant SYS_STATFS (line 116) | SYS_STATFS = 157 constant SYS_FSTATFS (line 117) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 118) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 119) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 120) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 121) | SYS_MOUNT = 167 constant SYS_CSOPS (line 122) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 123) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 124) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 125) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 126) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 127) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 128) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 129) | SYS_SETGID = 181 constant SYS_SETEGID (line 130) | SYS_SETEGID = 182 constant SYS_SETEUID (line 131) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 132) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 133) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 134) | SYS_FDATASYNC = 187 constant SYS_STAT (line 135) | SYS_STAT = 188 constant SYS_FSTAT (line 136) | SYS_FSTAT = 189 constant SYS_LSTAT (line 137) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 138) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 139) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 140) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 141) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 142) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 143) | SYS_MMAP = 197 constant SYS_LSEEK (line 144) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 145) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 146) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 147) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 148) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 149) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 150) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 151) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 152) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 153) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 154) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 155) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 156) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 157) | SYS_DELETE = 226 constant SYS_COPYFILE (line 158) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 159) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 160) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 161) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 162) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 163) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 164) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 165) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 166) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 167) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 168) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 169) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 170) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 171) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 172) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 173) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 174) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 175) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 176) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 177) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 179) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 180) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 181) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 182) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 183) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 184) | SYS_SEMGET = 255 constant SYS_SEMOP (line 185) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 186) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 187) | SYS_MSGGET = 259 constant SYS_MSGSND (line 188) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 189) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 190) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 191) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 192) | SYS_SHMDT = 264 constant SYS_SHMGET (line 193) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 194) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 195) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 196) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 197) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 198) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 199) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 200) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 201) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 202) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 203) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 204) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 205) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 206) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 207) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 208) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 209) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 210) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 211) | SYS_SETTID = 285 constant SYS_GETTID (line 212) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 213) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 214) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 215) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 216) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 217) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 218) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 219) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 220) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 221) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 222) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 223) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 224) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 225) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 226) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 227) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 228) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 229) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 230) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 231) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 232) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 233) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 234) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 235) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 236) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 237) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 238) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 239) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 240) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 241) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 242) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 243) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 244) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 245) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 246) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 247) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 248) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 249) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 250) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 251) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 252) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 253) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 254) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 255) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 256) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 257) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 258) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 259) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 260) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 261) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 262) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 263) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 264) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 265) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 266) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 267) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 268) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 269) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 270) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 271) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 272) | SYS_AUDIT = 350 constant SYS_AUDITON (line 273) | SYS_AUDITON = 351 constant SYS_GETAUID (line 274) | SYS_GETAUID = 353 constant SYS_SETAUID (line 275) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 276) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 277) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 278) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 279) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 280) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 281) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 282) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 283) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 284) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 285) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 286) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 287) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 288) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 289) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 290) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 291) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 292) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 293) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 294) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 295) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 296) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 297) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 298) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 299) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 300) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 301) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 302) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 303) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 304) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 305) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 306) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 307) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 308) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 309) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 310) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 311) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 312) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 313) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 314) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 315) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 316) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 317) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 318) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 319) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 320) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 321) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 322) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 323) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 324) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 325) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 326) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 327) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 328) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 329) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 330) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 331) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 332) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 333) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 334) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 335) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 336) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 337) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 338) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 339) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 340) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 341) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 342) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 343) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 344) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 345) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 346) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 347) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 348) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 349) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 350) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 351) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 352) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 353) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 354) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 355) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 356) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 357) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 358) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 359) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 360) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 361) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 362) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 363) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 364) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 365) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 366) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 367) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 368) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 369) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 370) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 371) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 372) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 373) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 374) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 375) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 376) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 377) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 378) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 379) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 380) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 381) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 382) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 383) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 384) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 385) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 386) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 387) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 388) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 389) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 390) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 391) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 392) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 393) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 394) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 395) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 396) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 397) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 398) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 399) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 400) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 401) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 402) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 403) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 404) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 405) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 406) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 407) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 408) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 409) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 410) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 411) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 412) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 413) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 414) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 415) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 416) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 417) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 418) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 419) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 420) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 421) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 422) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 423) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 424) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 425) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 426) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 427) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 428) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 429) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 430) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 431) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 432) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 433) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 434) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_KQUEUE_WORKLOOP_CTL (line 435) | SYS_KQUEUE_WORKLOOP_CTL = 530 constant SYS___MACH_BRIDGE_REMOTE_TIME (line 436) | SYS___MACH_BRIDGE_REMOTE_TIME = 531 constant SYS_MAXSYSCALL (line 437) | SYS_MAXSYSCALL = 532 constant SYS_INVALID (line 438) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go constant SYS_SYSCALL (line 10) | SYS_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_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_GETFSSTAT (line 25) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 26) | SYS_GETPID = 20 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_PIPE (line 44) | SYS_PIPE = 42 constant SYS_GETEGID (line 45) | SYS_GETEGID = 43 constant SYS_SIGACTION (line 46) | SYS_SIGACTION = 46 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 48) | SYS_SIGPROCMASK = 48 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_SIGPENDING (line 52) | SYS_SIGPENDING = 52 constant SYS_SIGALTSTACK (line 53) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 54) | SYS_IOCTL = 54 constant SYS_REBOOT (line 55) | SYS_REBOOT = 55 constant SYS_REVOKE (line 56) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 57) | SYS_SYMLINK = 57 constant SYS_READLINK (line 58) | SYS_READLINK = 58 constant SYS_EXECVE (line 59) | SYS_EXECVE = 59 constant SYS_UMASK (line 60) | SYS_UMASK = 60 constant SYS_CHROOT (line 61) | SYS_CHROOT = 61 constant SYS_MSYNC (line 62) | SYS_MSYNC = 65 constant SYS_VFORK (line 63) | SYS_VFORK = 66 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_SIGSUSPEND (line 87) | SYS_SIGSUSPEND = 111 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_FUTIMES (line 107) | SYS_FUTIMES = 139 constant SYS_ADJTIME (line 108) | SYS_ADJTIME = 140 constant SYS_GETHOSTUUID (line 109) | SYS_GETHOSTUUID = 142 constant SYS_SETSID (line 110) | SYS_SETSID = 147 constant SYS_GETPGID (line 111) | SYS_GETPGID = 151 constant SYS_SETPRIVEXEC (line 112) | SYS_SETPRIVEXEC = 152 constant SYS_PREAD (line 113) | SYS_PREAD = 153 constant SYS_PWRITE (line 114) | SYS_PWRITE = 154 constant SYS_NFSSVC (line 115) | SYS_NFSSVC = 155 constant SYS_STATFS (line 116) | SYS_STATFS = 157 constant SYS_FSTATFS (line 117) | SYS_FSTATFS = 158 constant SYS_UNMOUNT (line 118) | SYS_UNMOUNT = 159 constant SYS_GETFH (line 119) | SYS_GETFH = 161 constant SYS_QUOTACTL (line 120) | SYS_QUOTACTL = 165 constant SYS_MOUNT (line 121) | SYS_MOUNT = 167 constant SYS_CSOPS (line 122) | SYS_CSOPS = 169 constant SYS_CSOPS_AUDITTOKEN (line 123) | SYS_CSOPS_AUDITTOKEN = 170 constant SYS_WAITID (line 124) | SYS_WAITID = 173 constant SYS_KDEBUG_TYPEFILTER (line 125) | SYS_KDEBUG_TYPEFILTER = 177 constant SYS_KDEBUG_TRACE_STRING (line 126) | SYS_KDEBUG_TRACE_STRING = 178 constant SYS_KDEBUG_TRACE64 (line 127) | SYS_KDEBUG_TRACE64 = 179 constant SYS_KDEBUG_TRACE (line 128) | SYS_KDEBUG_TRACE = 180 constant SYS_SETGID (line 129) | SYS_SETGID = 181 constant SYS_SETEGID (line 130) | SYS_SETEGID = 182 constant SYS_SETEUID (line 131) | SYS_SETEUID = 183 constant SYS_SIGRETURN (line 132) | SYS_SIGRETURN = 184 constant SYS_THREAD_SELFCOUNTS (line 133) | SYS_THREAD_SELFCOUNTS = 186 constant SYS_FDATASYNC (line 134) | SYS_FDATASYNC = 187 constant SYS_STAT (line 135) | SYS_STAT = 188 constant SYS_FSTAT (line 136) | SYS_FSTAT = 189 constant SYS_LSTAT (line 137) | SYS_LSTAT = 190 constant SYS_PATHCONF (line 138) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 139) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 140) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 141) | SYS_SETRLIMIT = 195 constant SYS_GETDIRENTRIES (line 142) | SYS_GETDIRENTRIES = 196 constant SYS_MMAP (line 143) | SYS_MMAP = 197 constant SYS_LSEEK (line 144) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 145) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 146) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 147) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 148) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 149) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 150) | SYS_UNDELETE = 205 constant SYS_OPEN_DPROTECTED_NP (line 151) | SYS_OPEN_DPROTECTED_NP = 216 constant SYS_GETATTRLIST (line 152) | SYS_GETATTRLIST = 220 constant SYS_SETATTRLIST (line 153) | SYS_SETATTRLIST = 221 constant SYS_GETDIRENTRIESATTR (line 154) | SYS_GETDIRENTRIESATTR = 222 constant SYS_EXCHANGEDATA (line 155) | SYS_EXCHANGEDATA = 223 constant SYS_SEARCHFS (line 156) | SYS_SEARCHFS = 225 constant SYS_DELETE (line 157) | SYS_DELETE = 226 constant SYS_COPYFILE (line 158) | SYS_COPYFILE = 227 constant SYS_FGETATTRLIST (line 159) | SYS_FGETATTRLIST = 228 constant SYS_FSETATTRLIST (line 160) | SYS_FSETATTRLIST = 229 constant SYS_POLL (line 161) | SYS_POLL = 230 constant SYS_WATCHEVENT (line 162) | SYS_WATCHEVENT = 231 constant SYS_WAITEVENT (line 163) | SYS_WAITEVENT = 232 constant SYS_MODWATCH (line 164) | SYS_MODWATCH = 233 constant SYS_GETXATTR (line 165) | SYS_GETXATTR = 234 constant SYS_FGETXATTR (line 166) | SYS_FGETXATTR = 235 constant SYS_SETXATTR (line 167) | SYS_SETXATTR = 236 constant SYS_FSETXATTR (line 168) | SYS_FSETXATTR = 237 constant SYS_REMOVEXATTR (line 169) | SYS_REMOVEXATTR = 238 constant SYS_FREMOVEXATTR (line 170) | SYS_FREMOVEXATTR = 239 constant SYS_LISTXATTR (line 171) | SYS_LISTXATTR = 240 constant SYS_FLISTXATTR (line 172) | SYS_FLISTXATTR = 241 constant SYS_FSCTL (line 173) | SYS_FSCTL = 242 constant SYS_INITGROUPS (line 174) | SYS_INITGROUPS = 243 constant SYS_POSIX_SPAWN (line 175) | SYS_POSIX_SPAWN = 244 constant SYS_FFSCTL (line 176) | SYS_FFSCTL = 245 constant SYS_NFSCLNT (line 177) | SYS_NFSCLNT = 247 constant SYS_FHOPEN (line 178) | SYS_FHOPEN = 248 constant SYS_MINHERIT (line 179) | SYS_MINHERIT = 250 constant SYS_SEMSYS (line 180) | SYS_SEMSYS = 251 constant SYS_MSGSYS (line 181) | SYS_MSGSYS = 252 constant SYS_SHMSYS (line 182) | SYS_SHMSYS = 253 constant SYS_SEMCTL (line 183) | SYS_SEMCTL = 254 constant SYS_SEMGET (line 184) | SYS_SEMGET = 255 constant SYS_SEMOP (line 185) | SYS_SEMOP = 256 constant SYS_MSGCTL (line 186) | SYS_MSGCTL = 258 constant SYS_MSGGET (line 187) | SYS_MSGGET = 259 constant SYS_MSGSND (line 188) | SYS_MSGSND = 260 constant SYS_MSGRCV (line 189) | SYS_MSGRCV = 261 constant SYS_SHMAT (line 190) | SYS_SHMAT = 262 constant SYS_SHMCTL (line 191) | SYS_SHMCTL = 263 constant SYS_SHMDT (line 192) | SYS_SHMDT = 264 constant SYS_SHMGET (line 193) | SYS_SHMGET = 265 constant SYS_SHM_OPEN (line 194) | SYS_SHM_OPEN = 266 constant SYS_SHM_UNLINK (line 195) | SYS_SHM_UNLINK = 267 constant SYS_SEM_OPEN (line 196) | SYS_SEM_OPEN = 268 constant SYS_SEM_CLOSE (line 197) | SYS_SEM_CLOSE = 269 constant SYS_SEM_UNLINK (line 198) | SYS_SEM_UNLINK = 270 constant SYS_SEM_WAIT (line 199) | SYS_SEM_WAIT = 271 constant SYS_SEM_TRYWAIT (line 200) | SYS_SEM_TRYWAIT = 272 constant SYS_SEM_POST (line 201) | SYS_SEM_POST = 273 constant SYS_SYSCTLBYNAME (line 202) | SYS_SYSCTLBYNAME = 274 constant SYS_OPEN_EXTENDED (line 203) | SYS_OPEN_EXTENDED = 277 constant SYS_UMASK_EXTENDED (line 204) | SYS_UMASK_EXTENDED = 278 constant SYS_STAT_EXTENDED (line 205) | SYS_STAT_EXTENDED = 279 constant SYS_LSTAT_EXTENDED (line 206) | SYS_LSTAT_EXTENDED = 280 constant SYS_FSTAT_EXTENDED (line 207) | SYS_FSTAT_EXTENDED = 281 constant SYS_CHMOD_EXTENDED (line 208) | SYS_CHMOD_EXTENDED = 282 constant SYS_FCHMOD_EXTENDED (line 209) | SYS_FCHMOD_EXTENDED = 283 constant SYS_ACCESS_EXTENDED (line 210) | SYS_ACCESS_EXTENDED = 284 constant SYS_SETTID (line 211) | SYS_SETTID = 285 constant SYS_GETTID (line 212) | SYS_GETTID = 286 constant SYS_SETSGROUPS (line 213) | SYS_SETSGROUPS = 287 constant SYS_GETSGROUPS (line 214) | SYS_GETSGROUPS = 288 constant SYS_SETWGROUPS (line 215) | SYS_SETWGROUPS = 289 constant SYS_GETWGROUPS (line 216) | SYS_GETWGROUPS = 290 constant SYS_MKFIFO_EXTENDED (line 217) | SYS_MKFIFO_EXTENDED = 291 constant SYS_MKDIR_EXTENDED (line 218) | SYS_MKDIR_EXTENDED = 292 constant SYS_IDENTITYSVC (line 219) | SYS_IDENTITYSVC = 293 constant SYS_SHARED_REGION_CHECK_NP (line 220) | SYS_SHARED_REGION_CHECK_NP = 294 constant SYS_VM_PRESSURE_MONITOR (line 221) | SYS_VM_PRESSURE_MONITOR = 296 constant SYS_PSYNCH_RW_LONGRDLOCK (line 222) | SYS_PSYNCH_RW_LONGRDLOCK = 297 constant SYS_PSYNCH_RW_YIELDWRLOCK (line 223) | SYS_PSYNCH_RW_YIELDWRLOCK = 298 constant SYS_PSYNCH_RW_DOWNGRADE (line 224) | SYS_PSYNCH_RW_DOWNGRADE = 299 constant SYS_PSYNCH_RW_UPGRADE (line 225) | SYS_PSYNCH_RW_UPGRADE = 300 constant SYS_PSYNCH_MUTEXWAIT (line 226) | SYS_PSYNCH_MUTEXWAIT = 301 constant SYS_PSYNCH_MUTEXDROP (line 227) | SYS_PSYNCH_MUTEXDROP = 302 constant SYS_PSYNCH_CVBROAD (line 228) | SYS_PSYNCH_CVBROAD = 303 constant SYS_PSYNCH_CVSIGNAL (line 229) | SYS_PSYNCH_CVSIGNAL = 304 constant SYS_PSYNCH_CVWAIT (line 230) | SYS_PSYNCH_CVWAIT = 305 constant SYS_PSYNCH_RW_RDLOCK (line 231) | SYS_PSYNCH_RW_RDLOCK = 306 constant SYS_PSYNCH_RW_WRLOCK (line 232) | SYS_PSYNCH_RW_WRLOCK = 307 constant SYS_PSYNCH_RW_UNLOCK (line 233) | SYS_PSYNCH_RW_UNLOCK = 308 constant SYS_PSYNCH_RW_UNLOCK2 (line 234) | SYS_PSYNCH_RW_UNLOCK2 = 309 constant SYS_GETSID (line 235) | SYS_GETSID = 310 constant SYS_SETTID_WITH_PID (line 236) | SYS_SETTID_WITH_PID = 311 constant SYS_PSYNCH_CVCLRPREPOST (line 237) | SYS_PSYNCH_CVCLRPREPOST = 312 constant SYS_AIO_FSYNC (line 238) | SYS_AIO_FSYNC = 313 constant SYS_AIO_RETURN (line 239) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 240) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 241) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 242) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 243) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 244) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 245) | SYS_LIO_LISTIO = 320 constant SYS_IOPOLICYSYS (line 246) | SYS_IOPOLICYSYS = 322 constant SYS_PROCESS_POLICY (line 247) | SYS_PROCESS_POLICY = 323 constant SYS_MLOCKALL (line 248) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 249) | SYS_MUNLOCKALL = 325 constant SYS_ISSETUGID (line 250) | SYS_ISSETUGID = 327 constant SYS___PTHREAD_KILL (line 251) | SYS___PTHREAD_KILL = 328 constant SYS___PTHREAD_SIGMASK (line 252) | SYS___PTHREAD_SIGMASK = 329 constant SYS___SIGWAIT (line 253) | SYS___SIGWAIT = 330 constant SYS___DISABLE_THREADSIGNAL (line 254) | SYS___DISABLE_THREADSIGNAL = 331 constant SYS___PTHREAD_MARKCANCEL (line 255) | SYS___PTHREAD_MARKCANCEL = 332 constant SYS___PTHREAD_CANCELED (line 256) | SYS___PTHREAD_CANCELED = 333 constant SYS___SEMWAIT_SIGNAL (line 257) | SYS___SEMWAIT_SIGNAL = 334 constant SYS_PROC_INFO (line 258) | SYS_PROC_INFO = 336 constant SYS_SENDFILE (line 259) | SYS_SENDFILE = 337 constant SYS_STAT64 (line 260) | SYS_STAT64 = 338 constant SYS_FSTAT64 (line 261) | SYS_FSTAT64 = 339 constant SYS_LSTAT64 (line 262) | SYS_LSTAT64 = 340 constant SYS_STAT64_EXTENDED (line 263) | SYS_STAT64_EXTENDED = 341 constant SYS_LSTAT64_EXTENDED (line 264) | SYS_LSTAT64_EXTENDED = 342 constant SYS_FSTAT64_EXTENDED (line 265) | SYS_FSTAT64_EXTENDED = 343 constant SYS_GETDIRENTRIES64 (line 266) | SYS_GETDIRENTRIES64 = 344 constant SYS_STATFS64 (line 267) | SYS_STATFS64 = 345 constant SYS_FSTATFS64 (line 268) | SYS_FSTATFS64 = 346 constant SYS_GETFSSTAT64 (line 269) | SYS_GETFSSTAT64 = 347 constant SYS___PTHREAD_CHDIR (line 270) | SYS___PTHREAD_CHDIR = 348 constant SYS___PTHREAD_FCHDIR (line 271) | SYS___PTHREAD_FCHDIR = 349 constant SYS_AUDIT (line 272) | SYS_AUDIT = 350 constant SYS_AUDITON (line 273) | SYS_AUDITON = 351 constant SYS_GETAUID (line 274) | SYS_GETAUID = 353 constant SYS_SETAUID (line 275) | SYS_SETAUID = 354 constant SYS_GETAUDIT_ADDR (line 276) | SYS_GETAUDIT_ADDR = 357 constant SYS_SETAUDIT_ADDR (line 277) | SYS_SETAUDIT_ADDR = 358 constant SYS_AUDITCTL (line 278) | SYS_AUDITCTL = 359 constant SYS_BSDTHREAD_CREATE (line 279) | SYS_BSDTHREAD_CREATE = 360 constant SYS_BSDTHREAD_TERMINATE (line 280) | SYS_BSDTHREAD_TERMINATE = 361 constant SYS_KQUEUE (line 281) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 282) | SYS_KEVENT = 363 constant SYS_LCHOWN (line 283) | SYS_LCHOWN = 364 constant SYS_BSDTHREAD_REGISTER (line 284) | SYS_BSDTHREAD_REGISTER = 366 constant SYS_WORKQ_OPEN (line 285) | SYS_WORKQ_OPEN = 367 constant SYS_WORKQ_KERNRETURN (line 286) | SYS_WORKQ_KERNRETURN = 368 constant SYS_KEVENT64 (line 287) | SYS_KEVENT64 = 369 constant SYS___OLD_SEMWAIT_SIGNAL (line 288) | SYS___OLD_SEMWAIT_SIGNAL = 370 constant SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL (line 289) | SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371 constant SYS_THREAD_SELFID (line 290) | SYS_THREAD_SELFID = 372 constant SYS_LEDGER (line 291) | SYS_LEDGER = 373 constant SYS_KEVENT_QOS (line 292) | SYS_KEVENT_QOS = 374 constant SYS_KEVENT_ID (line 293) | SYS_KEVENT_ID = 375 constant SYS___MAC_EXECVE (line 294) | SYS___MAC_EXECVE = 380 constant SYS___MAC_SYSCALL (line 295) | SYS___MAC_SYSCALL = 381 constant SYS___MAC_GET_FILE (line 296) | SYS___MAC_GET_FILE = 382 constant SYS___MAC_SET_FILE (line 297) | SYS___MAC_SET_FILE = 383 constant SYS___MAC_GET_LINK (line 298) | SYS___MAC_GET_LINK = 384 constant SYS___MAC_SET_LINK (line 299) | SYS___MAC_SET_LINK = 385 constant SYS___MAC_GET_PROC (line 300) | SYS___MAC_GET_PROC = 386 constant SYS___MAC_SET_PROC (line 301) | SYS___MAC_SET_PROC = 387 constant SYS___MAC_GET_FD (line 302) | SYS___MAC_GET_FD = 388 constant SYS___MAC_SET_FD (line 303) | SYS___MAC_SET_FD = 389 constant SYS___MAC_GET_PID (line 304) | SYS___MAC_GET_PID = 390 constant SYS_PSELECT (line 305) | SYS_PSELECT = 394 constant SYS_PSELECT_NOCANCEL (line 306) | SYS_PSELECT_NOCANCEL = 395 constant SYS_READ_NOCANCEL (line 307) | SYS_READ_NOCANCEL = 396 constant SYS_WRITE_NOCANCEL (line 308) | SYS_WRITE_NOCANCEL = 397 constant SYS_OPEN_NOCANCEL (line 309) | SYS_OPEN_NOCANCEL = 398 constant SYS_CLOSE_NOCANCEL (line 310) | SYS_CLOSE_NOCANCEL = 399 constant SYS_WAIT4_NOCANCEL (line 311) | SYS_WAIT4_NOCANCEL = 400 constant SYS_RECVMSG_NOCANCEL (line 312) | SYS_RECVMSG_NOCANCEL = 401 constant SYS_SENDMSG_NOCANCEL (line 313) | SYS_SENDMSG_NOCANCEL = 402 constant SYS_RECVFROM_NOCANCEL (line 314) | SYS_RECVFROM_NOCANCEL = 403 constant SYS_ACCEPT_NOCANCEL (line 315) | SYS_ACCEPT_NOCANCEL = 404 constant SYS_MSYNC_NOCANCEL (line 316) | SYS_MSYNC_NOCANCEL = 405 constant SYS_FCNTL_NOCANCEL (line 317) | SYS_FCNTL_NOCANCEL = 406 constant SYS_SELECT_NOCANCEL (line 318) | SYS_SELECT_NOCANCEL = 407 constant SYS_FSYNC_NOCANCEL (line 319) | SYS_FSYNC_NOCANCEL = 408 constant SYS_CONNECT_NOCANCEL (line 320) | SYS_CONNECT_NOCANCEL = 409 constant SYS_SIGSUSPEND_NOCANCEL (line 321) | SYS_SIGSUSPEND_NOCANCEL = 410 constant SYS_READV_NOCANCEL (line 322) | SYS_READV_NOCANCEL = 411 constant SYS_WRITEV_NOCANCEL (line 323) | SYS_WRITEV_NOCANCEL = 412 constant SYS_SENDTO_NOCANCEL (line 324) | SYS_SENDTO_NOCANCEL = 413 constant SYS_PREAD_NOCANCEL (line 325) | SYS_PREAD_NOCANCEL = 414 constant SYS_PWRITE_NOCANCEL (line 326) | SYS_PWRITE_NOCANCEL = 415 constant SYS_WAITID_NOCANCEL (line 327) | SYS_WAITID_NOCANCEL = 416 constant SYS_POLL_NOCANCEL (line 328) | SYS_POLL_NOCANCEL = 417 constant SYS_MSGSND_NOCANCEL (line 329) | SYS_MSGSND_NOCANCEL = 418 constant SYS_MSGRCV_NOCANCEL (line 330) | SYS_MSGRCV_NOCANCEL = 419 constant SYS_SEM_WAIT_NOCANCEL (line 331) | SYS_SEM_WAIT_NOCANCEL = 420 constant SYS_AIO_SUSPEND_NOCANCEL (line 332) | SYS_AIO_SUSPEND_NOCANCEL = 421 constant SYS___SIGWAIT_NOCANCEL (line 333) | SYS___SIGWAIT_NOCANCEL = 422 constant SYS___SEMWAIT_SIGNAL_NOCANCEL (line 334) | SYS___SEMWAIT_SIGNAL_NOCANCEL = 423 constant SYS___MAC_MOUNT (line 335) | SYS___MAC_MOUNT = 424 constant SYS___MAC_GET_MOUNT (line 336) | SYS___MAC_GET_MOUNT = 425 constant SYS___MAC_GETFSSTAT (line 337) | SYS___MAC_GETFSSTAT = 426 constant SYS_FSGETPATH (line 338) | SYS_FSGETPATH = 427 constant SYS_AUDIT_SESSION_SELF (line 339) | SYS_AUDIT_SESSION_SELF = 428 constant SYS_AUDIT_SESSION_JOIN (line 340) | SYS_AUDIT_SESSION_JOIN = 429 constant SYS_FILEPORT_MAKEPORT (line 341) | SYS_FILEPORT_MAKEPORT = 430 constant SYS_FILEPORT_MAKEFD (line 342) | SYS_FILEPORT_MAKEFD = 431 constant SYS_AUDIT_SESSION_PORT (line 343) | SYS_AUDIT_SESSION_PORT = 432 constant SYS_PID_SUSPEND (line 344) | SYS_PID_SUSPEND = 433 constant SYS_PID_RESUME (line 345) | SYS_PID_RESUME = 434 constant SYS_PID_HIBERNATE (line 346) | SYS_PID_HIBERNATE = 435 constant SYS_PID_SHUTDOWN_SOCKETS (line 347) | SYS_PID_SHUTDOWN_SOCKETS = 436 constant SYS_SHARED_REGION_MAP_AND_SLIDE_NP (line 348) | SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438 constant SYS_KAS_INFO (line 349) | SYS_KAS_INFO = 439 constant SYS_MEMORYSTATUS_CONTROL (line 350) | SYS_MEMORYSTATUS_CONTROL = 440 constant SYS_GUARDED_OPEN_NP (line 351) | SYS_GUARDED_OPEN_NP = 441 constant SYS_GUARDED_CLOSE_NP (line 352) | SYS_GUARDED_CLOSE_NP = 442 constant SYS_GUARDED_KQUEUE_NP (line 353) | SYS_GUARDED_KQUEUE_NP = 443 constant SYS_CHANGE_FDGUARD_NP (line 354) | SYS_CHANGE_FDGUARD_NP = 444 constant SYS_USRCTL (line 355) | SYS_USRCTL = 445 constant SYS_PROC_RLIMIT_CONTROL (line 356) | SYS_PROC_RLIMIT_CONTROL = 446 constant SYS_CONNECTX (line 357) | SYS_CONNECTX = 447 constant SYS_DISCONNECTX (line 358) | SYS_DISCONNECTX = 448 constant SYS_PEELOFF (line 359) | SYS_PEELOFF = 449 constant SYS_SOCKET_DELEGATE (line 360) | SYS_SOCKET_DELEGATE = 450 constant SYS_TELEMETRY (line 361) | SYS_TELEMETRY = 451 constant SYS_PROC_UUID_POLICY (line 362) | SYS_PROC_UUID_POLICY = 452 constant SYS_MEMORYSTATUS_GET_LEVEL (line 363) | SYS_MEMORYSTATUS_GET_LEVEL = 453 constant SYS_SYSTEM_OVERRIDE (line 364) | SYS_SYSTEM_OVERRIDE = 454 constant SYS_VFS_PURGE (line 365) | SYS_VFS_PURGE = 455 constant SYS_SFI_CTL (line 366) | SYS_SFI_CTL = 456 constant SYS_SFI_PIDCTL (line 367) | SYS_SFI_PIDCTL = 457 constant SYS_COALITION (line 368) | SYS_COALITION = 458 constant SYS_COALITION_INFO (line 369) | SYS_COALITION_INFO = 459 constant SYS_NECP_MATCH_POLICY (line 370) | SYS_NECP_MATCH_POLICY = 460 constant SYS_GETATTRLISTBULK (line 371) | SYS_GETATTRLISTBULK = 461 constant SYS_CLONEFILEAT (line 372) | SYS_CLONEFILEAT = 462 constant SYS_OPENAT (line 373) | SYS_OPENAT = 463 constant SYS_OPENAT_NOCANCEL (line 374) | SYS_OPENAT_NOCANCEL = 464 constant SYS_RENAMEAT (line 375) | SYS_RENAMEAT = 465 constant SYS_FACCESSAT (line 376) | SYS_FACCESSAT = 466 constant SYS_FCHMODAT (line 377) | SYS_FCHMODAT = 467 constant SYS_FCHOWNAT (line 378) | SYS_FCHOWNAT = 468 constant SYS_FSTATAT (line 379) | SYS_FSTATAT = 469 constant SYS_FSTATAT64 (line 380) | SYS_FSTATAT64 = 470 constant SYS_LINKAT (line 381) | SYS_LINKAT = 471 constant SYS_UNLINKAT (line 382) | SYS_UNLINKAT = 472 constant SYS_READLINKAT (line 383) | SYS_READLINKAT = 473 constant SYS_SYMLINKAT (line 384) | SYS_SYMLINKAT = 474 constant SYS_MKDIRAT (line 385) | SYS_MKDIRAT = 475 constant SYS_GETATTRLISTAT (line 386) | SYS_GETATTRLISTAT = 476 constant SYS_PROC_TRACE_LOG (line 387) | SYS_PROC_TRACE_LOG = 477 constant SYS_BSDTHREAD_CTL (line 388) | SYS_BSDTHREAD_CTL = 478 constant SYS_OPENBYID_NP (line 389) | SYS_OPENBYID_NP = 479 constant SYS_RECVMSG_X (line 390) | SYS_RECVMSG_X = 480 constant SYS_SENDMSG_X (line 391) | SYS_SENDMSG_X = 481 constant SYS_THREAD_SELFUSAGE (line 392) | SYS_THREAD_SELFUSAGE = 482 constant SYS_CSRCTL (line 393) | SYS_CSRCTL = 483 constant SYS_GUARDED_OPEN_DPROTECTED_NP (line 394) | SYS_GUARDED_OPEN_DPROTECTED_NP = 484 constant SYS_GUARDED_WRITE_NP (line 395) | SYS_GUARDED_WRITE_NP = 485 constant SYS_GUARDED_PWRITE_NP (line 396) | SYS_GUARDED_PWRITE_NP = 486 constant SYS_GUARDED_WRITEV_NP (line 397) | SYS_GUARDED_WRITEV_NP = 487 constant SYS_RENAMEATX_NP (line 398) | SYS_RENAMEATX_NP = 488 constant SYS_MREMAP_ENCRYPTED (line 399) | SYS_MREMAP_ENCRYPTED = 489 constant SYS_NETAGENT_TRIGGER (line 400) | SYS_NETAGENT_TRIGGER = 490 constant SYS_STACK_SNAPSHOT_WITH_CONFIG (line 401) | SYS_STACK_SNAPSHOT_WITH_CONFIG = 491 constant SYS_MICROSTACKSHOT (line 402) | SYS_MICROSTACKSHOT = 492 constant SYS_GRAB_PGO_DATA (line 403) | SYS_GRAB_PGO_DATA = 493 constant SYS_PERSONA (line 404) | SYS_PERSONA = 494 constant SYS_WORK_INTERVAL_CTL (line 405) | SYS_WORK_INTERVAL_CTL = 499 constant SYS_GETENTROPY (line 406) | SYS_GETENTROPY = 500 constant SYS_NECP_OPEN (line 407) | SYS_NECP_OPEN = 501 constant SYS_NECP_CLIENT_ACTION (line 408) | SYS_NECP_CLIENT_ACTION = 502 constant SYS___NEXUS_OPEN (line 409) | SYS___NEXUS_OPEN = 503 constant SYS___NEXUS_REGISTER (line 410) | SYS___NEXUS_REGISTER = 504 constant SYS___NEXUS_DEREGISTER (line 411) | SYS___NEXUS_DEREGISTER = 505 constant SYS___NEXUS_CREATE (line 412) | SYS___NEXUS_CREATE = 506 constant SYS___NEXUS_DESTROY (line 413) | SYS___NEXUS_DESTROY = 507 constant SYS___NEXUS_GET_OPT (line 414) | SYS___NEXUS_GET_OPT = 508 constant SYS___NEXUS_SET_OPT (line 415) | SYS___NEXUS_SET_OPT = 509 constant SYS___CHANNEL_OPEN (line 416) | SYS___CHANNEL_OPEN = 510 constant SYS___CHANNEL_GET_INFO (line 417) | SYS___CHANNEL_GET_INFO = 511 constant SYS___CHANNEL_SYNC (line 418) | SYS___CHANNEL_SYNC = 512 constant SYS___CHANNEL_GET_OPT (line 419) | SYS___CHANNEL_GET_OPT = 513 constant SYS___CHANNEL_SET_OPT (line 420) | SYS___CHANNEL_SET_OPT = 514 constant SYS_ULOCK_WAIT (line 421) | SYS_ULOCK_WAIT = 515 constant SYS_ULOCK_WAKE (line 422) | SYS_ULOCK_WAKE = 516 constant SYS_FCLONEFILEAT (line 423) | SYS_FCLONEFILEAT = 517 constant SYS_FS_SNAPSHOT (line 424) | SYS_FS_SNAPSHOT = 518 constant SYS_TERMINATE_WITH_PAYLOAD (line 425) | SYS_TERMINATE_WITH_PAYLOAD = 520 constant SYS_ABORT_WITH_PAYLOAD (line 426) | SYS_ABORT_WITH_PAYLOAD = 521 constant SYS_NECP_SESSION_OPEN (line 427) | SYS_NECP_SESSION_OPEN = 522 constant SYS_NECP_SESSION_ACTION (line 428) | SYS_NECP_SESSION_ACTION = 523 constant SYS_SETATTRLISTAT (line 429) | SYS_SETATTRLISTAT = 524 constant SYS_NET_QOS_GUIDELINE (line 430) | SYS_NET_QOS_GUIDELINE = 525 constant SYS_FMOUNT (line 431) | SYS_FMOUNT = 526 constant SYS_NTP_ADJTIME (line 432) | SYS_NTP_ADJTIME = 527 constant SYS_NTP_GETTIME (line 433) | SYS_NTP_GETTIME = 528 constant SYS_OS_FAULT_WITH_PAYLOAD (line 434) | SYS_OS_FAULT_WITH_PAYLOAD = 529 constant SYS_MAXSYSCALL (line 435) | SYS_MAXSYSCALL = 530 constant SYS_INVALID (line 436) | SYS_INVALID = 63 FILE: vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_WAIT4 (line 15) | SYS_WAIT4 = 7 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_MKNOD (line 21) | SYS_MKNOD = 14 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_CHOWN (line 23) | SYS_CHOWN = 16 constant SYS_OBREAK (line 24) | SYS_OBREAK = 17 constant SYS_GETFSSTAT (line 25) | SYS_GETFSSTAT = 18 constant SYS_GETPID (line 26) | SYS_GETPID = 20 constant SYS_MOUNT (line 27) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 28) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 29) | SYS_SETUID = 23 constant SYS_GETUID (line 30) | SYS_GETUID = 24 constant SYS_GETEUID (line 31) | SYS_GETEUID = 25 constant SYS_PTRACE (line 32) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 33) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 34) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 35) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 36) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 37) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 38) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 39) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 40) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 41) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 42) | SYS_SYNC = 36 constant SYS_KILL (line 43) | SYS_KILL = 37 constant SYS_GETPPID (line 44) | SYS_GETPPID = 39 constant SYS_DUP (line 45) | SYS_DUP = 41 constant SYS_PIPE (line 46) | SYS_PIPE = 42 constant SYS_GETEGID (line 47) | SYS_GETEGID = 43 constant SYS_PROFIL (line 48) | SYS_PROFIL = 44 constant SYS_KTRACE (line 49) | SYS_KTRACE = 45 constant SYS_GETGID (line 50) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 51) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 52) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 53) | SYS_ACCT = 51 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_SBRK (line 65) | SYS_SBRK = 69 constant SYS_SSTK (line 66) | SYS_SSTK = 70 constant SYS_MUNMAP (line 67) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 68) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 69) | SYS_MADVISE = 75 constant SYS_MINCORE (line 70) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 71) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 72) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 73) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 74) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 75) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 76) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 77) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 78) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 79) | SYS_DUP2 = 90 constant SYS_FCNTL (line 80) | SYS_FCNTL = 92 constant SYS_SELECT (line 81) | SYS_SELECT = 93 constant SYS_FSYNC (line 82) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 83) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 84) | SYS_SOCKET = 97 constant SYS_CONNECT (line 85) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 86) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 87) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 88) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 89) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 90) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 91) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 92) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 93) | SYS_READV = 120 constant SYS_WRITEV (line 94) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 95) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 96) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 97) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 98) | SYS_SETREUID = 126 constant SYS_SETREGID (line 99) | SYS_SETREGID = 127 constant SYS_RENAME (line 100) | SYS_RENAME = 128 constant SYS_FLOCK (line 101) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 102) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 103) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 104) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 105) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 106) | SYS_MKDIR = 136 constant SYS_RMDIR (line 107) | SYS_RMDIR = 137 constant SYS_UTIMES (line 108) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 109) | SYS_ADJTIME = 140 constant SYS_SETSID (line 110) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 111) | SYS_QUOTACTL = 148 constant SYS_STATFS (line 112) | SYS_STATFS = 157 constant SYS_FSTATFS (line 113) | SYS_FSTATFS = 158 constant SYS_GETFH (line 114) | SYS_GETFH = 161 constant SYS_SYSARCH (line 115) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 116) | SYS_RTPRIO = 166 constant SYS_EXTPREAD (line 117) | SYS_EXTPREAD = 173 constant SYS_EXTPWRITE (line 118) | SYS_EXTPWRITE = 174 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 127) | SYS_MMAP = 197 constant SYS_LSEEK (line 128) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 129) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 130) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 131) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 132) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 133) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 134) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 135) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 136) | SYS_GETPGID = 207 constant SYS_POLL (line 137) | SYS_POLL = 209 constant SYS___SEMCTL (line 138) | SYS___SEMCTL = 220 constant SYS_SEMGET (line 139) | SYS_SEMGET = 221 constant SYS_SEMOP (line 140) | SYS_SEMOP = 222 constant SYS_MSGCTL (line 141) | SYS_MSGCTL = 224 constant SYS_MSGGET (line 142) | SYS_MSGGET = 225 constant SYS_MSGSND (line 143) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 144) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 145) | SYS_SHMAT = 228 constant SYS_SHMCTL (line 146) | SYS_SHMCTL = 229 constant SYS_SHMDT (line 147) | SYS_SHMDT = 230 constant SYS_SHMGET (line 148) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 149) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 150) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 151) | SYS_CLOCK_GETRES = 234 constant SYS_NANOSLEEP (line 152) | SYS_NANOSLEEP = 240 constant SYS_MINHERIT (line 153) | SYS_MINHERIT = 250 constant SYS_RFORK (line 154) | SYS_RFORK = 251 constant SYS_OPENBSD_POLL (line 155) | SYS_OPENBSD_POLL = 252 constant SYS_ISSETUGID (line 156) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 157) | SYS_LCHOWN = 254 constant SYS_LCHMOD (line 158) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 159) | SYS_LUTIMES = 276 constant SYS_EXTPREADV (line 160) | SYS_EXTPREADV = 289 constant SYS_EXTPWRITEV (line 161) | SYS_EXTPWRITEV = 290 constant SYS_FHSTATFS (line 162) | SYS_FHSTATFS = 297 constant SYS_FHOPEN (line 163) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 164) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 165) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 166) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 167) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 168) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 169) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 170) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 171) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 172) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 173) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 174) | SYS_GETSID = 310 constant SYS_SETRESUID (line 175) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 176) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 177) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 178) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 179) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 180) | SYS_AIO_ERROR = 317 constant SYS_AIO_READ (line 181) | SYS_AIO_READ = 318 constant SYS_AIO_WRITE (line 182) | SYS_AIO_WRITE = 319 constant SYS_LIO_LISTIO (line 183) | SYS_LIO_LISTIO = 320 constant SYS_YIELD (line 184) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 185) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 186) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 187) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 188) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 189) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 190) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 191) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 192) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 193) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 194) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 195) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 196) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 197) | SYS_KLDSYM = 337 constant SYS_JAIL (line 198) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 199) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 200) | SYS_SIGSUSPEND = 341 constant SYS_SIGACTION (line 201) | SYS_SIGACTION = 342 constant SYS_SIGPENDING (line 202) | SYS_SIGPENDING = 343 constant SYS_SIGRETURN (line 203) | SYS_SIGRETURN = 344 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_KEVENT (line 222) | SYS_KEVENT = 363 constant SYS_KENV (line 223) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 224) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 225) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 226) | SYS_SENDFILE = 393 constant SYS_VARSYM_SET (line 227) | SYS_VARSYM_SET = 450 constant SYS_VARSYM_GET (line 228) | SYS_VARSYM_GET = 451 constant SYS_VARSYM_LIST (line 229) | SYS_VARSYM_LIST = 452 constant SYS_EXEC_SYS_REGISTER (line 230) | SYS_EXEC_SYS_REGISTER = 465 constant SYS_EXEC_SYS_UNREGISTER (line 231) | SYS_EXEC_SYS_UNREGISTER = 466 constant SYS_SYS_CHECKPOINT (line 232) | SYS_SYS_CHECKPOINT = 467 constant SYS_MOUNTCTL (line 233) | SYS_MOUNTCTL = 468 constant SYS_UMTX_SLEEP (line 234) | SYS_UMTX_SLEEP = 469 constant SYS_UMTX_WAKEUP (line 235) | SYS_UMTX_WAKEUP = 470 constant SYS_JAIL_ATTACH (line 236) | SYS_JAIL_ATTACH = 471 constant SYS_SET_TLS_AREA (line 237) | SYS_SET_TLS_AREA = 472 constant SYS_GET_TLS_AREA (line 238) | SYS_GET_TLS_AREA = 473 constant SYS_CLOSEFROM (line 239) | SYS_CLOSEFROM = 474 constant SYS_STAT (line 240) | SYS_STAT = 475 constant SYS_FSTAT (line 241) | SYS_FSTAT = 476 constant SYS_LSTAT (line 242) | SYS_LSTAT = 477 constant SYS_FHSTAT (line 243) | SYS_FHSTAT = 478 constant SYS_GETDIRENTRIES (line 244) | SYS_GETDIRENTRIES = 479 constant SYS_GETDENTS (line 245) | SYS_GETDENTS = 480 constant SYS_USCHED_SET (line 246) | SYS_USCHED_SET = 481 constant SYS_EXTACCEPT (line 247) | SYS_EXTACCEPT = 482 constant SYS_EXTCONNECT (line 248) | SYS_EXTCONNECT = 483 constant SYS_MCONTROL (line 249) | SYS_MCONTROL = 485 constant SYS_VMSPACE_CREATE (line 250) | SYS_VMSPACE_CREATE = 486 constant SYS_VMSPACE_DESTROY (line 251) | SYS_VMSPACE_DESTROY = 487 constant SYS_VMSPACE_CTL (line 252) | SYS_VMSPACE_CTL = 488 constant SYS_VMSPACE_MMAP (line 253) | SYS_VMSPACE_MMAP = 489 constant SYS_VMSPACE_MUNMAP (line 254) | SYS_VMSPACE_MUNMAP = 490 constant SYS_VMSPACE_MCONTROL (line 255) | SYS_VMSPACE_MCONTROL = 491 constant SYS_VMSPACE_PREAD (line 256) | SYS_VMSPACE_PREAD = 492 constant SYS_VMSPACE_PWRITE (line 257) | SYS_VMSPACE_PWRITE = 493 constant SYS_EXTEXIT (line 258) | SYS_EXTEXIT = 494 constant SYS_LWP_CREATE (line 259) | SYS_LWP_CREATE = 495 constant SYS_LWP_GETTID (line 260) | SYS_LWP_GETTID = 496 constant SYS_LWP_KILL (line 261) | SYS_LWP_KILL = 497 constant SYS_LWP_RTPRIO (line 262) | SYS_LWP_RTPRIO = 498 constant SYS_PSELECT (line 263) | SYS_PSELECT = 499 constant SYS_STATVFS (line 264) | SYS_STATVFS = 500 constant SYS_FSTATVFS (line 265) | SYS_FSTATVFS = 501 constant SYS_FHSTATVFS (line 266) | SYS_FHSTATVFS = 502 constant SYS_GETVFSSTAT (line 267) | SYS_GETVFSSTAT = 503 constant SYS_OPENAT (line 268) | SYS_OPENAT = 504 constant SYS_FSTATAT (line 269) | SYS_FSTATAT = 505 constant SYS_FCHMODAT (line 270) | SYS_FCHMODAT = 506 constant SYS_FCHOWNAT (line 271) | SYS_FCHOWNAT = 507 constant SYS_UNLINKAT (line 272) | SYS_UNLINKAT = 508 constant SYS_FACCESSAT (line 273) | SYS_FACCESSAT = 509 constant SYS_MQ_OPEN (line 274) | SYS_MQ_OPEN = 510 constant SYS_MQ_CLOSE (line 275) | SYS_MQ_CLOSE = 511 constant SYS_MQ_UNLINK (line 276) | SYS_MQ_UNLINK = 512 constant SYS_MQ_GETATTR (line 277) | SYS_MQ_GETATTR = 513 constant SYS_MQ_SETATTR (line 278) | SYS_MQ_SETATTR = 514 constant SYS_MQ_NOTIFY (line 279) | SYS_MQ_NOTIFY = 515 constant SYS_MQ_SEND (line 280) | SYS_MQ_SEND = 516 constant SYS_MQ_RECEIVE (line 281) | SYS_MQ_RECEIVE = 517 constant SYS_MQ_TIMEDSEND (line 282) | SYS_MQ_TIMEDSEND = 518 constant SYS_MQ_TIMEDRECEIVE (line 283) | SYS_MQ_TIMEDRECEIVE = 519 constant SYS_IOPRIO_SET (line 284) | SYS_IOPRIO_SET = 520 constant SYS_IOPRIO_GET (line 285) | SYS_IOPRIO_GET = 521 constant SYS_CHROOT_KERNEL (line 286) | SYS_CHROOT_KERNEL = 522 constant SYS_RENAMEAT (line 287) | SYS_RENAMEAT = 523 constant SYS_MKDIRAT (line 288) | SYS_MKDIRAT = 524 constant SYS_MKFIFOAT (line 289) | SYS_MKFIFOAT = 525 constant SYS_MKNODAT (line 290) | SYS_MKNODAT = 526 constant SYS_READLINKAT (line 291) | SYS_READLINKAT = 527 constant SYS_SYMLINKAT (line 292) | SYS_SYMLINKAT = 528 constant SYS_SWAPOFF (line 293) | SYS_SWAPOFF = 529 constant SYS_VQUOTACTL (line 294) | SYS_VQUOTACTL = 530 constant SYS_LINKAT (line 295) | SYS_LINKAT = 531 constant SYS_EACCESS (line 296) | SYS_EACCESS = 532 constant SYS_LPATHCONF (line 297) | SYS_LPATHCONF = 533 constant SYS_VMM_GUEST_CTL (line 298) | SYS_VMM_GUEST_CTL = 534 constant SYS_VMM_GUEST_SYNC_ADDR (line 299) | SYS_VMM_GUEST_SYNC_ADDR = 535 constant SYS_PROCCTL (line 300) | SYS_PROCCTL = 536 constant SYS_CHFLAGSAT (line 301) | SYS_CHFLAGSAT = 537 constant SYS_PIPE2 (line 302) | SYS_PIPE2 = 538 constant SYS_UTIMENSAT (line 303) | SYS_UTIMENSAT = 539 constant SYS_FUTIMENS (line 304) | SYS_FUTIMENS = 540 constant SYS_ACCEPT4 (line 305) | SYS_ACCEPT4 = 541 constant SYS_LWP_SETNAME (line 306) | SYS_LWP_SETNAME = 542 constant SYS_PPOLL (line 307) | SYS_PPOLL = 543 constant SYS_LWP_SETAFFINITY (line 308) | SYS_LWP_SETAFFINITY = 544 constant SYS_LWP_GETAFFINITY (line 309) | SYS_LWP_GETAFFINITY = 545 constant SYS_LWP_CREATE2 (line 310) | SYS_LWP_CREATE2 = 546 constant SYS_GETCPUCLOCKID (line 311) | SYS_GETCPUCLOCKID = 547 constant SYS_WAIT6 (line 312) | SYS_WAIT6 = 548 constant SYS_LWP_GETNAME (line 313) | SYS_LWP_GETNAME = 549 constant SYS_GETRANDOM (line 314) | SYS_GETRANDOM = 550 constant SYS___REALPATH (line 315) | SYS___REALPATH = 551 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_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_WAIT4 (line 16) | SYS_WAIT4 = 7 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 21) | SYS_CHMOD = 15 constant SYS_CHOWN (line 22) | SYS_CHOWN = 16 constant SYS_BREAK (line 23) | SYS_BREAK = 17 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 26) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_GETEGID (line 44) | SYS_GETEGID = 43 constant SYS_PROFIL (line 45) | SYS_PROFIL = 44 constant SYS_KTRACE (line 46) | SYS_KTRACE = 45 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 48) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 49) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 50) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 51) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 52) | SYS_IOCTL = 54 constant SYS_REBOOT (line 53) | SYS_REBOOT = 55 constant SYS_REVOKE (line 54) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 55) | SYS_SYMLINK = 57 constant SYS_READLINK (line 56) | SYS_READLINK = 58 constant SYS_EXECVE (line 57) | SYS_EXECVE = 59 constant SYS_UMASK (line 58) | SYS_UMASK = 60 constant SYS_CHROOT (line 59) | SYS_CHROOT = 61 constant SYS_MSYNC (line 60) | SYS_MSYNC = 65 constant SYS_VFORK (line 61) | SYS_VFORK = 66 constant SYS_SBRK (line 62) | SYS_SBRK = 69 constant SYS_SSTK (line 63) | SYS_SSTK = 70 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 88) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 89) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 90) | SYS_READV = 120 constant SYS_WRITEV (line 91) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 92) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 93) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 94) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 95) | SYS_SETREUID = 126 constant SYS_SETREGID (line 96) | SYS_SETREGID = 127 constant SYS_RENAME (line 97) | SYS_RENAME = 128 constant SYS_FLOCK (line 98) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 99) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 100) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 101) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 102) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 103) | SYS_MKDIR = 136 constant SYS_RMDIR (line 104) | SYS_RMDIR = 137 constant SYS_UTIMES (line 105) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 106) | SYS_ADJTIME = 140 constant SYS_SETSID (line 107) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 108) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 109) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 110) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 111) | SYS_LGETFH = 160 constant SYS_GETFH (line 112) | SYS_GETFH = 161 constant SYS_SYSARCH (line 113) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 114) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 115) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 116) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 117) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 118) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 127) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 128) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 129) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 130) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 131) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 132) | SYS_GETPGID = 207 constant SYS_POLL (line 133) | SYS_POLL = 209 constant SYS_SEMGET (line 134) | SYS_SEMGET = 221 constant SYS_SEMOP (line 135) | SYS_SEMOP = 222 constant SYS_MSGGET (line 136) | SYS_MSGGET = 225 constant SYS_MSGSND (line 137) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 138) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 139) | SYS_SHMAT = 228 constant SYS_SHMDT (line 140) | SYS_SHMDT = 230 constant SYS_SHMGET (line 141) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 142) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 143) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 144) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 145) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 146) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 147) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 148) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 149) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 150) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 151) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 152) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 153) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 154) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 155) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 156) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 157) | SYS_MINHERIT = 250 constant SYS_RFORK (line 158) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 159) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 160) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 161) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 162) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 163) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 164) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 165) | SYS_LUTIMES = 276 constant SYS_PREADV (line 166) | SYS_PREADV = 289 constant SYS_PWRITEV (line 167) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 168) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 169) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 170) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 171) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 172) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 173) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 174) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 175) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 176) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 177) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 178) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 179) | SYS_GETSID = 310 constant SYS_SETRESUID (line 180) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 181) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 182) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 183) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 184) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 185) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 186) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 187) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 188) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 189) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 190) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 191) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 192) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 193) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 195) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 196) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 197) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 198) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 199) | SYS_KLDSYM = 337 constant SYS_JAIL (line 200) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 201) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 202) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 222) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 223) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 224) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 225) | SYS___SETUGID = 374 constant SYS_EACCESS (line 226) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 227) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 228) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 229) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 230) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 231) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 232) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 233) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 234) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 235) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 236) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 237) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 238) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 239) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 240) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 241) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 242) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 243) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 244) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 245) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 246) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 247) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 248) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 249) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 250) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 251) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 252) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 253) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 254) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 255) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 256) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 257) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 258) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 259) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 260) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 261) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 262) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 263) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 264) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 265) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 266) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 267) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 268) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 269) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 270) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 271) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 272) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 273) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 274) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 275) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 276) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 277) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 278) | SYS_AUDIT = 445 constant SYS_AUDITON (line 279) | SYS_AUDITON = 446 constant SYS_GETAUID (line 280) | SYS_GETAUID = 447 constant SYS_SETAUID (line 281) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 282) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 283) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 284) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 285) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 286) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 287) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 288) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 289) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 290) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 291) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 292) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 293) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 294) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 295) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 296) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 297) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 298) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 299) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 300) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 301) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 302) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 303) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 304) | SYS_PREAD = 475 constant SYS_PWRITE (line 305) | SYS_PWRITE = 476 constant SYS_MMAP (line 306) | SYS_MMAP = 477 constant SYS_LSEEK (line 307) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 308) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 309) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 310) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 311) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 312) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 313) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 314) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 315) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 316) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 317) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 318) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 319) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 320) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 321) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 322) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 323) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 324) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 325) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 326) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 327) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 328) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 329) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 330) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 331) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 332) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 333) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 334) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 335) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 336) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 337) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 338) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 339) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 340) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 341) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 342) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 343) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 344) | SYS_PDFORK = 518 constant SYS_PDKILL (line 345) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 346) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 347) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 348) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 349) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 350) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 351) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 352) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 353) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 354) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 355) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 356) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 357) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 358) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 359) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 360) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 361) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 362) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 363) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 364) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 365) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 366) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 367) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 368) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 369) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 370) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 371) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 372) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 373) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 374) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 375) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 376) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 377) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 378) | SYS_STATFS = 555 constant SYS_FSTATFS (line 379) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 380) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 381) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 382) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 383) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 384) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 385) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 386) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 387) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 388) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 389) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 390) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 391) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 392) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_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 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 21) | SYS_CHMOD = 15 constant SYS_CHOWN (line 22) | SYS_CHOWN = 16 constant SYS_BREAK (line 23) | SYS_BREAK = 17 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 26) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_GETEGID (line 44) | SYS_GETEGID = 43 constant SYS_PROFIL (line 45) | SYS_PROFIL = 44 constant SYS_KTRACE (line 46) | SYS_KTRACE = 45 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 48) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 49) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 50) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 51) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 52) | SYS_IOCTL = 54 constant SYS_REBOOT (line 53) | SYS_REBOOT = 55 constant SYS_REVOKE (line 54) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 55) | SYS_SYMLINK = 57 constant SYS_READLINK (line 56) | SYS_READLINK = 58 constant SYS_EXECVE (line 57) | SYS_EXECVE = 59 constant SYS_UMASK (line 58) | SYS_UMASK = 60 constant SYS_CHROOT (line 59) | SYS_CHROOT = 61 constant SYS_MSYNC (line 60) | SYS_MSYNC = 65 constant SYS_VFORK (line 61) | SYS_VFORK = 66 constant SYS_SBRK (line 62) | SYS_SBRK = 69 constant SYS_SSTK (line 63) | SYS_SSTK = 70 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 88) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 89) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 90) | SYS_READV = 120 constant SYS_WRITEV (line 91) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 92) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 93) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 94) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 95) | SYS_SETREUID = 126 constant SYS_SETREGID (line 96) | SYS_SETREGID = 127 constant SYS_RENAME (line 97) | SYS_RENAME = 128 constant SYS_FLOCK (line 98) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 99) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 100) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 101) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 102) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 103) | SYS_MKDIR = 136 constant SYS_RMDIR (line 104) | SYS_RMDIR = 137 constant SYS_UTIMES (line 105) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 106) | SYS_ADJTIME = 140 constant SYS_SETSID (line 107) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 108) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 109) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 110) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 111) | SYS_LGETFH = 160 constant SYS_GETFH (line 112) | SYS_GETFH = 161 constant SYS_SYSARCH (line 113) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 114) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 115) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 116) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 117) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 118) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 127) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 128) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 129) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 130) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 131) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 132) | SYS_GETPGID = 207 constant SYS_POLL (line 133) | SYS_POLL = 209 constant SYS_SEMGET (line 134) | SYS_SEMGET = 221 constant SYS_SEMOP (line 135) | SYS_SEMOP = 222 constant SYS_MSGGET (line 136) | SYS_MSGGET = 225 constant SYS_MSGSND (line 137) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 138) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 139) | SYS_SHMAT = 228 constant SYS_SHMDT (line 140) | SYS_SHMDT = 230 constant SYS_SHMGET (line 141) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 142) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 143) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 144) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 145) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 146) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 147) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 148) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 149) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 150) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 151) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 152) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 153) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 154) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 155) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 156) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 157) | SYS_MINHERIT = 250 constant SYS_RFORK (line 158) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 159) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 160) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 161) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 162) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 163) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 164) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 165) | SYS_LUTIMES = 276 constant SYS_PREADV (line 166) | SYS_PREADV = 289 constant SYS_PWRITEV (line 167) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 168) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 169) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 170) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 171) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 172) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 173) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 174) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 175) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 176) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 177) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 178) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 179) | SYS_GETSID = 310 constant SYS_SETRESUID (line 180) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 181) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 182) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 183) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 184) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 185) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 186) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 187) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 188) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 189) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 190) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 191) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 192) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 193) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 195) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 196) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 197) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 198) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 199) | SYS_KLDSYM = 337 constant SYS_JAIL (line 200) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 201) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 202) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 222) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 223) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 224) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 225) | SYS___SETUGID = 374 constant SYS_EACCESS (line 226) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 227) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 228) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 229) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 230) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 231) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 232) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 233) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 234) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 235) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 236) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 237) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 238) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 239) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 240) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 241) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 242) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 243) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 244) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 245) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 246) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 247) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 248) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 249) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 250) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 251) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 252) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 253) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 254) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 255) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 256) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 257) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 258) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 259) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 260) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 261) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 262) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 263) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 264) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 265) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 266) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 267) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 268) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 269) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 270) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 271) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 272) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 273) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 274) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 275) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 276) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 277) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 278) | SYS_AUDIT = 445 constant SYS_AUDITON (line 279) | SYS_AUDITON = 446 constant SYS_GETAUID (line 280) | SYS_GETAUID = 447 constant SYS_SETAUID (line 281) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 282) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 283) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 284) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 285) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 286) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 287) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 288) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 289) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 290) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 291) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 292) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 293) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 294) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 295) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 296) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 297) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 298) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 299) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 300) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 301) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 302) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 303) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 304) | SYS_PREAD = 475 constant SYS_PWRITE (line 305) | SYS_PWRITE = 476 constant SYS_MMAP (line 306) | SYS_MMAP = 477 constant SYS_LSEEK (line 307) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 308) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 309) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 310) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 311) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 312) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 313) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 314) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 315) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 316) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 317) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 318) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 319) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 320) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 321) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 322) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 323) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 324) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 325) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 326) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 327) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 328) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 329) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 330) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 331) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 332) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 333) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 334) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 335) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 336) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 337) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 338) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 339) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 340) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 341) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 342) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 343) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 344) | SYS_PDFORK = 518 constant SYS_PDKILL (line 345) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 346) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 347) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 348) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 349) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 350) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 351) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 352) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 353) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 354) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 355) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 356) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 357) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 358) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 359) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 360) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 361) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 362) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 363) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 364) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 365) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 366) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 367) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 368) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 369) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 370) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 371) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 372) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 373) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 374) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 375) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 376) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 377) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 378) | SYS_STATFS = 555 constant SYS_FSTATFS (line 379) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 380) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 381) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 382) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 383) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 384) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 385) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 386) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 387) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 388) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 389) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 390) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 391) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 392) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_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_WAIT4 (line 16) | SYS_WAIT4 = 7 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 21) | SYS_CHMOD = 15 constant SYS_CHOWN (line 22) | SYS_CHOWN = 16 constant SYS_BREAK (line 23) | SYS_BREAK = 17 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 26) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_GETEGID (line 44) | SYS_GETEGID = 43 constant SYS_PROFIL (line 45) | SYS_PROFIL = 44 constant SYS_KTRACE (line 46) | SYS_KTRACE = 45 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 48) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 49) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 50) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 51) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 52) | SYS_IOCTL = 54 constant SYS_REBOOT (line 53) | SYS_REBOOT = 55 constant SYS_REVOKE (line 54) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 55) | SYS_SYMLINK = 57 constant SYS_READLINK (line 56) | SYS_READLINK = 58 constant SYS_EXECVE (line 57) | SYS_EXECVE = 59 constant SYS_UMASK (line 58) | SYS_UMASK = 60 constant SYS_CHROOT (line 59) | SYS_CHROOT = 61 constant SYS_MSYNC (line 60) | SYS_MSYNC = 65 constant SYS_VFORK (line 61) | SYS_VFORK = 66 constant SYS_SBRK (line 62) | SYS_SBRK = 69 constant SYS_SSTK (line 63) | SYS_SSTK = 70 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 88) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 89) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 90) | SYS_READV = 120 constant SYS_WRITEV (line 91) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 92) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 93) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 94) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 95) | SYS_SETREUID = 126 constant SYS_SETREGID (line 96) | SYS_SETREGID = 127 constant SYS_RENAME (line 97) | SYS_RENAME = 128 constant SYS_FLOCK (line 98) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 99) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 100) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 101) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 102) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 103) | SYS_MKDIR = 136 constant SYS_RMDIR (line 104) | SYS_RMDIR = 137 constant SYS_UTIMES (line 105) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 106) | SYS_ADJTIME = 140 constant SYS_SETSID (line 107) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 108) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 109) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 110) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 111) | SYS_LGETFH = 160 constant SYS_GETFH (line 112) | SYS_GETFH = 161 constant SYS_SYSARCH (line 113) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 114) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 115) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 116) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 117) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 118) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 127) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 128) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 129) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 130) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 131) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 132) | SYS_GETPGID = 207 constant SYS_POLL (line 133) | SYS_POLL = 209 constant SYS_SEMGET (line 134) | SYS_SEMGET = 221 constant SYS_SEMOP (line 135) | SYS_SEMOP = 222 constant SYS_MSGGET (line 136) | SYS_MSGGET = 225 constant SYS_MSGSND (line 137) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 138) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 139) | SYS_SHMAT = 228 constant SYS_SHMDT (line 140) | SYS_SHMDT = 230 constant SYS_SHMGET (line 141) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 142) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 143) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 144) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 145) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 146) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 147) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 148) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 149) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 150) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 151) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 152) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 153) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 154) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 155) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 156) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 157) | SYS_MINHERIT = 250 constant SYS_RFORK (line 158) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 159) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 160) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 161) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 162) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 163) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 164) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 165) | SYS_LUTIMES = 276 constant SYS_PREADV (line 166) | SYS_PREADV = 289 constant SYS_PWRITEV (line 167) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 168) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 169) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 170) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 171) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 172) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 173) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 174) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 175) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 176) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 177) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 178) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 179) | SYS_GETSID = 310 constant SYS_SETRESUID (line 180) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 181) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 182) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 183) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 184) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 185) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 186) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 187) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 188) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 189) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 190) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 191) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 192) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 193) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 195) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 196) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 197) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 198) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 199) | SYS_KLDSYM = 337 constant SYS_JAIL (line 200) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 201) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 202) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 222) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 223) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 224) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 225) | SYS___SETUGID = 374 constant SYS_EACCESS (line 226) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 227) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 228) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 229) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 230) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 231) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 232) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 233) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 234) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 235) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 236) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 237) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 238) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 239) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 240) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 241) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 242) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 243) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 244) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 245) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 246) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 247) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 248) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 249) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 250) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 251) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 252) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 253) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 254) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 255) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 256) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 257) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 258) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 259) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 260) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 261) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 262) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 263) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 264) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 265) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 266) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 267) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 268) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 269) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 270) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 271) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 272) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 273) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 274) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 275) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 276) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 277) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 278) | SYS_AUDIT = 445 constant SYS_AUDITON (line 279) | SYS_AUDITON = 446 constant SYS_GETAUID (line 280) | SYS_GETAUID = 447 constant SYS_SETAUID (line 281) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 282) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 283) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 284) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 285) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 286) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 287) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 288) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 289) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 290) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 291) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 292) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 293) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 294) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 295) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 296) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 297) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 298) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 299) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 300) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 301) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 302) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 303) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 304) | SYS_PREAD = 475 constant SYS_PWRITE (line 305) | SYS_PWRITE = 476 constant SYS_MMAP (line 306) | SYS_MMAP = 477 constant SYS_LSEEK (line 307) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 308) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 309) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 310) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 311) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 312) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 313) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 314) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 315) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 316) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 317) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 318) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 319) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 320) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 321) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 322) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 323) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 324) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 325) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 326) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 327) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 328) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 329) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 330) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 331) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 332) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 333) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 334) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 335) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 336) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 337) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 338) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 339) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 340) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 341) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 342) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 343) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 344) | SYS_PDFORK = 518 constant SYS_PDKILL (line 345) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 346) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 347) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 348) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 349) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 350) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 351) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 352) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 353) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 354) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 355) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 356) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 357) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 358) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 359) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 360) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 361) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 362) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 363) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 364) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 365) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 366) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 367) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 368) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 369) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 370) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 371) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 372) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 373) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 374) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 375) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 376) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 377) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 378) | SYS_STATFS = 555 constant SYS_FSTATFS (line 379) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 380) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 381) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 382) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 383) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 384) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 385) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 386) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 387) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 388) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 389) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 390) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 391) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 392) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_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_WAIT4 (line 16) | SYS_WAIT4 = 7 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 21) | SYS_CHMOD = 15 constant SYS_CHOWN (line 22) | SYS_CHOWN = 16 constant SYS_BREAK (line 23) | SYS_BREAK = 17 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 26) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_GETEGID (line 44) | SYS_GETEGID = 43 constant SYS_PROFIL (line 45) | SYS_PROFIL = 44 constant SYS_KTRACE (line 46) | SYS_KTRACE = 45 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 48) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 49) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 50) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 51) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 52) | SYS_IOCTL = 54 constant SYS_REBOOT (line 53) | SYS_REBOOT = 55 constant SYS_REVOKE (line 54) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 55) | SYS_SYMLINK = 57 constant SYS_READLINK (line 56) | SYS_READLINK = 58 constant SYS_EXECVE (line 57) | SYS_EXECVE = 59 constant SYS_UMASK (line 58) | SYS_UMASK = 60 constant SYS_CHROOT (line 59) | SYS_CHROOT = 61 constant SYS_MSYNC (line 60) | SYS_MSYNC = 65 constant SYS_VFORK (line 61) | SYS_VFORK = 66 constant SYS_SBRK (line 62) | SYS_SBRK = 69 constant SYS_SSTK (line 63) | SYS_SSTK = 70 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 88) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 89) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 90) | SYS_READV = 120 constant SYS_WRITEV (line 91) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 92) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 93) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 94) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 95) | SYS_SETREUID = 126 constant SYS_SETREGID (line 96) | SYS_SETREGID = 127 constant SYS_RENAME (line 97) | SYS_RENAME = 128 constant SYS_FLOCK (line 98) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 99) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 100) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 101) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 102) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 103) | SYS_MKDIR = 136 constant SYS_RMDIR (line 104) | SYS_RMDIR = 137 constant SYS_UTIMES (line 105) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 106) | SYS_ADJTIME = 140 constant SYS_SETSID (line 107) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 108) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 109) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 110) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 111) | SYS_LGETFH = 160 constant SYS_GETFH (line 112) | SYS_GETFH = 161 constant SYS_SYSARCH (line 113) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 114) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 115) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 116) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 117) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 118) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 127) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 128) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 129) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 130) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 131) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 132) | SYS_GETPGID = 207 constant SYS_POLL (line 133) | SYS_POLL = 209 constant SYS_SEMGET (line 134) | SYS_SEMGET = 221 constant SYS_SEMOP (line 135) | SYS_SEMOP = 222 constant SYS_MSGGET (line 136) | SYS_MSGGET = 225 constant SYS_MSGSND (line 137) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 138) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 139) | SYS_SHMAT = 228 constant SYS_SHMDT (line 140) | SYS_SHMDT = 230 constant SYS_SHMGET (line 141) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 142) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 143) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 144) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 145) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 146) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 147) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 148) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 149) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 150) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 151) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 152) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 153) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 154) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 155) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 156) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 157) | SYS_MINHERIT = 250 constant SYS_RFORK (line 158) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 159) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 160) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 161) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 162) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 163) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 164) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 165) | SYS_LUTIMES = 276 constant SYS_PREADV (line 166) | SYS_PREADV = 289 constant SYS_PWRITEV (line 167) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 168) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 169) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 170) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 171) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 172) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 173) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 174) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 175) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 176) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 177) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 178) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 179) | SYS_GETSID = 310 constant SYS_SETRESUID (line 180) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 181) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 182) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 183) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 184) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 185) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 186) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 187) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 188) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 189) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 190) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 191) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 192) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 193) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 195) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 196) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 197) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 198) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 199) | SYS_KLDSYM = 337 constant SYS_JAIL (line 200) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 201) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 202) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 222) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 223) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 224) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 225) | SYS___SETUGID = 374 constant SYS_EACCESS (line 226) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 227) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 228) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 229) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 230) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 231) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 232) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 233) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 234) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 235) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 236) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 237) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 238) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 239) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 240) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 241) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 242) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 243) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 244) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 245) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 246) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 247) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 248) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 249) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 250) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 251) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 252) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 253) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 254) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 255) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 256) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 257) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 258) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 259) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 260) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 261) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 262) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 263) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 264) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 265) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 266) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 267) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 268) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 269) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 270) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 271) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 272) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 273) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 274) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 275) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 276) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 277) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 278) | SYS_AUDIT = 445 constant SYS_AUDITON (line 279) | SYS_AUDITON = 446 constant SYS_GETAUID (line 280) | SYS_GETAUID = 447 constant SYS_SETAUID (line 281) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 282) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 283) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 284) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 285) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 286) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 287) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 288) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 289) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 290) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 291) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 292) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 293) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 294) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 295) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 296) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 297) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 298) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 299) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 300) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 301) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 302) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 303) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 304) | SYS_PREAD = 475 constant SYS_PWRITE (line 305) | SYS_PWRITE = 476 constant SYS_MMAP (line 306) | SYS_MMAP = 477 constant SYS_LSEEK (line 307) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 308) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 309) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 310) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 311) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 312) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 313) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 314) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 315) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 316) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 317) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 318) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 319) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 320) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 321) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 322) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 323) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 324) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 325) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 326) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 327) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 328) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 329) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 330) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 331) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 332) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 333) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 334) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 335) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 336) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 337) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 338) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 339) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 340) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 341) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 342) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 343) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 344) | SYS_PDFORK = 518 constant SYS_PDKILL (line 345) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 346) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 347) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 348) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 349) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 350) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 351) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 352) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 353) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 354) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 355) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 356) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 357) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 358) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 359) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 360) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 361) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 362) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 363) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 364) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 365) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 366) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 367) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 368) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 369) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 370) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 371) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 372) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 373) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 374) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 375) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 376) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 377) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 378) | SYS_STATFS = 555 constant SYS_FSTATFS (line 379) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 380) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 381) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 382) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 383) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 384) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 385) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 386) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 387) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 388) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 389) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 390) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 391) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 392) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.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 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_CHDIR (line 19) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 20) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 21) | SYS_CHMOD = 15 constant SYS_CHOWN (line 22) | SYS_CHOWN = 16 constant SYS_BREAK (line 23) | SYS_BREAK = 17 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 26) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 27) | SYS_SETUID = 23 constant SYS_GETUID (line 28) | SYS_GETUID = 24 constant SYS_GETEUID (line 29) | SYS_GETEUID = 25 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 31) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 32) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 33) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 34) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 35) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 36) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 37) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 38) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 39) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 40) | SYS_SYNC = 36 constant SYS_KILL (line 41) | SYS_KILL = 37 constant SYS_GETPPID (line 42) | SYS_GETPPID = 39 constant SYS_DUP (line 43) | SYS_DUP = 41 constant SYS_GETEGID (line 44) | SYS_GETEGID = 43 constant SYS_PROFIL (line 45) | SYS_PROFIL = 44 constant SYS_KTRACE (line 46) | SYS_KTRACE = 45 constant SYS_GETGID (line 47) | SYS_GETGID = 47 constant SYS_GETLOGIN (line 48) | SYS_GETLOGIN = 49 constant SYS_SETLOGIN (line 49) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 50) | SYS_ACCT = 51 constant SYS_SIGALTSTACK (line 51) | SYS_SIGALTSTACK = 53 constant SYS_IOCTL (line 52) | SYS_IOCTL = 54 constant SYS_REBOOT (line 53) | SYS_REBOOT = 55 constant SYS_REVOKE (line 54) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 55) | SYS_SYMLINK = 57 constant SYS_READLINK (line 56) | SYS_READLINK = 58 constant SYS_EXECVE (line 57) | SYS_EXECVE = 59 constant SYS_UMASK (line 58) | SYS_UMASK = 60 constant SYS_CHROOT (line 59) | SYS_CHROOT = 61 constant SYS_MSYNC (line 60) | SYS_MSYNC = 65 constant SYS_VFORK (line 61) | SYS_VFORK = 66 constant SYS_SBRK (line 62) | SYS_SBRK = 69 constant SYS_SSTK (line 63) | SYS_SSTK = 70 constant SYS_MUNMAP (line 64) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 65) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 66) | SYS_MADVISE = 75 constant SYS_MINCORE (line 67) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 68) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 69) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 70) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 71) | SYS_SETPGID = 82 constant SYS_SETITIMER (line 72) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 73) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 74) | SYS_GETITIMER = 86 constant SYS_GETDTABLESIZE (line 75) | SYS_GETDTABLESIZE = 89 constant SYS_DUP2 (line 76) | SYS_DUP2 = 90 constant SYS_FCNTL (line 77) | SYS_FCNTL = 92 constant SYS_SELECT (line 78) | SYS_SELECT = 93 constant SYS_FSYNC (line 79) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 80) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 81) | SYS_SOCKET = 97 constant SYS_CONNECT (line 82) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 83) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 84) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 85) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 86) | SYS_LISTEN = 106 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 88) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 89) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 90) | SYS_READV = 120 constant SYS_WRITEV (line 91) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 92) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 93) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 94) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 95) | SYS_SETREUID = 126 constant SYS_SETREGID (line 96) | SYS_SETREGID = 127 constant SYS_RENAME (line 97) | SYS_RENAME = 128 constant SYS_FLOCK (line 98) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 99) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 100) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 101) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 102) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 103) | SYS_MKDIR = 136 constant SYS_RMDIR (line 104) | SYS_RMDIR = 137 constant SYS_UTIMES (line 105) | SYS_UTIMES = 138 constant SYS_ADJTIME (line 106) | SYS_ADJTIME = 140 constant SYS_SETSID (line 107) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 108) | SYS_QUOTACTL = 148 constant SYS_NLM_SYSCALL (line 109) | SYS_NLM_SYSCALL = 154 constant SYS_NFSSVC (line 110) | SYS_NFSSVC = 155 constant SYS_LGETFH (line 111) | SYS_LGETFH = 160 constant SYS_GETFH (line 112) | SYS_GETFH = 161 constant SYS_SYSARCH (line 113) | SYS_SYSARCH = 165 constant SYS_RTPRIO (line 114) | SYS_RTPRIO = 166 constant SYS_SEMSYS (line 115) | SYS_SEMSYS = 169 constant SYS_MSGSYS (line 116) | SYS_MSGSYS = 170 constant SYS_SHMSYS (line 117) | SYS_SHMSYS = 171 constant SYS_SETFIB (line 118) | SYS_SETFIB = 175 constant SYS_NTP_ADJTIME (line 119) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 120) | SYS_SETGID = 181 constant SYS_SETEGID (line 121) | SYS_SETEGID = 182 constant SYS_SETEUID (line 122) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 123) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 124) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 125) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 126) | SYS_SETRLIMIT = 195 constant SYS___SYSCTL (line 127) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 128) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 129) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 130) | SYS_UNDELETE = 205 constant SYS_FUTIMES (line 131) | SYS_FUTIMES = 206 constant SYS_GETPGID (line 132) | SYS_GETPGID = 207 constant SYS_POLL (line 133) | SYS_POLL = 209 constant SYS_SEMGET (line 134) | SYS_SEMGET = 221 constant SYS_SEMOP (line 135) | SYS_SEMOP = 222 constant SYS_MSGGET (line 136) | SYS_MSGGET = 225 constant SYS_MSGSND (line 137) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 138) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 139) | SYS_SHMAT = 228 constant SYS_SHMDT (line 140) | SYS_SHMDT = 230 constant SYS_SHMGET (line 141) | SYS_SHMGET = 231 constant SYS_CLOCK_GETTIME (line 142) | SYS_CLOCK_GETTIME = 232 constant SYS_CLOCK_SETTIME (line 143) | SYS_CLOCK_SETTIME = 233 constant SYS_CLOCK_GETRES (line 144) | SYS_CLOCK_GETRES = 234 constant SYS_KTIMER_CREATE (line 145) | SYS_KTIMER_CREATE = 235 constant SYS_KTIMER_DELETE (line 146) | SYS_KTIMER_DELETE = 236 constant SYS_KTIMER_SETTIME (line 147) | SYS_KTIMER_SETTIME = 237 constant SYS_KTIMER_GETTIME (line 148) | SYS_KTIMER_GETTIME = 238 constant SYS_KTIMER_GETOVERRUN (line 149) | SYS_KTIMER_GETOVERRUN = 239 constant SYS_NANOSLEEP (line 150) | SYS_NANOSLEEP = 240 constant SYS_FFCLOCK_GETCOUNTER (line 151) | SYS_FFCLOCK_GETCOUNTER = 241 constant SYS_FFCLOCK_SETESTIMATE (line 152) | SYS_FFCLOCK_SETESTIMATE = 242 constant SYS_FFCLOCK_GETESTIMATE (line 153) | SYS_FFCLOCK_GETESTIMATE = 243 constant SYS_CLOCK_NANOSLEEP (line 154) | SYS_CLOCK_NANOSLEEP = 244 constant SYS_CLOCK_GETCPUCLOCKID2 (line 155) | SYS_CLOCK_GETCPUCLOCKID2 = 247 constant SYS_NTP_GETTIME (line 156) | SYS_NTP_GETTIME = 248 constant SYS_MINHERIT (line 157) | SYS_MINHERIT = 250 constant SYS_RFORK (line 158) | SYS_RFORK = 251 constant SYS_ISSETUGID (line 159) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 160) | SYS_LCHOWN = 254 constant SYS_AIO_READ (line 161) | SYS_AIO_READ = 255 constant SYS_AIO_WRITE (line 162) | SYS_AIO_WRITE = 256 constant SYS_LIO_LISTIO (line 163) | SYS_LIO_LISTIO = 257 constant SYS_LCHMOD (line 164) | SYS_LCHMOD = 274 constant SYS_LUTIMES (line 165) | SYS_LUTIMES = 276 constant SYS_PREADV (line 166) | SYS_PREADV = 289 constant SYS_PWRITEV (line 167) | SYS_PWRITEV = 290 constant SYS_FHOPEN (line 168) | SYS_FHOPEN = 298 constant SYS_MODNEXT (line 169) | SYS_MODNEXT = 300 constant SYS_MODSTAT (line 170) | SYS_MODSTAT = 301 constant SYS_MODFNEXT (line 171) | SYS_MODFNEXT = 302 constant SYS_MODFIND (line 172) | SYS_MODFIND = 303 constant SYS_KLDLOAD (line 173) | SYS_KLDLOAD = 304 constant SYS_KLDUNLOAD (line 174) | SYS_KLDUNLOAD = 305 constant SYS_KLDFIND (line 175) | SYS_KLDFIND = 306 constant SYS_KLDNEXT (line 176) | SYS_KLDNEXT = 307 constant SYS_KLDSTAT (line 177) | SYS_KLDSTAT = 308 constant SYS_KLDFIRSTMOD (line 178) | SYS_KLDFIRSTMOD = 309 constant SYS_GETSID (line 179) | SYS_GETSID = 310 constant SYS_SETRESUID (line 180) | SYS_SETRESUID = 311 constant SYS_SETRESGID (line 181) | SYS_SETRESGID = 312 constant SYS_AIO_RETURN (line 182) | SYS_AIO_RETURN = 314 constant SYS_AIO_SUSPEND (line 183) | SYS_AIO_SUSPEND = 315 constant SYS_AIO_CANCEL (line 184) | SYS_AIO_CANCEL = 316 constant SYS_AIO_ERROR (line 185) | SYS_AIO_ERROR = 317 constant SYS_YIELD (line 186) | SYS_YIELD = 321 constant SYS_MLOCKALL (line 187) | SYS_MLOCKALL = 324 constant SYS_MUNLOCKALL (line 188) | SYS_MUNLOCKALL = 325 constant SYS___GETCWD (line 189) | SYS___GETCWD = 326 constant SYS_SCHED_SETPARAM (line 190) | SYS_SCHED_SETPARAM = 327 constant SYS_SCHED_GETPARAM (line 191) | SYS_SCHED_GETPARAM = 328 constant SYS_SCHED_SETSCHEDULER (line 192) | SYS_SCHED_SETSCHEDULER = 329 constant SYS_SCHED_GETSCHEDULER (line 193) | SYS_SCHED_GETSCHEDULER = 330 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 331 constant SYS_SCHED_GET_PRIORITY_MAX (line 195) | SYS_SCHED_GET_PRIORITY_MAX = 332 constant SYS_SCHED_GET_PRIORITY_MIN (line 196) | SYS_SCHED_GET_PRIORITY_MIN = 333 constant SYS_SCHED_RR_GET_INTERVAL (line 197) | SYS_SCHED_RR_GET_INTERVAL = 334 constant SYS_UTRACE (line 198) | SYS_UTRACE = 335 constant SYS_KLDSYM (line 199) | SYS_KLDSYM = 337 constant SYS_JAIL (line 200) | SYS_JAIL = 338 constant SYS_SIGPROCMASK (line 201) | SYS_SIGPROCMASK = 340 constant SYS_SIGSUSPEND (line 202) | SYS_SIGSUSPEND = 341 constant SYS_SIGPENDING (line 203) | SYS_SIGPENDING = 343 constant SYS_SIGTIMEDWAIT (line 204) | SYS_SIGTIMEDWAIT = 345 constant SYS_SIGWAITINFO (line 205) | SYS_SIGWAITINFO = 346 constant SYS___ACL_GET_FILE (line 206) | SYS___ACL_GET_FILE = 347 constant SYS___ACL_SET_FILE (line 207) | SYS___ACL_SET_FILE = 348 constant SYS___ACL_GET_FD (line 208) | SYS___ACL_GET_FD = 349 constant SYS___ACL_SET_FD (line 209) | SYS___ACL_SET_FD = 350 constant SYS___ACL_DELETE_FILE (line 210) | SYS___ACL_DELETE_FILE = 351 constant SYS___ACL_DELETE_FD (line 211) | SYS___ACL_DELETE_FD = 352 constant SYS___ACL_ACLCHECK_FILE (line 212) | SYS___ACL_ACLCHECK_FILE = 353 constant SYS___ACL_ACLCHECK_FD (line 213) | SYS___ACL_ACLCHECK_FD = 354 constant SYS_EXTATTRCTL (line 214) | SYS_EXTATTRCTL = 355 constant SYS_EXTATTR_SET_FILE (line 215) | SYS_EXTATTR_SET_FILE = 356 constant SYS_EXTATTR_GET_FILE (line 216) | SYS_EXTATTR_GET_FILE = 357 constant SYS_EXTATTR_DELETE_FILE (line 217) | SYS_EXTATTR_DELETE_FILE = 358 constant SYS_AIO_WAITCOMPLETE (line 218) | SYS_AIO_WAITCOMPLETE = 359 constant SYS_GETRESUID (line 219) | SYS_GETRESUID = 360 constant SYS_GETRESGID (line 220) | SYS_GETRESGID = 361 constant SYS_KQUEUE (line 221) | SYS_KQUEUE = 362 constant SYS_EXTATTR_SET_FD (line 222) | SYS_EXTATTR_SET_FD = 371 constant SYS_EXTATTR_GET_FD (line 223) | SYS_EXTATTR_GET_FD = 372 constant SYS_EXTATTR_DELETE_FD (line 224) | SYS_EXTATTR_DELETE_FD = 373 constant SYS___SETUGID (line 225) | SYS___SETUGID = 374 constant SYS_EACCESS (line 226) | SYS_EACCESS = 376 constant SYS_NMOUNT (line 227) | SYS_NMOUNT = 378 constant SYS___MAC_GET_PROC (line 228) | SYS___MAC_GET_PROC = 384 constant SYS___MAC_SET_PROC (line 229) | SYS___MAC_SET_PROC = 385 constant SYS___MAC_GET_FD (line 230) | SYS___MAC_GET_FD = 386 constant SYS___MAC_GET_FILE (line 231) | SYS___MAC_GET_FILE = 387 constant SYS___MAC_SET_FD (line 232) | SYS___MAC_SET_FD = 388 constant SYS___MAC_SET_FILE (line 233) | SYS___MAC_SET_FILE = 389 constant SYS_KENV (line 234) | SYS_KENV = 390 constant SYS_LCHFLAGS (line 235) | SYS_LCHFLAGS = 391 constant SYS_UUIDGEN (line 236) | SYS_UUIDGEN = 392 constant SYS_SENDFILE (line 237) | SYS_SENDFILE = 393 constant SYS_MAC_SYSCALL (line 238) | SYS_MAC_SYSCALL = 394 constant SYS_KSEM_CLOSE (line 239) | SYS_KSEM_CLOSE = 400 constant SYS_KSEM_POST (line 240) | SYS_KSEM_POST = 401 constant SYS_KSEM_WAIT (line 241) | SYS_KSEM_WAIT = 402 constant SYS_KSEM_TRYWAIT (line 242) | SYS_KSEM_TRYWAIT = 403 constant SYS_KSEM_INIT (line 243) | SYS_KSEM_INIT = 404 constant SYS_KSEM_OPEN (line 244) | SYS_KSEM_OPEN = 405 constant SYS_KSEM_UNLINK (line 245) | SYS_KSEM_UNLINK = 406 constant SYS_KSEM_GETVALUE (line 246) | SYS_KSEM_GETVALUE = 407 constant SYS_KSEM_DESTROY (line 247) | SYS_KSEM_DESTROY = 408 constant SYS___MAC_GET_PID (line 248) | SYS___MAC_GET_PID = 409 constant SYS___MAC_GET_LINK (line 249) | SYS___MAC_GET_LINK = 410 constant SYS___MAC_SET_LINK (line 250) | SYS___MAC_SET_LINK = 411 constant SYS_EXTATTR_SET_LINK (line 251) | SYS_EXTATTR_SET_LINK = 412 constant SYS_EXTATTR_GET_LINK (line 252) | SYS_EXTATTR_GET_LINK = 413 constant SYS_EXTATTR_DELETE_LINK (line 253) | SYS_EXTATTR_DELETE_LINK = 414 constant SYS___MAC_EXECVE (line 254) | SYS___MAC_EXECVE = 415 constant SYS_SIGACTION (line 255) | SYS_SIGACTION = 416 constant SYS_SIGRETURN (line 256) | SYS_SIGRETURN = 417 constant SYS_GETCONTEXT (line 257) | SYS_GETCONTEXT = 421 constant SYS_SETCONTEXT (line 258) | SYS_SETCONTEXT = 422 constant SYS_SWAPCONTEXT (line 259) | SYS_SWAPCONTEXT = 423 constant SYS_SWAPOFF (line 260) | SYS_SWAPOFF = 424 constant SYS___ACL_GET_LINK (line 261) | SYS___ACL_GET_LINK = 425 constant SYS___ACL_SET_LINK (line 262) | SYS___ACL_SET_LINK = 426 constant SYS___ACL_DELETE_LINK (line 263) | SYS___ACL_DELETE_LINK = 427 constant SYS___ACL_ACLCHECK_LINK (line 264) | SYS___ACL_ACLCHECK_LINK = 428 constant SYS_SIGWAIT (line 265) | SYS_SIGWAIT = 429 constant SYS_THR_CREATE (line 266) | SYS_THR_CREATE = 430 constant SYS_THR_EXIT (line 267) | SYS_THR_EXIT = 431 constant SYS_THR_SELF (line 268) | SYS_THR_SELF = 432 constant SYS_THR_KILL (line 269) | SYS_THR_KILL = 433 constant SYS_JAIL_ATTACH (line 270) | SYS_JAIL_ATTACH = 436 constant SYS_EXTATTR_LIST_FD (line 271) | SYS_EXTATTR_LIST_FD = 437 constant SYS_EXTATTR_LIST_FILE (line 272) | SYS_EXTATTR_LIST_FILE = 438 constant SYS_EXTATTR_LIST_LINK (line 273) | SYS_EXTATTR_LIST_LINK = 439 constant SYS_KSEM_TIMEDWAIT (line 274) | SYS_KSEM_TIMEDWAIT = 441 constant SYS_THR_SUSPEND (line 275) | SYS_THR_SUSPEND = 442 constant SYS_THR_WAKE (line 276) | SYS_THR_WAKE = 443 constant SYS_KLDUNLOADF (line 277) | SYS_KLDUNLOADF = 444 constant SYS_AUDIT (line 278) | SYS_AUDIT = 445 constant SYS_AUDITON (line 279) | SYS_AUDITON = 446 constant SYS_GETAUID (line 280) | SYS_GETAUID = 447 constant SYS_SETAUID (line 281) | SYS_SETAUID = 448 constant SYS_GETAUDIT (line 282) | SYS_GETAUDIT = 449 constant SYS_SETAUDIT (line 283) | SYS_SETAUDIT = 450 constant SYS_GETAUDIT_ADDR (line 284) | SYS_GETAUDIT_ADDR = 451 constant SYS_SETAUDIT_ADDR (line 285) | SYS_SETAUDIT_ADDR = 452 constant SYS_AUDITCTL (line 286) | SYS_AUDITCTL = 453 constant SYS__UMTX_OP (line 287) | SYS__UMTX_OP = 454 constant SYS_THR_NEW (line 288) | SYS_THR_NEW = 455 constant SYS_SIGQUEUE (line 289) | SYS_SIGQUEUE = 456 constant SYS_KMQ_OPEN (line 290) | SYS_KMQ_OPEN = 457 constant SYS_KMQ_SETATTR (line 291) | SYS_KMQ_SETATTR = 458 constant SYS_KMQ_TIMEDRECEIVE (line 292) | SYS_KMQ_TIMEDRECEIVE = 459 constant SYS_KMQ_TIMEDSEND (line 293) | SYS_KMQ_TIMEDSEND = 460 constant SYS_KMQ_NOTIFY (line 294) | SYS_KMQ_NOTIFY = 461 constant SYS_KMQ_UNLINK (line 295) | SYS_KMQ_UNLINK = 462 constant SYS_ABORT2 (line 296) | SYS_ABORT2 = 463 constant SYS_THR_SET_NAME (line 297) | SYS_THR_SET_NAME = 464 constant SYS_AIO_FSYNC (line 298) | SYS_AIO_FSYNC = 465 constant SYS_RTPRIO_THREAD (line 299) | SYS_RTPRIO_THREAD = 466 constant SYS_SCTP_PEELOFF (line 300) | SYS_SCTP_PEELOFF = 471 constant SYS_SCTP_GENERIC_SENDMSG (line 301) | SYS_SCTP_GENERIC_SENDMSG = 472 constant SYS_SCTP_GENERIC_SENDMSG_IOV (line 302) | SYS_SCTP_GENERIC_SENDMSG_IOV = 473 constant SYS_SCTP_GENERIC_RECVMSG (line 303) | SYS_SCTP_GENERIC_RECVMSG = 474 constant SYS_PREAD (line 304) | SYS_PREAD = 475 constant SYS_PWRITE (line 305) | SYS_PWRITE = 476 constant SYS_MMAP (line 306) | SYS_MMAP = 477 constant SYS_LSEEK (line 307) | SYS_LSEEK = 478 constant SYS_TRUNCATE (line 308) | SYS_TRUNCATE = 479 constant SYS_FTRUNCATE (line 309) | SYS_FTRUNCATE = 480 constant SYS_THR_KILL2 (line 310) | SYS_THR_KILL2 = 481 constant SYS_SHM_OPEN (line 311) | SYS_SHM_OPEN = 482 constant SYS_SHM_UNLINK (line 312) | SYS_SHM_UNLINK = 483 constant SYS_CPUSET (line 313) | SYS_CPUSET = 484 constant SYS_CPUSET_SETID (line 314) | SYS_CPUSET_SETID = 485 constant SYS_CPUSET_GETID (line 315) | SYS_CPUSET_GETID = 486 constant SYS_CPUSET_GETAFFINITY (line 316) | SYS_CPUSET_GETAFFINITY = 487 constant SYS_CPUSET_SETAFFINITY (line 317) | SYS_CPUSET_SETAFFINITY = 488 constant SYS_FACCESSAT (line 318) | SYS_FACCESSAT = 489 constant SYS_FCHMODAT (line 319) | SYS_FCHMODAT = 490 constant SYS_FCHOWNAT (line 320) | SYS_FCHOWNAT = 491 constant SYS_FEXECVE (line 321) | SYS_FEXECVE = 492 constant SYS_FUTIMESAT (line 322) | SYS_FUTIMESAT = 494 constant SYS_LINKAT (line 323) | SYS_LINKAT = 495 constant SYS_MKDIRAT (line 324) | SYS_MKDIRAT = 496 constant SYS_MKFIFOAT (line 325) | SYS_MKFIFOAT = 497 constant SYS_OPENAT (line 326) | SYS_OPENAT = 499 constant SYS_READLINKAT (line 327) | SYS_READLINKAT = 500 constant SYS_RENAMEAT (line 328) | SYS_RENAMEAT = 501 constant SYS_SYMLINKAT (line 329) | SYS_SYMLINKAT = 502 constant SYS_UNLINKAT (line 330) | SYS_UNLINKAT = 503 constant SYS_POSIX_OPENPT (line 331) | SYS_POSIX_OPENPT = 504 constant SYS_GSSD_SYSCALL (line 332) | SYS_GSSD_SYSCALL = 505 constant SYS_JAIL_GET (line 333) | SYS_JAIL_GET = 506 constant SYS_JAIL_SET (line 334) | SYS_JAIL_SET = 507 constant SYS_JAIL_REMOVE (line 335) | SYS_JAIL_REMOVE = 508 constant SYS_CLOSEFROM (line 336) | SYS_CLOSEFROM = 509 constant SYS___SEMCTL (line 337) | SYS___SEMCTL = 510 constant SYS_MSGCTL (line 338) | SYS_MSGCTL = 511 constant SYS_SHMCTL (line 339) | SYS_SHMCTL = 512 constant SYS_LPATHCONF (line 340) | SYS_LPATHCONF = 513 constant SYS___CAP_RIGHTS_GET (line 341) | SYS___CAP_RIGHTS_GET = 515 constant SYS_CAP_ENTER (line 342) | SYS_CAP_ENTER = 516 constant SYS_CAP_GETMODE (line 343) | SYS_CAP_GETMODE = 517 constant SYS_PDFORK (line 344) | SYS_PDFORK = 518 constant SYS_PDKILL (line 345) | SYS_PDKILL = 519 constant SYS_PDGETPID (line 346) | SYS_PDGETPID = 520 constant SYS_PSELECT (line 347) | SYS_PSELECT = 522 constant SYS_GETLOGINCLASS (line 348) | SYS_GETLOGINCLASS = 523 constant SYS_SETLOGINCLASS (line 349) | SYS_SETLOGINCLASS = 524 constant SYS_RCTL_GET_RACCT (line 350) | SYS_RCTL_GET_RACCT = 525 constant SYS_RCTL_GET_RULES (line 351) | SYS_RCTL_GET_RULES = 526 constant SYS_RCTL_GET_LIMITS (line 352) | SYS_RCTL_GET_LIMITS = 527 constant SYS_RCTL_ADD_RULE (line 353) | SYS_RCTL_ADD_RULE = 528 constant SYS_RCTL_REMOVE_RULE (line 354) | SYS_RCTL_REMOVE_RULE = 529 constant SYS_POSIX_FALLOCATE (line 355) | SYS_POSIX_FALLOCATE = 530 constant SYS_POSIX_FADVISE (line 356) | SYS_POSIX_FADVISE = 531 constant SYS_WAIT6 (line 357) | SYS_WAIT6 = 532 constant SYS_CAP_RIGHTS_LIMIT (line 358) | SYS_CAP_RIGHTS_LIMIT = 533 constant SYS_CAP_IOCTLS_LIMIT (line 359) | SYS_CAP_IOCTLS_LIMIT = 534 constant SYS_CAP_IOCTLS_GET (line 360) | SYS_CAP_IOCTLS_GET = 535 constant SYS_CAP_FCNTLS_LIMIT (line 361) | SYS_CAP_FCNTLS_LIMIT = 536 constant SYS_CAP_FCNTLS_GET (line 362) | SYS_CAP_FCNTLS_GET = 537 constant SYS_BINDAT (line 363) | SYS_BINDAT = 538 constant SYS_CONNECTAT (line 364) | SYS_CONNECTAT = 539 constant SYS_CHFLAGSAT (line 365) | SYS_CHFLAGSAT = 540 constant SYS_ACCEPT4 (line 366) | SYS_ACCEPT4 = 541 constant SYS_PIPE2 (line 367) | SYS_PIPE2 = 542 constant SYS_AIO_MLOCK (line 368) | SYS_AIO_MLOCK = 543 constant SYS_PROCCTL (line 369) | SYS_PROCCTL = 544 constant SYS_PPOLL (line 370) | SYS_PPOLL = 545 constant SYS_FUTIMENS (line 371) | SYS_FUTIMENS = 546 constant SYS_UTIMENSAT (line 372) | SYS_UTIMENSAT = 547 constant SYS_FDATASYNC (line 373) | SYS_FDATASYNC = 550 constant SYS_FSTAT (line 374) | SYS_FSTAT = 551 constant SYS_FSTATAT (line 375) | SYS_FSTATAT = 552 constant SYS_FHSTAT (line 376) | SYS_FHSTAT = 553 constant SYS_GETDIRENTRIES (line 377) | SYS_GETDIRENTRIES = 554 constant SYS_STATFS (line 378) | SYS_STATFS = 555 constant SYS_FSTATFS (line 379) | SYS_FSTATFS = 556 constant SYS_GETFSSTAT (line 380) | SYS_GETFSSTAT = 557 constant SYS_FHSTATFS (line 381) | SYS_FHSTATFS = 558 constant SYS_MKNODAT (line 382) | SYS_MKNODAT = 559 constant SYS_KEVENT (line 383) | SYS_KEVENT = 560 constant SYS_CPUSET_GETDOMAIN (line 384) | SYS_CPUSET_GETDOMAIN = 561 constant SYS_CPUSET_SETDOMAIN (line 385) | SYS_CPUSET_SETDOMAIN = 562 constant SYS_GETRANDOM (line 386) | SYS_GETRANDOM = 563 constant SYS_GETFHAT (line 387) | SYS_GETFHAT = 564 constant SYS_FHLINK (line 388) | SYS_FHLINK = 565 constant SYS_FHLINKAT (line 389) | SYS_FHLINKAT = 566 constant SYS_FHREADLINK (line 390) | SYS_FHREADLINK = 567 constant SYS___SYSCTLBYNAME (line 391) | SYS___SYSCTLBYNAME = 570 constant SYS_CLOSE_RANGE (line 392) | SYS_CLOSE_RANGE = 575 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_386.go constant SYS_RESTART_SYSCALL (line 9) | SYS_RESTART_SYSCALL = 0 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_WAITPID (line 16) | SYS_WAITPID = 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_TIME (line 22) | SYS_TIME = 13 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_BREAK (line 26) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 27) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 28) | SYS_LSEEK = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_STIME (line 34) | SYS_STIME = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_ALARM (line 36) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 37) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 38) | SYS_PAUSE = 29 constant SYS_UTIME (line 39) | SYS_UTIME = 30 constant SYS_STTY (line 40) | SYS_STTY = 31 constant SYS_GTTY (line 41) | SYS_GTTY = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_NICE (line 43) | SYS_NICE = 34 constant SYS_FTIME (line 44) | SYS_FTIME = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_KILL (line 46) | SYS_KILL = 37 constant SYS_RENAME (line 47) | SYS_RENAME = 38 constant SYS_MKDIR (line 48) | SYS_MKDIR = 39 constant SYS_RMDIR (line 49) | SYS_RMDIR = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_PIPE (line 51) | SYS_PIPE = 42 constant SYS_TIMES (line 52) | SYS_TIMES = 43 constant SYS_PROF (line 53) | SYS_PROF = 44 constant SYS_BRK (line 54) | SYS_BRK = 45 constant SYS_SETGID (line 55) | SYS_SETGID = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 58) | SYS_GETEUID = 49 constant SYS_GETEGID (line 59) | SYS_GETEGID = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 62) | SYS_LOCK = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_FCNTL (line 64) | SYS_FCNTL = 55 constant SYS_MPX (line 65) | SYS_MPX = 56 constant SYS_SETPGID (line 66) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 68) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_USTAT (line 71) | SYS_USTAT = 62 constant SYS_DUP2 (line 72) | SYS_DUP2 = 63 constant SYS_GETPPID (line 73) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 65 constant SYS_SETSID (line 75) | SYS_SETSID = 66 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 79) | SYS_SETREUID = 70 constant SYS_SETREGID (line 80) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 91) | SYS_SELECT = 82 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 93) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 94) | SYS_READLINK = 85 constant SYS_USELIB (line 95) | SYS_USELIB = 86 constant SYS_SWAPON (line 96) | SYS_SWAPON = 87 constant SYS_REBOOT (line 97) | SYS_REBOOT = 88 constant SYS_READDIR (line 98) | SYS_READDIR = 89 constant SYS_MMAP (line 99) | SYS_MMAP = 90 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 107) | SYS_PROFIL = 98 constant SYS_STATFS (line 108) | SYS_STATFS = 99 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 105 constant SYS_STAT (line 115) | SYS_STAT = 106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 118) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 119) | SYS_IOPL = 110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 111 constant SYS_IDLE (line 121) | SYS_IDLE = 112 constant SYS_VM86OLD (line 122) | SYS_VM86OLD = 113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 116 constant SYS_IPC (line 126) | SYS_IPC = 117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 129) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 131) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 144 constant SYS_READV (line 154) | SYS_READV = 145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 146 constant SYS_GETSID (line 156) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 157) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 158) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 159) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 163) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 164) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 165) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 166) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 167) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 168) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 169) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 170) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 171) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 172) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 173) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 174) | SYS_GETRESUID = 165 constant SYS_VM86 (line 175) | SYS_VM86 = 166 constant SYS_QUERY_MODULE (line 176) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 177) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 178) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 179) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 180) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 181) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 182) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 183) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 184) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 185) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 186) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 187) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 188) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 189) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 190) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 191) | SYS_CHOWN = 182 constant SYS_GETCWD (line 192) | SYS_GETCWD = 183 constant SYS_CAPGET (line 193) | SYS_CAPGET = 184 constant SYS_CAPSET (line 194) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 195) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 196) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 197) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 198) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 199) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 200) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 201) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 202) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 203) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 204) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 205) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 206) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 207) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 208) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 209) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 210) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 211) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 212) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 213) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 214) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 215) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 216) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 217) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 218) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 219) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 220) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 221) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 222) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 223) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 224) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 225) | SYS_SETFSGID32 = 216 constant SYS_PIVOT_ROOT (line 226) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 227) | SYS_MINCORE = 218 constant SYS_MADVISE (line 228) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 229) | SYS_GETDENTS64 = 220 constant SYS_FCNTL64 (line 230) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 231) | SYS_GETTID = 224 constant SYS_READAHEAD (line 232) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 233) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 234) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 235) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 236) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 237) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 238) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 239) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 240) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 241) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 242) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 243) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 244) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 245) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 246) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 247) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 248) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 249) | SYS_SCHED_GETAFFINITY = 242 constant SYS_SET_THREAD_AREA (line 250) | SYS_SET_THREAD_AREA = 243 constant SYS_GET_THREAD_AREA (line 251) | SYS_GET_THREAD_AREA = 244 constant SYS_IO_SETUP (line 252) | SYS_IO_SETUP = 245 constant SYS_IO_DESTROY (line 253) | SYS_IO_DESTROY = 246 constant SYS_IO_GETEVENTS (line 254) | SYS_IO_GETEVENTS = 247 constant SYS_IO_SUBMIT (line 255) | SYS_IO_SUBMIT = 248 constant SYS_IO_CANCEL (line 256) | SYS_IO_CANCEL = 249 constant SYS_FADVISE64 (line 257) | SYS_FADVISE64 = 250 constant SYS_EXIT_GROUP (line 258) | SYS_EXIT_GROUP = 252 constant SYS_LOOKUP_DCOOKIE (line 259) | SYS_LOOKUP_DCOOKIE = 253 constant SYS_EPOLL_CREATE (line 260) | SYS_EPOLL_CREATE = 254 constant SYS_EPOLL_CTL (line 261) | SYS_EPOLL_CTL = 255 constant SYS_EPOLL_WAIT (line 262) | SYS_EPOLL_WAIT = 256 constant SYS_REMAP_FILE_PAGES (line 263) | SYS_REMAP_FILE_PAGES = 257 constant SYS_SET_TID_ADDRESS (line 264) | SYS_SET_TID_ADDRESS = 258 constant SYS_TIMER_CREATE (line 265) | SYS_TIMER_CREATE = 259 constant SYS_TIMER_SETTIME (line 266) | SYS_TIMER_SETTIME = 260 constant SYS_TIMER_GETTIME (line 267) | SYS_TIMER_GETTIME = 261 constant SYS_TIMER_GETOVERRUN (line 268) | SYS_TIMER_GETOVERRUN = 262 constant SYS_TIMER_DELETE (line 269) | SYS_TIMER_DELETE = 263 constant SYS_CLOCK_SETTIME (line 270) | SYS_CLOCK_SETTIME = 264 constant SYS_CLOCK_GETTIME (line 271) | SYS_CLOCK_GETTIME = 265 constant SYS_CLOCK_GETRES (line 272) | SYS_CLOCK_GETRES = 266 constant SYS_CLOCK_NANOSLEEP (line 273) | SYS_CLOCK_NANOSLEEP = 267 constant SYS_STATFS64 (line 274) | SYS_STATFS64 = 268 constant SYS_FSTATFS64 (line 275) | SYS_FSTATFS64 = 269 constant SYS_TGKILL (line 276) | SYS_TGKILL = 270 constant SYS_UTIMES (line 277) | SYS_UTIMES = 271 constant SYS_FADVISE64_64 (line 278) | SYS_FADVISE64_64 = 272 constant SYS_VSERVER (line 279) | SYS_VSERVER = 273 constant SYS_MBIND (line 280) | SYS_MBIND = 274 constant SYS_GET_MEMPOLICY (line 281) | SYS_GET_MEMPOLICY = 275 constant SYS_SET_MEMPOLICY (line 282) | SYS_SET_MEMPOLICY = 276 constant SYS_MQ_OPEN (line 283) | SYS_MQ_OPEN = 277 constant SYS_MQ_UNLINK (line 284) | SYS_MQ_UNLINK = 278 constant SYS_MQ_TIMEDSEND (line 285) | SYS_MQ_TIMEDSEND = 279 constant SYS_MQ_TIMEDRECEIVE (line 286) | SYS_MQ_TIMEDRECEIVE = 280 constant SYS_MQ_NOTIFY (line 287) | SYS_MQ_NOTIFY = 281 constant SYS_MQ_GETSETATTR (line 288) | SYS_MQ_GETSETATTR = 282 constant SYS_KEXEC_LOAD (line 289) | SYS_KEXEC_LOAD = 283 constant SYS_WAITID (line 290) | SYS_WAITID = 284 constant SYS_ADD_KEY (line 291) | SYS_ADD_KEY = 286 constant SYS_REQUEST_KEY (line 292) | SYS_REQUEST_KEY = 287 constant SYS_KEYCTL (line 293) | SYS_KEYCTL = 288 constant SYS_IOPRIO_SET (line 294) | SYS_IOPRIO_SET = 289 constant SYS_IOPRIO_GET (line 295) | SYS_IOPRIO_GET = 290 constant SYS_INOTIFY_INIT (line 296) | SYS_INOTIFY_INIT = 291 constant SYS_INOTIFY_ADD_WATCH (line 297) | SYS_INOTIFY_ADD_WATCH = 292 constant SYS_INOTIFY_RM_WATCH (line 298) | SYS_INOTIFY_RM_WATCH = 293 constant SYS_MIGRATE_PAGES (line 299) | SYS_MIGRATE_PAGES = 294 constant SYS_OPENAT (line 300) | SYS_OPENAT = 295 constant SYS_MKDIRAT (line 301) | SYS_MKDIRAT = 296 constant SYS_MKNODAT (line 302) | SYS_MKNODAT = 297 constant SYS_FCHOWNAT (line 303) | SYS_FCHOWNAT = 298 constant SYS_FUTIMESAT (line 304) | SYS_FUTIMESAT = 299 constant SYS_FSTATAT64 (line 305) | SYS_FSTATAT64 = 300 constant SYS_UNLINKAT (line 306) | SYS_UNLINKAT = 301 constant SYS_RENAMEAT (line 307) | SYS_RENAMEAT = 302 constant SYS_LINKAT (line 308) | SYS_LINKAT = 303 constant SYS_SYMLINKAT (line 309) | SYS_SYMLINKAT = 304 constant SYS_READLINKAT (line 310) | SYS_READLINKAT = 305 constant SYS_FCHMODAT (line 311) | SYS_FCHMODAT = 306 constant SYS_FACCESSAT (line 312) | SYS_FACCESSAT = 307 constant SYS_PSELECT6 (line 313) | SYS_PSELECT6 = 308 constant SYS_PPOLL (line 314) | SYS_PPOLL = 309 constant SYS_UNSHARE (line 315) | SYS_UNSHARE = 310 constant SYS_SET_ROBUST_LIST (line 316) | SYS_SET_ROBUST_LIST = 311 constant SYS_GET_ROBUST_LIST (line 317) | SYS_GET_ROBUST_LIST = 312 constant SYS_SPLICE (line 318) | SYS_SPLICE = 313 constant SYS_SYNC_FILE_RANGE (line 319) | SYS_SYNC_FILE_RANGE = 314 constant SYS_TEE (line 320) | SYS_TEE = 315 constant SYS_VMSPLICE (line 321) | SYS_VMSPLICE = 316 constant SYS_MOVE_PAGES (line 322) | SYS_MOVE_PAGES = 317 constant SYS_GETCPU (line 323) | SYS_GETCPU = 318 constant SYS_EPOLL_PWAIT (line 324) | SYS_EPOLL_PWAIT = 319 constant SYS_UTIMENSAT (line 325) | SYS_UTIMENSAT = 320 constant SYS_SIGNALFD (line 326) | SYS_SIGNALFD = 321 constant SYS_TIMERFD_CREATE (line 327) | SYS_TIMERFD_CREATE = 322 constant SYS_EVENTFD (line 328) | SYS_EVENTFD = 323 constant SYS_FALLOCATE (line 329) | SYS_FALLOCATE = 324 constant SYS_TIMERFD_SETTIME (line 330) | SYS_TIMERFD_SETTIME = 325 constant SYS_TIMERFD_GETTIME (line 331) | SYS_TIMERFD_GETTIME = 326 constant SYS_SIGNALFD4 (line 332) | SYS_SIGNALFD4 = 327 constant SYS_EVENTFD2 (line 333) | SYS_EVENTFD2 = 328 constant SYS_EPOLL_CREATE1 (line 334) | SYS_EPOLL_CREATE1 = 329 constant SYS_DUP3 (line 335) | SYS_DUP3 = 330 constant SYS_PIPE2 (line 336) | SYS_PIPE2 = 331 constant SYS_INOTIFY_INIT1 (line 337) | SYS_INOTIFY_INIT1 = 332 constant SYS_PREADV (line 338) | SYS_PREADV = 333 constant SYS_PWRITEV (line 339) | SYS_PWRITEV = 334 constant SYS_RT_TGSIGQUEUEINFO (line 340) | SYS_RT_TGSIGQUEUEINFO = 335 constant SYS_PERF_EVENT_OPEN (line 341) | SYS_PERF_EVENT_OPEN = 336 constant SYS_RECVMMSG (line 342) | SYS_RECVMMSG = 337 constant SYS_FANOTIFY_INIT (line 343) | SYS_FANOTIFY_INIT = 338 constant SYS_FANOTIFY_MARK (line 344) | SYS_FANOTIFY_MARK = 339 constant SYS_PRLIMIT64 (line 345) | SYS_PRLIMIT64 = 340 constant SYS_NAME_TO_HANDLE_AT (line 346) | SYS_NAME_TO_HANDLE_AT = 341 constant SYS_OPEN_BY_HANDLE_AT (line 347) | SYS_OPEN_BY_HANDLE_AT = 342 constant SYS_CLOCK_ADJTIME (line 348) | SYS_CLOCK_ADJTIME = 343 constant SYS_SYNCFS (line 349) | SYS_SYNCFS = 344 constant SYS_SENDMMSG (line 350) | SYS_SENDMMSG = 345 constant SYS_SETNS (line 351) | SYS_SETNS = 346 constant SYS_PROCESS_VM_READV (line 352) | SYS_PROCESS_VM_READV = 347 constant SYS_PROCESS_VM_WRITEV (line 353) | SYS_PROCESS_VM_WRITEV = 348 constant SYS_KCMP (line 354) | SYS_KCMP = 349 constant SYS_FINIT_MODULE (line 355) | SYS_FINIT_MODULE = 350 constant SYS_SCHED_SETATTR (line 356) | SYS_SCHED_SETATTR = 351 constant SYS_SCHED_GETATTR (line 357) | SYS_SCHED_GETATTR = 352 constant SYS_RENAMEAT2 (line 358) | SYS_RENAMEAT2 = 353 constant SYS_SECCOMP (line 359) | SYS_SECCOMP = 354 constant SYS_GETRANDOM (line 360) | SYS_GETRANDOM = 355 constant SYS_MEMFD_CREATE (line 361) | SYS_MEMFD_CREATE = 356 constant SYS_BPF (line 362) | SYS_BPF = 357 constant SYS_EXECVEAT (line 363) | SYS_EXECVEAT = 358 constant SYS_SOCKET (line 364) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 365) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 366) | SYS_BIND = 361 constant SYS_CONNECT (line 367) | SYS_CONNECT = 362 constant SYS_LISTEN (line 368) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 369) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 370) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 371) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 372) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 373) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 374) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 375) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 376) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 377) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 378) | SYS_SHUTDOWN = 373 constant SYS_USERFAULTFD (line 379) | SYS_USERFAULTFD = 374 constant SYS_MEMBARRIER (line 380) | SYS_MEMBARRIER = 375 constant SYS_MLOCK2 (line 381) | SYS_MLOCK2 = 376 constant SYS_COPY_FILE_RANGE (line 382) | SYS_COPY_FILE_RANGE = 377 constant SYS_PREADV2 (line 383) | SYS_PREADV2 = 378 constant SYS_PWRITEV2 (line 384) | SYS_PWRITEV2 = 379 constant SYS_PKEY_MPROTECT (line 385) | SYS_PKEY_MPROTECT = 380 constant SYS_PKEY_ALLOC (line 386) | SYS_PKEY_ALLOC = 381 constant SYS_PKEY_FREE (line 387) | SYS_PKEY_FREE = 382 constant SYS_STATX (line 388) | SYS_STATX = 383 constant SYS_ARCH_PRCTL (line 389) | SYS_ARCH_PRCTL = 384 constant SYS_IO_PGETEVENTS (line 390) | SYS_IO_PGETEVENTS = 385 constant SYS_RSEQ (line 391) | SYS_RSEQ = 386 constant SYS_SEMGET (line 392) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 393) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 394) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 395) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 396) | SYS_SHMAT = 397 constant SYS_SHMDT (line 397) | SYS_SHMDT = 398 constant SYS_MSGGET (line 398) | SYS_MSGGET = 399 constant SYS_MSGSND (line 399) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 400) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 401) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 402) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 403) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 404) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 405) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 406) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 407) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 408) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 409) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 410) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 411) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 412) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 413) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 414) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 415) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 416) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 417) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 418) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 419) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 420) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 421) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 422) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 423) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 424) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 425) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 426) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 427) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 428) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 429) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 430) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 431) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 432) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 433) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 434) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 435) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 436) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 437) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 438) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 439) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 440) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 441) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 442) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 443) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 444) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 445) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 446) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 447) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 448) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 449) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 450) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go constant SYS_READ (line 9) | SYS_READ = 0 constant SYS_WRITE (line 10) | SYS_WRITE = 1 constant SYS_OPEN (line 11) | SYS_OPEN = 2 constant SYS_CLOSE (line 12) | SYS_CLOSE = 3 constant SYS_STAT (line 13) | SYS_STAT = 4 constant SYS_FSTAT (line 14) | SYS_FSTAT = 5 constant SYS_LSTAT (line 15) | SYS_LSTAT = 6 constant SYS_POLL (line 16) | SYS_POLL = 7 constant SYS_LSEEK (line 17) | SYS_LSEEK = 8 constant SYS_MMAP (line 18) | SYS_MMAP = 9 constant SYS_MPROTECT (line 19) | SYS_MPROTECT = 10 constant SYS_MUNMAP (line 20) | SYS_MUNMAP = 11 constant SYS_BRK (line 21) | SYS_BRK = 12 constant SYS_RT_SIGACTION (line 22) | SYS_RT_SIGACTION = 13 constant SYS_RT_SIGPROCMASK (line 23) | SYS_RT_SIGPROCMASK = 14 constant SYS_RT_SIGRETURN (line 24) | SYS_RT_SIGRETURN = 15 constant SYS_IOCTL (line 25) | SYS_IOCTL = 16 constant SYS_PREAD64 (line 26) | SYS_PREAD64 = 17 constant SYS_PWRITE64 (line 27) | SYS_PWRITE64 = 18 constant SYS_READV (line 28) | SYS_READV = 19 constant SYS_WRITEV (line 29) | SYS_WRITEV = 20 constant SYS_ACCESS (line 30) | SYS_ACCESS = 21 constant SYS_PIPE (line 31) | SYS_PIPE = 22 constant SYS_SELECT (line 32) | SYS_SELECT = 23 constant SYS_SCHED_YIELD (line 33) | SYS_SCHED_YIELD = 24 constant SYS_MREMAP (line 34) | SYS_MREMAP = 25 constant SYS_MSYNC (line 35) | SYS_MSYNC = 26 constant SYS_MINCORE (line 36) | SYS_MINCORE = 27 constant SYS_MADVISE (line 37) | SYS_MADVISE = 28 constant SYS_SHMGET (line 38) | SYS_SHMGET = 29 constant SYS_SHMAT (line 39) | SYS_SHMAT = 30 constant SYS_SHMCTL (line 40) | SYS_SHMCTL = 31 constant SYS_DUP (line 41) | SYS_DUP = 32 constant SYS_DUP2 (line 42) | SYS_DUP2 = 33 constant SYS_PAUSE (line 43) | SYS_PAUSE = 34 constant SYS_NANOSLEEP (line 44) | SYS_NANOSLEEP = 35 constant SYS_GETITIMER (line 45) | SYS_GETITIMER = 36 constant SYS_ALARM (line 46) | SYS_ALARM = 37 constant SYS_SETITIMER (line 47) | SYS_SETITIMER = 38 constant SYS_GETPID (line 48) | SYS_GETPID = 39 constant SYS_SENDFILE (line 49) | SYS_SENDFILE = 40 constant SYS_SOCKET (line 50) | SYS_SOCKET = 41 constant SYS_CONNECT (line 51) | SYS_CONNECT = 42 constant SYS_ACCEPT (line 52) | SYS_ACCEPT = 43 constant SYS_SENDTO (line 53) | SYS_SENDTO = 44 constant SYS_RECVFROM (line 54) | SYS_RECVFROM = 45 constant SYS_SENDMSG (line 55) | SYS_SENDMSG = 46 constant SYS_RECVMSG (line 56) | SYS_RECVMSG = 47 constant SYS_SHUTDOWN (line 57) | SYS_SHUTDOWN = 48 constant SYS_BIND (line 58) | SYS_BIND = 49 constant SYS_LISTEN (line 59) | SYS_LISTEN = 50 constant SYS_GETSOCKNAME (line 60) | SYS_GETSOCKNAME = 51 constant SYS_GETPEERNAME (line 61) | SYS_GETPEERNAME = 52 constant SYS_SOCKETPAIR (line 62) | SYS_SOCKETPAIR = 53 constant SYS_SETSOCKOPT (line 63) | SYS_SETSOCKOPT = 54 constant SYS_GETSOCKOPT (line 64) | SYS_GETSOCKOPT = 55 constant SYS_CLONE (line 65) | SYS_CLONE = 56 constant SYS_FORK (line 66) | SYS_FORK = 57 constant SYS_VFORK (line 67) | SYS_VFORK = 58 constant SYS_EXECVE (line 68) | SYS_EXECVE = 59 constant SYS_EXIT (line 69) | SYS_EXIT = 60 constant SYS_WAIT4 (line 70) | SYS_WAIT4 = 61 constant SYS_KILL (line 71) | SYS_KILL = 62 constant SYS_UNAME (line 72) | SYS_UNAME = 63 constant SYS_SEMGET (line 73) | SYS_SEMGET = 64 constant SYS_SEMOP (line 74) | SYS_SEMOP = 65 constant SYS_SEMCTL (line 75) | SYS_SEMCTL = 66 constant SYS_SHMDT (line 76) | SYS_SHMDT = 67 constant SYS_MSGGET (line 77) | SYS_MSGGET = 68 constant SYS_MSGSND (line 78) | SYS_MSGSND = 69 constant SYS_MSGRCV (line 79) | SYS_MSGRCV = 70 constant SYS_MSGCTL (line 80) | SYS_MSGCTL = 71 constant SYS_FCNTL (line 81) | SYS_FCNTL = 72 constant SYS_FLOCK (line 82) | SYS_FLOCK = 73 constant SYS_FSYNC (line 83) | SYS_FSYNC = 74 constant SYS_FDATASYNC (line 84) | SYS_FDATASYNC = 75 constant SYS_TRUNCATE (line 85) | SYS_TRUNCATE = 76 constant SYS_FTRUNCATE (line 86) | SYS_FTRUNCATE = 77 constant SYS_GETDENTS (line 87) | SYS_GETDENTS = 78 constant SYS_GETCWD (line 88) | SYS_GETCWD = 79 constant SYS_CHDIR (line 89) | SYS_CHDIR = 80 constant SYS_FCHDIR (line 90) | SYS_FCHDIR = 81 constant SYS_RENAME (line 91) | SYS_RENAME = 82 constant SYS_MKDIR (line 92) | SYS_MKDIR = 83 constant SYS_RMDIR (line 93) | SYS_RMDIR = 84 constant SYS_CREAT (line 94) | SYS_CREAT = 85 constant SYS_LINK (line 95) | SYS_LINK = 86 constant SYS_UNLINK (line 96) | SYS_UNLINK = 87 constant SYS_SYMLINK (line 97) | SYS_SYMLINK = 88 constant SYS_READLINK (line 98) | SYS_READLINK = 89 constant SYS_CHMOD (line 99) | SYS_CHMOD = 90 constant SYS_FCHMOD (line 100) | SYS_FCHMOD = 91 constant SYS_CHOWN (line 101) | SYS_CHOWN = 92 constant SYS_FCHOWN (line 102) | SYS_FCHOWN = 93 constant SYS_LCHOWN (line 103) | SYS_LCHOWN = 94 constant SYS_UMASK (line 104) | SYS_UMASK = 95 constant SYS_GETTIMEOFDAY (line 105) | SYS_GETTIMEOFDAY = 96 constant SYS_GETRLIMIT (line 106) | SYS_GETRLIMIT = 97 constant SYS_GETRUSAGE (line 107) | SYS_GETRUSAGE = 98 constant SYS_SYSINFO (line 108) | SYS_SYSINFO = 99 constant SYS_TIMES (line 109) | SYS_TIMES = 100 constant SYS_PTRACE (line 110) | SYS_PTRACE = 101 constant SYS_GETUID (line 111) | SYS_GETUID = 102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 103 constant SYS_GETGID (line 113) | SYS_GETGID = 104 constant SYS_SETUID (line 114) | SYS_SETUID = 105 constant SYS_SETGID (line 115) | SYS_SETGID = 106 constant SYS_GETEUID (line 116) | SYS_GETEUID = 107 constant SYS_GETEGID (line 117) | SYS_GETEGID = 108 constant SYS_SETPGID (line 118) | SYS_SETPGID = 109 constant SYS_GETPPID (line 119) | SYS_GETPPID = 110 constant SYS_GETPGRP (line 120) | SYS_GETPGRP = 111 constant SYS_SETSID (line 121) | SYS_SETSID = 112 constant SYS_SETREUID (line 122) | SYS_SETREUID = 113 constant SYS_SETREGID (line 123) | SYS_SETREGID = 114 constant SYS_GETGROUPS (line 124) | SYS_GETGROUPS = 115 constant SYS_SETGROUPS (line 125) | SYS_SETGROUPS = 116 constant SYS_SETRESUID (line 126) | SYS_SETRESUID = 117 constant SYS_GETRESUID (line 127) | SYS_GETRESUID = 118 constant SYS_SETRESGID (line 128) | SYS_SETRESGID = 119 constant SYS_GETRESGID (line 129) | SYS_GETRESGID = 120 constant SYS_GETPGID (line 130) | SYS_GETPGID = 121 constant SYS_SETFSUID (line 131) | SYS_SETFSUID = 122 constant SYS_SETFSGID (line 132) | SYS_SETFSGID = 123 constant SYS_GETSID (line 133) | SYS_GETSID = 124 constant SYS_CAPGET (line 134) | SYS_CAPGET = 125 constant SYS_CAPSET (line 135) | SYS_CAPSET = 126 constant SYS_RT_SIGPENDING (line 136) | SYS_RT_SIGPENDING = 127 constant SYS_RT_SIGTIMEDWAIT (line 137) | SYS_RT_SIGTIMEDWAIT = 128 constant SYS_RT_SIGQUEUEINFO (line 138) | SYS_RT_SIGQUEUEINFO = 129 constant SYS_RT_SIGSUSPEND (line 139) | SYS_RT_SIGSUSPEND = 130 constant SYS_SIGALTSTACK (line 140) | SYS_SIGALTSTACK = 131 constant SYS_UTIME (line 141) | SYS_UTIME = 132 constant SYS_MKNOD (line 142) | SYS_MKNOD = 133 constant SYS_USELIB (line 143) | SYS_USELIB = 134 constant SYS_PERSONALITY (line 144) | SYS_PERSONALITY = 135 constant SYS_USTAT (line 145) | SYS_USTAT = 136 constant SYS_STATFS (line 146) | SYS_STATFS = 137 constant SYS_FSTATFS (line 147) | SYS_FSTATFS = 138 constant SYS_SYSFS (line 148) | SYS_SYSFS = 139 constant SYS_GETPRIORITY (line 149) | SYS_GETPRIORITY = 140 constant SYS_SETPRIORITY (line 150) | SYS_SETPRIORITY = 141 constant SYS_SCHED_SETPARAM (line 151) | SYS_SCHED_SETPARAM = 142 constant SYS_SCHED_GETPARAM (line 152) | SYS_SCHED_GETPARAM = 143 constant SYS_SCHED_SETSCHEDULER (line 153) | SYS_SCHED_SETSCHEDULER = 144 constant SYS_SCHED_GETSCHEDULER (line 154) | SYS_SCHED_GETSCHEDULER = 145 constant SYS_SCHED_GET_PRIORITY_MAX (line 155) | SYS_SCHED_GET_PRIORITY_MAX = 146 constant SYS_SCHED_GET_PRIORITY_MIN (line 156) | SYS_SCHED_GET_PRIORITY_MIN = 147 constant SYS_SCHED_RR_GET_INTERVAL (line 157) | SYS_SCHED_RR_GET_INTERVAL = 148 constant SYS_MLOCK (line 158) | SYS_MLOCK = 149 constant SYS_MUNLOCK (line 159) | SYS_MUNLOCK = 150 constant SYS_MLOCKALL (line 160) | SYS_MLOCKALL = 151 constant SYS_MUNLOCKALL (line 161) | SYS_MUNLOCKALL = 152 constant SYS_VHANGUP (line 162) | SYS_VHANGUP = 153 constant SYS_MODIFY_LDT (line 163) | SYS_MODIFY_LDT = 154 constant SYS_PIVOT_ROOT (line 164) | SYS_PIVOT_ROOT = 155 constant SYS__SYSCTL (line 165) | SYS__SYSCTL = 156 constant SYS_PRCTL (line 166) | SYS_PRCTL = 157 constant SYS_ARCH_PRCTL (line 167) | SYS_ARCH_PRCTL = 158 constant SYS_ADJTIMEX (line 168) | SYS_ADJTIMEX = 159 constant SYS_SETRLIMIT (line 169) | SYS_SETRLIMIT = 160 constant SYS_CHROOT (line 170) | SYS_CHROOT = 161 constant SYS_SYNC (line 171) | SYS_SYNC = 162 constant SYS_ACCT (line 172) | SYS_ACCT = 163 constant SYS_SETTIMEOFDAY (line 173) | SYS_SETTIMEOFDAY = 164 constant SYS_MOUNT (line 174) | SYS_MOUNT = 165 constant SYS_UMOUNT2 (line 175) | SYS_UMOUNT2 = 166 constant SYS_SWAPON (line 176) | SYS_SWAPON = 167 constant SYS_SWAPOFF (line 177) | SYS_SWAPOFF = 168 constant SYS_REBOOT (line 178) | SYS_REBOOT = 169 constant SYS_SETHOSTNAME (line 179) | SYS_SETHOSTNAME = 170 constant SYS_SETDOMAINNAME (line 180) | SYS_SETDOMAINNAME = 171 constant SYS_IOPL (line 181) | SYS_IOPL = 172 constant SYS_IOPERM (line 182) | SYS_IOPERM = 173 constant SYS_CREATE_MODULE (line 183) | SYS_CREATE_MODULE = 174 constant SYS_INIT_MODULE (line 184) | SYS_INIT_MODULE = 175 constant SYS_DELETE_MODULE (line 185) | SYS_DELETE_MODULE = 176 constant SYS_GET_KERNEL_SYMS (line 186) | SYS_GET_KERNEL_SYMS = 177 constant SYS_QUERY_MODULE (line 187) | SYS_QUERY_MODULE = 178 constant SYS_QUOTACTL (line 188) | SYS_QUOTACTL = 179 constant SYS_NFSSERVCTL (line 189) | SYS_NFSSERVCTL = 180 constant SYS_GETPMSG (line 190) | SYS_GETPMSG = 181 constant SYS_PUTPMSG (line 191) | SYS_PUTPMSG = 182 constant SYS_AFS_SYSCALL (line 192) | SYS_AFS_SYSCALL = 183 constant SYS_TUXCALL (line 193) | SYS_TUXCALL = 184 constant SYS_SECURITY (line 194) | SYS_SECURITY = 185 constant SYS_GETTID (line 195) | SYS_GETTID = 186 constant SYS_READAHEAD (line 196) | SYS_READAHEAD = 187 constant SYS_SETXATTR (line 197) | SYS_SETXATTR = 188 constant SYS_LSETXATTR (line 198) | SYS_LSETXATTR = 189 constant SYS_FSETXATTR (line 199) | SYS_FSETXATTR = 190 constant SYS_GETXATTR (line 200) | SYS_GETXATTR = 191 constant SYS_LGETXATTR (line 201) | SYS_LGETXATTR = 192 constant SYS_FGETXATTR (line 202) | SYS_FGETXATTR = 193 constant SYS_LISTXATTR (line 203) | SYS_LISTXATTR = 194 constant SYS_LLISTXATTR (line 204) | SYS_LLISTXATTR = 195 constant SYS_FLISTXATTR (line 205) | SYS_FLISTXATTR = 196 constant SYS_REMOVEXATTR (line 206) | SYS_REMOVEXATTR = 197 constant SYS_LREMOVEXATTR (line 207) | SYS_LREMOVEXATTR = 198 constant SYS_FREMOVEXATTR (line 208) | SYS_FREMOVEXATTR = 199 constant SYS_TKILL (line 209) | SYS_TKILL = 200 constant SYS_TIME (line 210) | SYS_TIME = 201 constant SYS_FUTEX (line 211) | SYS_FUTEX = 202 constant SYS_SCHED_SETAFFINITY (line 212) | SYS_SCHED_SETAFFINITY = 203 constant SYS_SCHED_GETAFFINITY (line 213) | SYS_SCHED_GETAFFINITY = 204 constant SYS_SET_THREAD_AREA (line 214) | SYS_SET_THREAD_AREA = 205 constant SYS_IO_SETUP (line 215) | SYS_IO_SETUP = 206 constant SYS_IO_DESTROY (line 216) | SYS_IO_DESTROY = 207 constant SYS_IO_GETEVENTS (line 217) | SYS_IO_GETEVENTS = 208 constant SYS_IO_SUBMIT (line 218) | SYS_IO_SUBMIT = 209 constant SYS_IO_CANCEL (line 219) | SYS_IO_CANCEL = 210 constant SYS_GET_THREAD_AREA (line 220) | SYS_GET_THREAD_AREA = 211 constant SYS_LOOKUP_DCOOKIE (line 221) | SYS_LOOKUP_DCOOKIE = 212 constant SYS_EPOLL_CREATE (line 222) | SYS_EPOLL_CREATE = 213 constant SYS_EPOLL_CTL_OLD (line 223) | SYS_EPOLL_CTL_OLD = 214 constant SYS_EPOLL_WAIT_OLD (line 224) | SYS_EPOLL_WAIT_OLD = 215 constant SYS_REMAP_FILE_PAGES (line 225) | SYS_REMAP_FILE_PAGES = 216 constant SYS_GETDENTS64 (line 226) | SYS_GETDENTS64 = 217 constant SYS_SET_TID_ADDRESS (line 227) | SYS_SET_TID_ADDRESS = 218 constant SYS_RESTART_SYSCALL (line 228) | SYS_RESTART_SYSCALL = 219 constant SYS_SEMTIMEDOP (line 229) | SYS_SEMTIMEDOP = 220 constant SYS_FADVISE64 (line 230) | SYS_FADVISE64 = 221 constant SYS_TIMER_CREATE (line 231) | SYS_TIMER_CREATE = 222 constant SYS_TIMER_SETTIME (line 232) | SYS_TIMER_SETTIME = 223 constant SYS_TIMER_GETTIME (line 233) | SYS_TIMER_GETTIME = 224 constant SYS_TIMER_GETOVERRUN (line 234) | SYS_TIMER_GETOVERRUN = 225 constant SYS_TIMER_DELETE (line 235) | SYS_TIMER_DELETE = 226 constant SYS_CLOCK_SETTIME (line 236) | SYS_CLOCK_SETTIME = 227 constant SYS_CLOCK_GETTIME (line 237) | SYS_CLOCK_GETTIME = 228 constant SYS_CLOCK_GETRES (line 238) | SYS_CLOCK_GETRES = 229 constant SYS_CLOCK_NANOSLEEP (line 239) | SYS_CLOCK_NANOSLEEP = 230 constant SYS_EXIT_GROUP (line 240) | SYS_EXIT_GROUP = 231 constant SYS_EPOLL_WAIT (line 241) | SYS_EPOLL_WAIT = 232 constant SYS_EPOLL_CTL (line 242) | SYS_EPOLL_CTL = 233 constant SYS_TGKILL (line 243) | SYS_TGKILL = 234 constant SYS_UTIMES (line 244) | SYS_UTIMES = 235 constant SYS_VSERVER (line 245) | SYS_VSERVER = 236 constant SYS_MBIND (line 246) | SYS_MBIND = 237 constant SYS_SET_MEMPOLICY (line 247) | SYS_SET_MEMPOLICY = 238 constant SYS_GET_MEMPOLICY (line 248) | SYS_GET_MEMPOLICY = 239 constant SYS_MQ_OPEN (line 249) | SYS_MQ_OPEN = 240 constant SYS_MQ_UNLINK (line 250) | SYS_MQ_UNLINK = 241 constant SYS_MQ_TIMEDSEND (line 251) | SYS_MQ_TIMEDSEND = 242 constant SYS_MQ_TIMEDRECEIVE (line 252) | SYS_MQ_TIMEDRECEIVE = 243 constant SYS_MQ_NOTIFY (line 253) | SYS_MQ_NOTIFY = 244 constant SYS_MQ_GETSETATTR (line 254) | SYS_MQ_GETSETATTR = 245 constant SYS_KEXEC_LOAD (line 255) | SYS_KEXEC_LOAD = 246 constant SYS_WAITID (line 256) | SYS_WAITID = 247 constant SYS_ADD_KEY (line 257) | SYS_ADD_KEY = 248 constant SYS_REQUEST_KEY (line 258) | SYS_REQUEST_KEY = 249 constant SYS_KEYCTL (line 259) | SYS_KEYCTL = 250 constant SYS_IOPRIO_SET (line 260) | SYS_IOPRIO_SET = 251 constant SYS_IOPRIO_GET (line 261) | SYS_IOPRIO_GET = 252 constant SYS_INOTIFY_INIT (line 262) | SYS_INOTIFY_INIT = 253 constant SYS_INOTIFY_ADD_WATCH (line 263) | SYS_INOTIFY_ADD_WATCH = 254 constant SYS_INOTIFY_RM_WATCH (line 264) | SYS_INOTIFY_RM_WATCH = 255 constant SYS_MIGRATE_PAGES (line 265) | SYS_MIGRATE_PAGES = 256 constant SYS_OPENAT (line 266) | SYS_OPENAT = 257 constant SYS_MKDIRAT (line 267) | SYS_MKDIRAT = 258 constant SYS_MKNODAT (line 268) | SYS_MKNODAT = 259 constant SYS_FCHOWNAT (line 269) | SYS_FCHOWNAT = 260 constant SYS_FUTIMESAT (line 270) | SYS_FUTIMESAT = 261 constant SYS_NEWFSTATAT (line 271) | SYS_NEWFSTATAT = 262 constant SYS_UNLINKAT (line 272) | SYS_UNLINKAT = 263 constant SYS_RENAMEAT (line 273) | SYS_RENAMEAT = 264 constant SYS_LINKAT (line 274) | SYS_LINKAT = 265 constant SYS_SYMLINKAT (line 275) | SYS_SYMLINKAT = 266 constant SYS_READLINKAT (line 276) | SYS_READLINKAT = 267 constant SYS_FCHMODAT (line 277) | SYS_FCHMODAT = 268 constant SYS_FACCESSAT (line 278) | SYS_FACCESSAT = 269 constant SYS_PSELECT6 (line 279) | SYS_PSELECT6 = 270 constant SYS_PPOLL (line 280) | SYS_PPOLL = 271 constant SYS_UNSHARE (line 281) | SYS_UNSHARE = 272 constant SYS_SET_ROBUST_LIST (line 282) | SYS_SET_ROBUST_LIST = 273 constant SYS_GET_ROBUST_LIST (line 283) | SYS_GET_ROBUST_LIST = 274 constant SYS_SPLICE (line 284) | SYS_SPLICE = 275 constant SYS_TEE (line 285) | SYS_TEE = 276 constant SYS_SYNC_FILE_RANGE (line 286) | SYS_SYNC_FILE_RANGE = 277 constant SYS_VMSPLICE (line 287) | SYS_VMSPLICE = 278 constant SYS_MOVE_PAGES (line 288) | SYS_MOVE_PAGES = 279 constant SYS_UTIMENSAT (line 289) | SYS_UTIMENSAT = 280 constant SYS_EPOLL_PWAIT (line 290) | SYS_EPOLL_PWAIT = 281 constant SYS_SIGNALFD (line 291) | SYS_SIGNALFD = 282 constant SYS_TIMERFD_CREATE (line 292) | SYS_TIMERFD_CREATE = 283 constant SYS_EVENTFD (line 293) | SYS_EVENTFD = 284 constant SYS_FALLOCATE (line 294) | SYS_FALLOCATE = 285 constant SYS_TIMERFD_SETTIME (line 295) | SYS_TIMERFD_SETTIME = 286 constant SYS_TIMERFD_GETTIME (line 296) | SYS_TIMERFD_GETTIME = 287 constant SYS_ACCEPT4 (line 297) | SYS_ACCEPT4 = 288 constant SYS_SIGNALFD4 (line 298) | SYS_SIGNALFD4 = 289 constant SYS_EVENTFD2 (line 299) | SYS_EVENTFD2 = 290 constant SYS_EPOLL_CREATE1 (line 300) | SYS_EPOLL_CREATE1 = 291 constant SYS_DUP3 (line 301) | SYS_DUP3 = 292 constant SYS_PIPE2 (line 302) | SYS_PIPE2 = 293 constant SYS_INOTIFY_INIT1 (line 303) | SYS_INOTIFY_INIT1 = 294 constant SYS_PREADV (line 304) | SYS_PREADV = 295 constant SYS_PWRITEV (line 305) | SYS_PWRITEV = 296 constant SYS_RT_TGSIGQUEUEINFO (line 306) | SYS_RT_TGSIGQUEUEINFO = 297 constant SYS_PERF_EVENT_OPEN (line 307) | SYS_PERF_EVENT_OPEN = 298 constant SYS_RECVMMSG (line 308) | SYS_RECVMMSG = 299 constant SYS_FANOTIFY_INIT (line 309) | SYS_FANOTIFY_INIT = 300 constant SYS_FANOTIFY_MARK (line 310) | SYS_FANOTIFY_MARK = 301 constant SYS_PRLIMIT64 (line 311) | SYS_PRLIMIT64 = 302 constant SYS_NAME_TO_HANDLE_AT (line 312) | SYS_NAME_TO_HANDLE_AT = 303 constant SYS_OPEN_BY_HANDLE_AT (line 313) | SYS_OPEN_BY_HANDLE_AT = 304 constant SYS_CLOCK_ADJTIME (line 314) | SYS_CLOCK_ADJTIME = 305 constant SYS_SYNCFS (line 315) | SYS_SYNCFS = 306 constant SYS_SENDMMSG (line 316) | SYS_SENDMMSG = 307 constant SYS_SETNS (line 317) | SYS_SETNS = 308 constant SYS_GETCPU (line 318) | SYS_GETCPU = 309 constant SYS_PROCESS_VM_READV (line 319) | SYS_PROCESS_VM_READV = 310 constant SYS_PROCESS_VM_WRITEV (line 320) | SYS_PROCESS_VM_WRITEV = 311 constant SYS_KCMP (line 321) | SYS_KCMP = 312 constant SYS_FINIT_MODULE (line 322) | SYS_FINIT_MODULE = 313 constant SYS_SCHED_SETATTR (line 323) | SYS_SCHED_SETATTR = 314 constant SYS_SCHED_GETATTR (line 324) | SYS_SCHED_GETATTR = 315 constant SYS_RENAMEAT2 (line 325) | SYS_RENAMEAT2 = 316 constant SYS_SECCOMP (line 326) | SYS_SECCOMP = 317 constant SYS_GETRANDOM (line 327) | SYS_GETRANDOM = 318 constant SYS_MEMFD_CREATE (line 328) | SYS_MEMFD_CREATE = 319 constant SYS_KEXEC_FILE_LOAD (line 329) | SYS_KEXEC_FILE_LOAD = 320 constant SYS_BPF (line 330) | SYS_BPF = 321 constant SYS_EXECVEAT (line 331) | SYS_EXECVEAT = 322 constant SYS_USERFAULTFD (line 332) | SYS_USERFAULTFD = 323 constant SYS_MEMBARRIER (line 333) | SYS_MEMBARRIER = 324 constant SYS_MLOCK2 (line 334) | SYS_MLOCK2 = 325 constant SYS_COPY_FILE_RANGE (line 335) | SYS_COPY_FILE_RANGE = 326 constant SYS_PREADV2 (line 336) | SYS_PREADV2 = 327 constant SYS_PWRITEV2 (line 337) | SYS_PWRITEV2 = 328 constant SYS_PKEY_MPROTECT (line 338) | SYS_PKEY_MPROTECT = 329 constant SYS_PKEY_ALLOC (line 339) | SYS_PKEY_ALLOC = 330 constant SYS_PKEY_FREE (line 340) | SYS_PKEY_FREE = 331 constant SYS_STATX (line 341) | SYS_STATX = 332 constant SYS_IO_PGETEVENTS (line 342) | SYS_IO_PGETEVENTS = 333 constant SYS_RSEQ (line 343) | SYS_RSEQ = 334 constant SYS_PIDFD_SEND_SIGNAL (line 344) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 345) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 346) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 347) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 348) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 349) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 350) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 351) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 352) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 353) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 354) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 355) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 356) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 357) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 358) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 359) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 360) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 361) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 362) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 363) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 364) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 365) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 366) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 367) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 368) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 369) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 370) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 371) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 372) | SYS_FCHMODAT2 = 452 constant SYS_MAP_SHADOW_STACK (line 373) | SYS_MAP_SHADOW_STACK = 453 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go constant SYS_SYSCALL_MASK (line 9) | SYS_SYSCALL_MASK = 0 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_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_LCHOWN (line 24) | SYS_LCHOWN = 16 constant SYS_LSEEK (line 25) | SYS_LSEEK = 19 constant SYS_GETPID (line 26) | SYS_GETPID = 20 constant SYS_MOUNT (line 27) | SYS_MOUNT = 21 constant SYS_SETUID (line 28) | SYS_SETUID = 23 constant SYS_GETUID (line 29) | SYS_GETUID = 24 constant SYS_PTRACE (line 30) | SYS_PTRACE = 26 constant SYS_PAUSE (line 31) | SYS_PAUSE = 29 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_SETGID (line 43) | SYS_SETGID = 46 constant SYS_GETGID (line 44) | SYS_GETGID = 47 constant SYS_GETEUID (line 45) | SYS_GETEUID = 49 constant SYS_GETEGID (line 46) | SYS_GETEGID = 50 constant SYS_ACCT (line 47) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 48) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 49) | SYS_IOCTL = 54 constant SYS_FCNTL (line 50) | SYS_FCNTL = 55 constant SYS_SETPGID (line 51) | SYS_SETPGID = 57 constant SYS_UMASK (line 52) | SYS_UMASK = 60 constant SYS_CHROOT (line 53) | SYS_CHROOT = 61 constant SYS_USTAT (line 54) | SYS_USTAT = 62 constant SYS_DUP2 (line 55) | SYS_DUP2 = 63 constant SYS_GETPPID (line 56) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 57) | SYS_GETPGRP = 65 constant SYS_SETSID (line 58) | SYS_SETSID = 66 constant SYS_SIGACTION (line 59) | SYS_SIGACTION = 67 constant SYS_SETREUID (line 60) | SYS_SETREUID = 70 constant SYS_SETREGID (line 61) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 62) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 63) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 64) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 65) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 66) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 67) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 68) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 69) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 70) | SYS_SETGROUPS = 81 constant SYS_SYMLINK (line 71) | SYS_SYMLINK = 83 constant SYS_READLINK (line 72) | SYS_READLINK = 85 constant SYS_USELIB (line 73) | SYS_USELIB = 86 constant SYS_SWAPON (line 74) | SYS_SWAPON = 87 constant SYS_REBOOT (line 75) | SYS_REBOOT = 88 constant SYS_MUNMAP (line 76) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 77) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 78) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 79) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 80) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 81) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 82) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 83) | SYS_STATFS = 99 constant SYS_FSTATFS (line 84) | SYS_FSTATFS = 100 constant SYS_SYSLOG (line 85) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 86) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 87) | SYS_GETITIMER = 105 constant SYS_STAT (line 88) | SYS_STAT = 106 constant SYS_LSTAT (line 89) | SYS_LSTAT = 107 constant SYS_FSTAT (line 90) | SYS_FSTAT = 108 constant SYS_VHANGUP (line 91) | SYS_VHANGUP = 111 constant SYS_WAIT4 (line 92) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 93) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 94) | SYS_SYSINFO = 116 constant SYS_FSYNC (line 95) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 96) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 97) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 98) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 99) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 100) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 101) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 102) | SYS_SIGPROCMASK = 126 constant SYS_INIT_MODULE (line 103) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 104) | SYS_DELETE_MODULE = 129 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_SETFSUID (line 111) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 112) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 113) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 114) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 115) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 116) | SYS_FLOCK = 143 constant SYS_MSYNC (line 117) | SYS_MSYNC = 144 constant SYS_READV (line 118) | SYS_READV = 145 constant SYS_WRITEV (line 119) | SYS_WRITEV = 146 constant SYS_GETSID (line 120) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 121) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 122) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 123) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 124) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 125) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 126) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 127) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 128) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 129) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 130) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 131) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 132) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 133) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 134) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 135) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 136) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 137) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 138) | SYS_GETRESUID = 165 constant SYS_POLL (line 139) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 140) | SYS_NFSSERVCTL = 169 constant SYS_SETRESGID (line 141) | SYS_SETRESGID = 170 constant SYS_GETRESGID (line 142) | SYS_GETRESGID = 171 constant SYS_PRCTL (line 143) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 144) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 145) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 146) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 147) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 148) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 149) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 150) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 151) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 152) | SYS_PWRITE64 = 181 constant SYS_CHOWN (line 153) | SYS_CHOWN = 182 constant SYS_GETCWD (line 154) | SYS_GETCWD = 183 constant SYS_CAPGET (line 155) | SYS_CAPGET = 184 constant SYS_CAPSET (line 156) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 157) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 158) | SYS_SENDFILE = 187 constant SYS_VFORK (line 159) | SYS_VFORK = 190 constant SYS_UGETRLIMIT (line 160) | SYS_UGETRLIMIT = 191 constant SYS_MMAP2 (line 161) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 162) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 163) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 164) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 165) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 166) | SYS_FSTAT64 = 197 constant SYS_LCHOWN32 (line 167) | SYS_LCHOWN32 = 198 constant SYS_GETUID32 (line 168) | SYS_GETUID32 = 199 constant SYS_GETGID32 (line 169) | SYS_GETGID32 = 200 constant SYS_GETEUID32 (line 170) | SYS_GETEUID32 = 201 constant SYS_GETEGID32 (line 171) | SYS_GETEGID32 = 202 constant SYS_SETREUID32 (line 172) | SYS_SETREUID32 = 203 constant SYS_SETREGID32 (line 173) | SYS_SETREGID32 = 204 constant SYS_GETGROUPS32 (line 174) | SYS_GETGROUPS32 = 205 constant SYS_SETGROUPS32 (line 175) | SYS_SETGROUPS32 = 206 constant SYS_FCHOWN32 (line 176) | SYS_FCHOWN32 = 207 constant SYS_SETRESUID32 (line 177) | SYS_SETRESUID32 = 208 constant SYS_GETRESUID32 (line 178) | SYS_GETRESUID32 = 209 constant SYS_SETRESGID32 (line 179) | SYS_SETRESGID32 = 210 constant SYS_GETRESGID32 (line 180) | SYS_GETRESGID32 = 211 constant SYS_CHOWN32 (line 181) | SYS_CHOWN32 = 212 constant SYS_SETUID32 (line 182) | SYS_SETUID32 = 213 constant SYS_SETGID32 (line 183) | SYS_SETGID32 = 214 constant SYS_SETFSUID32 (line 184) | SYS_SETFSUID32 = 215 constant SYS_SETFSGID32 (line 185) | SYS_SETFSGID32 = 216 constant SYS_GETDENTS64 (line 186) | SYS_GETDENTS64 = 217 constant SYS_PIVOT_ROOT (line 187) | SYS_PIVOT_ROOT = 218 constant SYS_MINCORE (line 188) | SYS_MINCORE = 219 constant SYS_MADVISE (line 189) | SYS_MADVISE = 220 constant SYS_FCNTL64 (line 190) | SYS_FCNTL64 = 221 constant SYS_GETTID (line 191) | SYS_GETTID = 224 constant SYS_READAHEAD (line 192) | SYS_READAHEAD = 225 constant SYS_SETXATTR (line 193) | SYS_SETXATTR = 226 constant SYS_LSETXATTR (line 194) | SYS_LSETXATTR = 227 constant SYS_FSETXATTR (line 195) | SYS_FSETXATTR = 228 constant SYS_GETXATTR (line 196) | SYS_GETXATTR = 229 constant SYS_LGETXATTR (line 197) | SYS_LGETXATTR = 230 constant SYS_FGETXATTR (line 198) | SYS_FGETXATTR = 231 constant SYS_LISTXATTR (line 199) | SYS_LISTXATTR = 232 constant SYS_LLISTXATTR (line 200) | SYS_LLISTXATTR = 233 constant SYS_FLISTXATTR (line 201) | SYS_FLISTXATTR = 234 constant SYS_REMOVEXATTR (line 202) | SYS_REMOVEXATTR = 235 constant SYS_LREMOVEXATTR (line 203) | SYS_LREMOVEXATTR = 236 constant SYS_FREMOVEXATTR (line 204) | SYS_FREMOVEXATTR = 237 constant SYS_TKILL (line 205) | SYS_TKILL = 238 constant SYS_SENDFILE64 (line 206) | SYS_SENDFILE64 = 239 constant SYS_FUTEX (line 207) | SYS_FUTEX = 240 constant SYS_SCHED_SETAFFINITY (line 208) | SYS_SCHED_SETAFFINITY = 241 constant SYS_SCHED_GETAFFINITY (line 209) | SYS_SCHED_GETAFFINITY = 242 constant SYS_IO_SETUP (line 210) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 211) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 212) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 213) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 214) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 215) | SYS_EXIT_GROUP = 248 constant SYS_LOOKUP_DCOOKIE (line 216) | SYS_LOOKUP_DCOOKIE = 249 constant SYS_EPOLL_CREATE (line 217) | SYS_EPOLL_CREATE = 250 constant SYS_EPOLL_CTL (line 218) | SYS_EPOLL_CTL = 251 constant SYS_EPOLL_WAIT (line 219) | SYS_EPOLL_WAIT = 252 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 253 constant SYS_SET_TID_ADDRESS (line 221) | SYS_SET_TID_ADDRESS = 256 constant SYS_TIMER_CREATE (line 222) | SYS_TIMER_CREATE = 257 constant SYS_TIMER_SETTIME (line 223) | SYS_TIMER_SETTIME = 258 constant SYS_TIMER_GETTIME (line 224) | SYS_TIMER_GETTIME = 259 constant SYS_TIMER_GETOVERRUN (line 225) | SYS_TIMER_GETOVERRUN = 260 constant SYS_TIMER_DELETE (line 226) | SYS_TIMER_DELETE = 261 constant SYS_CLOCK_SETTIME (line 227) | SYS_CLOCK_SETTIME = 262 constant SYS_CLOCK_GETTIME (line 228) | SYS_CLOCK_GETTIME = 263 constant SYS_CLOCK_GETRES (line 229) | SYS_CLOCK_GETRES = 264 constant SYS_CLOCK_NANOSLEEP (line 230) | SYS_CLOCK_NANOSLEEP = 265 constant SYS_STATFS64 (line 231) | SYS_STATFS64 = 266 constant SYS_FSTATFS64 (line 232) | SYS_FSTATFS64 = 267 constant SYS_TGKILL (line 233) | SYS_TGKILL = 268 constant SYS_UTIMES (line 234) | SYS_UTIMES = 269 constant SYS_ARM_FADVISE64_64 (line 235) | SYS_ARM_FADVISE64_64 = 270 constant SYS_PCICONFIG_IOBASE (line 236) | SYS_PCICONFIG_IOBASE = 271 constant SYS_PCICONFIG_READ (line 237) | SYS_PCICONFIG_READ = 272 constant SYS_PCICONFIG_WRITE (line 238) | SYS_PCICONFIG_WRITE = 273 constant SYS_MQ_OPEN (line 239) | SYS_MQ_OPEN = 274 constant SYS_MQ_UNLINK (line 240) | SYS_MQ_UNLINK = 275 constant SYS_MQ_TIMEDSEND (line 241) | SYS_MQ_TIMEDSEND = 276 constant SYS_MQ_TIMEDRECEIVE (line 242) | SYS_MQ_TIMEDRECEIVE = 277 constant SYS_MQ_NOTIFY (line 243) | SYS_MQ_NOTIFY = 278 constant SYS_MQ_GETSETATTR (line 244) | SYS_MQ_GETSETATTR = 279 constant SYS_WAITID (line 245) | SYS_WAITID = 280 constant SYS_SOCKET (line 246) | SYS_SOCKET = 281 constant SYS_BIND (line 247) | SYS_BIND = 282 constant SYS_CONNECT (line 248) | SYS_CONNECT = 283 constant SYS_LISTEN (line 249) | SYS_LISTEN = 284 constant SYS_ACCEPT (line 250) | SYS_ACCEPT = 285 constant SYS_GETSOCKNAME (line 251) | SYS_GETSOCKNAME = 286 constant SYS_GETPEERNAME (line 252) | SYS_GETPEERNAME = 287 constant SYS_SOCKETPAIR (line 253) | SYS_SOCKETPAIR = 288 constant SYS_SEND (line 254) | SYS_SEND = 289 constant SYS_SENDTO (line 255) | SYS_SENDTO = 290 constant SYS_RECV (line 256) | SYS_RECV = 291 constant SYS_RECVFROM (line 257) | SYS_RECVFROM = 292 constant SYS_SHUTDOWN (line 258) | SYS_SHUTDOWN = 293 constant SYS_SETSOCKOPT (line 259) | SYS_SETSOCKOPT = 294 constant SYS_GETSOCKOPT (line 260) | SYS_GETSOCKOPT = 295 constant SYS_SENDMSG (line 261) | SYS_SENDMSG = 296 constant SYS_RECVMSG (line 262) | SYS_RECVMSG = 297 constant SYS_SEMOP (line 263) | SYS_SEMOP = 298 constant SYS_SEMGET (line 264) | SYS_SEMGET = 299 constant SYS_SEMCTL (line 265) | SYS_SEMCTL = 300 constant SYS_MSGSND (line 266) | SYS_MSGSND = 301 constant SYS_MSGRCV (line 267) | SYS_MSGRCV = 302 constant SYS_MSGGET (line 268) | SYS_MSGGET = 303 constant SYS_MSGCTL (line 269) | SYS_MSGCTL = 304 constant SYS_SHMAT (line 270) | SYS_SHMAT = 305 constant SYS_SHMDT (line 271) | SYS_SHMDT = 306 constant SYS_SHMGET (line 272) | SYS_SHMGET = 307 constant SYS_SHMCTL (line 273) | SYS_SHMCTL = 308 constant SYS_ADD_KEY (line 274) | SYS_ADD_KEY = 309 constant SYS_REQUEST_KEY (line 275) | SYS_REQUEST_KEY = 310 constant SYS_KEYCTL (line 276) | SYS_KEYCTL = 311 constant SYS_SEMTIMEDOP (line 277) | SYS_SEMTIMEDOP = 312 constant SYS_VSERVER (line 278) | SYS_VSERVER = 313 constant SYS_IOPRIO_SET (line 279) | SYS_IOPRIO_SET = 314 constant SYS_IOPRIO_GET (line 280) | SYS_IOPRIO_GET = 315 constant SYS_INOTIFY_INIT (line 281) | SYS_INOTIFY_INIT = 316 constant SYS_INOTIFY_ADD_WATCH (line 282) | SYS_INOTIFY_ADD_WATCH = 317 constant SYS_INOTIFY_RM_WATCH (line 283) | SYS_INOTIFY_RM_WATCH = 318 constant SYS_MBIND (line 284) | SYS_MBIND = 319 constant SYS_GET_MEMPOLICY (line 285) | SYS_GET_MEMPOLICY = 320 constant SYS_SET_MEMPOLICY (line 286) | SYS_SET_MEMPOLICY = 321 constant SYS_OPENAT (line 287) | SYS_OPENAT = 322 constant SYS_MKDIRAT (line 288) | SYS_MKDIRAT = 323 constant SYS_MKNODAT (line 289) | SYS_MKNODAT = 324 constant SYS_FCHOWNAT (line 290) | SYS_FCHOWNAT = 325 constant SYS_FUTIMESAT (line 291) | SYS_FUTIMESAT = 326 constant SYS_FSTATAT64 (line 292) | SYS_FSTATAT64 = 327 constant SYS_UNLINKAT (line 293) | SYS_UNLINKAT = 328 constant SYS_RENAMEAT (line 294) | SYS_RENAMEAT = 329 constant SYS_LINKAT (line 295) | SYS_LINKAT = 330 constant SYS_SYMLINKAT (line 296) | SYS_SYMLINKAT = 331 constant SYS_READLINKAT (line 297) | SYS_READLINKAT = 332 constant SYS_FCHMODAT (line 298) | SYS_FCHMODAT = 333 constant SYS_FACCESSAT (line 299) | SYS_FACCESSAT = 334 constant SYS_PSELECT6 (line 300) | SYS_PSELECT6 = 335 constant SYS_PPOLL (line 301) | SYS_PPOLL = 336 constant SYS_UNSHARE (line 302) | SYS_UNSHARE = 337 constant SYS_SET_ROBUST_LIST (line 303) | SYS_SET_ROBUST_LIST = 338 constant SYS_GET_ROBUST_LIST (line 304) | SYS_GET_ROBUST_LIST = 339 constant SYS_SPLICE (line 305) | SYS_SPLICE = 340 constant SYS_ARM_SYNC_FILE_RANGE (line 306) | SYS_ARM_SYNC_FILE_RANGE = 341 constant SYS_TEE (line 307) | SYS_TEE = 342 constant SYS_VMSPLICE (line 308) | SYS_VMSPLICE = 343 constant SYS_MOVE_PAGES (line 309) | SYS_MOVE_PAGES = 344 constant SYS_GETCPU (line 310) | SYS_GETCPU = 345 constant SYS_EPOLL_PWAIT (line 311) | SYS_EPOLL_PWAIT = 346 constant SYS_KEXEC_LOAD (line 312) | SYS_KEXEC_LOAD = 347 constant SYS_UTIMENSAT (line 313) | SYS_UTIMENSAT = 348 constant SYS_SIGNALFD (line 314) | SYS_SIGNALFD = 349 constant SYS_TIMERFD_CREATE (line 315) | SYS_TIMERFD_CREATE = 350 constant SYS_EVENTFD (line 316) | SYS_EVENTFD = 351 constant SYS_FALLOCATE (line 317) | SYS_FALLOCATE = 352 constant SYS_TIMERFD_SETTIME (line 318) | SYS_TIMERFD_SETTIME = 353 constant SYS_TIMERFD_GETTIME (line 319) | SYS_TIMERFD_GETTIME = 354 constant SYS_SIGNALFD4 (line 320) | SYS_SIGNALFD4 = 355 constant SYS_EVENTFD2 (line 321) | SYS_EVENTFD2 = 356 constant SYS_EPOLL_CREATE1 (line 322) | SYS_EPOLL_CREATE1 = 357 constant SYS_DUP3 (line 323) | SYS_DUP3 = 358 constant SYS_PIPE2 (line 324) | SYS_PIPE2 = 359 constant SYS_INOTIFY_INIT1 (line 325) | SYS_INOTIFY_INIT1 = 360 constant SYS_PREADV (line 326) | SYS_PREADV = 361 constant SYS_PWRITEV (line 327) | SYS_PWRITEV = 362 constant SYS_RT_TGSIGQUEUEINFO (line 328) | SYS_RT_TGSIGQUEUEINFO = 363 constant SYS_PERF_EVENT_OPEN (line 329) | SYS_PERF_EVENT_OPEN = 364 constant SYS_RECVMMSG (line 330) | SYS_RECVMMSG = 365 constant SYS_ACCEPT4 (line 331) | SYS_ACCEPT4 = 366 constant SYS_FANOTIFY_INIT (line 332) | SYS_FANOTIFY_INIT = 367 constant SYS_FANOTIFY_MARK (line 333) | SYS_FANOTIFY_MARK = 368 constant SYS_PRLIMIT64 (line 334) | SYS_PRLIMIT64 = 369 constant SYS_NAME_TO_HANDLE_AT (line 335) | SYS_NAME_TO_HANDLE_AT = 370 constant SYS_OPEN_BY_HANDLE_AT (line 336) | SYS_OPEN_BY_HANDLE_AT = 371 constant SYS_CLOCK_ADJTIME (line 337) | SYS_CLOCK_ADJTIME = 372 constant SYS_SYNCFS (line 338) | SYS_SYNCFS = 373 constant SYS_SENDMMSG (line 339) | SYS_SENDMMSG = 374 constant SYS_SETNS (line 340) | SYS_SETNS = 375 constant SYS_PROCESS_VM_READV (line 341) | SYS_PROCESS_VM_READV = 376 constant SYS_PROCESS_VM_WRITEV (line 342) | SYS_PROCESS_VM_WRITEV = 377 constant SYS_KCMP (line 343) | SYS_KCMP = 378 constant SYS_FINIT_MODULE (line 344) | SYS_FINIT_MODULE = 379 constant SYS_SCHED_SETATTR (line 345) | SYS_SCHED_SETATTR = 380 constant SYS_SCHED_GETATTR (line 346) | SYS_SCHED_GETATTR = 381 constant SYS_RENAMEAT2 (line 347) | SYS_RENAMEAT2 = 382 constant SYS_SECCOMP (line 348) | SYS_SECCOMP = 383 constant SYS_GETRANDOM (line 349) | SYS_GETRANDOM = 384 constant SYS_MEMFD_CREATE (line 350) | SYS_MEMFD_CREATE = 385 constant SYS_BPF (line 351) | SYS_BPF = 386 constant SYS_EXECVEAT (line 352) | SYS_EXECVEAT = 387 constant SYS_USERFAULTFD (line 353) | SYS_USERFAULTFD = 388 constant SYS_MEMBARRIER (line 354) | SYS_MEMBARRIER = 389 constant SYS_MLOCK2 (line 355) | SYS_MLOCK2 = 390 constant SYS_COPY_FILE_RANGE (line 356) | SYS_COPY_FILE_RANGE = 391 constant SYS_PREADV2 (line 357) | SYS_PREADV2 = 392 constant SYS_PWRITEV2 (line 358) | SYS_PWRITEV2 = 393 constant SYS_PKEY_MPROTECT (line 359) | SYS_PKEY_MPROTECT = 394 constant SYS_PKEY_ALLOC (line 360) | SYS_PKEY_ALLOC = 395 constant SYS_PKEY_FREE (line 361) | SYS_PKEY_FREE = 396 constant SYS_STATX (line 362) | SYS_STATX = 397 constant SYS_RSEQ (line 363) | SYS_RSEQ = 398 constant SYS_IO_PGETEVENTS (line 364) | SYS_IO_PGETEVENTS = 399 constant SYS_MIGRATE_PAGES (line 365) | SYS_MIGRATE_PAGES = 400 constant SYS_KEXEC_FILE_LOAD (line 366) | SYS_KEXEC_FILE_LOAD = 401 constant SYS_CLOCK_GETTIME64 (line 367) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 368) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 369) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 370) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 371) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 372) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 373) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 374) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 375) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 376) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 377) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 378) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 379) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 380) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 381) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 382) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 383) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 384) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 385) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 386) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 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 constant SYS_FCHMODAT2 (line 414) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go constant SYS_IO_SETUP (line 9) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 10) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 11) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 12) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 13) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 14) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 15) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 16) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 17) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 18) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 19) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 20) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 21) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 22) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 23) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 24) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 25) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 26) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 27) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 28) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 29) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 30) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 31) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 32) | SYS_DUP = 23 constant SYS_DUP3 (line 33) | SYS_DUP3 = 24 constant SYS_FCNTL (line 34) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 35) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 36) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 37) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 38) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 39) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 40) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 41) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 42) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 43) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 44) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 45) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 46) | SYS_LINKAT = 37 constant SYS_RENAMEAT (line 47) | SYS_RENAMEAT = 38 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_WAIT4 (line 254) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 255) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 256) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 257) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 258) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 259) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 260) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 261) | SYS_SYNCFS = 267 constant SYS_SETNS (line 262) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 263) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 264) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 265) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 266) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 267) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 268) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 269) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 270) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 271) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 272) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 273) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 274) | SYS_BPF = 280 constant SYS_EXECVEAT (line 275) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 276) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 277) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 278) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 279) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 280) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 281) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 282) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 283) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 284) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 285) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 286) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 287) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 288) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 289) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 290) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 291) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 292) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 293) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 294) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 295) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 296) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 297) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 298) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 299) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 300) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 301) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 302) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 303) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 304) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 305) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 306) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 307) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 308) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 309) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 310) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 311) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 312) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 313) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 314) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 315) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 316) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 317) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go constant SYS_IO_SETUP (line 9) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 10) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 11) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 12) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 13) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 14) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 15) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 16) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 17) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 18) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 19) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 20) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 21) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 22) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 23) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 24) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 25) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 26) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 27) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 28) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 29) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 30) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 31) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 32) | SYS_DUP = 23 constant SYS_DUP3 (line 33) | SYS_DUP3 = 24 constant SYS_FCNTL (line 34) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 35) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 36) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 37) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 38) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 39) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 40) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 41) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 42) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 43) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 44) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 45) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 46) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 47) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 48) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 49) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 50) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 51) | SYS_STATFS = 43 constant SYS_FSTATFS (line 52) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 53) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 54) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 55) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 56) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 57) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 58) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 59) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 60) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 61) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 62) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 63) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 64) | SYS_OPENAT = 56 constant SYS_CLOSE (line 65) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 66) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 67) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 68) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 69) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 70) | SYS_LSEEK = 62 constant SYS_READ (line 71) | SYS_READ = 63 constant SYS_WRITE (line 72) | SYS_WRITE = 64 constant SYS_READV (line 73) | SYS_READV = 65 constant SYS_WRITEV (line 74) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 75) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 76) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 77) | SYS_PREADV = 69 constant SYS_PWRITEV (line 78) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 79) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 80) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 81) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 82) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 83) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 84) | SYS_SPLICE = 76 constant SYS_TEE (line 85) | SYS_TEE = 77 constant SYS_READLINKAT (line 86) | SYS_READLINKAT = 78 constant SYS_SYNC (line 87) | SYS_SYNC = 81 constant SYS_FSYNC (line 88) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 89) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 90) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 91) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 92) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 93) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 94) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 95) | SYS_ACCT = 89 constant SYS_CAPGET (line 96) | SYS_CAPGET = 90 constant SYS_CAPSET (line 97) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 98) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 99) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 100) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 101) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 102) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 103) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 104) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 105) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 106) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 107) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 108) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 109) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 110) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 111) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 112) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 113) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 114) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 115) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 116) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 117) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 118) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 119) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 120) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 121) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 122) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 123) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 124) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 125) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 126) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 127) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 128) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 129) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 130) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 131) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 132) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 133) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 134) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 135) | SYS_KILL = 129 constant SYS_TKILL (line 136) | SYS_TKILL = 130 constant SYS_TGKILL (line 137) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 138) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 139) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 140) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 141) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 142) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 143) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 144) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 145) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 146) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 147) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 148) | SYS_REBOOT = 142 constant SYS_SETREGID (line 149) | SYS_SETREGID = 143 constant SYS_SETGID (line 150) | SYS_SETGID = 144 constant SYS_SETREUID (line 151) | SYS_SETREUID = 145 constant SYS_SETUID (line 152) | SYS_SETUID = 146 constant SYS_SETRESUID (line 153) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 154) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 155) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 156) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 157) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 158) | SYS_SETFSGID = 152 constant SYS_TIMES (line 159) | SYS_TIMES = 153 constant SYS_SETPGID (line 160) | SYS_SETPGID = 154 constant SYS_GETPGID (line 161) | SYS_GETPGID = 155 constant SYS_GETSID (line 162) | SYS_GETSID = 156 constant SYS_SETSID (line 163) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 164) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 165) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 166) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 167) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 168) | SYS_SETDOMAINNAME = 162 constant SYS_GETRUSAGE (line 169) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 170) | SYS_UMASK = 166 constant SYS_PRCTL (line 171) | SYS_PRCTL = 167 constant SYS_GETCPU (line 172) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 173) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 174) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 175) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 176) | SYS_GETPID = 172 constant SYS_GETPPID (line 177) | SYS_GETPPID = 173 constant SYS_GETUID (line 178) | SYS_GETUID = 174 constant SYS_GETEUID (line 179) | SYS_GETEUID = 175 constant SYS_GETGID (line 180) | SYS_GETGID = 176 constant SYS_GETEGID (line 181) | SYS_GETEGID = 177 constant SYS_GETTID (line 182) | SYS_GETTID = 178 constant SYS_SYSINFO (line 183) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 184) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 185) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 186) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 187) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 188) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 189) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 190) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 191) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 192) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 193) | SYS_MSGSND = 189 constant SYS_SEMGET (line 194) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 195) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 196) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 197) | SYS_SEMOP = 193 constant SYS_SHMGET (line 198) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 199) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 200) | SYS_SHMAT = 196 constant SYS_SHMDT (line 201) | SYS_SHMDT = 197 constant SYS_SOCKET (line 202) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 203) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 204) | SYS_BIND = 200 constant SYS_LISTEN (line 205) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 206) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 207) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 208) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 209) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 210) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 211) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 212) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 213) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 214) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 215) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 216) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 217) | SYS_READAHEAD = 213 constant SYS_BRK (line 218) | SYS_BRK = 214 constant SYS_MUNMAP (line 219) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 220) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 221) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 222) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 223) | SYS_KEYCTL = 219 constant SYS_CLONE (line 224) | SYS_CLONE = 220 constant SYS_EXECVE (line 225) | SYS_EXECVE = 221 constant SYS_MMAP (line 226) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 227) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 228) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 229) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 230) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 231) | SYS_MSYNC = 227 constant SYS_MLOCK (line 232) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 233) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 234) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 235) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 236) | SYS_MINCORE = 232 constant SYS_MADVISE (line 237) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 238) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 239) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 240) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 241) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 242) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 243) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 244) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 245) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 246) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 247) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 248) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_WAIT4 (line 249) | SYS_WAIT4 = 260 constant SYS_PRLIMIT64 (line 250) | SYS_PRLIMIT64 = 261 constant SYS_FANOTIFY_INIT (line 251) | SYS_FANOTIFY_INIT = 262 constant SYS_FANOTIFY_MARK (line 252) | SYS_FANOTIFY_MARK = 263 constant SYS_NAME_TO_HANDLE_AT (line 253) | SYS_NAME_TO_HANDLE_AT = 264 constant SYS_OPEN_BY_HANDLE_AT (line 254) | SYS_OPEN_BY_HANDLE_AT = 265 constant SYS_CLOCK_ADJTIME (line 255) | SYS_CLOCK_ADJTIME = 266 constant SYS_SYNCFS (line 256) | SYS_SYNCFS = 267 constant SYS_SETNS (line 257) | SYS_SETNS = 268 constant SYS_SENDMMSG (line 258) | SYS_SENDMMSG = 269 constant SYS_PROCESS_VM_READV (line 259) | SYS_PROCESS_VM_READV = 270 constant SYS_PROCESS_VM_WRITEV (line 260) | SYS_PROCESS_VM_WRITEV = 271 constant SYS_KCMP (line 261) | SYS_KCMP = 272 constant SYS_FINIT_MODULE (line 262) | SYS_FINIT_MODULE = 273 constant SYS_SCHED_SETATTR (line 263) | SYS_SCHED_SETATTR = 274 constant SYS_SCHED_GETATTR (line 264) | SYS_SCHED_GETATTR = 275 constant SYS_RENAMEAT2 (line 265) | SYS_RENAMEAT2 = 276 constant SYS_SECCOMP (line 266) | SYS_SECCOMP = 277 constant SYS_GETRANDOM (line 267) | SYS_GETRANDOM = 278 constant SYS_MEMFD_CREATE (line 268) | SYS_MEMFD_CREATE = 279 constant SYS_BPF (line 269) | SYS_BPF = 280 constant SYS_EXECVEAT (line 270) | SYS_EXECVEAT = 281 constant SYS_USERFAULTFD (line 271) | SYS_USERFAULTFD = 282 constant SYS_MEMBARRIER (line 272) | SYS_MEMBARRIER = 283 constant SYS_MLOCK2 (line 273) | SYS_MLOCK2 = 284 constant SYS_COPY_FILE_RANGE (line 274) | SYS_COPY_FILE_RANGE = 285 constant SYS_PREADV2 (line 275) | SYS_PREADV2 = 286 constant SYS_PWRITEV2 (line 276) | SYS_PWRITEV2 = 287 constant SYS_PKEY_MPROTECT (line 277) | SYS_PKEY_MPROTECT = 288 constant SYS_PKEY_ALLOC (line 278) | SYS_PKEY_ALLOC = 289 constant SYS_PKEY_FREE (line 279) | SYS_PKEY_FREE = 290 constant SYS_STATX (line 280) | SYS_STATX = 291 constant SYS_IO_PGETEVENTS (line 281) | SYS_IO_PGETEVENTS = 292 constant SYS_RSEQ (line 282) | SYS_RSEQ = 293 constant SYS_KEXEC_FILE_LOAD (line 283) | SYS_KEXEC_FILE_LOAD = 294 constant SYS_PIDFD_SEND_SIGNAL (line 284) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 285) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 286) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 287) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 288) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 289) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 290) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 291) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 292) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 293) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 294) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 295) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 296) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 297) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 298) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 299) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 300) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 301) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 302) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 303) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 304) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 305) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 306) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 307) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 308) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 309) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 310) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 311) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go constant SYS_SYSCALL (line 9) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 10) | SYS_EXIT = 4001 constant SYS_FORK (line 11) | SYS_FORK = 4002 constant SYS_READ (line 12) | SYS_READ = 4003 constant SYS_WRITE (line 13) | SYS_WRITE = 4004 constant SYS_OPEN (line 14) | SYS_OPEN = 4005 constant SYS_CLOSE (line 15) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 16) | SYS_WAITPID = 4007 constant SYS_CREAT (line 17) | SYS_CREAT = 4008 constant SYS_LINK (line 18) | SYS_LINK = 4009 constant SYS_UNLINK (line 19) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 20) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 21) | SYS_CHDIR = 4012 constant SYS_TIME (line 22) | SYS_TIME = 4013 constant SYS_MKNOD (line 23) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 24) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 25) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 26) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 27) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 28) | SYS_LSEEK = 4019 constant SYS_GETPID (line 29) | SYS_GETPID = 4020 constant SYS_MOUNT (line 30) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 32) | SYS_SETUID = 4023 constant SYS_GETUID (line 33) | SYS_GETUID = 4024 constant SYS_STIME (line 34) | SYS_STIME = 4025 constant SYS_PTRACE (line 35) | SYS_PTRACE = 4026 constant SYS_ALARM (line 36) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 37) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 38) | SYS_PAUSE = 4029 constant SYS_UTIME (line 39) | SYS_UTIME = 4030 constant SYS_STTY (line 40) | SYS_STTY = 4031 constant SYS_GTTY (line 41) | SYS_GTTY = 4032 constant SYS_ACCESS (line 42) | SYS_ACCESS = 4033 constant SYS_NICE (line 43) | SYS_NICE = 4034 constant SYS_FTIME (line 44) | SYS_FTIME = 4035 constant SYS_SYNC (line 45) | SYS_SYNC = 4036 constant SYS_KILL (line 46) | SYS_KILL = 4037 constant SYS_RENAME (line 47) | SYS_RENAME = 4038 constant SYS_MKDIR (line 48) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 49) | SYS_RMDIR = 4040 constant SYS_DUP (line 50) | SYS_DUP = 4041 constant SYS_PIPE (line 51) | SYS_PIPE = 4042 constant SYS_TIMES (line 52) | SYS_TIMES = 4043 constant SYS_PROF (line 53) | SYS_PROF = 4044 constant SYS_BRK (line 54) | SYS_BRK = 4045 constant SYS_SETGID (line 55) | SYS_SETGID = 4046 constant SYS_GETGID (line 56) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 58) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 59) | SYS_GETEGID = 4050 constant SYS_ACCT (line 60) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 62) | SYS_LOCK = 4053 constant SYS_IOCTL (line 63) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 64) | SYS_FCNTL = 4055 constant SYS_MPX (line 65) | SYS_MPX = 4056 constant SYS_SETPGID (line 66) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 68) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 69) | SYS_UMASK = 4060 constant SYS_CHROOT (line 70) | SYS_CHROOT = 4061 constant SYS_USTAT (line 71) | SYS_USTAT = 4062 constant SYS_DUP2 (line 72) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 73) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 75) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 79) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 80) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 91) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 93) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 94) | SYS_READLINK = 4085 constant SYS_USELIB (line 95) | SYS_USELIB = 4086 constant SYS_SWAPON (line 96) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 97) | SYS_REBOOT = 4088 constant SYS_READDIR (line 98) | SYS_READDIR = 4089 constant SYS_MMAP (line 99) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 107) | SYS_PROFIL = 4098 constant SYS_STATFS (line 108) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 4105 constant SYS_STAT (line 115) | SYS_STAT = 4106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 118) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 119) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 121) | SYS_IDLE = 4112 constant SYS_VM86 (line 122) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 4116 constant SYS_IPC (line 126) | SYS_IPC = 4117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 129) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 131) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 4144 constant SYS_READV (line 154) | SYS_READV = 4145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 156) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 157) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 158) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 159) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 160) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 161) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 163) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 164) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 165) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 166) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 167) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 168) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 169) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 170) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 171) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 172) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 173) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 174) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 175) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 176) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 177) | SYS_ACCEPT = 4168 constant SYS_BIND (line 178) | SYS_BIND = 4169 constant SYS_CONNECT (line 179) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 180) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 181) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 182) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 183) | SYS_LISTEN = 4174 constant SYS_RECV (line 184) | SYS_RECV = 4175 constant SYS_RECVFROM (line 185) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 186) | SYS_RECVMSG = 4177 constant SYS_SEND (line 187) | SYS_SEND = 4178 constant SYS_SENDMSG (line 188) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 189) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 190) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 191) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 192) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 193) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 194) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 195) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 196) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 197) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 198) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 199) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 200) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 201) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 202) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 203) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 204) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 205) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 206) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 207) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 208) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 209) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 210) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 211) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 212) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 213) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 214) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 215) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 216) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 217) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 218) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 219) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 220) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 221) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 222) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 223) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 224) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 225) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 226) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 227) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 228) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 229) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 230) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 231) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 232) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 233) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 234) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 235) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 236) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 237) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 238) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 239) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 240) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 241) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 242) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 243) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 244) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 245) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 246) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 247) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 248) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 249) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 250) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 251) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 252) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 253) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 254) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 255) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 256) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 257) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 258) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 259) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 260) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 261) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 262) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 263) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 264) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 265) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 266) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 267) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 268) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 269) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 270) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 271) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 272) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 273) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 274) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 275) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 276) | SYS_UTIMES = 4267 constant SYS_MBIND (line 277) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 278) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 279) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 280) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 281) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 282) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 283) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 284) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 285) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 286) | SYS_VSERVER = 4277 constant SYS_WAITID (line 287) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 288) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 289) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 290) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 291) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 292) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 293) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 294) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 295) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 296) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 297) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 298) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 299) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 300) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 301) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 302) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 303) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 304) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 305) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 306) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 307) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 308) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 309) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 310) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 311) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 312) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 313) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 314) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 315) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 316) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 317) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 318) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 319) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 320) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 321) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 322) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 323) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 324) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 325) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 326) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 327) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 328) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 329) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 330) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 331) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 332) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 333) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 334) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 335) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 336) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 337) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 338) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 339) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 340) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 341) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 342) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 343) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 344) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 345) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 346) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 347) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 348) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 349) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 350) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 351) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 352) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 353) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 354) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 355) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 356) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 357) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 358) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 359) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 360) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 361) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 362) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 363) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 364) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 365) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 366) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 367) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 368) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 369) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 370) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 371) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 372) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 373) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 374) | SYS_STATX = 4366 constant SYS_RSEQ (line 375) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 376) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 377) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 387) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 388) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 389) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 390) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 391) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 392) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 393) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 394) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 395) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 396) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 397) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 398) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 399) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 400) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 401) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 402) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 403) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 404) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 405) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 406) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 407) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 408) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 409) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 410) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 411) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 412) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 413) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 414) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 415) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 416) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 417) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 418) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 419) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 420) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 421) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 422) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 423) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 424) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 425) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 426) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 427) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 428) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 429) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 430) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 431) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 432) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 constant SYS_CACHESTAT (line 433) | SYS_CACHESTAT = 4451 constant SYS_FCHMODAT2 (line 434) | SYS_FCHMODAT2 = 4452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go constant SYS_READ (line 9) | SYS_READ = 5000 constant SYS_WRITE (line 10) | SYS_WRITE = 5001 constant SYS_OPEN (line 11) | SYS_OPEN = 5002 constant SYS_CLOSE (line 12) | SYS_CLOSE = 5003 constant SYS_STAT (line 13) | SYS_STAT = 5004 constant SYS_FSTAT (line 14) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 15) | SYS_LSTAT = 5006 constant SYS_POLL (line 16) | SYS_POLL = 5007 constant SYS_LSEEK (line 17) | SYS_LSEEK = 5008 constant SYS_MMAP (line 18) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 19) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 20) | SYS_MUNMAP = 5011 constant SYS_BRK (line 21) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 22) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 23) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 24) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 25) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 26) | SYS_PWRITE64 = 5017 constant SYS_READV (line 27) | SYS_READV = 5018 constant SYS_WRITEV (line 28) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 29) | SYS_ACCESS = 5020 constant SYS_PIPE (line 30) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 31) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 32) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 33) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 34) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 35) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 36) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 37) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 38) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 39) | SYS_SHMCTL = 5030 constant SYS_DUP (line 40) | SYS_DUP = 5031 constant SYS_DUP2 (line 41) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 42) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 43) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 44) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 45) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 46) | SYS_ALARM = 5037 constant SYS_GETPID (line 47) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 48) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 49) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 50) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 51) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 52) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 53) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 54) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 55) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 56) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 57) | SYS_BIND = 5048 constant SYS_LISTEN (line 58) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 59) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 60) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 61) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 62) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 63) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 64) | SYS_CLONE = 5055 constant SYS_FORK (line 65) | SYS_FORK = 5056 constant SYS_EXECVE (line 66) | SYS_EXECVE = 5057 constant SYS_EXIT (line 67) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 68) | SYS_WAIT4 = 5059 constant SYS_KILL (line 69) | SYS_KILL = 5060 constant SYS_UNAME (line 70) | SYS_UNAME = 5061 constant SYS_SEMGET (line 71) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 72) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 73) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 74) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 75) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 76) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 77) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 78) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 79) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 80) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 81) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 82) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 83) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 84) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 85) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 86) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 87) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 88) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 89) | SYS_RENAME = 5080 constant SYS_MKDIR (line 90) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 91) | SYS_RMDIR = 5082 constant SYS_CREAT (line 92) | SYS_CREAT = 5083 constant SYS_LINK (line 93) | SYS_LINK = 5084 constant SYS_UNLINK (line 94) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 95) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 96) | SYS_READLINK = 5087 constant SYS_CHMOD (line 97) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 98) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 99) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 100) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 101) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 102) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 103) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 104) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 105) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 106) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 107) | SYS_TIMES = 5098 constant SYS_PTRACE (line 108) | SYS_PTRACE = 5099 constant SYS_GETUID (line 109) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 110) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 111) | SYS_GETGID = 5102 constant SYS_SETUID (line 112) | SYS_SETUID = 5103 constant SYS_SETGID (line 113) | SYS_SETGID = 5104 constant SYS_GETEUID (line 114) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 115) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 116) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 117) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 118) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 119) | SYS_SETSID = 5110 constant SYS_SETREUID (line 120) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 121) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 122) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 123) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 124) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 125) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 126) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 127) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 128) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 129) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 130) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 131) | SYS_GETSID = 5122 constant SYS_CAPGET (line 132) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 133) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 134) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 135) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 136) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 137) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 138) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 139) | SYS_UTIME = 5130 constant SYS_MKNOD (line 140) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 141) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 142) | SYS_USTAT = 5133 constant SYS_STATFS (line 143) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 144) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 145) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 146) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 147) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 148) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 149) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 150) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 151) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 152) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 153) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 154) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 155) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 156) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 157) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 158) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 159) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 160) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 161) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 162) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 163) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 164) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 165) | SYS_CHROOT = 5156 constant SYS_SYNC (line 166) | SYS_SYNC = 5157 constant SYS_ACCT (line 167) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 168) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 169) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 170) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 171) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 172) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 173) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 174) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 175) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 176) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 177) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 178) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 179) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 180) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 181) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 182) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 183) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 184) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 185) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 186) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 187) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 188) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 189) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 190) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 191) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 192) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 193) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 194) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 195) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 196) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 197) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 198) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 199) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 200) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 201) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 202) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 203) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 204) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 205) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 206) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 207) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 208) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 209) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 210) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 211) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 212) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 213) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 214) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 215) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 216) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 217) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 218) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 219) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 220) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 221) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 222) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 223) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 224) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 225) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 226) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 227) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 228) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 229) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 231) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 232) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 233) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 234) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 235) | SYS_UTIMES = 5226 constant SYS_MBIND (line 236) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 237) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 238) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 239) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 240) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 241) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 242) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 243) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 244) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 245) | SYS_VSERVER = 5236 constant SYS_WAITID (line 246) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 247) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 248) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 249) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 250) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 251) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 252) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 253) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 254) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 255) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 256) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 258) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 259) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 260) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 261) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 262) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 263) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 264) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 265) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 266) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 267) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 268) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 269) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 270) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 271) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 272) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 273) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 274) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 275) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 276) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 277) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 278) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 279) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 280) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 281) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 282) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 283) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 284) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 285) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 286) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 287) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 288) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 289) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 290) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 291) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 292) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 293) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 294) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 295) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 296) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 297) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 298) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 299) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 300) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 301) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 302) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 303) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 304) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 305) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 306) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 307) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 308) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 309) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 310) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 311) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 312) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 313) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 314) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 315) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 316) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 317) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 318) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 319) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 320) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 321) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 322) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 323) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 324) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 325) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 326) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 327) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 328) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 329) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 330) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 331) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 332) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 333) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 334) | SYS_STATX = 5326 constant SYS_RSEQ (line 335) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 336) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 337) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 338) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 339) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 340) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 341) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 342) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 343) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 344) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 345) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 346) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 347) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 348) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 349) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 350) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 351) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 352) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 353) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 354) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 355) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 356) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 357) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 358) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 359) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 360) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 361) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 362) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 constant SYS_CACHESTAT (line 363) | SYS_CACHESTAT = 5451 constant SYS_FCHMODAT2 (line 364) | SYS_FCHMODAT2 = 5452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go constant SYS_READ (line 9) | SYS_READ = 5000 constant SYS_WRITE (line 10) | SYS_WRITE = 5001 constant SYS_OPEN (line 11) | SYS_OPEN = 5002 constant SYS_CLOSE (line 12) | SYS_CLOSE = 5003 constant SYS_STAT (line 13) | SYS_STAT = 5004 constant SYS_FSTAT (line 14) | SYS_FSTAT = 5005 constant SYS_LSTAT (line 15) | SYS_LSTAT = 5006 constant SYS_POLL (line 16) | SYS_POLL = 5007 constant SYS_LSEEK (line 17) | SYS_LSEEK = 5008 constant SYS_MMAP (line 18) | SYS_MMAP = 5009 constant SYS_MPROTECT (line 19) | SYS_MPROTECT = 5010 constant SYS_MUNMAP (line 20) | SYS_MUNMAP = 5011 constant SYS_BRK (line 21) | SYS_BRK = 5012 constant SYS_RT_SIGACTION (line 22) | SYS_RT_SIGACTION = 5013 constant SYS_RT_SIGPROCMASK (line 23) | SYS_RT_SIGPROCMASK = 5014 constant SYS_IOCTL (line 24) | SYS_IOCTL = 5015 constant SYS_PREAD64 (line 25) | SYS_PREAD64 = 5016 constant SYS_PWRITE64 (line 26) | SYS_PWRITE64 = 5017 constant SYS_READV (line 27) | SYS_READV = 5018 constant SYS_WRITEV (line 28) | SYS_WRITEV = 5019 constant SYS_ACCESS (line 29) | SYS_ACCESS = 5020 constant SYS_PIPE (line 30) | SYS_PIPE = 5021 constant SYS__NEWSELECT (line 31) | SYS__NEWSELECT = 5022 constant SYS_SCHED_YIELD (line 32) | SYS_SCHED_YIELD = 5023 constant SYS_MREMAP (line 33) | SYS_MREMAP = 5024 constant SYS_MSYNC (line 34) | SYS_MSYNC = 5025 constant SYS_MINCORE (line 35) | SYS_MINCORE = 5026 constant SYS_MADVISE (line 36) | SYS_MADVISE = 5027 constant SYS_SHMGET (line 37) | SYS_SHMGET = 5028 constant SYS_SHMAT (line 38) | SYS_SHMAT = 5029 constant SYS_SHMCTL (line 39) | SYS_SHMCTL = 5030 constant SYS_DUP (line 40) | SYS_DUP = 5031 constant SYS_DUP2 (line 41) | SYS_DUP2 = 5032 constant SYS_PAUSE (line 42) | SYS_PAUSE = 5033 constant SYS_NANOSLEEP (line 43) | SYS_NANOSLEEP = 5034 constant SYS_GETITIMER (line 44) | SYS_GETITIMER = 5035 constant SYS_SETITIMER (line 45) | SYS_SETITIMER = 5036 constant SYS_ALARM (line 46) | SYS_ALARM = 5037 constant SYS_GETPID (line 47) | SYS_GETPID = 5038 constant SYS_SENDFILE (line 48) | SYS_SENDFILE = 5039 constant SYS_SOCKET (line 49) | SYS_SOCKET = 5040 constant SYS_CONNECT (line 50) | SYS_CONNECT = 5041 constant SYS_ACCEPT (line 51) | SYS_ACCEPT = 5042 constant SYS_SENDTO (line 52) | SYS_SENDTO = 5043 constant SYS_RECVFROM (line 53) | SYS_RECVFROM = 5044 constant SYS_SENDMSG (line 54) | SYS_SENDMSG = 5045 constant SYS_RECVMSG (line 55) | SYS_RECVMSG = 5046 constant SYS_SHUTDOWN (line 56) | SYS_SHUTDOWN = 5047 constant SYS_BIND (line 57) | SYS_BIND = 5048 constant SYS_LISTEN (line 58) | SYS_LISTEN = 5049 constant SYS_GETSOCKNAME (line 59) | SYS_GETSOCKNAME = 5050 constant SYS_GETPEERNAME (line 60) | SYS_GETPEERNAME = 5051 constant SYS_SOCKETPAIR (line 61) | SYS_SOCKETPAIR = 5052 constant SYS_SETSOCKOPT (line 62) | SYS_SETSOCKOPT = 5053 constant SYS_GETSOCKOPT (line 63) | SYS_GETSOCKOPT = 5054 constant SYS_CLONE (line 64) | SYS_CLONE = 5055 constant SYS_FORK (line 65) | SYS_FORK = 5056 constant SYS_EXECVE (line 66) | SYS_EXECVE = 5057 constant SYS_EXIT (line 67) | SYS_EXIT = 5058 constant SYS_WAIT4 (line 68) | SYS_WAIT4 = 5059 constant SYS_KILL (line 69) | SYS_KILL = 5060 constant SYS_UNAME (line 70) | SYS_UNAME = 5061 constant SYS_SEMGET (line 71) | SYS_SEMGET = 5062 constant SYS_SEMOP (line 72) | SYS_SEMOP = 5063 constant SYS_SEMCTL (line 73) | SYS_SEMCTL = 5064 constant SYS_SHMDT (line 74) | SYS_SHMDT = 5065 constant SYS_MSGGET (line 75) | SYS_MSGGET = 5066 constant SYS_MSGSND (line 76) | SYS_MSGSND = 5067 constant SYS_MSGRCV (line 77) | SYS_MSGRCV = 5068 constant SYS_MSGCTL (line 78) | SYS_MSGCTL = 5069 constant SYS_FCNTL (line 79) | SYS_FCNTL = 5070 constant SYS_FLOCK (line 80) | SYS_FLOCK = 5071 constant SYS_FSYNC (line 81) | SYS_FSYNC = 5072 constant SYS_FDATASYNC (line 82) | SYS_FDATASYNC = 5073 constant SYS_TRUNCATE (line 83) | SYS_TRUNCATE = 5074 constant SYS_FTRUNCATE (line 84) | SYS_FTRUNCATE = 5075 constant SYS_GETDENTS (line 85) | SYS_GETDENTS = 5076 constant SYS_GETCWD (line 86) | SYS_GETCWD = 5077 constant SYS_CHDIR (line 87) | SYS_CHDIR = 5078 constant SYS_FCHDIR (line 88) | SYS_FCHDIR = 5079 constant SYS_RENAME (line 89) | SYS_RENAME = 5080 constant SYS_MKDIR (line 90) | SYS_MKDIR = 5081 constant SYS_RMDIR (line 91) | SYS_RMDIR = 5082 constant SYS_CREAT (line 92) | SYS_CREAT = 5083 constant SYS_LINK (line 93) | SYS_LINK = 5084 constant SYS_UNLINK (line 94) | SYS_UNLINK = 5085 constant SYS_SYMLINK (line 95) | SYS_SYMLINK = 5086 constant SYS_READLINK (line 96) | SYS_READLINK = 5087 constant SYS_CHMOD (line 97) | SYS_CHMOD = 5088 constant SYS_FCHMOD (line 98) | SYS_FCHMOD = 5089 constant SYS_CHOWN (line 99) | SYS_CHOWN = 5090 constant SYS_FCHOWN (line 100) | SYS_FCHOWN = 5091 constant SYS_LCHOWN (line 101) | SYS_LCHOWN = 5092 constant SYS_UMASK (line 102) | SYS_UMASK = 5093 constant SYS_GETTIMEOFDAY (line 103) | SYS_GETTIMEOFDAY = 5094 constant SYS_GETRLIMIT (line 104) | SYS_GETRLIMIT = 5095 constant SYS_GETRUSAGE (line 105) | SYS_GETRUSAGE = 5096 constant SYS_SYSINFO (line 106) | SYS_SYSINFO = 5097 constant SYS_TIMES (line 107) | SYS_TIMES = 5098 constant SYS_PTRACE (line 108) | SYS_PTRACE = 5099 constant SYS_GETUID (line 109) | SYS_GETUID = 5100 constant SYS_SYSLOG (line 110) | SYS_SYSLOG = 5101 constant SYS_GETGID (line 111) | SYS_GETGID = 5102 constant SYS_SETUID (line 112) | SYS_SETUID = 5103 constant SYS_SETGID (line 113) | SYS_SETGID = 5104 constant SYS_GETEUID (line 114) | SYS_GETEUID = 5105 constant SYS_GETEGID (line 115) | SYS_GETEGID = 5106 constant SYS_SETPGID (line 116) | SYS_SETPGID = 5107 constant SYS_GETPPID (line 117) | SYS_GETPPID = 5108 constant SYS_GETPGRP (line 118) | SYS_GETPGRP = 5109 constant SYS_SETSID (line 119) | SYS_SETSID = 5110 constant SYS_SETREUID (line 120) | SYS_SETREUID = 5111 constant SYS_SETREGID (line 121) | SYS_SETREGID = 5112 constant SYS_GETGROUPS (line 122) | SYS_GETGROUPS = 5113 constant SYS_SETGROUPS (line 123) | SYS_SETGROUPS = 5114 constant SYS_SETRESUID (line 124) | SYS_SETRESUID = 5115 constant SYS_GETRESUID (line 125) | SYS_GETRESUID = 5116 constant SYS_SETRESGID (line 126) | SYS_SETRESGID = 5117 constant SYS_GETRESGID (line 127) | SYS_GETRESGID = 5118 constant SYS_GETPGID (line 128) | SYS_GETPGID = 5119 constant SYS_SETFSUID (line 129) | SYS_SETFSUID = 5120 constant SYS_SETFSGID (line 130) | SYS_SETFSGID = 5121 constant SYS_GETSID (line 131) | SYS_GETSID = 5122 constant SYS_CAPGET (line 132) | SYS_CAPGET = 5123 constant SYS_CAPSET (line 133) | SYS_CAPSET = 5124 constant SYS_RT_SIGPENDING (line 134) | SYS_RT_SIGPENDING = 5125 constant SYS_RT_SIGTIMEDWAIT (line 135) | SYS_RT_SIGTIMEDWAIT = 5126 constant SYS_RT_SIGQUEUEINFO (line 136) | SYS_RT_SIGQUEUEINFO = 5127 constant SYS_RT_SIGSUSPEND (line 137) | SYS_RT_SIGSUSPEND = 5128 constant SYS_SIGALTSTACK (line 138) | SYS_SIGALTSTACK = 5129 constant SYS_UTIME (line 139) | SYS_UTIME = 5130 constant SYS_MKNOD (line 140) | SYS_MKNOD = 5131 constant SYS_PERSONALITY (line 141) | SYS_PERSONALITY = 5132 constant SYS_USTAT (line 142) | SYS_USTAT = 5133 constant SYS_STATFS (line 143) | SYS_STATFS = 5134 constant SYS_FSTATFS (line 144) | SYS_FSTATFS = 5135 constant SYS_SYSFS (line 145) | SYS_SYSFS = 5136 constant SYS_GETPRIORITY (line 146) | SYS_GETPRIORITY = 5137 constant SYS_SETPRIORITY (line 147) | SYS_SETPRIORITY = 5138 constant SYS_SCHED_SETPARAM (line 148) | SYS_SCHED_SETPARAM = 5139 constant SYS_SCHED_GETPARAM (line 149) | SYS_SCHED_GETPARAM = 5140 constant SYS_SCHED_SETSCHEDULER (line 150) | SYS_SCHED_SETSCHEDULER = 5141 constant SYS_SCHED_GETSCHEDULER (line 151) | SYS_SCHED_GETSCHEDULER = 5142 constant SYS_SCHED_GET_PRIORITY_MAX (line 152) | SYS_SCHED_GET_PRIORITY_MAX = 5143 constant SYS_SCHED_GET_PRIORITY_MIN (line 153) | SYS_SCHED_GET_PRIORITY_MIN = 5144 constant SYS_SCHED_RR_GET_INTERVAL (line 154) | SYS_SCHED_RR_GET_INTERVAL = 5145 constant SYS_MLOCK (line 155) | SYS_MLOCK = 5146 constant SYS_MUNLOCK (line 156) | SYS_MUNLOCK = 5147 constant SYS_MLOCKALL (line 157) | SYS_MLOCKALL = 5148 constant SYS_MUNLOCKALL (line 158) | SYS_MUNLOCKALL = 5149 constant SYS_VHANGUP (line 159) | SYS_VHANGUP = 5150 constant SYS_PIVOT_ROOT (line 160) | SYS_PIVOT_ROOT = 5151 constant SYS__SYSCTL (line 161) | SYS__SYSCTL = 5152 constant SYS_PRCTL (line 162) | SYS_PRCTL = 5153 constant SYS_ADJTIMEX (line 163) | SYS_ADJTIMEX = 5154 constant SYS_SETRLIMIT (line 164) | SYS_SETRLIMIT = 5155 constant SYS_CHROOT (line 165) | SYS_CHROOT = 5156 constant SYS_SYNC (line 166) | SYS_SYNC = 5157 constant SYS_ACCT (line 167) | SYS_ACCT = 5158 constant SYS_SETTIMEOFDAY (line 168) | SYS_SETTIMEOFDAY = 5159 constant SYS_MOUNT (line 169) | SYS_MOUNT = 5160 constant SYS_UMOUNT2 (line 170) | SYS_UMOUNT2 = 5161 constant SYS_SWAPON (line 171) | SYS_SWAPON = 5162 constant SYS_SWAPOFF (line 172) | SYS_SWAPOFF = 5163 constant SYS_REBOOT (line 173) | SYS_REBOOT = 5164 constant SYS_SETHOSTNAME (line 174) | SYS_SETHOSTNAME = 5165 constant SYS_SETDOMAINNAME (line 175) | SYS_SETDOMAINNAME = 5166 constant SYS_CREATE_MODULE (line 176) | SYS_CREATE_MODULE = 5167 constant SYS_INIT_MODULE (line 177) | SYS_INIT_MODULE = 5168 constant SYS_DELETE_MODULE (line 178) | SYS_DELETE_MODULE = 5169 constant SYS_GET_KERNEL_SYMS (line 179) | SYS_GET_KERNEL_SYMS = 5170 constant SYS_QUERY_MODULE (line 180) | SYS_QUERY_MODULE = 5171 constant SYS_QUOTACTL (line 181) | SYS_QUOTACTL = 5172 constant SYS_NFSSERVCTL (line 182) | SYS_NFSSERVCTL = 5173 constant SYS_GETPMSG (line 183) | SYS_GETPMSG = 5174 constant SYS_PUTPMSG (line 184) | SYS_PUTPMSG = 5175 constant SYS_AFS_SYSCALL (line 185) | SYS_AFS_SYSCALL = 5176 constant SYS_RESERVED177 (line 186) | SYS_RESERVED177 = 5177 constant SYS_GETTID (line 187) | SYS_GETTID = 5178 constant SYS_READAHEAD (line 188) | SYS_READAHEAD = 5179 constant SYS_SETXATTR (line 189) | SYS_SETXATTR = 5180 constant SYS_LSETXATTR (line 190) | SYS_LSETXATTR = 5181 constant SYS_FSETXATTR (line 191) | SYS_FSETXATTR = 5182 constant SYS_GETXATTR (line 192) | SYS_GETXATTR = 5183 constant SYS_LGETXATTR (line 193) | SYS_LGETXATTR = 5184 constant SYS_FGETXATTR (line 194) | SYS_FGETXATTR = 5185 constant SYS_LISTXATTR (line 195) | SYS_LISTXATTR = 5186 constant SYS_LLISTXATTR (line 196) | SYS_LLISTXATTR = 5187 constant SYS_FLISTXATTR (line 197) | SYS_FLISTXATTR = 5188 constant SYS_REMOVEXATTR (line 198) | SYS_REMOVEXATTR = 5189 constant SYS_LREMOVEXATTR (line 199) | SYS_LREMOVEXATTR = 5190 constant SYS_FREMOVEXATTR (line 200) | SYS_FREMOVEXATTR = 5191 constant SYS_TKILL (line 201) | SYS_TKILL = 5192 constant SYS_RESERVED193 (line 202) | SYS_RESERVED193 = 5193 constant SYS_FUTEX (line 203) | SYS_FUTEX = 5194 constant SYS_SCHED_SETAFFINITY (line 204) | SYS_SCHED_SETAFFINITY = 5195 constant SYS_SCHED_GETAFFINITY (line 205) | SYS_SCHED_GETAFFINITY = 5196 constant SYS_CACHEFLUSH (line 206) | SYS_CACHEFLUSH = 5197 constant SYS_CACHECTL (line 207) | SYS_CACHECTL = 5198 constant SYS_SYSMIPS (line 208) | SYS_SYSMIPS = 5199 constant SYS_IO_SETUP (line 209) | SYS_IO_SETUP = 5200 constant SYS_IO_DESTROY (line 210) | SYS_IO_DESTROY = 5201 constant SYS_IO_GETEVENTS (line 211) | SYS_IO_GETEVENTS = 5202 constant SYS_IO_SUBMIT (line 212) | SYS_IO_SUBMIT = 5203 constant SYS_IO_CANCEL (line 213) | SYS_IO_CANCEL = 5204 constant SYS_EXIT_GROUP (line 214) | SYS_EXIT_GROUP = 5205 constant SYS_LOOKUP_DCOOKIE (line 215) | SYS_LOOKUP_DCOOKIE = 5206 constant SYS_EPOLL_CREATE (line 216) | SYS_EPOLL_CREATE = 5207 constant SYS_EPOLL_CTL (line 217) | SYS_EPOLL_CTL = 5208 constant SYS_EPOLL_WAIT (line 218) | SYS_EPOLL_WAIT = 5209 constant SYS_REMAP_FILE_PAGES (line 219) | SYS_REMAP_FILE_PAGES = 5210 constant SYS_RT_SIGRETURN (line 220) | SYS_RT_SIGRETURN = 5211 constant SYS_SET_TID_ADDRESS (line 221) | SYS_SET_TID_ADDRESS = 5212 constant SYS_RESTART_SYSCALL (line 222) | SYS_RESTART_SYSCALL = 5213 constant SYS_SEMTIMEDOP (line 223) | SYS_SEMTIMEDOP = 5214 constant SYS_FADVISE64 (line 224) | SYS_FADVISE64 = 5215 constant SYS_TIMER_CREATE (line 225) | SYS_TIMER_CREATE = 5216 constant SYS_TIMER_SETTIME (line 226) | SYS_TIMER_SETTIME = 5217 constant SYS_TIMER_GETTIME (line 227) | SYS_TIMER_GETTIME = 5218 constant SYS_TIMER_GETOVERRUN (line 228) | SYS_TIMER_GETOVERRUN = 5219 constant SYS_TIMER_DELETE (line 229) | SYS_TIMER_DELETE = 5220 constant SYS_CLOCK_SETTIME (line 230) | SYS_CLOCK_SETTIME = 5221 constant SYS_CLOCK_GETTIME (line 231) | SYS_CLOCK_GETTIME = 5222 constant SYS_CLOCK_GETRES (line 232) | SYS_CLOCK_GETRES = 5223 constant SYS_CLOCK_NANOSLEEP (line 233) | SYS_CLOCK_NANOSLEEP = 5224 constant SYS_TGKILL (line 234) | SYS_TGKILL = 5225 constant SYS_UTIMES (line 235) | SYS_UTIMES = 5226 constant SYS_MBIND (line 236) | SYS_MBIND = 5227 constant SYS_GET_MEMPOLICY (line 237) | SYS_GET_MEMPOLICY = 5228 constant SYS_SET_MEMPOLICY (line 238) | SYS_SET_MEMPOLICY = 5229 constant SYS_MQ_OPEN (line 239) | SYS_MQ_OPEN = 5230 constant SYS_MQ_UNLINK (line 240) | SYS_MQ_UNLINK = 5231 constant SYS_MQ_TIMEDSEND (line 241) | SYS_MQ_TIMEDSEND = 5232 constant SYS_MQ_TIMEDRECEIVE (line 242) | SYS_MQ_TIMEDRECEIVE = 5233 constant SYS_MQ_NOTIFY (line 243) | SYS_MQ_NOTIFY = 5234 constant SYS_MQ_GETSETATTR (line 244) | SYS_MQ_GETSETATTR = 5235 constant SYS_VSERVER (line 245) | SYS_VSERVER = 5236 constant SYS_WAITID (line 246) | SYS_WAITID = 5237 constant SYS_ADD_KEY (line 247) | SYS_ADD_KEY = 5239 constant SYS_REQUEST_KEY (line 248) | SYS_REQUEST_KEY = 5240 constant SYS_KEYCTL (line 249) | SYS_KEYCTL = 5241 constant SYS_SET_THREAD_AREA (line 250) | SYS_SET_THREAD_AREA = 5242 constant SYS_INOTIFY_INIT (line 251) | SYS_INOTIFY_INIT = 5243 constant SYS_INOTIFY_ADD_WATCH (line 252) | SYS_INOTIFY_ADD_WATCH = 5244 constant SYS_INOTIFY_RM_WATCH (line 253) | SYS_INOTIFY_RM_WATCH = 5245 constant SYS_MIGRATE_PAGES (line 254) | SYS_MIGRATE_PAGES = 5246 constant SYS_OPENAT (line 255) | SYS_OPENAT = 5247 constant SYS_MKDIRAT (line 256) | SYS_MKDIRAT = 5248 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 5249 constant SYS_FCHOWNAT (line 258) | SYS_FCHOWNAT = 5250 constant SYS_FUTIMESAT (line 259) | SYS_FUTIMESAT = 5251 constant SYS_NEWFSTATAT (line 260) | SYS_NEWFSTATAT = 5252 constant SYS_UNLINKAT (line 261) | SYS_UNLINKAT = 5253 constant SYS_RENAMEAT (line 262) | SYS_RENAMEAT = 5254 constant SYS_LINKAT (line 263) | SYS_LINKAT = 5255 constant SYS_SYMLINKAT (line 264) | SYS_SYMLINKAT = 5256 constant SYS_READLINKAT (line 265) | SYS_READLINKAT = 5257 constant SYS_FCHMODAT (line 266) | SYS_FCHMODAT = 5258 constant SYS_FACCESSAT (line 267) | SYS_FACCESSAT = 5259 constant SYS_PSELECT6 (line 268) | SYS_PSELECT6 = 5260 constant SYS_PPOLL (line 269) | SYS_PPOLL = 5261 constant SYS_UNSHARE (line 270) | SYS_UNSHARE = 5262 constant SYS_SPLICE (line 271) | SYS_SPLICE = 5263 constant SYS_SYNC_FILE_RANGE (line 272) | SYS_SYNC_FILE_RANGE = 5264 constant SYS_TEE (line 273) | SYS_TEE = 5265 constant SYS_VMSPLICE (line 274) | SYS_VMSPLICE = 5266 constant SYS_MOVE_PAGES (line 275) | SYS_MOVE_PAGES = 5267 constant SYS_SET_ROBUST_LIST (line 276) | SYS_SET_ROBUST_LIST = 5268 constant SYS_GET_ROBUST_LIST (line 277) | SYS_GET_ROBUST_LIST = 5269 constant SYS_KEXEC_LOAD (line 278) | SYS_KEXEC_LOAD = 5270 constant SYS_GETCPU (line 279) | SYS_GETCPU = 5271 constant SYS_EPOLL_PWAIT (line 280) | SYS_EPOLL_PWAIT = 5272 constant SYS_IOPRIO_SET (line 281) | SYS_IOPRIO_SET = 5273 constant SYS_IOPRIO_GET (line 282) | SYS_IOPRIO_GET = 5274 constant SYS_UTIMENSAT (line 283) | SYS_UTIMENSAT = 5275 constant SYS_SIGNALFD (line 284) | SYS_SIGNALFD = 5276 constant SYS_TIMERFD (line 285) | SYS_TIMERFD = 5277 constant SYS_EVENTFD (line 286) | SYS_EVENTFD = 5278 constant SYS_FALLOCATE (line 287) | SYS_FALLOCATE = 5279 constant SYS_TIMERFD_CREATE (line 288) | SYS_TIMERFD_CREATE = 5280 constant SYS_TIMERFD_GETTIME (line 289) | SYS_TIMERFD_GETTIME = 5281 constant SYS_TIMERFD_SETTIME (line 290) | SYS_TIMERFD_SETTIME = 5282 constant SYS_SIGNALFD4 (line 291) | SYS_SIGNALFD4 = 5283 constant SYS_EVENTFD2 (line 292) | SYS_EVENTFD2 = 5284 constant SYS_EPOLL_CREATE1 (line 293) | SYS_EPOLL_CREATE1 = 5285 constant SYS_DUP3 (line 294) | SYS_DUP3 = 5286 constant SYS_PIPE2 (line 295) | SYS_PIPE2 = 5287 constant SYS_INOTIFY_INIT1 (line 296) | SYS_INOTIFY_INIT1 = 5288 constant SYS_PREADV (line 297) | SYS_PREADV = 5289 constant SYS_PWRITEV (line 298) | SYS_PWRITEV = 5290 constant SYS_RT_TGSIGQUEUEINFO (line 299) | SYS_RT_TGSIGQUEUEINFO = 5291 constant SYS_PERF_EVENT_OPEN (line 300) | SYS_PERF_EVENT_OPEN = 5292 constant SYS_ACCEPT4 (line 301) | SYS_ACCEPT4 = 5293 constant SYS_RECVMMSG (line 302) | SYS_RECVMMSG = 5294 constant SYS_FANOTIFY_INIT (line 303) | SYS_FANOTIFY_INIT = 5295 constant SYS_FANOTIFY_MARK (line 304) | SYS_FANOTIFY_MARK = 5296 constant SYS_PRLIMIT64 (line 305) | SYS_PRLIMIT64 = 5297 constant SYS_NAME_TO_HANDLE_AT (line 306) | SYS_NAME_TO_HANDLE_AT = 5298 constant SYS_OPEN_BY_HANDLE_AT (line 307) | SYS_OPEN_BY_HANDLE_AT = 5299 constant SYS_CLOCK_ADJTIME (line 308) | SYS_CLOCK_ADJTIME = 5300 constant SYS_SYNCFS (line 309) | SYS_SYNCFS = 5301 constant SYS_SENDMMSG (line 310) | SYS_SENDMMSG = 5302 constant SYS_SETNS (line 311) | SYS_SETNS = 5303 constant SYS_PROCESS_VM_READV (line 312) | SYS_PROCESS_VM_READV = 5304 constant SYS_PROCESS_VM_WRITEV (line 313) | SYS_PROCESS_VM_WRITEV = 5305 constant SYS_KCMP (line 314) | SYS_KCMP = 5306 constant SYS_FINIT_MODULE (line 315) | SYS_FINIT_MODULE = 5307 constant SYS_GETDENTS64 (line 316) | SYS_GETDENTS64 = 5308 constant SYS_SCHED_SETATTR (line 317) | SYS_SCHED_SETATTR = 5309 constant SYS_SCHED_GETATTR (line 318) | SYS_SCHED_GETATTR = 5310 constant SYS_RENAMEAT2 (line 319) | SYS_RENAMEAT2 = 5311 constant SYS_SECCOMP (line 320) | SYS_SECCOMP = 5312 constant SYS_GETRANDOM (line 321) | SYS_GETRANDOM = 5313 constant SYS_MEMFD_CREATE (line 322) | SYS_MEMFD_CREATE = 5314 constant SYS_BPF (line 323) | SYS_BPF = 5315 constant SYS_EXECVEAT (line 324) | SYS_EXECVEAT = 5316 constant SYS_USERFAULTFD (line 325) | SYS_USERFAULTFD = 5317 constant SYS_MEMBARRIER (line 326) | SYS_MEMBARRIER = 5318 constant SYS_MLOCK2 (line 327) | SYS_MLOCK2 = 5319 constant SYS_COPY_FILE_RANGE (line 328) | SYS_COPY_FILE_RANGE = 5320 constant SYS_PREADV2 (line 329) | SYS_PREADV2 = 5321 constant SYS_PWRITEV2 (line 330) | SYS_PWRITEV2 = 5322 constant SYS_PKEY_MPROTECT (line 331) | SYS_PKEY_MPROTECT = 5323 constant SYS_PKEY_ALLOC (line 332) | SYS_PKEY_ALLOC = 5324 constant SYS_PKEY_FREE (line 333) | SYS_PKEY_FREE = 5325 constant SYS_STATX (line 334) | SYS_STATX = 5326 constant SYS_RSEQ (line 335) | SYS_RSEQ = 5327 constant SYS_IO_PGETEVENTS (line 336) | SYS_IO_PGETEVENTS = 5328 constant SYS_PIDFD_SEND_SIGNAL (line 337) | SYS_PIDFD_SEND_SIGNAL = 5424 constant SYS_IO_URING_SETUP (line 338) | SYS_IO_URING_SETUP = 5425 constant SYS_IO_URING_ENTER (line 339) | SYS_IO_URING_ENTER = 5426 constant SYS_IO_URING_REGISTER (line 340) | SYS_IO_URING_REGISTER = 5427 constant SYS_OPEN_TREE (line 341) | SYS_OPEN_TREE = 5428 constant SYS_MOVE_MOUNT (line 342) | SYS_MOVE_MOUNT = 5429 constant SYS_FSOPEN (line 343) | SYS_FSOPEN = 5430 constant SYS_FSCONFIG (line 344) | SYS_FSCONFIG = 5431 constant SYS_FSMOUNT (line 345) | SYS_FSMOUNT = 5432 constant SYS_FSPICK (line 346) | SYS_FSPICK = 5433 constant SYS_PIDFD_OPEN (line 347) | SYS_PIDFD_OPEN = 5434 constant SYS_CLONE3 (line 348) | SYS_CLONE3 = 5435 constant SYS_CLOSE_RANGE (line 349) | SYS_CLOSE_RANGE = 5436 constant SYS_OPENAT2 (line 350) | SYS_OPENAT2 = 5437 constant SYS_PIDFD_GETFD (line 351) | SYS_PIDFD_GETFD = 5438 constant SYS_FACCESSAT2 (line 352) | SYS_FACCESSAT2 = 5439 constant SYS_PROCESS_MADVISE (line 353) | SYS_PROCESS_MADVISE = 5440 constant SYS_EPOLL_PWAIT2 (line 354) | SYS_EPOLL_PWAIT2 = 5441 constant SYS_MOUNT_SETATTR (line 355) | SYS_MOUNT_SETATTR = 5442 constant SYS_QUOTACTL_FD (line 356) | SYS_QUOTACTL_FD = 5443 constant SYS_LANDLOCK_CREATE_RULESET (line 357) | SYS_LANDLOCK_CREATE_RULESET = 5444 constant SYS_LANDLOCK_ADD_RULE (line 358) | SYS_LANDLOCK_ADD_RULE = 5445 constant SYS_LANDLOCK_RESTRICT_SELF (line 359) | SYS_LANDLOCK_RESTRICT_SELF = 5446 constant SYS_PROCESS_MRELEASE (line 360) | SYS_PROCESS_MRELEASE = 5448 constant SYS_FUTEX_WAITV (line 361) | SYS_FUTEX_WAITV = 5449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 362) | SYS_SET_MEMPOLICY_HOME_NODE = 5450 constant SYS_CACHESTAT (line 363) | SYS_CACHESTAT = 5451 constant SYS_FCHMODAT2 (line 364) | SYS_FCHMODAT2 = 5452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go constant SYS_SYSCALL (line 9) | SYS_SYSCALL = 4000 constant SYS_EXIT (line 10) | SYS_EXIT = 4001 constant SYS_FORK (line 11) | SYS_FORK = 4002 constant SYS_READ (line 12) | SYS_READ = 4003 constant SYS_WRITE (line 13) | SYS_WRITE = 4004 constant SYS_OPEN (line 14) | SYS_OPEN = 4005 constant SYS_CLOSE (line 15) | SYS_CLOSE = 4006 constant SYS_WAITPID (line 16) | SYS_WAITPID = 4007 constant SYS_CREAT (line 17) | SYS_CREAT = 4008 constant SYS_LINK (line 18) | SYS_LINK = 4009 constant SYS_UNLINK (line 19) | SYS_UNLINK = 4010 constant SYS_EXECVE (line 20) | SYS_EXECVE = 4011 constant SYS_CHDIR (line 21) | SYS_CHDIR = 4012 constant SYS_TIME (line 22) | SYS_TIME = 4013 constant SYS_MKNOD (line 23) | SYS_MKNOD = 4014 constant SYS_CHMOD (line 24) | SYS_CHMOD = 4015 constant SYS_LCHOWN (line 25) | SYS_LCHOWN = 4016 constant SYS_BREAK (line 26) | SYS_BREAK = 4017 constant SYS_UNUSED18 (line 27) | SYS_UNUSED18 = 4018 constant SYS_LSEEK (line 28) | SYS_LSEEK = 4019 constant SYS_GETPID (line 29) | SYS_GETPID = 4020 constant SYS_MOUNT (line 30) | SYS_MOUNT = 4021 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 4022 constant SYS_SETUID (line 32) | SYS_SETUID = 4023 constant SYS_GETUID (line 33) | SYS_GETUID = 4024 constant SYS_STIME (line 34) | SYS_STIME = 4025 constant SYS_PTRACE (line 35) | SYS_PTRACE = 4026 constant SYS_ALARM (line 36) | SYS_ALARM = 4027 constant SYS_UNUSED28 (line 37) | SYS_UNUSED28 = 4028 constant SYS_PAUSE (line 38) | SYS_PAUSE = 4029 constant SYS_UTIME (line 39) | SYS_UTIME = 4030 constant SYS_STTY (line 40) | SYS_STTY = 4031 constant SYS_GTTY (line 41) | SYS_GTTY = 4032 constant SYS_ACCESS (line 42) | SYS_ACCESS = 4033 constant SYS_NICE (line 43) | SYS_NICE = 4034 constant SYS_FTIME (line 44) | SYS_FTIME = 4035 constant SYS_SYNC (line 45) | SYS_SYNC = 4036 constant SYS_KILL (line 46) | SYS_KILL = 4037 constant SYS_RENAME (line 47) | SYS_RENAME = 4038 constant SYS_MKDIR (line 48) | SYS_MKDIR = 4039 constant SYS_RMDIR (line 49) | SYS_RMDIR = 4040 constant SYS_DUP (line 50) | SYS_DUP = 4041 constant SYS_PIPE (line 51) | SYS_PIPE = 4042 constant SYS_TIMES (line 52) | SYS_TIMES = 4043 constant SYS_PROF (line 53) | SYS_PROF = 4044 constant SYS_BRK (line 54) | SYS_BRK = 4045 constant SYS_SETGID (line 55) | SYS_SETGID = 4046 constant SYS_GETGID (line 56) | SYS_GETGID = 4047 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 4048 constant SYS_GETEUID (line 58) | SYS_GETEUID = 4049 constant SYS_GETEGID (line 59) | SYS_GETEGID = 4050 constant SYS_ACCT (line 60) | SYS_ACCT = 4051 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 4052 constant SYS_LOCK (line 62) | SYS_LOCK = 4053 constant SYS_IOCTL (line 63) | SYS_IOCTL = 4054 constant SYS_FCNTL (line 64) | SYS_FCNTL = 4055 constant SYS_MPX (line 65) | SYS_MPX = 4056 constant SYS_SETPGID (line 66) | SYS_SETPGID = 4057 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 4058 constant SYS_UNUSED59 (line 68) | SYS_UNUSED59 = 4059 constant SYS_UMASK (line 69) | SYS_UMASK = 4060 constant SYS_CHROOT (line 70) | SYS_CHROOT = 4061 constant SYS_USTAT (line 71) | SYS_USTAT = 4062 constant SYS_DUP2 (line 72) | SYS_DUP2 = 4063 constant SYS_GETPPID (line 73) | SYS_GETPPID = 4064 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 4065 constant SYS_SETSID (line 75) | SYS_SETSID = 4066 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 4067 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 4068 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 4069 constant SYS_SETREUID (line 79) | SYS_SETREUID = 4070 constant SYS_SETREGID (line 80) | SYS_SETREGID = 4071 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 4072 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 4073 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 4074 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 4075 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 4076 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 4077 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 4078 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 4079 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 4080 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 4081 constant SYS_RESERVED82 (line 91) | SYS_RESERVED82 = 4082 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 4083 constant SYS_UNUSED84 (line 93) | SYS_UNUSED84 = 4084 constant SYS_READLINK (line 94) | SYS_READLINK = 4085 constant SYS_USELIB (line 95) | SYS_USELIB = 4086 constant SYS_SWAPON (line 96) | SYS_SWAPON = 4087 constant SYS_REBOOT (line 97) | SYS_REBOOT = 4088 constant SYS_READDIR (line 98) | SYS_READDIR = 4089 constant SYS_MMAP (line 99) | SYS_MMAP = 4090 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 4091 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 4092 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 4093 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 4094 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 4095 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 4096 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 4097 constant SYS_PROFIL (line 107) | SYS_PROFIL = 4098 constant SYS_STATFS (line 108) | SYS_STATFS = 4099 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 4100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 4101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 4102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 4103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 4104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 4105 constant SYS_STAT (line 115) | SYS_STAT = 4106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 4107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 4108 constant SYS_UNUSED109 (line 118) | SYS_UNUSED109 = 4109 constant SYS_IOPL (line 119) | SYS_IOPL = 4110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 4111 constant SYS_IDLE (line 121) | SYS_IDLE = 4112 constant SYS_VM86 (line 122) | SYS_VM86 = 4113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 4114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 4115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 4116 constant SYS_IPC (line 126) | SYS_IPC = 4117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 4118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 4119 constant SYS_CLONE (line 129) | SYS_CLONE = 4120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 4121 constant SYS_UNAME (line 131) | SYS_UNAME = 4122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 4123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 4124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 4125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 4126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 4127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 4128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 4129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 4130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 4131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 4132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 4133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 4134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 4135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 4136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 4137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 4138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 4139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 4140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 4141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 4142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 4143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 4144 constant SYS_READV (line 154) | SYS_READV = 4145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 4146 constant SYS_CACHEFLUSH (line 156) | SYS_CACHEFLUSH = 4147 constant SYS_CACHECTL (line 157) | SYS_CACHECTL = 4148 constant SYS_SYSMIPS (line 158) | SYS_SYSMIPS = 4149 constant SYS_UNUSED150 (line 159) | SYS_UNUSED150 = 4150 constant SYS_GETSID (line 160) | SYS_GETSID = 4151 constant SYS_FDATASYNC (line 161) | SYS_FDATASYNC = 4152 constant SYS__SYSCTL (line 162) | SYS__SYSCTL = 4153 constant SYS_MLOCK (line 163) | SYS_MLOCK = 4154 constant SYS_MUNLOCK (line 164) | SYS_MUNLOCK = 4155 constant SYS_MLOCKALL (line 165) | SYS_MLOCKALL = 4156 constant SYS_MUNLOCKALL (line 166) | SYS_MUNLOCKALL = 4157 constant SYS_SCHED_SETPARAM (line 167) | SYS_SCHED_SETPARAM = 4158 constant SYS_SCHED_GETPARAM (line 168) | SYS_SCHED_GETPARAM = 4159 constant SYS_SCHED_SETSCHEDULER (line 169) | SYS_SCHED_SETSCHEDULER = 4160 constant SYS_SCHED_GETSCHEDULER (line 170) | SYS_SCHED_GETSCHEDULER = 4161 constant SYS_SCHED_YIELD (line 171) | SYS_SCHED_YIELD = 4162 constant SYS_SCHED_GET_PRIORITY_MAX (line 172) | SYS_SCHED_GET_PRIORITY_MAX = 4163 constant SYS_SCHED_GET_PRIORITY_MIN (line 173) | SYS_SCHED_GET_PRIORITY_MIN = 4164 constant SYS_SCHED_RR_GET_INTERVAL (line 174) | SYS_SCHED_RR_GET_INTERVAL = 4165 constant SYS_NANOSLEEP (line 175) | SYS_NANOSLEEP = 4166 constant SYS_MREMAP (line 176) | SYS_MREMAP = 4167 constant SYS_ACCEPT (line 177) | SYS_ACCEPT = 4168 constant SYS_BIND (line 178) | SYS_BIND = 4169 constant SYS_CONNECT (line 179) | SYS_CONNECT = 4170 constant SYS_GETPEERNAME (line 180) | SYS_GETPEERNAME = 4171 constant SYS_GETSOCKNAME (line 181) | SYS_GETSOCKNAME = 4172 constant SYS_GETSOCKOPT (line 182) | SYS_GETSOCKOPT = 4173 constant SYS_LISTEN (line 183) | SYS_LISTEN = 4174 constant SYS_RECV (line 184) | SYS_RECV = 4175 constant SYS_RECVFROM (line 185) | SYS_RECVFROM = 4176 constant SYS_RECVMSG (line 186) | SYS_RECVMSG = 4177 constant SYS_SEND (line 187) | SYS_SEND = 4178 constant SYS_SENDMSG (line 188) | SYS_SENDMSG = 4179 constant SYS_SENDTO (line 189) | SYS_SENDTO = 4180 constant SYS_SETSOCKOPT (line 190) | SYS_SETSOCKOPT = 4181 constant SYS_SHUTDOWN (line 191) | SYS_SHUTDOWN = 4182 constant SYS_SOCKET (line 192) | SYS_SOCKET = 4183 constant SYS_SOCKETPAIR (line 193) | SYS_SOCKETPAIR = 4184 constant SYS_SETRESUID (line 194) | SYS_SETRESUID = 4185 constant SYS_GETRESUID (line 195) | SYS_GETRESUID = 4186 constant SYS_QUERY_MODULE (line 196) | SYS_QUERY_MODULE = 4187 constant SYS_POLL (line 197) | SYS_POLL = 4188 constant SYS_NFSSERVCTL (line 198) | SYS_NFSSERVCTL = 4189 constant SYS_SETRESGID (line 199) | SYS_SETRESGID = 4190 constant SYS_GETRESGID (line 200) | SYS_GETRESGID = 4191 constant SYS_PRCTL (line 201) | SYS_PRCTL = 4192 constant SYS_RT_SIGRETURN (line 202) | SYS_RT_SIGRETURN = 4193 constant SYS_RT_SIGACTION (line 203) | SYS_RT_SIGACTION = 4194 constant SYS_RT_SIGPROCMASK (line 204) | SYS_RT_SIGPROCMASK = 4195 constant SYS_RT_SIGPENDING (line 205) | SYS_RT_SIGPENDING = 4196 constant SYS_RT_SIGTIMEDWAIT (line 206) | SYS_RT_SIGTIMEDWAIT = 4197 constant SYS_RT_SIGQUEUEINFO (line 207) | SYS_RT_SIGQUEUEINFO = 4198 constant SYS_RT_SIGSUSPEND (line 208) | SYS_RT_SIGSUSPEND = 4199 constant SYS_PREAD64 (line 209) | SYS_PREAD64 = 4200 constant SYS_PWRITE64 (line 210) | SYS_PWRITE64 = 4201 constant SYS_CHOWN (line 211) | SYS_CHOWN = 4202 constant SYS_GETCWD (line 212) | SYS_GETCWD = 4203 constant SYS_CAPGET (line 213) | SYS_CAPGET = 4204 constant SYS_CAPSET (line 214) | SYS_CAPSET = 4205 constant SYS_SIGALTSTACK (line 215) | SYS_SIGALTSTACK = 4206 constant SYS_SENDFILE (line 216) | SYS_SENDFILE = 4207 constant SYS_GETPMSG (line 217) | SYS_GETPMSG = 4208 constant SYS_PUTPMSG (line 218) | SYS_PUTPMSG = 4209 constant SYS_MMAP2 (line 219) | SYS_MMAP2 = 4210 constant SYS_TRUNCATE64 (line 220) | SYS_TRUNCATE64 = 4211 constant SYS_FTRUNCATE64 (line 221) | SYS_FTRUNCATE64 = 4212 constant SYS_STAT64 (line 222) | SYS_STAT64 = 4213 constant SYS_LSTAT64 (line 223) | SYS_LSTAT64 = 4214 constant SYS_FSTAT64 (line 224) | SYS_FSTAT64 = 4215 constant SYS_PIVOT_ROOT (line 225) | SYS_PIVOT_ROOT = 4216 constant SYS_MINCORE (line 226) | SYS_MINCORE = 4217 constant SYS_MADVISE (line 227) | SYS_MADVISE = 4218 constant SYS_GETDENTS64 (line 228) | SYS_GETDENTS64 = 4219 constant SYS_FCNTL64 (line 229) | SYS_FCNTL64 = 4220 constant SYS_RESERVED221 (line 230) | SYS_RESERVED221 = 4221 constant SYS_GETTID (line 231) | SYS_GETTID = 4222 constant SYS_READAHEAD (line 232) | SYS_READAHEAD = 4223 constant SYS_SETXATTR (line 233) | SYS_SETXATTR = 4224 constant SYS_LSETXATTR (line 234) | SYS_LSETXATTR = 4225 constant SYS_FSETXATTR (line 235) | SYS_FSETXATTR = 4226 constant SYS_GETXATTR (line 236) | SYS_GETXATTR = 4227 constant SYS_LGETXATTR (line 237) | SYS_LGETXATTR = 4228 constant SYS_FGETXATTR (line 238) | SYS_FGETXATTR = 4229 constant SYS_LISTXATTR (line 239) | SYS_LISTXATTR = 4230 constant SYS_LLISTXATTR (line 240) | SYS_LLISTXATTR = 4231 constant SYS_FLISTXATTR (line 241) | SYS_FLISTXATTR = 4232 constant SYS_REMOVEXATTR (line 242) | SYS_REMOVEXATTR = 4233 constant SYS_LREMOVEXATTR (line 243) | SYS_LREMOVEXATTR = 4234 constant SYS_FREMOVEXATTR (line 244) | SYS_FREMOVEXATTR = 4235 constant SYS_TKILL (line 245) | SYS_TKILL = 4236 constant SYS_SENDFILE64 (line 246) | SYS_SENDFILE64 = 4237 constant SYS_FUTEX (line 247) | SYS_FUTEX = 4238 constant SYS_SCHED_SETAFFINITY (line 248) | SYS_SCHED_SETAFFINITY = 4239 constant SYS_SCHED_GETAFFINITY (line 249) | SYS_SCHED_GETAFFINITY = 4240 constant SYS_IO_SETUP (line 250) | SYS_IO_SETUP = 4241 constant SYS_IO_DESTROY (line 251) | SYS_IO_DESTROY = 4242 constant SYS_IO_GETEVENTS (line 252) | SYS_IO_GETEVENTS = 4243 constant SYS_IO_SUBMIT (line 253) | SYS_IO_SUBMIT = 4244 constant SYS_IO_CANCEL (line 254) | SYS_IO_CANCEL = 4245 constant SYS_EXIT_GROUP (line 255) | SYS_EXIT_GROUP = 4246 constant SYS_LOOKUP_DCOOKIE (line 256) | SYS_LOOKUP_DCOOKIE = 4247 constant SYS_EPOLL_CREATE (line 257) | SYS_EPOLL_CREATE = 4248 constant SYS_EPOLL_CTL (line 258) | SYS_EPOLL_CTL = 4249 constant SYS_EPOLL_WAIT (line 259) | SYS_EPOLL_WAIT = 4250 constant SYS_REMAP_FILE_PAGES (line 260) | SYS_REMAP_FILE_PAGES = 4251 constant SYS_SET_TID_ADDRESS (line 261) | SYS_SET_TID_ADDRESS = 4252 constant SYS_RESTART_SYSCALL (line 262) | SYS_RESTART_SYSCALL = 4253 constant SYS_FADVISE64 (line 263) | SYS_FADVISE64 = 4254 constant SYS_STATFS64 (line 264) | SYS_STATFS64 = 4255 constant SYS_FSTATFS64 (line 265) | SYS_FSTATFS64 = 4256 constant SYS_TIMER_CREATE (line 266) | SYS_TIMER_CREATE = 4257 constant SYS_TIMER_SETTIME (line 267) | SYS_TIMER_SETTIME = 4258 constant SYS_TIMER_GETTIME (line 268) | SYS_TIMER_GETTIME = 4259 constant SYS_TIMER_GETOVERRUN (line 269) | SYS_TIMER_GETOVERRUN = 4260 constant SYS_TIMER_DELETE (line 270) | SYS_TIMER_DELETE = 4261 constant SYS_CLOCK_SETTIME (line 271) | SYS_CLOCK_SETTIME = 4262 constant SYS_CLOCK_GETTIME (line 272) | SYS_CLOCK_GETTIME = 4263 constant SYS_CLOCK_GETRES (line 273) | SYS_CLOCK_GETRES = 4264 constant SYS_CLOCK_NANOSLEEP (line 274) | SYS_CLOCK_NANOSLEEP = 4265 constant SYS_TGKILL (line 275) | SYS_TGKILL = 4266 constant SYS_UTIMES (line 276) | SYS_UTIMES = 4267 constant SYS_MBIND (line 277) | SYS_MBIND = 4268 constant SYS_GET_MEMPOLICY (line 278) | SYS_GET_MEMPOLICY = 4269 constant SYS_SET_MEMPOLICY (line 279) | SYS_SET_MEMPOLICY = 4270 constant SYS_MQ_OPEN (line 280) | SYS_MQ_OPEN = 4271 constant SYS_MQ_UNLINK (line 281) | SYS_MQ_UNLINK = 4272 constant SYS_MQ_TIMEDSEND (line 282) | SYS_MQ_TIMEDSEND = 4273 constant SYS_MQ_TIMEDRECEIVE (line 283) | SYS_MQ_TIMEDRECEIVE = 4274 constant SYS_MQ_NOTIFY (line 284) | SYS_MQ_NOTIFY = 4275 constant SYS_MQ_GETSETATTR (line 285) | SYS_MQ_GETSETATTR = 4276 constant SYS_VSERVER (line 286) | SYS_VSERVER = 4277 constant SYS_WAITID (line 287) | SYS_WAITID = 4278 constant SYS_ADD_KEY (line 288) | SYS_ADD_KEY = 4280 constant SYS_REQUEST_KEY (line 289) | SYS_REQUEST_KEY = 4281 constant SYS_KEYCTL (line 290) | SYS_KEYCTL = 4282 constant SYS_SET_THREAD_AREA (line 291) | SYS_SET_THREAD_AREA = 4283 constant SYS_INOTIFY_INIT (line 292) | SYS_INOTIFY_INIT = 4284 constant SYS_INOTIFY_ADD_WATCH (line 293) | SYS_INOTIFY_ADD_WATCH = 4285 constant SYS_INOTIFY_RM_WATCH (line 294) | SYS_INOTIFY_RM_WATCH = 4286 constant SYS_MIGRATE_PAGES (line 295) | SYS_MIGRATE_PAGES = 4287 constant SYS_OPENAT (line 296) | SYS_OPENAT = 4288 constant SYS_MKDIRAT (line 297) | SYS_MKDIRAT = 4289 constant SYS_MKNODAT (line 298) | SYS_MKNODAT = 4290 constant SYS_FCHOWNAT (line 299) | SYS_FCHOWNAT = 4291 constant SYS_FUTIMESAT (line 300) | SYS_FUTIMESAT = 4292 constant SYS_FSTATAT64 (line 301) | SYS_FSTATAT64 = 4293 constant SYS_UNLINKAT (line 302) | SYS_UNLINKAT = 4294 constant SYS_RENAMEAT (line 303) | SYS_RENAMEAT = 4295 constant SYS_LINKAT (line 304) | SYS_LINKAT = 4296 constant SYS_SYMLINKAT (line 305) | SYS_SYMLINKAT = 4297 constant SYS_READLINKAT (line 306) | SYS_READLINKAT = 4298 constant SYS_FCHMODAT (line 307) | SYS_FCHMODAT = 4299 constant SYS_FACCESSAT (line 308) | SYS_FACCESSAT = 4300 constant SYS_PSELECT6 (line 309) | SYS_PSELECT6 = 4301 constant SYS_PPOLL (line 310) | SYS_PPOLL = 4302 constant SYS_UNSHARE (line 311) | SYS_UNSHARE = 4303 constant SYS_SPLICE (line 312) | SYS_SPLICE = 4304 constant SYS_SYNC_FILE_RANGE (line 313) | SYS_SYNC_FILE_RANGE = 4305 constant SYS_TEE (line 314) | SYS_TEE = 4306 constant SYS_VMSPLICE (line 315) | SYS_VMSPLICE = 4307 constant SYS_MOVE_PAGES (line 316) | SYS_MOVE_PAGES = 4308 constant SYS_SET_ROBUST_LIST (line 317) | SYS_SET_ROBUST_LIST = 4309 constant SYS_GET_ROBUST_LIST (line 318) | SYS_GET_ROBUST_LIST = 4310 constant SYS_KEXEC_LOAD (line 319) | SYS_KEXEC_LOAD = 4311 constant SYS_GETCPU (line 320) | SYS_GETCPU = 4312 constant SYS_EPOLL_PWAIT (line 321) | SYS_EPOLL_PWAIT = 4313 constant SYS_IOPRIO_SET (line 322) | SYS_IOPRIO_SET = 4314 constant SYS_IOPRIO_GET (line 323) | SYS_IOPRIO_GET = 4315 constant SYS_UTIMENSAT (line 324) | SYS_UTIMENSAT = 4316 constant SYS_SIGNALFD (line 325) | SYS_SIGNALFD = 4317 constant SYS_TIMERFD (line 326) | SYS_TIMERFD = 4318 constant SYS_EVENTFD (line 327) | SYS_EVENTFD = 4319 constant SYS_FALLOCATE (line 328) | SYS_FALLOCATE = 4320 constant SYS_TIMERFD_CREATE (line 329) | SYS_TIMERFD_CREATE = 4321 constant SYS_TIMERFD_GETTIME (line 330) | SYS_TIMERFD_GETTIME = 4322 constant SYS_TIMERFD_SETTIME (line 331) | SYS_TIMERFD_SETTIME = 4323 constant SYS_SIGNALFD4 (line 332) | SYS_SIGNALFD4 = 4324 constant SYS_EVENTFD2 (line 333) | SYS_EVENTFD2 = 4325 constant SYS_EPOLL_CREATE1 (line 334) | SYS_EPOLL_CREATE1 = 4326 constant SYS_DUP3 (line 335) | SYS_DUP3 = 4327 constant SYS_PIPE2 (line 336) | SYS_PIPE2 = 4328 constant SYS_INOTIFY_INIT1 (line 337) | SYS_INOTIFY_INIT1 = 4329 constant SYS_PREADV (line 338) | SYS_PREADV = 4330 constant SYS_PWRITEV (line 339) | SYS_PWRITEV = 4331 constant SYS_RT_TGSIGQUEUEINFO (line 340) | SYS_RT_TGSIGQUEUEINFO = 4332 constant SYS_PERF_EVENT_OPEN (line 341) | SYS_PERF_EVENT_OPEN = 4333 constant SYS_ACCEPT4 (line 342) | SYS_ACCEPT4 = 4334 constant SYS_RECVMMSG (line 343) | SYS_RECVMMSG = 4335 constant SYS_FANOTIFY_INIT (line 344) | SYS_FANOTIFY_INIT = 4336 constant SYS_FANOTIFY_MARK (line 345) | SYS_FANOTIFY_MARK = 4337 constant SYS_PRLIMIT64 (line 346) | SYS_PRLIMIT64 = 4338 constant SYS_NAME_TO_HANDLE_AT (line 347) | SYS_NAME_TO_HANDLE_AT = 4339 constant SYS_OPEN_BY_HANDLE_AT (line 348) | SYS_OPEN_BY_HANDLE_AT = 4340 constant SYS_CLOCK_ADJTIME (line 349) | SYS_CLOCK_ADJTIME = 4341 constant SYS_SYNCFS (line 350) | SYS_SYNCFS = 4342 constant SYS_SENDMMSG (line 351) | SYS_SENDMMSG = 4343 constant SYS_SETNS (line 352) | SYS_SETNS = 4344 constant SYS_PROCESS_VM_READV (line 353) | SYS_PROCESS_VM_READV = 4345 constant SYS_PROCESS_VM_WRITEV (line 354) | SYS_PROCESS_VM_WRITEV = 4346 constant SYS_KCMP (line 355) | SYS_KCMP = 4347 constant SYS_FINIT_MODULE (line 356) | SYS_FINIT_MODULE = 4348 constant SYS_SCHED_SETATTR (line 357) | SYS_SCHED_SETATTR = 4349 constant SYS_SCHED_GETATTR (line 358) | SYS_SCHED_GETATTR = 4350 constant SYS_RENAMEAT2 (line 359) | SYS_RENAMEAT2 = 4351 constant SYS_SECCOMP (line 360) | SYS_SECCOMP = 4352 constant SYS_GETRANDOM (line 361) | SYS_GETRANDOM = 4353 constant SYS_MEMFD_CREATE (line 362) | SYS_MEMFD_CREATE = 4354 constant SYS_BPF (line 363) | SYS_BPF = 4355 constant SYS_EXECVEAT (line 364) | SYS_EXECVEAT = 4356 constant SYS_USERFAULTFD (line 365) | SYS_USERFAULTFD = 4357 constant SYS_MEMBARRIER (line 366) | SYS_MEMBARRIER = 4358 constant SYS_MLOCK2 (line 367) | SYS_MLOCK2 = 4359 constant SYS_COPY_FILE_RANGE (line 368) | SYS_COPY_FILE_RANGE = 4360 constant SYS_PREADV2 (line 369) | SYS_PREADV2 = 4361 constant SYS_PWRITEV2 (line 370) | SYS_PWRITEV2 = 4362 constant SYS_PKEY_MPROTECT (line 371) | SYS_PKEY_MPROTECT = 4363 constant SYS_PKEY_ALLOC (line 372) | SYS_PKEY_ALLOC = 4364 constant SYS_PKEY_FREE (line 373) | SYS_PKEY_FREE = 4365 constant SYS_STATX (line 374) | SYS_STATX = 4366 constant SYS_RSEQ (line 375) | SYS_RSEQ = 4367 constant SYS_IO_PGETEVENTS (line 376) | SYS_IO_PGETEVENTS = 4368 constant SYS_SEMGET (line 377) | SYS_SEMGET = 4393 constant SYS_SEMCTL (line 378) | SYS_SEMCTL = 4394 constant SYS_SHMGET (line 379) | SYS_SHMGET = 4395 constant SYS_SHMCTL (line 380) | SYS_SHMCTL = 4396 constant SYS_SHMAT (line 381) | SYS_SHMAT = 4397 constant SYS_SHMDT (line 382) | SYS_SHMDT = 4398 constant SYS_MSGGET (line 383) | SYS_MSGGET = 4399 constant SYS_MSGSND (line 384) | SYS_MSGSND = 4400 constant SYS_MSGRCV (line 385) | SYS_MSGRCV = 4401 constant SYS_MSGCTL (line 386) | SYS_MSGCTL = 4402 constant SYS_CLOCK_GETTIME64 (line 387) | SYS_CLOCK_GETTIME64 = 4403 constant SYS_CLOCK_SETTIME64 (line 388) | SYS_CLOCK_SETTIME64 = 4404 constant SYS_CLOCK_ADJTIME64 (line 389) | SYS_CLOCK_ADJTIME64 = 4405 constant SYS_CLOCK_GETRES_TIME64 (line 390) | SYS_CLOCK_GETRES_TIME64 = 4406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 391) | SYS_CLOCK_NANOSLEEP_TIME64 = 4407 constant SYS_TIMER_GETTIME64 (line 392) | SYS_TIMER_GETTIME64 = 4408 constant SYS_TIMER_SETTIME64 (line 393) | SYS_TIMER_SETTIME64 = 4409 constant SYS_TIMERFD_GETTIME64 (line 394) | SYS_TIMERFD_GETTIME64 = 4410 constant SYS_TIMERFD_SETTIME64 (line 395) | SYS_TIMERFD_SETTIME64 = 4411 constant SYS_UTIMENSAT_TIME64 (line 396) | SYS_UTIMENSAT_TIME64 = 4412 constant SYS_PSELECT6_TIME64 (line 397) | SYS_PSELECT6_TIME64 = 4413 constant SYS_PPOLL_TIME64 (line 398) | SYS_PPOLL_TIME64 = 4414 constant SYS_IO_PGETEVENTS_TIME64 (line 399) | SYS_IO_PGETEVENTS_TIME64 = 4416 constant SYS_RECVMMSG_TIME64 (line 400) | SYS_RECVMMSG_TIME64 = 4417 constant SYS_MQ_TIMEDSEND_TIME64 (line 401) | SYS_MQ_TIMEDSEND_TIME64 = 4418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 402) | SYS_MQ_TIMEDRECEIVE_TIME64 = 4419 constant SYS_SEMTIMEDOP_TIME64 (line 403) | SYS_SEMTIMEDOP_TIME64 = 4420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 404) | SYS_RT_SIGTIMEDWAIT_TIME64 = 4421 constant SYS_FUTEX_TIME64 (line 405) | SYS_FUTEX_TIME64 = 4422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 406) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 4423 constant SYS_PIDFD_SEND_SIGNAL (line 407) | SYS_PIDFD_SEND_SIGNAL = 4424 constant SYS_IO_URING_SETUP (line 408) | SYS_IO_URING_SETUP = 4425 constant SYS_IO_URING_ENTER (line 409) | SYS_IO_URING_ENTER = 4426 constant SYS_IO_URING_REGISTER (line 410) | SYS_IO_URING_REGISTER = 4427 constant SYS_OPEN_TREE (line 411) | SYS_OPEN_TREE = 4428 constant SYS_MOVE_MOUNT (line 412) | SYS_MOVE_MOUNT = 4429 constant SYS_FSOPEN (line 413) | SYS_FSOPEN = 4430 constant SYS_FSCONFIG (line 414) | SYS_FSCONFIG = 4431 constant SYS_FSMOUNT (line 415) | SYS_FSMOUNT = 4432 constant SYS_FSPICK (line 416) | SYS_FSPICK = 4433 constant SYS_PIDFD_OPEN (line 417) | SYS_PIDFD_OPEN = 4434 constant SYS_CLONE3 (line 418) | SYS_CLONE3 = 4435 constant SYS_CLOSE_RANGE (line 419) | SYS_CLOSE_RANGE = 4436 constant SYS_OPENAT2 (line 420) | SYS_OPENAT2 = 4437 constant SYS_PIDFD_GETFD (line 421) | SYS_PIDFD_GETFD = 4438 constant SYS_FACCESSAT2 (line 422) | SYS_FACCESSAT2 = 4439 constant SYS_PROCESS_MADVISE (line 423) | SYS_PROCESS_MADVISE = 4440 constant SYS_EPOLL_PWAIT2 (line 424) | SYS_EPOLL_PWAIT2 = 4441 constant SYS_MOUNT_SETATTR (line 425) | SYS_MOUNT_SETATTR = 4442 constant SYS_QUOTACTL_FD (line 426) | SYS_QUOTACTL_FD = 4443 constant SYS_LANDLOCK_CREATE_RULESET (line 427) | SYS_LANDLOCK_CREATE_RULESET = 4444 constant SYS_LANDLOCK_ADD_RULE (line 428) | SYS_LANDLOCK_ADD_RULE = 4445 constant SYS_LANDLOCK_RESTRICT_SELF (line 429) | SYS_LANDLOCK_RESTRICT_SELF = 4446 constant SYS_PROCESS_MRELEASE (line 430) | SYS_PROCESS_MRELEASE = 4448 constant SYS_FUTEX_WAITV (line 431) | SYS_FUTEX_WAITV = 4449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 432) | SYS_SET_MEMPOLICY_HOME_NODE = 4450 constant SYS_CACHESTAT (line 433) | SYS_CACHESTAT = 4451 constant SYS_FCHMODAT2 (line 434) | SYS_FCHMODAT2 = 4452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go constant SYS_RESTART_SYSCALL (line 9) | SYS_RESTART_SYSCALL = 0 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_WAITPID (line 16) | SYS_WAITPID = 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_TIME (line 22) | SYS_TIME = 13 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_BREAK (line 26) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 27) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 28) | SYS_LSEEK = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_STIME (line 34) | SYS_STIME = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_ALARM (line 36) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 37) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 38) | SYS_PAUSE = 29 constant SYS_UTIME (line 39) | SYS_UTIME = 30 constant SYS_STTY (line 40) | SYS_STTY = 31 constant SYS_GTTY (line 41) | SYS_GTTY = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_NICE (line 43) | SYS_NICE = 34 constant SYS_FTIME (line 44) | SYS_FTIME = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_KILL (line 46) | SYS_KILL = 37 constant SYS_RENAME (line 47) | SYS_RENAME = 38 constant SYS_MKDIR (line 48) | SYS_MKDIR = 39 constant SYS_RMDIR (line 49) | SYS_RMDIR = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_PIPE (line 51) | SYS_PIPE = 42 constant SYS_TIMES (line 52) | SYS_TIMES = 43 constant SYS_PROF (line 53) | SYS_PROF = 44 constant SYS_BRK (line 54) | SYS_BRK = 45 constant SYS_SETGID (line 55) | SYS_SETGID = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 58) | SYS_GETEUID = 49 constant SYS_GETEGID (line 59) | SYS_GETEGID = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 62) | SYS_LOCK = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_FCNTL (line 64) | SYS_FCNTL = 55 constant SYS_MPX (line 65) | SYS_MPX = 56 constant SYS_SETPGID (line 66) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 68) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_USTAT (line 71) | SYS_USTAT = 62 constant SYS_DUP2 (line 72) | SYS_DUP2 = 63 constant SYS_GETPPID (line 73) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 65 constant SYS_SETSID (line 75) | SYS_SETSID = 66 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 79) | SYS_SETREUID = 70 constant SYS_SETREGID (line 80) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 91) | SYS_SELECT = 82 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 93) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 94) | SYS_READLINK = 85 constant SYS_USELIB (line 95) | SYS_USELIB = 86 constant SYS_SWAPON (line 96) | SYS_SWAPON = 87 constant SYS_REBOOT (line 97) | SYS_REBOOT = 88 constant SYS_READDIR (line 98) | SYS_READDIR = 89 constant SYS_MMAP (line 99) | SYS_MMAP = 90 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 107) | SYS_PROFIL = 98 constant SYS_STATFS (line 108) | SYS_STATFS = 99 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 105 constant SYS_STAT (line 115) | SYS_STAT = 106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 118) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 119) | SYS_IOPL = 110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 111 constant SYS_IDLE (line 121) | SYS_IDLE = 112 constant SYS_VM86 (line 122) | SYS_VM86 = 113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 116 constant SYS_IPC (line 126) | SYS_IPC = 117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 129) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 131) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 144 constant SYS_READV (line 154) | SYS_READV = 145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 146 constant SYS_GETSID (line 156) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 157) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 158) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 159) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 163) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 164) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 165) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 166) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 167) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 168) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 169) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 170) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 171) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 172) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 173) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 174) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 175) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 176) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 177) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 178) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 179) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 180) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 181) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 182) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 183) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 184) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 185) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 186) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 187) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 188) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 189) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 190) | SYS_CHOWN = 181 constant SYS_GETCWD (line 191) | SYS_GETCWD = 182 constant SYS_CAPGET (line 192) | SYS_CAPGET = 183 constant SYS_CAPSET (line 193) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 194) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 195) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 196) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 197) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 198) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 199) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 200) | SYS_READAHEAD = 191 constant SYS_MMAP2 (line 201) | SYS_MMAP2 = 192 constant SYS_TRUNCATE64 (line 202) | SYS_TRUNCATE64 = 193 constant SYS_FTRUNCATE64 (line 203) | SYS_FTRUNCATE64 = 194 constant SYS_STAT64 (line 204) | SYS_STAT64 = 195 constant SYS_LSTAT64 (line 205) | SYS_LSTAT64 = 196 constant SYS_FSTAT64 (line 206) | SYS_FSTAT64 = 197 constant SYS_PCICONFIG_READ (line 207) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 208) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 209) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 210) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 211) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 212) | SYS_PIVOT_ROOT = 203 constant SYS_FCNTL64 (line 213) | SYS_FCNTL64 = 204 constant SYS_MADVISE (line 214) | SYS_MADVISE = 205 constant SYS_MINCORE (line 215) | SYS_MINCORE = 206 constant SYS_GETTID (line 216) | SYS_GETTID = 207 constant SYS_TKILL (line 217) | SYS_TKILL = 208 constant SYS_SETXATTR (line 218) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 219) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 220) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 221) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 222) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 223) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 224) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 225) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 226) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 227) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 228) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 229) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 230) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 231) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 232) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 233) | SYS_TUXCALL = 225 constant SYS_SENDFILE64 (line 234) | SYS_SENDFILE64 = 226 constant SYS_IO_SETUP (line 235) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 236) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 237) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 238) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 239) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 240) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 241) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 242) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 243) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 244) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 245) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 246) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 247) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 248) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 249) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 250) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 251) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 252) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 253) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 254) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 255) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 256) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 257) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 258) | SYS_TGKILL = 250 constant SYS_UTIMES (line 259) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 260) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 261) | SYS_FSTATFS64 = 253 constant SYS_FADVISE64_64 (line 262) | SYS_FADVISE64_64 = 254 constant SYS_RTAS (line 263) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 264) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 265) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 266) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 267) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 268) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 269) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 270) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 271) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 272) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 273) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 274) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 275) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 276) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 277) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 278) | SYS_KEYCTL = 271 constant SYS_WAITID (line 279) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 280) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 281) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 282) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 283) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 284) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 285) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 286) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 287) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 288) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 289) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 290) | SYS_SPLICE = 283 constant SYS_TEE (line 291) | SYS_TEE = 284 constant SYS_VMSPLICE (line 292) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 293) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 294) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 295) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 296) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 297) | SYS_FUTIMESAT = 290 constant SYS_FSTATAT64 (line 298) | SYS_FSTATAT64 = 291 constant SYS_UNLINKAT (line 299) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 300) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 301) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 302) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 303) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 304) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 305) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 306) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 307) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 308) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 309) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 310) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 311) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 312) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 313) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 314) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 315) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 316) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 317) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 318) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 319) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 320) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 321) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 322) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 323) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 324) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 325) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 326) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 327) | SYS_PREADV = 320 constant SYS_PWRITEV (line 328) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 329) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 330) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 331) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 332) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 333) | SYS_SOCKET = 326 constant SYS_BIND (line 334) | SYS_BIND = 327 constant SYS_CONNECT (line 335) | SYS_CONNECT = 328 constant SYS_LISTEN (line 336) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 337) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 338) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 339) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 340) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 341) | SYS_SEND = 334 constant SYS_SENDTO (line 342) | SYS_SENDTO = 335 constant SYS_RECV (line 343) | SYS_RECV = 336 constant SYS_RECVFROM (line 344) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 345) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 346) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 347) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 348) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 349) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 350) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 351) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 352) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 353) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 354) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 355) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 356) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 357) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 358) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 359) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 360) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 361) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 362) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 363) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 364) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 365) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 366) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 367) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 368) | SYS_BPF = 361 constant SYS_EXECVEAT (line 369) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 370) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 371) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 372) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 373) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 374) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 375) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 376) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 377) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 378) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 379) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 380) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 381) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 382) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 383) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMGET (line 384) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 385) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 386) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 387) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 388) | SYS_SHMAT = 397 constant SYS_SHMDT (line 389) | SYS_SHMDT = 398 constant SYS_MSGGET (line 390) | SYS_MSGGET = 399 constant SYS_MSGSND (line 391) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 392) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 393) | SYS_MSGCTL = 402 constant SYS_CLOCK_GETTIME64 (line 394) | SYS_CLOCK_GETTIME64 = 403 constant SYS_CLOCK_SETTIME64 (line 395) | SYS_CLOCK_SETTIME64 = 404 constant SYS_CLOCK_ADJTIME64 (line 396) | SYS_CLOCK_ADJTIME64 = 405 constant SYS_CLOCK_GETRES_TIME64 (line 397) | SYS_CLOCK_GETRES_TIME64 = 406 constant SYS_CLOCK_NANOSLEEP_TIME64 (line 398) | SYS_CLOCK_NANOSLEEP_TIME64 = 407 constant SYS_TIMER_GETTIME64 (line 399) | SYS_TIMER_GETTIME64 = 408 constant SYS_TIMER_SETTIME64 (line 400) | SYS_TIMER_SETTIME64 = 409 constant SYS_TIMERFD_GETTIME64 (line 401) | SYS_TIMERFD_GETTIME64 = 410 constant SYS_TIMERFD_SETTIME64 (line 402) | SYS_TIMERFD_SETTIME64 = 411 constant SYS_UTIMENSAT_TIME64 (line 403) | SYS_UTIMENSAT_TIME64 = 412 constant SYS_PSELECT6_TIME64 (line 404) | SYS_PSELECT6_TIME64 = 413 constant SYS_PPOLL_TIME64 (line 405) | SYS_PPOLL_TIME64 = 414 constant SYS_IO_PGETEVENTS_TIME64 (line 406) | SYS_IO_PGETEVENTS_TIME64 = 416 constant SYS_RECVMMSG_TIME64 (line 407) | SYS_RECVMMSG_TIME64 = 417 constant SYS_MQ_TIMEDSEND_TIME64 (line 408) | SYS_MQ_TIMEDSEND_TIME64 = 418 constant SYS_MQ_TIMEDRECEIVE_TIME64 (line 409) | SYS_MQ_TIMEDRECEIVE_TIME64 = 419 constant SYS_SEMTIMEDOP_TIME64 (line 410) | SYS_SEMTIMEDOP_TIME64 = 420 constant SYS_RT_SIGTIMEDWAIT_TIME64 (line 411) | SYS_RT_SIGTIMEDWAIT_TIME64 = 421 constant SYS_FUTEX_TIME64 (line 412) | SYS_FUTEX_TIME64 = 422 constant SYS_SCHED_RR_GET_INTERVAL_TIME64 (line 413) | SYS_SCHED_RR_GET_INTERVAL_TIME64 = 423 constant SYS_PIDFD_SEND_SIGNAL (line 414) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 415) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 416) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 417) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 418) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 419) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 420) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 421) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 422) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 423) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 424) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 425) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 426) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 427) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 428) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 429) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 430) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 431) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 432) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 433) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 434) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 435) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 436) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 437) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 438) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 439) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 440) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 441) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go constant SYS_RESTART_SYSCALL (line 9) | SYS_RESTART_SYSCALL = 0 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_WAITPID (line 16) | SYS_WAITPID = 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_TIME (line 22) | SYS_TIME = 13 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_BREAK (line 26) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 27) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 28) | SYS_LSEEK = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_STIME (line 34) | SYS_STIME = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_ALARM (line 36) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 37) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 38) | SYS_PAUSE = 29 constant SYS_UTIME (line 39) | SYS_UTIME = 30 constant SYS_STTY (line 40) | SYS_STTY = 31 constant SYS_GTTY (line 41) | SYS_GTTY = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_NICE (line 43) | SYS_NICE = 34 constant SYS_FTIME (line 44) | SYS_FTIME = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_KILL (line 46) | SYS_KILL = 37 constant SYS_RENAME (line 47) | SYS_RENAME = 38 constant SYS_MKDIR (line 48) | SYS_MKDIR = 39 constant SYS_RMDIR (line 49) | SYS_RMDIR = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_PIPE (line 51) | SYS_PIPE = 42 constant SYS_TIMES (line 52) | SYS_TIMES = 43 constant SYS_PROF (line 53) | SYS_PROF = 44 constant SYS_BRK (line 54) | SYS_BRK = 45 constant SYS_SETGID (line 55) | SYS_SETGID = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 58) | SYS_GETEUID = 49 constant SYS_GETEGID (line 59) | SYS_GETEGID = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 62) | SYS_LOCK = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_FCNTL (line 64) | SYS_FCNTL = 55 constant SYS_MPX (line 65) | SYS_MPX = 56 constant SYS_SETPGID (line 66) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 68) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_USTAT (line 71) | SYS_USTAT = 62 constant SYS_DUP2 (line 72) | SYS_DUP2 = 63 constant SYS_GETPPID (line 73) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 65 constant SYS_SETSID (line 75) | SYS_SETSID = 66 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 79) | SYS_SETREUID = 70 constant SYS_SETREGID (line 80) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 91) | SYS_SELECT = 82 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 93) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 94) | SYS_READLINK = 85 constant SYS_USELIB (line 95) | SYS_USELIB = 86 constant SYS_SWAPON (line 96) | SYS_SWAPON = 87 constant SYS_REBOOT (line 97) | SYS_REBOOT = 88 constant SYS_READDIR (line 98) | SYS_READDIR = 89 constant SYS_MMAP (line 99) | SYS_MMAP = 90 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 107) | SYS_PROFIL = 98 constant SYS_STATFS (line 108) | SYS_STATFS = 99 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 105 constant SYS_STAT (line 115) | SYS_STAT = 106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 118) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 119) | SYS_IOPL = 110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 111 constant SYS_IDLE (line 121) | SYS_IDLE = 112 constant SYS_VM86 (line 122) | SYS_VM86 = 113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 116 constant SYS_IPC (line 126) | SYS_IPC = 117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 129) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 131) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 144 constant SYS_READV (line 154) | SYS_READV = 145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 146 constant SYS_GETSID (line 156) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 157) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 158) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 159) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 163) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 164) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 165) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 166) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 167) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 168) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 169) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 170) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 171) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 172) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 173) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 174) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 175) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 176) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 177) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 178) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 179) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 180) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 181) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 182) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 183) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 184) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 185) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 186) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 187) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 188) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 189) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 190) | SYS_CHOWN = 181 constant SYS_GETCWD (line 191) | SYS_GETCWD = 182 constant SYS_CAPGET (line 192) | SYS_CAPGET = 183 constant SYS_CAPSET (line 193) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 194) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 195) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 196) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 197) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 198) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 199) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 200) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 201) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 202) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 203) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 204) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 205) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 206) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 207) | SYS_MADVISE = 205 constant SYS_MINCORE (line 208) | SYS_MINCORE = 206 constant SYS_GETTID (line 209) | SYS_GETTID = 207 constant SYS_TKILL (line 210) | SYS_TKILL = 208 constant SYS_SETXATTR (line 211) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 212) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 213) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 214) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 215) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 216) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 217) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 218) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 219) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 220) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 221) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 222) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 223) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 224) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 225) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 226) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 227) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 228) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 229) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 230) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 231) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 232) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 233) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 234) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 235) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 236) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 237) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 238) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 239) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 240) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 241) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 242) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 243) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 244) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 245) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 246) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 247) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 248) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 249) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 250) | SYS_TGKILL = 250 constant SYS_UTIMES (line 251) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 252) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 253) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 254) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 255) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 256) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 257) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 258) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 259) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 260) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 261) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 262) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 263) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 264) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 265) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 266) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 267) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 268) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 269) | SYS_KEYCTL = 271 constant SYS_WAITID (line 270) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 271) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 272) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 273) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 274) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 275) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 276) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 277) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 278) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 279) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 280) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 281) | SYS_SPLICE = 283 constant SYS_TEE (line 282) | SYS_TEE = 284 constant SYS_VMSPLICE (line 283) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 284) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 285) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 286) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 287) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 288) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 289) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 290) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 291) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 292) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 293) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 294) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 295) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 296) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 297) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 298) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 299) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 300) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 301) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 302) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 303) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 304) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 305) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 306) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 307) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 308) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 309) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 310) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 311) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 312) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 313) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 314) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 315) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 316) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 317) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 318) | SYS_PREADV = 320 constant SYS_PWRITEV (line 319) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 320) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 321) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 322) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 323) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 324) | SYS_SOCKET = 326 constant SYS_BIND (line 325) | SYS_BIND = 327 constant SYS_CONNECT (line 326) | SYS_CONNECT = 328 constant SYS_LISTEN (line 327) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 328) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 329) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 330) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 331) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 332) | SYS_SEND = 334 constant SYS_SENDTO (line 333) | SYS_SENDTO = 335 constant SYS_RECV (line 334) | SYS_RECV = 336 constant SYS_RECVFROM (line 335) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 336) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 337) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 338) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 339) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 340) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 341) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 342) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 343) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 344) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 345) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 346) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 347) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 348) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 349) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 350) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 351) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 352) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 353) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 354) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 355) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 356) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 357) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 358) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 359) | SYS_BPF = 361 constant SYS_EXECVEAT (line 360) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 361) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 362) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 363) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 364) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 365) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 366) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 367) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 368) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 369) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 370) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 371) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 373) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 374) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 375) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 376) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 377) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 378) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 379) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 380) | SYS_SHMAT = 397 constant SYS_SHMDT (line 381) | SYS_SHMDT = 398 constant SYS_MSGGET (line 382) | SYS_MSGGET = 399 constant SYS_MSGSND (line 383) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 384) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 385) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 386) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 387) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 388) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 389) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 390) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 391) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 392) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 393) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 394) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 395) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 396) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 397) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 398) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 399) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 400) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 401) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 402) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 403) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 404) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 405) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 406) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 407) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 408) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 409) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 410) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 411) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 412) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 413) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go constant SYS_RESTART_SYSCALL (line 9) | SYS_RESTART_SYSCALL = 0 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_WAITPID (line 16) | SYS_WAITPID = 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_TIME (line 22) | SYS_TIME = 13 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_BREAK (line 26) | SYS_BREAK = 17 constant SYS_OLDSTAT (line 27) | SYS_OLDSTAT = 18 constant SYS_LSEEK (line 28) | SYS_LSEEK = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_MOUNT (line 30) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 31) | SYS_UMOUNT = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_STIME (line 34) | SYS_STIME = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_ALARM (line 36) | SYS_ALARM = 27 constant SYS_OLDFSTAT (line 37) | SYS_OLDFSTAT = 28 constant SYS_PAUSE (line 38) | SYS_PAUSE = 29 constant SYS_UTIME (line 39) | SYS_UTIME = 30 constant SYS_STTY (line 40) | SYS_STTY = 31 constant SYS_GTTY (line 41) | SYS_GTTY = 32 constant SYS_ACCESS (line 42) | SYS_ACCESS = 33 constant SYS_NICE (line 43) | SYS_NICE = 34 constant SYS_FTIME (line 44) | SYS_FTIME = 35 constant SYS_SYNC (line 45) | SYS_SYNC = 36 constant SYS_KILL (line 46) | SYS_KILL = 37 constant SYS_RENAME (line 47) | SYS_RENAME = 38 constant SYS_MKDIR (line 48) | SYS_MKDIR = 39 constant SYS_RMDIR (line 49) | SYS_RMDIR = 40 constant SYS_DUP (line 50) | SYS_DUP = 41 constant SYS_PIPE (line 51) | SYS_PIPE = 42 constant SYS_TIMES (line 52) | SYS_TIMES = 43 constant SYS_PROF (line 53) | SYS_PROF = 44 constant SYS_BRK (line 54) | SYS_BRK = 45 constant SYS_SETGID (line 55) | SYS_SETGID = 46 constant SYS_GETGID (line 56) | SYS_GETGID = 47 constant SYS_SIGNAL (line 57) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 58) | SYS_GETEUID = 49 constant SYS_GETEGID (line 59) | SYS_GETEGID = 50 constant SYS_ACCT (line 60) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 61) | SYS_UMOUNT2 = 52 constant SYS_LOCK (line 62) | SYS_LOCK = 53 constant SYS_IOCTL (line 63) | SYS_IOCTL = 54 constant SYS_FCNTL (line 64) | SYS_FCNTL = 55 constant SYS_MPX (line 65) | SYS_MPX = 56 constant SYS_SETPGID (line 66) | SYS_SETPGID = 57 constant SYS_ULIMIT (line 67) | SYS_ULIMIT = 58 constant SYS_OLDOLDUNAME (line 68) | SYS_OLDOLDUNAME = 59 constant SYS_UMASK (line 69) | SYS_UMASK = 60 constant SYS_CHROOT (line 70) | SYS_CHROOT = 61 constant SYS_USTAT (line 71) | SYS_USTAT = 62 constant SYS_DUP2 (line 72) | SYS_DUP2 = 63 constant SYS_GETPPID (line 73) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 74) | SYS_GETPGRP = 65 constant SYS_SETSID (line 75) | SYS_SETSID = 66 constant SYS_SIGACTION (line 76) | SYS_SIGACTION = 67 constant SYS_SGETMASK (line 77) | SYS_SGETMASK = 68 constant SYS_SSETMASK (line 78) | SYS_SSETMASK = 69 constant SYS_SETREUID (line 79) | SYS_SETREUID = 70 constant SYS_SETREGID (line 80) | SYS_SETREGID = 71 constant SYS_SIGSUSPEND (line 81) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 82) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 83) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 84) | SYS_SETRLIMIT = 75 constant SYS_GETRLIMIT (line 85) | SYS_GETRLIMIT = 76 constant SYS_GETRUSAGE (line 86) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 87) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 88) | SYS_SETTIMEOFDAY = 79 constant SYS_GETGROUPS (line 89) | SYS_GETGROUPS = 80 constant SYS_SETGROUPS (line 90) | SYS_SETGROUPS = 81 constant SYS_SELECT (line 91) | SYS_SELECT = 82 constant SYS_SYMLINK (line 92) | SYS_SYMLINK = 83 constant SYS_OLDLSTAT (line 93) | SYS_OLDLSTAT = 84 constant SYS_READLINK (line 94) | SYS_READLINK = 85 constant SYS_USELIB (line 95) | SYS_USELIB = 86 constant SYS_SWAPON (line 96) | SYS_SWAPON = 87 constant SYS_REBOOT (line 97) | SYS_REBOOT = 88 constant SYS_READDIR (line 98) | SYS_READDIR = 89 constant SYS_MMAP (line 99) | SYS_MMAP = 90 constant SYS_MUNMAP (line 100) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 101) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 102) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 103) | SYS_FCHMOD = 94 constant SYS_FCHOWN (line 104) | SYS_FCHOWN = 95 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 106) | SYS_SETPRIORITY = 97 constant SYS_PROFIL (line 107) | SYS_PROFIL = 98 constant SYS_STATFS (line 108) | SYS_STATFS = 99 constant SYS_FSTATFS (line 109) | SYS_FSTATFS = 100 constant SYS_IOPERM (line 110) | SYS_IOPERM = 101 constant SYS_SOCKETCALL (line 111) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 112) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 113) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 114) | SYS_GETITIMER = 105 constant SYS_STAT (line 115) | SYS_STAT = 106 constant SYS_LSTAT (line 116) | SYS_LSTAT = 107 constant SYS_FSTAT (line 117) | SYS_FSTAT = 108 constant SYS_OLDUNAME (line 118) | SYS_OLDUNAME = 109 constant SYS_IOPL (line 119) | SYS_IOPL = 110 constant SYS_VHANGUP (line 120) | SYS_VHANGUP = 111 constant SYS_IDLE (line 121) | SYS_IDLE = 112 constant SYS_VM86 (line 122) | SYS_VM86 = 113 constant SYS_WAIT4 (line 123) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 124) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 125) | SYS_SYSINFO = 116 constant SYS_IPC (line 126) | SYS_IPC = 117 constant SYS_FSYNC (line 127) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 128) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 129) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 130) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 131) | SYS_UNAME = 122 constant SYS_MODIFY_LDT (line 132) | SYS_MODIFY_LDT = 123 constant SYS_ADJTIMEX (line 133) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 134) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 135) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 136) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 137) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 138) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 139) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 140) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 141) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 142) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 143) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 144) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 145) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 146) | SYS_AFS_SYSCALL = 137 constant SYS_SETFSUID (line 147) | SYS_SETFSUID = 138 constant SYS_SETFSGID (line 148) | SYS_SETFSGID = 139 constant SYS__LLSEEK (line 149) | SYS__LLSEEK = 140 constant SYS_GETDENTS (line 150) | SYS_GETDENTS = 141 constant SYS__NEWSELECT (line 151) | SYS__NEWSELECT = 142 constant SYS_FLOCK (line 152) | SYS_FLOCK = 143 constant SYS_MSYNC (line 153) | SYS_MSYNC = 144 constant SYS_READV (line 154) | SYS_READV = 145 constant SYS_WRITEV (line 155) | SYS_WRITEV = 146 constant SYS_GETSID (line 156) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 157) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 158) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 159) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 160) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 161) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 162) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 163) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 164) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 165) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 166) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 167) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 168) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 169) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 170) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 171) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 172) | SYS_MREMAP = 163 constant SYS_SETRESUID (line 173) | SYS_SETRESUID = 164 constant SYS_GETRESUID (line 174) | SYS_GETRESUID = 165 constant SYS_QUERY_MODULE (line 175) | SYS_QUERY_MODULE = 166 constant SYS_POLL (line 176) | SYS_POLL = 167 constant SYS_NFSSERVCTL (line 177) | SYS_NFSSERVCTL = 168 constant SYS_SETRESGID (line 178) | SYS_SETRESGID = 169 constant SYS_GETRESGID (line 179) | SYS_GETRESGID = 170 constant SYS_PRCTL (line 180) | SYS_PRCTL = 171 constant SYS_RT_SIGRETURN (line 181) | SYS_RT_SIGRETURN = 172 constant SYS_RT_SIGACTION (line 182) | SYS_RT_SIGACTION = 173 constant SYS_RT_SIGPROCMASK (line 183) | SYS_RT_SIGPROCMASK = 174 constant SYS_RT_SIGPENDING (line 184) | SYS_RT_SIGPENDING = 175 constant SYS_RT_SIGTIMEDWAIT (line 185) | SYS_RT_SIGTIMEDWAIT = 176 constant SYS_RT_SIGQUEUEINFO (line 186) | SYS_RT_SIGQUEUEINFO = 177 constant SYS_RT_SIGSUSPEND (line 187) | SYS_RT_SIGSUSPEND = 178 constant SYS_PREAD64 (line 188) | SYS_PREAD64 = 179 constant SYS_PWRITE64 (line 189) | SYS_PWRITE64 = 180 constant SYS_CHOWN (line 190) | SYS_CHOWN = 181 constant SYS_GETCWD (line 191) | SYS_GETCWD = 182 constant SYS_CAPGET (line 192) | SYS_CAPGET = 183 constant SYS_CAPSET (line 193) | SYS_CAPSET = 184 constant SYS_SIGALTSTACK (line 194) | SYS_SIGALTSTACK = 185 constant SYS_SENDFILE (line 195) | SYS_SENDFILE = 186 constant SYS_GETPMSG (line 196) | SYS_GETPMSG = 187 constant SYS_PUTPMSG (line 197) | SYS_PUTPMSG = 188 constant SYS_VFORK (line 198) | SYS_VFORK = 189 constant SYS_UGETRLIMIT (line 199) | SYS_UGETRLIMIT = 190 constant SYS_READAHEAD (line 200) | SYS_READAHEAD = 191 constant SYS_PCICONFIG_READ (line 201) | SYS_PCICONFIG_READ = 198 constant SYS_PCICONFIG_WRITE (line 202) | SYS_PCICONFIG_WRITE = 199 constant SYS_PCICONFIG_IOBASE (line 203) | SYS_PCICONFIG_IOBASE = 200 constant SYS_MULTIPLEXER (line 204) | SYS_MULTIPLEXER = 201 constant SYS_GETDENTS64 (line 205) | SYS_GETDENTS64 = 202 constant SYS_PIVOT_ROOT (line 206) | SYS_PIVOT_ROOT = 203 constant SYS_MADVISE (line 207) | SYS_MADVISE = 205 constant SYS_MINCORE (line 208) | SYS_MINCORE = 206 constant SYS_GETTID (line 209) | SYS_GETTID = 207 constant SYS_TKILL (line 210) | SYS_TKILL = 208 constant SYS_SETXATTR (line 211) | SYS_SETXATTR = 209 constant SYS_LSETXATTR (line 212) | SYS_LSETXATTR = 210 constant SYS_FSETXATTR (line 213) | SYS_FSETXATTR = 211 constant SYS_GETXATTR (line 214) | SYS_GETXATTR = 212 constant SYS_LGETXATTR (line 215) | SYS_LGETXATTR = 213 constant SYS_FGETXATTR (line 216) | SYS_FGETXATTR = 214 constant SYS_LISTXATTR (line 217) | SYS_LISTXATTR = 215 constant SYS_LLISTXATTR (line 218) | SYS_LLISTXATTR = 216 constant SYS_FLISTXATTR (line 219) | SYS_FLISTXATTR = 217 constant SYS_REMOVEXATTR (line 220) | SYS_REMOVEXATTR = 218 constant SYS_LREMOVEXATTR (line 221) | SYS_LREMOVEXATTR = 219 constant SYS_FREMOVEXATTR (line 222) | SYS_FREMOVEXATTR = 220 constant SYS_FUTEX (line 223) | SYS_FUTEX = 221 constant SYS_SCHED_SETAFFINITY (line 224) | SYS_SCHED_SETAFFINITY = 222 constant SYS_SCHED_GETAFFINITY (line 225) | SYS_SCHED_GETAFFINITY = 223 constant SYS_TUXCALL (line 226) | SYS_TUXCALL = 225 constant SYS_IO_SETUP (line 227) | SYS_IO_SETUP = 227 constant SYS_IO_DESTROY (line 228) | SYS_IO_DESTROY = 228 constant SYS_IO_GETEVENTS (line 229) | SYS_IO_GETEVENTS = 229 constant SYS_IO_SUBMIT (line 230) | SYS_IO_SUBMIT = 230 constant SYS_IO_CANCEL (line 231) | SYS_IO_CANCEL = 231 constant SYS_SET_TID_ADDRESS (line 232) | SYS_SET_TID_ADDRESS = 232 constant SYS_FADVISE64 (line 233) | SYS_FADVISE64 = 233 constant SYS_EXIT_GROUP (line 234) | SYS_EXIT_GROUP = 234 constant SYS_LOOKUP_DCOOKIE (line 235) | SYS_LOOKUP_DCOOKIE = 235 constant SYS_EPOLL_CREATE (line 236) | SYS_EPOLL_CREATE = 236 constant SYS_EPOLL_CTL (line 237) | SYS_EPOLL_CTL = 237 constant SYS_EPOLL_WAIT (line 238) | SYS_EPOLL_WAIT = 238 constant SYS_REMAP_FILE_PAGES (line 239) | SYS_REMAP_FILE_PAGES = 239 constant SYS_TIMER_CREATE (line 240) | SYS_TIMER_CREATE = 240 constant SYS_TIMER_SETTIME (line 241) | SYS_TIMER_SETTIME = 241 constant SYS_TIMER_GETTIME (line 242) | SYS_TIMER_GETTIME = 242 constant SYS_TIMER_GETOVERRUN (line 243) | SYS_TIMER_GETOVERRUN = 243 constant SYS_TIMER_DELETE (line 244) | SYS_TIMER_DELETE = 244 constant SYS_CLOCK_SETTIME (line 245) | SYS_CLOCK_SETTIME = 245 constant SYS_CLOCK_GETTIME (line 246) | SYS_CLOCK_GETTIME = 246 constant SYS_CLOCK_GETRES (line 247) | SYS_CLOCK_GETRES = 247 constant SYS_CLOCK_NANOSLEEP (line 248) | SYS_CLOCK_NANOSLEEP = 248 constant SYS_SWAPCONTEXT (line 249) | SYS_SWAPCONTEXT = 249 constant SYS_TGKILL (line 250) | SYS_TGKILL = 250 constant SYS_UTIMES (line 251) | SYS_UTIMES = 251 constant SYS_STATFS64 (line 252) | SYS_STATFS64 = 252 constant SYS_FSTATFS64 (line 253) | SYS_FSTATFS64 = 253 constant SYS_RTAS (line 254) | SYS_RTAS = 255 constant SYS_SYS_DEBUG_SETCONTEXT (line 255) | SYS_SYS_DEBUG_SETCONTEXT = 256 constant SYS_MIGRATE_PAGES (line 256) | SYS_MIGRATE_PAGES = 258 constant SYS_MBIND (line 257) | SYS_MBIND = 259 constant SYS_GET_MEMPOLICY (line 258) | SYS_GET_MEMPOLICY = 260 constant SYS_SET_MEMPOLICY (line 259) | SYS_SET_MEMPOLICY = 261 constant SYS_MQ_OPEN (line 260) | SYS_MQ_OPEN = 262 constant SYS_MQ_UNLINK (line 261) | SYS_MQ_UNLINK = 263 constant SYS_MQ_TIMEDSEND (line 262) | SYS_MQ_TIMEDSEND = 264 constant SYS_MQ_TIMEDRECEIVE (line 263) | SYS_MQ_TIMEDRECEIVE = 265 constant SYS_MQ_NOTIFY (line 264) | SYS_MQ_NOTIFY = 266 constant SYS_MQ_GETSETATTR (line 265) | SYS_MQ_GETSETATTR = 267 constant SYS_KEXEC_LOAD (line 266) | SYS_KEXEC_LOAD = 268 constant SYS_ADD_KEY (line 267) | SYS_ADD_KEY = 269 constant SYS_REQUEST_KEY (line 268) | SYS_REQUEST_KEY = 270 constant SYS_KEYCTL (line 269) | SYS_KEYCTL = 271 constant SYS_WAITID (line 270) | SYS_WAITID = 272 constant SYS_IOPRIO_SET (line 271) | SYS_IOPRIO_SET = 273 constant SYS_IOPRIO_GET (line 272) | SYS_IOPRIO_GET = 274 constant SYS_INOTIFY_INIT (line 273) | SYS_INOTIFY_INIT = 275 constant SYS_INOTIFY_ADD_WATCH (line 274) | SYS_INOTIFY_ADD_WATCH = 276 constant SYS_INOTIFY_RM_WATCH (line 275) | SYS_INOTIFY_RM_WATCH = 277 constant SYS_SPU_RUN (line 276) | SYS_SPU_RUN = 278 constant SYS_SPU_CREATE (line 277) | SYS_SPU_CREATE = 279 constant SYS_PSELECT6 (line 278) | SYS_PSELECT6 = 280 constant SYS_PPOLL (line 279) | SYS_PPOLL = 281 constant SYS_UNSHARE (line 280) | SYS_UNSHARE = 282 constant SYS_SPLICE (line 281) | SYS_SPLICE = 283 constant SYS_TEE (line 282) | SYS_TEE = 284 constant SYS_VMSPLICE (line 283) | SYS_VMSPLICE = 285 constant SYS_OPENAT (line 284) | SYS_OPENAT = 286 constant SYS_MKDIRAT (line 285) | SYS_MKDIRAT = 287 constant SYS_MKNODAT (line 286) | SYS_MKNODAT = 288 constant SYS_FCHOWNAT (line 287) | SYS_FCHOWNAT = 289 constant SYS_FUTIMESAT (line 288) | SYS_FUTIMESAT = 290 constant SYS_NEWFSTATAT (line 289) | SYS_NEWFSTATAT = 291 constant SYS_UNLINKAT (line 290) | SYS_UNLINKAT = 292 constant SYS_RENAMEAT (line 291) | SYS_RENAMEAT = 293 constant SYS_LINKAT (line 292) | SYS_LINKAT = 294 constant SYS_SYMLINKAT (line 293) | SYS_SYMLINKAT = 295 constant SYS_READLINKAT (line 294) | SYS_READLINKAT = 296 constant SYS_FCHMODAT (line 295) | SYS_FCHMODAT = 297 constant SYS_FACCESSAT (line 296) | SYS_FACCESSAT = 298 constant SYS_GET_ROBUST_LIST (line 297) | SYS_GET_ROBUST_LIST = 299 constant SYS_SET_ROBUST_LIST (line 298) | SYS_SET_ROBUST_LIST = 300 constant SYS_MOVE_PAGES (line 299) | SYS_MOVE_PAGES = 301 constant SYS_GETCPU (line 300) | SYS_GETCPU = 302 constant SYS_EPOLL_PWAIT (line 301) | SYS_EPOLL_PWAIT = 303 constant SYS_UTIMENSAT (line 302) | SYS_UTIMENSAT = 304 constant SYS_SIGNALFD (line 303) | SYS_SIGNALFD = 305 constant SYS_TIMERFD_CREATE (line 304) | SYS_TIMERFD_CREATE = 306 constant SYS_EVENTFD (line 305) | SYS_EVENTFD = 307 constant SYS_SYNC_FILE_RANGE2 (line 306) | SYS_SYNC_FILE_RANGE2 = 308 constant SYS_FALLOCATE (line 307) | SYS_FALLOCATE = 309 constant SYS_SUBPAGE_PROT (line 308) | SYS_SUBPAGE_PROT = 310 constant SYS_TIMERFD_SETTIME (line 309) | SYS_TIMERFD_SETTIME = 311 constant SYS_TIMERFD_GETTIME (line 310) | SYS_TIMERFD_GETTIME = 312 constant SYS_SIGNALFD4 (line 311) | SYS_SIGNALFD4 = 313 constant SYS_EVENTFD2 (line 312) | SYS_EVENTFD2 = 314 constant SYS_EPOLL_CREATE1 (line 313) | SYS_EPOLL_CREATE1 = 315 constant SYS_DUP3 (line 314) | SYS_DUP3 = 316 constant SYS_PIPE2 (line 315) | SYS_PIPE2 = 317 constant SYS_INOTIFY_INIT1 (line 316) | SYS_INOTIFY_INIT1 = 318 constant SYS_PERF_EVENT_OPEN (line 317) | SYS_PERF_EVENT_OPEN = 319 constant SYS_PREADV (line 318) | SYS_PREADV = 320 constant SYS_PWRITEV (line 319) | SYS_PWRITEV = 321 constant SYS_RT_TGSIGQUEUEINFO (line 320) | SYS_RT_TGSIGQUEUEINFO = 322 constant SYS_FANOTIFY_INIT (line 321) | SYS_FANOTIFY_INIT = 323 constant SYS_FANOTIFY_MARK (line 322) | SYS_FANOTIFY_MARK = 324 constant SYS_PRLIMIT64 (line 323) | SYS_PRLIMIT64 = 325 constant SYS_SOCKET (line 324) | SYS_SOCKET = 326 constant SYS_BIND (line 325) | SYS_BIND = 327 constant SYS_CONNECT (line 326) | SYS_CONNECT = 328 constant SYS_LISTEN (line 327) | SYS_LISTEN = 329 constant SYS_ACCEPT (line 328) | SYS_ACCEPT = 330 constant SYS_GETSOCKNAME (line 329) | SYS_GETSOCKNAME = 331 constant SYS_GETPEERNAME (line 330) | SYS_GETPEERNAME = 332 constant SYS_SOCKETPAIR (line 331) | SYS_SOCKETPAIR = 333 constant SYS_SEND (line 332) | SYS_SEND = 334 constant SYS_SENDTO (line 333) | SYS_SENDTO = 335 constant SYS_RECV (line 334) | SYS_RECV = 336 constant SYS_RECVFROM (line 335) | SYS_RECVFROM = 337 constant SYS_SHUTDOWN (line 336) | SYS_SHUTDOWN = 338 constant SYS_SETSOCKOPT (line 337) | SYS_SETSOCKOPT = 339 constant SYS_GETSOCKOPT (line 338) | SYS_GETSOCKOPT = 340 constant SYS_SENDMSG (line 339) | SYS_SENDMSG = 341 constant SYS_RECVMSG (line 340) | SYS_RECVMSG = 342 constant SYS_RECVMMSG (line 341) | SYS_RECVMMSG = 343 constant SYS_ACCEPT4 (line 342) | SYS_ACCEPT4 = 344 constant SYS_NAME_TO_HANDLE_AT (line 343) | SYS_NAME_TO_HANDLE_AT = 345 constant SYS_OPEN_BY_HANDLE_AT (line 344) | SYS_OPEN_BY_HANDLE_AT = 346 constant SYS_CLOCK_ADJTIME (line 345) | SYS_CLOCK_ADJTIME = 347 constant SYS_SYNCFS (line 346) | SYS_SYNCFS = 348 constant SYS_SENDMMSG (line 347) | SYS_SENDMMSG = 349 constant SYS_SETNS (line 348) | SYS_SETNS = 350 constant SYS_PROCESS_VM_READV (line 349) | SYS_PROCESS_VM_READV = 351 constant SYS_PROCESS_VM_WRITEV (line 350) | SYS_PROCESS_VM_WRITEV = 352 constant SYS_FINIT_MODULE (line 351) | SYS_FINIT_MODULE = 353 constant SYS_KCMP (line 352) | SYS_KCMP = 354 constant SYS_SCHED_SETATTR (line 353) | SYS_SCHED_SETATTR = 355 constant SYS_SCHED_GETATTR (line 354) | SYS_SCHED_GETATTR = 356 constant SYS_RENAMEAT2 (line 355) | SYS_RENAMEAT2 = 357 constant SYS_SECCOMP (line 356) | SYS_SECCOMP = 358 constant SYS_GETRANDOM (line 357) | SYS_GETRANDOM = 359 constant SYS_MEMFD_CREATE (line 358) | SYS_MEMFD_CREATE = 360 constant SYS_BPF (line 359) | SYS_BPF = 361 constant SYS_EXECVEAT (line 360) | SYS_EXECVEAT = 362 constant SYS_SWITCH_ENDIAN (line 361) | SYS_SWITCH_ENDIAN = 363 constant SYS_USERFAULTFD (line 362) | SYS_USERFAULTFD = 364 constant SYS_MEMBARRIER (line 363) | SYS_MEMBARRIER = 365 constant SYS_MLOCK2 (line 364) | SYS_MLOCK2 = 378 constant SYS_COPY_FILE_RANGE (line 365) | SYS_COPY_FILE_RANGE = 379 constant SYS_PREADV2 (line 366) | SYS_PREADV2 = 380 constant SYS_PWRITEV2 (line 367) | SYS_PWRITEV2 = 381 constant SYS_KEXEC_FILE_LOAD (line 368) | SYS_KEXEC_FILE_LOAD = 382 constant SYS_STATX (line 369) | SYS_STATX = 383 constant SYS_PKEY_ALLOC (line 370) | SYS_PKEY_ALLOC = 384 constant SYS_PKEY_FREE (line 371) | SYS_PKEY_FREE = 385 constant SYS_PKEY_MPROTECT (line 372) | SYS_PKEY_MPROTECT = 386 constant SYS_RSEQ (line 373) | SYS_RSEQ = 387 constant SYS_IO_PGETEVENTS (line 374) | SYS_IO_PGETEVENTS = 388 constant SYS_SEMTIMEDOP (line 375) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 376) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 377) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 378) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 379) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 380) | SYS_SHMAT = 397 constant SYS_SHMDT (line 381) | SYS_SHMDT = 398 constant SYS_MSGGET (line 382) | SYS_MSGGET = 399 constant SYS_MSGSND (line 383) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 384) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 385) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 386) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 387) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 388) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 389) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 390) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 391) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 392) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 393) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 394) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 395) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 396) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 397) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 398) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 399) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 400) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 401) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 402) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 403) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 404) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 405) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 406) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 407) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 408) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 409) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 410) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 411) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 412) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 413) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go constant SYS_IO_SETUP (line 9) | SYS_IO_SETUP = 0 constant SYS_IO_DESTROY (line 10) | SYS_IO_DESTROY = 1 constant SYS_IO_SUBMIT (line 11) | SYS_IO_SUBMIT = 2 constant SYS_IO_CANCEL (line 12) | SYS_IO_CANCEL = 3 constant SYS_IO_GETEVENTS (line 13) | SYS_IO_GETEVENTS = 4 constant SYS_SETXATTR (line 14) | SYS_SETXATTR = 5 constant SYS_LSETXATTR (line 15) | SYS_LSETXATTR = 6 constant SYS_FSETXATTR (line 16) | SYS_FSETXATTR = 7 constant SYS_GETXATTR (line 17) | SYS_GETXATTR = 8 constant SYS_LGETXATTR (line 18) | SYS_LGETXATTR = 9 constant SYS_FGETXATTR (line 19) | SYS_FGETXATTR = 10 constant SYS_LISTXATTR (line 20) | SYS_LISTXATTR = 11 constant SYS_LLISTXATTR (line 21) | SYS_LLISTXATTR = 12 constant SYS_FLISTXATTR (line 22) | SYS_FLISTXATTR = 13 constant SYS_REMOVEXATTR (line 23) | SYS_REMOVEXATTR = 14 constant SYS_LREMOVEXATTR (line 24) | SYS_LREMOVEXATTR = 15 constant SYS_FREMOVEXATTR (line 25) | SYS_FREMOVEXATTR = 16 constant SYS_GETCWD (line 26) | SYS_GETCWD = 17 constant SYS_LOOKUP_DCOOKIE (line 27) | SYS_LOOKUP_DCOOKIE = 18 constant SYS_EVENTFD2 (line 28) | SYS_EVENTFD2 = 19 constant SYS_EPOLL_CREATE1 (line 29) | SYS_EPOLL_CREATE1 = 20 constant SYS_EPOLL_CTL (line 30) | SYS_EPOLL_CTL = 21 constant SYS_EPOLL_PWAIT (line 31) | SYS_EPOLL_PWAIT = 22 constant SYS_DUP (line 32) | SYS_DUP = 23 constant SYS_DUP3 (line 33) | SYS_DUP3 = 24 constant SYS_FCNTL (line 34) | SYS_FCNTL = 25 constant SYS_INOTIFY_INIT1 (line 35) | SYS_INOTIFY_INIT1 = 26 constant SYS_INOTIFY_ADD_WATCH (line 36) | SYS_INOTIFY_ADD_WATCH = 27 constant SYS_INOTIFY_RM_WATCH (line 37) | SYS_INOTIFY_RM_WATCH = 28 constant SYS_IOCTL (line 38) | SYS_IOCTL = 29 constant SYS_IOPRIO_SET (line 39) | SYS_IOPRIO_SET = 30 constant SYS_IOPRIO_GET (line 40) | SYS_IOPRIO_GET = 31 constant SYS_FLOCK (line 41) | SYS_FLOCK = 32 constant SYS_MKNODAT (line 42) | SYS_MKNODAT = 33 constant SYS_MKDIRAT (line 43) | SYS_MKDIRAT = 34 constant SYS_UNLINKAT (line 44) | SYS_UNLINKAT = 35 constant SYS_SYMLINKAT (line 45) | SYS_SYMLINKAT = 36 constant SYS_LINKAT (line 46) | SYS_LINKAT = 37 constant SYS_UMOUNT2 (line 47) | SYS_UMOUNT2 = 39 constant SYS_MOUNT (line 48) | SYS_MOUNT = 40 constant SYS_PIVOT_ROOT (line 49) | SYS_PIVOT_ROOT = 41 constant SYS_NFSSERVCTL (line 50) | SYS_NFSSERVCTL = 42 constant SYS_STATFS (line 51) | SYS_STATFS = 43 constant SYS_FSTATFS (line 52) | SYS_FSTATFS = 44 constant SYS_TRUNCATE (line 53) | SYS_TRUNCATE = 45 constant SYS_FTRUNCATE (line 54) | SYS_FTRUNCATE = 46 constant SYS_FALLOCATE (line 55) | SYS_FALLOCATE = 47 constant SYS_FACCESSAT (line 56) | SYS_FACCESSAT = 48 constant SYS_CHDIR (line 57) | SYS_CHDIR = 49 constant SYS_FCHDIR (line 58) | SYS_FCHDIR = 50 constant SYS_CHROOT (line 59) | SYS_CHROOT = 51 constant SYS_FCHMOD (line 60) | SYS_FCHMOD = 52 constant SYS_FCHMODAT (line 61) | SYS_FCHMODAT = 53 constant SYS_FCHOWNAT (line 62) | SYS_FCHOWNAT = 54 constant SYS_FCHOWN (line 63) | SYS_FCHOWN = 55 constant SYS_OPENAT (line 64) | SYS_OPENAT = 56 constant SYS_CLOSE (line 65) | SYS_CLOSE = 57 constant SYS_VHANGUP (line 66) | SYS_VHANGUP = 58 constant SYS_PIPE2 (line 67) | SYS_PIPE2 = 59 constant SYS_QUOTACTL (line 68) | SYS_QUOTACTL = 60 constant SYS_GETDENTS64 (line 69) | SYS_GETDENTS64 = 61 constant SYS_LSEEK (line 70) | SYS_LSEEK = 62 constant SYS_READ (line 71) | SYS_READ = 63 constant SYS_WRITE (line 72) | SYS_WRITE = 64 constant SYS_READV (line 73) | SYS_READV = 65 constant SYS_WRITEV (line 74) | SYS_WRITEV = 66 constant SYS_PREAD64 (line 75) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 76) | SYS_PWRITE64 = 68 constant SYS_PREADV (line 77) | SYS_PREADV = 69 constant SYS_PWRITEV (line 78) | SYS_PWRITEV = 70 constant SYS_SENDFILE (line 79) | SYS_SENDFILE = 71 constant SYS_PSELECT6 (line 80) | SYS_PSELECT6 = 72 constant SYS_PPOLL (line 81) | SYS_PPOLL = 73 constant SYS_SIGNALFD4 (line 82) | SYS_SIGNALFD4 = 74 constant SYS_VMSPLICE (line 83) | SYS_VMSPLICE = 75 constant SYS_SPLICE (line 84) | SYS_SPLICE = 76 constant SYS_TEE (line 85) | SYS_TEE = 77 constant SYS_READLINKAT (line 86) | SYS_READLINKAT = 78 constant SYS_FSTATAT (line 87) | SYS_FSTATAT = 79 constant SYS_FSTAT (line 88) | SYS_FSTAT = 80 constant SYS_SYNC (line 89) | SYS_SYNC = 81 constant SYS_FSYNC (line 90) | SYS_FSYNC = 82 constant SYS_FDATASYNC (line 91) | SYS_FDATASYNC = 83 constant SYS_SYNC_FILE_RANGE (line 92) | SYS_SYNC_FILE_RANGE = 84 constant SYS_TIMERFD_CREATE (line 93) | SYS_TIMERFD_CREATE = 85 constant SYS_TIMERFD_SETTIME (line 94) | SYS_TIMERFD_SETTIME = 86 constant SYS_TIMERFD_GETTIME (line 95) | SYS_TIMERFD_GETTIME = 87 constant SYS_UTIMENSAT (line 96) | SYS_UTIMENSAT = 88 constant SYS_ACCT (line 97) | SYS_ACCT = 89 constant SYS_CAPGET (line 98) | SYS_CAPGET = 90 constant SYS_CAPSET (line 99) | SYS_CAPSET = 91 constant SYS_PERSONALITY (line 100) | SYS_PERSONALITY = 92 constant SYS_EXIT (line 101) | SYS_EXIT = 93 constant SYS_EXIT_GROUP (line 102) | SYS_EXIT_GROUP = 94 constant SYS_WAITID (line 103) | SYS_WAITID = 95 constant SYS_SET_TID_ADDRESS (line 104) | SYS_SET_TID_ADDRESS = 96 constant SYS_UNSHARE (line 105) | SYS_UNSHARE = 97 constant SYS_FUTEX (line 106) | SYS_FUTEX = 98 constant SYS_SET_ROBUST_LIST (line 107) | SYS_SET_ROBUST_LIST = 99 constant SYS_GET_ROBUST_LIST (line 108) | SYS_GET_ROBUST_LIST = 100 constant SYS_NANOSLEEP (line 109) | SYS_NANOSLEEP = 101 constant SYS_GETITIMER (line 110) | SYS_GETITIMER = 102 constant SYS_SETITIMER (line 111) | SYS_SETITIMER = 103 constant SYS_KEXEC_LOAD (line 112) | SYS_KEXEC_LOAD = 104 constant SYS_INIT_MODULE (line 113) | SYS_INIT_MODULE = 105 constant SYS_DELETE_MODULE (line 114) | SYS_DELETE_MODULE = 106 constant SYS_TIMER_CREATE (line 115) | SYS_TIMER_CREATE = 107 constant SYS_TIMER_GETTIME (line 116) | SYS_TIMER_GETTIME = 108 constant SYS_TIMER_GETOVERRUN (line 117) | SYS_TIMER_GETOVERRUN = 109 constant SYS_TIMER_SETTIME (line 118) | SYS_TIMER_SETTIME = 110 constant SYS_TIMER_DELETE (line 119) | SYS_TIMER_DELETE = 111 constant SYS_CLOCK_SETTIME (line 120) | SYS_CLOCK_SETTIME = 112 constant SYS_CLOCK_GETTIME (line 121) | SYS_CLOCK_GETTIME = 113 constant SYS_CLOCK_GETRES (line 122) | SYS_CLOCK_GETRES = 114 constant SYS_CLOCK_NANOSLEEP (line 123) | SYS_CLOCK_NANOSLEEP = 115 constant SYS_SYSLOG (line 124) | SYS_SYSLOG = 116 constant SYS_PTRACE (line 125) | SYS_PTRACE = 117 constant SYS_SCHED_SETPARAM (line 126) | SYS_SCHED_SETPARAM = 118 constant SYS_SCHED_SETSCHEDULER (line 127) | SYS_SCHED_SETSCHEDULER = 119 constant SYS_SCHED_GETSCHEDULER (line 128) | SYS_SCHED_GETSCHEDULER = 120 constant SYS_SCHED_GETPARAM (line 129) | SYS_SCHED_GETPARAM = 121 constant SYS_SCHED_SETAFFINITY (line 130) | SYS_SCHED_SETAFFINITY = 122 constant SYS_SCHED_GETAFFINITY (line 131) | SYS_SCHED_GETAFFINITY = 123 constant SYS_SCHED_YIELD (line 132) | SYS_SCHED_YIELD = 124 constant SYS_SCHED_GET_PRIORITY_MAX (line 133) | SYS_SCHED_GET_PRIORITY_MAX = 125 constant SYS_SCHED_GET_PRIORITY_MIN (line 134) | SYS_SCHED_GET_PRIORITY_MIN = 126 constant SYS_SCHED_RR_GET_INTERVAL (line 135) | SYS_SCHED_RR_GET_INTERVAL = 127 constant SYS_RESTART_SYSCALL (line 136) | SYS_RESTART_SYSCALL = 128 constant SYS_KILL (line 137) | SYS_KILL = 129 constant SYS_TKILL (line 138) | SYS_TKILL = 130 constant SYS_TGKILL (line 139) | SYS_TGKILL = 131 constant SYS_SIGALTSTACK (line 140) | SYS_SIGALTSTACK = 132 constant SYS_RT_SIGSUSPEND (line 141) | SYS_RT_SIGSUSPEND = 133 constant SYS_RT_SIGACTION (line 142) | SYS_RT_SIGACTION = 134 constant SYS_RT_SIGPROCMASK (line 143) | SYS_RT_SIGPROCMASK = 135 constant SYS_RT_SIGPENDING (line 144) | SYS_RT_SIGPENDING = 136 constant SYS_RT_SIGTIMEDWAIT (line 145) | SYS_RT_SIGTIMEDWAIT = 137 constant SYS_RT_SIGQUEUEINFO (line 146) | SYS_RT_SIGQUEUEINFO = 138 constant SYS_RT_SIGRETURN (line 147) | SYS_RT_SIGRETURN = 139 constant SYS_SETPRIORITY (line 148) | SYS_SETPRIORITY = 140 constant SYS_GETPRIORITY (line 149) | SYS_GETPRIORITY = 141 constant SYS_REBOOT (line 150) | SYS_REBOOT = 142 constant SYS_SETREGID (line 151) | SYS_SETREGID = 143 constant SYS_SETGID (line 152) | SYS_SETGID = 144 constant SYS_SETREUID (line 153) | SYS_SETREUID = 145 constant SYS_SETUID (line 154) | SYS_SETUID = 146 constant SYS_SETRESUID (line 155) | SYS_SETRESUID = 147 constant SYS_GETRESUID (line 156) | SYS_GETRESUID = 148 constant SYS_SETRESGID (line 157) | SYS_SETRESGID = 149 constant SYS_GETRESGID (line 158) | SYS_GETRESGID = 150 constant SYS_SETFSUID (line 159) | SYS_SETFSUID = 151 constant SYS_SETFSGID (line 160) | SYS_SETFSGID = 152 constant SYS_TIMES (line 161) | SYS_TIMES = 153 constant SYS_SETPGID (line 162) | SYS_SETPGID = 154 constant SYS_GETPGID (line 163) | SYS_GETPGID = 155 constant SYS_GETSID (line 164) | SYS_GETSID = 156 constant SYS_SETSID (line 165) | SYS_SETSID = 157 constant SYS_GETGROUPS (line 166) | SYS_GETGROUPS = 158 constant SYS_SETGROUPS (line 167) | SYS_SETGROUPS = 159 constant SYS_UNAME (line 168) | SYS_UNAME = 160 constant SYS_SETHOSTNAME (line 169) | SYS_SETHOSTNAME = 161 constant SYS_SETDOMAINNAME (line 170) | SYS_SETDOMAINNAME = 162 constant SYS_GETRLIMIT (line 171) | SYS_GETRLIMIT = 163 constant SYS_SETRLIMIT (line 172) | SYS_SETRLIMIT = 164 constant SYS_GETRUSAGE (line 173) | SYS_GETRUSAGE = 165 constant SYS_UMASK (line 174) | SYS_UMASK = 166 constant SYS_PRCTL (line 175) | SYS_PRCTL = 167 constant SYS_GETCPU (line 176) | SYS_GETCPU = 168 constant SYS_GETTIMEOFDAY (line 177) | SYS_GETTIMEOFDAY = 169 constant SYS_SETTIMEOFDAY (line 178) | SYS_SETTIMEOFDAY = 170 constant SYS_ADJTIMEX (line 179) | SYS_ADJTIMEX = 171 constant SYS_GETPID (line 180) | SYS_GETPID = 172 constant SYS_GETPPID (line 181) | SYS_GETPPID = 173 constant SYS_GETUID (line 182) | SYS_GETUID = 174 constant SYS_GETEUID (line 183) | SYS_GETEUID = 175 constant SYS_GETGID (line 184) | SYS_GETGID = 176 constant SYS_GETEGID (line 185) | SYS_GETEGID = 177 constant SYS_GETTID (line 186) | SYS_GETTID = 178 constant SYS_SYSINFO (line 187) | SYS_SYSINFO = 179 constant SYS_MQ_OPEN (line 188) | SYS_MQ_OPEN = 180 constant SYS_MQ_UNLINK (line 189) | SYS_MQ_UNLINK = 181 constant SYS_MQ_TIMEDSEND (line 190) | SYS_MQ_TIMEDSEND = 182 constant SYS_MQ_TIMEDRECEIVE (line 191) | SYS_MQ_TIMEDRECEIVE = 183 constant SYS_MQ_NOTIFY (line 192) | SYS_MQ_NOTIFY = 184 constant SYS_MQ_GETSETATTR (line 193) | SYS_MQ_GETSETATTR = 185 constant SYS_MSGGET (line 194) | SYS_MSGGET = 186 constant SYS_MSGCTL (line 195) | SYS_MSGCTL = 187 constant SYS_MSGRCV (line 196) | SYS_MSGRCV = 188 constant SYS_MSGSND (line 197) | SYS_MSGSND = 189 constant SYS_SEMGET (line 198) | SYS_SEMGET = 190 constant SYS_SEMCTL (line 199) | SYS_SEMCTL = 191 constant SYS_SEMTIMEDOP (line 200) | SYS_SEMTIMEDOP = 192 constant SYS_SEMOP (line 201) | SYS_SEMOP = 193 constant SYS_SHMGET (line 202) | SYS_SHMGET = 194 constant SYS_SHMCTL (line 203) | SYS_SHMCTL = 195 constant SYS_SHMAT (line 204) | SYS_SHMAT = 196 constant SYS_SHMDT (line 205) | SYS_SHMDT = 197 constant SYS_SOCKET (line 206) | SYS_SOCKET = 198 constant SYS_SOCKETPAIR (line 207) | SYS_SOCKETPAIR = 199 constant SYS_BIND (line 208) | SYS_BIND = 200 constant SYS_LISTEN (line 209) | SYS_LISTEN = 201 constant SYS_ACCEPT (line 210) | SYS_ACCEPT = 202 constant SYS_CONNECT (line 211) | SYS_CONNECT = 203 constant SYS_GETSOCKNAME (line 212) | SYS_GETSOCKNAME = 204 constant SYS_GETPEERNAME (line 213) | SYS_GETPEERNAME = 205 constant SYS_SENDTO (line 214) | SYS_SENDTO = 206 constant SYS_RECVFROM (line 215) | SYS_RECVFROM = 207 constant SYS_SETSOCKOPT (line 216) | SYS_SETSOCKOPT = 208 constant SYS_GETSOCKOPT (line 217) | SYS_GETSOCKOPT = 209 constant SYS_SHUTDOWN (line 218) | SYS_SHUTDOWN = 210 constant SYS_SENDMSG (line 219) | SYS_SENDMSG = 211 constant SYS_RECVMSG (line 220) | SYS_RECVMSG = 212 constant SYS_READAHEAD (line 221) | SYS_READAHEAD = 213 constant SYS_BRK (line 222) | SYS_BRK = 214 constant SYS_MUNMAP (line 223) | SYS_MUNMAP = 215 constant SYS_MREMAP (line 224) | SYS_MREMAP = 216 constant SYS_ADD_KEY (line 225) | SYS_ADD_KEY = 217 constant SYS_REQUEST_KEY (line 226) | SYS_REQUEST_KEY = 218 constant SYS_KEYCTL (line 227) | SYS_KEYCTL = 219 constant SYS_CLONE (line 228) | SYS_CLONE = 220 constant SYS_EXECVE (line 229) | SYS_EXECVE = 221 constant SYS_MMAP (line 230) | SYS_MMAP = 222 constant SYS_FADVISE64 (line 231) | SYS_FADVISE64 = 223 constant SYS_SWAPON (line 232) | SYS_SWAPON = 224 constant SYS_SWAPOFF (line 233) | SYS_SWAPOFF = 225 constant SYS_MPROTECT (line 234) | SYS_MPROTECT = 226 constant SYS_MSYNC (line 235) | SYS_MSYNC = 227 constant SYS_MLOCK (line 236) | SYS_MLOCK = 228 constant SYS_MUNLOCK (line 237) | SYS_MUNLOCK = 229 constant SYS_MLOCKALL (line 238) | SYS_MLOCKALL = 230 constant SYS_MUNLOCKALL (line 239) | SYS_MUNLOCKALL = 231 constant SYS_MINCORE (line 240) | SYS_MINCORE = 232 constant SYS_MADVISE (line 241) | SYS_MADVISE = 233 constant SYS_REMAP_FILE_PAGES (line 242) | SYS_REMAP_FILE_PAGES = 234 constant SYS_MBIND (line 243) | SYS_MBIND = 235 constant SYS_GET_MEMPOLICY (line 244) | SYS_GET_MEMPOLICY = 236 constant SYS_SET_MEMPOLICY (line 245) | SYS_SET_MEMPOLICY = 237 constant SYS_MIGRATE_PAGES (line 246) | SYS_MIGRATE_PAGES = 238 constant SYS_MOVE_PAGES (line 247) | SYS_MOVE_PAGES = 239 constant SYS_RT_TGSIGQUEUEINFO (line 248) | SYS_RT_TGSIGQUEUEINFO = 240 constant SYS_PERF_EVENT_OPEN (line 249) | SYS_PERF_EVENT_OPEN = 241 constant SYS_ACCEPT4 (line 250) | SYS_ACCEPT4 = 242 constant SYS_RECVMMSG (line 251) | SYS_RECVMMSG = 243 constant SYS_ARCH_SPECIFIC_SYSCALL (line 252) | SYS_ARCH_SPECIFIC_SYSCALL = 244 constant SYS_RISCV_HWPROBE (line 253) | SYS_RISCV_HWPROBE = 258 constant SYS_RISCV_FLUSH_ICACHE (line 254) | SYS_RISCV_FLUSH_ICACHE = 259 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 constant SYS_FCHMODAT2 (line 318) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_RESTART_SYSCALL (line 15) | SYS_RESTART_SYSCALL = 7 constant SYS_CREAT (line 16) | SYS_CREAT = 8 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_EXECVE (line 19) | SYS_EXECVE = 11 constant SYS_CHDIR (line 20) | SYS_CHDIR = 12 constant SYS_MKNOD (line 21) | SYS_MKNOD = 14 constant SYS_CHMOD (line 22) | SYS_CHMOD = 15 constant SYS_LSEEK (line 23) | SYS_LSEEK = 19 constant SYS_GETPID (line 24) | SYS_GETPID = 20 constant SYS_MOUNT (line 25) | SYS_MOUNT = 21 constant SYS_UMOUNT (line 26) | SYS_UMOUNT = 22 constant SYS_PTRACE (line 27) | SYS_PTRACE = 26 constant SYS_ALARM (line 28) | SYS_ALARM = 27 constant SYS_PAUSE (line 29) | SYS_PAUSE = 29 constant SYS_UTIME (line 30) | SYS_UTIME = 30 constant SYS_ACCESS (line 31) | SYS_ACCESS = 33 constant SYS_NICE (line 32) | SYS_NICE = 34 constant SYS_SYNC (line 33) | SYS_SYNC = 36 constant SYS_KILL (line 34) | SYS_KILL = 37 constant SYS_RENAME (line 35) | SYS_RENAME = 38 constant SYS_MKDIR (line 36) | SYS_MKDIR = 39 constant SYS_RMDIR (line 37) | SYS_RMDIR = 40 constant SYS_DUP (line 38) | SYS_DUP = 41 constant SYS_PIPE (line 39) | SYS_PIPE = 42 constant SYS_TIMES (line 40) | SYS_TIMES = 43 constant SYS_BRK (line 41) | SYS_BRK = 45 constant SYS_SIGNAL (line 42) | SYS_SIGNAL = 48 constant SYS_ACCT (line 43) | SYS_ACCT = 51 constant SYS_UMOUNT2 (line 44) | SYS_UMOUNT2 = 52 constant SYS_IOCTL (line 45) | SYS_IOCTL = 54 constant SYS_FCNTL (line 46) | SYS_FCNTL = 55 constant SYS_SETPGID (line 47) | SYS_SETPGID = 57 constant SYS_UMASK (line 48) | SYS_UMASK = 60 constant SYS_CHROOT (line 49) | SYS_CHROOT = 61 constant SYS_USTAT (line 50) | SYS_USTAT = 62 constant SYS_DUP2 (line 51) | SYS_DUP2 = 63 constant SYS_GETPPID (line 52) | SYS_GETPPID = 64 constant SYS_GETPGRP (line 53) | SYS_GETPGRP = 65 constant SYS_SETSID (line 54) | SYS_SETSID = 66 constant SYS_SIGACTION (line 55) | SYS_SIGACTION = 67 constant SYS_SIGSUSPEND (line 56) | SYS_SIGSUSPEND = 72 constant SYS_SIGPENDING (line 57) | SYS_SIGPENDING = 73 constant SYS_SETHOSTNAME (line 58) | SYS_SETHOSTNAME = 74 constant SYS_SETRLIMIT (line 59) | SYS_SETRLIMIT = 75 constant SYS_GETRUSAGE (line 60) | SYS_GETRUSAGE = 77 constant SYS_GETTIMEOFDAY (line 61) | SYS_GETTIMEOFDAY = 78 constant SYS_SETTIMEOFDAY (line 62) | SYS_SETTIMEOFDAY = 79 constant SYS_SYMLINK (line 63) | SYS_SYMLINK = 83 constant SYS_READLINK (line 64) | SYS_READLINK = 85 constant SYS_USELIB (line 65) | SYS_USELIB = 86 constant SYS_SWAPON (line 66) | SYS_SWAPON = 87 constant SYS_REBOOT (line 67) | SYS_REBOOT = 88 constant SYS_READDIR (line 68) | SYS_READDIR = 89 constant SYS_MMAP (line 69) | SYS_MMAP = 90 constant SYS_MUNMAP (line 70) | SYS_MUNMAP = 91 constant SYS_TRUNCATE (line 71) | SYS_TRUNCATE = 92 constant SYS_FTRUNCATE (line 72) | SYS_FTRUNCATE = 93 constant SYS_FCHMOD (line 73) | SYS_FCHMOD = 94 constant SYS_GETPRIORITY (line 74) | SYS_GETPRIORITY = 96 constant SYS_SETPRIORITY (line 75) | SYS_SETPRIORITY = 97 constant SYS_STATFS (line 76) | SYS_STATFS = 99 constant SYS_FSTATFS (line 77) | SYS_FSTATFS = 100 constant SYS_SOCKETCALL (line 78) | SYS_SOCKETCALL = 102 constant SYS_SYSLOG (line 79) | SYS_SYSLOG = 103 constant SYS_SETITIMER (line 80) | SYS_SETITIMER = 104 constant SYS_GETITIMER (line 81) | SYS_GETITIMER = 105 constant SYS_STAT (line 82) | SYS_STAT = 106 constant SYS_LSTAT (line 83) | SYS_LSTAT = 107 constant SYS_FSTAT (line 84) | SYS_FSTAT = 108 constant SYS_LOOKUP_DCOOKIE (line 85) | SYS_LOOKUP_DCOOKIE = 110 constant SYS_VHANGUP (line 86) | SYS_VHANGUP = 111 constant SYS_IDLE (line 87) | SYS_IDLE = 112 constant SYS_WAIT4 (line 88) | SYS_WAIT4 = 114 constant SYS_SWAPOFF (line 89) | SYS_SWAPOFF = 115 constant SYS_SYSINFO (line 90) | SYS_SYSINFO = 116 constant SYS_IPC (line 91) | SYS_IPC = 117 constant SYS_FSYNC (line 92) | SYS_FSYNC = 118 constant SYS_SIGRETURN (line 93) | SYS_SIGRETURN = 119 constant SYS_CLONE (line 94) | SYS_CLONE = 120 constant SYS_SETDOMAINNAME (line 95) | SYS_SETDOMAINNAME = 121 constant SYS_UNAME (line 96) | SYS_UNAME = 122 constant SYS_ADJTIMEX (line 97) | SYS_ADJTIMEX = 124 constant SYS_MPROTECT (line 98) | SYS_MPROTECT = 125 constant SYS_SIGPROCMASK (line 99) | SYS_SIGPROCMASK = 126 constant SYS_CREATE_MODULE (line 100) | SYS_CREATE_MODULE = 127 constant SYS_INIT_MODULE (line 101) | SYS_INIT_MODULE = 128 constant SYS_DELETE_MODULE (line 102) | SYS_DELETE_MODULE = 129 constant SYS_GET_KERNEL_SYMS (line 103) | SYS_GET_KERNEL_SYMS = 130 constant SYS_QUOTACTL (line 104) | SYS_QUOTACTL = 131 constant SYS_GETPGID (line 105) | SYS_GETPGID = 132 constant SYS_FCHDIR (line 106) | SYS_FCHDIR = 133 constant SYS_BDFLUSH (line 107) | SYS_BDFLUSH = 134 constant SYS_SYSFS (line 108) | SYS_SYSFS = 135 constant SYS_PERSONALITY (line 109) | SYS_PERSONALITY = 136 constant SYS_AFS_SYSCALL (line 110) | SYS_AFS_SYSCALL = 137 constant SYS_GETDENTS (line 111) | SYS_GETDENTS = 141 constant SYS_SELECT (line 112) | SYS_SELECT = 142 constant SYS_FLOCK (line 113) | SYS_FLOCK = 143 constant SYS_MSYNC (line 114) | SYS_MSYNC = 144 constant SYS_READV (line 115) | SYS_READV = 145 constant SYS_WRITEV (line 116) | SYS_WRITEV = 146 constant SYS_GETSID (line 117) | SYS_GETSID = 147 constant SYS_FDATASYNC (line 118) | SYS_FDATASYNC = 148 constant SYS__SYSCTL (line 119) | SYS__SYSCTL = 149 constant SYS_MLOCK (line 120) | SYS_MLOCK = 150 constant SYS_MUNLOCK (line 121) | SYS_MUNLOCK = 151 constant SYS_MLOCKALL (line 122) | SYS_MLOCKALL = 152 constant SYS_MUNLOCKALL (line 123) | SYS_MUNLOCKALL = 153 constant SYS_SCHED_SETPARAM (line 124) | SYS_SCHED_SETPARAM = 154 constant SYS_SCHED_GETPARAM (line 125) | SYS_SCHED_GETPARAM = 155 constant SYS_SCHED_SETSCHEDULER (line 126) | SYS_SCHED_SETSCHEDULER = 156 constant SYS_SCHED_GETSCHEDULER (line 127) | SYS_SCHED_GETSCHEDULER = 157 constant SYS_SCHED_YIELD (line 128) | SYS_SCHED_YIELD = 158 constant SYS_SCHED_GET_PRIORITY_MAX (line 129) | SYS_SCHED_GET_PRIORITY_MAX = 159 constant SYS_SCHED_GET_PRIORITY_MIN (line 130) | SYS_SCHED_GET_PRIORITY_MIN = 160 constant SYS_SCHED_RR_GET_INTERVAL (line 131) | SYS_SCHED_RR_GET_INTERVAL = 161 constant SYS_NANOSLEEP (line 132) | SYS_NANOSLEEP = 162 constant SYS_MREMAP (line 133) | SYS_MREMAP = 163 constant SYS_QUERY_MODULE (line 134) | SYS_QUERY_MODULE = 167 constant SYS_POLL (line 135) | SYS_POLL = 168 constant SYS_NFSSERVCTL (line 136) | SYS_NFSSERVCTL = 169 constant SYS_PRCTL (line 137) | SYS_PRCTL = 172 constant SYS_RT_SIGRETURN (line 138) | SYS_RT_SIGRETURN = 173 constant SYS_RT_SIGACTION (line 139) | SYS_RT_SIGACTION = 174 constant SYS_RT_SIGPROCMASK (line 140) | SYS_RT_SIGPROCMASK = 175 constant SYS_RT_SIGPENDING (line 141) | SYS_RT_SIGPENDING = 176 constant SYS_RT_SIGTIMEDWAIT (line 142) | SYS_RT_SIGTIMEDWAIT = 177 constant SYS_RT_SIGQUEUEINFO (line 143) | SYS_RT_SIGQUEUEINFO = 178 constant SYS_RT_SIGSUSPEND (line 144) | SYS_RT_SIGSUSPEND = 179 constant SYS_PREAD64 (line 145) | SYS_PREAD64 = 180 constant SYS_PWRITE64 (line 146) | SYS_PWRITE64 = 181 constant SYS_GETCWD (line 147) | SYS_GETCWD = 183 constant SYS_CAPGET (line 148) | SYS_CAPGET = 184 constant SYS_CAPSET (line 149) | SYS_CAPSET = 185 constant SYS_SIGALTSTACK (line 150) | SYS_SIGALTSTACK = 186 constant SYS_SENDFILE (line 151) | SYS_SENDFILE = 187 constant SYS_GETPMSG (line 152) | SYS_GETPMSG = 188 constant SYS_PUTPMSG (line 153) | SYS_PUTPMSG = 189 constant SYS_VFORK (line 154) | SYS_VFORK = 190 constant SYS_GETRLIMIT (line 155) | SYS_GETRLIMIT = 191 constant SYS_LCHOWN (line 156) | SYS_LCHOWN = 198 constant SYS_GETUID (line 157) | SYS_GETUID = 199 constant SYS_GETGID (line 158) | SYS_GETGID = 200 constant SYS_GETEUID (line 159) | SYS_GETEUID = 201 constant SYS_GETEGID (line 160) | SYS_GETEGID = 202 constant SYS_SETREUID (line 161) | SYS_SETREUID = 203 constant SYS_SETREGID (line 162) | SYS_SETREGID = 204 constant SYS_GETGROUPS (line 163) | SYS_GETGROUPS = 205 constant SYS_SETGROUPS (line 164) | SYS_SETGROUPS = 206 constant SYS_FCHOWN (line 165) | SYS_FCHOWN = 207 constant SYS_SETRESUID (line 166) | SYS_SETRESUID = 208 constant SYS_GETRESUID (line 167) | SYS_GETRESUID = 209 constant SYS_SETRESGID (line 168) | SYS_SETRESGID = 210 constant SYS_GETRESGID (line 169) | SYS_GETRESGID = 211 constant SYS_CHOWN (line 170) | SYS_CHOWN = 212 constant SYS_SETUID (line 171) | SYS_SETUID = 213 constant SYS_SETGID (line 172) | SYS_SETGID = 214 constant SYS_SETFSUID (line 173) | SYS_SETFSUID = 215 constant SYS_SETFSGID (line 174) | SYS_SETFSGID = 216 constant SYS_PIVOT_ROOT (line 175) | SYS_PIVOT_ROOT = 217 constant SYS_MINCORE (line 176) | SYS_MINCORE = 218 constant SYS_MADVISE (line 177) | SYS_MADVISE = 219 constant SYS_GETDENTS64 (line 178) | SYS_GETDENTS64 = 220 constant SYS_READAHEAD (line 179) | SYS_READAHEAD = 222 constant SYS_SETXATTR (line 180) | SYS_SETXATTR = 224 constant SYS_LSETXATTR (line 181) | SYS_LSETXATTR = 225 constant SYS_FSETXATTR (line 182) | SYS_FSETXATTR = 226 constant SYS_GETXATTR (line 183) | SYS_GETXATTR = 227 constant SYS_LGETXATTR (line 184) | SYS_LGETXATTR = 228 constant SYS_FGETXATTR (line 185) | SYS_FGETXATTR = 229 constant SYS_LISTXATTR (line 186) | SYS_LISTXATTR = 230 constant SYS_LLISTXATTR (line 187) | SYS_LLISTXATTR = 231 constant SYS_FLISTXATTR (line 188) | SYS_FLISTXATTR = 232 constant SYS_REMOVEXATTR (line 189) | SYS_REMOVEXATTR = 233 constant SYS_LREMOVEXATTR (line 190) | SYS_LREMOVEXATTR = 234 constant SYS_FREMOVEXATTR (line 191) | SYS_FREMOVEXATTR = 235 constant SYS_GETTID (line 192) | SYS_GETTID = 236 constant SYS_TKILL (line 193) | SYS_TKILL = 237 constant SYS_FUTEX (line 194) | SYS_FUTEX = 238 constant SYS_SCHED_SETAFFINITY (line 195) | SYS_SCHED_SETAFFINITY = 239 constant SYS_SCHED_GETAFFINITY (line 196) | SYS_SCHED_GETAFFINITY = 240 constant SYS_TGKILL (line 197) | SYS_TGKILL = 241 constant SYS_IO_SETUP (line 198) | SYS_IO_SETUP = 243 constant SYS_IO_DESTROY (line 199) | SYS_IO_DESTROY = 244 constant SYS_IO_GETEVENTS (line 200) | SYS_IO_GETEVENTS = 245 constant SYS_IO_SUBMIT (line 201) | SYS_IO_SUBMIT = 246 constant SYS_IO_CANCEL (line 202) | SYS_IO_CANCEL = 247 constant SYS_EXIT_GROUP (line 203) | SYS_EXIT_GROUP = 248 constant SYS_EPOLL_CREATE (line 204) | SYS_EPOLL_CREATE = 249 constant SYS_EPOLL_CTL (line 205) | SYS_EPOLL_CTL = 250 constant SYS_EPOLL_WAIT (line 206) | SYS_EPOLL_WAIT = 251 constant SYS_SET_TID_ADDRESS (line 207) | SYS_SET_TID_ADDRESS = 252 constant SYS_FADVISE64 (line 208) | SYS_FADVISE64 = 253 constant SYS_TIMER_CREATE (line 209) | SYS_TIMER_CREATE = 254 constant SYS_TIMER_SETTIME (line 210) | SYS_TIMER_SETTIME = 255 constant SYS_TIMER_GETTIME (line 211) | SYS_TIMER_GETTIME = 256 constant SYS_TIMER_GETOVERRUN (line 212) | SYS_TIMER_GETOVERRUN = 257 constant SYS_TIMER_DELETE (line 213) | SYS_TIMER_DELETE = 258 constant SYS_CLOCK_SETTIME (line 214) | SYS_CLOCK_SETTIME = 259 constant SYS_CLOCK_GETTIME (line 215) | SYS_CLOCK_GETTIME = 260 constant SYS_CLOCK_GETRES (line 216) | SYS_CLOCK_GETRES = 261 constant SYS_CLOCK_NANOSLEEP (line 217) | SYS_CLOCK_NANOSLEEP = 262 constant SYS_STATFS64 (line 218) | SYS_STATFS64 = 265 constant SYS_FSTATFS64 (line 219) | SYS_FSTATFS64 = 266 constant SYS_REMAP_FILE_PAGES (line 220) | SYS_REMAP_FILE_PAGES = 267 constant SYS_MBIND (line 221) | SYS_MBIND = 268 constant SYS_GET_MEMPOLICY (line 222) | SYS_GET_MEMPOLICY = 269 constant SYS_SET_MEMPOLICY (line 223) | SYS_SET_MEMPOLICY = 270 constant SYS_MQ_OPEN (line 224) | SYS_MQ_OPEN = 271 constant SYS_MQ_UNLINK (line 225) | SYS_MQ_UNLINK = 272 constant SYS_MQ_TIMEDSEND (line 226) | SYS_MQ_TIMEDSEND = 273 constant SYS_MQ_TIMEDRECEIVE (line 227) | SYS_MQ_TIMEDRECEIVE = 274 constant SYS_MQ_NOTIFY (line 228) | SYS_MQ_NOTIFY = 275 constant SYS_MQ_GETSETATTR (line 229) | SYS_MQ_GETSETATTR = 276 constant SYS_KEXEC_LOAD (line 230) | SYS_KEXEC_LOAD = 277 constant SYS_ADD_KEY (line 231) | SYS_ADD_KEY = 278 constant SYS_REQUEST_KEY (line 232) | SYS_REQUEST_KEY = 279 constant SYS_KEYCTL (line 233) | SYS_KEYCTL = 280 constant SYS_WAITID (line 234) | SYS_WAITID = 281 constant SYS_IOPRIO_SET (line 235) | SYS_IOPRIO_SET = 282 constant SYS_IOPRIO_GET (line 236) | SYS_IOPRIO_GET = 283 constant SYS_INOTIFY_INIT (line 237) | SYS_INOTIFY_INIT = 284 constant SYS_INOTIFY_ADD_WATCH (line 238) | SYS_INOTIFY_ADD_WATCH = 285 constant SYS_INOTIFY_RM_WATCH (line 239) | SYS_INOTIFY_RM_WATCH = 286 constant SYS_MIGRATE_PAGES (line 240) | SYS_MIGRATE_PAGES = 287 constant SYS_OPENAT (line 241) | SYS_OPENAT = 288 constant SYS_MKDIRAT (line 242) | SYS_MKDIRAT = 289 constant SYS_MKNODAT (line 243) | SYS_MKNODAT = 290 constant SYS_FCHOWNAT (line 244) | SYS_FCHOWNAT = 291 constant SYS_FUTIMESAT (line 245) | SYS_FUTIMESAT = 292 constant SYS_NEWFSTATAT (line 246) | SYS_NEWFSTATAT = 293 constant SYS_UNLINKAT (line 247) | SYS_UNLINKAT = 294 constant SYS_RENAMEAT (line 248) | SYS_RENAMEAT = 295 constant SYS_LINKAT (line 249) | SYS_LINKAT = 296 constant SYS_SYMLINKAT (line 250) | SYS_SYMLINKAT = 297 constant SYS_READLINKAT (line 251) | SYS_READLINKAT = 298 constant SYS_FCHMODAT (line 252) | SYS_FCHMODAT = 299 constant SYS_FACCESSAT (line 253) | SYS_FACCESSAT = 300 constant SYS_PSELECT6 (line 254) | SYS_PSELECT6 = 301 constant SYS_PPOLL (line 255) | SYS_PPOLL = 302 constant SYS_UNSHARE (line 256) | SYS_UNSHARE = 303 constant SYS_SET_ROBUST_LIST (line 257) | SYS_SET_ROBUST_LIST = 304 constant SYS_GET_ROBUST_LIST (line 258) | SYS_GET_ROBUST_LIST = 305 constant SYS_SPLICE (line 259) | SYS_SPLICE = 306 constant SYS_SYNC_FILE_RANGE (line 260) | SYS_SYNC_FILE_RANGE = 307 constant SYS_TEE (line 261) | SYS_TEE = 308 constant SYS_VMSPLICE (line 262) | SYS_VMSPLICE = 309 constant SYS_MOVE_PAGES (line 263) | SYS_MOVE_PAGES = 310 constant SYS_GETCPU (line 264) | SYS_GETCPU = 311 constant SYS_EPOLL_PWAIT (line 265) | SYS_EPOLL_PWAIT = 312 constant SYS_UTIMES (line 266) | SYS_UTIMES = 313 constant SYS_FALLOCATE (line 267) | SYS_FALLOCATE = 314 constant SYS_UTIMENSAT (line 268) | SYS_UTIMENSAT = 315 constant SYS_SIGNALFD (line 269) | SYS_SIGNALFD = 316 constant SYS_TIMERFD (line 270) | SYS_TIMERFD = 317 constant SYS_EVENTFD (line 271) | SYS_EVENTFD = 318 constant SYS_TIMERFD_CREATE (line 272) | SYS_TIMERFD_CREATE = 319 constant SYS_TIMERFD_SETTIME (line 273) | SYS_TIMERFD_SETTIME = 320 constant SYS_TIMERFD_GETTIME (line 274) | SYS_TIMERFD_GETTIME = 321 constant SYS_SIGNALFD4 (line 275) | SYS_SIGNALFD4 = 322 constant SYS_EVENTFD2 (line 276) | SYS_EVENTFD2 = 323 constant SYS_INOTIFY_INIT1 (line 277) | SYS_INOTIFY_INIT1 = 324 constant SYS_PIPE2 (line 278) | SYS_PIPE2 = 325 constant SYS_DUP3 (line 279) | SYS_DUP3 = 326 constant SYS_EPOLL_CREATE1 (line 280) | SYS_EPOLL_CREATE1 = 327 constant SYS_PREADV (line 281) | SYS_PREADV = 328 constant SYS_PWRITEV (line 282) | SYS_PWRITEV = 329 constant SYS_RT_TGSIGQUEUEINFO (line 283) | SYS_RT_TGSIGQUEUEINFO = 330 constant SYS_PERF_EVENT_OPEN (line 284) | SYS_PERF_EVENT_OPEN = 331 constant SYS_FANOTIFY_INIT (line 285) | SYS_FANOTIFY_INIT = 332 constant SYS_FANOTIFY_MARK (line 286) | SYS_FANOTIFY_MARK = 333 constant SYS_PRLIMIT64 (line 287) | SYS_PRLIMIT64 = 334 constant SYS_NAME_TO_HANDLE_AT (line 288) | SYS_NAME_TO_HANDLE_AT = 335 constant SYS_OPEN_BY_HANDLE_AT (line 289) | SYS_OPEN_BY_HANDLE_AT = 336 constant SYS_CLOCK_ADJTIME (line 290) | SYS_CLOCK_ADJTIME = 337 constant SYS_SYNCFS (line 291) | SYS_SYNCFS = 338 constant SYS_SETNS (line 292) | SYS_SETNS = 339 constant SYS_PROCESS_VM_READV (line 293) | SYS_PROCESS_VM_READV = 340 constant SYS_PROCESS_VM_WRITEV (line 294) | SYS_PROCESS_VM_WRITEV = 341 constant SYS_S390_RUNTIME_INSTR (line 295) | SYS_S390_RUNTIME_INSTR = 342 constant SYS_KCMP (line 296) | SYS_KCMP = 343 constant SYS_FINIT_MODULE (line 297) | SYS_FINIT_MODULE = 344 constant SYS_SCHED_SETATTR (line 298) | SYS_SCHED_SETATTR = 345 constant SYS_SCHED_GETATTR (line 299) | SYS_SCHED_GETATTR = 346 constant SYS_RENAMEAT2 (line 300) | SYS_RENAMEAT2 = 347 constant SYS_SECCOMP (line 301) | SYS_SECCOMP = 348 constant SYS_GETRANDOM (line 302) | SYS_GETRANDOM = 349 constant SYS_MEMFD_CREATE (line 303) | SYS_MEMFD_CREATE = 350 constant SYS_BPF (line 304) | SYS_BPF = 351 constant SYS_S390_PCI_MMIO_WRITE (line 305) | SYS_S390_PCI_MMIO_WRITE = 352 constant SYS_S390_PCI_MMIO_READ (line 306) | SYS_S390_PCI_MMIO_READ = 353 constant SYS_EXECVEAT (line 307) | SYS_EXECVEAT = 354 constant SYS_USERFAULTFD (line 308) | SYS_USERFAULTFD = 355 constant SYS_MEMBARRIER (line 309) | SYS_MEMBARRIER = 356 constant SYS_RECVMMSG (line 310) | SYS_RECVMMSG = 357 constant SYS_SENDMMSG (line 311) | SYS_SENDMMSG = 358 constant SYS_SOCKET (line 312) | SYS_SOCKET = 359 constant SYS_SOCKETPAIR (line 313) | SYS_SOCKETPAIR = 360 constant SYS_BIND (line 314) | SYS_BIND = 361 constant SYS_CONNECT (line 315) | SYS_CONNECT = 362 constant SYS_LISTEN (line 316) | SYS_LISTEN = 363 constant SYS_ACCEPT4 (line 317) | SYS_ACCEPT4 = 364 constant SYS_GETSOCKOPT (line 318) | SYS_GETSOCKOPT = 365 constant SYS_SETSOCKOPT (line 319) | SYS_SETSOCKOPT = 366 constant SYS_GETSOCKNAME (line 320) | SYS_GETSOCKNAME = 367 constant SYS_GETPEERNAME (line 321) | SYS_GETPEERNAME = 368 constant SYS_SENDTO (line 322) | SYS_SENDTO = 369 constant SYS_SENDMSG (line 323) | SYS_SENDMSG = 370 constant SYS_RECVFROM (line 324) | SYS_RECVFROM = 371 constant SYS_RECVMSG (line 325) | SYS_RECVMSG = 372 constant SYS_SHUTDOWN (line 326) | SYS_SHUTDOWN = 373 constant SYS_MLOCK2 (line 327) | SYS_MLOCK2 = 374 constant SYS_COPY_FILE_RANGE (line 328) | SYS_COPY_FILE_RANGE = 375 constant SYS_PREADV2 (line 329) | SYS_PREADV2 = 376 constant SYS_PWRITEV2 (line 330) | SYS_PWRITEV2 = 377 constant SYS_S390_GUARDED_STORAGE (line 331) | SYS_S390_GUARDED_STORAGE = 378 constant SYS_STATX (line 332) | SYS_STATX = 379 constant SYS_S390_STHYI (line 333) | SYS_S390_STHYI = 380 constant SYS_KEXEC_FILE_LOAD (line 334) | SYS_KEXEC_FILE_LOAD = 381 constant SYS_IO_PGETEVENTS (line 335) | SYS_IO_PGETEVENTS = 382 constant SYS_RSEQ (line 336) | SYS_RSEQ = 383 constant SYS_PKEY_MPROTECT (line 337) | SYS_PKEY_MPROTECT = 384 constant SYS_PKEY_ALLOC (line 338) | SYS_PKEY_ALLOC = 385 constant SYS_PKEY_FREE (line 339) | SYS_PKEY_FREE = 386 constant SYS_SEMTIMEDOP (line 340) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 341) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 342) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 343) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 344) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 345) | SYS_SHMAT = 397 constant SYS_SHMDT (line 346) | SYS_SHMDT = 398 constant SYS_MSGGET (line 347) | SYS_MSGGET = 399 constant SYS_MSGSND (line 348) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 349) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 350) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 351) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 352) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 353) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 354) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 355) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 356) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 357) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 358) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 359) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 360) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 361) | SYS_PIDFD_OPEN = 434 constant SYS_CLONE3 (line 362) | SYS_CLONE3 = 435 constant SYS_CLOSE_RANGE (line 363) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 364) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 365) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 366) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 367) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 368) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 369) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 370) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 371) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 372) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 373) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_MEMFD_SECRET (line 374) | SYS_MEMFD_SECRET = 447 constant SYS_PROCESS_MRELEASE (line 375) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 376) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 377) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 378) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 379) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go constant SYS_RESTART_SYSCALL (line 9) | SYS_RESTART_SYSCALL = 0 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_CREAT (line 17) | SYS_CREAT = 8 constant SYS_LINK (line 18) | SYS_LINK = 9 constant SYS_UNLINK (line 19) | SYS_UNLINK = 10 constant SYS_EXECV (line 20) | SYS_EXECV = 11 constant SYS_CHDIR (line 21) | SYS_CHDIR = 12 constant SYS_CHOWN (line 22) | SYS_CHOWN = 13 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_BRK (line 26) | SYS_BRK = 17 constant SYS_PERFCTR (line 27) | SYS_PERFCTR = 18 constant SYS_LSEEK (line 28) | SYS_LSEEK = 19 constant SYS_GETPID (line 29) | SYS_GETPID = 20 constant SYS_CAPGET (line 30) | SYS_CAPGET = 21 constant SYS_CAPSET (line 31) | SYS_CAPSET = 22 constant SYS_SETUID (line 32) | SYS_SETUID = 23 constant SYS_GETUID (line 33) | SYS_GETUID = 24 constant SYS_VMSPLICE (line 34) | SYS_VMSPLICE = 25 constant SYS_PTRACE (line 35) | SYS_PTRACE = 26 constant SYS_ALARM (line 36) | SYS_ALARM = 27 constant SYS_SIGALTSTACK (line 37) | SYS_SIGALTSTACK = 28 constant SYS_PAUSE (line 38) | SYS_PAUSE = 29 constant SYS_UTIME (line 39) | SYS_UTIME = 30 constant SYS_ACCESS (line 40) | SYS_ACCESS = 33 constant SYS_NICE (line 41) | SYS_NICE = 34 constant SYS_SYNC (line 42) | SYS_SYNC = 36 constant SYS_KILL (line 43) | SYS_KILL = 37 constant SYS_STAT (line 44) | SYS_STAT = 38 constant SYS_SENDFILE (line 45) | SYS_SENDFILE = 39 constant SYS_LSTAT (line 46) | SYS_LSTAT = 40 constant SYS_DUP (line 47) | SYS_DUP = 41 constant SYS_PIPE (line 48) | SYS_PIPE = 42 constant SYS_TIMES (line 49) | SYS_TIMES = 43 constant SYS_UMOUNT2 (line 50) | SYS_UMOUNT2 = 45 constant SYS_SETGID (line 51) | SYS_SETGID = 46 constant SYS_GETGID (line 52) | SYS_GETGID = 47 constant SYS_SIGNAL (line 53) | SYS_SIGNAL = 48 constant SYS_GETEUID (line 54) | SYS_GETEUID = 49 constant SYS_GETEGID (line 55) | SYS_GETEGID = 50 constant SYS_ACCT (line 56) | SYS_ACCT = 51 constant SYS_MEMORY_ORDERING (line 57) | SYS_MEMORY_ORDERING = 52 constant SYS_IOCTL (line 58) | SYS_IOCTL = 54 constant SYS_REBOOT (line 59) | SYS_REBOOT = 55 constant SYS_SYMLINK (line 60) | SYS_SYMLINK = 57 constant SYS_READLINK (line 61) | SYS_READLINK = 58 constant SYS_EXECVE (line 62) | SYS_EXECVE = 59 constant SYS_UMASK (line 63) | SYS_UMASK = 60 constant SYS_CHROOT (line 64) | SYS_CHROOT = 61 constant SYS_FSTAT (line 65) | SYS_FSTAT = 62 constant SYS_FSTAT64 (line 66) | SYS_FSTAT64 = 63 constant SYS_GETPAGESIZE (line 67) | SYS_GETPAGESIZE = 64 constant SYS_MSYNC (line 68) | SYS_MSYNC = 65 constant SYS_VFORK (line 69) | SYS_VFORK = 66 constant SYS_PREAD64 (line 70) | SYS_PREAD64 = 67 constant SYS_PWRITE64 (line 71) | SYS_PWRITE64 = 68 constant SYS_MMAP (line 72) | SYS_MMAP = 71 constant SYS_MUNMAP (line 73) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 74) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 75) | SYS_MADVISE = 75 constant SYS_VHANGUP (line 76) | SYS_VHANGUP = 76 constant SYS_MINCORE (line 77) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 78) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 79) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 80) | SYS_GETPGRP = 81 constant SYS_SETITIMER (line 81) | SYS_SETITIMER = 83 constant SYS_SWAPON (line 82) | SYS_SWAPON = 85 constant SYS_GETITIMER (line 83) | SYS_GETITIMER = 86 constant SYS_SETHOSTNAME (line 84) | SYS_SETHOSTNAME = 88 constant SYS_DUP2 (line 85) | SYS_DUP2 = 90 constant SYS_FCNTL (line 86) | SYS_FCNTL = 92 constant SYS_SELECT (line 87) | SYS_SELECT = 93 constant SYS_FSYNC (line 88) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 89) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 90) | SYS_SOCKET = 97 constant SYS_CONNECT (line 91) | SYS_CONNECT = 98 constant SYS_ACCEPT (line 92) | SYS_ACCEPT = 99 constant SYS_GETPRIORITY (line 93) | SYS_GETPRIORITY = 100 constant SYS_RT_SIGRETURN (line 94) | SYS_RT_SIGRETURN = 101 constant SYS_RT_SIGACTION (line 95) | SYS_RT_SIGACTION = 102 constant SYS_RT_SIGPROCMASK (line 96) | SYS_RT_SIGPROCMASK = 103 constant SYS_RT_SIGPENDING (line 97) | SYS_RT_SIGPENDING = 104 constant SYS_RT_SIGTIMEDWAIT (line 98) | SYS_RT_SIGTIMEDWAIT = 105 constant SYS_RT_SIGQUEUEINFO (line 99) | SYS_RT_SIGQUEUEINFO = 106 constant SYS_RT_SIGSUSPEND (line 100) | SYS_RT_SIGSUSPEND = 107 constant SYS_SETRESUID (line 101) | SYS_SETRESUID = 108 constant SYS_GETRESUID (line 102) | SYS_GETRESUID = 109 constant SYS_SETRESGID (line 103) | SYS_SETRESGID = 110 constant SYS_GETRESGID (line 104) | SYS_GETRESGID = 111 constant SYS_RECVMSG (line 105) | SYS_RECVMSG = 113 constant SYS_SENDMSG (line 106) | SYS_SENDMSG = 114 constant SYS_GETTIMEOFDAY (line 107) | SYS_GETTIMEOFDAY = 116 constant SYS_GETRUSAGE (line 108) | SYS_GETRUSAGE = 117 constant SYS_GETSOCKOPT (line 109) | SYS_GETSOCKOPT = 118 constant SYS_GETCWD (line 110) | SYS_GETCWD = 119 constant SYS_READV (line 111) | SYS_READV = 120 constant SYS_WRITEV (line 112) | SYS_WRITEV = 121 constant SYS_SETTIMEOFDAY (line 113) | SYS_SETTIMEOFDAY = 122 constant SYS_FCHOWN (line 114) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 115) | SYS_FCHMOD = 124 constant SYS_RECVFROM (line 116) | SYS_RECVFROM = 125 constant SYS_SETREUID (line 117) | SYS_SETREUID = 126 constant SYS_SETREGID (line 118) | SYS_SETREGID = 127 constant SYS_RENAME (line 119) | SYS_RENAME = 128 constant SYS_TRUNCATE (line 120) | SYS_TRUNCATE = 129 constant SYS_FTRUNCATE (line 121) | SYS_FTRUNCATE = 130 constant SYS_FLOCK (line 122) | SYS_FLOCK = 131 constant SYS_LSTAT64 (line 123) | SYS_LSTAT64 = 132 constant SYS_SENDTO (line 124) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 125) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 126) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 127) | SYS_MKDIR = 136 constant SYS_RMDIR (line 128) | SYS_RMDIR = 137 constant SYS_UTIMES (line 129) | SYS_UTIMES = 138 constant SYS_STAT64 (line 130) | SYS_STAT64 = 139 constant SYS_SENDFILE64 (line 131) | SYS_SENDFILE64 = 140 constant SYS_GETPEERNAME (line 132) | SYS_GETPEERNAME = 141 constant SYS_FUTEX (line 133) | SYS_FUTEX = 142 constant SYS_GETTID (line 134) | SYS_GETTID = 143 constant SYS_GETRLIMIT (line 135) | SYS_GETRLIMIT = 144 constant SYS_SETRLIMIT (line 136) | SYS_SETRLIMIT = 145 constant SYS_PIVOT_ROOT (line 137) | SYS_PIVOT_ROOT = 146 constant SYS_PRCTL (line 138) | SYS_PRCTL = 147 constant SYS_PCICONFIG_READ (line 139) | SYS_PCICONFIG_READ = 148 constant SYS_PCICONFIG_WRITE (line 140) | SYS_PCICONFIG_WRITE = 149 constant SYS_GETSOCKNAME (line 141) | SYS_GETSOCKNAME = 150 constant SYS_INOTIFY_INIT (line 142) | SYS_INOTIFY_INIT = 151 constant SYS_INOTIFY_ADD_WATCH (line 143) | SYS_INOTIFY_ADD_WATCH = 152 constant SYS_POLL (line 144) | SYS_POLL = 153 constant SYS_GETDENTS64 (line 145) | SYS_GETDENTS64 = 154 constant SYS_INOTIFY_RM_WATCH (line 146) | SYS_INOTIFY_RM_WATCH = 156 constant SYS_STATFS (line 147) | SYS_STATFS = 157 constant SYS_FSTATFS (line 148) | SYS_FSTATFS = 158 constant SYS_UMOUNT (line 149) | SYS_UMOUNT = 159 constant SYS_SCHED_SET_AFFINITY (line 150) | SYS_SCHED_SET_AFFINITY = 160 constant SYS_SCHED_GET_AFFINITY (line 151) | SYS_SCHED_GET_AFFINITY = 161 constant SYS_GETDOMAINNAME (line 152) | SYS_GETDOMAINNAME = 162 constant SYS_SETDOMAINNAME (line 153) | SYS_SETDOMAINNAME = 163 constant SYS_UTRAP_INSTALL (line 154) | SYS_UTRAP_INSTALL = 164 constant SYS_QUOTACTL (line 155) | SYS_QUOTACTL = 165 constant SYS_SET_TID_ADDRESS (line 156) | SYS_SET_TID_ADDRESS = 166 constant SYS_MOUNT (line 157) | SYS_MOUNT = 167 constant SYS_USTAT (line 158) | SYS_USTAT = 168 constant SYS_SETXATTR (line 159) | SYS_SETXATTR = 169 constant SYS_LSETXATTR (line 160) | SYS_LSETXATTR = 170 constant SYS_FSETXATTR (line 161) | SYS_FSETXATTR = 171 constant SYS_GETXATTR (line 162) | SYS_GETXATTR = 172 constant SYS_LGETXATTR (line 163) | SYS_LGETXATTR = 173 constant SYS_GETDENTS (line 164) | SYS_GETDENTS = 174 constant SYS_SETSID (line 165) | SYS_SETSID = 175 constant SYS_FCHDIR (line 166) | SYS_FCHDIR = 176 constant SYS_FGETXATTR (line 167) | SYS_FGETXATTR = 177 constant SYS_LISTXATTR (line 168) | SYS_LISTXATTR = 178 constant SYS_LLISTXATTR (line 169) | SYS_LLISTXATTR = 179 constant SYS_FLISTXATTR (line 170) | SYS_FLISTXATTR = 180 constant SYS_REMOVEXATTR (line 171) | SYS_REMOVEXATTR = 181 constant SYS_LREMOVEXATTR (line 172) | SYS_LREMOVEXATTR = 182 constant SYS_SIGPENDING (line 173) | SYS_SIGPENDING = 183 constant SYS_QUERY_MODULE (line 174) | SYS_QUERY_MODULE = 184 constant SYS_SETPGID (line 175) | SYS_SETPGID = 185 constant SYS_FREMOVEXATTR (line 176) | SYS_FREMOVEXATTR = 186 constant SYS_TKILL (line 177) | SYS_TKILL = 187 constant SYS_EXIT_GROUP (line 178) | SYS_EXIT_GROUP = 188 constant SYS_UNAME (line 179) | SYS_UNAME = 189 constant SYS_INIT_MODULE (line 180) | SYS_INIT_MODULE = 190 constant SYS_PERSONALITY (line 181) | SYS_PERSONALITY = 191 constant SYS_REMAP_FILE_PAGES (line 182) | SYS_REMAP_FILE_PAGES = 192 constant SYS_EPOLL_CREATE (line 183) | SYS_EPOLL_CREATE = 193 constant SYS_EPOLL_CTL (line 184) | SYS_EPOLL_CTL = 194 constant SYS_EPOLL_WAIT (line 185) | SYS_EPOLL_WAIT = 195 constant SYS_IOPRIO_SET (line 186) | SYS_IOPRIO_SET = 196 constant SYS_GETPPID (line 187) | SYS_GETPPID = 197 constant SYS_SIGACTION (line 188) | SYS_SIGACTION = 198 constant SYS_SGETMASK (line 189) | SYS_SGETMASK = 199 constant SYS_SSETMASK (line 190) | SYS_SSETMASK = 200 constant SYS_SIGSUSPEND (line 191) | SYS_SIGSUSPEND = 201 constant SYS_OLDLSTAT (line 192) | SYS_OLDLSTAT = 202 constant SYS_USELIB (line 193) | SYS_USELIB = 203 constant SYS_READDIR (line 194) | SYS_READDIR = 204 constant SYS_READAHEAD (line 195) | SYS_READAHEAD = 205 constant SYS_SOCKETCALL (line 196) | SYS_SOCKETCALL = 206 constant SYS_SYSLOG (line 197) | SYS_SYSLOG = 207 constant SYS_LOOKUP_DCOOKIE (line 198) | SYS_LOOKUP_DCOOKIE = 208 constant SYS_FADVISE64 (line 199) | SYS_FADVISE64 = 209 constant SYS_FADVISE64_64 (line 200) | SYS_FADVISE64_64 = 210 constant SYS_TGKILL (line 201) | SYS_TGKILL = 211 constant SYS_WAITPID (line 202) | SYS_WAITPID = 212 constant SYS_SWAPOFF (line 203) | SYS_SWAPOFF = 213 constant SYS_SYSINFO (line 204) | SYS_SYSINFO = 214 constant SYS_IPC (line 205) | SYS_IPC = 215 constant SYS_SIGRETURN (line 206) | SYS_SIGRETURN = 216 constant SYS_CLONE (line 207) | SYS_CLONE = 217 constant SYS_IOPRIO_GET (line 208) | SYS_IOPRIO_GET = 218 constant SYS_ADJTIMEX (line 209) | SYS_ADJTIMEX = 219 constant SYS_SIGPROCMASK (line 210) | SYS_SIGPROCMASK = 220 constant SYS_CREATE_MODULE (line 211) | SYS_CREATE_MODULE = 221 constant SYS_DELETE_MODULE (line 212) | SYS_DELETE_MODULE = 222 constant SYS_GET_KERNEL_SYMS (line 213) | SYS_GET_KERNEL_SYMS = 223 constant SYS_GETPGID (line 214) | SYS_GETPGID = 224 constant SYS_BDFLUSH (line 215) | SYS_BDFLUSH = 225 constant SYS_SYSFS (line 216) | SYS_SYSFS = 226 constant SYS_AFS_SYSCALL (line 217) | SYS_AFS_SYSCALL = 227 constant SYS_SETFSUID (line 218) | SYS_SETFSUID = 228 constant SYS_SETFSGID (line 219) | SYS_SETFSGID = 229 constant SYS__NEWSELECT (line 220) | SYS__NEWSELECT = 230 constant SYS_SPLICE (line 221) | SYS_SPLICE = 232 constant SYS_STIME (line 222) | SYS_STIME = 233 constant SYS_STATFS64 (line 223) | SYS_STATFS64 = 234 constant SYS_FSTATFS64 (line 224) | SYS_FSTATFS64 = 235 constant SYS__LLSEEK (line 225) | SYS__LLSEEK = 236 constant SYS_MLOCK (line 226) | SYS_MLOCK = 237 constant SYS_MUNLOCK (line 227) | SYS_MUNLOCK = 238 constant SYS_MLOCKALL (line 228) | SYS_MLOCKALL = 239 constant SYS_MUNLOCKALL (line 229) | SYS_MUNLOCKALL = 240 constant SYS_SCHED_SETPARAM (line 230) | SYS_SCHED_SETPARAM = 241 constant SYS_SCHED_GETPARAM (line 231) | SYS_SCHED_GETPARAM = 242 constant SYS_SCHED_SETSCHEDULER (line 232) | SYS_SCHED_SETSCHEDULER = 243 constant SYS_SCHED_GETSCHEDULER (line 233) | SYS_SCHED_GETSCHEDULER = 244 constant SYS_SCHED_YIELD (line 234) | SYS_SCHED_YIELD = 245 constant SYS_SCHED_GET_PRIORITY_MAX (line 235) | SYS_SCHED_GET_PRIORITY_MAX = 246 constant SYS_SCHED_GET_PRIORITY_MIN (line 236) | SYS_SCHED_GET_PRIORITY_MIN = 247 constant SYS_SCHED_RR_GET_INTERVAL (line 237) | SYS_SCHED_RR_GET_INTERVAL = 248 constant SYS_NANOSLEEP (line 238) | SYS_NANOSLEEP = 249 constant SYS_MREMAP (line 239) | SYS_MREMAP = 250 constant SYS__SYSCTL (line 240) | SYS__SYSCTL = 251 constant SYS_GETSID (line 241) | SYS_GETSID = 252 constant SYS_FDATASYNC (line 242) | SYS_FDATASYNC = 253 constant SYS_NFSSERVCTL (line 243) | SYS_NFSSERVCTL = 254 constant SYS_SYNC_FILE_RANGE (line 244) | SYS_SYNC_FILE_RANGE = 255 constant SYS_CLOCK_SETTIME (line 245) | SYS_CLOCK_SETTIME = 256 constant SYS_CLOCK_GETTIME (line 246) | SYS_CLOCK_GETTIME = 257 constant SYS_CLOCK_GETRES (line 247) | SYS_CLOCK_GETRES = 258 constant SYS_CLOCK_NANOSLEEP (line 248) | SYS_CLOCK_NANOSLEEP = 259 constant SYS_SCHED_GETAFFINITY (line 249) | SYS_SCHED_GETAFFINITY = 260 constant SYS_SCHED_SETAFFINITY (line 250) | SYS_SCHED_SETAFFINITY = 261 constant SYS_TIMER_SETTIME (line 251) | SYS_TIMER_SETTIME = 262 constant SYS_TIMER_GETTIME (line 252) | SYS_TIMER_GETTIME = 263 constant SYS_TIMER_GETOVERRUN (line 253) | SYS_TIMER_GETOVERRUN = 264 constant SYS_TIMER_DELETE (line 254) | SYS_TIMER_DELETE = 265 constant SYS_TIMER_CREATE (line 255) | SYS_TIMER_CREATE = 266 constant SYS_VSERVER (line 256) | SYS_VSERVER = 267 constant SYS_IO_SETUP (line 257) | SYS_IO_SETUP = 268 constant SYS_IO_DESTROY (line 258) | SYS_IO_DESTROY = 269 constant SYS_IO_SUBMIT (line 259) | SYS_IO_SUBMIT = 270 constant SYS_IO_CANCEL (line 260) | SYS_IO_CANCEL = 271 constant SYS_IO_GETEVENTS (line 261) | SYS_IO_GETEVENTS = 272 constant SYS_MQ_OPEN (line 262) | SYS_MQ_OPEN = 273 constant SYS_MQ_UNLINK (line 263) | SYS_MQ_UNLINK = 274 constant SYS_MQ_TIMEDSEND (line 264) | SYS_MQ_TIMEDSEND = 275 constant SYS_MQ_TIMEDRECEIVE (line 265) | SYS_MQ_TIMEDRECEIVE = 276 constant SYS_MQ_NOTIFY (line 266) | SYS_MQ_NOTIFY = 277 constant SYS_MQ_GETSETATTR (line 267) | SYS_MQ_GETSETATTR = 278 constant SYS_WAITID (line 268) | SYS_WAITID = 279 constant SYS_TEE (line 269) | SYS_TEE = 280 constant SYS_ADD_KEY (line 270) | SYS_ADD_KEY = 281 constant SYS_REQUEST_KEY (line 271) | SYS_REQUEST_KEY = 282 constant SYS_KEYCTL (line 272) | SYS_KEYCTL = 283 constant SYS_OPENAT (line 273) | SYS_OPENAT = 284 constant SYS_MKDIRAT (line 274) | SYS_MKDIRAT = 285 constant SYS_MKNODAT (line 275) | SYS_MKNODAT = 286 constant SYS_FCHOWNAT (line 276) | SYS_FCHOWNAT = 287 constant SYS_FUTIMESAT (line 277) | SYS_FUTIMESAT = 288 constant SYS_FSTATAT64 (line 278) | SYS_FSTATAT64 = 289 constant SYS_UNLINKAT (line 279) | SYS_UNLINKAT = 290 constant SYS_RENAMEAT (line 280) | SYS_RENAMEAT = 291 constant SYS_LINKAT (line 281) | SYS_LINKAT = 292 constant SYS_SYMLINKAT (line 282) | SYS_SYMLINKAT = 293 constant SYS_READLINKAT (line 283) | SYS_READLINKAT = 294 constant SYS_FCHMODAT (line 284) | SYS_FCHMODAT = 295 constant SYS_FACCESSAT (line 285) | SYS_FACCESSAT = 296 constant SYS_PSELECT6 (line 286) | SYS_PSELECT6 = 297 constant SYS_PPOLL (line 287) | SYS_PPOLL = 298 constant SYS_UNSHARE (line 288) | SYS_UNSHARE = 299 constant SYS_SET_ROBUST_LIST (line 289) | SYS_SET_ROBUST_LIST = 300 constant SYS_GET_ROBUST_LIST (line 290) | SYS_GET_ROBUST_LIST = 301 constant SYS_MIGRATE_PAGES (line 291) | SYS_MIGRATE_PAGES = 302 constant SYS_MBIND (line 292) | SYS_MBIND = 303 constant SYS_GET_MEMPOLICY (line 293) | SYS_GET_MEMPOLICY = 304 constant SYS_SET_MEMPOLICY (line 294) | SYS_SET_MEMPOLICY = 305 constant SYS_KEXEC_LOAD (line 295) | SYS_KEXEC_LOAD = 306 constant SYS_MOVE_PAGES (line 296) | SYS_MOVE_PAGES = 307 constant SYS_GETCPU (line 297) | SYS_GETCPU = 308 constant SYS_EPOLL_PWAIT (line 298) | SYS_EPOLL_PWAIT = 309 constant SYS_UTIMENSAT (line 299) | SYS_UTIMENSAT = 310 constant SYS_SIGNALFD (line 300) | SYS_SIGNALFD = 311 constant SYS_TIMERFD_CREATE (line 301) | SYS_TIMERFD_CREATE = 312 constant SYS_EVENTFD (line 302) | SYS_EVENTFD = 313 constant SYS_FALLOCATE (line 303) | SYS_FALLOCATE = 314 constant SYS_TIMERFD_SETTIME (line 304) | SYS_TIMERFD_SETTIME = 315 constant SYS_TIMERFD_GETTIME (line 305) | SYS_TIMERFD_GETTIME = 316 constant SYS_SIGNALFD4 (line 306) | SYS_SIGNALFD4 = 317 constant SYS_EVENTFD2 (line 307) | SYS_EVENTFD2 = 318 constant SYS_EPOLL_CREATE1 (line 308) | SYS_EPOLL_CREATE1 = 319 constant SYS_DUP3 (line 309) | SYS_DUP3 = 320 constant SYS_PIPE2 (line 310) | SYS_PIPE2 = 321 constant SYS_INOTIFY_INIT1 (line 311) | SYS_INOTIFY_INIT1 = 322 constant SYS_ACCEPT4 (line 312) | SYS_ACCEPT4 = 323 constant SYS_PREADV (line 313) | SYS_PREADV = 324 constant SYS_PWRITEV (line 314) | SYS_PWRITEV = 325 constant SYS_RT_TGSIGQUEUEINFO (line 315) | SYS_RT_TGSIGQUEUEINFO = 326 constant SYS_PERF_EVENT_OPEN (line 316) | SYS_PERF_EVENT_OPEN = 327 constant SYS_RECVMMSG (line 317) | SYS_RECVMMSG = 328 constant SYS_FANOTIFY_INIT (line 318) | SYS_FANOTIFY_INIT = 329 constant SYS_FANOTIFY_MARK (line 319) | SYS_FANOTIFY_MARK = 330 constant SYS_PRLIMIT64 (line 320) | SYS_PRLIMIT64 = 331 constant SYS_NAME_TO_HANDLE_AT (line 321) | SYS_NAME_TO_HANDLE_AT = 332 constant SYS_OPEN_BY_HANDLE_AT (line 322) | SYS_OPEN_BY_HANDLE_AT = 333 constant SYS_CLOCK_ADJTIME (line 323) | SYS_CLOCK_ADJTIME = 334 constant SYS_SYNCFS (line 324) | SYS_SYNCFS = 335 constant SYS_SENDMMSG (line 325) | SYS_SENDMMSG = 336 constant SYS_SETNS (line 326) | SYS_SETNS = 337 constant SYS_PROCESS_VM_READV (line 327) | SYS_PROCESS_VM_READV = 338 constant SYS_PROCESS_VM_WRITEV (line 328) | SYS_PROCESS_VM_WRITEV = 339 constant SYS_KERN_FEATURES (line 329) | SYS_KERN_FEATURES = 340 constant SYS_KCMP (line 330) | SYS_KCMP = 341 constant SYS_FINIT_MODULE (line 331) | SYS_FINIT_MODULE = 342 constant SYS_SCHED_SETATTR (line 332) | SYS_SCHED_SETATTR = 343 constant SYS_SCHED_GETATTR (line 333) | SYS_SCHED_GETATTR = 344 constant SYS_RENAMEAT2 (line 334) | SYS_RENAMEAT2 = 345 constant SYS_SECCOMP (line 335) | SYS_SECCOMP = 346 constant SYS_GETRANDOM (line 336) | SYS_GETRANDOM = 347 constant SYS_MEMFD_CREATE (line 337) | SYS_MEMFD_CREATE = 348 constant SYS_BPF (line 338) | SYS_BPF = 349 constant SYS_EXECVEAT (line 339) | SYS_EXECVEAT = 350 constant SYS_MEMBARRIER (line 340) | SYS_MEMBARRIER = 351 constant SYS_USERFAULTFD (line 341) | SYS_USERFAULTFD = 352 constant SYS_BIND (line 342) | SYS_BIND = 353 constant SYS_LISTEN (line 343) | SYS_LISTEN = 354 constant SYS_SETSOCKOPT (line 344) | SYS_SETSOCKOPT = 355 constant SYS_MLOCK2 (line 345) | SYS_MLOCK2 = 356 constant SYS_COPY_FILE_RANGE (line 346) | SYS_COPY_FILE_RANGE = 357 constant SYS_PREADV2 (line 347) | SYS_PREADV2 = 358 constant SYS_PWRITEV2 (line 348) | SYS_PWRITEV2 = 359 constant SYS_STATX (line 349) | SYS_STATX = 360 constant SYS_IO_PGETEVENTS (line 350) | SYS_IO_PGETEVENTS = 361 constant SYS_PKEY_MPROTECT (line 351) | SYS_PKEY_MPROTECT = 362 constant SYS_PKEY_ALLOC (line 352) | SYS_PKEY_ALLOC = 363 constant SYS_PKEY_FREE (line 353) | SYS_PKEY_FREE = 364 constant SYS_RSEQ (line 354) | SYS_RSEQ = 365 constant SYS_SEMTIMEDOP (line 355) | SYS_SEMTIMEDOP = 392 constant SYS_SEMGET (line 356) | SYS_SEMGET = 393 constant SYS_SEMCTL (line 357) | SYS_SEMCTL = 394 constant SYS_SHMGET (line 358) | SYS_SHMGET = 395 constant SYS_SHMCTL (line 359) | SYS_SHMCTL = 396 constant SYS_SHMAT (line 360) | SYS_SHMAT = 397 constant SYS_SHMDT (line 361) | SYS_SHMDT = 398 constant SYS_MSGGET (line 362) | SYS_MSGGET = 399 constant SYS_MSGSND (line 363) | SYS_MSGSND = 400 constant SYS_MSGRCV (line 364) | SYS_MSGRCV = 401 constant SYS_MSGCTL (line 365) | SYS_MSGCTL = 402 constant SYS_PIDFD_SEND_SIGNAL (line 366) | SYS_PIDFD_SEND_SIGNAL = 424 constant SYS_IO_URING_SETUP (line 367) | SYS_IO_URING_SETUP = 425 constant SYS_IO_URING_ENTER (line 368) | SYS_IO_URING_ENTER = 426 constant SYS_IO_URING_REGISTER (line 369) | SYS_IO_URING_REGISTER = 427 constant SYS_OPEN_TREE (line 370) | SYS_OPEN_TREE = 428 constant SYS_MOVE_MOUNT (line 371) | SYS_MOVE_MOUNT = 429 constant SYS_FSOPEN (line 372) | SYS_FSOPEN = 430 constant SYS_FSCONFIG (line 373) | SYS_FSCONFIG = 431 constant SYS_FSMOUNT (line 374) | SYS_FSMOUNT = 432 constant SYS_FSPICK (line 375) | SYS_FSPICK = 433 constant SYS_PIDFD_OPEN (line 376) | SYS_PIDFD_OPEN = 434 constant SYS_CLOSE_RANGE (line 377) | SYS_CLOSE_RANGE = 436 constant SYS_OPENAT2 (line 378) | SYS_OPENAT2 = 437 constant SYS_PIDFD_GETFD (line 379) | SYS_PIDFD_GETFD = 438 constant SYS_FACCESSAT2 (line 380) | SYS_FACCESSAT2 = 439 constant SYS_PROCESS_MADVISE (line 381) | SYS_PROCESS_MADVISE = 440 constant SYS_EPOLL_PWAIT2 (line 382) | SYS_EPOLL_PWAIT2 = 441 constant SYS_MOUNT_SETATTR (line 383) | SYS_MOUNT_SETATTR = 442 constant SYS_QUOTACTL_FD (line 384) | SYS_QUOTACTL_FD = 443 constant SYS_LANDLOCK_CREATE_RULESET (line 385) | SYS_LANDLOCK_CREATE_RULESET = 444 constant SYS_LANDLOCK_ADD_RULE (line 386) | SYS_LANDLOCK_ADD_RULE = 445 constant SYS_LANDLOCK_RESTRICT_SELF (line 387) | SYS_LANDLOCK_RESTRICT_SELF = 446 constant SYS_PROCESS_MRELEASE (line 388) | SYS_PROCESS_MRELEASE = 448 constant SYS_FUTEX_WAITV (line 389) | SYS_FUTEX_WAITV = 449 constant SYS_SET_MEMPOLICY_HOME_NODE (line 390) | SYS_SET_MEMPOLICY_HOME_NODE = 450 constant SYS_CACHESTAT (line 391) | SYS_CACHESTAT = 451 constant SYS_FCHMODAT2 (line 392) | SYS_FCHMODAT2 = 452 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_LINK (line 15) | SYS_LINK = 9 constant SYS_UNLINK (line 16) | SYS_UNLINK = 10 constant SYS_CHDIR (line 17) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 18) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 19) | SYS_CHMOD = 15 constant SYS_CHOWN (line 20) | SYS_CHOWN = 16 constant SYS_BREAK (line 21) | SYS_BREAK = 17 constant SYS_GETPID (line 22) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 23) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 24) | SYS_SETUID = 23 constant SYS_GETUID (line 25) | SYS_GETUID = 24 constant SYS_GETEUID (line 26) | SYS_GETEUID = 25 constant SYS_PTRACE (line 27) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 28) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 29) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 30) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 31) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 32) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 33) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 34) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 35) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 36) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 37) | SYS_SYNC = 36 constant SYS_KILL (line 38) | SYS_KILL = 37 constant SYS_GETPPID (line 39) | SYS_GETPPID = 39 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_GETEGID (line 42) | SYS_GETEGID = 43 constant SYS_PROFIL (line 43) | SYS_PROFIL = 44 constant SYS_KTRACE (line 44) | SYS_KTRACE = 45 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 46) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 47) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_IOCTL (line 49) | SYS_IOCTL = 54 constant SYS_REVOKE (line 50) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 51) | SYS_SYMLINK = 57 constant SYS_READLINK (line 52) | SYS_READLINK = 58 constant SYS_EXECVE (line 53) | SYS_EXECVE = 59 constant SYS_UMASK (line 54) | SYS_UMASK = 60 constant SYS_CHROOT (line 55) | SYS_CHROOT = 61 constant SYS_VFORK (line 56) | SYS_VFORK = 66 constant SYS_SBRK (line 57) | SYS_SBRK = 69 constant SYS_SSTK (line 58) | SYS_SSTK = 70 constant SYS_VADVISE (line 59) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 60) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 61) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 62) | SYS_MADVISE = 75 constant SYS_MINCORE (line 63) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 64) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 65) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 66) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 67) | SYS_SETPGID = 82 constant SYS_DUP2 (line 68) | SYS_DUP2 = 90 constant SYS_FCNTL (line 69) | SYS_FCNTL = 92 constant SYS_FSYNC (line 70) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 71) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 72) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 73) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 74) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 75) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 76) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 77) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 78) | SYS_READV = 120 constant SYS_WRITEV (line 79) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 80) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 81) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 82) | SYS_SETREUID = 126 constant SYS_SETREGID (line 83) | SYS_SETREGID = 127 constant SYS_RENAME (line 84) | SYS_RENAME = 128 constant SYS_FLOCK (line 85) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 86) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 87) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 88) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 89) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 90) | SYS_MKDIR = 136 constant SYS_RMDIR (line 91) | SYS_RMDIR = 137 constant SYS_SETSID (line 92) | SYS_SETSID = 147 constant SYS_SYSARCH (line 93) | SYS_SYSARCH = 165 constant SYS_PREAD (line 94) | SYS_PREAD = 173 constant SYS_PWRITE (line 95) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 96) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 97) | SYS_SETGID = 181 constant SYS_SETEGID (line 98) | SYS_SETEGID = 182 constant SYS_SETEUID (line 99) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 100) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 101) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 102) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 103) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 104) | SYS_MMAP = 197 constant SYS_LSEEK (line 105) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 106) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 107) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 108) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 109) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 110) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 111) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 112) | SYS_GETPGID = 207 constant SYS_REBOOT (line 113) | SYS_REBOOT = 208 constant SYS_POLL (line 114) | SYS_POLL = 209 constant SYS_SEMGET (line 115) | SYS_SEMGET = 221 constant SYS_SEMOP (line 116) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 117) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 118) | SYS_MSGGET = 225 constant SYS_MSGSND (line 119) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 120) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 121) | SYS_SHMAT = 228 constant SYS_SHMDT (line 122) | SYS_SHMDT = 230 constant SYS_SHMGET (line 123) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 124) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 125) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 126) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 127) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 128) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 129) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 130) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 131) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 132) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 133) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 134) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 135) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 136) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 137) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 138) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 139) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 140) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 141) | SYS_GETSID = 286 constant SYS___CLONE (line 142) | SYS___CLONE = 287 constant SYS_FKTRACE (line 143) | SYS_FKTRACE = 288 constant SYS_PREADV (line 144) | SYS_PREADV = 289 constant SYS_PWRITEV (line 145) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 146) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 147) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 148) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 149) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 150) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 151) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 152) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 153) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 154) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 155) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 156) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 157) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 158) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 159) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 160) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 161) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 162) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 163) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 164) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 165) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 166) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 167) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 168) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 169) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 170) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 171) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 172) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 173) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 174) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 175) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 176) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 177) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 178) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 179) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 180) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 181) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 182) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 183) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 184) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 185) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 186) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 187) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 188) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 189) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 190) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 191) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 192) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 193) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 194) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 195) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 196) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 197) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 198) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 199) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 200) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 201) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 202) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 203) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 204) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 205) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 206) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 207) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 208) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 209) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 210) | SYS_SOCKET = 394 constant SYS_GETFH (line 211) | SYS_GETFH = 395 constant SYS_MOUNT (line 212) | SYS_MOUNT = 410 constant SYS_MREMAP (line 213) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 214) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 215) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 216) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 217) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 218) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 219) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 220) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 221) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 222) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 223) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 224) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 225) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 226) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 227) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 228) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 229) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 231) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 232) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 233) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 234) | SYS_KEVENT = 435 constant SYS_PSELECT (line 235) | SYS_PSELECT = 436 constant SYS_POLLTS (line 236) | SYS_POLLTS = 437 constant SYS_STAT (line 237) | SYS_STAT = 439 constant SYS_FSTAT (line 238) | SYS_FSTAT = 440 constant SYS_LSTAT (line 239) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 240) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 241) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 242) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 243) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 244) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 245) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 246) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 247) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 248) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 249) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 250) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 251) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 252) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 253) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 254) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 255) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 256) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 258) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 259) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 260) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 261) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 262) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 263) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 264) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 265) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 267) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 268) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 269) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 270) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 271) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 272) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 273) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_LINK (line 15) | SYS_LINK = 9 constant SYS_UNLINK (line 16) | SYS_UNLINK = 10 constant SYS_CHDIR (line 17) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 18) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 19) | SYS_CHMOD = 15 constant SYS_CHOWN (line 20) | SYS_CHOWN = 16 constant SYS_BREAK (line 21) | SYS_BREAK = 17 constant SYS_GETPID (line 22) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 23) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 24) | SYS_SETUID = 23 constant SYS_GETUID (line 25) | SYS_GETUID = 24 constant SYS_GETEUID (line 26) | SYS_GETEUID = 25 constant SYS_PTRACE (line 27) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 28) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 29) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 30) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 31) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 32) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 33) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 34) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 35) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 36) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 37) | SYS_SYNC = 36 constant SYS_KILL (line 38) | SYS_KILL = 37 constant SYS_GETPPID (line 39) | SYS_GETPPID = 39 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_GETEGID (line 42) | SYS_GETEGID = 43 constant SYS_PROFIL (line 43) | SYS_PROFIL = 44 constant SYS_KTRACE (line 44) | SYS_KTRACE = 45 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 46) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 47) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_IOCTL (line 49) | SYS_IOCTL = 54 constant SYS_REVOKE (line 50) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 51) | SYS_SYMLINK = 57 constant SYS_READLINK (line 52) | SYS_READLINK = 58 constant SYS_EXECVE (line 53) | SYS_EXECVE = 59 constant SYS_UMASK (line 54) | SYS_UMASK = 60 constant SYS_CHROOT (line 55) | SYS_CHROOT = 61 constant SYS_VFORK (line 56) | SYS_VFORK = 66 constant SYS_SBRK (line 57) | SYS_SBRK = 69 constant SYS_SSTK (line 58) | SYS_SSTK = 70 constant SYS_VADVISE (line 59) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 60) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 61) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 62) | SYS_MADVISE = 75 constant SYS_MINCORE (line 63) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 64) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 65) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 66) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 67) | SYS_SETPGID = 82 constant SYS_DUP2 (line 68) | SYS_DUP2 = 90 constant SYS_FCNTL (line 69) | SYS_FCNTL = 92 constant SYS_FSYNC (line 70) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 71) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 72) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 73) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 74) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 75) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 76) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 77) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 78) | SYS_READV = 120 constant SYS_WRITEV (line 79) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 80) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 81) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 82) | SYS_SETREUID = 126 constant SYS_SETREGID (line 83) | SYS_SETREGID = 127 constant SYS_RENAME (line 84) | SYS_RENAME = 128 constant SYS_FLOCK (line 85) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 86) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 87) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 88) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 89) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 90) | SYS_MKDIR = 136 constant SYS_RMDIR (line 91) | SYS_RMDIR = 137 constant SYS_SETSID (line 92) | SYS_SETSID = 147 constant SYS_SYSARCH (line 93) | SYS_SYSARCH = 165 constant SYS_PREAD (line 94) | SYS_PREAD = 173 constant SYS_PWRITE (line 95) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 96) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 97) | SYS_SETGID = 181 constant SYS_SETEGID (line 98) | SYS_SETEGID = 182 constant SYS_SETEUID (line 99) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 100) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 101) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 102) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 103) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 104) | SYS_MMAP = 197 constant SYS_LSEEK (line 105) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 106) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 107) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 108) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 109) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 110) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 111) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 112) | SYS_GETPGID = 207 constant SYS_REBOOT (line 113) | SYS_REBOOT = 208 constant SYS_POLL (line 114) | SYS_POLL = 209 constant SYS_SEMGET (line 115) | SYS_SEMGET = 221 constant SYS_SEMOP (line 116) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 117) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 118) | SYS_MSGGET = 225 constant SYS_MSGSND (line 119) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 120) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 121) | SYS_SHMAT = 228 constant SYS_SHMDT (line 122) | SYS_SHMDT = 230 constant SYS_SHMGET (line 123) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 124) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 125) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 126) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 127) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 128) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 129) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 130) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 131) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 132) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 133) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 134) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 135) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 136) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 137) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 138) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 139) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 140) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 141) | SYS_GETSID = 286 constant SYS___CLONE (line 142) | SYS___CLONE = 287 constant SYS_FKTRACE (line 143) | SYS_FKTRACE = 288 constant SYS_PREADV (line 144) | SYS_PREADV = 289 constant SYS_PWRITEV (line 145) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 146) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 147) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 148) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 149) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 150) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 151) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 152) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 153) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 154) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 155) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 156) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 157) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 158) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 159) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 160) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 161) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 162) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 163) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 164) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 165) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 166) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 167) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 168) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 169) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 170) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 171) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 172) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 173) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 174) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 175) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 176) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 177) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 178) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 179) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 180) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 181) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 182) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 183) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 184) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 185) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 186) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 187) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 188) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 189) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 190) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 191) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 192) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 193) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 194) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 195) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 196) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 197) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 198) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 199) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 200) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 201) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 202) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 203) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 204) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 205) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 206) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 207) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 208) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 209) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 210) | SYS_SOCKET = 394 constant SYS_GETFH (line 211) | SYS_GETFH = 395 constant SYS_MOUNT (line 212) | SYS_MOUNT = 410 constant SYS_MREMAP (line 213) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 214) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 215) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 216) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 217) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 218) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 219) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 220) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 221) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 222) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 223) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 224) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 225) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 226) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 227) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 228) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 229) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 231) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 232) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 233) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 234) | SYS_KEVENT = 435 constant SYS_PSELECT (line 235) | SYS_PSELECT = 436 constant SYS_POLLTS (line 236) | SYS_POLLTS = 437 constant SYS_STAT (line 237) | SYS_STAT = 439 constant SYS_FSTAT (line 238) | SYS_FSTAT = 440 constant SYS_LSTAT (line 239) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 240) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 241) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 242) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 243) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 244) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 245) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 246) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 247) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 248) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 249) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 250) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 251) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 252) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 253) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 254) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 255) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 256) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 258) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 259) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 260) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 261) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 262) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 263) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 264) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 265) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 267) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 268) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 269) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 270) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 271) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 272) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 273) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_LINK (line 15) | SYS_LINK = 9 constant SYS_UNLINK (line 16) | SYS_UNLINK = 10 constant SYS_CHDIR (line 17) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 18) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 19) | SYS_CHMOD = 15 constant SYS_CHOWN (line 20) | SYS_CHOWN = 16 constant SYS_BREAK (line 21) | SYS_BREAK = 17 constant SYS_GETPID (line 22) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 23) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 24) | SYS_SETUID = 23 constant SYS_GETUID (line 25) | SYS_GETUID = 24 constant SYS_GETEUID (line 26) | SYS_GETEUID = 25 constant SYS_PTRACE (line 27) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 28) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 29) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 30) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 31) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 32) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 33) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 34) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 35) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 36) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 37) | SYS_SYNC = 36 constant SYS_KILL (line 38) | SYS_KILL = 37 constant SYS_GETPPID (line 39) | SYS_GETPPID = 39 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_GETEGID (line 42) | SYS_GETEGID = 43 constant SYS_PROFIL (line 43) | SYS_PROFIL = 44 constant SYS_KTRACE (line 44) | SYS_KTRACE = 45 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 46) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 47) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_IOCTL (line 49) | SYS_IOCTL = 54 constant SYS_REVOKE (line 50) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 51) | SYS_SYMLINK = 57 constant SYS_READLINK (line 52) | SYS_READLINK = 58 constant SYS_EXECVE (line 53) | SYS_EXECVE = 59 constant SYS_UMASK (line 54) | SYS_UMASK = 60 constant SYS_CHROOT (line 55) | SYS_CHROOT = 61 constant SYS_VFORK (line 56) | SYS_VFORK = 66 constant SYS_SBRK (line 57) | SYS_SBRK = 69 constant SYS_SSTK (line 58) | SYS_SSTK = 70 constant SYS_VADVISE (line 59) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 60) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 61) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 62) | SYS_MADVISE = 75 constant SYS_MINCORE (line 63) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 64) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 65) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 66) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 67) | SYS_SETPGID = 82 constant SYS_DUP2 (line 68) | SYS_DUP2 = 90 constant SYS_FCNTL (line 69) | SYS_FCNTL = 92 constant SYS_FSYNC (line 70) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 71) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 72) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 73) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 74) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 75) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 76) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 77) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 78) | SYS_READV = 120 constant SYS_WRITEV (line 79) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 80) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 81) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 82) | SYS_SETREUID = 126 constant SYS_SETREGID (line 83) | SYS_SETREGID = 127 constant SYS_RENAME (line 84) | SYS_RENAME = 128 constant SYS_FLOCK (line 85) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 86) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 87) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 88) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 89) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 90) | SYS_MKDIR = 136 constant SYS_RMDIR (line 91) | SYS_RMDIR = 137 constant SYS_SETSID (line 92) | SYS_SETSID = 147 constant SYS_SYSARCH (line 93) | SYS_SYSARCH = 165 constant SYS_PREAD (line 94) | SYS_PREAD = 173 constant SYS_PWRITE (line 95) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 96) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 97) | SYS_SETGID = 181 constant SYS_SETEGID (line 98) | SYS_SETEGID = 182 constant SYS_SETEUID (line 99) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 100) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 101) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 102) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 103) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 104) | SYS_MMAP = 197 constant SYS_LSEEK (line 105) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 106) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 107) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 108) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 109) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 110) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 111) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 112) | SYS_GETPGID = 207 constant SYS_REBOOT (line 113) | SYS_REBOOT = 208 constant SYS_POLL (line 114) | SYS_POLL = 209 constant SYS_SEMGET (line 115) | SYS_SEMGET = 221 constant SYS_SEMOP (line 116) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 117) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 118) | SYS_MSGGET = 225 constant SYS_MSGSND (line 119) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 120) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 121) | SYS_SHMAT = 228 constant SYS_SHMDT (line 122) | SYS_SHMDT = 230 constant SYS_SHMGET (line 123) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 124) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 125) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 126) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 127) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 128) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 129) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 130) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 131) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 132) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 133) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 134) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 135) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 136) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 137) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 138) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 139) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 140) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 141) | SYS_GETSID = 286 constant SYS___CLONE (line 142) | SYS___CLONE = 287 constant SYS_FKTRACE (line 143) | SYS_FKTRACE = 288 constant SYS_PREADV (line 144) | SYS_PREADV = 289 constant SYS_PWRITEV (line 145) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 146) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 147) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 148) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 149) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 150) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 151) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 152) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 153) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 154) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 155) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 156) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 157) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 158) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 159) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 160) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 161) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 162) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 163) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 164) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 165) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 166) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 167) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 168) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 169) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 170) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 171) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 172) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 173) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 174) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 175) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 176) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 177) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 178) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 179) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 180) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 181) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 182) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 183) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 184) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 185) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 186) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 187) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 188) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 189) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 190) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 191) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 192) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 193) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 194) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 195) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 196) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 197) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 198) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 199) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 200) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 201) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 202) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 203) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 204) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 205) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 206) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 207) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 208) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 209) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 210) | SYS_SOCKET = 394 constant SYS_GETFH (line 211) | SYS_GETFH = 395 constant SYS_MOUNT (line 212) | SYS_MOUNT = 410 constant SYS_MREMAP (line 213) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 214) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 215) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 216) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 217) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 218) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 219) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 220) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 221) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 222) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 223) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 224) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 225) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 226) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 227) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 228) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 229) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 231) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 232) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 233) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 234) | SYS_KEVENT = 435 constant SYS_PSELECT (line 235) | SYS_PSELECT = 436 constant SYS_POLLTS (line 236) | SYS_POLLTS = 437 constant SYS_STAT (line 237) | SYS_STAT = 439 constant SYS_FSTAT (line 238) | SYS_FSTAT = 440 constant SYS_LSTAT (line 239) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 240) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 241) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 242) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 243) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 244) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 245) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 246) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 247) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 248) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 249) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 250) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 251) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 252) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 253) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 254) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 255) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 256) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 258) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 259) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 260) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 261) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 262) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 263) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 264) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 265) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 267) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 268) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 269) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 270) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 271) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 272) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 273) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_LINK (line 15) | SYS_LINK = 9 constant SYS_UNLINK (line 16) | SYS_UNLINK = 10 constant SYS_CHDIR (line 17) | SYS_CHDIR = 12 constant SYS_FCHDIR (line 18) | SYS_FCHDIR = 13 constant SYS_CHMOD (line 19) | SYS_CHMOD = 15 constant SYS_CHOWN (line 20) | SYS_CHOWN = 16 constant SYS_BREAK (line 21) | SYS_BREAK = 17 constant SYS_GETPID (line 22) | SYS_GETPID = 20 constant SYS_UNMOUNT (line 23) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 24) | SYS_SETUID = 23 constant SYS_GETUID (line 25) | SYS_GETUID = 24 constant SYS_GETEUID (line 26) | SYS_GETEUID = 25 constant SYS_PTRACE (line 27) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 28) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 29) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 30) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 31) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 32) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 33) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 34) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 35) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 36) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 37) | SYS_SYNC = 36 constant SYS_KILL (line 38) | SYS_KILL = 37 constant SYS_GETPPID (line 39) | SYS_GETPPID = 39 constant SYS_DUP (line 40) | SYS_DUP = 41 constant SYS_PIPE (line 41) | SYS_PIPE = 42 constant SYS_GETEGID (line 42) | SYS_GETEGID = 43 constant SYS_PROFIL (line 43) | SYS_PROFIL = 44 constant SYS_KTRACE (line 44) | SYS_KTRACE = 45 constant SYS_GETGID (line 45) | SYS_GETGID = 47 constant SYS___GETLOGIN (line 46) | SYS___GETLOGIN = 49 constant SYS___SETLOGIN (line 47) | SYS___SETLOGIN = 50 constant SYS_ACCT (line 48) | SYS_ACCT = 51 constant SYS_IOCTL (line 49) | SYS_IOCTL = 54 constant SYS_REVOKE (line 50) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 51) | SYS_SYMLINK = 57 constant SYS_READLINK (line 52) | SYS_READLINK = 58 constant SYS_EXECVE (line 53) | SYS_EXECVE = 59 constant SYS_UMASK (line 54) | SYS_UMASK = 60 constant SYS_CHROOT (line 55) | SYS_CHROOT = 61 constant SYS_VFORK (line 56) | SYS_VFORK = 66 constant SYS_SBRK (line 57) | SYS_SBRK = 69 constant SYS_SSTK (line 58) | SYS_SSTK = 70 constant SYS_VADVISE (line 59) | SYS_VADVISE = 72 constant SYS_MUNMAP (line 60) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 61) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 62) | SYS_MADVISE = 75 constant SYS_MINCORE (line 63) | SYS_MINCORE = 78 constant SYS_GETGROUPS (line 64) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 65) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 66) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 67) | SYS_SETPGID = 82 constant SYS_DUP2 (line 68) | SYS_DUP2 = 90 constant SYS_FCNTL (line 69) | SYS_FCNTL = 92 constant SYS_FSYNC (line 70) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 71) | SYS_SETPRIORITY = 96 constant SYS_CONNECT (line 72) | SYS_CONNECT = 98 constant SYS_GETPRIORITY (line 73) | SYS_GETPRIORITY = 100 constant SYS_BIND (line 74) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 75) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 76) | SYS_LISTEN = 106 constant SYS_GETSOCKOPT (line 77) | SYS_GETSOCKOPT = 118 constant SYS_READV (line 78) | SYS_READV = 120 constant SYS_WRITEV (line 79) | SYS_WRITEV = 121 constant SYS_FCHOWN (line 80) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 81) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 82) | SYS_SETREUID = 126 constant SYS_SETREGID (line 83) | SYS_SETREGID = 127 constant SYS_RENAME (line 84) | SYS_RENAME = 128 constant SYS_FLOCK (line 85) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 86) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 87) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 88) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 89) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 90) | SYS_MKDIR = 136 constant SYS_RMDIR (line 91) | SYS_RMDIR = 137 constant SYS_SETSID (line 92) | SYS_SETSID = 147 constant SYS_SYSARCH (line 93) | SYS_SYSARCH = 165 constant SYS_PREAD (line 94) | SYS_PREAD = 173 constant SYS_PWRITE (line 95) | SYS_PWRITE = 174 constant SYS_NTP_ADJTIME (line 96) | SYS_NTP_ADJTIME = 176 constant SYS_SETGID (line 97) | SYS_SETGID = 181 constant SYS_SETEGID (line 98) | SYS_SETEGID = 182 constant SYS_SETEUID (line 99) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 100) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 101) | SYS_FPATHCONF = 192 constant SYS_GETRLIMIT (line 102) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 103) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 104) | SYS_MMAP = 197 constant SYS_LSEEK (line 105) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 106) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 107) | SYS_FTRUNCATE = 201 constant SYS___SYSCTL (line 108) | SYS___SYSCTL = 202 constant SYS_MLOCK (line 109) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 110) | SYS_MUNLOCK = 204 constant SYS_UNDELETE (line 111) | SYS_UNDELETE = 205 constant SYS_GETPGID (line 112) | SYS_GETPGID = 207 constant SYS_REBOOT (line 113) | SYS_REBOOT = 208 constant SYS_POLL (line 114) | SYS_POLL = 209 constant SYS_SEMGET (line 115) | SYS_SEMGET = 221 constant SYS_SEMOP (line 116) | SYS_SEMOP = 222 constant SYS_SEMCONFIG (line 117) | SYS_SEMCONFIG = 223 constant SYS_MSGGET (line 118) | SYS_MSGGET = 225 constant SYS_MSGSND (line 119) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 120) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 121) | SYS_SHMAT = 228 constant SYS_SHMDT (line 122) | SYS_SHMDT = 230 constant SYS_SHMGET (line 123) | SYS_SHMGET = 231 constant SYS_TIMER_CREATE (line 124) | SYS_TIMER_CREATE = 235 constant SYS_TIMER_DELETE (line 125) | SYS_TIMER_DELETE = 236 constant SYS_TIMER_GETOVERRUN (line 126) | SYS_TIMER_GETOVERRUN = 239 constant SYS_FDATASYNC (line 127) | SYS_FDATASYNC = 241 constant SYS_MLOCKALL (line 128) | SYS_MLOCKALL = 242 constant SYS_MUNLOCKALL (line 129) | SYS_MUNLOCKALL = 243 constant SYS_SIGQUEUEINFO (line 130) | SYS_SIGQUEUEINFO = 245 constant SYS_MODCTL (line 131) | SYS_MODCTL = 246 constant SYS___POSIX_RENAME (line 132) | SYS___POSIX_RENAME = 270 constant SYS_SWAPCTL (line 133) | SYS_SWAPCTL = 271 constant SYS_MINHERIT (line 134) | SYS_MINHERIT = 273 constant SYS_LCHMOD (line 135) | SYS_LCHMOD = 274 constant SYS_LCHOWN (line 136) | SYS_LCHOWN = 275 constant SYS_MSYNC (line 137) | SYS_MSYNC = 277 constant SYS___POSIX_CHOWN (line 138) | SYS___POSIX_CHOWN = 283 constant SYS___POSIX_FCHOWN (line 139) | SYS___POSIX_FCHOWN = 284 constant SYS___POSIX_LCHOWN (line 140) | SYS___POSIX_LCHOWN = 285 constant SYS_GETSID (line 141) | SYS_GETSID = 286 constant SYS___CLONE (line 142) | SYS___CLONE = 287 constant SYS_FKTRACE (line 143) | SYS_FKTRACE = 288 constant SYS_PREADV (line 144) | SYS_PREADV = 289 constant SYS_PWRITEV (line 145) | SYS_PWRITEV = 290 constant SYS___GETCWD (line 146) | SYS___GETCWD = 296 constant SYS_FCHROOT (line 147) | SYS_FCHROOT = 297 constant SYS_LCHFLAGS (line 148) | SYS_LCHFLAGS = 304 constant SYS_ISSETUGID (line 149) | SYS_ISSETUGID = 305 constant SYS_UTRACE (line 150) | SYS_UTRACE = 306 constant SYS_GETCONTEXT (line 151) | SYS_GETCONTEXT = 307 constant SYS_SETCONTEXT (line 152) | SYS_SETCONTEXT = 308 constant SYS__LWP_CREATE (line 153) | SYS__LWP_CREATE = 309 constant SYS__LWP_EXIT (line 154) | SYS__LWP_EXIT = 310 constant SYS__LWP_SELF (line 155) | SYS__LWP_SELF = 311 constant SYS__LWP_WAIT (line 156) | SYS__LWP_WAIT = 312 constant SYS__LWP_SUSPEND (line 157) | SYS__LWP_SUSPEND = 313 constant SYS__LWP_CONTINUE (line 158) | SYS__LWP_CONTINUE = 314 constant SYS__LWP_WAKEUP (line 159) | SYS__LWP_WAKEUP = 315 constant SYS__LWP_GETPRIVATE (line 160) | SYS__LWP_GETPRIVATE = 316 constant SYS__LWP_SETPRIVATE (line 161) | SYS__LWP_SETPRIVATE = 317 constant SYS__LWP_KILL (line 162) | SYS__LWP_KILL = 318 constant SYS__LWP_DETACH (line 163) | SYS__LWP_DETACH = 319 constant SYS__LWP_UNPARK (line 164) | SYS__LWP_UNPARK = 321 constant SYS__LWP_UNPARK_ALL (line 165) | SYS__LWP_UNPARK_ALL = 322 constant SYS__LWP_SETNAME (line 166) | SYS__LWP_SETNAME = 323 constant SYS__LWP_GETNAME (line 167) | SYS__LWP_GETNAME = 324 constant SYS__LWP_CTL (line 168) | SYS__LWP_CTL = 325 constant SYS___SIGACTION_SIGTRAMP (line 169) | SYS___SIGACTION_SIGTRAMP = 340 constant SYS_PMC_GET_INFO (line 170) | SYS_PMC_GET_INFO = 341 constant SYS_PMC_CONTROL (line 171) | SYS_PMC_CONTROL = 342 constant SYS_RASCTL (line 172) | SYS_RASCTL = 343 constant SYS_KQUEUE (line 173) | SYS_KQUEUE = 344 constant SYS__SCHED_SETPARAM (line 174) | SYS__SCHED_SETPARAM = 346 constant SYS__SCHED_GETPARAM (line 175) | SYS__SCHED_GETPARAM = 347 constant SYS__SCHED_SETAFFINITY (line 176) | SYS__SCHED_SETAFFINITY = 348 constant SYS__SCHED_GETAFFINITY (line 177) | SYS__SCHED_GETAFFINITY = 349 constant SYS_SCHED_YIELD (line 178) | SYS_SCHED_YIELD = 350 constant SYS_FSYNC_RANGE (line 179) | SYS_FSYNC_RANGE = 354 constant SYS_UUIDGEN (line 180) | SYS_UUIDGEN = 355 constant SYS_GETVFSSTAT (line 181) | SYS_GETVFSSTAT = 356 constant SYS_STATVFS1 (line 182) | SYS_STATVFS1 = 357 constant SYS_FSTATVFS1 (line 183) | SYS_FSTATVFS1 = 358 constant SYS_EXTATTRCTL (line 184) | SYS_EXTATTRCTL = 360 constant SYS_EXTATTR_SET_FILE (line 185) | SYS_EXTATTR_SET_FILE = 361 constant SYS_EXTATTR_GET_FILE (line 186) | SYS_EXTATTR_GET_FILE = 362 constant SYS_EXTATTR_DELETE_FILE (line 187) | SYS_EXTATTR_DELETE_FILE = 363 constant SYS_EXTATTR_SET_FD (line 188) | SYS_EXTATTR_SET_FD = 364 constant SYS_EXTATTR_GET_FD (line 189) | SYS_EXTATTR_GET_FD = 365 constant SYS_EXTATTR_DELETE_FD (line 190) | SYS_EXTATTR_DELETE_FD = 366 constant SYS_EXTATTR_SET_LINK (line 191) | SYS_EXTATTR_SET_LINK = 367 constant SYS_EXTATTR_GET_LINK (line 192) | SYS_EXTATTR_GET_LINK = 368 constant SYS_EXTATTR_DELETE_LINK (line 193) | SYS_EXTATTR_DELETE_LINK = 369 constant SYS_EXTATTR_LIST_FD (line 194) | SYS_EXTATTR_LIST_FD = 370 constant SYS_EXTATTR_LIST_FILE (line 195) | SYS_EXTATTR_LIST_FILE = 371 constant SYS_EXTATTR_LIST_LINK (line 196) | SYS_EXTATTR_LIST_LINK = 372 constant SYS_SETXATTR (line 197) | SYS_SETXATTR = 375 constant SYS_LSETXATTR (line 198) | SYS_LSETXATTR = 376 constant SYS_FSETXATTR (line 199) | SYS_FSETXATTR = 377 constant SYS_GETXATTR (line 200) | SYS_GETXATTR = 378 constant SYS_LGETXATTR (line 201) | SYS_LGETXATTR = 379 constant SYS_FGETXATTR (line 202) | SYS_FGETXATTR = 380 constant SYS_LISTXATTR (line 203) | SYS_LISTXATTR = 381 constant SYS_LLISTXATTR (line 204) | SYS_LLISTXATTR = 382 constant SYS_FLISTXATTR (line 205) | SYS_FLISTXATTR = 383 constant SYS_REMOVEXATTR (line 206) | SYS_REMOVEXATTR = 384 constant SYS_LREMOVEXATTR (line 207) | SYS_LREMOVEXATTR = 385 constant SYS_FREMOVEXATTR (line 208) | SYS_FREMOVEXATTR = 386 constant SYS_GETDENTS (line 209) | SYS_GETDENTS = 390 constant SYS_SOCKET (line 210) | SYS_SOCKET = 394 constant SYS_GETFH (line 211) | SYS_GETFH = 395 constant SYS_MOUNT (line 212) | SYS_MOUNT = 410 constant SYS_MREMAP (line 213) | SYS_MREMAP = 411 constant SYS_PSET_CREATE (line 214) | SYS_PSET_CREATE = 412 constant SYS_PSET_DESTROY (line 215) | SYS_PSET_DESTROY = 413 constant SYS_PSET_ASSIGN (line 216) | SYS_PSET_ASSIGN = 414 constant SYS__PSET_BIND (line 217) | SYS__PSET_BIND = 415 constant SYS_POSIX_FADVISE (line 218) | SYS_POSIX_FADVISE = 416 constant SYS_SELECT (line 219) | SYS_SELECT = 417 constant SYS_GETTIMEOFDAY (line 220) | SYS_GETTIMEOFDAY = 418 constant SYS_SETTIMEOFDAY (line 221) | SYS_SETTIMEOFDAY = 419 constant SYS_UTIMES (line 222) | SYS_UTIMES = 420 constant SYS_ADJTIME (line 223) | SYS_ADJTIME = 421 constant SYS_FUTIMES (line 224) | SYS_FUTIMES = 423 constant SYS_LUTIMES (line 225) | SYS_LUTIMES = 424 constant SYS_SETITIMER (line 226) | SYS_SETITIMER = 425 constant SYS_GETITIMER (line 227) | SYS_GETITIMER = 426 constant SYS_CLOCK_GETTIME (line 228) | SYS_CLOCK_GETTIME = 427 constant SYS_CLOCK_SETTIME (line 229) | SYS_CLOCK_SETTIME = 428 constant SYS_CLOCK_GETRES (line 230) | SYS_CLOCK_GETRES = 429 constant SYS_NANOSLEEP (line 231) | SYS_NANOSLEEP = 430 constant SYS___SIGTIMEDWAIT (line 232) | SYS___SIGTIMEDWAIT = 431 constant SYS__LWP_PARK (line 233) | SYS__LWP_PARK = 434 constant SYS_KEVENT (line 234) | SYS_KEVENT = 435 constant SYS_PSELECT (line 235) | SYS_PSELECT = 436 constant SYS_POLLTS (line 236) | SYS_POLLTS = 437 constant SYS_STAT (line 237) | SYS_STAT = 439 constant SYS_FSTAT (line 238) | SYS_FSTAT = 440 constant SYS_LSTAT (line 239) | SYS_LSTAT = 441 constant SYS___SEMCTL (line 240) | SYS___SEMCTL = 442 constant SYS_SHMCTL (line 241) | SYS_SHMCTL = 443 constant SYS_MSGCTL (line 242) | SYS_MSGCTL = 444 constant SYS_GETRUSAGE (line 243) | SYS_GETRUSAGE = 445 constant SYS_TIMER_SETTIME (line 244) | SYS_TIMER_SETTIME = 446 constant SYS_TIMER_GETTIME (line 245) | SYS_TIMER_GETTIME = 447 constant SYS_NTP_GETTIME (line 246) | SYS_NTP_GETTIME = 448 constant SYS_WAIT4 (line 247) | SYS_WAIT4 = 449 constant SYS_MKNOD (line 248) | SYS_MKNOD = 450 constant SYS_FHSTAT (line 249) | SYS_FHSTAT = 451 constant SYS_PIPE2 (line 250) | SYS_PIPE2 = 453 constant SYS_DUP3 (line 251) | SYS_DUP3 = 454 constant SYS_KQUEUE1 (line 252) | SYS_KQUEUE1 = 455 constant SYS_PACCEPT (line 253) | SYS_PACCEPT = 456 constant SYS_LINKAT (line 254) | SYS_LINKAT = 457 constant SYS_RENAMEAT (line 255) | SYS_RENAMEAT = 458 constant SYS_MKFIFOAT (line 256) | SYS_MKFIFOAT = 459 constant SYS_MKNODAT (line 257) | SYS_MKNODAT = 460 constant SYS_MKDIRAT (line 258) | SYS_MKDIRAT = 461 constant SYS_FACCESSAT (line 259) | SYS_FACCESSAT = 462 constant SYS_FCHMODAT (line 260) | SYS_FCHMODAT = 463 constant SYS_FCHOWNAT (line 261) | SYS_FCHOWNAT = 464 constant SYS_FEXECVE (line 262) | SYS_FEXECVE = 465 constant SYS_FSTATAT (line 263) | SYS_FSTATAT = 466 constant SYS_UTIMENSAT (line 264) | SYS_UTIMENSAT = 467 constant SYS_OPENAT (line 265) | SYS_OPENAT = 468 constant SYS_READLINKAT (line 266) | SYS_READLINKAT = 469 constant SYS_SYMLINKAT (line 267) | SYS_SYMLINKAT = 470 constant SYS_UNLINKAT (line 268) | SYS_UNLINKAT = 471 constant SYS_FUTIMENS (line 269) | SYS_FUTIMENS = 472 constant SYS___QUOTACTL (line 270) | SYS___QUOTACTL = 473 constant SYS_POSIX_SPAWN (line 271) | SYS_POSIX_SPAWN = 474 constant SYS_RECVMMSG (line 272) | SYS_RECVMMSG = 475 constant SYS_SENDMMSG (line 273) | SYS_SENDMMSG = 476 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_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_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_MINCORE (line 85) | SYS_MINCORE = 78 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_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_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_MINCORE (line 85) | SYS_MINCORE = 78 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_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_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_MINCORE (line 85) | SYS_MINCORE = 78 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_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_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_mips64.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_MSYSCALL (line 46) | SYS_MSYSCALL = 37 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___REALPATH (line 121) | SYS___REALPATH = 115 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___TMPFD (line 145) | SYS___TMPFD = 164 constant SYS_SYSARCH (line 146) | SYS_SYSARCH = 165 constant SYS_PREAD (line 147) | SYS_PREAD = 173 constant SYS_PWRITE (line 148) | SYS_PWRITE = 174 constant SYS_SETGID (line 149) | SYS_SETGID = 181 constant SYS_SETEGID (line 150) | SYS_SETEGID = 182 constant SYS_SETEUID (line 151) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 152) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 153) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 154) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 155) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 156) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 157) | SYS_MMAP = 197 constant SYS_LSEEK (line 158) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 159) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 160) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 161) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 162) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 163) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 164) | SYS_GETPGID = 207 constant SYS_UTRACE (line 165) | SYS_UTRACE = 209 constant SYS_SEMGET (line 166) | SYS_SEMGET = 221 constant SYS_MSGGET (line 167) | SYS_MSGGET = 225 constant SYS_MSGSND (line 168) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 169) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 170) | SYS_SHMAT = 228 constant SYS_SHMDT (line 171) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 172) | SYS_MINHERIT = 250 constant SYS_POLL (line 173) | SYS_POLL = 252 constant SYS_ISSETUGID (line 174) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 175) | SYS_LCHOWN = 254 constant SYS_GETSID (line 176) | SYS_GETSID = 255 constant SYS_MSYNC (line 177) | SYS_MSYNC = 256 constant SYS_PIPE (line 178) | SYS_PIPE = 263 constant SYS_FHOPEN (line 179) | SYS_FHOPEN = 264 constant SYS_PREADV (line 180) | SYS_PREADV = 267 constant SYS_PWRITEV (line 181) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 182) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 183) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 184) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 185) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 186) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 187) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 188) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 189) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 190) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 191) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 192) | SYS_SHMGET = 289 constant SYS_SEMOP (line 193) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 194) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 195) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 196) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 197) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 198) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 199) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 200) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 201) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 202) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 203) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 204) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 205) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 206) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 207) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 208) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 209) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 210) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 211) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 212) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 213) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 214) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 215) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 216) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 217) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 218) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 219) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 220) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go constant SYS_EXIT (line 9) | SYS_EXIT = 1 constant SYS_FORK (line 10) | SYS_FORK = 2 constant SYS_READ (line 11) | SYS_READ = 3 constant SYS_WRITE (line 12) | SYS_WRITE = 4 constant SYS_OPEN (line 13) | SYS_OPEN = 5 constant SYS_CLOSE (line 14) | SYS_CLOSE = 6 constant SYS_GETENTROPY (line 15) | SYS_GETENTROPY = 7 constant SYS___TFORK (line 16) | SYS___TFORK = 8 constant SYS_LINK (line 17) | SYS_LINK = 9 constant SYS_UNLINK (line 18) | SYS_UNLINK = 10 constant SYS_WAIT4 (line 19) | SYS_WAIT4 = 11 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_GETDTABLECOUNT (line 26) | SYS_GETDTABLECOUNT = 18 constant SYS_GETRUSAGE (line 27) | SYS_GETRUSAGE = 19 constant SYS_GETPID (line 28) | SYS_GETPID = 20 constant SYS_MOUNT (line 29) | SYS_MOUNT = 21 constant SYS_UNMOUNT (line 30) | SYS_UNMOUNT = 22 constant SYS_SETUID (line 31) | SYS_SETUID = 23 constant SYS_GETUID (line 32) | SYS_GETUID = 24 constant SYS_GETEUID (line 33) | SYS_GETEUID = 25 constant SYS_PTRACE (line 34) | SYS_PTRACE = 26 constant SYS_RECVMSG (line 35) | SYS_RECVMSG = 27 constant SYS_SENDMSG (line 36) | SYS_SENDMSG = 28 constant SYS_RECVFROM (line 37) | SYS_RECVFROM = 29 constant SYS_ACCEPT (line 38) | SYS_ACCEPT = 30 constant SYS_GETPEERNAME (line 39) | SYS_GETPEERNAME = 31 constant SYS_GETSOCKNAME (line 40) | SYS_GETSOCKNAME = 32 constant SYS_ACCESS (line 41) | SYS_ACCESS = 33 constant SYS_CHFLAGS (line 42) | SYS_CHFLAGS = 34 constant SYS_FCHFLAGS (line 43) | SYS_FCHFLAGS = 35 constant SYS_SYNC (line 44) | SYS_SYNC = 36 constant SYS_STAT (line 45) | SYS_STAT = 38 constant SYS_GETPPID (line 46) | SYS_GETPPID = 39 constant SYS_LSTAT (line 47) | SYS_LSTAT = 40 constant SYS_DUP (line 48) | SYS_DUP = 41 constant SYS_FSTATAT (line 49) | SYS_FSTATAT = 42 constant SYS_GETEGID (line 50) | SYS_GETEGID = 43 constant SYS_PROFIL (line 51) | SYS_PROFIL = 44 constant SYS_KTRACE (line 52) | SYS_KTRACE = 45 constant SYS_SIGACTION (line 53) | SYS_SIGACTION = 46 constant SYS_GETGID (line 54) | SYS_GETGID = 47 constant SYS_SIGPROCMASK (line 55) | SYS_SIGPROCMASK = 48 constant SYS_SETLOGIN (line 56) | SYS_SETLOGIN = 50 constant SYS_ACCT (line 57) | SYS_ACCT = 51 constant SYS_SIGPENDING (line 58) | SYS_SIGPENDING = 52 constant SYS_FSTAT (line 59) | SYS_FSTAT = 53 constant SYS_IOCTL (line 60) | SYS_IOCTL = 54 constant SYS_REBOOT (line 61) | SYS_REBOOT = 55 constant SYS_REVOKE (line 62) | SYS_REVOKE = 56 constant SYS_SYMLINK (line 63) | SYS_SYMLINK = 57 constant SYS_READLINK (line 64) | SYS_READLINK = 58 constant SYS_EXECVE (line 65) | SYS_EXECVE = 59 constant SYS_UMASK (line 66) | SYS_UMASK = 60 constant SYS_CHROOT (line 67) | SYS_CHROOT = 61 constant SYS_GETFSSTAT (line 68) | SYS_GETFSSTAT = 62 constant SYS_STATFS (line 69) | SYS_STATFS = 63 constant SYS_FSTATFS (line 70) | SYS_FSTATFS = 64 constant SYS_FHSTATFS (line 71) | SYS_FHSTATFS = 65 constant SYS_VFORK (line 72) | SYS_VFORK = 66 constant SYS_GETTIMEOFDAY (line 73) | SYS_GETTIMEOFDAY = 67 constant SYS_SETTIMEOFDAY (line 74) | SYS_SETTIMEOFDAY = 68 constant SYS_SETITIMER (line 75) | SYS_SETITIMER = 69 constant SYS_GETITIMER (line 76) | SYS_GETITIMER = 70 constant SYS_SELECT (line 77) | SYS_SELECT = 71 constant SYS_KEVENT (line 78) | SYS_KEVENT = 72 constant SYS_MUNMAP (line 79) | SYS_MUNMAP = 73 constant SYS_MPROTECT (line 80) | SYS_MPROTECT = 74 constant SYS_MADVISE (line 81) | SYS_MADVISE = 75 constant SYS_UTIMES (line 82) | SYS_UTIMES = 76 constant SYS_FUTIMES (line 83) | SYS_FUTIMES = 77 constant SYS_GETGROUPS (line 84) | SYS_GETGROUPS = 79 constant SYS_SETGROUPS (line 85) | SYS_SETGROUPS = 80 constant SYS_GETPGRP (line 86) | SYS_GETPGRP = 81 constant SYS_SETPGID (line 87) | SYS_SETPGID = 82 constant SYS_FUTEX (line 88) | SYS_FUTEX = 83 constant SYS_UTIMENSAT (line 89) | SYS_UTIMENSAT = 84 constant SYS_FUTIMENS (line 90) | SYS_FUTIMENS = 85 constant SYS_KBIND (line 91) | SYS_KBIND = 86 constant SYS_CLOCK_GETTIME (line 92) | SYS_CLOCK_GETTIME = 87 constant SYS_CLOCK_SETTIME (line 93) | SYS_CLOCK_SETTIME = 88 constant SYS_CLOCK_GETRES (line 94) | SYS_CLOCK_GETRES = 89 constant SYS_DUP2 (line 95) | SYS_DUP2 = 90 constant SYS_NANOSLEEP (line 96) | SYS_NANOSLEEP = 91 constant SYS_FCNTL (line 97) | SYS_FCNTL = 92 constant SYS_ACCEPT4 (line 98) | SYS_ACCEPT4 = 93 constant SYS___THRSLEEP (line 99) | SYS___THRSLEEP = 94 constant SYS_FSYNC (line 100) | SYS_FSYNC = 95 constant SYS_SETPRIORITY (line 101) | SYS_SETPRIORITY = 96 constant SYS_SOCKET (line 102) | SYS_SOCKET = 97 constant SYS_CONNECT (line 103) | SYS_CONNECT = 98 constant SYS_GETDENTS (line 104) | SYS_GETDENTS = 99 constant SYS_GETPRIORITY (line 105) | SYS_GETPRIORITY = 100 constant SYS_PIPE2 (line 106) | SYS_PIPE2 = 101 constant SYS_DUP3 (line 107) | SYS_DUP3 = 102 constant SYS_SIGRETURN (line 108) | SYS_SIGRETURN = 103 constant SYS_BIND (line 109) | SYS_BIND = 104 constant SYS_SETSOCKOPT (line 110) | SYS_SETSOCKOPT = 105 constant SYS_LISTEN (line 111) | SYS_LISTEN = 106 constant SYS_CHFLAGSAT (line 112) | SYS_CHFLAGSAT = 107 constant SYS_PLEDGE (line 113) | SYS_PLEDGE = 108 constant SYS_PPOLL (line 114) | SYS_PPOLL = 109 constant SYS_PSELECT (line 115) | SYS_PSELECT = 110 constant SYS_SIGSUSPEND (line 116) | SYS_SIGSUSPEND = 111 constant SYS_SENDSYSLOG (line 117) | SYS_SENDSYSLOG = 112 constant SYS_UNVEIL (line 118) | SYS_UNVEIL = 114 constant SYS_GETSOCKOPT (line 119) | SYS_GETSOCKOPT = 118 constant SYS_THRKILL (line 120) | SYS_THRKILL = 119 constant SYS_READV (line 121) | SYS_READV = 120 constant SYS_WRITEV (line 122) | SYS_WRITEV = 121 constant SYS_KILL (line 123) | SYS_KILL = 122 constant SYS_FCHOWN (line 124) | SYS_FCHOWN = 123 constant SYS_FCHMOD (line 125) | SYS_FCHMOD = 124 constant SYS_SETREUID (line 126) | SYS_SETREUID = 126 constant SYS_SETREGID (line 127) | SYS_SETREGID = 127 constant SYS_RENAME (line 128) | SYS_RENAME = 128 constant SYS_FLOCK (line 129) | SYS_FLOCK = 131 constant SYS_MKFIFO (line 130) | SYS_MKFIFO = 132 constant SYS_SENDTO (line 131) | SYS_SENDTO = 133 constant SYS_SHUTDOWN (line 132) | SYS_SHUTDOWN = 134 constant SYS_SOCKETPAIR (line 133) | SYS_SOCKETPAIR = 135 constant SYS_MKDIR (line 134) | SYS_MKDIR = 136 constant SYS_RMDIR (line 135) | SYS_RMDIR = 137 constant SYS_ADJTIME (line 136) | SYS_ADJTIME = 140 constant SYS_GETLOGIN_R (line 137) | SYS_GETLOGIN_R = 141 constant SYS_SETSID (line 138) | SYS_SETSID = 147 constant SYS_QUOTACTL (line 139) | SYS_QUOTACTL = 148 constant SYS_NFSSVC (line 140) | SYS_NFSSVC = 155 constant SYS_GETFH (line 141) | SYS_GETFH = 161 constant SYS_SYSARCH (line 142) | SYS_SYSARCH = 165 constant SYS_PREAD (line 143) | SYS_PREAD = 173 constant SYS_PWRITE (line 144) | SYS_PWRITE = 174 constant SYS_SETGID (line 145) | SYS_SETGID = 181 constant SYS_SETEGID (line 146) | SYS_SETEGID = 182 constant SYS_SETEUID (line 147) | SYS_SETEUID = 183 constant SYS_PATHCONF (line 148) | SYS_PATHCONF = 191 constant SYS_FPATHCONF (line 149) | SYS_FPATHCONF = 192 constant SYS_SWAPCTL (line 150) | SYS_SWAPCTL = 193 constant SYS_GETRLIMIT (line 151) | SYS_GETRLIMIT = 194 constant SYS_SETRLIMIT (line 152) | SYS_SETRLIMIT = 195 constant SYS_MMAP (line 153) | SYS_MMAP = 197 constant SYS_LSEEK (line 154) | SYS_LSEEK = 199 constant SYS_TRUNCATE (line 155) | SYS_TRUNCATE = 200 constant SYS_FTRUNCATE (line 156) | SYS_FTRUNCATE = 201 constant SYS_SYSCTL (line 157) | SYS_SYSCTL = 202 constant SYS_MLOCK (line 158) | SYS_MLOCK = 203 constant SYS_MUNLOCK (line 159) | SYS_MUNLOCK = 204 constant SYS_GETPGID (line 160) | SYS_GETPGID = 207 constant SYS_UTRACE (line 161) | SYS_UTRACE = 209 constant SYS_SEMGET (line 162) | SYS_SEMGET = 221 constant SYS_MSGGET (line 163) | SYS_MSGGET = 225 constant SYS_MSGSND (line 164) | SYS_MSGSND = 226 constant SYS_MSGRCV (line 165) | SYS_MSGRCV = 227 constant SYS_SHMAT (line 166) | SYS_SHMAT = 228 constant SYS_SHMDT (line 167) | SYS_SHMDT = 230 constant SYS_MINHERIT (line 168) | SYS_MINHERIT = 250 constant SYS_POLL (line 169) | SYS_POLL = 252 constant SYS_ISSETUGID (line 170) | SYS_ISSETUGID = 253 constant SYS_LCHOWN (line 171) | SYS_LCHOWN = 254 constant SYS_GETSID (line 172) | SYS_GETSID = 255 constant SYS_MSYNC (line 173) | SYS_MSYNC = 256 constant SYS_PIPE (line 174) | SYS_PIPE = 263 constant SYS_FHOPEN (line 175) | SYS_FHOPEN = 264 constant SYS_PREADV (line 176) | SYS_PREADV = 267 constant SYS_PWRITEV (line 177) | SYS_PWRITEV = 268 constant SYS_KQUEUE (line 178) | SYS_KQUEUE = 269 constant SYS_MLOCKALL (line 179) | SYS_MLOCKALL = 271 constant SYS_MUNLOCKALL (line 180) | SYS_MUNLOCKALL = 272 constant SYS_GETRESUID (line 181) | SYS_GETRESUID = 281 constant SYS_SETRESUID (line 182) | SYS_SETRESUID = 282 constant SYS_GETRESGID (line 183) | SYS_GETRESGID = 283 constant SYS_SETRESGID (line 184) | SYS_SETRESGID = 284 constant SYS_MQUERY (line 185) | SYS_MQUERY = 286 constant SYS_CLOSEFROM (line 186) | SYS_CLOSEFROM = 287 constant SYS_SIGALTSTACK (line 187) | SYS_SIGALTSTACK = 288 constant SYS_SHMGET (line 188) | SYS_SHMGET = 289 constant SYS_SEMOP (line 189) | SYS_SEMOP = 290 constant SYS_FHSTAT (line 190) | SYS_FHSTAT = 294 constant SYS___SEMCTL (line 191) | SYS___SEMCTL = 295 constant SYS_SHMCTL (line 192) | SYS_SHMCTL = 296 constant SYS_MSGCTL (line 193) | SYS_MSGCTL = 297 constant SYS_SCHED_YIELD (line 194) | SYS_SCHED_YIELD = 298 constant SYS_GETTHRID (line 195) | SYS_GETTHRID = 299 constant SYS___THRWAKEUP (line 196) | SYS___THRWAKEUP = 301 constant SYS___THREXIT (line 197) | SYS___THREXIT = 302 constant SYS___THRSIGDIVERT (line 198) | SYS___THRSIGDIVERT = 303 constant SYS___GETCWD (line 199) | SYS___GETCWD = 304 constant SYS_ADJFREQ (line 200) | SYS_ADJFREQ = 305 constant SYS_SETRTABLE (line 201) | SYS_SETRTABLE = 310 constant SYS_GETRTABLE (line 202) | SYS_GETRTABLE = 311 constant SYS_FACCESSAT (line 203) | SYS_FACCESSAT = 313 constant SYS_FCHMODAT (line 204) | SYS_FCHMODAT = 314 constant SYS_FCHOWNAT (line 205) | SYS_FCHOWNAT = 315 constant SYS_LINKAT (line 206) | SYS_LINKAT = 317 constant SYS_MKDIRAT (line 207) | SYS_MKDIRAT = 318 constant SYS_MKFIFOAT (line 208) | SYS_MKFIFOAT = 319 constant SYS_MKNODAT (line 209) | SYS_MKNODAT = 320 constant SYS_OPENAT (line 210) | SYS_OPENAT = 321 constant SYS_READLINKAT (line 211) | SYS_READLINKAT = 322 constant SYS_RENAMEAT (line 212) | SYS_RENAMEAT = 323 constant SYS_SYMLINKAT (line 213) | SYS_SYMLINKAT = 324 constant SYS_UNLINKAT (line 214) | SYS_UNLINKAT = 325 constant SYS___SET_TCB (line 215) | SYS___SET_TCB = 329 constant SYS___GET_TCB (line 216) | SYS___GET_TCB = 330 FILE: vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.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_zos_s390x.go constant SYS_ACOSD128 (line 12) | SYS_ACOSD128 = 0xB80 constant SYS_ACOSD32 (line 13) | SYS_ACOSD32 = 0xB7E constant SYS_ACOSD64 (line 14) | SYS_ACOSD64 = 0xB7F constant SYS_ACOSHD128 (line 15) | SYS_ACOSHD128 = 0xB83 constant SYS_ACOSHD32 (line 16) | SYS_ACOSHD32 = 0xB81 constant SYS_ACOSHD64 (line 17) | SYS_ACOSHD64 = 0xB82 constant SYS_AIO_FSYNC (line 18) | SYS_AIO_FSYNC = 0xC69 constant SYS_ASCTIME (line 19) | SYS_ASCTIME = 0x0AE constant SYS_ASCTIME64 (line 20) | SYS_ASCTIME64 = 0xCD7 constant SYS_ASCTIME64_R (line 21) | SYS_ASCTIME64_R = 0xCD8 constant SYS_ASIND128 (line 22) | SYS_ASIND128 = 0xB86 constant SYS_ASIND32 (line 23) | SYS_ASIND32 = 0xB84 constant SYS_ASIND64 (line 24) | SYS_ASIND64 = 0xB85 constant SYS_ASINHD128 (line 25) | SYS_ASINHD128 = 0xB89 constant SYS_ASINHD32 (line 26) | SYS_ASINHD32 = 0xB87 constant SYS_ASINHD64 (line 27) | SYS_ASINHD64 = 0xB88 constant SYS_ATAN2D128 (line 28) | SYS_ATAN2D128 = 0xB8F constant SYS_ATAN2D32 (line 29) | SYS_ATAN2D32 = 0xB8D constant SYS_ATAN2D64 (line 30) | SYS_ATAN2D64 = 0xB8E constant SYS_ATAND128 (line 31) | SYS_ATAND128 = 0xB8C constant SYS_ATAND32 (line 32) | SYS_ATAND32 = 0xB8A constant SYS_ATAND64 (line 33) | SYS_ATAND64 = 0xB8B constant SYS_ATANHD128 (line 34) | SYS_ATANHD128 = 0xB92 constant SYS_ATANHD32 (line 35) | SYS_ATANHD32 = 0xB90 constant SYS_ATANHD64 (line 36) | SYS_ATANHD64 = 0xB91 constant SYS_BIND2ADDRSEL (line 37) | SYS_BIND2ADDRSEL = 0xD59 constant SYS_C16RTOMB (line 38) | SYS_C16RTOMB = 0xD40 constant SYS_C32RTOMB (line 39) | SYS_C32RTOMB = 0xD41 constant SYS_CBRTD128 (line 40) | SYS_CBRTD128 = 0xB95 constant SYS_CBRTD32 (line 41) | SYS_CBRTD32 = 0xB93 constant SYS_CBRTD64 (line 42) | SYS_CBRTD64 = 0xB94 constant SYS_CEILD128 (line 43) | SYS_CEILD128 = 0xB98 constant SYS_CEILD32 (line 44) | SYS_CEILD32 = 0xB96 constant SYS_CEILD64 (line 45) | SYS_CEILD64 = 0xB97 constant SYS_CLEARENV (line 46) | SYS_CLEARENV = 0x0C9 constant SYS_CLEARERR_UNLOCKED (line 47) | SYS_CLEARERR_UNLOCKED = 0xCA1 constant SYS_CLOCK (line 48) | SYS_CLOCK = 0x0AA constant SYS_CLOGL (line 49) | SYS_CLOGL = 0xA00 constant SYS_CLRMEMF (line 50) | SYS_CLRMEMF = 0x0BD constant SYS_CONJ (line 51) | SYS_CONJ = 0xA03 constant SYS_CONJF (line 52) | SYS_CONJF = 0xA06 constant SYS_CONJL (line 53) | SYS_CONJL = 0xA09 constant SYS_COPYSIGND128 (line 54) | SYS_COPYSIGND128 = 0xB9E constant SYS_COPYSIGND32 (line 55) | SYS_COPYSIGND32 = 0xB9C constant SYS_COPYSIGND64 (line 56) | SYS_COPYSIGND64 = 0xB9D constant SYS_COSD128 (line 57) | SYS_COSD128 = 0xBA1 constant SYS_COSD32 (line 58) | SYS_COSD32 = 0xB9F constant SYS_COSD64 (line 59) | SYS_COSD64 = 0xBA0 constant SYS_COSHD128 (line 60) | SYS_COSHD128 = 0xBA4 constant SYS_COSHD32 (line 61) | SYS_COSHD32 = 0xBA2 constant SYS_COSHD64 (line 62) | SYS_COSHD64 = 0xBA3 constant SYS_CPOW (line 63) | SYS_CPOW = 0xA0C constant SYS_CPOWF (line 64) | SYS_CPOWF = 0xA0F constant SYS_CPOWL (line 65) | SYS_CPOWL = 0xA12 constant SYS_CPROJ (line 66) | SYS_CPROJ = 0xA15 constant SYS_CPROJF (line 67) | SYS_CPROJF = 0xA18 constant SYS_CPROJL (line 68) | SYS_CPROJL = 0xA1B constant SYS_CREAL (line 69) | SYS_CREAL = 0xA1E constant SYS_CREALF (line 70) | SYS_CREALF = 0xA21 constant SYS_CREALL (line 71) | SYS_CREALL = 0xA24 constant SYS_CSIN (line 72) | SYS_CSIN = 0xA27 constant SYS_CSINF (line 73) | SYS_CSINF = 0xA2A constant SYS_CSINH (line 74) | SYS_CSINH = 0xA30 constant SYS_CSINHF (line 75) | SYS_CSINHF = 0xA33 constant SYS_CSINHL (line 76) | SYS_CSINHL = 0xA36 constant SYS_CSINL (line 77) | SYS_CSINL = 0xA2D constant SYS_CSNAP (line 78) | SYS_CSNAP = 0x0C5 constant SYS_CSQRT (line 79) | SYS_CSQRT = 0xA39 constant SYS_CSQRTF (line 80) | SYS_CSQRTF = 0xA3C constant SYS_CSQRTL (line 81) | SYS_CSQRTL = 0xA3F constant SYS_CTAN (line 82) | SYS_CTAN = 0xA42 constant SYS_CTANF (line 83) | SYS_CTANF = 0xA45 constant SYS_CTANH (line 84) | SYS_CTANH = 0xA4B constant SYS_CTANHF (line 85) | SYS_CTANHF = 0xA4E constant SYS_CTANHL (line 86) | SYS_CTANHL = 0xA51 constant SYS_CTANL (line 87) | SYS_CTANL = 0xA48 constant SYS_CTIME (line 88) | SYS_CTIME = 0x0AB constant SYS_CTIME64 (line 89) | SYS_CTIME64 = 0xCD9 constant SYS_CTIME64_R (line 90) | SYS_CTIME64_R = 0xCDA constant SYS_CTRACE (line 91) | SYS_CTRACE = 0x0C6 constant SYS_DIFFTIME (line 92) | SYS_DIFFTIME = 0x0A7 constant SYS_DIFFTIME64 (line 93) | SYS_DIFFTIME64 = 0xCDB constant SYS_DLADDR (line 94) | SYS_DLADDR = 0xC82 constant SYS_DYNALLOC (line 95) | SYS_DYNALLOC = 0x0C3 constant SYS_DYNFREE (line 96) | SYS_DYNFREE = 0x0C2 constant SYS_ERFCD128 (line 97) | SYS_ERFCD128 = 0xBAA constant SYS_ERFCD32 (line 98) | SYS_ERFCD32 = 0xBA8 constant SYS_ERFCD64 (line 99) | SYS_ERFCD64 = 0xBA9 constant SYS_ERFD128 (line 100) | SYS_ERFD128 = 0xBA7 constant SYS_ERFD32 (line 101) | SYS_ERFD32 = 0xBA5 constant SYS_ERFD64 (line 102) | SYS_ERFD64 = 0xBA6 constant SYS_EXP2D128 (line 103) | SYS_EXP2D128 = 0xBB0 constant SYS_EXP2D32 (line 104) | SYS_EXP2D32 = 0xBAE constant SYS_EXP2D64 (line 105) | SYS_EXP2D64 = 0xBAF constant SYS_EXPD128 (line 106) | SYS_EXPD128 = 0xBAD constant SYS_EXPD32 (line 107) | SYS_EXPD32 = 0xBAB constant SYS_EXPD64 (line 108) | SYS_EXPD64 = 0xBAC constant SYS_EXPM1D128 (line 109) | SYS_EXPM1D128 = 0xBB3 constant SYS_EXPM1D32 (line 110) | SYS_EXPM1D32 = 0xBB1 constant SYS_EXPM1D64 (line 111) | SYS_EXPM1D64 = 0xBB2 constant SYS_FABSD128 (line 112) | SYS_FABSD128 = 0xBB6 constant SYS_FABSD32 (line 113) | SYS_FABSD32 = 0xBB4 constant SYS_FABSD64 (line 114) | SYS_FABSD64 = 0xBB5 constant SYS_FDELREC_UNLOCKED (line 115) | SYS_FDELREC_UNLOCKED = 0xCA2 constant SYS_FDIMD128 (line 116) | SYS_FDIMD128 = 0xBB9 constant SYS_FDIMD32 (line 117) | SYS_FDIMD32 = 0xBB7 constant SYS_FDIMD64 (line 118) | SYS_FDIMD64 = 0xBB8 constant SYS_FDOPEN_UNLOCKED (line 119) | SYS_FDOPEN_UNLOCKED = 0xCFC constant SYS_FECLEAREXCEPT (line 120) | SYS_FECLEAREXCEPT = 0xAEA constant SYS_FEGETENV (line 121) | SYS_FEGETENV = 0xAEB constant SYS_FEGETEXCEPTFLAG (line 122) | SYS_FEGETEXCEPTFLAG = 0xAEC constant SYS_FEGETROUND (line 123) | SYS_FEGETROUND = 0xAED constant SYS_FEHOLDEXCEPT (line 124) | SYS_FEHOLDEXCEPT = 0xAEE constant SYS_FEOF_UNLOCKED (line 125) | SYS_FEOF_UNLOCKED = 0xCA3 constant SYS_FERAISEEXCEPT (line 126) | SYS_FERAISEEXCEPT = 0xAEF constant SYS_FERROR_UNLOCKED (line 127) | SYS_FERROR_UNLOCKED = 0xCA4 constant SYS_FESETENV (line 128) | SYS_FESETENV = 0xAF0 constant SYS_FESETEXCEPTFLAG (line 129) | SYS_FESETEXCEPTFLAG = 0xAF1 constant SYS_FESETROUND (line 130) | SYS_FESETROUND = 0xAF2 constant SYS_FETCHEP (line 131) | SYS_FETCHEP = 0x0BF constant SYS_FETESTEXCEPT (line 132) | SYS_FETESTEXCEPT = 0xAF3 constant SYS_FEUPDATEENV (line 133) | SYS_FEUPDATEENV = 0xAF4 constant SYS_FE_DEC_GETROUND (line 134) | SYS_FE_DEC_GETROUND = 0xBBA constant SYS_FE_DEC_SETROUND (line 135) | SYS_FE_DEC_SETROUND = 0xBBB constant SYS_FFLUSH_UNLOCKED (line 136) | SYS_FFLUSH_UNLOCKED = 0xCA5 constant SYS_FGETC_UNLOCKED (line 137) | SYS_FGETC_UNLOCKED = 0xC80 constant SYS_FGETPOS64 (line 138) | SYS_FGETPOS64 = 0xCEE constant SYS_FGETPOS64_UNLOCKED (line 139) | SYS_FGETPOS64_UNLOCKED = 0xCF4 constant SYS_FGETPOS_UNLOCKED (line 140) | SYS_FGETPOS_UNLOCKED = 0xCA6 constant SYS_FGETS_UNLOCKED (line 141) | SYS_FGETS_UNLOCKED = 0xC7C constant SYS_FGETWC_UNLOCKED (line 142) | SYS_FGETWC_UNLOCKED = 0xCA7 constant SYS_FGETWS_UNLOCKED (line 143) | SYS_FGETWS_UNLOCKED = 0xCA8 constant SYS_FILENO_UNLOCKED (line 144) | SYS_FILENO_UNLOCKED = 0xCA9 constant SYS_FLDATA (line 145) | SYS_FLDATA = 0x0C1 constant SYS_FLDATA_UNLOCKED (line 146) | SYS_FLDATA_UNLOCKED = 0xCAA constant SYS_FLOCATE_UNLOCKED (line 147) | SYS_FLOCATE_UNLOCKED = 0xCAB constant SYS_FLOORD128 (line 148) | SYS_FLOORD128 = 0xBBE constant SYS_FLOORD32 (line 149) | SYS_FLOORD32 = 0xBBC constant SYS_FLOORD64 (line 150) | SYS_FLOORD64 = 0xBBD constant SYS_FMA (line 151) | SYS_FMA = 0xA63 constant SYS_FMAD128 (line 152) | SYS_FMAD128 = 0xBC1 constant SYS_FMAD32 (line 153) | SYS_FMAD32 = 0xBBF constant SYS_FMAD64 (line 154) | SYS_FMAD64 = 0xBC0 constant SYS_FMAF (line 155) | SYS_FMAF = 0xA66 constant SYS_FMAL (line 156) | SYS_FMAL = 0xA69 constant SYS_FMAX (line 157) | SYS_FMAX = 0xA6C constant SYS_FMAXD128 (line 158) | SYS_FMAXD128 = 0xBC4 constant SYS_FMAXD32 (line 159) | SYS_FMAXD32 = 0xBC2 constant SYS_FMAXD64 (line 160) | SYS_FMAXD64 = 0xBC3 constant SYS_FMAXF (line 161) | SYS_FMAXF = 0xA6F constant SYS_FMAXL (line 162) | SYS_FMAXL = 0xA72 constant SYS_FMIN (line 163) | SYS_FMIN = 0xA75 constant SYS_FMIND128 (line 164) | SYS_FMIND128 = 0xBC7 constant SYS_FMIND32 (line 165) | SYS_FMIND32 = 0xBC5 constant SYS_FMIND64 (line 166) | SYS_FMIND64 = 0xBC6 constant SYS_FMINF (line 167) | SYS_FMINF = 0xA78 constant SYS_FMINL (line 168) | SYS_FMINL = 0xA7B constant SYS_FMODD128 (line 169) | SYS_FMODD128 = 0xBCA constant SYS_FMODD32 (line 170) | SYS_FMODD32 = 0xBC8 constant SYS_FMODD64 (line 171) | SYS_FMODD64 = 0xBC9 constant SYS_FOPEN64 (line 172) | SYS_FOPEN64 = 0xD49 constant SYS_FOPEN64_UNLOCKED (line 173) | SYS_FOPEN64_UNLOCKED = 0xD4A constant SYS_FOPEN_UNLOCKED (line 174) | SYS_FOPEN_UNLOCKED = 0xCFA constant SYS_FPRINTF_UNLOCKED (line 175) | SYS_FPRINTF_UNLOCKED = 0xCAC constant SYS_FPUTC_UNLOCKED (line 176) | SYS_FPUTC_UNLOCKED = 0xC81 constant SYS_FPUTS_UNLOCKED (line 177) | SYS_FPUTS_UNLOCKED = 0xC7E constant SYS_FPUTWC_UNLOCKED (line 178) | SYS_FPUTWC_UNLOCKED = 0xCAD constant SYS_FPUTWS_UNLOCKED (line 179) | SYS_FPUTWS_UNLOCKED = 0xCAE constant SYS_FREAD_NOUPDATE (line 180) | SYS_FREAD_NOUPDATE = 0xCEC constant SYS_FREAD_NOUPDATE_UNLOCKED (line 181) | SYS_FREAD_NOUPDATE_UNLOCKED = 0xCED constant SYS_FREAD_UNLOCKED (line 182) | SYS_FREAD_UNLOCKED = 0xC7B constant SYS_FREEIFADDRS (line 183) | SYS_FREEIFADDRS = 0xCE6 constant SYS_FREOPEN64 (line 184) | SYS_FREOPEN64 = 0xD4B constant SYS_FREOPEN64_UNLOCKED (line 185) | SYS_FREOPEN64_UNLOCKED = 0xD4C constant SYS_FREOPEN_UNLOCKED (line 186) | SYS_FREOPEN_UNLOCKED = 0xCFB constant SYS_FREXPD128 (line 187) | SYS_FREXPD128 = 0xBCE constant SYS_FREXPD32 (line 188) | SYS_FREXPD32 = 0xBCC constant SYS_FREXPD64 (line 189) | SYS_FREXPD64 = 0xBCD constant SYS_FSCANF_UNLOCKED (line 190) | SYS_FSCANF_UNLOCKED = 0xCAF constant SYS_FSEEK64 (line 191) | SYS_FSEEK64 = 0xCEF constant SYS_FSEEK64_UNLOCKED (line 192) | SYS_FSEEK64_UNLOCKED = 0xCF5 constant SYS_FSEEKO64 (line 193) | SYS_FSEEKO64 = 0xCF0 constant SYS_FSEEKO64_UNLOCKED (line 194) | SYS_FSEEKO64_UNLOCKED = 0xCF6 constant SYS_FSEEKO_UNLOCKED (line 195) | SYS_FSEEKO_UNLOCKED = 0xCB1 constant SYS_FSEEK_UNLOCKED (line 196) | SYS_FSEEK_UNLOCKED = 0xCB0 constant SYS_FSETPOS64 (line 197) | SYS_FSETPOS64 = 0xCF1 constant SYS_FSETPOS64_UNLOCKED (line 198) | SYS_FSETPOS64_UNLOCKED = 0xCF7 constant SYS_FSETPOS_UNLOCKED (line 199) | SYS_FSETPOS_UNLOCKED = 0xCB3 constant SYS_FTELL64 (line 200) | SYS_FTELL64 = 0xCF2 constant SYS_FTELL64_UNLOCKED (line 201) | SYS_FTELL64_UNLOCKED = 0xCF8 constant SYS_FTELLO64 (line 202) | SYS_FTELLO64 = 0xCF3 constant SYS_FTELLO64_UNLOCKED (line 203) | SYS_FTELLO64_UNLOCKED = 0xCF9 constant SYS_FTELLO_UNLOCKED (line 204) | SYS_FTELLO_UNLOCKED = 0xCB5 constant SYS_FTELL_UNLOCKED (line 205) | SYS_FTELL_UNLOCKED = 0xCB4 constant SYS_FUPDATE (line 206) | SYS_FUPDATE = 0x0B5 constant SYS_FUPDATE_UNLOCKED (line 207) | SYS_FUPDATE_UNLOCKED = 0xCB7 constant SYS_FWIDE_UNLOCKED (line 208) | SYS_FWIDE_UNLOCKED = 0xCB8 constant SYS_FWPRINTF_UNLOCKED (line 209) | SYS_FWPRINTF_UNLOCKED = 0xCB9 constant SYS_FWRITE_UNLOCKED (line 210) | SYS_FWRITE_UNLOCKED = 0xC7A constant SYS_FWSCANF_UNLOCKED (line 211) | SYS_FWSCANF_UNLOCKED = 0xCBA constant SYS_GETDATE64 (line 212) | SYS_GETDATE64 = 0xD4F constant SYS_GETIFADDRS (line 213) | SYS_GETIFADDRS = 0xCE7 constant SYS_GETIPV4SOURCEFILTER (line 214) | SYS_GETIPV4SOURCEFILTER = 0xC77 constant SYS_GETSOURCEFILTER (line 215) | SYS_GETSOURCEFILTER = 0xC79 constant SYS_GETSYNTX (line 216) | SYS_GETSYNTX = 0x0FD constant SYS_GETS_UNLOCKED (line 217) | SYS_GETS_UNLOCKED = 0xC7D constant SYS_GETTIMEOFDAY64 (line 218) | SYS_GETTIMEOFDAY64 = 0xD50 constant SYS_GETWCHAR_UNLOCKED (line 219) | SYS_GETWCHAR_UNLOCKED = 0xCBC constant SYS_GETWC_UNLOCKED (line 220) | SYS_GETWC_UNLOCKED = 0xCBB constant SYS_GMTIME (line 221) | SYS_GMTIME = 0x0B0 constant SYS_GMTIME64 (line 222) | SYS_GMTIME64 = 0xCDC constant SYS_GMTIME64_R (line 223) | SYS_GMTIME64_R = 0xCDD constant SYS_HYPOTD128 (line 224) | SYS_HYPOTD128 = 0xBD1 constant SYS_HYPOTD32 (line 225) | SYS_HYPOTD32 = 0xBCF constant SYS_HYPOTD64 (line 226) | SYS_HYPOTD64 = 0xBD0 constant SYS_ILOGBD128 (line 227) | SYS_ILOGBD128 = 0xBD4 constant SYS_ILOGBD32 (line 228) | SYS_ILOGBD32 = 0xBD2 constant SYS_ILOGBD64 (line 229) | SYS_ILOGBD64 = 0xBD3 constant SYS_ILOGBF (line 230) | SYS_ILOGBF = 0xA7E constant SYS_ILOGBL (line 231) | SYS_ILOGBL = 0xA81 constant SYS_INET6_IS_SRCADDR (line 232) | SYS_INET6_IS_SRCADDR = 0xD5A constant SYS_ISBLANK (line 233) | SYS_ISBLANK = 0x0FE constant SYS_ISWALNUM (line 234) | SYS_ISWALNUM = 0x0FF constant SYS_LDEXPD128 (line 235) | SYS_LDEXPD128 = 0xBD7 constant SYS_LDEXPD32 (line 236) | SYS_LDEXPD32 = 0xBD5 constant SYS_LDEXPD64 (line 237) | SYS_LDEXPD64 = 0xBD6 constant SYS_LGAMMAD128 (line 238) | SYS_LGAMMAD128 = 0xBDA constant SYS_LGAMMAD32 (line 239) | SYS_LGAMMAD32 = 0xBD8 constant SYS_LGAMMAD64 (line 240) | SYS_LGAMMAD64 = 0xBD9 constant SYS_LIO_LISTIO (line 241) | SYS_LIO_LISTIO = 0xC6A constant SYS_LLRINT (line 242) | SYS_LLRINT = 0xA84 constant SYS_LLRINTD128 (line 243) | SYS_LLRINTD128 = 0xBDD constant SYS_LLRINTD32 (line 244) | SYS_LLRINTD32 = 0xBDB constant SYS_LLRINTD64 (line 245) | SYS_LLRINTD64 = 0xBDC constant SYS_LLRINTF (line 246) | SYS_LLRINTF = 0xA87 constant SYS_LLRINTL (line 247) | SYS_LLRINTL = 0xA8A constant SYS_LLROUND (line 248) | SYS_LLROUND = 0xA8D constant SYS_LLROUNDD128 (line 249) | SYS_LLROUNDD128 = 0xBE0 constant SYS_LLROUNDD32 (line 250) | SYS_LLROUNDD32 = 0xBDE constant SYS_LLROUNDD64 (line 251) | SYS_LLROUNDD64 = 0xBDF constant SYS_LLROUNDF (line 252) | SYS_LLROUNDF = 0xA90 constant SYS_LLROUNDL (line 253) | SYS_LLROUNDL = 0xA93 constant SYS_LOCALTIM (line 254) | SYS_LOCALTIM = 0x0B1 constant SYS_LOCALTIME (line 255) | SYS_LOCALTIME = 0x0B1 constant SYS_LOCALTIME64 (line 256) | SYS_LOCALTIME64 = 0xCDE constant SYS_LOCALTIME64_R (line 257) | SYS_LOCALTIME64_R = 0xCDF constant SYS_LOG10D128 (line 258) | SYS_LOG10D128 = 0xBE6 constant SYS_LOG10D32 (line 259) | SYS_LOG10D32 = 0xBE4 constant SYS_LOG10D64 (line 260) | SYS_LOG10D64 = 0xBE5 constant SYS_LOG1PD128 (line 261) | SYS_LOG1PD128 = 0xBE9 constant SYS_LOG1PD32 (line 262) | SYS_LOG1PD32 = 0xBE7 constant SYS_LOG1PD64 (line 263) | SYS_LOG1PD64 = 0xBE8 constant SYS_LOG2D128 (line 264) | SYS_LOG2D128 = 0xBEC constant SYS_LOG2D32 (line 265) | SYS_LOG2D32 = 0xBEA constant SYS_LOG2D64 (line 266) | SYS_LOG2D64 = 0xBEB constant SYS_LOGBD128 (line 267) | SYS_LOGBD128 = 0xBEF constant SYS_LOGBD32 (line 268) | SYS_LOGBD32 = 0xBED constant SYS_LOGBD64 (line 269) | SYS_LOGBD64 = 0xBEE constant SYS_LOGBF (line 270) | SYS_LOGBF = 0xA96 constant SYS_LOGBL (line 271) | SYS_LOGBL = 0xA99 constant SYS_LOGD128 (line 272) | SYS_LOGD128 = 0xBE3 constant SYS_LOGD32 (line 273) | SYS_LOGD32 = 0xBE1 constant SYS_LOGD64 (line 274) | SYS_LOGD64 = 0xBE2 constant SYS_LRINT (line 275) | SYS_LRINT = 0xA9C constant SYS_LRINTD128 (line 276) | SYS_LRINTD128 = 0xBF2 constant SYS_LRINTD32 (line 277) | SYS_LRINTD32 = 0xBF0 constant SYS_LRINTD64 (line 278) | SYS_LRINTD64 = 0xBF1 constant SYS_LRINTF (line 279) | SYS_LRINTF = 0xA9F constant SYS_LRINTL (line 280) | SYS_LRINTL = 0xAA2 constant SYS_LROUNDD128 (line 281) | SYS_LROUNDD128 = 0xBF5 constant SYS_LROUNDD32 (line 282) | SYS_LROUNDD32 = 0xBF3 constant SYS_LROUNDD64 (line 283) | SYS_LROUNDD64 = 0xBF4 constant SYS_LROUNDL (line 284) | SYS_LROUNDL = 0xAA5 constant SYS_MBLEN (line 285) | SYS_MBLEN = 0x0AF constant SYS_MBRTOC16 (line 286) | SYS_MBRTOC16 = 0xD42 constant SYS_MBRTOC32 (line 287) | SYS_MBRTOC32 = 0xD43 constant SYS_MEMSET (line 288) | SYS_MEMSET = 0x0A3 constant SYS_MKTIME (line 289) | SYS_MKTIME = 0x0AC constant SYS_MKTIME64 (line 290) | SYS_MKTIME64 = 0xCE0 constant SYS_MODFD128 (line 291) | SYS_MODFD128 = 0xBF8 constant SYS_MODFD32 (line 292) | SYS_MODFD32 = 0xBF6 constant SYS_MODFD64 (line 293) | SYS_MODFD64 = 0xBF7 constant SYS_NAN (line 294) | SYS_NAN = 0xAA8 constant SYS_NAND128 (line 295) | SYS_NAND128 = 0xBFB constant SYS_NAND32 (line 296) | SYS_NAND32 = 0xBF9 constant SYS_NAND64 (line 297) | SYS_NAND64 = 0xBFA constant SYS_NANF (line 298) | SYS_NANF = 0xAAA constant SYS_NANL (line 299) | SYS_NANL = 0xAAC constant SYS_NEARBYINT (line 300) | SYS_NEARBYINT = 0xAAE constant SYS_NEARBYINTD128 (line 301) | SYS_NEARBYINTD128 = 0xBFE constant SYS_NEARBYINTD32 (line 302) | SYS_NEARBYINTD32 = 0xBFC constant SYS_NEARBYINTD64 (line 303) | SYS_NEARBYINTD64 = 0xBFD constant SYS_NEARBYINTF (line 304) | SYS_NEARBYINTF = 0xAB1 constant SYS_NEARBYINTL (line 305) | SYS_NEARBYINTL = 0xAB4 constant SYS_NEXTAFTERD128 (line 306) | SYS_NEXTAFTERD128 = 0xC01 constant SYS_NEXTAFTERD32 (line 307) | SYS_NEXTAFTERD32 = 0xBFF constant SYS_NEXTAFTERD64 (line 308) | SYS_NEXTAFTERD64 = 0xC00 constant SYS_NEXTAFTERF (line 309) | SYS_NEXTAFTERF = 0xAB7 constant SYS_NEXTAFTERL (line 310) | SYS_NEXTAFTERL = 0xABA constant SYS_NEXTTOWARD (line 311) | SYS_NEXTTOWARD = 0xABD constant SYS_NEXTTOWARDD128 (line 312) | SYS_NEXTTOWARDD128 = 0xC04 constant SYS_NEXTTOWARDD32 (line 313) | SYS_NEXTTOWARDD32 = 0xC02 constant SYS_NEXTTOWARDD64 (line 314) | SYS_NEXTTOWARDD64 = 0xC03 constant SYS_NEXTTOWARDF (line 315) | SYS_NEXTTOWARDF = 0xAC0 constant SYS_NEXTTOWARDL (line 316) | SYS_NEXTTOWARDL = 0xAC3 constant SYS_NL_LANGINFO (line 317) | SYS_NL_LANGINFO = 0x0FC constant SYS_PERROR_UNLOCKED (line 318) | SYS_PERROR_UNLOCKED = 0xCBD constant SYS_POSIX_FALLOCATE (line 319) | SYS_POSIX_FALLOCATE = 0xCE8 constant SYS_POSIX_MEMALIGN (line 320) | SYS_POSIX_MEMALIGN = 0xCE9 constant SYS_POSIX_OPENPT (line 321) | SYS_POSIX_OPENPT = 0xC66 constant SYS_POWD128 (line 322) | SYS_POWD128 = 0xC07 constant SYS_POWD32 (line 323) | SYS_POWD32 = 0xC05 constant SYS_POWD64 (line 324) | SYS_POWD64 = 0xC06 constant SYS_PRINTF_UNLOCKED (line 325) | SYS_PRINTF_UNLOCKED = 0xCBE constant SYS_PSELECT (line 326) | SYS_PSELECT = 0xC67 constant SYS_PTHREAD_ATTR_GETSTACK (line 327) | SYS_PTHREAD_ATTR_GETSTACK = 0xB3E constant SYS_PTHREAD_ATTR_SETSTACK (line 328) | SYS_PTHREAD_ATTR_SETSTACK = 0xB3F constant SYS_PTHREAD_SECURITY_APPLID_NP (line 329) | SYS_PTHREAD_SECURITY_APPLID_NP = 0xCE4 constant SYS_PUTS_UNLOCKED (line 330) | SYS_PUTS_UNLOCKED = 0xC7F constant SYS_PUTWCHAR_UNLOCKED (line 331) | SYS_PUTWCHAR_UNLOCKED = 0xCC0 constant SYS_PUTWC_UNLOCKED (line 332) | SYS_PUTWC_UNLOCKED = 0xCBF constant SYS_QUANTEXPD128 (line 333) | SYS_QUANTEXPD128 = 0xD46 constant SYS_QUANTEXPD32 (line 334) | SYS_QUANTEXPD32 = 0xD44 constant SYS_QUANTEXPD64 (line 335) | SYS_QUANTEXPD64 = 0xD45 constant SYS_QUANTIZED128 (line 336) | SYS_QUANTIZED128 = 0xC0A constant SYS_QUANTIZED32 (line 337) | SYS_QUANTIZED32 = 0xC08 constant SYS_QUANTIZED64 (line 338) | SYS_QUANTIZED64 = 0xC09 constant SYS_REMAINDERD128 (line 339) | SYS_REMAINDERD128 = 0xC0D constant SYS_REMAINDERD32 (line 340) | SYS_REMAINDERD32 = 0xC0B constant SYS_REMAINDERD64 (line 341) | SYS_REMAINDERD64 = 0xC0C constant SYS_RESIZE_ALLOC (line 342) | SYS_RESIZE_ALLOC = 0xCEB constant SYS_REWIND_UNLOCKED (line 343) | SYS_REWIND_UNLOCKED = 0xCC1 constant SYS_RINTD128 (line 344) | SYS_RINTD128 = 0xC13 constant SYS_RINTD32 (line 345) | SYS_RINTD32 = 0xC11 constant SYS_RINTD64 (line 346) | SYS_RINTD64 = 0xC12 constant SYS_RINTF (line 347) | SYS_RINTF = 0xACB constant SYS_RINTL (line 348) | SYS_RINTL = 0xACD constant SYS_ROUND (line 349) | SYS_ROUND = 0xACF constant SYS_ROUNDD128 (line 350) | SYS_ROUNDD128 = 0xC16 constant SYS_ROUNDD32 (line 351) | SYS_ROUNDD32 = 0xC14 constant SYS_ROUNDD64 (line 352) | SYS_ROUNDD64 = 0xC15 constant SYS_ROUNDF (line 353) | SYS_ROUNDF = 0xAD2 constant SYS_ROUNDL (line 354) | SYS_ROUNDL = 0xAD5 constant SYS_SAMEQUANTUMD128 (line 355) | SYS_SAMEQUANTUMD128 = 0xC19 constant SYS_SAMEQUANTUMD32 (line 356) | SYS_SAMEQUANTUMD32 = 0xC17 constant SYS_SAMEQUANTUMD64 (line 357) | SYS_SAMEQUANTUMD64 = 0xC18 constant SYS_SCALBLN (line 358) | SYS_SCALBLN = 0xAD8 constant SYS_SCALBLND128 (line 359) | SYS_SCALBLND128 = 0xC1C constant SYS_SCALBLND32 (line 360) | SYS_SCALBLND32 = 0xC1A constant SYS_SCALBLND64 (line 361) | SYS_SCALBLND64 = 0xC1B constant SYS_SCALBLNF (line 362) | SYS_SCALBLNF = 0xADB constant SYS_SCALBLNL (line 363) | SYS_SCALBLNL = 0xADE constant SYS_SCALBND128 (line 364) | SYS_SCALBND128 = 0xC1F constant SYS_SCALBND32 (line 365) | SYS_SCALBND32 = 0xC1D constant SYS_SCALBND64 (line 366) | SYS_SCALBND64 = 0xC1E constant SYS_SCALBNF (line 367) | SYS_SCALBNF = 0xAE3 constant SYS_SCALBNL (line 368) | SYS_SCALBNL = 0xAE6 constant SYS_SCANF_UNLOCKED (line 369) | SYS_SCANF_UNLOCKED = 0xCC2 constant SYS_SCHED_YIELD (line 370) | SYS_SCHED_YIELD = 0xB32 constant SYS_SETENV (line 371) | SYS_SETENV = 0x0C8 constant SYS_SETIPV4SOURCEFILTER (line 372) | SYS_SETIPV4SOURCEFILTER = 0xC76 constant SYS_SETSOURCEFILTER (line 373) | SYS_SETSOURCEFILTER = 0xC78 constant SYS_SHM_OPEN (line 374) | SYS_SHM_OPEN = 0xC8C constant SYS_SHM_UNLINK (line 375) | SYS_SHM_UNLINK = 0xC8D constant SYS_SIND128 (line 376) | SYS_SIND128 = 0xC22 constant SYS_SIND32 (line 377) | SYS_SIND32 = 0xC20 constant SYS_SIND64 (line 378) | SYS_SIND64 = 0xC21 constant SYS_SINHD128 (line 379) | SYS_SINHD128 = 0xC25 constant SYS_SINHD32 (line 380) | SYS_SINHD32 = 0xC23 constant SYS_SINHD64 (line 381) | SYS_SINHD64 = 0xC24 constant SYS_SIZEOF_ALLOC (line 382) | SYS_SIZEOF_ALLOC = 0xCEA constant SYS_SOCKATMARK (line 383) | SYS_SOCKATMARK = 0xC68 constant SYS_SQRTD128 (line 384) | SYS_SQRTD128 = 0xC28 constant SYS_SQRTD32 (line 385) | SYS_SQRTD32 = 0xC26 constant SYS_SQRTD64 (line 386) | SYS_SQRTD64 = 0xC27 constant SYS_STRCHR (line 387) | SYS_STRCHR = 0x0A0 constant SYS_STRCSPN (line 388) | SYS_STRCSPN = 0x0A1 constant SYS_STRERROR (line 389) | SYS_STRERROR = 0x0A8 constant SYS_STRERROR_R (line 390) | SYS_STRERROR_R = 0xB33 constant SYS_STRFTIME (line 391) | SYS_STRFTIME = 0x0B2 constant SYS_STRLEN (line 392) | SYS_STRLEN = 0x0A9 constant SYS_STRPBRK (line 393) | SYS_STRPBRK = 0x0A2 constant SYS_STRSPN (line 394) | SYS_STRSPN = 0x0A4 constant SYS_STRSTR (line 395) | SYS_STRSTR = 0x0A5 constant SYS_STRTOD128 (line 396) | SYS_STRTOD128 = 0xC2B constant SYS_STRTOD32 (line 397) | SYS_STRTOD32 = 0xC29 constant SYS_STRTOD64 (line 398) | SYS_STRTOD64 = 0xC2A constant SYS_STRTOK (line 399) | SYS_STRTOK = 0x0A6 constant SYS_TAND128 (line 400) | SYS_TAND128 = 0xC2E constant SYS_TAND32 (line 401) | SYS_TAND32 = 0xC2C constant SYS_TAND64 (line 402) | SYS_TAND64 = 0xC2D constant SYS_TANHD128 (line 403) | SYS_TANHD128 = 0xC31 constant SYS_TANHD32 (line 404) | SYS_TANHD32 = 0xC2F constant SYS_TANHD64 (line 405) | SYS_TANHD64 = 0xC30 constant SYS_TGAMMAD128 (line 406) | SYS_TGAMMAD128 = 0xC34 constant SYS_TGAMMAD32 (line 407) | SYS_TGAMMAD32 = 0xC32 constant SYS_TGAMMAD64 (line 408) | SYS_TGAMMAD64 = 0xC33 constant SYS_TIME (line 409) | SYS_TIME = 0x0AD constant SYS_TIME64 (line 410) | SYS_TIME64 = 0xCE1 constant SYS_TMPFILE64 (line 411) | SYS_TMPFILE64 = 0xD4D constant SYS_TMPFILE64_UNLOCKED (line 412) | SYS_TMPFILE64_UNLOCKED = 0xD4E constant SYS_TMPFILE_UNLOCKED (line 413) | SYS_TMPFILE_UNLOCKED = 0xCFD constant SYS_TRUNCD128 (line 414) | SYS_TRUNCD128 = 0xC40 constant SYS_TRUNCD32 (line 415) | SYS_TRUNCD32 = 0xC3E constant SYS_TRUNCD64 (line 416) | SYS_TRUNCD64 = 0xC3F constant SYS_UNGETC_UNLOCKED (line 417) | SYS_UNGETC_UNLOCKED = 0xCC3 constant SYS_UNGETWC_UNLOCKED (line 418) | SYS_UNGETWC_UNLOCKED = 0xCC4 constant SYS_UNSETENV (line 419) | SYS_UNSETENV = 0xB34 constant SYS_VFPRINTF_UNLOCKED (line 420) | SYS_VFPRINTF_UNLOCKED = 0xCC5 constant SYS_VFSCANF_UNLOCKED (line 421) | SYS_VFSCANF_UNLOCKED = 0xCC7 constant SYS_VFWPRINTF_UNLOCKED (line 422) | SYS_VFWPRINTF_UNLOCKED = 0xCC9 constant SYS_VFWSCANF_UNLOCKED (line 423) | SYS_VFWSCANF_UNLOCKED = 0xCCB constant SYS_VPRINTF_UNLOCKED (line 424) | SYS_VPRINTF_UNLOCKED = 0xCCD constant SYS_VSCANF_UNLOCKED (line 425) | SYS_VSCANF_UNLOCKED = 0xCCF constant SYS_VWPRINTF_UNLOCKED (line 426) | SYS_VWPRINTF_UNLOCKED = 0xCD1 constant SYS_VWSCANF_UNLOCKED (line 427) | SYS_VWSCANF_UNLOCKED = 0xCD3 constant SYS_WCSTOD128 (line 428) | SYS_WCSTOD128 = 0xC43 constant SYS_WCSTOD32 (line 429) | SYS_WCSTOD32 = 0xC41 constant SYS_WCSTOD64 (line 430) | SYS_WCSTOD64 = 0xC42 constant SYS_WPRINTF_UNLOCKED (line 431) | SYS_WPRINTF_UNLOCKED = 0xCD5 constant SYS_WSCANF_UNLOCKED (line 432) | SYS_WSCANF_UNLOCKED = 0xCD6 constant SYS__FLUSHLBF (line 433) | SYS__FLUSHLBF = 0xD68 constant SYS__FLUSHLBF_UNLOCKED (line 434) | SYS__FLUSHLBF_UNLOCKED = 0xD6F constant SYS___ACOSHF_H (line 435) | SYS___ACOSHF_H = 0xA54 constant SYS___ACOSHL_H (line 436) | SYS___ACOSHL_H = 0xA55 constant SYS___ASINHF_H (line 437) | SYS___ASINHF_H = 0xA56 constant SYS___ASINHL_H (line 438) | SYS___ASINHL_H = 0xA57 constant SYS___ATANPID128 (line 439) | SYS___ATANPID128 = 0xC6D constant SYS___ATANPID32 (line 440) | SYS___ATANPID32 = 0xC6B constant SYS___ATANPID64 (line 441) | SYS___ATANPID64 = 0xC6C constant SYS___CBRTF_H (line 442) | SYS___CBRTF_H = 0xA58 constant SYS___CBRTL_H (line 443) | SYS___CBRTL_H = 0xA59 constant SYS___CDUMP (line 444) | SYS___CDUMP = 0x0C4 constant SYS___CLASS (line 445) | SYS___CLASS = 0xAFA constant SYS___CLASS2 (line 446) | SYS___CLASS2 = 0xB99 constant SYS___CLASS2D128 (line 447) | SYS___CLASS2D128 = 0xC99 constant SYS___CLASS2D32 (line 448) | SYS___CLASS2D32 = 0xC97 constant SYS___CLASS2D64 (line 449) | SYS___CLASS2D64 = 0xC98 constant SYS___CLASS2F (line 450) | SYS___CLASS2F = 0xC91 constant SYS___CLASS2F_B (line 451) | SYS___CLASS2F_B = 0xC93 constant SYS___CLASS2F_H (line 452) | SYS___CLASS2F_H = 0xC94 constant SYS___CLASS2L (line 453) | SYS___CLASS2L = 0xC92 constant SYS___CLASS2L_B (line 454) | SYS___CLASS2L_B = 0xC95 constant SYS___CLASS2L_H (line 455) | SYS___CLASS2L_H = 0xC96 constant SYS___CLASS2_B (line 456) | SYS___CLASS2_B = 0xB9A constant SYS___CLASS2_H (line 457) | SYS___CLASS2_H = 0xB9B constant SYS___CLASS_B (line 458) | SYS___CLASS_B = 0xAFB constant SYS___CLASS_H (line 459) | SYS___CLASS_H = 0xAFC constant SYS___CLOGL_B (line 460) | SYS___CLOGL_B = 0xA01 constant SYS___CLOGL_H (line 461) | SYS___CLOGL_H = 0xA02 constant SYS___CLRENV (line 462) | SYS___CLRENV = 0x0C9 constant SYS___CLRMF (line 463) | SYS___CLRMF = 0x0BD constant SYS___CODEPAGE_INFO (line 464) | SYS___CODEPAGE_INFO = 0xC64 constant SYS___CONJF_B (line 465) | SYS___CONJF_B = 0xA07 constant SYS___CONJF_H (line 466) | SYS___CONJF_H = 0xA08 constant SYS___CONJL_B (line 467) | SYS___CONJL_B = 0xA0A constant SYS___CONJL_H (line 468) | SYS___CONJL_H = 0xA0B constant SYS___CONJ_B (line 469) | SYS___CONJ_B = 0xA04 constant SYS___CONJ_H (line 470) | SYS___CONJ_H = 0xA05 constant SYS___COPYSIGN_B (line 471) | SYS___COPYSIGN_B = 0xA5A constant SYS___COPYSIGN_H (line 472) | SYS___COPYSIGN_H = 0xAF5 constant SYS___COSPID128 (line 473) | SYS___COSPID128 = 0xC70 constant SYS___COSPID32 (line 474) | SYS___COSPID32 = 0xC6E constant SYS___COSPID64 (line 475) | SYS___COSPID64 = 0xC6F constant SYS___CPOWF_B (line 476) | SYS___CPOWF_B = 0xA10 constant SYS___CPOWF_H (line 477) | SYS___CPOWF_H = 0xA11 constant SYS___CPOWL_B (line 478) | SYS___CPOWL_B = 0xA13 constant SYS___CPOWL_H (line 479) | SYS___CPOWL_H = 0xA14 constant SYS___CPOW_B (line 480) | SYS___CPOW_B = 0xA0D constant SYS___CPOW_H (line 481) | SYS___CPOW_H = 0xA0E constant SYS___CPROJF_B (line 482) | SYS___CPROJF_B = 0xA19 constant SYS___CPROJF_H (line 483) | SYS___CPROJF_H = 0xA1A constant SYS___CPROJL_B (line 484) | SYS___CPROJL_B = 0xA1C constant SYS___CPROJL_H (line 485) | SYS___CPROJL_H = 0xA1D constant SYS___CPROJ_B (line 486) | SYS___CPROJ_B = 0xA16 constant SYS___CPROJ_H (line 487) | SYS___CPROJ_H = 0xA17 constant SYS___CREALF_B (line 488) | SYS___CREALF_B = 0xA22 constant SYS___CREALF_H (line 489) | SYS___CREALF_H = 0xA23 constant SYS___CREALL_B (line 490) | SYS___CREALL_B = 0xA25 constant SYS___CREALL_H (line 491) | SYS___CREALL_H = 0xA26 constant SYS___CREAL_B (line 492) | SYS___CREAL_B = 0xA1F constant SYS___CREAL_H (line 493) | SYS___CREAL_H = 0xA20 constant SYS___CSINF_B (line 494) | SYS___CSINF_B = 0xA2B constant SYS___CSINF_H (line 495) | SYS___CSINF_H = 0xA2C constant SYS___CSINHF_B (line 496) | SYS___CSINHF_B = 0xA34 constant SYS___CSINHF_H (line 497) | SYS___CSINHF_H = 0xA35 constant SYS___CSINHL_B (line 498) | SYS___CSINHL_B = 0xA37 constant SYS___CSINHL_H (line 499) | SYS___CSINHL_H = 0xA38 constant SYS___CSINH_B (line 500) | SYS___CSINH_B = 0xA31 constant SYS___CSINH_H (line 501) | SYS___CSINH_H = 0xA32 constant SYS___CSINL_B (line 502) | SYS___CSINL_B = 0xA2E constant SYS___CSINL_H (line 503) | SYS___CSINL_H = 0xA2F constant SYS___CSIN_B (line 504) | SYS___CSIN_B = 0xA28 constant SYS___CSIN_H (line 505) | SYS___CSIN_H = 0xA29 constant SYS___CSNAP (line 506) | SYS___CSNAP = 0x0C5 constant SYS___CSQRTF_B (line 507) | SYS___CSQRTF_B = 0xA3D constant SYS___CSQRTF_H (line 508) | SYS___CSQRTF_H = 0xA3E constant SYS___CSQRTL_B (line 509) | SYS___CSQRTL_B = 0xA40 constant SYS___CSQRTL_H (line 510) | SYS___CSQRTL_H = 0xA41 constant SYS___CSQRT_B (line 511) | SYS___CSQRT_B = 0xA3A constant SYS___CSQRT_H (line 512) | SYS___CSQRT_H = 0xA3B constant SYS___CTANF_B (line 513) | SYS___CTANF_B = 0xA46 constant SYS___CTANF_H (line 514) | SYS___CTANF_H = 0xA47 constant SYS___CTANHF_B (line 515) | SYS___CTANHF_B = 0xA4F constant SYS___CTANHF_H (line 516) | SYS___CTANHF_H = 0xA50 constant SYS___CTANHL_B (line 517) | SYS___CTANHL_B = 0xA52 constant SYS___CTANHL_H (line 518) | SYS___CTANHL_H = 0xA53 constant SYS___CTANH_B (line 519) | SYS___CTANH_B = 0xA4C constant SYS___CTANH_H (line 520) | SYS___CTANH_H = 0xA4D constant SYS___CTANL_B (line 521) | SYS___CTANL_B = 0xA49 constant SYS___CTANL_H (line 522) | SYS___CTANL_H = 0xA4A constant SYS___CTAN_B (line 523) | SYS___CTAN_B = 0xA43 constant SYS___CTAN_H (line 524) | SYS___CTAN_H = 0xA44 constant SYS___CTEST (line 525) | SYS___CTEST = 0x0C7 constant SYS___CTRACE (line 526) | SYS___CTRACE = 0x0C6 constant SYS___D1TOP (line 527) | SYS___D1TOP = 0xC9B constant SYS___D2TOP (line 528) | SYS___D2TOP = 0xC9C constant SYS___D4TOP (line 529) | SYS___D4TOP = 0xC9D constant SYS___DYNALL (line 530) | SYS___DYNALL = 0x0C3 constant SYS___DYNFRE (line 531) | SYS___DYNFRE = 0x0C2 constant SYS___EXP2F_H (line 532) | SYS___EXP2F_H = 0xA5E constant SYS___EXP2L_H (line 533) | SYS___EXP2L_H = 0xA5F constant SYS___EXP2_H (line 534) | SYS___EXP2_H = 0xA5D constant SYS___EXPM1F_H (line 535) | SYS___EXPM1F_H = 0xA5B constant SYS___EXPM1L_H (line 536) | SYS___EXPM1L_H = 0xA5C constant SYS___FBUFSIZE (line 537) | SYS___FBUFSIZE = 0xD60 constant SYS___FLBF (line 538) | SYS___FLBF = 0xD62 constant SYS___FLDATA (line 539) | SYS___FLDATA = 0x0C1 constant SYS___FMAF_B (line 540) | SYS___FMAF_B = 0xA67 constant SYS___FMAF_H (line 541) | SYS___FMAF_H = 0xA68 constant SYS___FMAL_B (line 542) | SYS___FMAL_B = 0xA6A constant SYS___FMAL_H (line 543) | SYS___FMAL_H = 0xA6B constant SYS___FMAXF_B (line 544) | SYS___FMAXF_B = 0xA70 constant SYS___FMAXF_H (line 545) | SYS___FMAXF_H = 0xA71 constant SYS___FMAXL_B (line 546) | SYS___FMAXL_B = 0xA73 constant SYS___FMAXL_H (line 547) | SYS___FMAXL_H = 0xA74 constant SYS___FMAX_B (line 548) | SYS___FMAX_B = 0xA6D constant SYS___FMAX_H (line 549) | SYS___FMAX_H = 0xA6E constant SYS___FMA_B (line 550) | SYS___FMA_B = 0xA64 constant SYS___FMA_H (line 551) | SYS___FMA_H = 0xA65 constant SYS___FMINF_B (line 552) | SYS___FMINF_B = 0xA79 constant SYS___FMINF_H (line 553) | SYS___FMINF_H = 0xA7A constant SYS___FMINL_B (line 554) | SYS___FMINL_B = 0xA7C constant SYS___FMINL_H (line 555) | SYS___FMINL_H = 0xA7D constant SYS___FMIN_B (line 556) | SYS___FMIN_B = 0xA76 constant SYS___FMIN_H (line 557) | SYS___FMIN_H = 0xA77 constant SYS___FPENDING (line 558) | SYS___FPENDING = 0xD61 constant SYS___FPENDING_UNLOCKED (line 559) | SYS___FPENDING_UNLOCKED = 0xD6C constant SYS___FPURGE (line 560) | SYS___FPURGE = 0xD69 constant SYS___FPURGE_UNLOCKED (line 561) | SYS___FPURGE_UNLOCKED = 0xD70 constant SYS___FP_CAST_D (line 562) | SYS___FP_CAST_D = 0xBCB constant SYS___FREADABLE (line 563) | SYS___FREADABLE = 0xD63 constant SYS___FREADAHEAD (line 564) | SYS___FREADAHEAD = 0xD6A constant SYS___FREADAHEAD_UNLOCKED (line 565) | SYS___FREADAHEAD_UNLOCKED = 0xD71 constant SYS___FREADING (line 566) | SYS___FREADING = 0xD65 constant SYS___FREADING_UNLOCKED (line 567) | SYS___FREADING_UNLOCKED = 0xD6D constant SYS___FSEEK2 (line 568) | SYS___FSEEK2 = 0xB3C constant SYS___FSETERR (line 569) | SYS___FSETERR = 0xD6B constant SYS___FSETLOCKING (line 570) | SYS___FSETLOCKING = 0xD67 constant SYS___FTCHEP (line 571) | SYS___FTCHEP = 0x0BF constant SYS___FTELL2 (line 572) | SYS___FTELL2 = 0xB3B constant SYS___FUPDT (line 573) | SYS___FUPDT = 0x0B5 constant SYS___FWRITABLE (line 574) | SYS___FWRITABLE = 0xD64 constant SYS___FWRITING (line 575) | SYS___FWRITING = 0xD66 constant SYS___FWRITING_UNLOCKED (line 576) | SYS___FWRITING_UNLOCKED = 0xD6E constant SYS___GETCB (line 577) | SYS___GETCB = 0x0B4 constant SYS___GETGRGID1 (line 578) | SYS___GETGRGID1 = 0xD5B constant SYS___GETGRNAM1 (line 579) | SYS___GETGRNAM1 = 0xD5C constant SYS___GETTHENT (line 580) | SYS___GETTHENT = 0xCE5 constant SYS___GETTOD (line 581) | SYS___GETTOD = 0xD3E constant SYS___HYPOTF_H (line 582) | SYS___HYPOTF_H = 0xAF6 constant SYS___HYPOTL_H (line 583) | SYS___HYPOTL_H = 0xAF7 constant SYS___ILOGBF_B (line 584) | SYS___ILOGBF_B = 0xA7F constant SYS___ILOGBF_H (line 585) | SYS___ILOGBF_H = 0xA80 constant SYS___ILOGBL_B (line 586) | SYS___ILOGBL_B = 0xA82 constant SYS___ILOGBL_H (line 587) | SYS___ILOGBL_H = 0xA83 constant SYS___ISBLANK_A (line 588) | SYS___ISBLANK_A = 0xB2E constant SYS___ISBLNK (line 589) | SYS___ISBLNK = 0x0FE constant SYS___ISWBLANK_A (line 590) | SYS___ISWBLANK_A = 0xB2F constant SYS___LE_CEEGTJS (line 591) | SYS___LE_CEEGTJS = 0xD72 constant SYS___LE_TRACEBACK (line 592) | SYS___LE_TRACEBACK = 0xB7A constant SYS___LGAMMAL_H (line 593) | SYS___LGAMMAL_H = 0xA62 constant SYS___LGAMMA_B_C99 (line 594) | SYS___LGAMMA_B_C99 = 0xB39 constant SYS___LGAMMA_H_C99 (line 595) | SYS___LGAMMA_H_C99 = 0xB38 constant SYS___LGAMMA_R_C99 (line 596) | SYS___LGAMMA_R_C99 = 0xB3A constant SYS___LLRINTF_B (line 597) | SYS___LLRINTF_B = 0xA88 constant SYS___LLRINTF_H (line 598) | SYS___LLRINTF_H = 0xA89 constant SYS___LLRINTL_B (line 599) | SYS___LLRINTL_B = 0xA8B constant SYS___LLRINTL_H (line 600) | SYS___LLRINTL_H = 0xA8C constant SYS___LLRINT_B (line 601) | SYS___LLRINT_B = 0xA85 constant SYS___LLRINT_H (line 602) | SYS___LLRINT_H = 0xA86 constant SYS___LLROUNDF_B (line 603) | SYS___LLROUNDF_B = 0xA91 constant SYS___LLROUNDF_H (line 604) | SYS___LLROUNDF_H = 0xA92 constant SYS___LLROUNDL_B (line 605) | SYS___LLROUNDL_B = 0xA94 constant SYS___LLROUNDL_H (line 606) | SYS___LLROUNDL_H = 0xA95 constant SYS___LLROUND_B (line 607) | SYS___LLROUND_B = 0xA8E constant SYS___LLROUND_H (line 608) | SYS___LLROUND_H = 0xA8F constant SYS___LOCALE_CTL (line 609) | SYS___LOCALE_CTL = 0xD47 constant SYS___LOG1PF_H (line 610) | SYS___LOG1PF_H = 0xA60 constant SYS___LOG1PL_H (line 611) | SYS___LOG1PL_H = 0xA61 constant SYS___LOGBF_B (line 612) | SYS___LOGBF_B = 0xA97 constant SYS___LOGBF_H (line 613) | SYS___LOGBF_H = 0xA98 constant SYS___LOGBL_B (line 614) | SYS___LOGBL_B = 0xA9A constant SYS___LOGBL_H (line 615) | SYS___LOGBL_H = 0xA9B constant SYS___LOGIN_APPLID (line 616) | SYS___LOGIN_APPLID = 0xCE2 constant SYS___LRINTF_B (line 617) | SYS___LRINTF_B = 0xAA0 constant SYS___LRINTF_H (line 618) | SYS___LRINTF_H = 0xAA1 constant SYS___LRINTL_B (line 619) | SYS___LRINTL_B = 0xAA3 constant SYS___LRINTL_H (line 620) | SYS___LRINTL_H = 0xAA4 constant SYS___LRINT_B (line 621) | SYS___LRINT_B = 0xA9D constant SYS___LRINT_H (line 622) | SYS___LRINT_H = 0xA9E constant SYS___LROUNDF_FIXUP (line 623) | SYS___LROUNDF_FIXUP = 0xB31 constant SYS___LROUNDL_B (line 624) | SYS___LROUNDL_B = 0xAA6 constant SYS___LROUNDL_H (line 625) | SYS___LROUNDL_H = 0xAA7 constant SYS___LROUND_FIXUP (line 626) | SYS___LROUND_FIXUP = 0xB30 constant SYS___MOSERVICES (line 627) | SYS___MOSERVICES = 0xD3D constant SYS___MUST_STAY_CLEAN (line 628) | SYS___MUST_STAY_CLEAN = 0xB7C constant SYS___NANF_B (line 629) | SYS___NANF_B = 0xAAB constant SYS___NANL_B (line 630) | SYS___NANL_B = 0xAAD constant SYS___NAN_B (line 631) | SYS___NAN_B = 0xAA9 constant SYS___NEARBYINTF_B (line 632) | SYS___NEARBYINTF_B = 0xAB2 constant SYS___NEARBYINTF_H (line 633) | SYS___NEARBYINTF_H = 0xAB3 constant SYS___NEARBYINTL_B (line 634) | SYS___NEARBYINTL_B = 0xAB5 constant SYS___NEARBYINTL_H (line 635) | SYS___NEARBYINTL_H = 0xAB6 constant SYS___NEARBYINT_B (line 636) | SYS___NEARBYINT_B = 0xAAF constant SYS___NEARBYINT_H (line 637) | SYS___NEARBYINT_H = 0xAB0 constant SYS___NEXTAFTERF_B (line 638) | SYS___NEXTAFTERF_B = 0xAB8 constant SYS___NEXTAFTERF_H (line 639) | SYS___NEXTAFTERF_H = 0xAB9 constant SYS___NEXTAFTERL_B (line 640) | SYS___NEXTAFTERL_B = 0xABB constant SYS___NEXTAFTERL_H (line 641) | SYS___NEXTAFTERL_H = 0xABC constant SYS___NEXTTOWARDF_B (line 642) | SYS___NEXTTOWARDF_B = 0xAC1 constant SYS___NEXTTOWARDF_H (line 643) | SYS___NEXTTOWARDF_H = 0xAC2 constant SYS___NEXTTOWARDL_B (line 644) | SYS___NEXTTOWARDL_B = 0xAC4 constant SYS___NEXTTOWARDL_H (line 645) | SYS___NEXTTOWARDL_H = 0xAC5 constant SYS___NEXTTOWARD_B (line 646) | SYS___NEXTTOWARD_B = 0xABE constant SYS___NEXTTOWARD_H (line 647) | SYS___NEXTTOWARD_H = 0xABF constant SYS___O_ENV (line 648) | SYS___O_ENV = 0xB7D constant SYS___PASSWD_APPLID (line 649) | SYS___PASSWD_APPLID = 0xCE3 constant SYS___PTOD1 (line 650) | SYS___PTOD1 = 0xC9E constant SYS___PTOD2 (line 651) | SYS___PTOD2 = 0xC9F constant SYS___PTOD4 (line 652) | SYS___PTOD4 = 0xCA0 constant SYS___REGCOMP_STD (line 653) | SYS___REGCOMP_STD = 0x0EA constant SYS___REMAINDERF_H (line 654) | SYS___REMAINDERF_H = 0xAC6 constant SYS___REMAINDERL_H (line 655) | SYS___REMAINDERL_H = 0xAC7 constant SYS___REMQUOD128 (line 656) | SYS___REMQUOD128 = 0xC10 constant SYS___REMQUOD32 (line 657) | SYS___REMQUOD32 = 0xC0E constant SYS___REMQUOD64 (line 658) | SYS___REMQUOD64 = 0xC0F constant SYS___REMQUOF_H (line 659) | SYS___REMQUOF_H = 0xAC9 constant SYS___REMQUOL_H (line 660) | SYS___REMQUOL_H = 0xACA constant SYS___REMQUO_H (line 661) | SYS___REMQUO_H = 0xAC8 constant SYS___RINTF_B (line 662) | SYS___RINTF_B = 0xACC constant SYS___RINTL_B (line 663) | SYS___RINTL_B = 0xACE constant SYS___ROUNDF_B (line 664) | SYS___ROUNDF_B = 0xAD3 constant SYS___ROUNDF_H (line 665) | SYS___ROUNDF_H = 0xAD4 constant SYS___ROUNDL_B (line 666) | SYS___ROUNDL_B = 0xAD6 constant SYS___ROUNDL_H (line 667) | SYS___ROUNDL_H = 0xAD7 constant SYS___ROUND_B (line 668) | SYS___ROUND_B = 0xAD0 constant SYS___ROUND_H (line 669) | SYS___ROUND_H = 0xAD1 constant SYS___SCALBLNF_B (line 670) | SYS___SCALBLNF_B = 0xADC constant SYS___SCALBLNF_H (line 671) | SYS___SCALBLNF_H = 0xADD constant SYS___SCALBLNL_B (line 672) | SYS___SCALBLNL_B = 0xADF constant SYS___SCALBLNL_H (line 673) | SYS___SCALBLNL_H = 0xAE0 constant SYS___SCALBLN_B (line 674) | SYS___SCALBLN_B = 0xAD9 constant SYS___SCALBLN_H (line 675) | SYS___SCALBLN_H = 0xADA constant SYS___SCALBNF_B (line 676) | SYS___SCALBNF_B = 0xAE4 constant SYS___SCALBNF_H (line 677) | SYS___SCALBNF_H = 0xAE5 constant SYS___SCALBNL_B (line 678) | SYS___SCALBNL_B = 0xAE7 constant SYS___SCALBNL_H (line 679) | SYS___SCALBNL_H = 0xAE8 constant SYS___SCALBN_B (line 680) | SYS___SCALBN_B = 0xAE1 constant SYS___SCALBN_H (line 681) | SYS___SCALBN_H = 0xAE2 constant SYS___SETENV (line 682) | SYS___SETENV = 0x0C8 constant SYS___SINPID128 (line 683) | SYS___SINPID128 = 0xC73 constant SYS___SINPID32 (line 684) | SYS___SINPID32 = 0xC71 constant SYS___SINPID64 (line 685) | SYS___SINPID64 = 0xC72 constant SYS___SMF_RECORD2 (line 686) | SYS___SMF_RECORD2 = 0xD48 constant SYS___STATIC_REINIT (line 687) | SYS___STATIC_REINIT = 0xB3D constant SYS___TGAMMAF_H_C99 (line 688) | SYS___TGAMMAF_H_C99 = 0xB79 constant SYS___TGAMMAL_H (line 689) | SYS___TGAMMAL_H = 0xAE9 constant SYS___TGAMMA_H_C99 (line 690) | SYS___TGAMMA_H_C99 = 0xB78 constant SYS___TOCSNAME2 (line 691) | SYS___TOCSNAME2 = 0xC9A constant SYS_CEIL (line 692) | SYS_CEIL = 0x01F constant SYS_CHAUDIT (line 693) | SYS_CHAUDIT = 0x1E0 constant SYS_EXP (line 694) | SYS_EXP = 0x01A constant SYS_FCHAUDIT (line 695) | SYS_FCHAUDIT = 0x1E1 constant SYS_FREXP (line 696) | SYS_FREXP = 0x01D constant SYS_GETGROUPSBYNAME (line 697) | SYS_GETGROUPSBYNAME = 0x1E2 constant SYS_GETPWUID (line 698) | SYS_GETPWUID = 0x1A0 constant SYS_GETUID (line 699) | SYS_GETUID = 0x1A1 constant SYS_ISATTY (line 700) | SYS_ISATTY = 0x1A3 constant SYS_KILL (line 701) | SYS_KILL = 0x1A4 constant SYS_LDEXP (line 702) | SYS_LDEXP = 0x01E constant SYS_LINK (line 703) | SYS_LINK = 0x1A5 constant SYS_LOG10 (line 704) | SYS_LOG10 = 0x01C constant SYS_LSEEK (line 705) | SYS_LSEEK = 0x1A6 constant SYS_LSTAT (line 706) | SYS_LSTAT = 0x1A7 constant SYS_MKDIR (line 707) | SYS_MKDIR = 0x1A8 constant SYS_MKFIFO (line 708) | SYS_MKFIFO = 0x1A9 constant SYS_MKNOD (line 709) | SYS_MKNOD = 0x1AA constant SYS_MODF (line 710) | SYS_MODF = 0x01B constant SYS_MOUNT (line 711) | SYS_MOUNT = 0x1AB constant SYS_OPEN (line 712) | SYS_OPEN = 0x1AC constant SYS_OPENDIR (line 713) | SYS_OPENDIR = 0x1AD constant SYS_PATHCONF (line 714) | SYS_PATHCONF = 0x1AE constant SYS_PAUSE (line 715) | SYS_PAUSE = 0x1AF constant SYS_PIPE (line 716) | SYS_PIPE = 0x1B0 constant SYS_PTHREAD_ATTR_DESTROY (line 717) | SYS_PTHREAD_ATTR_DESTROY = 0x1E7 constant SYS_PTHREAD_ATTR_GETDETACHSTATE (line 718) | SYS_PTHREAD_ATTR_GETDETACHSTATE = 0x1EB constant SYS_PTHREAD_ATTR_GETSTACKSIZE (line 719) | SYS_PTHREAD_ATTR_GETSTACKSIZE = 0x1E9 constant SYS_PTHREAD_ATTR_GETWEIGHT_NP (line 720) | SYS_PTHREAD_ATTR_GETWEIGHT_NP = 0x1ED constant SYS_PTHREAD_ATTR_INIT (line 721) | SYS_PTHREAD_ATTR_INIT = 0x1E6 constant SYS_PTHREAD_ATTR_SETDETACHSTATE (line 722) | SYS_PTHREAD_ATTR_SETDETACHSTATE = 0x1EA constant SYS_PTHREAD_ATTR_SETSTACKSIZE (line 723) | SYS_PTHREAD_ATTR_SETSTACKSIZE = 0x1E8 constant SYS_PTHREAD_ATTR_SETWEIGHT_NP (line 724) | SYS_PTHREAD_ATTR_SETWEIGHT_NP = 0x1EC constant SYS_PTHREAD_CANCEL (line 725) | SYS_PTHREAD_CANCEL = 0x1EE constant SYS_PTHREAD_CLEANUP_POP (line 726) | SYS_PTHREAD_CLEANUP_POP = 0x1F0 constant SYS_PTHREAD_CLEANUP_PUSH (line 727) | SYS_PTHREAD_CLEANUP_PUSH = 0x1EF constant SYS_PTHREAD_CONDATTR_DESTROY (line 728) | SYS_PTHREAD_CONDATTR_DESTROY = 0x1F2 constant SYS_PTHREAD_CONDATTR_INIT (line 729) | SYS_PTHREAD_CONDATTR_INIT = 0x1F1 constant SYS_PTHREAD_COND_BROADCAST (line 730) | SYS_PTHREAD_COND_BROADCAST = 0x1F6 constant SYS_PTHREAD_COND_DESTROY (line 731) | SYS_PTHREAD_COND_DESTROY = 0x1F4 constant SYS_PTHREAD_COND_INIT (line 732) | SYS_PTHREAD_COND_INIT = 0x1F3 constant SYS_PTHREAD_COND_SIGNAL (line 733) | SYS_PTHREAD_COND_SIGNAL = 0x1F5 constant SYS_PTHREAD_COND_TIMEDWAIT (line 734) | SYS_PTHREAD_COND_TIMEDWAIT = 0x1F8 constant SYS_PTHREAD_COND_WAIT (line 735) | SYS_PTHREAD_COND_WAIT = 0x1F7 constant SYS_PTHREAD_CREATE (line 736) | SYS_PTHREAD_CREATE = 0x1F9 constant SYS_PTHREAD_DETACH (line 737) | SYS_PTHREAD_DETACH = 0x1FA constant SYS_PTHREAD_EQUAL (line 738) | SYS_PTHREAD_EQUAL = 0x1FB constant SYS_PTHREAD_EXIT (line 739) | SYS_PTHREAD_EXIT = 0x1E4 constant SYS_PTHREAD_GETSPECIFIC (line 740) | SYS_PTHREAD_GETSPECIFIC = 0x1FC constant SYS_PTHREAD_JOIN (line 741) | SYS_PTHREAD_JOIN = 0x1FD constant SYS_PTHREAD_KEY_CREATE (line 742) | SYS_PTHREAD_KEY_CREATE = 0x1FE constant SYS_PTHREAD_KILL (line 743) | SYS_PTHREAD_KILL = 0x1E5 constant SYS_PTHREAD_MUTEXATTR_INIT (line 744) | SYS_PTHREAD_MUTEXATTR_INIT = 0x1FF constant SYS_READ (line 745) | SYS_READ = 0x1B2 constant SYS_READDIR (line 746) | SYS_READDIR = 0x1B3 constant SYS_READLINK (line 747) | SYS_READLINK = 0x1B4 constant SYS_REWINDDIR (line 748) | SYS_REWINDDIR = 0x1B5 constant SYS_RMDIR (line 749) | SYS_RMDIR = 0x1B6 constant SYS_SETEGID (line 750) | SYS_SETEGID = 0x1B7 constant SYS_SETEUID (line 751) | SYS_SETEUID = 0x1B8 constant SYS_SETGID (line 752) | SYS_SETGID = 0x1B9 constant SYS_SETPGID (line 753) | SYS_SETPGID = 0x1BA constant SYS_SETSID (line 754) | SYS_SETSID = 0x1BB constant SYS_SETUID (line 755) | SYS_SETUID = 0x1BC constant SYS_SIGACTION (line 756) | SYS_SIGACTION = 0x1BD constant SYS_SIGADDSET (line 757) | SYS_SIGADDSET = 0x1BE constant SYS_SIGDELSET (line 758) | SYS_SIGDELSET = 0x1BF constant SYS_SIGEMPTYSET (line 759) | SYS_SIGEMPTYSET = 0x1C0 constant SYS_SIGFILLSET (line 760) | SYS_SIGFILLSET = 0x1C1 constant SYS_SIGISMEMBER (line 761) | SYS_SIGISMEMBER = 0x1C2 constant SYS_SIGLONGJMP (line 762) | SYS_SIGLONGJMP = 0x1C3 constant SYS_SIGPENDING (line 763) | SYS_SIGPENDING = 0x1C4 constant SYS_SIGPROCMASK (line 764) | SYS_SIGPROCMASK = 0x1C5 constant SYS_SIGSETJMP (line 765) | SYS_SIGSETJMP = 0x1C6 constant SYS_SIGSUSPEND (line 766) | SYS_SIGSUSPEND = 0x1C7 constant SYS_SIGWAIT (line 767) | SYS_SIGWAIT = 0x1E3 constant SYS_SLEEP (line 768) | SYS_SLEEP = 0x1C8 constant SYS_STAT (line 769) | SYS_STAT = 0x1C9 constant SYS_SYMLINK (line 770) | SYS_SYMLINK = 0x1CB constant SYS_SYSCONF (line 771) | SYS_SYSCONF = 0x1CC constant SYS_TCDRAIN (line 772) | SYS_TCDRAIN = 0x1CD constant SYS_TCFLOW (line 773) | SYS_TCFLOW = 0x1CE constant SYS_TCFLUSH (line 774) | SYS_TCFLUSH = 0x1CF constant SYS_TCGETATTR (line 775) | SYS_TCGETATTR = 0x1D0 constant SYS_TCGETPGRP (line 776) | SYS_TCGETPGRP = 0x1D1 constant SYS_TCSENDBREAK (line 777) | SYS_TCSENDBREAK = 0x1D2 constant SYS_TCSETATTR (line 778) | SYS_TCSETATTR = 0x1D3 constant SYS_TCSETPGRP (line 779) | SYS_TCSETPGRP = 0x1D4 constant SYS_TIMES (line 780) | SYS_TIMES = 0x1D5 constant SYS_TTYNAME (line 781) | SYS_TTYNAME = 0x1D6 constant SYS_TZSET (line 782) | SYS_TZSET = 0x1D7 constant SYS_UMASK (line 783) | SYS_UMASK = 0x1D8 constant SYS_UMOUNT (line 784) | SYS_UMOUNT = 0x1D9 constant SYS_UNAME (line 785) | SYS_UNAME = 0x1DA constant SYS_UNLINK (line 786) | SYS_UNLINK = 0x1DB constant SYS_UTIME (line 787) | SYS_UTIME = 0x1DC constant SYS_WAIT (line 788) | SYS_WAIT = 0x1DD constant SYS_WAITPID (line 789) | SYS_WAITPID = 0x1DE constant SYS_WRITE (line 790) | SYS_WRITE = 0x1DF constant SYS_W_GETPSENT (line 791) | SYS_W_GETPSENT = 0x1B1 constant SYS_W_IOCTL (line 792) | SYS_W_IOCTL = 0x1A2 constant SYS_W_STATFS (line 793) | SYS_W_STATFS = 0x1CA constant SYS_A64L (line 794) | SYS_A64L = 0x2EF constant SYS_BCMP (line 795) | SYS_BCMP = 0x2B9 constant SYS_BCOPY (line 796) | SYS_BCOPY = 0x2BA constant SYS_BZERO (line 797) | SYS_BZERO = 0x2BB constant SYS_CATCLOSE (line 798) | SYS_CATCLOSE = 0x2B6 constant SYS_CATGETS (line 799) | SYS_CATGETS = 0x2B7 constant SYS_CATOPEN (line 800) | SYS_CATOPEN = 0x2B8 constant SYS_CRYPT (line 801) | SYS_CRYPT = 0x2AC constant SYS_DBM_CLEARERR (line 802) | SYS_DBM_CLEARERR = 0x2F7 constant SYS_DBM_CLOSE (line 803) | SYS_DBM_CLOSE = 0x2F8 constant SYS_DBM_DELETE (line 804) | SYS_DBM_DELETE = 0x2F9 constant SYS_DBM_ERROR (line 805) | SYS_DBM_ERROR = 0x2FA constant SYS_DBM_FETCH (line 806) | SYS_DBM_FETCH = 0x2FB constant SYS_DBM_FIRSTKEY (line 807) | SYS_DBM_FIRSTKEY = 0x2FC constant SYS_DBM_NEXTKEY (line 808) | SYS_DBM_NEXTKEY = 0x2FD constant SYS_DBM_OPEN (line 809) | SYS_DBM_OPEN = 0x2FE constant SYS_DBM_STORE (line 810) | SYS_DBM_STORE = 0x2FF constant SYS_DRAND48 (line 811) | SYS_DRAND48 = 0x2B2 constant SYS_ENCRYPT (line 812) | SYS_ENCRYPT = 0x2AD constant SYS_ENDUTXENT (line 813) | SYS_ENDUTXENT = 0x2E1 constant SYS_ERAND48 (line 814) | SYS_ERAND48 = 0x2B3 constant SYS_ERF (line 815) | SYS_ERF = 0x02C constant SYS_ERFC (line 816) | SYS_ERFC = 0x02D constant SYS_FCHDIR (line 817) | SYS_FCHDIR = 0x2D9 constant SYS_FFS (line 818) | SYS_FFS = 0x2BC constant SYS_FMTMSG (line 819) | SYS_FMTMSG = 0x2E5 constant SYS_FSTATVFS (line 820) | SYS_FSTATVFS = 0x2B4 constant SYS_FTIME (line 821) | SYS_FTIME = 0x2F5 constant SYS_GAMMA (line 822) | SYS_GAMMA = 0x02E constant SYS_GETDATE (line 823) | SYS_GETDATE = 0x2A6 constant SYS_GETPAGESIZE (line 824) | SYS_GETPAGESIZE = 0x2D8 constant SYS_GETTIMEOFDAY (line 825) | SYS_GETTIMEOFDAY = 0x2F6 constant SYS_GETUTXENT (line 826) | SYS_GETUTXENT = 0x2E0 constant SYS_GETUTXID (line 827) | SYS_GETUTXID = 0x2E2 constant SYS_GETUTXLINE (line 828) | SYS_GETUTXLINE = 0x2E3 constant SYS_HCREATE (line 829) | SYS_HCREATE = 0x2C6 constant SYS_HDESTROY (line 830) | SYS_HDESTROY = 0x2C7 constant SYS_HSEARCH (line 831) | SYS_HSEARCH = 0x2C8 constant SYS_HYPOT (line 832) | SYS_HYPOT = 0x02B constant SYS_INDEX (line 833) | SYS_INDEX = 0x2BD constant SYS_INITSTATE (line 834) | SYS_INITSTATE = 0x2C2 constant SYS_INSQUE (line 835) | SYS_INSQUE = 0x2CF constant SYS_ISASCII (line 836) | SYS_ISASCII = 0x2ED constant SYS_JRAND48 (line 837) | SYS_JRAND48 = 0x2E6 constant SYS_L64A (line 838) | SYS_L64A = 0x2F0 constant SYS_LCONG48 (line 839) | SYS_LCONG48 = 0x2EA constant SYS_LFIND (line 840) | SYS_LFIND = 0x2C9 constant SYS_LRAND48 (line 841) | SYS_LRAND48 = 0x2E7 constant SYS_LSEARCH (line 842) | SYS_LSEARCH = 0x2CA constant SYS_MEMCCPY (line 843) | SYS_MEMCCPY = 0x2D4 constant SYS_MRAND48 (line 844) | SYS_MRAND48 = 0x2E8 constant SYS_NRAND48 (line 845) | SYS_NRAND48 = 0x2E9 constant SYS_PCLOSE (line 846) | SYS_PCLOSE = 0x2D2 constant SYS_POPEN (line 847) | SYS_POPEN = 0x2D1 constant SYS_PUTUTXLINE (line 848) | SYS_PUTUTXLINE = 0x2E4 constant SYS_RANDOM (line 849) | SYS_RANDOM = 0x2C4 constant SYS_REMQUE (line 850) | SYS_REMQUE = 0x2D0 constant SYS_RINDEX (line 851) | SYS_RINDEX = 0x2BE constant SYS_SEED48 (line 852) | SYS_SEED48 = 0x2EC constant SYS_SETKEY (line 853) | SYS_SETKEY = 0x2AE constant SYS_SETSTATE (line 854) | SYS_SETSTATE = 0x2C3 constant SYS_SETUTXENT (line 855) | SYS_SETUTXENT = 0x2DF constant SYS_SRAND48 (line 856) | SYS_SRAND48 = 0x2EB constant SYS_SRANDOM (line 857) | SYS_SRANDOM = 0x2C5 constant SYS_STATVFS (line 858) | SYS_STATVFS = 0x2B5 constant SYS_STRCASECMP (line 859) | SYS_STRCASECMP = 0x2BF constant SYS_STRDUP (line 860) | SYS_STRDUP = 0x2C0 constant SYS_STRNCASECMP (line 861) | SYS_STRNCASECMP = 0x2C1 constant SYS_SWAB (line 862) | SYS_SWAB = 0x2D3 constant SYS_TDELETE (line 863) | SYS_TDELETE = 0x2CB constant SYS_TFIND (line 864) | SYS_TFIND = 0x2CC constant SYS_TOASCII (line 865) | SYS_TOASCII = 0x2EE constant SYS_TSEARCH (line 866) | SYS_TSEARCH = 0x2CD constant SYS_TWALK (line 867) | SYS_TWALK = 0x2CE constant SYS_UALARM (line 868) | SYS_UALARM = 0x2F1 constant SYS_USLEEP (line 869) | SYS_USLEEP = 0x2F2 constant SYS_WAIT3 (line 870) | SYS_WAIT3 = 0x2A7 constant SYS_WAITID (line 871) | SYS_WAITID = 0x2A8 constant SYS_Y1 (line 872) | SYS_Y1 = 0x02A constant SYS___ATOE (line 873) | SYS___ATOE = 0x2DB constant SYS___ATOE_L (line 874) | SYS___ATOE_L = 0x2DC constant SYS___CATTRM (line 875) | SYS___CATTRM = 0x2A9 constant SYS___CNVBLK (line 876) | SYS___CNVBLK = 0x2AF constant SYS___CRYTRM (line 877) | SYS___CRYTRM = 0x2B0 constant SYS___DLGHT (line 878) | SYS___DLGHT = 0x2A1 constant SYS___ECRTRM (line 879) | SYS___ECRTRM = 0x2B1 constant SYS___ETOA (line 880) | SYS___ETOA = 0x2DD constant SYS___ETOA_L (line 881) | SYS___ETOA_L = 0x2DE constant SYS___GDTRM (line 882) | SYS___GDTRM = 0x2AA constant SYS___OCLCK (line 883) | SYS___OCLCK = 0x2DA constant SYS___OPARGF (line 884) | SYS___OPARGF = 0x2A2 constant SYS___OPERRF (line 885) | SYS___OPERRF = 0x2A5 constant SYS___OPINDF (line 886) | SYS___OPINDF = 0x2A4 constant SYS___OPOPTF (line 887) | SYS___OPOPTF = 0x2A3 constant SYS___RNDTRM (line 888) | SYS___RNDTRM = 0x2AB constant SYS___SRCTRM (line 889) | SYS___SRCTRM = 0x2F4 constant SYS___TZONE (line 890) | SYS___TZONE = 0x2A0 constant SYS___UTXTRM (line 891) | SYS___UTXTRM = 0x2F3 constant SYS_ASIN (line 892) | SYS_ASIN = 0x03E constant SYS_ISXDIGIT (line 893) | SYS_ISXDIGIT = 0x03B constant SYS_SETLOCAL (line 894) | SYS_SETLOCAL = 0x03A constant SYS_SETLOCALE (line 895) | SYS_SETLOCALE = 0x03A constant SYS_SIN (line 896) | SYS_SIN = 0x03F constant SYS_TOLOWER (line 897) | SYS_TOLOWER = 0x03C constant SYS_TOUPPER (line 898) | SYS_TOUPPER = 0x03D constant SYS_ACCEPT_AND_RECV (line 899) | SYS_ACCEPT_AND_RECV = 0x4F7 constant SYS_ATOL (line 900) | SYS_ATOL = 0x04E constant SYS_CHECKSCH (line 901) | SYS_CHECKSCH = 0x4BC constant SYS_CHECKSCHENV (line 902) | SYS_CHECKSCHENV = 0x4BC constant SYS_CLEARERR (line 903) | SYS_CLEARERR = 0x04C constant SYS_CONNECTS (line 904) | SYS_CONNECTS = 0x4B5 constant SYS_CONNECTSERVER (line 905) | SYS_CONNECTSERVER = 0x4B5 constant SYS_CONNECTW (line 906) | SYS_CONNECTW = 0x4B4 constant SYS_CONNECTWORKMGR (line 907) | SYS_CONNECTWORKMGR = 0x4B4 constant SYS_CONTINUE (line 908) | SYS_CONTINUE = 0x4B3 constant SYS_CONTINUEWORKUNIT (line 909) | SYS_CONTINUEWORKUNIT = 0x4B3 constant SYS_COPYSIGN (line 910) | SYS_COPYSIGN = 0x4C2 constant SYS_CREATEWO (line 911) | SYS_CREATEWO = 0x4B2 constant SYS_CREATEWORKUNIT (line 912) | SYS_CREATEWORKUNIT = 0x4B2 constant SYS_DELETEWO (line 913) | SYS_DELETEWO = 0x4B9 constant SYS_DELETEWORKUNIT (line 914) | SYS_DELETEWORKUNIT = 0x4B9 constant SYS_DISCONNE (line 915) | SYS_DISCONNE = 0x4B6 constant SYS_DISCONNECTSERVER (line 916) | SYS_DISCONNECTSERVER = 0x4B6 constant SYS_FEOF (line 917) | SYS_FEOF = 0x04D constant SYS_FERROR (line 918) | SYS_FERROR = 0x04A constant SYS_FINITE (line 919) | SYS_FINITE = 0x4C8 constant SYS_GAMMA_R (line 920) | SYS_GAMMA_R = 0x4E2 constant SYS_JOINWORK (line 921) | SYS_JOINWORK = 0x4B7 constant SYS_JOINWORKUNIT (line 922) | SYS_JOINWORKUNIT = 0x4B7 constant SYS_LEAVEWOR (line 923) | SYS_LEAVEWOR = 0x4B8 constant SYS_LEAVEWORKUNIT (line 924) | SYS_LEAVEWORKUNIT = 0x4B8 constant SYS_LGAMMA_R (line 925) | SYS_LGAMMA_R = 0x4EB constant SYS_MATHERR (line 926) | SYS_MATHERR = 0x4D0 constant SYS_PERROR (line 927) | SYS_PERROR = 0x04F constant SYS_QUERYMET (line 928) | SYS_QUERYMET = 0x4BA constant SYS_QUERYMETRICS (line 929) | SYS_QUERYMETRICS = 0x4BA constant SYS_QUERYSCH (line 930) | SYS_QUERYSCH = 0x4BB constant SYS_QUERYSCHENV (line 931) | SYS_QUERYSCHENV = 0x4BB constant SYS_REWIND (line 932) | SYS_REWIND = 0x04B constant SYS_SCALBN (line 933) | SYS_SCALBN = 0x4D4 constant SYS_SIGNIFIC (line 934) | SYS_SIGNIFIC = 0x4D5 constant SYS_SIGNIFICAND (line 935) | SYS_SIGNIFICAND = 0x4D5 constant SYS___ACOSH_B (line 936) | SYS___ACOSH_B = 0x4DA constant SYS___ACOS_B (line 937) | SYS___ACOS_B = 0x4D9 constant SYS___ASINH_B (line 938) | SYS___ASINH_B = 0x4BE constant SYS___ASIN_B (line 939) | SYS___ASIN_B = 0x4DB constant SYS___ATAN2_B (line 940) | SYS___ATAN2_B = 0x4DC constant SYS___ATANH_B (line 941) | SYS___ATANH_B = 0x4DD constant SYS___ATAN_B (line 942) | SYS___ATAN_B = 0x4BF constant SYS___CBRT_B (line 943) | SYS___CBRT_B = 0x4C0 constant SYS___CEIL_B (line 944) | SYS___CEIL_B = 0x4C1 constant SYS___COSH_B (line 945) | SYS___COSH_B = 0x4DE constant SYS___COS_B (line 946) | SYS___COS_B = 0x4C3 constant SYS___DGHT (line 947) | SYS___DGHT = 0x4A8 constant SYS___ENVN (line 948) | SYS___ENVN = 0x4B0 constant SYS___ERFC_B (line 949) | SYS___ERFC_B = 0x4C5 constant SYS___ERF_B (line 950) | SYS___ERF_B = 0x4C4 constant SYS___EXPM1_B (line 951) | SYS___EXPM1_B = 0x4C6 constant SYS___EXP_B (line 952) | SYS___EXP_B = 0x4DF constant SYS___FABS_B (line 953) | SYS___FABS_B = 0x4C7 constant SYS___FLOOR_B (line 954) | SYS___FLOOR_B = 0x4C9 constant SYS___FMOD_B (line 955) | SYS___FMOD_B = 0x4E0 constant SYS___FP_SETMODE (line 956) | SYS___FP_SETMODE = 0x4F8 constant SYS___FREXP_B (line 957) | SYS___FREXP_B = 0x4CA constant SYS___GAMMA_B (line 958) | SYS___GAMMA_B = 0x4E1 constant SYS___GDRR (line 959) | SYS___GDRR = 0x4A1 constant SYS___HRRNO (line 960) | SYS___HRRNO = 0x4A2 constant SYS___HYPOT_B (line 961) | SYS___HYPOT_B = 0x4E3 constant SYS___ILOGB_B (line 962) | SYS___ILOGB_B = 0x4CB constant SYS___ISNAN_B (line 963) | SYS___ISNAN_B = 0x4CC constant SYS___J0_B (line 964) | SYS___J0_B = 0x4E4 constant SYS___J1_B (line 965) | SYS___J1_B = 0x4E6 constant SYS___JN_B (line 966) | SYS___JN_B = 0x4E8 constant SYS___LDEXP_B (line 967) | SYS___LDEXP_B = 0x4CD constant SYS___LGAMMA_B (line 968) | SYS___LGAMMA_B = 0x4EA constant SYS___LOG10_B (line 969) | SYS___LOG10_B = 0x4ED constant SYS___LOG1P_B (line 970) | SYS___LOG1P_B = 0x4CE constant SYS___LOGB_B (line 971) | SYS___LOGB_B = 0x4CF constant SYS___LOGIN (line 972) | SYS___LOGIN = 0x4F5 constant SYS___LOG_B (line 973) | SYS___LOG_B = 0x4EC constant SYS___MLOCKALL (line 974) | SYS___MLOCKALL = 0x4B1 constant SYS___MODF_B (line 975) | SYS___MODF_B = 0x4D1 constant SYS___NEXTAFTER_B (line 976) | SYS___NEXTAFTER_B = 0x4D2 constant SYS___OPENDIR2 (line 977) | SYS___OPENDIR2 = 0x4F3 constant SYS___OPEN_STAT (line 978) | SYS___OPEN_STAT = 0x4F6 constant SYS___OPND (line 979) | SYS___OPND = 0x4A5 constant SYS___OPPT (line 980) | SYS___OPPT = 0x4A6 constant SYS___OPRG (line 981) | SYS___OPRG = 0x4A3 constant SYS___OPRR (line 982) | SYS___OPRR = 0x4A4 constant SYS___PID_AFFINITY (line 983) | SYS___PID_AFFINITY = 0x4BD constant SYS___POW_B (line 984) | SYS___POW_B = 0x4EE constant SYS___READDIR2 (line 985) | SYS___READDIR2 = 0x4F4 constant SYS___REMAINDER_B (line 986) | SYS___REMAINDER_B = 0x4EF constant SYS___RINT_B (line 987) | SYS___RINT_B = 0x4D3 constant SYS___SCALB_B (line 988) | SYS___SCALB_B = 0x4F0 constant SYS___SIGACTIONSET (line 989) | SYS___SIGACTIONSET = 0x4FB constant SYS___SIGGM (line 990) | SYS___SIGGM = 0x4A7 constant SYS___SINH_B (line 991) | SYS___SINH_B = 0x4F1 constant SYS___SIN_B (line 992) | SYS___SIN_B = 0x4D6 constant SYS___SQRT_B (line 993) | SYS___SQRT_B = 0x4F2 constant SYS___TANH_B (line 994) | SYS___TANH_B = 0x4D8 constant SYS___TAN_B (line 995) | SYS___TAN_B = 0x4D7 constant SYS___TRRNO (line 996) | SYS___TRRNO = 0x4AF constant SYS___TZNE (line 997) | SYS___TZNE = 0x4A9 constant SYS___TZZN (line 998) | SYS___TZZN = 0x4AA constant SYS___UCREATE (line 999) | SYS___UCREATE = 0x4FC constant SYS___UFREE (line 1000) | SYS___UFREE = 0x4FE constant SYS___UHEAPREPORT (line 1001) | SYS___UHEAPREPORT = 0x4FF constant SYS___UMALLOC (line 1002) | SYS___UMALLOC = 0x4FD constant SYS___Y0_B (line 1003) | SYS___Y0_B = 0x4E5 constant SYS___Y1_B (line 1004) | SYS___Y1_B = 0x4E7 constant SYS___YN_B (line 1005) | SYS___YN_B = 0x4E9 constant SYS_ABORT (line 1006) | SYS_ABORT = 0x05C constant SYS_ASCTIME_R (line 1007) | SYS_ASCTIME_R = 0x5E0 constant SYS_ATEXIT (line 1008) | SYS_ATEXIT = 0x05D constant SYS_CONNECTE (line 1009) | SYS_CONNECTE = 0x5AE constant SYS_CONNECTEXPORTIMPORT (line 1010) | SYS_CONNECTEXPORTIMPORT = 0x5AE constant SYS_CTIME_R (line 1011) | SYS_CTIME_R = 0x5E1 constant SYS_DN_COMP (line 1012) | SYS_DN_COMP = 0x5DF constant SYS_DN_EXPAND (line 1013) | SYS_DN_EXPAND = 0x5DD constant SYS_DN_SKIPNAME (line 1014) | SYS_DN_SKIPNAME = 0x5DE constant SYS_EXIT (line 1015) | SYS_EXIT = 0x05A constant SYS_EXPORTWO (line 1016) | SYS_EXPORTWO = 0x5A1 constant SYS_EXPORTWORKUNIT (line 1017) | SYS_EXPORTWORKUNIT = 0x5A1 constant SYS_EXTRACTW (line 1018) | SYS_EXTRACTW = 0x5A5 constant SYS_EXTRACTWORKUNIT (line 1019) | SYS_EXTRACTWORKUNIT = 0x5A5 constant SYS_FSEEKO (line 1020) | SYS_FSEEKO = 0x5C9 constant SYS_FTELLO (line 1021) | SYS_FTELLO = 0x5C8 constant SYS_GETGRGID_R (line 1022) | SYS_GETGRGID_R = 0x5E7 constant SYS_GETGRNAM_R (line 1023) | SYS_GETGRNAM_R = 0x5E8 constant SYS_GETLOGIN_R (line 1024) | SYS_GETLOGIN_R = 0x5E9 constant SYS_GETPWNAM_R (line 1025) | SYS_GETPWNAM_R = 0x5EA constant SYS_GETPWUID_R (line 1026) | SYS_GETPWUID_R = 0x5EB constant SYS_GMTIME_R (line 1027) | SYS_GMTIME_R = 0x5E2 constant SYS_IMPORTWO (line 1028) | SYS_IMPORTWO = 0x5A3 constant SYS_IMPORTWORKUNIT (line 1029) | SYS_IMPORTWORKUNIT = 0x5A3 constant SYS_INET_NTOP (line 1030) | SYS_INET_NTOP = 0x5D3 constant SYS_INET_PTON (line 1031) | SYS_INET_PTON = 0x5D4 constant SYS_LLABS (line 1032) | SYS_LLABS = 0x5CE constant SYS_LLDIV (line 1033) | SYS_LLDIV = 0x5CB constant SYS_LOCALTIME_R (line 1034) | SYS_LOCALTIME_R = 0x5E3 constant SYS_PTHREAD_ATFORK (line 1035) | SYS_PTHREAD_ATFORK = 0x5ED constant SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 (line 1036) | SYS_PTHREAD_ATTR_GETDETACHSTATE_U98 = 0x5FB constant SYS_PTHREAD_ATTR_GETGUARDSIZE (line 1037) | SYS_PTHREAD_ATTR_GETGUARDSIZE = 0x5EE constant SYS_PTHREAD_ATTR_GETSCHEDPARAM (line 1038) | SYS_PTHREAD_ATTR_GETSCHEDPARAM = 0x5F9 constant SYS_PTHREAD_ATTR_GETSTACKADDR (line 1039) | SYS_PTHREAD_ATTR_GETSTACKADDR = 0x5EF constant SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 (line 1040) | SYS_PTHREAD_ATTR_SETDETACHSTATE_U98 = 0x5FC constant SYS_PTHREAD_ATTR_SETGUARDSIZE (line 1041) | SYS_PTHREAD_ATTR_SETGUARDSIZE = 0x5F0 constant SYS_PTHREAD_ATTR_SETSCHEDPARAM (line 1042) | SYS_PTHREAD_ATTR_SETSCHEDPARAM = 0x5FA constant SYS_PTHREAD_ATTR_SETSTACKADDR (line 1043) | SYS_PTHREAD_ATTR_SETSTACKADDR = 0x5F1 constant SYS_PTHREAD_CONDATTR_GETPSHARED (line 1044) | SYS_PTHREAD_CONDATTR_GETPSHARED = 0x5F2 constant SYS_PTHREAD_CONDATTR_SETPSHARED (line 1045) | SYS_PTHREAD_CONDATTR_SETPSHARED = 0x5F3 constant SYS_PTHREAD_DETACH_U98 (line 1046) | SYS_PTHREAD_DETACH_U98 = 0x5FD constant SYS_PTHREAD_GETCONCURRENCY (line 1047) | SYS_PTHREAD_GETCONCURRENCY = 0x5F4 constant SYS_PTHREAD_GETSPECIFIC_U98 (line 1048) | SYS_PTHREAD_GETSPECIFIC_U98 = 0x5FE constant SYS_PTHREAD_KEY_DELETE (line 1049) | SYS_PTHREAD_KEY_DELETE = 0x5F5 constant SYS_PTHREAD_SETCANCELSTATE (line 1050) | SYS_PTHREAD_SETCANCELSTATE = 0x5FF constant SYS_PTHREAD_SETCONCURRENCY (line 1051) | SYS_PTHREAD_SETCONCURRENCY = 0x5F6 constant SYS_PTHREAD_SIGMASK (line 1052) | SYS_PTHREAD_SIGMASK = 0x5F7 constant SYS_QUERYENC (line 1053) | SYS_QUERYENC = 0x5AD constant SYS_QUERYWORKUNITCLASSIFICATION (line 1054) | SYS_QUERYWORKUNITCLASSIFICATION = 0x5AD constant SYS_RAISE (line 1055) | SYS_RAISE = 0x05E constant SYS_RAND_R (line 1056) | SYS_RAND_R = 0x5E4 constant SYS_READDIR_R (line 1057) | SYS_READDIR_R = 0x5E6 constant SYS_REALLOC (line 1058) | SYS_REALLOC = 0x05B constant SYS_RES_INIT (line 1059) | SYS_RES_INIT = 0x5D8 constant SYS_RES_MKQUERY (line 1060) | SYS_RES_MKQUERY = 0x5D7 constant SYS_RES_QUERY (line 1061) | SYS_RES_QUERY = 0x5D9 constant SYS_RES_QUERYDOMAIN (line 1062) | SYS_RES_QUERYDOMAIN = 0x5DC constant SYS_RES_SEARCH (line 1063) | SYS_RES_SEARCH = 0x5DA constant SYS_RES_SEND (line 1064) | SYS_RES_SEND = 0x5DB constant SYS_SETJMP (line 1065) | SYS_SETJMP = 0x05F constant SYS_SIGQUEUE (line 1066) | SYS_SIGQUEUE = 0x5A9 constant SYS_STRTOK_R (line 1067) | SYS_STRTOK_R = 0x5E5 constant SYS_STRTOLL (line 1068) | SYS_STRTOLL = 0x5B0 constant SYS_STRTOULL (line 1069) | SYS_STRTOULL = 0x5B1 constant SYS_TTYNAME_R (line 1070) | SYS_TTYNAME_R = 0x5EC constant SYS_UNDOEXPO (line 1071) | SYS_UNDOEXPO = 0x5A2 constant SYS_UNDOEXPORTWORKUNIT (line 1072) | SYS_UNDOEXPORTWORKUNIT = 0x5A2 constant SYS_UNDOIMPO (line 1073) | SYS_UNDOIMPO = 0x5A4 constant SYS_UNDOIMPORTWORKUNIT (line 1074) | SYS_UNDOIMPORTWORKUNIT = 0x5A4 constant SYS_WCSTOLL (line 1075) | SYS_WCSTOLL = 0x5CC constant SYS_WCSTOULL (line 1076) | SYS_WCSTOULL = 0x5CD constant SYS___ABORT (line 1077) | SYS___ABORT = 0x05C constant SYS___CONSOLE2 (line 1078) | SYS___CONSOLE2 = 0x5D2 constant SYS___CPL (line 1079) | SYS___CPL = 0x5A6 constant SYS___DISCARDDATA (line 1080) | SYS___DISCARDDATA = 0x5F8 constant SYS___DSA_PREV (line 1081) | SYS___DSA_PREV = 0x5B2 constant SYS___EP_FIND (line 1082) | SYS___EP_FIND = 0x5B3 constant SYS___FP_SWAPMODE (line 1083) | SYS___FP_SWAPMODE = 0x5AF constant SYS___GETUSERID (line 1084) | SYS___GETUSERID = 0x5AB constant SYS___GET_CPUID (line 1085) | SYS___GET_CPUID = 0x5B9 constant SYS___GET_SYSTEM_SETTINGS (line 1086) | SYS___GET_SYSTEM_SETTINGS = 0x5BA constant SYS___IPDOMAINNAME (line 1087) | SYS___IPDOMAINNAME = 0x5AC constant SYS___MAP_INIT (line 1088) | SYS___MAP_INIT = 0x5A7 constant SYS___MAP_SERVICE (line 1089) | SYS___MAP_SERVICE = 0x5A8 constant SYS___MOUNT (line 1090) | SYS___MOUNT = 0x5AA constant SYS___MSGRCV_TIMED (line 1091) | SYS___MSGRCV_TIMED = 0x5B7 constant SYS___RES (line 1092) | SYS___RES = 0x5D6 constant SYS___SEMOP_TIMED (line 1093) | SYS___SEMOP_TIMED = 0x5B8 constant SYS___SERVER_THREADS_QUERY (line 1094) | SYS___SERVER_THREADS_QUERY = 0x5B4 constant SYS_FPRINTF (line 1095) | SYS_FPRINTF = 0x06D constant SYS_FSCANF (line 1096) | SYS_FSCANF = 0x06A constant SYS_PRINTF (line 1097) | SYS_PRINTF = 0x06F constant SYS_SETBUF (line 1098) | SYS_SETBUF = 0x06B constant SYS_SETVBUF (line 1099) | SYS_SETVBUF = 0x06C constant SYS_SSCANF (line 1100) | SYS_SSCANF = 0x06E constant SYS___CATGETS_A (line 1101) | SYS___CATGETS_A = 0x6C0 constant SYS___CHAUDIT_A (line 1102) | SYS___CHAUDIT_A = 0x6F4 constant SYS___CHMOD_A (line 1103) | SYS___CHMOD_A = 0x6E8 constant SYS___COLLATE_INIT_A (line 1104) | SYS___COLLATE_INIT_A = 0x6AC constant SYS___CREAT_A (line 1105) | SYS___CREAT_A = 0x6F6 constant SYS___CTYPE_INIT_A (line 1106) | SYS___CTYPE_INIT_A = 0x6AF constant SYS___DLLLOAD_A (line 1107) | SYS___DLLLOAD_A = 0x6DF constant SYS___DLLQUERYFN_A (line 1108) | SYS___DLLQUERYFN_A = 0x6E0 constant SYS___DLLQUERYVAR_A (line 1109) | SYS___DLLQUERYVAR_A = 0x6E1 constant SYS___E2A_L (line 1110) | SYS___E2A_L = 0x6E3 constant SYS___EXECLE_A (line 1111) | SYS___EXECLE_A = 0x6A0 constant SYS___EXECLP_A (line 1112) | SYS___EXECLP_A = 0x6A4 constant SYS___EXECVE_A (line 1113) | SYS___EXECVE_A = 0x6C1 constant SYS___EXECVP_A (line 1114) | SYS___EXECVP_A = 0x6C2 constant SYS___EXECV_A (line 1115) | SYS___EXECV_A = 0x6B1 constant SYS___FPRINTF_A (line 1116) | SYS___FPRINTF_A = 0x6FA constant SYS___GETADDRINFO_A (line 1117) | SYS___GETADDRINFO_A = 0x6BF constant SYS___GETNAMEINFO_A (line 1118) | SYS___GETNAMEINFO_A = 0x6C4 constant SYS___GET_WCTYPE_STD_A (line 1119) | SYS___GET_WCTYPE_STD_A = 0x6AE constant SYS___ICONV_OPEN_A (line 1120) | SYS___ICONV_OPEN_A = 0x6DE constant SYS___IF_INDEXTONAME_A (line 1121) | SYS___IF_INDEXTONAME_A = 0x6DC constant SYS___IF_NAMETOINDEX_A (line 1122) | SYS___IF_NAMETOINDEX_A = 0x6DB constant SYS___ISWCTYPE_A (line 1123) | SYS___ISWCTYPE_A = 0x6B0 constant SYS___IS_WCTYPE_STD_A (line 1124) | SYS___IS_WCTYPE_STD_A = 0x6B2 constant SYS___LOCALECONV_A (line 1125) | SYS___LOCALECONV_A = 0x6B8 constant SYS___LOCALECONV_STD_A (line 1126) | SYS___LOCALECONV_STD_A = 0x6B9 constant SYS___LOCALE_INIT_A (line 1127) | SYS___LOCALE_INIT_A = 0x6B7 constant SYS___LSTAT_A (line 1128) | SYS___LSTAT_A = 0x6EE constant SYS___LSTAT_O_A (line 1129) | SYS___LSTAT_O_A = 0x6EF constant SYS___MKDIR_A (line 1130) | SYS___MKDIR_A = 0x6E9 constant SYS___MKFIFO_A (line 1131) | SYS___MKFIFO_A = 0x6EC constant SYS___MKNOD_A (line 1132) | SYS___MKNOD_A = 0x6F0 constant SYS___MONETARY_INIT_A (line 1133) | SYS___MONETARY_INIT_A = 0x6BC constant SYS___MOUNT_A (line 1134) | SYS___MOUNT_A = 0x6F1 constant SYS___NL_CSINFO_A (line 1135) | SYS___NL_CSINFO_A = 0x6D6 constant SYS___NL_LANGINFO_A (line 1136) | SYS___NL_LANGINFO_A = 0x6BA constant SYS___NL_LNAGINFO_STD_A (line 1137) | SYS___NL_LNAGINFO_STD_A = 0x6BB constant SYS___NL_MONINFO_A (line 1138) | SYS___NL_MONINFO_A = 0x6D7 constant SYS___NL_NUMINFO_A (line 1139) | SYS___NL_NUMINFO_A = 0x6D8 constant SYS___NL_RESPINFO_A (line 1140) | SYS___NL_RESPINFO_A = 0x6D9 constant SYS___NL_TIMINFO_A (line 1141) | SYS___NL_TIMINFO_A = 0x6DA constant SYS___NUMERIC_INIT_A (line 1142) | SYS___NUMERIC_INIT_A = 0x6C6 constant SYS___OPEN_A (line 1143) | SYS___OPEN_A = 0x6F7 constant SYS___PRINTF_A (line 1144) | SYS___PRINTF_A = 0x6DD constant SYS___RESP_INIT_A (line 1145) | SYS___RESP_INIT_A = 0x6C7 constant SYS___RPMATCH_A (line 1146) | SYS___RPMATCH_A = 0x6C8 constant SYS___RPMATCH_C_A (line 1147) | SYS___RPMATCH_C_A = 0x6C9 constant SYS___RPMATCH_STD_A (line 1148) | SYS___RPMATCH_STD_A = 0x6CA constant SYS___SETLOCALE_A (line 1149) | SYS___SETLOCALE_A = 0x6F9 constant SYS___SPAWNP_A (line 1150) | SYS___SPAWNP_A = 0x6C5 constant SYS___SPAWN_A (line 1151) | SYS___SPAWN_A = 0x6C3 constant SYS___SPRINTF_A (line 1152) | SYS___SPRINTF_A = 0x6FB constant SYS___STAT_A (line 1153) | SYS___STAT_A = 0x6EA constant SYS___STAT_O_A (line 1154) | SYS___STAT_O_A = 0x6EB constant SYS___STRCOLL_STD_A (line 1155) | SYS___STRCOLL_STD_A = 0x6A1 constant SYS___STRFMON_A (line 1156) | SYS___STRFMON_A = 0x6BD constant SYS___STRFMON_STD_A (line 1157) | SYS___STRFMON_STD_A = 0x6BE constant SYS___STRFTIME_A (line 1158) | SYS___STRFTIME_A = 0x6CC constant SYS___STRFTIME_STD_A (line 1159) | SYS___STRFTIME_STD_A = 0x6CD constant SYS___STRPTIME_A (line 1160) | SYS___STRPTIME_A = 0x6CE constant SYS___STRPTIME_STD_A (line 1161) | SYS___STRPTIME_STD_A = 0x6CF constant SYS___STRXFRM_A (line 1162) | SYS___STRXFRM_A = 0x6A2 constant SYS___STRXFRM_C_A (line 1163) | SYS___STRXFRM_C_A = 0x6A3 constant SYS___STRXFRM_STD_A (line 1164) | SYS___STRXFRM_STD_A = 0x6A5 constant SYS___SYNTAX_INIT_A (line 1165) | SYS___SYNTAX_INIT_A = 0x6D4 constant SYS___TIME_INIT_A (line 1166) | SYS___TIME_INIT_A = 0x6CB constant SYS___TOD_INIT_A (line 1167) | SYS___TOD_INIT_A = 0x6D5 constant SYS___TOWLOWER_A (line 1168) | SYS___TOWLOWER_A = 0x6B3 constant SYS___TOWLOWER_STD_A (line 1169) | SYS___TOWLOWER_STD_A = 0x6B4 constant SYS___TOWUPPER_A (line 1170) | SYS___TOWUPPER_A = 0x6B5 constant SYS___TOWUPPER_STD_A (line 1171) | SYS___TOWUPPER_STD_A = 0x6B6 constant SYS___UMOUNT_A (line 1172) | SYS___UMOUNT_A = 0x6F2 constant SYS___VFPRINTF_A (line 1173) | SYS___VFPRINTF_A = 0x6FC constant SYS___VPRINTF_A (line 1174) | SYS___VPRINTF_A = 0x6FD constant SYS___VSPRINTF_A (line 1175) | SYS___VSPRINTF_A = 0x6FE constant SYS___VSWPRINTF_A (line 1176) | SYS___VSWPRINTF_A = 0x6FF constant SYS___WCSCOLL_A (line 1177) | SYS___WCSCOLL_A = 0x6A6 constant SYS___WCSCOLL_C_A (line 1178) | SYS___WCSCOLL_C_A = 0x6A7 constant SYS___WCSCOLL_STD_A (line 1179) | SYS___WCSCOLL_STD_A = 0x6A8 constant SYS___WCSFTIME_A (line 1180) | SYS___WCSFTIME_A = 0x6D0 constant SYS___WCSFTIME_STD_A (line 1181) | SYS___WCSFTIME_STD_A = 0x6D1 constant SYS___WCSXFRM_A (line 1182) | SYS___WCSXFRM_A = 0x6A9 constant SYS___WCSXFRM_C_A (line 1183) | SYS___WCSXFRM_C_A = 0x6AA constant SYS___WCSXFRM_STD_A (line 1184) | SYS___WCSXFRM_STD_A = 0x6AB constant SYS___WCTYPE_A (line 1185) | SYS___WCTYPE_A = 0x6AD constant SYS___W_GETMNTENT_A (line 1186) | SYS___W_GETMNTENT_A = 0x6F5 constant SYS_____CCSIDTYPE_A (line 1187) | SYS_____CCSIDTYPE_A = 0x6E6 constant SYS_____CHATTR_A (line 1188) | SYS_____CHATTR_A = 0x6E2 constant SYS_____CSNAMETYPE_A (line 1189) | SYS_____CSNAMETYPE_A = 0x6E7 constant SYS_____OPEN_STAT_A (line 1190) | SYS_____OPEN_STAT_A = 0x6ED constant SYS_____SPAWN2_A (line 1191) | SYS_____SPAWN2_A = 0x6D2 constant SYS_____SPAWNP2_A (line 1192) | SYS_____SPAWNP2_A = 0x6D3 constant SYS_____TOCCSID_A (line 1193) | SYS_____TOCCSID_A = 0x6E4 constant SYS_____TOCSNAME_A (line 1194) | SYS_____TOCSNAME_A = 0x6E5 constant SYS_ACL_FREE (line 1195) | SYS_ACL_FREE = 0x7FF constant SYS_ACL_INIT (line 1196) | SYS_ACL_INIT = 0x7FE constant SYS_FWIDE (line 1197) | SYS_FWIDE = 0x7DF constant SYS_FWPRINTF (line 1198) | SYS_FWPRINTF = 0x7D1 constant SYS_FWRITE (line 1199) | SYS_FWRITE = 0x07E constant SYS_FWSCANF (line 1200) | SYS_FWSCANF = 0x7D5 constant SYS_GETCHAR (line 1201) | SYS_GETCHAR = 0x07B constant SYS_GETS (line 1202) | SYS_GETS = 0x07C constant SYS_M_CREATE_LAYOUT (line 1203) | SYS_M_CREATE_LAYOUT = 0x7C9 constant SYS_M_DESTROY_LAYOUT (line 1204) | SYS_M_DESTROY_LAYOUT = 0x7CA constant SYS_M_GETVALUES_LAYOUT (line 1205) | SYS_M_GETVALUES_LAYOUT = 0x7CB constant SYS_M_SETVALUES_LAYOUT (line 1206) | SYS_M_SETVALUES_LAYOUT = 0x7CC constant SYS_M_TRANSFORM_LAYOUT (line 1207) | SYS_M_TRANSFORM_LAYOUT = 0x7CD constant SYS_M_WTRANSFORM_LAYOUT (line 1208) | SYS_M_WTRANSFORM_LAYOUT = 0x7CE constant SYS_PREAD (line 1209) | SYS_PREAD = 0x7C7 constant SYS_PUTC (line 1210) | SYS_PUTC = 0x07D constant SYS_PUTCHAR (line 1211) | SYS_PUTCHAR = 0x07A constant SYS_PUTS (line 1212) | SYS_PUTS = 0x07F constant SYS_PWRITE (line 1213) | SYS_PWRITE = 0x7C8 constant SYS_TOWCTRAN (line 1214) | SYS_TOWCTRAN = 0x7D8 constant SYS_TOWCTRANS (line 1215) | SYS_TOWCTRANS = 0x7D8 constant SYS_UNATEXIT (line 1216) | SYS_UNATEXIT = 0x7B5 constant SYS_VFWPRINT (line 1217) | SYS_VFWPRINT = 0x7D3 constant SYS_VFWPRINTF (line 1218) | SYS_VFWPRINTF = 0x7D3 constant SYS_VWPRINTF (line 1219) | SYS_VWPRINTF = 0x7D4 constant SYS_WCTRANS (line 1220) | SYS_WCTRANS = 0x7D7 constant SYS_WPRINTF (line 1221) | SYS_WPRINTF = 0x7D2 constant SYS_WSCANF (line 1222) | SYS_WSCANF = 0x7D6 constant SYS___ASCTIME_R_A (line 1223) | SYS___ASCTIME_R_A = 0x7A1 constant SYS___BASENAME_A (line 1224) | SYS___BASENAME_A = 0x7DC constant SYS___BTOWC_A (line 1225) | SYS___BTOWC_A = 0x7E4 constant SYS___CDUMP_A (line 1226) | SYS___CDUMP_A = 0x7B7 constant SYS___CEE3DMP_A (line 1227) | SYS___CEE3DMP_A = 0x7B6 constant SYS___CEILF_H (line 1228) | SYS___CEILF_H = 0x7F4 constant SYS___CEILL_H (line 1229) | SYS___CEILL_H = 0x7F5 constant SYS___CEIL_H (line 1230) | SYS___CEIL_H = 0x7EA constant SYS___CRYPT_A (line 1231) | SYS___CRYPT_A = 0x7BE constant SYS___CSNAP_A (line 1232) | SYS___CSNAP_A = 0x7B8 constant SYS___CTEST_A (line 1233) | SYS___CTEST_A = 0x7B9 constant SYS___CTIME_R_A (line 1234) | SYS___CTIME_R_A = 0x7A2 constant SYS___CTRACE_A (line 1235) | SYS___CTRACE_A = 0x7BA constant SYS___DBM_OPEN_A (line 1236) | SYS___DBM_OPEN_A = 0x7E6 constant SYS___DIRNAME_A (line 1237) | SYS___DIRNAME_A = 0x7DD constant SYS___FABSF_H (line 1238) | SYS___FABSF_H = 0x7FA constant SYS___FABSL_H (line 1239) | SYS___FABSL_H = 0x7FB constant SYS___FABS_H (line 1240) | SYS___FABS_H = 0x7ED constant SYS___FGETWC_A (line 1241) | SYS___FGETWC_A = 0x7AA constant SYS___FGETWS_A (line 1242) | SYS___FGETWS_A = 0x7AD constant SYS___FLOORF_H (line 1243) | SYS___FLOORF_H = 0x7F6 constant SYS___FLOORL_H (line 1244) | SYS___FLOORL_H = 0x7F7 constant SYS___FLOOR_H (line 1245) | SYS___FLOOR_H = 0x7EB constant SYS___FPUTWC_A (line 1246) | SYS___FPUTWC_A = 0x7A5 constant SYS___FPUTWS_A (line 1247) | SYS___FPUTWS_A = 0x7A8 constant SYS___GETTIMEOFDAY_A (line 1248) | SYS___GETTIMEOFDAY_A = 0x7AE constant SYS___GETWCHAR_A (line 1249) | SYS___GETWCHAR_A = 0x7AC constant SYS___GETWC_A (line 1250) | SYS___GETWC_A = 0x7AB constant SYS___GLOB_A (line 1251) | SYS___GLOB_A = 0x7DE constant SYS___GMTIME_A (line 1252) | SYS___GMTIME_A = 0x7AF constant SYS___GMTIME_R_A (line 1253) | SYS___GMTIME_R_A = 0x7B0 constant SYS___INET_PTON_A (line 1254) | SYS___INET_PTON_A = 0x7BC constant SYS___J0_H (line 1255) | SYS___J0_H = 0x7EE constant SYS___J1_H (line 1256) | SYS___J1_H = 0x7EF constant SYS___JN_H (line 1257) | SYS___JN_H = 0x7F0 constant SYS___LOCALTIME_A (line 1258) | SYS___LOCALTIME_A = 0x7B1 constant SYS___LOCALTIME_R_A (line 1259) | SYS___LOCALTIME_R_A = 0x7B2 constant SYS___MALLOC24 (line 1260) | SYS___MALLOC24 = 0x7FC constant SYS___MALLOC31 (line 1261) | SYS___MALLOC31 = 0x7FD constant SYS___MKTIME_A (line 1262) | SYS___MKTIME_A = 0x7B3 constant SYS___MODFF_H (line 1263) | SYS___MODFF_H = 0x7F8 constant SYS___MODFL_H (line 1264) | SYS___MODFL_H = 0x7F9 constant SYS___MODF_H (line 1265) | SYS___MODF_H = 0x7EC constant SYS___OPENDIR_A (line 1266) | SYS___OPENDIR_A = 0x7C2 constant SYS___OSNAME (line 1267) | SYS___OSNAME = 0x7E0 constant SYS___PUTWCHAR_A (line 1268) | SYS___PUTWCHAR_A = 0x7A7 constant SYS___PUTWC_A (line 1269) | SYS___PUTWC_A = 0x7A6 constant SYS___READDIR_A (line 1270) | SYS___READDIR_A = 0x7C3 constant SYS___STRTOLL_A (line 1271) | SYS___STRTOLL_A = 0x7A3 constant SYS___STRTOULL_A (line 1272) | SYS___STRTOULL_A = 0x7A4 constant SYS___SYSLOG_A (line 1273) | SYS___SYSLOG_A = 0x7BD constant SYS___TZZNA (line 1274) | SYS___TZZNA = 0x7B4 constant SYS___UNGETWC_A (line 1275) | SYS___UNGETWC_A = 0x7A9 constant SYS___UTIME_A (line 1276) | SYS___UTIME_A = 0x7A0 constant SYS___VFPRINTF2_A (line 1277) | SYS___VFPRINTF2_A = 0x7E7 constant SYS___VPRINTF2_A (line 1278) | SYS___VPRINTF2_A = 0x7E8 constant SYS___VSPRINTF2_A (line 1279) | SYS___VSPRINTF2_A = 0x7E9 constant SYS___VSWPRNTF2_A (line 1280) | SYS___VSWPRNTF2_A = 0x7BB constant SYS___WCSTOD_A (line 1281) | SYS___WCSTOD_A = 0x7D9 constant SYS___WCSTOL_A (line 1282) | SYS___WCSTOL_A = 0x7DA constant SYS___WCSTOUL_A (line 1283) | SYS___WCSTOUL_A = 0x7DB constant SYS___WCTOB_A (line 1284) | SYS___WCTOB_A = 0x7E5 constant SYS___Y0_H (line 1285) | SYS___Y0_H = 0x7F1 constant SYS___Y1_H (line 1286) | SYS___Y1_H = 0x7F2 constant SYS___YN_H (line 1287) | SYS___YN_H = 0x7F3 constant SYS_____OPENDIR2_A (line 1288) | SYS_____OPENDIR2_A = 0x7BF constant SYS_____OSNAME_A (line 1289) | SYS_____OSNAME_A = 0x7E1 constant SYS_____READDIR2_A (line 1290) | SYS_____READDIR2_A = 0x7C0 constant SYS_DLCLOSE (line 1291) | SYS_DLCLOSE = 0x8DF constant SYS_DLERROR (line 1292) | SYS_DLERROR = 0x8E0 constant SYS_DLOPEN (line 1293) | SYS_DLOPEN = 0x8DD constant SYS_DLSYM (line 1294) | SYS_DLSYM = 0x8DE constant SYS_FLOCKFILE (line 1295) | SYS_FLOCKFILE = 0x8D3 constant SYS_FTRYLOCKFILE (line 1296) | SYS_FTRYLOCKFILE = 0x8D4 constant SYS_FUNLOCKFILE (line 1297) | SYS_FUNLOCKFILE = 0x8D5 constant SYS_GETCHAR_UNLOCKED (line 1298) | SYS_GETCHAR_UNLOCKED = 0x8D7 constant SYS_GETC_UNLOCKED (line 1299) | SYS_GETC_UNLOCKED = 0x8D6 constant SYS_PUTCHAR_UNLOCKED (line 1300) | SYS_PUTCHAR_UNLOCKED = 0x8D9 constant SYS_PUTC_UNLOCKED (line 1301) | SYS_PUTC_UNLOCKED = 0x8D8 constant SYS_SNPRINTF (line 1302) | SYS_SNPRINTF = 0x8DA constant SYS_VSNPRINTF (line 1303) | SYS_VSNPRINTF = 0x8DB constant SYS_WCSCSPN (line 1304) | SYS_WCSCSPN = 0x08B constant SYS_WCSLEN (line 1305) | SYS_WCSLEN = 0x08C constant SYS_WCSNCAT (line 1306) | SYS_WCSNCAT = 0x08D constant SYS_WCSNCMP (line 1307) | SYS_WCSNCMP = 0x08A constant SYS_WCSNCPY (line 1308) | SYS_WCSNCPY = 0x08F constant SYS_WCSSPN (line 1309) | SYS_WCSSPN = 0x08E constant SYS___ABSF_H (line 1310) | SYS___ABSF_H = 0x8E7 constant SYS___ABSL_H (line 1311) | SYS___ABSL_H = 0x8E8 constant SYS___ABS_H (line 1312) | SYS___ABS_H = 0x8E6 constant SYS___ACOSF_H (line 1313) | SYS___ACOSF_H = 0x8EA constant SYS___ACOSH_H (line 1314) | SYS___ACOSH_H = 0x8EC constant SYS___ACOSL_H (line 1315) | SYS___ACOSL_H = 0x8EB constant SYS___ACOS_H (line 1316) | SYS___ACOS_H = 0x8E9 constant SYS___ASINF_H (line 1317) | SYS___ASINF_H = 0x8EE constant SYS___ASINH_H (line 1318) | SYS___ASINH_H = 0x8F0 constant SYS___ASINL_H (line 1319) | SYS___ASINL_H = 0x8EF constant SYS___ASIN_H (line 1320) | SYS___ASIN_H = 0x8ED constant SYS___ATAN2F_H (line 1321) | SYS___ATAN2F_H = 0x8F8 constant SYS___ATAN2L_H (line 1322) | SYS___ATAN2L_H = 0x8F9 constant SYS___ATAN2_H (line 1323) | SYS___ATAN2_H = 0x8F7 constant SYS___ATANF_H (line 1324) | SYS___ATANF_H = 0x8F2 constant SYS___ATANHF_H (line 1325) | SYS___ATANHF_H = 0x8F5 constant SYS___ATANHL_H (line 1326) | SYS___ATANHL_H = 0x8F6 constant SYS___ATANH_H (line 1327) | SYS___ATANH_H = 0x8F4 constant SYS___ATANL_H (line 1328) | SYS___ATANL_H = 0x8F3 constant SYS___ATAN_H (line 1329) | SYS___ATAN_H = 0x8F1 constant SYS___CBRT_H (line 1330) | SYS___CBRT_H = 0x8FA constant SYS___COPYSIGNF_H (line 1331) | SYS___COPYSIGNF_H = 0x8FB constant SYS___COPYSIGNL_H (line 1332) | SYS___COPYSIGNL_H = 0x8FC constant SYS___COSF_H (line 1333) | SYS___COSF_H = 0x8FE constant SYS___COSL_H (line 1334) | SYS___COSL_H = 0x8FF constant SYS___COS_H (line 1335) | SYS___COS_H = 0x8FD constant SYS___DLERROR_A (line 1336) | SYS___DLERROR_A = 0x8D2 constant SYS___DLOPEN_A (line 1337) | SYS___DLOPEN_A = 0x8D0 constant SYS___DLSYM_A (line 1338) | SYS___DLSYM_A = 0x8D1 constant SYS___GETUTXENT_A (line 1339) | SYS___GETUTXENT_A = 0x8C6 constant SYS___GETUTXID_A (line 1340) | SYS___GETUTXID_A = 0x8C7 constant SYS___GETUTXLINE_A (line 1341) | SYS___GETUTXLINE_A = 0x8C8 constant SYS___ITOA (line 1342) | SYS___ITOA = 0x8AA constant SYS___ITOA_A (line 1343) | SYS___ITOA_A = 0x8B0 constant SYS___LE_CONDITION_TOKEN_BUILD (line 1344) | SYS___LE_CONDITION_TOKEN_BUILD = 0x8A5 constant SYS___LE_MSG_ADD_INSERT (line 1345) | SYS___LE_MSG_ADD_INSERT = 0x8A6 constant SYS___LE_MSG_GET (line 1346) | SYS___LE_MSG_GET = 0x8A7 constant SYS___LE_MSG_GET_AND_WRITE (line 1347) | SYS___LE_MSG_GET_AND_WRITE = 0x8A8 constant SYS___LE_MSG_WRITE (line 1348) | SYS___LE_MSG_WRITE = 0x8A9 constant SYS___LLTOA (line 1349) | SYS___LLTOA = 0x8AE constant SYS___LLTOA_A (line 1350) | SYS___LLTOA_A = 0x8B4 constant SYS___LTOA (line 1351) | SYS___LTOA = 0x8AC constant SYS___LTOA_A (line 1352) | SYS___LTOA_A = 0x8B2 constant SYS___PUTCHAR_UNLOCKED_A (line 1353) | SYS___PUTCHAR_UNLOCKED_A = 0x8CC constant SYS___PUTC_UNLOCKED_A (line 1354) | SYS___PUTC_UNLOCKED_A = 0x8CB constant SYS___PUTUTXLINE_A (line 1355) | SYS___PUTUTXLINE_A = 0x8C9 constant SYS___RESET_EXCEPTION_HANDLER (line 1356) | SYS___RESET_EXCEPTION_HANDLER = 0x8E3 constant SYS___REXEC_A (line 1357) | SYS___REXEC_A = 0x8C4 constant SYS___REXEC_AF_A (line 1358) | SYS___REXEC_AF_A = 0x8C5 constant SYS___SET_EXCEPTION_HANDLER (line 1359) | SYS___SET_EXCEPTION_HANDLER = 0x8E2 constant SYS___SNPRINTF_A (line 1360) | SYS___SNPRINTF_A = 0x8CD constant SYS___SUPERKILL (line 1361) | SYS___SUPERKILL = 0x8A4 constant SYS___TCGETATTR_A (line 1362) | SYS___TCGETATTR_A = 0x8A1 constant SYS___TCSETATTR_A (line 1363) | SYS___TCSETATTR_A = 0x8A2 constant SYS___ULLTOA (line 1364) | SYS___ULLTOA = 0x8AF constant SYS___ULLTOA_A (line 1365) | SYS___ULLTOA_A = 0x8B5 constant SYS___ULTOA (line 1366) | SYS___ULTOA = 0x8AD constant SYS___ULTOA_A (line 1367) | SYS___ULTOA_A = 0x8B3 constant SYS___UTOA (line 1368) | SYS___UTOA = 0x8AB constant SYS___UTOA_A (line 1369) | SYS___UTOA_A = 0x8B1 constant SYS___VHM_EVENT (line 1370) | SYS___VHM_EVENT = 0x8E4 constant SYS___VSNPRINTF_A (line 1371) | SYS___VSNPRINTF_A = 0x8CE constant SYS_____GETENV_A (line 1372) | SYS_____GETENV_A = 0x8C3 constant SYS_____UTMPXNAME_A (line 1373) | SYS_____UTMPXNAME_A = 0x8CA constant SYS_CACOSH (line 1374) | SYS_CACOSH = 0x9A0 constant SYS_CACOSHF (line 1375) | SYS_CACOSHF = 0x9A3 constant SYS_CACOSHL (line 1376) | SYS_CACOSHL = 0x9A6 constant SYS_CARG (line 1377) | SYS_CARG = 0x9A9 constant SYS_CARGF (line 1378) | SYS_CARGF = 0x9AC constant SYS_CARGL (line 1379) | SYS_CARGL = 0x9AF constant SYS_CASIN (line 1380) | SYS_CASIN = 0x9B2 constant SYS_CASINF (line 1381) | SYS_CASINF = 0x9B5 constant SYS_CASINH (line 1382) | SYS_CASINH = 0x9BB constant SYS_CASINHF (line 1383) | SYS_CASINHF = 0x9BE constant SYS_CASINHL (line 1384) | SYS_CASINHL = 0x9C1 constant SYS_CASINL (line 1385) | SYS_CASINL = 0x9B8 constant SYS_CATAN (line 1386) | SYS_CATAN = 0x9C4 constant SYS_CATANF (line 1387) | SYS_CATANF = 0x9C7 constant SYS_CATANH (line 1388) | SYS_CATANH = 0x9CD constant SYS_CATANHF (line 1389) | SYS_CATANHF = 0x9D0 constant SYS_CATANHL (line 1390) | SYS_CATANHL = 0x9D3 constant SYS_CATANL (line 1391) | SYS_CATANL = 0x9CA constant SYS_CCOS (line 1392) | SYS_CCOS = 0x9D6 constant SYS_CCOSF (line 1393) | SYS_CCOSF = 0x9D9 constant SYS_CCOSH (line 1394) | SYS_CCOSH = 0x9DF constant SYS_CCOSHF (line 1395) | SYS_CCOSHF = 0x9E2 constant SYS_CCOSHL (line 1396) | SYS_CCOSHL = 0x9E5 constant SYS_CCOSL (line 1397) | SYS_CCOSL = 0x9DC constant SYS_CEXP (line 1398) | SYS_CEXP = 0x9E8 constant SYS_CEXPF (line 1399) | SYS_CEXPF = 0x9EB constant SYS_CEXPL (line 1400) | SYS_CEXPL = 0x9EE constant SYS_CIMAG (line 1401) | SYS_CIMAG = 0x9F1 constant SYS_CIMAGF (line 1402) | SYS_CIMAGF = 0x9F4 constant SYS_CIMAGL (line 1403) | SYS_CIMAGL = 0x9F7 constant SYS_CLOGF (line 1404) | SYS_CLOGF = 0x9FD constant SYS_MEMCHR (line 1405) | SYS_MEMCHR = 0x09B constant SYS_MEMCMP (line 1406) | SYS_MEMCMP = 0x09A constant SYS_STRCOLL (line 1407) | SYS_STRCOLL = 0x09C constant SYS_STRNCMP (line 1408) | SYS_STRNCMP = 0x09D constant SYS_STRRCHR (line 1409) | SYS_STRRCHR = 0x09F constant SYS_STRXFRM (line 1410) | SYS_STRXFRM = 0x09E constant SYS___CACOSHF_B (line 1411) | SYS___CACOSHF_B = 0x9A4 constant SYS___CACOSHF_H (line 1412) | SYS___CACOSHF_H = 0x9A5 constant SYS___CACOSHL_B (line 1413) | SYS___CACOSHL_B = 0x9A7 constant SYS___CACOSHL_H (line 1414) | SYS___CACOSHL_H = 0x9A8 constant SYS___CACOSH_B (line 1415) | SYS___CACOSH_B = 0x9A1 constant SYS___CACOSH_H (line 1416) | SYS___CACOSH_H = 0x9A2 constant SYS___CARGF_B (line 1417) | SYS___CARGF_B = 0x9AD constant SYS___CARGF_H (line 1418) | SYS___CARGF_H = 0x9AE constant SYS___CARGL_B (line 1419) | SYS___CARGL_B = 0x9B0 constant SYS___CARGL_H (line 1420) | SYS___CARGL_H = 0x9B1 constant SYS___CARG_B (line 1421) | SYS___CARG_B = 0x9AA constant SYS___CARG_H (line 1422) | SYS___CARG_H = 0x9AB constant SYS___CASINF_B (line 1423) | SYS___CASINF_B = 0x9B6 constant SYS___CASINF_H (line 1424) | SYS___CASINF_H = 0x9B7 constant SYS___CASINHF_B (line 1425) | SYS___CASINHF_B = 0x9BF constant SYS___CASINHF_H (line 1426) | SYS___CASINHF_H = 0x9C0 constant SYS___CASINHL_B (line 1427) | SYS___CASINHL_B = 0x9C2 constant SYS___CASINHL_H (line 1428) | SYS___CASINHL_H = 0x9C3 constant SYS___CASINH_B (line 1429) | SYS___CASINH_B = 0x9BC constant SYS___CASINH_H (line 1430) | SYS___CASINH_H = 0x9BD constant SYS___CASINL_B (line 1431) | SYS___CASINL_B = 0x9B9 constant SYS___CASINL_H (line 1432) | SYS___CASINL_H = 0x9BA constant SYS___CASIN_B (line 1433) | SYS___CASIN_B = 0x9B3 constant SYS___CASIN_H (line 1434) | SYS___CASIN_H = 0x9B4 constant SYS___CATANF_B (line 1435) | SYS___CATANF_B = 0x9C8 constant SYS___CATANF_H (line 1436) | SYS___CATANF_H = 0x9C9 constant SYS___CATANHF_B (line 1437) | SYS___CATANHF_B = 0x9D1 constant SYS___CATANHF_H (line 1438) | SYS___CATANHF_H = 0x9D2 constant SYS___CATANHL_B (line 1439) | SYS___CATANHL_B = 0x9D4 constant SYS___CATANHL_H (line 1440) | SYS___CATANHL_H = 0x9D5 constant SYS___CATANH_B (line 1441) | SYS___CATANH_B = 0x9CE constant SYS___CATANH_H (line 1442) | SYS___CATANH_H = 0x9CF constant SYS___CATANL_B (line 1443) | SYS___CATANL_B = 0x9CB constant SYS___CATANL_H (line 1444) | SYS___CATANL_H = 0x9CC constant SYS___CATAN_B (line 1445) | SYS___CATAN_B = 0x9C5 constant SYS___CATAN_H (line 1446) | SYS___CATAN_H = 0x9C6 constant SYS___CCOSF_B (line 1447) | SYS___CCOSF_B = 0x9DA constant SYS___CCOSF_H (line 1448) | SYS___CCOSF_H = 0x9DB constant SYS___CCOSHF_B (line 1449) | SYS___CCOSHF_B = 0x9E3 constant SYS___CCOSHF_H (line 1450) | SYS___CCOSHF_H = 0x9E4 constant SYS___CCOSHL_B (line 1451) | SYS___CCOSHL_B = 0x9E6 constant SYS___CCOSHL_H (line 1452) | SYS___CCOSHL_H = 0x9E7 constant SYS___CCOSH_B (line 1453) | SYS___CCOSH_B = 0x9E0 constant SYS___CCOSH_H (line 1454) | SYS___CCOSH_H = 0x9E1 constant SYS___CCOSL_B (line 1455) | SYS___CCOSL_B = 0x9DD constant SYS___CCOSL_H (line 1456) | SYS___CCOSL_H = 0x9DE constant SYS___CCOS_B (line 1457) | SYS___CCOS_B = 0x9D7 constant SYS___CCOS_H (line 1458) | SYS___CCOS_H = 0x9D8 constant SYS___CEXPF_B (line 1459) | SYS___CEXPF_B = 0x9EC constant SYS___CEXPF_H (line 1460) | SYS___CEXPF_H = 0x9ED constant SYS___CEXPL_B (line 1461) | SYS___CEXPL_B = 0x9EF constant SYS___CEXPL_H (line 1462) | SYS___CEXPL_H = 0x9F0 constant SYS___CEXP_B (line 1463) | SYS___CEXP_B = 0x9E9 constant SYS___CEXP_H (line 1464) | SYS___CEXP_H = 0x9EA constant SYS___CIMAGF_B (line 1465) | SYS___CIMAGF_B = 0x9F5 constant SYS___CIMAGF_H (line 1466) | SYS___CIMAGF_H = 0x9F6 constant SYS___CIMAGL_B (line 1467) | SYS___CIMAGL_B = 0x9F8 constant SYS___CIMAGL_H (line 1468) | SYS___CIMAGL_H = 0x9F9 constant SYS___CIMAG_B (line 1469) | SYS___CIMAG_B = 0x9F2 constant SYS___CIMAG_H (line 1470) | SYS___CIMAG_H = 0x9F3 constant SYS___CLOG (line 1471) | SYS___CLOG = 0x9FA constant SYS___CLOGF_B (line 1472) | SYS___CLOGF_B = 0x9FE constant SYS___CLOGF_H (line 1473) | SYS___CLOGF_H = 0x9FF constant SYS___CLOG_B (line 1474) | SYS___CLOG_B = 0x9FB constant SYS___CLOG_H (line 1475) | SYS___CLOG_H = 0x9FC constant SYS_ISWCTYPE (line 1476) | SYS_ISWCTYPE = 0x10C constant SYS_ISWXDIGI (line 1477) | SYS_ISWXDIGI = 0x10A constant SYS_ISWXDIGIT (line 1478) | SYS_ISWXDIGIT = 0x10A constant SYS_MBSINIT (line 1479) | SYS_MBSINIT = 0x10F constant SYS_TOWLOWER (line 1480) | SYS_TOWLOWER = 0x10D constant SYS_TOWUPPER (line 1481) | SYS_TOWUPPER = 0x10E constant SYS_WCTYPE (line 1482) | SYS_WCTYPE = 0x10B constant SYS_WCSSTR (line 1483) | SYS_WCSSTR = 0x11B constant SYS___RPMTCH (line 1484) | SYS___RPMTCH = 0x11A constant SYS_WCSTOD (line 1485) | SYS_WCSTOD = 0x12E constant SYS_WCSTOK (line 1486) | SYS_WCSTOK = 0x12C constant SYS_WCSTOL (line 1487) | SYS_WCSTOL = 0x12D constant SYS_WCSTOUL (line 1488) | SYS_WCSTOUL = 0x12F constant SYS_FGETWC (line 1489) | SYS_FGETWC = 0x13C constant SYS_FGETWS (line 1490) | SYS_FGETWS = 0x13D constant SYS_FPUTWC (line 1491) | SYS_FPUTWC = 0x13E constant SYS_FPUTWS (line 1492) | SYS_FPUTWS = 0x13F constant SYS_REGERROR (line 1493) | SYS_REGERROR = 0x13B constant SYS_REGFREE (line 1494) | SYS_REGFREE = 0x13A constant SYS_COLLEQUIV (line 1495) | SYS_COLLEQUIV = 0x14F constant SYS_COLLTOSTR (line 1496) | SYS_COLLTOSTR = 0x14E constant SYS_ISMCCOLLEL (line 1497) | SYS_ISMCCOLLEL = 0x14C constant SYS_STRTOCOLL (line 1498) | SYS_STRTOCOLL = 0x14D constant SYS_DLLFREE (line 1499) | SYS_DLLFREE = 0x16F constant SYS_DLLQUERYFN (line 1500) | SYS_DLLQUERYFN = 0x16D constant SYS_DLLQUERYVAR (line 1501) | SYS_DLLQUERYVAR = 0x16E constant SYS_GETMCCOLL (line 1502) | SYS_GETMCCOLL = 0x16A constant SYS_GETWMCCOLL (line 1503) | SYS_GETWMCCOLL = 0x16B constant SYS___ERR2AD (line 1504) | SYS___ERR2AD = 0x16C constant SYS_CFSETOSPEED (line 1505) | SYS_CFSETOSPEED = 0x17A constant SYS_CHDIR (line 1506) | SYS_CHDIR = 0x17B constant SYS_CHMOD (line 1507) | SYS_CHMOD = 0x17C constant SYS_CHOWN (line 1508) | SYS_CHOWN = 0x17D constant SYS_CLOSE (line 1509) | SYS_CLOSE = 0x17E constant SYS_CLOSEDIR (line 1510) | SYS_CLOSEDIR = 0x17F constant SYS_LOG (line 1511) | SYS_LOG = 0x017 constant SYS_COSH (line 1512) | SYS_COSH = 0x018 constant SYS_FCHMOD (line 1513) | SYS_FCHMOD = 0x18A constant SYS_FCHOWN (line 1514) | SYS_FCHOWN = 0x18B constant SYS_FCNTL (line 1515) | SYS_FCNTL = 0x18C constant SYS_FILENO (line 1516) | SYS_FILENO = 0x18D constant SYS_FORK (line 1517) | SYS_FORK = 0x18E constant SYS_FPATHCONF (line 1518) | SYS_FPATHCONF = 0x18F constant SYS_GETLOGIN (line 1519) | SYS_GETLOGIN = 0x19A constant SYS_GETPGRP (line 1520) | SYS_GETPGRP = 0x19C constant SYS_GETPID (line 1521) | SYS_GETPID = 0x19D constant SYS_GETPPID (line 1522) | SYS_GETPPID = 0x19E constant SYS_GETPWNAM (line 1523) | SYS_GETPWNAM = 0x19F constant SYS_TANH (line 1524) | SYS_TANH = 0x019 constant SYS_W_GETMNTENT (line 1525) | SYS_W_GETMNTENT = 0x19B constant SYS_POW (line 1526) | SYS_POW = 0x020 constant SYS_PTHREAD_SELF (line 1527) | SYS_PTHREAD_SELF = 0x20A constant SYS_PTHREAD_SETINTR (line 1528) | SYS_PTHREAD_SETINTR = 0x20B constant SYS_PTHREAD_SETINTRTYPE (line 1529) | SYS_PTHREAD_SETINTRTYPE = 0x20C constant SYS_PTHREAD_SETSPECIFIC (line 1530) | SYS_PTHREAD_SETSPECIFIC = 0x20D constant SYS_PTHREAD_TESTINTR (line 1531) | SYS_PTHREAD_TESTINTR = 0x20E constant SYS_PTHREAD_YIELD (line 1532) | SYS_PTHREAD_YIELD = 0x20F constant SYS_SQRT (line 1533) | SYS_SQRT = 0x021 constant SYS_FLOOR (line 1534) | SYS_FLOOR = 0x022 constant SYS_J1 (line 1535) | SYS_J1 = 0x023 constant SYS_WCSPBRK (line 1536) | SYS_WCSPBRK = 0x23F constant SYS_BSEARCH (line 1537) | SYS_BSEARCH = 0x24C constant SYS_FABS (line 1538) | SYS_FABS = 0x024 constant SYS_GETENV (line 1539) | SYS_GETENV = 0x24A constant SYS_LDIV (line 1540) | SYS_LDIV = 0x24D constant SYS_SYSTEM (line 1541) | SYS_SYSTEM = 0x24B constant SYS_FMOD (line 1542) | SYS_FMOD = 0x025 constant SYS___RETHROW (line 1543) | SYS___RETHROW = 0x25F constant SYS___THROW (line 1544) | SYS___THROW = 0x25E constant SYS_J0 (line 1545) | SYS_J0 = 0x026 constant SYS_PUTENV (line 1546) | SYS_PUTENV = 0x26A constant SYS___GETENV (line 1547) | SYS___GETENV = 0x26F constant SYS_SEMCTL (line 1548) | SYS_SEMCTL = 0x27A constant SYS_SEMGET (line 1549) | SYS_SEMGET = 0x27B constant SYS_SEMOP (line 1550) | SYS_SEMOP = 0x27C constant SYS_SHMAT (line 1551) | SYS_SHMAT = 0x27D constant SYS_SHMCTL (line 1552) | SYS_SHMCTL = 0x27E constant SYS_SHMDT (line 1553) | SYS_SHMDT = 0x27F constant SYS_YN (line 1554) | SYS_YN = 0x027 constant SYS_JN (line 1555) | SYS_JN = 0x028 constant SYS_SIGALTSTACK (line 1556) | SYS_SIGALTSTACK = 0x28A constant SYS_SIGHOLD (line 1557) | SYS_SIGHOLD = 0x28B constant SYS_SIGIGNORE (line 1558) | SYS_SIGIGNORE = 0x28C constant SYS_SIGINTERRUPT (line 1559) | SYS_SIGINTERRUPT = 0x28D constant SYS_SIGPAUSE (line 1560) | SYS_SIGPAUSE = 0x28E constant SYS_SIGRELSE (line 1561) | SYS_SIGRELSE = 0x28F constant SYS_GETOPT (line 1562) | SYS_GETOPT = 0x29A constant SYS_GETSUBOPT (line 1563) | SYS_GETSUBOPT = 0x29D constant SYS_LCHOWN (line 1564) | SYS_LCHOWN = 0x29B constant SYS_SETPGRP (line 1565) | SYS_SETPGRP = 0x29E constant SYS_TRUNCATE (line 1566) | SYS_TRUNCATE = 0x29C constant SYS_Y0 (line 1567) | SYS_Y0 = 0x029 constant SYS___GDERR (line 1568) | SYS___GDERR = 0x29F constant SYS_ISALPHA (line 1569) | SYS_ISALPHA = 0x030 constant SYS_VFORK (line 1570) | SYS_VFORK = 0x30F constant SYS__LONGJMP (line 1571) | SYS__LONGJMP = 0x30D constant SYS__SETJMP (line 1572) | SYS__SETJMP = 0x30E constant SYS_GLOB (line 1573) | SYS_GLOB = 0x31A constant SYS_GLOBFREE (line 1574) | SYS_GLOBFREE = 0x31B constant SYS_ISALNUM (line 1575) | SYS_ISALNUM = 0x031 constant SYS_PUTW (line 1576) | SYS_PUTW = 0x31C constant SYS_SEEKDIR (line 1577) | SYS_SEEKDIR = 0x31D constant SYS_TELLDIR (line 1578) | SYS_TELLDIR = 0x31E constant SYS_TEMPNAM (line 1579) | SYS_TEMPNAM = 0x31F constant SYS_GETTIMEOFDAY_R (line 1580) | SYS_GETTIMEOFDAY_R = 0x32E constant SYS_ISLOWER (line 1581) | SYS_ISLOWER = 0x032 constant SYS_LGAMMA (line 1582) | SYS_LGAMMA = 0x32C constant SYS_REMAINDER (line 1583) | SYS_REMAINDER = 0x32A constant SYS_SCALB (line 1584) | SYS_SCALB = 0x32B constant SYS_SYNC (line 1585) | SYS_SYNC = 0x32F constant SYS_TTYSLOT (line 1586) | SYS_TTYSLOT = 0x32D constant SYS_ENDPROTOENT (line 1587) | SYS_ENDPROTOENT = 0x33A constant SYS_ENDSERVENT (line 1588) | SYS_ENDSERVENT = 0x33B constant SYS_GETHOSTBYADDR (line 1589) | SYS_GETHOSTBYADDR = 0x33D constant SYS_GETHOSTBYADDR_R (line 1590) | SYS_GETHOSTBYADDR_R = 0x33C constant SYS_GETHOSTBYNAME (line 1591) | SYS_GETHOSTBYNAME = 0x33F constant SYS_GETHOSTBYNAME_R (line 1592) | SYS_GETHOSTBYNAME_R = 0x33E constant SYS_ISCNTRL (line 1593) | SYS_ISCNTRL = 0x033 constant SYS_GETSERVBYNAME (line 1594) | SYS_GETSERVBYNAME = 0x34A constant SYS_GETSERVBYPORT (line 1595) | SYS_GETSERVBYPORT = 0x34B constant SYS_GETSERVENT (line 1596) | SYS_GETSERVENT = 0x34C constant SYS_GETSOCKNAME (line 1597) | SYS_GETSOCKNAME = 0x34D constant SYS_GETSOCKOPT (line 1598) | SYS_GETSOCKOPT = 0x34E constant SYS_INET_ADDR (line 1599) | SYS_INET_ADDR = 0x34F constant SYS_ISDIGIT (line 1600) | SYS_ISDIGIT = 0x034 constant SYS_ISGRAPH (line 1601) | SYS_ISGRAPH = 0x035 constant SYS_SELECT (line 1602) | SYS_SELECT = 0x35B constant SYS_SELECTEX (line 1603) | SYS_SELECTEX = 0x35C constant SYS_SEND (line 1604) | SYS_SEND = 0x35D constant SYS_SENDTO (line 1605) | SYS_SENDTO = 0x35F constant SYS_CHROOT (line 1606) | SYS_CHROOT = 0x36A constant SYS_ISNAN (line 1607) | SYS_ISNAN = 0x36D constant SYS_ISUPPER (line 1608) | SYS_ISUPPER = 0x036 constant SYS_ULIMIT (line 1609) | SYS_ULIMIT = 0x36C constant SYS_UTIMES (line 1610) | SYS_UTIMES = 0x36E constant SYS_W_STATVFS (line 1611) | SYS_W_STATVFS = 0x36B constant SYS___H_ERRNO (line 1612) | SYS___H_ERRNO = 0x36F constant SYS_GRANTPT (line 1613) | SYS_GRANTPT = 0x37A constant SYS_ISPRINT (line 1614) | SYS_ISPRINT = 0x037 constant SYS_TCGETSID (line 1615) | SYS_TCGETSID = 0x37C constant SYS_UNLOCKPT (line 1616) | SYS_UNLOCKPT = 0x37B constant SYS___TCGETCP (line 1617) | SYS___TCGETCP = 0x37D constant SYS___TCSETCP (line 1618) | SYS___TCSETCP = 0x37E constant SYS___TCSETTABLES (line 1619) | SYS___TCSETTABLES = 0x37F constant SYS_ISPUNCT (line 1620) | SYS_ISPUNCT = 0x038 constant SYS_NLIST (line 1621) | SYS_NLIST = 0x38C constant SYS___IPDBCS (line 1622) | SYS___IPDBCS = 0x38D constant SYS___IPDSPX (line 1623) | SYS___IPDSPX = 0x38E constant SYS___IPMSGC (line 1624) | SYS___IPMSGC = 0x38F constant SYS___STHOSTENT (line 1625) | SYS___STHOSTENT = 0x38B constant SYS___STSERVENT (line 1626) | SYS___STSERVENT = 0x38A constant SYS_ISSPACE (line 1627) | SYS_ISSPACE = 0x039 constant SYS_COS (line 1628) | SYS_COS = 0x040 constant SYS_T_ALLOC (line 1629) | SYS_T_ALLOC = 0x40A constant SYS_T_BIND (line 1630) | SYS_T_BIND = 0x40B constant SYS_T_CLOSE (line 1631) | SYS_T_CLOSE = 0x40C constant SYS_T_CONNECT (line 1632) | SYS_T_CONNECT = 0x40D constant SYS_T_ERROR (line 1633) | SYS_T_ERROR = 0x40E constant SYS_T_FREE (line 1634) | SYS_T_FREE = 0x40F constant SYS_TAN (line 1635) | SYS_TAN = 0x041 constant SYS_T_RCVREL (line 1636) | SYS_T_RCVREL = 0x41A constant SYS_T_RCVUDATA (line 1637) | SYS_T_RCVUDATA = 0x41B constant SYS_T_RCVUDERR (line 1638) | SYS_T_RCVUDERR = 0x41C constant SYS_T_SND (line 1639) | SYS_T_SND = 0x41D constant SYS_T_SNDDIS (line 1640) | SYS_T_SNDDIS = 0x41E constant SYS_T_SNDREL (line 1641) | SYS_T_SNDREL = 0x41F constant SYS_GETPMSG (line 1642) | SYS_GETPMSG = 0x42A constant SYS_ISASTREAM (line 1643) | SYS_ISASTREAM = 0x42B constant SYS_PUTMSG (line 1644) | SYS_PUTMSG = 0x42C constant SYS_PUTPMSG (line 1645) | SYS_PUTPMSG = 0x42D constant SYS_SINH (line 1646) | SYS_SINH = 0x042 constant SYS___ISPOSIXON (line 1647) | SYS___ISPOSIXON = 0x42E constant SYS___OPENMVSREL (line 1648) | SYS___OPENMVSREL = 0x42F constant SYS_ACOS (line 1649) | SYS_ACOS = 0x043 constant SYS_ATAN (line 1650) | SYS_ATAN = 0x044 constant SYS_ATAN2 (line 1651) | SYS_ATAN2 = 0x045 constant SYS_FTELL (line 1652) | SYS_FTELL = 0x046 constant SYS_FGETPOS (line 1653) | SYS_FGETPOS = 0x047 constant SYS_SOCK_DEBUG (line 1654) | SYS_SOCK_DEBUG = 0x47A constant SYS_SOCK_DO_TESTSTOR (line 1655) | SYS_SOCK_DO_TESTSTOR = 0x47D constant SYS_TAKESOCKET (line 1656) | SYS_TAKESOCKET = 0x47E constant SYS___SERVER_INIT (line 1657) | SYS___SERVER_INIT = 0x47F constant SYS_FSEEK (line 1658) | SYS_FSEEK = 0x048 constant SYS___IPHOST (line 1659) | SYS___IPHOST = 0x48B constant SYS___IPNODE (line 1660) | SYS___IPNODE = 0x48C constant SYS___SERVER_CLASSIFY_CREATE (line 1661) | SYS___SERVER_CLASSIFY_CREATE = 0x48D constant SYS___SERVER_CLASSIFY_DESTROY (line 1662) | SYS___SERVER_CLASSIFY_DESTROY = 0x48E constant SYS___SERVER_CLASSIFY_RESET (line 1663) | SYS___SERVER_CLASSIFY_RESET = 0x48F constant SYS___SMF_RECORD (line 1664) | SYS___SMF_RECORD = 0x48A constant SYS_FSETPOS (line 1665) | SYS_FSETPOS = 0x049 constant SYS___FNWSA (line 1666) | SYS___FNWSA = 0x49B constant SYS___SPAWN2 (line 1667) | SYS___SPAWN2 = 0x49D constant SYS___SPAWNP2 (line 1668) | SYS___SPAWNP2 = 0x49E constant SYS_ATOF (line 1669) | SYS_ATOF = 0x050 constant SYS_PTHREAD_MUTEXATTR_GETPSHARED (line 1670) | SYS_PTHREAD_MUTEXATTR_GETPSHARED = 0x50A constant SYS_PTHREAD_MUTEXATTR_SETPSHARED (line 1671) | SYS_PTHREAD_MUTEXATTR_SETPSHARED = 0x50B constant SYS_PTHREAD_RWLOCK_DESTROY (line 1672) | SYS_PTHREAD_RWLOCK_DESTROY = 0x50C constant SYS_PTHREAD_RWLOCK_INIT (line 1673) | SYS_PTHREAD_RWLOCK_INIT = 0x50D constant SYS_PTHREAD_RWLOCK_RDLOCK (line 1674) | SYS_PTHREAD_RWLOCK_RDLOCK = 0x50E constant SYS_PTHREAD_RWLOCK_TRYRDLOCK (line 1675) | SYS_PTHREAD_RWLOCK_TRYRDLOCK = 0x50F constant SYS_ATOI (line 1676) | SYS_ATOI = 0x051 constant SYS___FP_CLASS (line 1677) | SYS___FP_CLASS = 0x51D constant SYS___FP_CLR_FLAG (line 1678) | SYS___FP_CLR_FLAG = 0x51A constant SYS___FP_FINITE (line 1679) | SYS___FP_FINITE = 0x51E constant SYS___FP_ISNAN (line 1680) | SYS___FP_ISNAN = 0x51F constant SYS___FP_RAISE_XCP (line 1681) | SYS___FP_RAISE_XCP = 0x51C constant SYS___FP_READ_FLAG (line 1682) | SYS___FP_READ_FLAG = 0x51B constant SYS_RAND (line 1683) | SYS_RAND = 0x052 constant SYS_SIGTIMEDWAIT (line 1684) | SYS_SIGTIMEDWAIT = 0x52D constant SYS_SIGWAITINFO (line 1685) | SYS_SIGWAITINFO = 0x52E constant SYS___CHKBFP (line 1686) | SYS___CHKBFP = 0x52F constant SYS___FPC_RS (line 1687) | SYS___FPC_RS = 0x52C constant SYS___FPC_RW (line 1688) | SYS___FPC_RW = 0x52A constant SYS___FPC_SM (line 1689) | SYS___FPC_SM = 0x52B constant SYS_STRTOD (line 1690) | SYS_STRTOD = 0x053 constant SYS_STRTOL (line 1691) | SYS_STRTOL = 0x054 constant SYS_STRTOUL (line 1692) | SYS_STRTOUL = 0x055 constant SYS_MALLOC (line 1693) | SYS_MALLOC = 0x056 constant SYS_SRAND (line 1694) | SYS_SRAND = 0x057 constant SYS_CALLOC (line 1695) | SYS_CALLOC = 0x058 constant SYS_FREE (line 1696) | SYS_FREE = 0x059 constant SYS___OSENV (line 1697) | SYS___OSENV = 0x59F constant SYS___W_PIOCTL (line 1698) | SYS___W_PIOCTL = 0x59E constant SYS_LONGJMP (line 1699) | SYS_LONGJMP = 0x060 constant SYS___FLOORF_B (line 1700) | SYS___FLOORF_B = 0x60A constant SYS___FLOORL_B (line 1701) | SYS___FLOORL_B = 0x60B constant SYS___FREXPF_B (line 1702) | SYS___FREXPF_B = 0x60C constant SYS___FREXPL_B (line 1703) | SYS___FREXPL_B = 0x60D constant SYS___LDEXPF_B (line 1704) | SYS___LDEXPF_B = 0x60E constant SYS___LDEXPL_B (line 1705) | SYS___LDEXPL_B = 0x60F constant SYS_SIGNAL (line 1706) | SYS_SIGNAL = 0x061 constant SYS___ATAN2F_B (line 1707) | SYS___ATAN2F_B = 0x61A constant SYS___ATAN2L_B (line 1708) | SYS___ATAN2L_B = 0x61B constant SYS___COSHF_B (line 1709) | SYS___COSHF_B = 0x61C constant SYS___COSHL_B (line 1710) | SYS___COSHL_B = 0x61D constant SYS___EXPF_B (line 1711) | SYS___EXPF_B = 0x61E constant SYS___EXPL_B (line 1712) | SYS___EXPL_B = 0x61F constant SYS_TMPNAM (line 1713) | SYS_TMPNAM = 0x062 constant SYS___ABSF_B (line 1714) | SYS___ABSF_B = 0x62A constant SYS___ABSL_B (line 1715) | SYS___ABSL_B = 0x62C constant SYS___ABS_B (line 1716) | SYS___ABS_B = 0x62B constant SYS___FMODF_B (line 1717) | SYS___FMODF_B = 0x62D constant SYS___FMODL_B (line 1718) | SYS___FMODL_B = 0x62E constant SYS___MODFF_B (line 1719) | SYS___MODFF_B = 0x62F constant SYS_ATANL (line 1720) | SYS_ATANL = 0x63A constant SYS_CEILF (line 1721) | SYS_CEILF = 0x63B constant SYS_CEILL (line 1722) | SYS_CEILL = 0x63C constant SYS_COSF (line 1723) | SYS_COSF = 0x63D constant SYS_COSHF (line 1724) | SYS_COSHF = 0x63F constant SYS_COSL (line 1725) | SYS_COSL = 0x63E constant SYS_REMOVE (line 1726) | SYS_REMOVE = 0x063 constant SYS_POWL (line 1727) | SYS_POWL = 0x64A constant SYS_RENAME (line 1728) | SYS_RENAME = 0x064 constant SYS_SINF (line 1729) | SYS_SINF = 0x64B constant SYS_SINHF (line 1730) | SYS_SINHF = 0x64F constant SYS_SINL (line 1731) | SYS_SINL = 0x64C constant SYS_SQRTF (line 1732) | SYS_SQRTF = 0x64D constant SYS_SQRTL (line 1733) | SYS_SQRTL = 0x64E constant SYS_BTOWC (line 1734) | SYS_BTOWC = 0x65F constant SYS_FREXPL (line 1735) | SYS_FREXPL = 0x65A constant SYS_LDEXPF (line 1736) | SYS_LDEXPF = 0x65B constant SYS_LDEXPL (line 1737) | SYS_LDEXPL = 0x65C constant SYS_MODFF (line 1738) | SYS_MODFF = 0x65D constant SYS_MODFL (line 1739) | SYS_MODFL = 0x65E constant SYS_TMPFILE (line 1740) | SYS_TMPFILE = 0x065 constant SYS_FREOPEN (line 1741) | SYS_FREOPEN = 0x066 constant SYS___CHARMAP_INIT_A (line 1742) | SYS___CHARMAP_INIT_A = 0x66E constant SYS___GETHOSTBYADDR_R_A (line 1743) | SYS___GETHOSTBYADDR_R_A = 0x66C constant SYS___GETHOSTBYNAME_A (line 1744) | SYS___GETHOSTBYNAME_A = 0x66A constant SYS___GETHOSTBYNAME_R_A (line 1745) | SYS___GETHOSTBYNAME_R_A = 0x66D constant SYS___MBLEN_A (line 1746) | SYS___MBLEN_A = 0x66F constant SYS___RES_INIT_A (line 1747) | SYS___RES_INIT_A = 0x66B constant SYS_FCLOSE (line 1748) | SYS_FCLOSE = 0x067 constant SYS___GETGRGID_R_A (line 1749) | SYS___GETGRGID_R_A = 0x67D constant SYS___WCSTOMBS_A (line 1750) | SYS___WCSTOMBS_A = 0x67A constant SYS___WCSTOMBS_STD_A (line 1751) | SYS___WCSTOMBS_STD_A = 0x67B constant SYS___WCSWIDTH_A (line 1752) | SYS___WCSWIDTH_A = 0x67C constant SYS___WCSWIDTH_ASIA (line 1753) | SYS___WCSWIDTH_ASIA = 0x67F constant SYS___WCSWIDTH_STD_A (line 1754) | SYS___WCSWIDTH_STD_A = 0x67E constant SYS_FFLUSH (line 1755) | SYS_FFLUSH = 0x068 constant SYS___GETLOGIN_R_A (line 1756) | SYS___GETLOGIN_R_A = 0x68E constant SYS___GETPWNAM_R_A (line 1757) | SYS___GETPWNAM_R_A = 0x68C constant SYS___GETPWUID_R_A (line 1758) | SYS___GETPWUID_R_A = 0x68D constant SYS___TTYNAME_R_A (line 1759) | SYS___TTYNAME_R_A = 0x68F constant SYS___WCWIDTH_ASIA (line 1760) | SYS___WCWIDTH_ASIA = 0x68B constant SYS___WCWIDTH_STD_A (line 1761) | SYS___WCWIDTH_STD_A = 0x68A constant SYS_FOPEN (line 1762) | SYS_FOPEN = 0x069 constant SYS___REGEXEC_A (line 1763) | SYS___REGEXEC_A = 0x69A constant SYS___REGEXEC_STD_A (line 1764) | SYS___REGEXEC_STD_A = 0x69B constant SYS___REGFREE_A (line 1765) | SYS___REGFREE_A = 0x69C constant SYS___REGFREE_STD_A (line 1766) | SYS___REGFREE_STD_A = 0x69D constant SYS___STRCOLL_A (line 1767) | SYS___STRCOLL_A = 0x69E constant SYS___STRCOLL_C_A (line 1768) | SYS___STRCOLL_C_A = 0x69F constant SYS_SCANF (line 1769) | SYS_SCANF = 0x070 constant SYS___A64L_A (line 1770) | SYS___A64L_A = 0x70C constant SYS___ECVT_A (line 1771) | SYS___ECVT_A = 0x70D constant SYS___FCVT_A (line 1772) | SYS___FCVT_A = 0x70E constant SYS___GCVT_A (line 1773) | SYS___GCVT_A = 0x70F constant SYS___STRTOUL_A (line 1774) | SYS___STRTOUL_A = 0x70A constant SYS_____AE_CORRESTBL_QUERY_A (line 1775) | SYS_____AE_CORRESTBL_QUERY_A = 0x70B constant SYS_SPRINTF (line 1776) | SYS_SPRINTF = 0x071 constant SYS___ACCESS_A (line 1777) | SYS___ACCESS_A = 0x71F constant SYS___CATOPEN_A (line 1778) | SYS___CATOPEN_A = 0x71E constant SYS___GETOPT_A (line 1779) | SYS___GETOPT_A = 0x71D constant SYS___REALPATH_A (line 1780) | SYS___REALPATH_A = 0x71A constant SYS___SETENV_A (line 1781) | SYS___SETENV_A = 0x71B constant SYS___SYSTEM_A (line 1782) | SYS___SYSTEM_A = 0x71C constant SYS_FGETC (line 1783) | SYS_FGETC = 0x072 constant SYS___GAI_STRERROR_A (line 1784) | SYS___GAI_STRERROR_A = 0x72F constant SYS___RMDIR_A (line 1785) | SYS___RMDIR_A = 0x72A constant SYS___STATVFS_A (line 1786) | SYS___STATVFS_A = 0x72B constant SYS___SYMLINK_A (line 1787) | SYS___SYMLINK_A = 0x72C constant SYS___TRUNCATE_A (line 1788) | SYS___TRUNCATE_A = 0x72D constant SYS___UNLINK_A (line 1789) | SYS___UNLINK_A = 0x72E constant SYS_VFPRINTF (line 1790) | SYS_VFPRINTF = 0x073 constant SYS___ISSPACE_A (line 1791) | SYS___ISSPACE_A = 0x73A constant SYS___ISUPPER_A (line 1792) | SYS___ISUPPER_A = 0x73B constant SYS___ISWALNUM_A (line 1793) | SYS___ISWALNUM_A = 0x73F constant SYS___ISXDIGIT_A (line 1794) | SYS___ISXDIGIT_A = 0x73C constant SYS___TOLOWER_A (line 1795) | SYS___TOLOWER_A = 0x73D constant SYS___TOUPPER_A (line 1796) | SYS___TOUPPER_A = 0x73E constant SYS_VPRINTF (line 1797) | SYS_VPRINTF = 0x074 constant SYS___CONFSTR_A (line 1798) | SYS___CONFSTR_A = 0x74B constant SYS___FDOPEN_A (line 1799) | SYS___FDOPEN_A = 0x74E constant SYS___FLDATA_A (line 1800) | SYS___FLDATA_A = 0x74F constant SYS___FTOK_A (line 1801) | SYS___FTOK_A = 0x74C constant SYS___ISWXDIGIT_A (line 1802) | SYS___ISWXDIGIT_A = 0x74A constant SYS___MKTEMP_A (line 1803) | SYS___MKTEMP_A = 0x74D constant SYS_VSPRINTF (line 1804) | SYS_VSPRINTF = 0x075 constant SYS___GETGRGID_A (line 1805) | SYS___GETGRGID_A = 0x75A constant SYS___GETGRNAM_A (line 1806) | SYS___GETGRNAM_A = 0x75B constant SYS___GETGROUPSBYNAME_A (line 1807) | SYS___GETGROUPSBYNAME_A = 0x75C constant SYS___GETHOSTENT_A (line 1808) | SYS___GETHOSTENT_A = 0x75D constant SYS___GETHOSTNAME_A (line 1809) | SYS___GETHOSTNAME_A = 0x75E constant SYS___GETLOGIN_A (line 1810) | SYS___GETLOGIN_A = 0x75F constant SYS_GETC (line 1811) | SYS_GETC = 0x076 constant SYS___CREATEWORKUNIT_A (line 1812) | SYS___CREATEWORKUNIT_A = 0x76A constant SYS___CTERMID_A (line 1813) | SYS___CTERMID_A = 0x76B constant SYS___FMTMSG_A (line 1814) | SYS___FMTMSG_A = 0x76C constant SYS___INITGROUPS_A (line 1815) | SYS___INITGROUPS_A = 0x76D constant SYS___MSGRCV_A (line 1816) | SYS___MSGRCV_A = 0x76F constant SYS_____LOGIN_A (line 1817) | SYS_____LOGIN_A = 0x76E constant SYS_FGETS (line 1818) | SYS_FGETS = 0x077 constant SYS___STRCASECMP_A (line 1819) | SYS___STRCASECMP_A = 0x77B constant SYS___STRNCASECMP_A (line 1820) | SYS___STRNCASECMP_A = 0x77C constant SYS___TTYNAME_A (line 1821) | SYS___TTYNAME_A = 0x77D constant SYS___UNAME_A (line 1822) | SYS___UNAME_A = 0x77E constant SYS___UTIMES_A (line 1823) | SYS___UTIMES_A = 0x77F constant SYS_____SERVER_PWU_A (line 1824) | SYS_____SERVER_PWU_A = 0x77A constant SYS_FPUTC (line 1825) | SYS_FPUTC = 0x078 constant SYS___CREAT_O_A (line 1826) | SYS___CREAT_O_A = 0x78E constant SYS___ENVNA (line 1827) | SYS___ENVNA = 0x78F constant SYS___FREAD_A (line 1828) | SYS___FREAD_A = 0x78A constant SYS___FWRITE_A (line 1829) | SYS___FWRITE_A = 0x78B constant SYS___ISASCII (line 1830) | SYS___ISASCII = 0x78D constant SYS___OPEN_O_A (line 1831) | SYS___OPEN_O_A = 0x78C constant SYS_FPUTS (line 1832) | SYS_FPUTS = 0x079 constant SYS___ASCTIME_A (line 1833) | SYS___ASCTIME_A = 0x79C constant SYS___CTIME_A (line 1834) | SYS___CTIME_A = 0x79D constant SYS___GETDATE_A (line 1835) | SYS___GETDATE_A = 0x79E constant SYS___GETSERVBYPORT_A (line 1836) | SYS___GETSERVBYPORT_A = 0x79A constant SYS___GETSERVENT_A (line 1837) | SYS___GETSERVENT_A = 0x79B constant SYS___TZSET_A (line 1838) | SYS___TZSET_A = 0x79F constant SYS_ACL_FROM_TEXT (line 1839) | SYS_ACL_FROM_TEXT = 0x80C constant SYS_ACL_SET_FD (line 1840) | SYS_ACL_SET_FD = 0x80A constant SYS_ACL_SET_FILE (line 1841) | SYS_ACL_SET_FILE = 0x80B constant SYS_ACL_SORT (line 1842) | SYS_ACL_SORT = 0x80E constant SYS_ACL_TO_TEXT (line 1843) | SYS_ACL_TO_TEXT = 0x80D constant SYS_UNGETC (line 1844) | SYS_UNGETC = 0x080 constant SYS___SHUTDOWN_REGISTRATION (line 1845) | SYS___SHUTDOWN_REGISTRATION = 0x80F constant SYS_FREAD (line 1846) | SYS_FREAD = 0x081 constant SYS_FREEADDRINFO (line 1847) | SYS_FREEADDRINFO = 0x81A constant SYS_GAI_STRERROR (line 1848) | SYS_GAI_STRERROR = 0x81B constant SYS_REXEC_AF (line 1849) | SYS_REXEC_AF = 0x81C constant SYS___DYNALLOC_A (line 1850) | SYS___DYNALLOC_A = 0x81F constant SYS___POE (line 1851) | SYS___POE = 0x81D constant SYS_WCSTOMBS (line 1852) | SYS_WCSTOMBS = 0x082 constant SYS___INET_ADDR_A (line 1853) | SYS___INET_ADDR_A = 0x82F constant SYS___NLIST_A (line 1854) | SYS___NLIST_A = 0x82A constant SYS_____TCGETCP_A (line 1855) | SYS_____TCGETCP_A = 0x82B constant SYS_____TCSETCP_A (line 1856) | SYS_____TCSETCP_A = 0x82C constant SYS_____W_PIOCTL_A (line 1857) | SYS_____W_PIOCTL_A = 0x82E constant SYS_MBTOWC (line 1858) | SYS_MBTOWC = 0x083 constant SYS___CABEND (line 1859) | SYS___CABEND = 0x83D constant SYS___LE_CIB_GET (line 1860) | SYS___LE_CIB_GET = 0x83E constant SYS___RECVMSG_A (line 1861) | SYS___RECVMSG_A = 0x83B constant SYS___SENDMSG_A (line 1862) | SYS___SENDMSG_A = 0x83A constant SYS___SET_LAA_FOR_JIT (line 1863) | SYS___SET_LAA_FOR_JIT = 0x83F constant SYS_____LCHATTR_A (line 1864) | SYS_____LCHATTR_A = 0x83C constant SYS_WCTOMB (line 1865) | SYS_WCTOMB = 0x084 constant SYS___CBRTL_B (line 1866) | SYS___CBRTL_B = 0x84A constant SYS___COPYSIGNF_B (line 1867) | SYS___COPYSIGNF_B = 0x84B constant SYS___COPYSIGNL_B (line 1868) | SYS___COPYSIGNL_B = 0x84C constant SYS___COTANF_B (line 1869) | SYS___COTANF_B = 0x84D constant SYS___COTANL_B (line 1870) | SYS___COTANL_B = 0x84F constant SYS___COTAN_B (line 1871) | SYS___COTAN_B = 0x84E constant SYS_MBSTOWCS (line 1872) | SYS_MBSTOWCS = 0x085 constant SYS___LOG1PL_B (line 1873) | SYS___LOG1PL_B = 0x85A constant SYS___LOG2F_B (line 1874) | SYS___LOG2F_B = 0x85B constant SYS___LOG2L_B (line 1875) | SYS___LOG2L_B = 0x85D constant SYS___LOG2_B (line 1876) | SYS___LOG2_B = 0x85C constant SYS___REMAINDERF_B (line 1877) | SYS___REMAINDERF_B = 0x85E constant SYS___REMAINDERL_B (line 1878) | SYS___REMAINDERL_B = 0x85F constant SYS_ACOSHF (line 1879) | SYS_ACOSHF = 0x86E constant SYS_ACOSHL (line 1880) | SYS_ACOSHL = 0x86F constant SYS_WCSCPY (line 1881) | SYS_WCSCPY = 0x086 constant SYS___ERFCF_B (line 1882) | SYS___ERFCF_B = 0x86D constant SYS___ERFF_B (line 1883) | SYS___ERFF_B = 0x86C constant SYS___LROUNDF_B (line 1884) | SYS___LROUNDF_B = 0x86A constant SYS___LROUND_B (line 1885) | SYS___LROUND_B = 0x86B constant SYS_COTANL (line 1886) | SYS_COTANL = 0x87A constant SYS_EXP2F (line 1887) | SYS_EXP2F = 0x87B constant SYS_EXP2L (line 1888) | SYS_EXP2L = 0x87C constant SYS_EXPM1F (line 1889) | SYS_EXPM1F = 0x87D constant SYS_EXPM1L (line 1890) | SYS_EXPM1L = 0x87E constant SYS_FDIMF (line 1891) | SYS_FDIMF = 0x87F constant SYS_WCSCAT (line 1892) | SYS_WCSCAT = 0x087 constant SYS___COTANL (line 1893) | SYS___COTANL = 0x87A constant SYS_REMAINDERF (line 1894) | SYS_REMAINDERF = 0x88A constant SYS_REMAINDERL (line 1895) | SYS_REMAINDERL = 0x88B constant SYS_REMAINDF (line 1896) | SYS_REMAINDF = 0x88A constant SYS_REMAINDL (line 1897) | SYS_REMAINDL = 0x88B constant SYS_REMQUO (line 1898) | SYS_REMQUO = 0x88D constant SYS_REMQUOF (line 1899) | SYS_REMQUOF = 0x88C constant SYS_REMQUOL (line 1900) | SYS_REMQUOL = 0x88E constant SYS_TGAMMAF (line 1901) | SYS_TGAMMAF = 0x88F constant SYS_WCSCHR (line 1902) | SYS_WCSCHR = 0x088 constant SYS_ERFCF (line 1903) | SYS_ERFCF = 0x89B constant SYS_ERFCL (line 1904) | SYS_ERFCL = 0x89C constant SYS_ERFL (line 1905) | SYS_ERFL = 0x89A constant SYS_EXP2 (line 1906) | SYS_EXP2 = 0x89E constant SYS_WCSCMP (line 1907) | SYS_WCSCMP = 0x089 constant SYS___EXP2_B (line 1908) | SYS___EXP2_B = 0x89D constant SYS___FAR_JUMP (line 1909) | SYS___FAR_JUMP = 0x89F constant SYS_ABS (line 1910) | SYS_ABS = 0x090 constant SYS___ERFCL_H (line 1911) | SYS___ERFCL_H = 0x90A constant SYS___EXPF_H (line 1912) | SYS___EXPF_H = 0x90C constant SYS___EXPL_H (line 1913) | SYS___EXPL_H = 0x90D constant SYS___EXPM1_H (line 1914) | SYS___EXPM1_H = 0x90E constant SYS___EXP_H (line 1915) | SYS___EXP_H = 0x90B constant SYS___FDIM_H (line 1916) | SYS___FDIM_H = 0x90F constant SYS_DIV (line 1917) | SYS_DIV = 0x091 constant SYS___LOG2F_H (line 1918) | SYS___LOG2F_H = 0x91F constant SYS___LOG2_H (line 1919) | SYS___LOG2_H = 0x91E constant SYS___LOGB_H (line 1920) | SYS___LOGB_H = 0x91D constant SYS___LOGF_H (line 1921) | SYS___LOGF_H = 0x91B constant SYS___LOGL_H (line 1922) | SYS___LOGL_H = 0x91C constant SYS___LOG_H (line 1923) | SYS___LOG_H = 0x91A constant SYS_LABS (line 1924) | SYS_LABS = 0x092 constant SYS___POWL_H (line 1925) | SYS___POWL_H = 0x92A constant SYS___REMAINDER_H (line 1926) | SYS___REMAINDER_H = 0x92B constant SYS___RINT_H (line 1927) | SYS___RINT_H = 0x92C constant SYS___SCALB_H (line 1928) | SYS___SCALB_H = 0x92D constant SYS___SINF_H (line 1929) | SYS___SINF_H = 0x92F constant SYS___SIN_H (line 1930) | SYS___SIN_H = 0x92E constant SYS_STRNCPY (line 1931) | SYS_STRNCPY = 0x093 constant SYS___TANHF_H (line 1932) | SYS___TANHF_H = 0x93B constant SYS___TANHL_H (line 1933) | SYS___TANHL_H = 0x93C constant SYS___TANH_H (line 1934) | SYS___TANH_H = 0x93A constant SYS___TGAMMAF_H (line 1935) | SYS___TGAMMAF_H = 0x93E constant SYS___TGAMMA_H (line 1936) | SYS___TGAMMA_H = 0x93D constant SYS___TRUNC_H (line 1937) | SYS___TRUNC_H = 0x93F constant SYS_MEMCPY (line 1938) | SYS_MEMCPY = 0x094 constant SYS_VFWSCANF (line 1939) | SYS_VFWSCANF = 0x94A constant SYS_VSWSCANF (line 1940) | SYS_VSWSCANF = 0x94E constant SYS_VWSCANF (line 1941) | SYS_VWSCANF = 0x94C constant SYS_INET6_RTH_ADD (line 1942) | SYS_INET6_RTH_ADD = 0x95D constant SYS_INET6_RTH_INIT (line 1943) | SYS_INET6_RTH_INIT = 0x95C constant SYS_INET6_RTH_REVERSE (line 1944) | SYS_INET6_RTH_REVERSE = 0x95E constant SYS_INET6_RTH_SEGMENTS (line 1945) | SYS_INET6_RTH_SEGMENTS = 0x95F constant SYS_INET6_RTH_SPACE (line 1946) | SYS_INET6_RTH_SPACE = 0x95B constant SYS_MEMMOVE (line 1947) | SYS_MEMMOVE = 0x095 constant SYS_WCSTOLD (line 1948) | SYS_WCSTOLD = 0x95A constant SYS_STRCPY (line 1949) | SYS_STRCPY = 0x096 constant SYS_STRCMP (line 1950) | SYS_STRCMP = 0x097 constant SYS_CABS (line 1951) | SYS_CABS = 0x98E constant SYS_STRCAT (line 1952) | SYS_STRCAT = 0x098 constant SYS___CABS_B (line 1953) | SYS___CABS_B = 0x98F constant SYS___POW_II (line 1954) | SYS___POW_II = 0x98A constant SYS___POW_II_B (line 1955) | SYS___POW_II_B = 0x98B constant SYS___POW_II_H (line 1956) | SYS___POW_II_H = 0x98C constant SYS_CACOSF (line 1957) | SYS_CACOSF = 0x99A constant SYS_CACOSL (line 1958) | SYS_CACOSL = 0x99D constant SYS_STRNCAT (line 1959) | SYS_STRNCAT = 0x099 constant SYS___CACOSF_B (line 1960) | SYS___CACOSF_B = 0x99B constant SYS___CACOSF_H (line 1961) | SYS___CACOSF_H = 0x99C constant SYS___CACOSL_B (line 1962) | SYS___CACOSL_B = 0x99E constant SYS___CACOSL_H (line 1963) | SYS___CACOSL_H = 0x99F constant SYS_ISWALPHA (line 1964) | SYS_ISWALPHA = 0x100 constant SYS_ISWBLANK (line 1965) | SYS_ISWBLANK = 0x101 constant SYS___ISWBLK (line 1966) | SYS___ISWBLK = 0x101 constant SYS_ISWCNTRL (line 1967) | SYS_ISWCNTRL = 0x102 constant SYS_ISWDIGIT (line 1968) | SYS_ISWDIGIT = 0x103 constant SYS_ISWGRAPH (line 1969) | SYS_ISWGRAPH = 0x104 constant SYS_ISWLOWER (line 1970) | SYS_ISWLOWER = 0x105 constant SYS_ISWPRINT (line 1971) | SYS_ISWPRINT = 0x106 constant SYS_ISWPUNCT (line 1972) | SYS_ISWPUNCT = 0x107 constant SYS_ISWSPACE (line 1973) | SYS_ISWSPACE = 0x108 constant SYS_ISWUPPER (line 1974) | SYS_ISWUPPER = 0x109 constant SYS_WCTOB (line 1975) | SYS_WCTOB = 0x110 constant SYS_MBRLEN (line 1976) | SYS_MBRLEN = 0x111 constant SYS_MBRTOWC (line 1977) | SYS_MBRTOWC = 0x112 constant SYS_MBSRTOWC (line 1978) | SYS_MBSRTOWC = 0x113 constant SYS_MBSRTOWCS (line 1979) | SYS_MBSRTOWCS = 0x113 constant SYS_WCRTOMB (line 1980) | SYS_WCRTOMB = 0x114 constant SYS_WCSRTOMB (line 1981) | SYS_WCSRTOMB = 0x115 constant SYS_WCSRTOMBS (line 1982) | SYS_WCSRTOMBS = 0x115 constant SYS___CSID (line 1983) | SYS___CSID = 0x116 constant SYS___WCSID (line 1984) | SYS___WCSID = 0x117 constant SYS_STRPTIME (line 1985) | SYS_STRPTIME = 0x118 constant SYS___STRPTM (line 1986) | SYS___STRPTM = 0x118 constant SYS_STRFMON (line 1987) | SYS_STRFMON = 0x119 constant SYS_WCSCOLL (line 1988) | SYS_WCSCOLL = 0x130 constant SYS_WCSXFRM (line 1989) | SYS_WCSXFRM = 0x131 constant SYS_WCSWIDTH (line 1990) | SYS_WCSWIDTH = 0x132 constant SYS_WCWIDTH (line 1991) | SYS_WCWIDTH = 0x133 constant SYS_WCSFTIME (line 1992) | SYS_WCSFTIME = 0x134 constant SYS_SWPRINTF (line 1993) | SYS_SWPRINTF = 0x135 constant SYS_VSWPRINT (line 1994) | SYS_VSWPRINT = 0x136 constant SYS_VSWPRINTF (line 1995) | SYS_VSWPRINTF = 0x136 constant SYS_SWSCANF (line 1996) | SYS_SWSCANF = 0x137 constant SYS_REGCOMP (line 1997) | SYS_REGCOMP = 0x138 constant SYS_REGEXEC (line 1998) | SYS_REGEXEC = 0x139 constant SYS_GETWC (line 1999) | SYS_GETWC = 0x140 constant SYS_GETWCHAR (line 2000) | SYS_GETWCHAR = 0x141 constant SYS_PUTWC (line 2001) | SYS_PUTWC = 0x142 constant SYS_PUTWCHAR (line 2002) | SYS_PUTWCHAR = 0x143 constant SYS_UNGETWC (line 2003) | SYS_UNGETWC = 0x144 constant SYS_ICONV_OPEN (line 2004) | SYS_ICONV_OPEN = 0x145 constant SYS_ICONV (line 2005) | SYS_ICONV = 0x146 constant SYS_ICONV_CLOSE (line 2006) | SYS_ICONV_CLOSE = 0x147 constant SYS_COLLRANGE (line 2007) | SYS_COLLRANGE = 0x150 constant SYS_CCLASS (line 2008) | SYS_CCLASS = 0x151 constant SYS_COLLORDER (line 2009) | SYS_COLLORDER = 0x152 constant SYS___DEMANGLE (line 2010) | SYS___DEMANGLE = 0x154 constant SYS_FDOPEN (line 2011) | SYS_FDOPEN = 0x155 constant SYS___ERRNO (line 2012) | SYS___ERRNO = 0x156 constant SYS___ERRNO2 (line 2013) | SYS___ERRNO2 = 0x157 constant SYS___TERROR (line 2014) | SYS___TERROR = 0x158 constant SYS_MAXCOLL (line 2015) | SYS_MAXCOLL = 0x169 constant SYS_DLLLOAD (line 2016) | SYS_DLLLOAD = 0x170 constant SYS__EXIT (line 2017) | SYS__EXIT = 0x174 constant SYS_ACCESS (line 2018) | SYS_ACCESS = 0x175 constant SYS_ALARM (line 2019) | SYS_ALARM = 0x176 constant SYS_CFGETISPEED (line 2020) | SYS_CFGETISPEED = 0x177 constant SYS_CFGETOSPEED (line 2021) | SYS_CFGETOSPEED = 0x178 constant SYS_CFSETISPEED (line 2022) | SYS_CFSETISPEED = 0x179 constant SYS_CREAT (line 2023) | SYS_CREAT = 0x180 constant SYS_CTERMID (line 2024) | SYS_CTERMID = 0x181 constant SYS_DUP (line 2025) | SYS_DUP = 0x182 constant SYS_DUP2 (line 2026) | SYS_DUP2 = 0x183 constant SYS_EXECL (line 2027) | SYS_EXECL = 0x184 constant SYS_EXECLE (line 2028) | SYS_EXECLE = 0x185 constant SYS_EXECLP (line 2029) | SYS_EXECLP = 0x186 constant SYS_EXECV (line 2030) | SYS_EXECV = 0x187 constant SYS_EXECVE (line 2031) | SYS_EXECVE = 0x188 constant SYS_EXECVP (line 2032) | SYS_EXECVP = 0x189 constant SYS_FSTAT (line 2033) | SYS_FSTAT = 0x190 constant SYS_FSYNC (line 2034) | SYS_FSYNC = 0x191 constant SYS_FTRUNCATE (line 2035) | SYS_FTRUNCATE = 0x192 constant SYS_GETCWD (line 2036) | SYS_GETCWD = 0x193 constant SYS_GETEGID (line 2037) | SYS_GETEGID = 0x194 constant SYS_GETEUID (line 2038) | SYS_GETEUID = 0x195 constant SYS_GETGID (line 2039) | SYS_GETGID = 0x196 constant SYS_GETGRGID (line 2040) | SYS_GETGRGID = 0x197 constant SYS_GETGRNAM (line 2041) | SYS_GETGRNAM = 0x198 constant SYS_GETGROUPS (line 2042) | SYS_GETGROUPS = 0x199 constant SYS_PTHREAD_MUTEXATTR_DESTROY (line 2043) | SYS_PTHREAD_MUTEXATTR_DESTROY = 0x200 constant SYS_PTHREAD_MUTEXATTR_SETKIND_NP (line 2044) | SYS_PTHREAD_MUTEXATTR_SETKIND_NP = 0x201 constant SYS_PTHREAD_MUTEXATTR_GETKIND_NP (line 2045) | SYS_PTHREAD_MUTEXATTR_GETKIND_NP = 0x202 constant SYS_PTHREAD_MUTEX_INIT (line 2046) | SYS_PTHREAD_MUTEX_INIT = 0x203 constant SYS_PTHREAD_MUTEX_DESTROY (line 2047) | SYS_PTHREAD_MUTEX_DESTROY = 0x204 constant SYS_PTHREAD_MUTEX_LOCK (line 2048) | SYS_PTHREAD_MUTEX_LOCK = 0x205 constant SYS_PTHREAD_MUTEX_TRYLOCK (line 2049) | SYS_PTHREAD_MUTEX_TRYLOCK = 0x206 constant SYS_PTHREAD_MUTEX_UNLOCK (line 2050) | SYS_PTHREAD_MUTEX_UNLOCK = 0x207 constant SYS_PTHREAD_ONCE (line 2051) | SYS_PTHREAD_ONCE = 0x209 constant SYS_TW_OPEN (line 2052) | SYS_TW_OPEN = 0x210 constant SYS_TW_FCNTL (line 2053) | SYS_TW_FCNTL = 0x211 constant SYS_PTHREAD_JOIN_D4_NP (line 2054) | SYS_PTHREAD_JOIN_D4_NP = 0x212 constant SYS_PTHREAD_CONDATTR_SETKIND_NP (line 2055) | SYS_PTHREAD_CONDATTR_SETKIND_NP = 0x213 constant SYS_PTHREAD_CONDATTR_GETKIND_NP (line 2056) | SYS_PTHREAD_CONDATTR_GETKIND_NP = 0x214 constant SYS_EXTLINK_NP (line 2057) | SYS_EXTLINK_NP = 0x215 constant SYS___PASSWD (line 2058) | SYS___PASSWD = 0x216 constant SYS_SETGROUPS (line 2059) | SYS_SETGROUPS = 0x217 constant SYS_INITGROUPS (line 2060) | SYS_INITGROUPS = 0x218 constant SYS_WCSRCHR (line 2061) | SYS_WCSRCHR = 0x240 constant SYS_SVC99 (line 2062) | SYS_SVC99 = 0x241 constant SYS___SVC99 (line 2063) | SYS___SVC99 = 0x241 constant SYS_WCSWCS (line 2064) | SYS_WCSWCS = 0x242 constant SYS_LOCALECO (line 2065) | SYS_LOCALECO = 0x243 constant SYS_LOCALECONV (line 2066) | SYS_LOCALECONV = 0x243 constant SYS___LIBREL (line 2067) | SYS___LIBREL = 0x244 constant SYS_RELEASE (line 2068) | SYS_RELEASE = 0x245 constant SYS___RLSE (line 2069) | SYS___RLSE = 0x245 constant SYS_FLOCATE (line 2070) | SYS_FLOCATE = 0x246 constant SYS___FLOCT (line 2071) | SYS___FLOCT = 0x246 constant SYS_FDELREC (line 2072) | SYS_FDELREC = 0x247 constant SYS___FDLREC (line 2073) | SYS___FDLREC = 0x247 constant SYS_FETCH (line 2074) | SYS_FETCH = 0x248 constant SYS___FETCH (line 2075) | SYS___FETCH = 0x248 constant SYS_QSORT (line 2076) | SYS_QSORT = 0x249 constant SYS___CLEANUPCATCH (line 2077) | SYS___CLEANUPCATCH = 0x260 constant SYS___CATCHMATCH (line 2078) | SYS___CATCHMATCH = 0x261 constant SYS___CLEAN2UPCATCH (line 2079) | SYS___CLEAN2UPCATCH = 0x262 constant SYS_GETPRIORITY (line 2080) | SYS_GETPRIORITY = 0x270 constant SYS_NICE (line 2081) | SYS_NICE = 0x271 constant SYS_SETPRIORITY (line 2082) | SYS_SETPRIORITY = 0x272 constant SYS_GETITIMER (line 2083) | SYS_GETITIMER = 0x273 constant SYS_SETITIMER (line 2084) | SYS_SETITIMER = 0x274 constant SYS_MSGCTL (line 2085) | SYS_MSGCTL = 0x275 constant SYS_MSGGET (line 2086) | SYS_MSGGET = 0x276 constant SYS_MSGRCV (line 2087) | SYS_MSGRCV = 0x277 constant SYS_MSGSND (line 2088) | SYS_MSGSND = 0x278 constant SYS_MSGXRCV (line 2089) | SYS_MSGXRCV = 0x279 constant SYS___MSGXR (line 2090) | SYS___MSGXR = 0x279 constant SYS_SHMGET (line 2091) | SYS_SHMGET = 0x280 constant SYS___GETIPC (line 2092) | SYS___GETIPC = 0x281 constant SYS_SETGRENT (line 2093) | SYS_SETGRENT = 0x282 constant SYS_GETGRENT (line 2094) | SYS_GETGRENT = 0x283 constant SYS_ENDGRENT (line 2095) | SYS_ENDGRENT = 0x284 constant SYS_SETPWENT (line 2096) | SYS_SETPWENT = 0x285 constant SYS_GETPWENT (line 2097) | SYS_GETPWENT = 0x286 constant SYS_ENDPWENT (line 2098) | SYS_ENDPWENT = 0x287 constant SYS_BSD_SIGNAL (line 2099) | SYS_BSD_SIGNAL = 0x288 constant SYS_KILLPG (line 2100) | SYS_KILLPG = 0x289 constant SYS_SIGSET (line 2101) | SYS_SIGSET = 0x290 constant SYS_SIGSTACK (line 2102) | SYS_SIGSTACK = 0x291 constant SYS_GETRLIMIT (line 2103) | SYS_GETRLIMIT = 0x292 constant SYS_SETRLIMIT (line 2104) | SYS_SETRLIMIT = 0x293 constant SYS_GETRUSAGE (line 2105) | SYS_GETRUSAGE = 0x294 constant SYS_MMAP (line 2106) | SYS_MMAP = 0x295 constant SYS_MPROTECT (line 2107) | SYS_MPROTECT = 0x296 constant SYS_MSYNC (line 2108) | SYS_MSYNC = 0x297 constant SYS_MUNMAP (line 2109) | SYS_MUNMAP = 0x298 constant SYS_CONFSTR (line 2110) | SYS_CONFSTR = 0x299 constant SYS___NDMTRM (line 2111) | SYS___NDMTRM = 0x300 constant SYS_FTOK (line 2112) | SYS_FTOK = 0x301 constant SYS_BASENAME (line 2113) | SYS_BASENAME = 0x302 constant SYS_DIRNAME (line 2114) | SYS_DIRNAME = 0x303 constant SYS_GETDTABLESIZE (line 2115) | SYS_GETDTABLESIZE = 0x304 constant SYS_MKSTEMP (line 2116) | SYS_MKSTEMP = 0x305 constant SYS_MKTEMP (line 2117) | SYS_MKTEMP = 0x306 constant SYS_NFTW (line 2118) | SYS_NFTW = 0x307 constant SYS_GETWD (line 2119) | SYS_GETWD = 0x308 constant SYS_LOCKF (line 2120) | SYS_LOCKF = 0x309 constant SYS_WORDEXP (line 2121) | SYS_WORDEXP = 0x310 constant SYS_WORDFREE (line 2122) | SYS_WORDFREE = 0x311 constant SYS_GETPGID (line 2123) | SYS_GETPGID = 0x312 constant SYS_GETSID (line 2124) | SYS_GETSID = 0x313 constant SYS___UTMPXNAME (line 2125) | SYS___UTMPXNAME = 0x314 constant SYS_CUSERID (line 2126) | SYS_CUSERID = 0x315 constant SYS_GETPASS (line 2127) | SYS_GETPASS = 0x316 constant SYS_FNMATCH (line 2128) | SYS_FNMATCH = 0x317 constant SYS_FTW (line 2129) | SYS_FTW = 0x318 constant SYS_GETW (line 2130) | SYS_GETW = 0x319 constant SYS_ACOSH (line 2131) | SYS_ACOSH = 0x320 constant SYS_ASINH (line 2132) | SYS_ASINH = 0x321 constant SYS_ATANH (line 2133) | SYS_ATANH = 0x322 constant SYS_CBRT (line 2134) | SYS_CBRT = 0x323 constant SYS_EXPM1 (line 2135) | SYS_EXPM1 = 0x324 constant SYS_ILOGB (line 2136) | SYS_ILOGB = 0x325 constant SYS_LOGB (line 2137) | SYS_LOGB = 0x326 constant SYS_LOG1P (line 2138) | SYS_LOG1P = 0x327 constant SYS_NEXTAFTER (line 2139) | SYS_NEXTAFTER = 0x328 constant SYS_RINT (line 2140) | SYS_RINT = 0x329 constant SYS_SPAWN (line 2141) | SYS_SPAWN = 0x330 constant SYS_SPAWNP (line 2142) | SYS_SPAWNP = 0x331 constant SYS_GETLOGIN_UU (line 2143) | SYS_GETLOGIN_UU = 0x332 constant SYS_ECVT (line 2144) | SYS_ECVT = 0x333 constant SYS_FCVT (line 2145) | SYS_FCVT = 0x334 constant SYS_GCVT (line 2146) | SYS_GCVT = 0x335 constant SYS_ACCEPT (line 2147) | SYS_ACCEPT = 0x336 constant SYS_BIND (line 2148) | SYS_BIND = 0x337 constant SYS_CONNECT (line 2149) | SYS_CONNECT = 0x338 constant SYS_ENDHOSTENT (line 2150) | SYS_ENDHOSTENT = 0x339 constant SYS_GETHOSTENT (line 2151) | SYS_GETHOSTENT = 0x340 constant SYS_GETHOSTID (line 2152) | SYS_GETHOSTID = 0x341 constant SYS_GETHOSTNAME (line 2153) | SYS_GETHOSTNAME = 0x342 constant SYS_GETNETBYADDR (line 2154) | SYS_GETNETBYADDR = 0x343 constant SYS_GETNETBYNAME (line 2155) | SYS_GETNETBYNAME = 0x344 constant SYS_GETNETENT (line 2156) | SYS_GETNETENT = 0x345 constant SYS_GETPEERNAME (line 2157) | SYS_GETPEERNAME = 0x346 constant SYS_GETPROTOBYNAME (line 2158) | SYS_GETPROTOBYNAME = 0x347 constant SYS_GETPROTOBYNUMBER (line 2159) | SYS_GETPROTOBYNUMBER = 0x348 constant SYS_GETPROTOENT (line 2160) | SYS_GETPROTOENT = 0x349 constant SYS_INET_LNAOF (line 2161) | SYS_INET_LNAOF = 0x350 constant SYS_INET_MAKEADDR (line 2162) | SYS_INET_MAKEADDR = 0x351 constant SYS_INET_NETOF (line 2163) | SYS_INET_NETOF = 0x352 constant SYS_INET_NETWORK (line 2164) | SYS_INET_NETWORK = 0x353 constant SYS_INET_NTOA (line 2165) | SYS_INET_NTOA = 0x354 constant SYS_IOCTL (line 2166) | SYS_IOCTL = 0x355 constant SYS_LISTEN (line 2167) | SYS_LISTEN = 0x356 constant SYS_READV (line 2168) | SYS_READV = 0x357 constant SYS_RECV (line 2169) | SYS_RECV = 0x358 constant SYS_RECVFROM (line 2170) | SYS_RECVFROM = 0x359 constant SYS_SETHOSTENT (line 2171) | SYS_SETHOSTENT = 0x360 constant SYS_SETNETENT (line 2172) | SYS_SETNETENT = 0x361 constant SYS_SETPEER (line 2173) | SYS_SETPEER = 0x362 constant SYS_SETPROTOENT (line 2174) | SYS_SETPROTOENT = 0x363 constant SYS_SETSERVENT (line 2175) | SYS_SETSERVENT = 0x364 constant SYS_SETSOCKOPT (line 2176) | SYS_SETSOCKOPT = 0x365 constant SYS_SHUTDOWN (line 2177) | SYS_SHUTDOWN = 0x366 constant SYS_SOCKET (line 2178) | SYS_SOCKET = 0x367 constant SYS_SOCKETPAIR (line 2179) | SYS_SOCKETPAIR = 0x368 constant SYS_WRITEV (line 2180) | SYS_WRITEV = 0x369 constant SYS_ENDNETENT (line 2181) | SYS_ENDNETENT = 0x370 constant SYS_CLOSELOG (line 2182) | SYS_CLOSELOG = 0x371 constant SYS_OPENLOG (line 2183) | SYS_OPENLOG = 0x372 constant SYS_SETLOGMASK (line 2184) | SYS_SETLOGMASK = 0x373 constant SYS_SYSLOG (line 2185) | SYS_SYSLOG = 0x374 constant SYS_PTSNAME (line 2186) | SYS_PTSNAME = 0x375 constant SYS_SETREUID (line 2187) | SYS_SETREUID = 0x376 constant SYS_SETREGID (line 2188) | SYS_SETREGID = 0x377 constant SYS_REALPATH (line 2189) | SYS_REALPATH = 0x378 constant SYS___SIGNGAM (line 2190) | SYS___SIGNGAM = 0x379 constant SYS_POLL (line 2191) | SYS_POLL = 0x380 constant SYS_REXEC (line 2192) | SYS_REXEC = 0x381 constant SYS___ISASCII2 (line 2193) | SYS___ISASCII2 = 0x382 constant SYS___TOASCII2 (line 2194) | SYS___TOASCII2 = 0x383 constant SYS_CHPRIORITY (line 2195) | SYS_CHPRIORITY = 0x384 constant SYS_PTHREAD_ATTR_SETSYNCTYPE_NP (line 2196) | SYS_PTHREAD_ATTR_SETSYNCTYPE_NP = 0x385 constant SYS_PTHREAD_ATTR_GETSYNCTYPE_NP (line 2197) | SYS_PTHREAD_ATTR_GETSYNCTYPE_NP = 0x386 constant SYS_PTHREAD_SET_LIMIT_NP (line 2198) | SYS_PTHREAD_SET_LIMIT_NP = 0x387 constant SYS___STNETENT (line 2199) | SYS___STNETENT = 0x388 constant SYS___STPROTOENT (line 2200) | SYS___STPROTOENT = 0x389 constant SYS___SELECT1 (line 2201) | SYS___SELECT1 = 0x390 constant SYS_PTHREAD_SECURITY_NP (line 2202) | SYS_PTHREAD_SECURITY_NP = 0x391 constant SYS___CHECK_RESOURCE_AUTH_NP (line 2203) | SYS___CHECK_RESOURCE_AUTH_NP = 0x392 constant SYS___CONVERT_ID_NP (line 2204) | SYS___CONVERT_ID_NP = 0x393 constant SYS___OPENVMREL (line 2205) | SYS___OPENVMREL = 0x394 constant SYS_WMEMCHR (line 2206) | SYS_WMEMCHR = 0x395 constant SYS_WMEMCMP (line 2207) | SYS_WMEMCMP = 0x396 constant SYS_WMEMCPY (line 2208) | SYS_WMEMCPY = 0x397 constant SYS_WMEMMOVE (line 2209) | SYS_WMEMMOVE = 0x398 constant SYS_WMEMSET (line 2210) | SYS_WMEMSET = 0x399 constant SYS___FPUTWC (line 2211) | SYS___FPUTWC = 0x400 constant SYS___PUTWC (line 2212) | SYS___PUTWC = 0x401 constant SYS___PWCHAR (line 2213) | SYS___PWCHAR = 0x402 constant SYS___WCSFTM (line 2214) | SYS___WCSFTM = 0x403 constant SYS___WCSTOK (line 2215) | SYS___WCSTOK = 0x404 constant SYS___WCWDTH (line 2216) | SYS___WCWDTH = 0x405 constant SYS_T_ACCEPT (line 2217) | SYS_T_ACCEPT = 0x409 constant SYS_T_GETINFO (line 2218) | SYS_T_GETINFO = 0x410 constant SYS_T_GETPROTADDR (line 2219) | SYS_T_GETPROTADDR = 0x411 constant SYS_T_GETSTATE (line 2220) | SYS_T_GETSTATE = 0x412 constant SYS_T_LISTEN (line 2221) | SYS_T_LISTEN = 0x413 constant SYS_T_LOOK (line 2222) | SYS_T_LOOK = 0x414 constant SYS_T_OPEN (line 2223) | SYS_T_OPEN = 0x415 constant SYS_T_OPTMGMT (line 2224) | SYS_T_OPTMGMT = 0x416 constant SYS_T_RCV (line 2225) | SYS_T_RCV = 0x417 constant SYS_T_RCVCONNECT (line 2226) | SYS_T_RCVCONNECT = 0x418 constant SYS_T_RCVDIS (line 2227) | SYS_T_RCVDIS = 0x419 constant SYS_T_SNDUDATA (line 2228) | SYS_T_SNDUDATA = 0x420 constant SYS_T_STRERROR (line 2229) | SYS_T_STRERROR = 0x421 constant SYS_T_SYNC (line 2230) | SYS_T_SYNC = 0x422 constant SYS_T_UNBIND (line 2231) | SYS_T_UNBIND = 0x423 constant SYS___T_ERRNO (line 2232) | SYS___T_ERRNO = 0x424 constant SYS___RECVMSG2 (line 2233) | SYS___RECVMSG2 = 0x425 constant SYS___SENDMSG2 (line 2234) | SYS___SENDMSG2 = 0x426 constant SYS_FATTACH (line 2235) | SYS_FATTACH = 0x427 constant SYS_FDETACH (line 2236) | SYS_FDETACH = 0x428 constant SYS_GETMSG (line 2237) | SYS_GETMSG = 0x429 constant SYS_GETCONTEXT (line 2238) | SYS_GETCONTEXT = 0x430 constant SYS_SETCONTEXT (line 2239) | SYS_SETCONTEXT = 0x431 constant SYS_MAKECONTEXT (line 2240) | SYS_MAKECONTEXT = 0x432 constant SYS_SWAPCONTEXT (line 2241) | SYS_SWAPCONTEXT = 0x433 constant SYS_PTHREAD_GETSPECIFIC_D8_NP (line 2242) | SYS_PTHREAD_GETSPECIFIC_D8_NP = 0x434 constant SYS_GETCLIENTID (line 2243) | SYS_GETCLIENTID = 0x470 constant SYS___GETCLIENTID (line 2244) | SYS___GETCLIENTID = 0x471 constant SYS_GETSTABLESIZE (line 2245) | SYS_GETSTABLESIZE = 0x472 constant SYS_GETIBMOPT (line 2246) | SYS_GETIBMOPT = 0x473 constant SYS_GETIBMSOCKOPT (line 2247) | SYS_GETIBMSOCKOPT = 0x474 constant SYS_GIVESOCKET (line 2248) | SYS_GIVESOCKET = 0x475 constant SYS_IBMSFLUSH (line 2249) | SYS_IBMSFLUSH = 0x476 constant SYS_MAXDESC (line 2250) | SYS_MAXDESC = 0x477 constant SYS_SETIBMOPT (line 2251) | SYS_SETIBMOPT = 0x478 constant SYS_SETIBMSOCKOPT (line 2252) | SYS_SETIBMSOCKOPT = 0x479 constant SYS___SERVER_PWU (line 2253) | SYS___SERVER_PWU = 0x480 constant SYS_PTHREAD_TAG_NP (line 2254) | SYS_PTHREAD_TAG_NP = 0x481 constant SYS___CONSOLE (line 2255) | SYS___CONSOLE = 0x482 constant SYS___WSINIT (line 2256) | SYS___WSINIT = 0x483 constant SYS___IPTCPN (line 2257) | SYS___IPTCPN = 0x489 constant SYS___SERVER_CLASSIFY (line 2258) | SYS___SERVER_CLASSIFY = 0x490 constant SYS___HEAPRPT (line 2259) | SYS___HEAPRPT = 0x496 constant SYS___ISBFP (line 2260) | SYS___ISBFP = 0x500 constant SYS___FP_CAST (line 2261) | SYS___FP_CAST = 0x501 constant SYS___CERTIFICATE (line 2262) | SYS___CERTIFICATE = 0x502 constant SYS_SEND_FILE (line 2263) | SYS_SEND_FILE = 0x503 constant SYS_AIO_CANCEL (line 2264) | SYS_AIO_CANCEL = 0x504 constant SYS_AIO_ERROR (line 2265) | SYS_AIO_ERROR = 0x505 constant SYS_AIO_READ (line 2266) | SYS_AIO_READ = 0x506 constant SYS_AIO_RETURN (line 2267) | SYS_AIO_RETURN = 0x507 constant SYS_AIO_SUSPEND (line 2268) | SYS_AIO_SUSPEND = 0x508 constant SYS_AIO_WRITE (line 2269) | SYS_AIO_WRITE = 0x509 constant SYS_PTHREAD_RWLOCK_TRYWRLOCK (line 2270) | SYS_PTHREAD_RWLOCK_TRYWRLOCK = 0x510 constant SYS_PTHREAD_RWLOCK_UNLOCK (line 2271) | SYS_PTHREAD_RWLOCK_UNLOCK = 0x511 constant SYS_PTHREAD_RWLOCK_WRLOCK (line 2272) | SYS_PTHREAD_RWLOCK_WRLOCK = 0x512 constant SYS_PTHREAD_RWLOCKATTR_GETPSHARED (line 2273) | SYS_PTHREAD_RWLOCKATTR_GETPSHARED = 0x513 constant SYS_PTHREAD_RWLOCKATTR_SETPSHARED (line 2274) | SYS_PTHREAD_RWLOCKATTR_SETPSHARED = 0x514 constant SYS_PTHREAD_RWLOCKATTR_INIT (line 2275) | SYS_PTHREAD_RWLOCKATTR_INIT = 0x515 constant SYS_PTHREAD_RWLOCKATTR_DESTROY (line 2276) | SYS_PTHREAD_RWLOCKATTR_DESTROY = 0x516 constant SYS___CTTBL (line 2277) | SYS___CTTBL = 0x517 constant SYS_PTHREAD_MUTEXATTR_SETTYPE (line 2278) | SYS_PTHREAD_MUTEXATTR_SETTYPE = 0x518 constant SYS_PTHREAD_MUTEXATTR_GETTYPE (line 2279) | SYS_PTHREAD_MUTEXATTR_GETTYPE = 0x519 constant SYS___FP_UNORDERED (line 2280) | SYS___FP_UNORDERED = 0x520 constant SYS___FP_READ_RND (line 2281) | SYS___FP_READ_RND = 0x521 constant SYS___FP_READ_RND_B (line 2282) | SYS___FP_READ_RND_B = 0x522 constant SYS___FP_SWAP_RND (line 2283) | SYS___FP_SWAP_RND = 0x523 constant SYS___FP_SWAP_RND_B (line 2284) | SYS___FP_SWAP_RND_B = 0x524 constant SYS___FP_LEVEL (line 2285) | SYS___FP_LEVEL = 0x525 constant SYS___FP_BTOH (line 2286) | SYS___FP_BTOH = 0x526 constant SYS___FP_HTOB (line 2287) | SYS___FP_HTOB = 0x527 constant SYS___FPC_RD (line 2288) | SYS___FPC_RD = 0x528 constant SYS___FPC_WR (line 2289) | SYS___FPC_WR = 0x529 constant SYS_PTHREAD_SETCANCELTYPE (line 2290) | SYS_PTHREAD_SETCANCELTYPE = 0x600 constant SYS_PTHREAD_TESTCANCEL (line 2291) | SYS_PTHREAD_TESTCANCEL = 0x601 constant SYS___ATANF_B (line 2292) | SYS___ATANF_B = 0x602 constant SYS___ATANL_B (line 2293) | SYS___ATANL_B = 0x603 constant SYS___CEILF_B (line 2294) | SYS___CEILF_B = 0x604 constant SYS___CEILL_B (line 2295) | SYS___CEILL_B = 0x605 constant SYS___COSF_B (line 2296) | SYS___COSF_B = 0x606 constant SYS___COSL_B (line 2297) | SYS___COSL_B = 0x607 constant SYS___FABSF_B (line 2298) | SYS___FABSF_B = 0x608 constant SYS___FABSL_B (line 2299) | SYS___FABSL_B = 0x609 constant SYS___SINF_B (line 2300) | SYS___SINF_B = 0x610 constant SYS___SINL_B (line 2301) | SYS___SINL_B = 0x611 constant SYS___TANF_B (line 2302) | SYS___TANF_B = 0x612 constant SYS___TANL_B (line 2303) | SYS___TANL_B = 0x613 constant SYS___TANHF_B (line 2304) | SYS___TANHF_B = 0x614 constant SYS___TANHL_B (line 2305) | SYS___TANHL_B = 0x615 constant SYS___ACOSF_B (line 2306) | SYS___ACOSF_B = 0x616 constant SYS___ACOSL_B (line 2307) | SYS___ACOSL_B = 0x617 constant SYS___ASINF_B (line 2308) | SYS___ASINF_B = 0x618 constant SYS___ASINL_B (line 2309) | SYS___ASINL_B = 0x619 constant SYS___LOGF_B (line 2310) | SYS___LOGF_B = 0x620 constant SYS___LOGL_B (line 2311) | SYS___LOGL_B = 0x621 constant SYS___LOG10F_B (line 2312) | SYS___LOG10F_B = 0x622 constant SYS___LOG10L_B (line 2313) | SYS___LOG10L_B = 0x623 constant SYS___POWF_B (line 2314) | SYS___POWF_B = 0x624 constant SYS___POWL_B (line 2315) | SYS___POWL_B = 0x625 constant SYS___SINHF_B (line 2316) | SYS___SINHF_B = 0x626 constant SYS___SINHL_B (line 2317) | SYS___SINHL_B = 0x627 constant SYS___SQRTF_B (line 2318) | SYS___SQRTF_B = 0x628 constant SYS___SQRTL_B (line 2319) | SYS___SQRTL_B = 0x629 constant SYS___MODFL_B (line 2320) | SYS___MODFL_B = 0x630 constant SYS_ABSF (line 2321) | SYS_ABSF = 0x631 constant SYS_ABSL (line 2322) | SYS_ABSL = 0x632 constant SYS_ACOSF (line 2323) | SYS_ACOSF = 0x633 constant SYS_ACOSL (line 2324) | SYS_ACOSL = 0x634 constant SYS_ASINF (line 2325) | SYS_ASINF = 0x635 constant SYS_ASINL (line 2326) | SYS_ASINL = 0x636 constant SYS_ATAN2F (line 2327) | SYS_ATAN2F = 0x637 constant SYS_ATAN2L (line 2328) | SYS_ATAN2L = 0x638 constant SYS_ATANF (line 2329) | SYS_ATANF = 0x639 constant SYS_COSHL (line 2330) | SYS_COSHL = 0x640 constant SYS_EXPF (line 2331) | SYS_EXPF = 0x641 constant SYS_EXPL (line 2332) | SYS_EXPL = 0x642 constant SYS_TANHF (line 2333) | SYS_TANHF = 0x643 constant SYS_TANHL (line 2334) | SYS_TANHL = 0x644 constant SYS_LOG10F (line 2335) | SYS_LOG10F = 0x645 constant SYS_LOG10L (line 2336) | SYS_LOG10L = 0x646 constant SYS_LOGF (line 2337) | SYS_LOGF = 0x647 constant SYS_LOGL (line 2338) | SYS_LOGL = 0x648 constant SYS_POWF (line 2339) | SYS_POWF = 0x649 constant SYS_SINHL (line 2340) | SYS_SINHL = 0x650 constant SYS_TANF (line 2341) | SYS_TANF = 0x651 constant SYS_TANL (line 2342) | SYS_TANL = 0x652 constant SYS_FABSF (line 2343) | SYS_FABSF = 0x653 constant SYS_FABSL (line 2344) | SYS_FABSL = 0x654 constant SYS_FLOORF (line 2345) | SYS_FLOORF = 0x655 constant SYS_FLOORL (line 2346) | SYS_FLOORL = 0x656 constant SYS_FMODF (line 2347) | SYS_FMODF = 0x657 constant SYS_FMODL (line 2348) | SYS_FMODL = 0x658 constant SYS_FREXPF (line 2349) | SYS_FREXPF = 0x659 constant SYS___CHATTR (line 2350) | SYS___CHATTR = 0x660 constant SYS___FCHATTR (line 2351) | SYS___FCHATTR = 0x661 constant SYS___TOCCSID (line 2352) | SYS___TOCCSID = 0x662 constant SYS___CSNAMETYPE (line 2353) | SYS___CSNAMETYPE = 0x663 constant SYS___TOCSNAME (line 2354) | SYS___TOCSNAME = 0x664 constant SYS___CCSIDTYPE (line 2355) | SYS___CCSIDTYPE = 0x665 constant SYS___AE_CORRESTBL_QUERY (line 2356) | SYS___AE_CORRESTBL_QUERY = 0x666 constant SYS___AE_AUTOCONVERT_STATE (line 2357) | SYS___AE_AUTOCONVERT_STATE = 0x667 constant SYS_DN_FIND (line 2358) | SYS_DN_FIND = 0x668 constant SYS___GETHOSTBYADDR_A (line 2359) | SYS___GETHOSTBYADDR_A = 0x669 constant SYS___MBLEN_SB_A (line 2360) | SYS___MBLEN_SB_A = 0x670 constant SYS___MBLEN_STD_A (line 2361) | SYS___MBLEN_STD_A = 0x671 constant SYS___MBLEN_UTF (line 2362) | SYS___MBLEN_UTF = 0x672 constant SYS___MBSTOWCS_A (line 2363) | SYS___MBSTOWCS_A = 0x673 constant SYS___MBSTOWCS_STD_A (line 2364) | SYS___MBSTOWCS_STD_A = 0x674 constant SYS___MBTOWC_A (line 2365) | SYS___MBTOWC_A = 0x675 constant SYS___MBTOWC_ISO1 (line 2366) | SYS___MBTOWC_ISO1 = 0x676 constant SYS___MBTOWC_SBCS (line 2367) | SYS___MBTOWC_SBCS = 0x677 constant SYS___MBTOWC_MBCS (line 2368) | SYS___MBTOWC_MBCS = 0x678 constant SYS___MBTOWC_UTF (line 2369) | SYS___MBTOWC_UTF = 0x679 constant SYS___CSID_A (line 2370) | SYS___CSID_A = 0x680 constant SYS___CSID_STD_A (line 2371) | SYS___CSID_STD_A = 0x681 constant SYS___WCSID_A (line 2372) | SYS___WCSID_A = 0x682 constant SYS___WCSID_STD_A (line 2373) | SYS___WCSID_STD_A = 0x683 constant SYS___WCTOMB_A (line 2374) | SYS___WCTOMB_A = 0x684 constant SYS___WCTOMB_ISO1 (line 2375) | SYS___WCTOMB_ISO1 = 0x685 constant SYS___WCTOMB_STD_A (line 2376) | SYS___WCTOMB_STD_A = 0x686 constant SYS___WCTOMB_UTF (line 2377) | SYS___WCTOMB_UTF = 0x687 constant SYS___WCWIDTH_A (line 2378) | SYS___WCWIDTH_A = 0x688 constant SYS___GETGRNAM_R_A (line 2379) | SYS___GETGRNAM_R_A = 0x689 constant SYS___READDIR_R_A (line 2380) | SYS___READDIR_R_A = 0x690 constant SYS___E2A_S (line 2381) | SYS___E2A_S = 0x691 constant SYS___FNMATCH_A (line 2382) | SYS___FNMATCH_A = 0x692 constant SYS___FNMATCH_C_A (line 2383) | SYS___FNMATCH_C_A = 0x693 constant SYS___EXECL_A (line 2384) | SYS___EXECL_A = 0x694 constant SYS___FNMATCH_STD_A (line 2385) | SYS___FNMATCH_STD_A = 0x695 constant SYS___REGCOMP_A (line 2386) | SYS___REGCOMP_A = 0x696 constant SYS___REGCOMP_STD_A (line 2387) | SYS___REGCOMP_STD_A = 0x697 constant SYS___REGERROR_A (line 2388) | SYS___REGERROR_A = 0x698 constant SYS___REGERROR_STD_A (line 2389) | SYS___REGERROR_STD_A = 0x699 constant SYS___SWPRINTF_A (line 2390) | SYS___SWPRINTF_A = 0x700 constant SYS___FSCANF_A (line 2391) | SYS___FSCANF_A = 0x701 constant SYS___SCANF_A (line 2392) | SYS___SCANF_A = 0x702 constant SYS___SSCANF_A (line 2393) | SYS___SSCANF_A = 0x703 constant SYS___SWSCANF_A (line 2394) | SYS___SWSCANF_A = 0x704 constant SYS___ATOF_A (line 2395) | SYS___ATOF_A = 0x705 constant SYS___ATOI_A (line 2396) | SYS___ATOI_A = 0x706 constant SYS___ATOL_A (line 2397) | SYS___ATOL_A = 0x707 constant SYS___STRTOD_A (line 2398) | SYS___STRTOD_A = 0x708 constant SYS___STRTOL_A (line 2399) | SYS___STRTOL_A = 0x709 constant SYS___L64A_A (line 2400) | SYS___L64A_A = 0x710 constant SYS___STRERROR_A (line 2401) | SYS___STRERROR_A = 0x711 constant SYS___PERROR_A (line 2402) | SYS___PERROR_A = 0x712 constant SYS___FETCH_A (line 2403) | SYS___FETCH_A = 0x713 constant SYS___GETENV_A (line 2404) | SYS___GETENV_A = 0x714 constant SYS___MKSTEMP_A (line 2405) | SYS___MKSTEMP_A = 0x717 constant SYS___PTSNAME_A (line 2406) | SYS___PTSNAME_A = 0x718 constant SYS___PUTENV_A (line 2407) | SYS___PUTENV_A = 0x719 constant SYS___CHDIR_A (line 2408) | SYS___CHDIR_A = 0x720 constant SYS___CHOWN_A (line 2409) | SYS___CHOWN_A = 0x721 constant SYS___CHROOT_A (line 2410) | SYS___CHROOT_A = 0x722 constant SYS___GETCWD_A (line 2411) | SYS___GETCWD_A = 0x723 constant SYS___GETWD_A (line 2412) | SYS___GETWD_A = 0x724 constant SYS___LCHOWN_A (line 2413) | SYS___LCHOWN_A = 0x725 constant SYS___LINK_A (line 2414) | SYS___LINK_A = 0x726 constant SYS___PATHCONF_A (line 2415) | SYS___PATHCONF_A = 0x727 constant SYS___IF_NAMEINDEX_A (line 2416) | SYS___IF_NAMEINDEX_A = 0x728 constant SYS___READLINK_A (line 2417) | SYS___READLINK_A = 0x729 constant SYS___EXTLINK_NP_A (line 2418) | SYS___EXTLINK_NP_A = 0x730 constant SYS___ISALNUM_A (line 2419) | SYS___ISALNUM_A = 0x731 constant SYS___ISALPHA_A (line 2420) | SYS___ISALPHA_A = 0x732 constant SYS___A2E_S (line 2421) | SYS___A2E_S = 0x733 constant SYS___ISCNTRL_A (line 2422) | SYS___ISCNTRL_A = 0x734 constant SYS___ISDIGIT_A (line 2423) | SYS___ISDIGIT_A = 0x735 constant SYS___ISGRAPH_A (line 2424) | SYS___ISGRAPH_A = 0x736 constant SYS___ISLOWER_A (line 2425) | SYS___ISLOWER_A = 0x737 constant SYS___ISPRINT_A (line 2426) | SYS___ISPRINT_A = 0x738 constant SYS___ISPUNCT_A (line 2427) | SYS___ISPUNCT_A = 0x739 constant SYS___ISWALPHA_A (line 2428) | SYS___ISWALPHA_A = 0x740 constant SYS___A2E_L (line 2429) | SYS___A2E_L = 0x741 constant SYS___ISWCNTRL_A (line 2430) | SYS___ISWCNTRL_A = 0x742 constant SYS___ISWDIGIT_A (line 2431) | SYS___ISWDIGIT_A = 0x743 constant SYS___ISWGRAPH_A (line 2432) | SYS___ISWGRAPH_A = 0x744 constant SYS___ISWLOWER_A (line 2433) | SYS___ISWLOWER_A = 0x745 constant SYS___ISWPRINT_A (line 2434) | SYS___ISWPRINT_A = 0x746 constant SYS___ISWPUNCT_A (line 2435) | SYS___ISWPUNCT_A = 0x747 constant SYS___ISWSPACE_A (line 2436) | SYS___ISWSPACE_A = 0x748 constant SYS___ISWUPPER_A (line 2437) | SYS___ISWUPPER_A = 0x749 constant SYS___REMOVE_A (line 2438) | SYS___REMOVE_A = 0x750 constant SYS___RENAME_A (line 2439) | SYS___RENAME_A = 0x751 constant SYS___TMPNAM_A (line 2440) | SYS___TMPNAM_A = 0x752 constant SYS___FOPEN_A (line 2441) | SYS___FOPEN_A = 0x753 constant SYS___FREOPEN_A (line 2442) | SYS___FREOPEN_A = 0x754 constant SYS___CUSERID_A (line 2443) | SYS___CUSERID_A = 0x755 constant SYS___POPEN_A (line 2444) | SYS___POPEN_A = 0x756 constant SYS___TEMPNAM_A (line 2445) | SYS___TEMPNAM_A = 0x757 constant SYS___FTW_A (line 2446) | SYS___FTW_A = 0x758 constant SYS___GETGRENT_A (line 2447) | SYS___GETGRENT_A = 0x759 constant SYS___INET_NTOP_A (line 2448) | SYS___INET_NTOP_A = 0x760 constant SYS___GETPASS_A (line 2449) | SYS___GETPASS_A = 0x761 constant SYS___GETPWENT_A (line 2450) | SYS___GETPWENT_A = 0x762 constant SYS___GETPWNAM_A (line 2451) | SYS___GETPWNAM_A = 0x763 constant SYS___GETPWUID_A (line 2452) | SYS___GETPWUID_A = 0x764 constant SYS_____CHECK_RESOURCE_AUTH_NP_A (line 2453) | SYS_____CHECK_RESOURCE_AUTH_NP_A = 0x765 constant SYS___CHECKSCHENV_A (line 2454) | SYS___CHECKSCHENV_A = 0x766 constant SYS___CONNECTSERVER_A (line 2455) | SYS___CONNECTSERVER_A = 0x767 constant SYS___CONNECTWORKMGR_A (line 2456) | SYS___CONNECTWORKMGR_A = 0x768 constant SYS_____CONSOLE_A (line 2457) | SYS_____CONSOLE_A = 0x769 constant SYS___MSGSND_A (line 2458) | SYS___MSGSND_A = 0x770 constant SYS___MSGXRCV_A (line 2459) | SYS___MSGXRCV_A = 0x771 constant SYS___NFTW_A (line 2460) | SYS___NFTW_A = 0x772 constant SYS_____PASSWD_A (line 2461) | SYS_____PASSWD_A = 0x773 constant SYS___PTHREAD_SECURITY_NP_A (line 2462) | SYS___PTHREAD_SECURITY_NP_A = 0x774 constant SYS___QUERYMETRICS_A (line 2463) | SYS___QUERYMETRICS_A = 0x775 constant SYS___QUERYSCHENV (line 2464) | SYS___QUERYSCHENV = 0x776 constant SYS___READV_A (line 2465) | SYS___READV_A = 0x777 constant SYS_____SERVER_CLASSIFY_A (line 2466) | SYS_____SERVER_CLASSIFY_A = 0x778 constant SYS_____SERVER_INIT_A (line 2467) | SYS_____SERVER_INIT_A = 0x779 constant SYS___W_GETPSENT_A (line 2468) | SYS___W_GETPSENT_A = 0x780 constant SYS___WRITEV_A (line 2469) | SYS___WRITEV_A = 0x781 constant SYS___W_STATFS_A (line 2470) | SYS___W_STATFS_A = 0x782 constant SYS___W_STATVFS_A (line 2471) | SYS___W_STATVFS_A = 0x783 constant SYS___FPUTC_A (line 2472) | SYS___FPUTC_A = 0x784 constant SYS___PUTCHAR_A (line 2473) | SYS___PUTCHAR_A = 0x785 constant SYS___PUTS_A (line 2474) | SYS___PUTS_A = 0x786 constant SYS___FGETS_A (line 2475) | SYS___FGETS_A = 0x787 constant SYS___GETS_A (line 2476) | SYS___GETS_A = 0x788 constant SYS___FPUTS_A (line 2477) | SYS___FPUTS_A = 0x789 constant SYS___PUTC_A (line 2478) | SYS___PUTC_A = 0x790 constant SYS___AE_THREAD_SETMODE (line 2479) | SYS___AE_THREAD_SETMODE = 0x791 constant SYS___AE_THREAD_SWAPMODE (line 2480) | SYS___AE_THREAD_SWAPMODE = 0x792 constant SYS___GETNETBYADDR_A (line 2481) | SYS___GETNETBYADDR_A = 0x793 constant SYS___GETNETBYNAME_A (line 2482) | SYS___GETNETBYNAME_A = 0x794 constant SYS___GETNETENT_A (line 2483) | SYS___GETNETENT_A = 0x795 constant SYS___GETPROTOBYNAME_A (line 2484) | SYS___GETPROTOBYNAME_A = 0x796 constant SYS___GETPROTOBYNUMBER_A (line 2485) | SYS___GETPROTOBYNUMBER_A = 0x797 constant SYS___GETPROTOENT_A (line 2486) | SYS___GETPROTOENT_A = 0x798 constant SYS___GETSERVBYNAME_A (line 2487) | SYS___GETSERVBYNAME_A = 0x799 constant SYS_ACL_FIRST_ENTRY (line 2488) | SYS_ACL_FIRST_ENTRY = 0x800 constant SYS_ACL_GET_ENTRY (line 2489) | SYS_ACL_GET_ENTRY = 0x801 constant SYS_ACL_VALID (line 2490) | SYS_ACL_VALID = 0x802 constant SYS_ACL_CREATE_ENTRY (line 2491) | SYS_ACL_CREATE_ENTRY = 0x803 constant SYS_ACL_DELETE_ENTRY (line 2492) | SYS_ACL_DELETE_ENTRY = 0x804 constant SYS_ACL_UPDATE_ENTRY (line 2493) | SYS_ACL_UPDATE_ENTRY = 0x805 constant SYS_ACL_DELETE_FD (line 2494) | SYS_ACL_DELETE_FD = 0x806 constant SYS_ACL_DELETE_FILE (line 2495) | SYS_ACL_DELETE_FILE = 0x807 constant SYS_ACL_GET_FD (line 2496) | SYS_ACL_GET_FD = 0x808 constant SYS_ACL_GET_FILE (line 2497) | SYS_ACL_GET_FILE = 0x809 constant SYS___ERFL_B (line 2498) | SYS___ERFL_B = 0x810 constant SYS___ERFCL_B (line 2499) | SYS___ERFCL_B = 0x811 constant SYS___LGAMMAL_B (line 2500) | SYS___LGAMMAL_B = 0x812 constant SYS___SETHOOKEVENTS (line 2501) | SYS___SETHOOKEVENTS = 0x813 constant SYS_IF_NAMETOINDEX (line 2502) | SYS_IF_NAMETOINDEX = 0x814 constant SYS_IF_INDEXTONAME (line 2503) | SYS_IF_INDEXTONAME = 0x815 constant SYS_IF_NAMEINDEX (line 2504) | SYS_IF_NAMEINDEX = 0x816 constant SYS_IF_FREENAMEINDEX (line 2505) | SYS_IF_FREENAMEINDEX = 0x817 constant SYS_GETADDRINFO (line 2506) | SYS_GETADDRINFO = 0x818 constant SYS_GETNAMEINFO (line 2507) | SYS_GETNAMEINFO = 0x819 constant SYS___DYNFREE_A (line 2508) | SYS___DYNFREE_A = 0x820 constant SYS___RES_QUERY_A (line 2509) | SYS___RES_QUERY_A = 0x821 constant SYS___RES_SEARCH_A (line 2510) | SYS___RES_SEARCH_A = 0x822 constant SYS___RES_QUERYDOMAIN_A (line 2511) | SYS___RES_QUERYDOMAIN_A = 0x823 constant SYS___RES_MKQUERY_A (line 2512) | SYS___RES_MKQUERY_A = 0x824 constant SYS___RES_SEND_A (line 2513) | SYS___RES_SEND_A = 0x825 constant SYS___DN_EXPAND_A (line 2514) | SYS___DN_EXPAND_A = 0x826 constant SYS___DN_SKIPNAME_A (line 2515) | SYS___DN_SKIPNAME_A = 0x827 constant SYS___DN_COMP_A (line 2516) | SYS___DN_COMP_A = 0x828 constant SYS___DN_FIND_A (line 2517) | SYS___DN_FIND_A = 0x829 constant SYS___INET_NTOA_A (line 2518) | SYS___INET_NTOA_A = 0x830 constant SYS___INET_NETWORK_A (line 2519) | SYS___INET_NETWORK_A = 0x831 constant SYS___ACCEPT_A (line 2520) | SYS___ACCEPT_A = 0x832 constant SYS___ACCEPT_AND_RECV_A (line 2521) | SYS___ACCEPT_AND_RECV_A = 0x833 constant SYS___BIND_A (line 2522) | SYS___BIND_A = 0x834 constant SYS___CONNECT_A (line 2523) | SYS___CONNECT_A = 0x835 constant SYS___GETPEERNAME_A (line 2524) | SYS___GETPEERNAME_A = 0x836 constant SYS___GETSOCKNAME_A (line 2525) | SYS___GETSOCKNAME_A = 0x837 constant SYS___RECVFROM_A (line 2526) | SYS___RECVFROM_A = 0x838 constant SYS___SENDTO_A (line 2527) | SYS___SENDTO_A = 0x839 constant SYS___LCHATTR (line 2528) | SYS___LCHATTR = 0x840 constant SYS___WRITEDOWN (line 2529) | SYS___WRITEDOWN = 0x841 constant SYS_PTHREAD_MUTEX_INIT2 (line 2530) | SYS_PTHREAD_MUTEX_INIT2 = 0x842 constant SYS___ACOSHF_B (line 2531) | SYS___ACOSHF_B = 0x843 constant SYS___ACOSHL_B (line 2532) | SYS___ACOSHL_B = 0x844 constant SYS___ASINHF_B (line 2533) | SYS___ASINHF_B = 0x845 constant SYS___ASINHL_B (line 2534) | SYS___ASINHL_B = 0x846 constant SYS___ATANHF_B (line 2535) | SYS___ATANHF_B = 0x847 constant SYS___ATANHL_B (line 2536) | SYS___ATANHL_B = 0x848 constant SYS___CBRTF_B (line 2537) | SYS___CBRTF_B = 0x849 constant SYS___EXP2F_B (line 2538) | SYS___EXP2F_B = 0x850 constant SYS___EXP2L_B (line 2539) | SYS___EXP2L_B = 0x851 constant SYS___EXPM1F_B (line 2540) | SYS___EXPM1F_B = 0x852 constant SYS___EXPM1L_B (line 2541) | SYS___EXPM1L_B = 0x853 constant SYS___FDIMF_B (line 2542) | SYS___FDIMF_B = 0x854 constant SYS___FDIM_B (line 2543) | SYS___FDIM_B = 0x855 constant SYS___FDIML_B (line 2544) | SYS___FDIML_B = 0x856 constant SYS___HYPOTF_B (line 2545) | SYS___HYPOTF_B = 0x857 constant SYS___HYPOTL_B (line 2546) | SYS___HYPOTL_B = 0x858 constant SYS___LOG1PF_B (line 2547) | SYS___LOG1PF_B = 0x859 constant SYS___REMQUOF_B (line 2548) | SYS___REMQUOF_B = 0x860 constant SYS___REMQUO_B (line 2549) | SYS___REMQUO_B = 0x861 constant SYS___REMQUOL_B (line 2550) | SYS___REMQUOL_B = 0x862 constant SYS___TGAMMAF_B (line 2551) | SYS___TGAMMAF_B = 0x863 constant SYS___TGAMMA_B (line 2552) | SYS___TGAMMA_B = 0x864 constant SYS___TGAMMAL_B (line 2553) | SYS___TGAMMAL_B = 0x865 constant SYS___TRUNCF_B (line 2554) | SYS___TRUNCF_B = 0x866 constant SYS___TRUNC_B (line 2555) | SYS___TRUNC_B = 0x867 constant SYS___TRUNCL_B (line 2556) | SYS___TRUNCL_B = 0x868 constant SYS___LGAMMAF_B (line 2557) | SYS___LGAMMAF_B = 0x869 constant SYS_ASINHF (line 2558) | SYS_ASINHF = 0x870 constant SYS_ASINHL (line 2559) | SYS_ASINHL = 0x871 constant SYS_ATANHF (line 2560) | SYS_ATANHF = 0x872 constant SYS_ATANHL (line 2561) | SYS_ATANHL = 0x873 constant SYS_CBRTF (line 2562) | SYS_CBRTF = 0x874 constant SYS_CBRTL (line 2563) | SYS_CBRTL = 0x875 constant SYS_COPYSIGNF (line 2564) | SYS_COPYSIGNF = 0x876 constant SYS_CPYSIGNF (line 2565) | SYS_CPYSIGNF = 0x876 constant SYS_COPYSIGNL (line 2566) | SYS_COPYSIGNL = 0x877 constant SYS_CPYSIGNL (line 2567) | SYS_CPYSIGNL = 0x877 constant SYS_COTANF (line 2568) | SYS_COTANF = 0x878 constant SYS___COTANF (line 2569) | SYS___COTANF = 0x878 constant SYS_COTAN (line 2570) | SYS_COTAN = 0x879 constant SYS___COTAN (line 2571) | SYS___COTAN = 0x879 constant SYS_FDIM (line 2572) | SYS_FDIM = 0x881 constant SYS_FDIML (line 2573) | SYS_FDIML = 0x882 constant SYS_HYPOTF (line 2574) | SYS_HYPOTF = 0x883 constant SYS_HYPOTL (line 2575) | SYS_HYPOTL = 0x884 constant SYS_LOG1PF (line 2576) | SYS_LOG1PF = 0x885 constant SYS_LOG1PL (line 2577) | SYS_LOG1PL = 0x886 constant SYS_LOG2F (line 2578) | SYS_LOG2F = 0x887 constant SYS_LOG2 (line 2579) | SYS_LOG2 = 0x888 constant SYS_LOG2L (line 2580) | SYS_LOG2L = 0x889 constant SYS_TGAMMA (line 2581) | SYS_TGAMMA = 0x890 constant SYS_TGAMMAL (line 2582) | SYS_TGAMMAL = 0x891 constant SYS_TRUNCF (line 2583) | SYS_TRUNCF = 0x892 constant SYS_TRUNC (line 2584) | SYS_TRUNC = 0x893 constant SYS_TRUNCL (line 2585) | SYS_TRUNCL = 0x894 constant SYS_LGAMMAF (line 2586) | SYS_LGAMMAF = 0x895 constant SYS_LGAMMAL (line 2587) | SYS_LGAMMAL = 0x896 constant SYS_LROUNDF (line 2588) | SYS_LROUNDF = 0x897 constant SYS_LROUND (line 2589) | SYS_LROUND = 0x898 constant SYS_ERFF (line 2590) | SYS_ERFF = 0x899 constant SYS___COSHF_H (line 2591) | SYS___COSHF_H = 0x900 constant SYS___COSHL_H (line 2592) | SYS___COSHL_H = 0x901 constant SYS___COTAN_H (line 2593) | SYS___COTAN_H = 0x902 constant SYS___COTANF_H (line 2594) | SYS___COTANF_H = 0x903 constant SYS___COTANL_H (line 2595) | SYS___COTANL_H = 0x904 constant SYS___ERF_H (line 2596) | SYS___ERF_H = 0x905 constant SYS___ERFF_H (line 2597) | SYS___ERFF_H = 0x906 constant SYS___ERFL_H (line 2598) | SYS___ERFL_H = 0x907 constant SYS___ERFC_H (line 2599) | SYS___ERFC_H = 0x908 constant SYS___ERFCF_H (line 2600) | SYS___ERFCF_H = 0x909 constant SYS___FDIMF_H (line 2601) | SYS___FDIMF_H = 0x910 constant SYS___FDIML_H (line 2602) | SYS___FDIML_H = 0x911 constant SYS___FMOD_H (line 2603) | SYS___FMOD_H = 0x912 constant SYS___FMODF_H (line 2604) | SYS___FMODF_H = 0x913 constant SYS___FMODL_H (line 2605) | SYS___FMODL_H = 0x914 constant SYS___GAMMA_H (line 2606) | SYS___GAMMA_H = 0x915 constant SYS___HYPOT_H (line 2607) | SYS___HYPOT_H = 0x916 constant SYS___ILOGB_H (line 2608) | SYS___ILOGB_H = 0x917 constant SYS___LGAMMA_H (line 2609) | SYS___LGAMMA_H = 0x918 constant SYS___LGAMMAF_H (line 2610) | SYS___LGAMMAF_H = 0x919 constant SYS___LOG2L_H (line 2611) | SYS___LOG2L_H = 0x920 constant SYS___LOG1P_H (line 2612) | SYS___LOG1P_H = 0x921 constant SYS___LOG10_H (line 2613) | SYS___LOG10_H = 0x922 constant SYS___LOG10F_H (line 2614) | SYS___LOG10F_H = 0x923 constant SYS___LOG10L_H (line 2615) | SYS___LOG10L_H = 0x924 constant SYS___LROUND_H (line 2616) | SYS___LROUND_H = 0x925 constant SYS___LROUNDF_H (line 2617) | SYS___LROUNDF_H = 0x926 constant SYS___NEXTAFTER_H (line 2618) | SYS___NEXTAFTER_H = 0x927 constant SYS___POW_H (line 2619) | SYS___POW_H = 0x928 constant SYS___POWF_H (line 2620) | SYS___POWF_H = 0x929 constant SYS___SINL_H (line 2621) | SYS___SINL_H = 0x930 constant SYS___SINH_H (line 2622) | SYS___SINH_H = 0x931 constant SYS___SINHF_H (line 2623) | SYS___SINHF_H = 0x932 constant SYS___SINHL_H (line 2624) | SYS___SINHL_H = 0x933 constant SYS___SQRT_H (line 2625) | SYS___SQRT_H = 0x934 constant SYS___SQRTF_H (line 2626) | SYS___SQRTF_H = 0x935 constant SYS___SQRTL_H (line 2627) | SYS___SQRTL_H = 0x936 constant SYS___TAN_H (line 2628) | SYS___TAN_H = 0x937 constant SYS___TANF_H (line 2629) | SYS___TANF_H = 0x938 constant SYS___TANL_H (line 2630) | SYS___TANL_H = 0x939 constant SYS___TRUNCF_H (line 2631) | SYS___TRUNCF_H = 0x940 constant SYS___TRUNCL_H (line 2632) | SYS___TRUNCL_H = 0x941 constant SYS___COSH_H (line 2633) | SYS___COSH_H = 0x942 constant SYS___LE_DEBUG_SET_RESUME_MCH (line 2634) | SYS___LE_DEBUG_SET_RESUME_MCH = 0x943 constant SYS_VFSCANF (line 2635) | SYS_VFSCANF = 0x944 constant SYS_VSCANF (line 2636) | SYS_VSCANF = 0x946 constant SYS_VSSCANF (line 2637) | SYS_VSSCANF = 0x948 constant SYS_IMAXABS (line 2638) | SYS_IMAXABS = 0x950 constant SYS_IMAXDIV (line 2639) | SYS_IMAXDIV = 0x951 constant SYS_STRTOIMAX (line 2640) | SYS_STRTOIMAX = 0x952 constant SYS_STRTOUMAX (line 2641) | SYS_STRTOUMAX = 0x953 constant SYS_WCSTOIMAX (line 2642) | SYS_WCSTOIMAX = 0x954 constant SYS_WCSTOUMAX (line 2643) | SYS_WCSTOUMAX = 0x955 constant SYS_ATOLL (line 2644) | SYS_ATOLL = 0x956 constant SYS_STRTOF (line 2645) | SYS_STRTOF = 0x957 constant SYS_STRTOLD (line 2646) | SYS_STRTOLD = 0x958 constant SYS_WCSTOF (line 2647) | SYS_WCSTOF = 0x959 constant SYS_INET6_RTH_GETADDR (line 2648) | SYS_INET6_RTH_GETADDR = 0x960 constant SYS_INET6_OPT_INIT (line 2649) | SYS_INET6_OPT_INIT = 0x961 constant SYS_INET6_OPT_APPEND (line 2650) | SYS_INET6_OPT_APPEND = 0x962 constant SYS_INET6_OPT_FINISH (line 2651) | SYS_INET6_OPT_FINISH = 0x963 constant SYS_INET6_OPT_SET_VAL (line 2652) | SYS_INET6_OPT_SET_VAL = 0x964 constant SYS_INET6_OPT_NEXT (line 2653) | SYS_INET6_OPT_NEXT = 0x965 constant SYS_INET6_OPT_FIND (line 2654) | SYS_INET6_OPT_FIND = 0x966 constant SYS_INET6_OPT_GET_VAL (line 2655) | SYS_INET6_OPT_GET_VAL = 0x967 constant SYS___POW_I (line 2656) | SYS___POW_I = 0x987 constant SYS___POW_I_B (line 2657) | SYS___POW_I_B = 0x988 constant SYS___POW_I_H (line 2658) | SYS___POW_I_H = 0x989 constant SYS___CABS_H (line 2659) | SYS___CABS_H = 0x990 constant SYS_CABSF (line 2660) | SYS_CABSF = 0x991 constant SYS___CABSF_B (line 2661) | SYS___CABSF_B = 0x992 constant SYS___CABSF_H (line 2662) | SYS___CABSF_H = 0x993 constant SYS_CABSL (line 2663) | SYS_CABSL = 0x994 constant SYS___CABSL_B (line 2664) | SYS___CABSL_B = 0x995 constant SYS___CABSL_H (line 2665) | SYS___CABSL_H = 0x996 constant SYS_CACOS (line 2666) | SYS_CACOS = 0x997 constant SYS___CACOS_B (line 2667) | SYS___CACOS_B = 0x998 constant SYS___CACOS_H (line 2668) | SYS___CACOS_H = 0x999 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 constant PathMax (line 14) | PathMax = 0x3ff 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 off64 (line 24) | type off64 type off (line 25) | type off type Mode_t (line 26) | type Mode_t type Timespec (line 28) | type Timespec struct type Timeval (line 33) | type Timeval struct type Timeval32 (line 38) | type Timeval32 struct type Timex (line 43) | type Timex struct type Time_t (line 45) | type Time_t type Tms (line 47) | type Tms struct type Utimbuf (line 49) | type Utimbuf struct type Timezone (line 54) | type Timezone struct type Rusage (line 59) | type Rusage struct type Rlimit (line 78) | type Rlimit struct type Pid_t (line 83) | type Pid_t type _Gid_t (line 85) | type _Gid_t type dev_t (line 87) | type dev_t type Stat_t (line 89) | type Stat_t struct type StatxTimestamp (line 111) | type StatxTimestamp struct type Statx_t (line 113) | type Statx_t struct type Dirent (line 115) | type Dirent struct type RawSockaddrInet4 (line 123) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 131) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 140) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 146) | type RawSockaddrDatalink struct type RawSockaddr (line 157) | type RawSockaddr struct type RawSockaddrAny (line 163) | type RawSockaddrAny struct type _Socklen (line 168) | type _Socklen type Cmsghdr (line 170) | type Cmsghdr struct type ICMPv6Filter (line 176) | type ICMPv6Filter struct type Iovec (line 180) | type Iovec struct type IPMreq (line 185) | type IPMreq struct type IPv6Mreq (line 190) | type IPv6Mreq struct type IPv6MTUInfo (line 195) | type IPv6MTUInfo struct type Linger (line 200) | type Linger struct type Msghdr (line 205) | type Msghdr struct constant SizeofSockaddrInet4 (line 216) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 217) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 218) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 219) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 220) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 221) | SizeofLinger = 0x8 constant SizeofIovec (line 222) | SizeofIovec = 0x8 constant SizeofIPMreq (line 223) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 224) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 225) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 226) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 227) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 228) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 232) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 235) | type IfMsgHdr struct type FdSet (line 246) | type FdSet struct type Utsname (line 250) | type Utsname struct type Ustat_t (line 258) | type Ustat_t struct type Sigset_t (line 260) | type Sigset_t struct constant AT_FDCWD (line 266) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 267) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 268) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 271) | type Termios struct type Termio (line 279) | type Termio struct type Winsize (line 289) | type Winsize struct type PollFd (line 296) | type PollFd struct constant POLLERR (line 303) | POLLERR = 0x4000 constant POLLHUP (line 304) | POLLHUP = 0x2000 constant POLLIN (line 305) | POLLIN = 0x1 constant POLLNVAL (line 306) | POLLNVAL = 0x8000 constant POLLOUT (line 307) | POLLOUT = 0x2 constant POLLPRI (line 308) | POLLPRI = 0x4 constant POLLRDBAND (line 309) | POLLRDBAND = 0x20 constant POLLRDNORM (line 310) | POLLRDNORM = 0x10 constant POLLWRBAND (line 311) | POLLWRBAND = 0x40 constant POLLWRNORM (line 312) | POLLWRNORM = 0x2 type Flock_t (line 315) | type Flock_t struct type Fsid_t (line 325) | type Fsid_t struct type Fsid64_t (line 328) | type Fsid64_t struct type Statfs_t (line 332) | type Statfs_t struct constant RNDGETENTCNT (line 353) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 constant PathMax (line 14) | PathMax = 0x3ff 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 off64 (line 24) | type off64 type off (line 25) | type off type Mode_t (line 26) | type Mode_t type Timespec (line 28) | type Timespec struct type Timeval (line 33) | 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 114) | type StatxTimestamp struct type Statx_t (line 116) | type Statx_t struct type Dirent (line 118) | type Dirent struct type RawSockaddrInet4 (line 127) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 135) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 144) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 150) | type RawSockaddrDatalink struct type RawSockaddr (line 161) | type RawSockaddr struct type RawSockaddrAny (line 167) | type RawSockaddrAny struct type _Socklen (line 172) | type _Socklen type Cmsghdr (line 174) | type Cmsghdr struct type ICMPv6Filter (line 180) | type ICMPv6Filter struct type Iovec (line 184) | type Iovec struct type IPMreq (line 189) | type IPMreq struct type IPv6Mreq (line 194) | type IPv6Mreq struct type IPv6MTUInfo (line 199) | type IPv6MTUInfo struct type Linger (line 204) | type Linger struct type Msghdr (line 209) | type Msghdr struct constant SizeofSockaddrInet4 (line 220) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 221) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 222) | SizeofSockaddrAny = 0x404 constant SizeofSockaddrUnix (line 223) | SizeofSockaddrUnix = 0x401 constant SizeofSockaddrDatalink (line 224) | SizeofSockaddrDatalink = 0x80 constant SizeofLinger (line 225) | SizeofLinger = 0x8 constant SizeofIovec (line 226) | SizeofIovec = 0x10 constant SizeofIPMreq (line 227) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 228) | SizeofIPv6Mreq = 0x14 constant SizeofIPv6MTUInfo (line 229) | SizeofIPv6MTUInfo = 0x20 constant SizeofMsghdr (line 230) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 231) | SizeofCmsghdr = 0xc constant SizeofICMPv6Filter (line 232) | SizeofICMPv6Filter = 0x20 constant SizeofIfMsghdr (line 236) | SizeofIfMsghdr = 0x10 type IfMsgHdr (line 239) | type IfMsgHdr struct type FdSet (line 250) | type FdSet struct type Utsname (line 254) | type Utsname struct type Ustat_t (line 262) | type Ustat_t struct type Sigset_t (line 264) | type Sigset_t struct constant AT_FDCWD (line 269) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 270) | AT_REMOVEDIR = 0x1 constant AT_SYMLINK_NOFOLLOW (line 271) | AT_SYMLINK_NOFOLLOW = 0x1 type Termios (line 274) | type Termios struct type Termio (line 282) | type Termio struct type Winsize (line 292) | type Winsize struct type PollFd (line 299) | type PollFd struct constant POLLERR (line 306) | POLLERR = 0x4000 constant POLLHUP (line 307) | POLLHUP = 0x2000 constant POLLIN (line 308) | POLLIN = 0x1 constant POLLNVAL (line 309) | POLLNVAL = 0x8000 constant POLLOUT (line 310) | POLLOUT = 0x2 constant POLLPRI (line 311) | POLLPRI = 0x4 constant POLLRDBAND (line 312) | POLLRDBAND = 0x20 constant POLLRDNORM (line 313) | POLLRDNORM = 0x10 constant POLLWRBAND (line 314) | POLLWRBAND = 0x40 constant POLLWRNORM (line 315) | POLLWRNORM = 0x2 type Flock_t (line 318) | type Flock_t struct type Fsid_t (line 328) | type Fsid_t struct type Fsid64_t (line 331) | type Fsid64_t struct type Statfs_t (line 335) | type Statfs_t struct constant RNDGETENTCNT (line 357) | RNDGETENTCNT = 0x80045200 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Timeval32 (line 34) | type Timeval32 struct type Rusage (line 39) | type Rusage struct type Rlimit (line 58) | type Rlimit struct type _Gid_t (line 63) | type _Gid_t type Stat_t (line 65) | type Stat_t struct type Statfs_t (line 86) | type Statfs_t struct type Flock_t (line 106) | type Flock_t struct type Fstore_t (line 114) | type Fstore_t struct type Radvisory_t (line 122) | type Radvisory_t struct type Fbootstraptransfer_t (line 128) | type Fbootstraptransfer_t struct type Log2phys_t (line 134) | type Log2phys_t struct type Fsid (line 139) | type Fsid struct type Dirent (line 143) | type Dirent struct type Attrlist (line 153) | type Attrlist struct constant PathMax (line 164) | PathMax = 0x400 type RawSockaddrInet4 (line 167) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 175) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 184) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 190) | type RawSockaddrDatalink struct type RawSockaddr (line 201) | type RawSockaddr struct type RawSockaddrAny (line 207) | type RawSockaddrAny struct type RawSockaddrCtl (line 212) | type RawSockaddrCtl struct type RawSockaddrVM (line 221) | type RawSockaddrVM struct type XVSockPCB (line 229) | type XVSockPCB struct type XSocket (line 246) | type XSocket struct type XSocket64 (line 268) | type XSocket64 struct type XSockbuf (line 290) | type XSockbuf struct type XVSockPgen (line 300) | type XVSockPgen struct type _Socklen (line 307) | type _Socklen type Xucred (line 309) | type Xucred struct type Linger (line 316) | type Linger struct type Iovec (line 321) | type Iovec struct type IPMreq (line 326) | type IPMreq struct type IPMreqn (line 331) | type IPMreqn struct type IPv6Mreq (line 337) | type IPv6Mreq struct type Msghdr (line 342) | type Msghdr struct type Cmsghdr (line 352) | type Cmsghdr struct type Inet4Pktinfo (line 358) | type Inet4Pktinfo struct type Inet6Pktinfo (line 364) | type Inet6Pktinfo struct type IPv6MTUInfo (line 369) | type IPv6MTUInfo struct type ICMPv6Filter (line 374) | type ICMPv6Filter struct type TCPConnectionInfo (line 378) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 405) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 406) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 407) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 408) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 409) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 410) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 411) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 412) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 413) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 414) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 415) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 416) | SizeofXucred = 0x4c constant SizeofLinger (line 417) | SizeofLinger = 0x8 constant SizeofIovec (line 418) | SizeofIovec = 0x10 constant SizeofIPMreq (line 419) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 420) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 421) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 422) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 423) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 424) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 425) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 426) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 427) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 428) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 432) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 433) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 434) | PTRACE_KILL = 0x8 type Kevent_t (line 437) | type Kevent_t struct type FdSet (line 446) | type FdSet struct constant SizeofIfMsghdr (line 451) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 452) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 453) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 454) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 455) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 456) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 457) | SizeofRtMetrics = 0x38 type IfMsghdr (line 460) | type IfMsghdr struct type IfData (line 470) | type IfData struct type IfaMsghdr (line 502) | type IfaMsghdr struct type IfmaMsghdr (line 512) | type IfmaMsghdr struct type IfmaMsghdr2 (line 522) | type IfmaMsghdr2 struct type RtMsghdr (line 532) | type RtMsghdr struct type RtMetrics (line 547) | type RtMetrics struct constant SizeofBpfVersion (line 563) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 564) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 565) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 566) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 567) | SizeofBpfHdr = 0x14 type BpfVersion (line 570) | type BpfVersion struct type BpfStat (line 575) | type BpfStat struct type BpfProgram (line 580) | type BpfProgram struct type BpfInsn (line 585) | type BpfInsn struct type BpfHdr (line 592) | type BpfHdr struct type Termios (line 600) | type Termios struct type Winsize (line 610) | type Winsize struct constant AT_FDCWD (line 618) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 619) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 620) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 621) | AT_SYMLINK_NOFOLLOW = 0x20 constant AT_EACCESS (line 622) | AT_EACCESS = 0x10 type PollFd (line 625) | type PollFd struct constant POLLERR (line 632) | POLLERR = 0x8 constant POLLHUP (line 633) | POLLHUP = 0x10 constant POLLIN (line 634) | POLLIN = 0x1 constant POLLNVAL (line 635) | POLLNVAL = 0x20 constant POLLOUT (line 636) | POLLOUT = 0x4 constant POLLPRI (line 637) | POLLPRI = 0x2 constant POLLRDBAND (line 638) | POLLRDBAND = 0x80 constant POLLRDNORM (line 639) | POLLRDNORM = 0x40 constant POLLWRBAND (line 640) | POLLWRBAND = 0x100 constant POLLWRNORM (line 641) | POLLWRNORM = 0x4 type Utsname (line 644) | type Utsname struct constant SizeofClockinfo (line 652) | SizeofClockinfo = 0x14 type Clockinfo (line 654) | type Clockinfo struct type CtlInfo (line 662) | type CtlInfo struct constant SizeofKinfoProc (line 667) | SizeofKinfoProc = 0x288 type Eproc (line 669) | type Eproc struct type ExternProc (line 692) | type ExternProc struct type Itimerval (line 736) | type Itimerval struct type KinfoProc (line 741) | type KinfoProc struct type Vmspace (line 746) | type Vmspace struct type Pcred (line 753) | type Pcred struct type Ucred (line 764) | type Ucred struct type SysvIpcPerm (line 771) | type SysvIpcPerm struct type SysvShmDesc (line 780) | type SysvShmDesc struct constant IPC_CREAT (line 790) | IPC_CREAT = 0x200 constant IPC_EXCL (line 791) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 792) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 793) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 797) | IPC_RMID = 0x0 constant IPC_SET (line 798) | IPC_SET = 0x1 constant IPC_STAT (line 799) | IPC_STAT = 0x2 constant SHM_RDONLY (line 803) | SHM_RDONLY = 0x1000 constant SHM_RND (line 804) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Timeval32 (line 34) | type Timeval32 struct type Rusage (line 39) | type Rusage struct type Rlimit (line 58) | type Rlimit struct type _Gid_t (line 63) | type _Gid_t type Stat_t (line 65) | type Stat_t struct type Statfs_t (line 86) | type Statfs_t struct type Flock_t (line 106) | type Flock_t struct type Fstore_t (line 114) | type Fstore_t struct type Radvisory_t (line 122) | type Radvisory_t struct type Fbootstraptransfer_t (line 128) | type Fbootstraptransfer_t struct type Log2phys_t (line 134) | type Log2phys_t struct type Fsid (line 139) | type Fsid struct type Dirent (line 143) | type Dirent struct type Attrlist (line 153) | type Attrlist struct constant PathMax (line 164) | PathMax = 0x400 type RawSockaddrInet4 (line 167) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 175) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 184) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 190) | type RawSockaddrDatalink struct type RawSockaddr (line 201) | type RawSockaddr struct type RawSockaddrAny (line 207) | type RawSockaddrAny struct type RawSockaddrCtl (line 212) | type RawSockaddrCtl struct type RawSockaddrVM (line 221) | type RawSockaddrVM struct type XVSockPCB (line 229) | type XVSockPCB struct type XSocket (line 246) | type XSocket struct type XSocket64 (line 268) | type XSocket64 struct type XSockbuf (line 290) | type XSockbuf struct type XVSockPgen (line 300) | type XVSockPgen struct type _Socklen (line 307) | type _Socklen type Xucred (line 309) | type Xucred struct type Linger (line 316) | type Linger struct type Iovec (line 321) | type Iovec struct type IPMreq (line 326) | type IPMreq struct type IPMreqn (line 331) | type IPMreqn struct type IPv6Mreq (line 337) | type IPv6Mreq struct type Msghdr (line 342) | type Msghdr struct type Cmsghdr (line 352) | type Cmsghdr struct type Inet4Pktinfo (line 358) | type Inet4Pktinfo struct type Inet6Pktinfo (line 364) | type Inet6Pktinfo struct type IPv6MTUInfo (line 369) | type IPv6MTUInfo struct type ICMPv6Filter (line 374) | type ICMPv6Filter struct type TCPConnectionInfo (line 378) | type TCPConnectionInfo struct constant SizeofSockaddrInet4 (line 405) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 406) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 407) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 408) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 409) | SizeofSockaddrDatalink = 0x14 constant SizeofSockaddrCtl (line 410) | SizeofSockaddrCtl = 0x20 constant SizeofSockaddrVM (line 411) | SizeofSockaddrVM = 0xc constant SizeofXvsockpcb (line 412) | SizeofXvsockpcb = 0xa8 constant SizeofXSocket (line 413) | SizeofXSocket = 0x64 constant SizeofXSockbuf (line 414) | SizeofXSockbuf = 0x18 constant SizeofXVSockPgen (line 415) | SizeofXVSockPgen = 0x20 constant SizeofXucred (line 416) | SizeofXucred = 0x4c constant SizeofLinger (line 417) | SizeofLinger = 0x8 constant SizeofIovec (line 418) | SizeofIovec = 0x10 constant SizeofIPMreq (line 419) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 420) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 421) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 422) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 423) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 424) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 425) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 426) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 427) | SizeofICMPv6Filter = 0x20 constant SizeofTCPConnectionInfo (line 428) | SizeofTCPConnectionInfo = 0x70 constant PTRACE_TRACEME (line 432) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 433) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 434) | PTRACE_KILL = 0x8 type Kevent_t (line 437) | type Kevent_t struct type FdSet (line 446) | type FdSet struct constant SizeofIfMsghdr (line 451) | SizeofIfMsghdr = 0x70 constant SizeofIfData (line 452) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 453) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 454) | SizeofIfmaMsghdr = 0x10 constant SizeofIfmaMsghdr2 (line 455) | SizeofIfmaMsghdr2 = 0x14 constant SizeofRtMsghdr (line 456) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 457) | SizeofRtMetrics = 0x38 type IfMsghdr (line 460) | type IfMsghdr struct type IfData (line 470) | type IfData struct type IfaMsghdr (line 502) | type IfaMsghdr struct type IfmaMsghdr (line 512) | type IfmaMsghdr struct type IfmaMsghdr2 (line 522) | type IfmaMsghdr2 struct type RtMsghdr (line 532) | type RtMsghdr struct type RtMetrics (line 547) | type RtMetrics struct constant SizeofBpfVersion (line 563) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 564) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 565) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 566) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 567) | SizeofBpfHdr = 0x14 type BpfVersion (line 570) | type BpfVersion struct type BpfStat (line 575) | type BpfStat struct type BpfProgram (line 580) | type BpfProgram struct type BpfInsn (line 585) | type BpfInsn struct type BpfHdr (line 592) | type BpfHdr struct type Termios (line 600) | type Termios struct type Winsize (line 610) | type Winsize struct constant AT_FDCWD (line 618) | AT_FDCWD = -0x2 constant AT_REMOVEDIR (line 619) | AT_REMOVEDIR = 0x80 constant AT_SYMLINK_FOLLOW (line 620) | AT_SYMLINK_FOLLOW = 0x40 constant AT_SYMLINK_NOFOLLOW (line 621) | AT_SYMLINK_NOFOLLOW = 0x20 constant AT_EACCESS (line 622) | AT_EACCESS = 0x10 type PollFd (line 625) | type PollFd struct constant POLLERR (line 632) | POLLERR = 0x8 constant POLLHUP (line 633) | POLLHUP = 0x10 constant POLLIN (line 634) | POLLIN = 0x1 constant POLLNVAL (line 635) | POLLNVAL = 0x20 constant POLLOUT (line 636) | POLLOUT = 0x4 constant POLLPRI (line 637) | POLLPRI = 0x2 constant POLLRDBAND (line 638) | POLLRDBAND = 0x80 constant POLLRDNORM (line 639) | POLLRDNORM = 0x40 constant POLLWRBAND (line 640) | POLLWRBAND = 0x100 constant POLLWRNORM (line 641) | POLLWRNORM = 0x4 type Utsname (line 644) | type Utsname struct constant SizeofClockinfo (line 652) | SizeofClockinfo = 0x14 type Clockinfo (line 654) | type Clockinfo struct type CtlInfo (line 662) | type CtlInfo struct constant SizeofKinfoProc (line 667) | SizeofKinfoProc = 0x288 type Eproc (line 669) | type Eproc struct type ExternProc (line 692) | type ExternProc struct type Itimerval (line 736) | type Itimerval struct type KinfoProc (line 741) | type KinfoProc struct type Vmspace (line 746) | type Vmspace struct type Pcred (line 753) | type Pcred struct type Ucred (line 764) | type Ucred struct type SysvIpcPerm (line 771) | type SysvIpcPerm struct type SysvShmDesc (line 780) | type SysvShmDesc struct constant IPC_CREAT (line 790) | IPC_CREAT = 0x200 constant IPC_EXCL (line 791) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 792) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 793) | IPC_PRIVATE = 0x0 constant IPC_RMID (line 797) | IPC_RMID = 0x0 constant IPC_SET (line 798) | IPC_SET = 0x1 constant IPC_STAT (line 799) | IPC_STAT = 0x2 constant SHM_RDONLY (line 803) | SHM_RDONLY = 0x1000 constant SHM_RND (line 804) | SHM_RND = 0x2000 FILE: vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 81) | type Statfs_t struct type Flock_t (line 106) | type Flock_t struct type Dirent (line 114) | 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 167) | type RawSockaddr struct type RawSockaddrAny (line 173) | type RawSockaddrAny struct type _Socklen (line 178) | type _Socklen type Linger (line 180) | type Linger struct type Iovec (line 185) | type Iovec struct type IPMreq (line 190) | type IPMreq struct type IPv6Mreq (line 195) | type IPv6Mreq struct type Msghdr (line 200) | type Msghdr struct type Cmsghdr (line 210) | type Cmsghdr struct type Inet6Pktinfo (line 216) | type Inet6Pktinfo struct type IPv6MTUInfo (line 221) | type IPv6MTUInfo struct type ICMPv6Filter (line 226) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 231) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 232) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 233) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 234) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 235) | SizeofSockaddrDatalink = 0x36 constant SizeofLinger (line 236) | SizeofLinger = 0x8 constant SizeofIovec (line 237) | SizeofIovec = 0x10 constant SizeofIPMreq (line 238) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 239) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 240) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 241) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 242) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 243) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 244) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 248) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 249) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 250) | PTRACE_KILL = 0x8 type Kevent_t (line 253) | type Kevent_t struct type FdSet (line 262) | type FdSet struct constant SizeofIfMsghdr (line 267) | SizeofIfMsghdr = 0xb0 constant SizeofIfData (line 268) | SizeofIfData = 0xa0 constant SizeofIfaMsghdr (line 269) | SizeofIfaMsghdr = 0x18 constant SizeofIfmaMsghdr (line 270) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 271) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 272) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 273) | SizeofRtMetrics = 0x70 type IfMsghdr (line 276) | type IfMsghdr struct type IfData (line 286) | type IfData struct type IfaMsghdr (line 313) | type IfaMsghdr struct type IfmaMsghdr (line 324) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 333) | type IfAnnounceMsghdr struct type RtMsghdr (line 342) | type RtMsghdr struct type RtMetrics (line 357) | type RtMetrics struct constant SizeofBpfVersion (line 376) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 377) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 378) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 379) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 380) | SizeofBpfHdr = 0x20 type BpfVersion (line 383) | type BpfVersion struct type BpfStat (line 388) | type BpfStat struct type BpfProgram (line 393) | type BpfProgram struct type BpfInsn (line 398) | type BpfInsn struct type BpfHdr (line 405) | type BpfHdr struct type Termios (line 413) | type Termios struct type Winsize (line 423) | type Winsize struct constant AT_FDCWD (line 431) | AT_FDCWD = 0xfffafdcd constant AT_SYMLINK_NOFOLLOW (line 432) | AT_SYMLINK_NOFOLLOW = 0x1 constant AT_REMOVEDIR (line 433) | AT_REMOVEDIR = 0x2 constant AT_EACCESS (line 434) | AT_EACCESS = 0x4 constant AT_SYMLINK_FOLLOW (line 435) | AT_SYMLINK_FOLLOW = 0x8 type PollFd (line 438) | type PollFd struct constant POLLERR (line 445) | POLLERR = 0x8 constant POLLHUP (line 446) | POLLHUP = 0x10 constant POLLIN (line 447) | POLLIN = 0x1 constant POLLNVAL (line 448) | POLLNVAL = 0x20 constant POLLOUT (line 449) | POLLOUT = 0x4 constant POLLPRI (line 450) | POLLPRI = 0x2 constant POLLRDBAND (line 451) | POLLRDBAND = 0x80 constant POLLRDNORM (line 452) | POLLRDNORM = 0x40 constant POLLWRBAND (line 453) | POLLWRBAND = 0x100 constant POLLWRNORM (line 454) | POLLWRNORM = 0x4 type Utsname (line 457) | type Utsname struct constant SizeofClockinfo (line 465) | SizeofClockinfo = 0x14 type Clockinfo (line 467) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Time_t (line 33) | type Time_t type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t constant _statfsVersion (line 62) | _statfsVersion = 0x20140518 constant _dirblksiz (line 63) | _dirblksiz = 0x400 type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 92) | type Statfs_t struct type Flock_t (line 117) | 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 314) | type __PtraceSiginfo struct type Sigset_t (line 326) | type Sigset_t struct type Reg (line 330) | type Reg struct type FpReg (line 352) | type FpReg struct type FpExtendedPrecision (line 359) | type FpExtendedPrecision struct type PtraceIoDesc (line 361) | type PtraceIoDesc struct type Kevent_t (line 368) | type Kevent_t struct type FdSet (line 378) | type FdSet struct constant sizeofIfMsghdr (line 383) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 384) | SizeofIfMsghdr = 0x60 constant sizeofIfData (line 385) | sizeofIfData = 0x98 constant SizeofIfData (line 386) | SizeofIfData = 0x50 constant SizeofIfaMsghdr (line 387) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 388) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 389) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 390) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 391) | SizeofRtMetrics = 0x38 type ifMsghdr (line 394) | type ifMsghdr struct type IfMsghdr (line 405) | type IfMsghdr struct type ifData (line 415) | type ifData struct type IfData (line 443) | type IfData struct type IfaMsghdr (line 471) | type IfaMsghdr struct type IfmaMsghdr (line 482) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 492) | type IfAnnounceMsghdr struct type RtMsghdr (line 501) | type RtMsghdr struct type RtMetrics (line 517) | type RtMetrics struct constant SizeofBpfVersion (line 533) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 534) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 535) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 536) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 537) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 538) | SizeofBpfHdr = 0x14 constant SizeofBpfZbufHeader (line 539) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 542) | type BpfVersion struct type BpfStat (line 547) | type BpfStat struct type BpfZbuf (line 552) | type BpfZbuf struct type BpfProgram (line 558) | type BpfProgram struct type BpfInsn (line 563) | type BpfInsn struct type BpfHdr (line 570) | type BpfHdr struct type BpfZbufHeader (line 578) | type BpfZbufHeader struct type Termios (line 585) | type Termios struct type Winsize (line 595) | type Winsize struct constant AT_FDCWD (line 603) | AT_FDCWD = -0x64 constant AT_EACCESS (line 604) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 605) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 606) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 607) | AT_REMOVEDIR = 0x800 type PollFd (line 610) | type PollFd struct constant POLLERR (line 617) | POLLERR = 0x8 constant POLLHUP (line 618) | POLLHUP = 0x10 constant POLLIN (line 619) | POLLIN = 0x1 constant POLLINIGNEOF (line 620) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 621) | POLLNVAL = 0x20 constant POLLOUT (line 622) | POLLOUT = 0x4 constant POLLPRI (line 623) | POLLPRI = 0x2 constant POLLRDBAND (line 624) | POLLRDBAND = 0x80 constant POLLRDNORM (line 625) | POLLRDNORM = 0x40 constant POLLWRBAND (line 626) | POLLWRBAND = 0x100 constant POLLWRNORM (line 627) | POLLWRNORM = 0x4 type CapRights (line 630) | type CapRights struct type Utsname (line 634) | type Utsname struct constant SizeofClockinfo (line 642) | SizeofClockinfo = 0x14 type Clockinfo (line 644) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Time_t (line 33) | type Time_t type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t constant _statfsVersion (line 62) | _statfsVersion = 0x20140518 constant _dirblksiz (line 63) | _dirblksiz = 0x400 type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 88) | type Statfs_t struct type Flock_t (line 113) | type Flock_t struct type Dirent (line 123) | type Dirent struct type Fsid (line 134) | type Fsid struct constant PathMax (line 139) | PathMax = 0x400 constant FADV_NORMAL (line 143) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 144) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 145) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 146) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 147) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 148) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 151) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 159) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 168) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 174) | type RawSockaddrDatalink struct type RawSockaddr (line 185) | type RawSockaddr struct type RawSockaddrAny (line 191) | type RawSockaddrAny struct type _Socklen (line 196) | type _Socklen type Xucred (line 198) | type Xucred struct type Linger (line 206) | type Linger struct type Iovec (line 211) | type Iovec struct type IPMreq (line 216) | type IPMreq struct type IPMreqn (line 221) | type IPMreqn struct type IPv6Mreq (line 227) | type IPv6Mreq struct type Msghdr (line 232) | type Msghdr struct type Cmsghdr (line 242) | type Cmsghdr struct type Inet6Pktinfo (line 248) | type Inet6Pktinfo struct type IPv6MTUInfo (line 253) | type IPv6MTUInfo struct type ICMPv6Filter (line 258) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 263) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 264) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 265) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 266) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 267) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 268) | SizeofXucred = 0x58 constant SizeofLinger (line 269) | SizeofLinger = 0x8 constant SizeofIovec (line 270) | SizeofIovec = 0x10 constant SizeofIPMreq (line 271) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 272) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 273) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 274) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 275) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 276) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 277) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 278) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 282) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 283) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 284) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 287) | type PtraceLwpInfoStruct struct type __Siginfo (line 300) | type __Siginfo struct type __PtraceSiginfo (line 312) | type __PtraceSiginfo struct type Sigset_t (line 324) | type Sigset_t struct type Reg (line 328) | type Reg struct type FpReg (line 357) | type FpReg struct type FpExtendedPrecision (line 364) | type FpExtendedPrecision struct type PtraceIoDesc (line 366) | type PtraceIoDesc struct type Kevent_t (line 373) | type Kevent_t struct type FdSet (line 383) | type FdSet struct constant sizeofIfMsghdr (line 388) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 389) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 390) | sizeofIfData = 0x98 constant SizeofIfData (line 391) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 392) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 393) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 394) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 395) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 396) | SizeofRtMetrics = 0x70 type ifMsghdr (line 399) | type ifMsghdr struct type IfMsghdr (line 410) | type IfMsghdr struct type ifData (line 420) | type ifData struct type IfData (line 448) | type IfData struct type IfaMsghdr (line 476) | type IfaMsghdr struct type IfmaMsghdr (line 487) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 497) | type IfAnnounceMsghdr struct type RtMsghdr (line 506) | type RtMsghdr struct type RtMetrics (line 522) | type RtMetrics struct constant SizeofBpfVersion (line 538) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 539) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 540) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 541) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 542) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 543) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 544) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 547) | type BpfVersion struct type BpfStat (line 552) | type BpfStat struct type BpfZbuf (line 557) | type BpfZbuf struct type BpfProgram (line 563) | type BpfProgram struct type BpfInsn (line 568) | type BpfInsn struct type BpfHdr (line 575) | type BpfHdr struct type BpfZbufHeader (line 583) | type BpfZbufHeader struct type Termios (line 590) | type Termios struct type Winsize (line 600) | type Winsize struct constant AT_FDCWD (line 608) | AT_FDCWD = -0x64 constant AT_EACCESS (line 609) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 610) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 611) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 612) | AT_REMOVEDIR = 0x800 type PollFd (line 615) | type PollFd struct constant POLLERR (line 622) | POLLERR = 0x8 constant POLLHUP (line 623) | POLLHUP = 0x10 constant POLLIN (line 624) | POLLIN = 0x1 constant POLLINIGNEOF (line 625) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 626) | POLLNVAL = 0x20 constant POLLOUT (line 627) | POLLOUT = 0x4 constant POLLPRI (line 628) | POLLPRI = 0x2 constant POLLRDBAND (line 629) | POLLRDBAND = 0x80 constant POLLRDNORM (line 630) | POLLRDNORM = 0x40 constant POLLWRBAND (line 631) | POLLWRBAND = 0x100 constant POLLWRNORM (line 632) | POLLWRNORM = 0x4 type CapRights (line 635) | type CapRights struct type Utsname (line 639) | type Utsname struct constant SizeofClockinfo (line 647) | SizeofClockinfo = 0x14 type Clockinfo (line 649) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 29) | type Timeval struct type Time_t (line 35) | type Time_t type Rusage (line 37) | type Rusage struct type Rlimit (line 56) | type Rlimit struct type _Gid_t (line 61) | type _Gid_t constant _statfsVersion (line 64) | _statfsVersion = 0x20140518 constant _dirblksiz (line 65) | _dirblksiz = 0x400 type Stat_t (line 68) | type Stat_t struct type Statfs_t (line 90) | type Statfs_t struct type Flock_t (line 115) | type Flock_t struct type Dirent (line 125) | type Dirent struct type Fsid (line 136) | type Fsid struct constant PathMax (line 141) | PathMax = 0x400 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 Xucred (line 200) | type Xucred struct type Linger (line 208) | type Linger struct type Iovec (line 213) | type Iovec struct type IPMreq (line 218) | type IPMreq struct type IPMreqn (line 223) | type IPMreqn struct type IPv6Mreq (line 229) | type IPv6Mreq struct type Msghdr (line 234) | type Msghdr struct type Cmsghdr (line 244) | type Cmsghdr struct type Inet6Pktinfo (line 250) | type Inet6Pktinfo struct type IPv6MTUInfo (line 255) | type IPv6MTUInfo struct type ICMPv6Filter (line 260) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 265) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 266) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 267) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 268) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 269) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 270) | SizeofXucred = 0x50 constant SizeofLinger (line 271) | SizeofLinger = 0x8 constant SizeofIovec (line 272) | SizeofIovec = 0x8 constant SizeofIPMreq (line 273) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 274) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 275) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 276) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 277) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 278) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 279) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 280) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 284) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 285) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 286) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 289) | type PtraceLwpInfoStruct struct type __Siginfo (line 302) | type __Siginfo struct type __PtraceSiginfo (line 314) | type __PtraceSiginfo struct type Sigset_t (line 326) | type Sigset_t struct type Reg (line 330) | type Reg struct type FpReg (line 338) | type FpReg struct type FpExtendedPrecision (line 343) | type FpExtendedPrecision struct type PtraceIoDesc (line 349) | type PtraceIoDesc struct type Kevent_t (line 356) | type Kevent_t struct type FdSet (line 368) | type FdSet struct constant sizeofIfMsghdr (line 373) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 374) | SizeofIfMsghdr = 0x70 constant sizeofIfData (line 375) | sizeofIfData = 0x98 constant SizeofIfData (line 376) | SizeofIfData = 0x60 constant SizeofIfaMsghdr (line 377) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 378) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 379) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 380) | SizeofRtMsghdr = 0x5c constant SizeofRtMetrics (line 381) | SizeofRtMetrics = 0x38 type ifMsghdr (line 384) | type ifMsghdr struct type IfMsghdr (line 395) | type IfMsghdr struct type ifData (line 405) | type ifData struct type IfData (line 433) | type IfData struct type IfaMsghdr (line 462) | type IfaMsghdr struct type IfmaMsghdr (line 473) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 483) | type IfAnnounceMsghdr struct type RtMsghdr (line 492) | type RtMsghdr struct type RtMetrics (line 508) | type RtMetrics struct constant SizeofBpfVersion (line 524) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 525) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 526) | SizeofBpfZbuf = 0xc constant SizeofBpfProgram (line 527) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 528) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 529) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 530) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 533) | type BpfVersion struct type BpfStat (line 538) | type BpfStat struct type BpfZbuf (line 543) | type BpfZbuf struct type BpfProgram (line 549) | type BpfProgram struct type BpfInsn (line 554) | type BpfInsn struct type BpfHdr (line 561) | type BpfHdr struct type BpfZbufHeader (line 569) | type BpfZbufHeader struct type Termios (line 576) | type Termios struct type Winsize (line 586) | type Winsize struct constant AT_FDCWD (line 594) | AT_FDCWD = -0x64 constant AT_EACCESS (line 595) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 596) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 597) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 598) | AT_REMOVEDIR = 0x800 type PollFd (line 601) | type PollFd struct constant POLLERR (line 608) | POLLERR = 0x8 constant POLLHUP (line 609) | POLLHUP = 0x10 constant POLLIN (line 610) | POLLIN = 0x1 constant POLLINIGNEOF (line 611) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 612) | POLLNVAL = 0x20 constant POLLOUT (line 613) | POLLOUT = 0x4 constant POLLPRI (line 614) | POLLPRI = 0x2 constant POLLRDBAND (line 615) | POLLRDBAND = 0x80 constant POLLRDNORM (line 616) | POLLRDNORM = 0x40 constant POLLWRBAND (line 617) | POLLWRBAND = 0x100 constant POLLWRNORM (line 618) | POLLWRNORM = 0x4 type CapRights (line 621) | type CapRights struct type Utsname (line 625) | type Utsname struct constant SizeofClockinfo (line 633) | SizeofClockinfo = 0x14 type Clockinfo (line 635) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Time_t (line 33) | type Time_t type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t constant _statfsVersion (line 62) | _statfsVersion = 0x20140518 constant _dirblksiz (line 63) | _dirblksiz = 0x400 type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 88) | type Statfs_t struct type Flock_t (line 113) | type Flock_t struct type Dirent (line 123) | type Dirent struct type Fsid (line 134) | type Fsid struct constant PathMax (line 139) | PathMax = 0x400 constant FADV_NORMAL (line 143) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 144) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 145) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 146) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 147) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 148) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 151) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 159) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 168) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 174) | type RawSockaddrDatalink struct type RawSockaddr (line 185) | type RawSockaddr struct type RawSockaddrAny (line 191) | type RawSockaddrAny struct type _Socklen (line 196) | type _Socklen type Xucred (line 198) | type Xucred struct type Linger (line 206) | type Linger struct type Iovec (line 211) | type Iovec struct type IPMreq (line 216) | type IPMreq struct type IPMreqn (line 221) | type IPMreqn struct type IPv6Mreq (line 227) | type IPv6Mreq struct type Msghdr (line 232) | type Msghdr struct type Cmsghdr (line 242) | type Cmsghdr struct type Inet6Pktinfo (line 248) | type Inet6Pktinfo struct type IPv6MTUInfo (line 253) | type IPv6MTUInfo struct type ICMPv6Filter (line 258) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 263) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 264) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 265) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 266) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 267) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 268) | SizeofXucred = 0x58 constant SizeofLinger (line 269) | SizeofLinger = 0x8 constant SizeofIovec (line 270) | SizeofIovec = 0x10 constant SizeofIPMreq (line 271) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 272) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 273) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 274) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 275) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 276) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 277) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 278) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 282) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 283) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 284) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 287) | type PtraceLwpInfoStruct struct type __Siginfo (line 300) | type __Siginfo struct type __PtraceSiginfo (line 312) | type __PtraceSiginfo struct type Sigset_t (line 324) | type Sigset_t struct type Reg (line 328) | type Reg struct type FpReg (line 337) | type FpReg struct type FpExtendedPrecision (line 344) | type FpExtendedPrecision struct type PtraceIoDesc (line 346) | type PtraceIoDesc struct type Kevent_t (line 353) | type Kevent_t struct type FdSet (line 363) | type FdSet struct constant sizeofIfMsghdr (line 368) | sizeofIfMsghdr = 0xa8 constant SizeofIfMsghdr (line 369) | SizeofIfMsghdr = 0xa8 constant sizeofIfData (line 370) | sizeofIfData = 0x98 constant SizeofIfData (line 371) | SizeofIfData = 0x98 constant SizeofIfaMsghdr (line 372) | SizeofIfaMsghdr = 0x14 constant SizeofIfmaMsghdr (line 373) | SizeofIfmaMsghdr = 0x10 constant SizeofIfAnnounceMsghdr (line 374) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 375) | SizeofRtMsghdr = 0x98 constant SizeofRtMetrics (line 376) | SizeofRtMetrics = 0x70 type ifMsghdr (line 379) | type ifMsghdr struct type IfMsghdr (line 390) | type IfMsghdr struct type ifData (line 400) | type ifData struct type IfData (line 428) | type IfData struct type IfaMsghdr (line 456) | type IfaMsghdr struct type IfmaMsghdr (line 467) | type IfmaMsghdr struct type IfAnnounceMsghdr (line 477) | type IfAnnounceMsghdr struct type RtMsghdr (line 486) | type RtMsghdr struct type RtMetrics (line 502) | type RtMetrics struct constant SizeofBpfVersion (line 518) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 519) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 520) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 521) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 522) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 523) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 524) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 527) | type BpfVersion struct type BpfStat (line 532) | type BpfStat struct type BpfZbuf (line 537) | type BpfZbuf struct type BpfProgram (line 543) | type BpfProgram struct type BpfInsn (line 548) | type BpfInsn struct type BpfHdr (line 555) | type BpfHdr struct type BpfZbufHeader (line 563) | type BpfZbufHeader struct type Termios (line 570) | type Termios struct type Winsize (line 580) | type Winsize struct constant AT_FDCWD (line 588) | AT_FDCWD = -0x64 constant AT_EACCESS (line 589) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 590) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 591) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 592) | AT_REMOVEDIR = 0x800 type PollFd (line 595) | type PollFd struct constant POLLERR (line 602) | POLLERR = 0x8 constant POLLHUP (line 603) | POLLHUP = 0x10 constant POLLIN (line 604) | POLLIN = 0x1 constant POLLINIGNEOF (line 605) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 606) | POLLNVAL = 0x20 constant POLLOUT (line 607) | POLLOUT = 0x4 constant POLLPRI (line 608) | POLLPRI = 0x2 constant POLLRDBAND (line 609) | POLLRDBAND = 0x80 constant POLLRDNORM (line 610) | POLLRDNORM = 0x40 constant POLLWRBAND (line 611) | POLLWRBAND = 0x100 constant POLLWRNORM (line 612) | POLLWRNORM = 0x4 type CapRights (line 615) | type CapRights struct type Utsname (line 619) | type Utsname struct constant SizeofClockinfo (line 627) | SizeofClockinfo = 0x14 type Clockinfo (line 629) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Time_t (line 33) | type Time_t type Rusage (line 35) | type Rusage struct type Rlimit (line 54) | type Rlimit struct type _Gid_t (line 59) | type _Gid_t constant _statfsVersion (line 62) | _statfsVersion = 0x20140518 constant _dirblksiz (line 63) | _dirblksiz = 0x400 type Stat_t (line 66) | type Stat_t struct type Statfs_t (line 88) | type Statfs_t struct type Flock_t (line 113) | type Flock_t struct type Dirent (line 123) | type Dirent struct type Fsid (line 134) | type Fsid struct constant PathMax (line 139) | PathMax = 0x400 constant FADV_NORMAL (line 143) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 144) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 145) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 146) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 147) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 148) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 151) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 159) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 168) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 174) | type RawSockaddrDatalink struct type RawSockaddr (line 185) | type RawSockaddr struct type RawSockaddrAny (line 191) | type RawSockaddrAny struct type _Socklen (line 196) | type _Socklen type Xucred (line 198) | type Xucred struct type Linger (line 206) | type Linger struct type Iovec (line 211) | type Iovec struct type IPMreq (line 216) | type IPMreq struct type IPMreqn (line 221) | type IPMreqn struct type IPv6Mreq (line 227) | type IPv6Mreq struct type Msghdr (line 232) | type Msghdr struct type Cmsghdr (line 242) | type Cmsghdr struct type Inet6Pktinfo (line 248) | type Inet6Pktinfo struct type IPv6MTUInfo (line 253) | type IPv6MTUInfo struct type ICMPv6Filter (line 258) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 263) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 264) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 265) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 266) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 267) | SizeofSockaddrDatalink = 0x36 constant SizeofXucred (line 268) | SizeofXucred = 0x58 constant SizeofLinger (line 269) | SizeofLinger = 0x8 constant SizeofIovec (line 270) | SizeofIovec = 0x10 constant SizeofIPMreq (line 271) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 272) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 273) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 274) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 275) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 276) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 277) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 278) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 282) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 283) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 284) | PTRACE_KILL = 0x8 type PtraceLwpInfoStruct (line 287) | type PtraceLwpInfoStruct struct type __Siginfo (line 300) | type __Siginfo struct type __PtraceSiginfo (line 312) | type __PtraceSiginfo struct type Sigset_t (line 324) | type Sigset_t struct type Reg (line 328) | type Reg struct type FpReg (line 340) | 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 520) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 521) | SizeofBpfStat = 0x8 constant SizeofBpfZbuf (line 522) | SizeofBpfZbuf = 0x18 constant SizeofBpfProgram (line 523) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 524) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 525) | SizeofBpfHdr = 0x20 constant SizeofBpfZbufHeader (line 526) | SizeofBpfZbufHeader = 0x20 type BpfVersion (line 529) | type BpfVersion struct type BpfStat (line 534) | type BpfStat struct type BpfZbuf (line 539) | type BpfZbuf struct type BpfProgram (line 545) | type BpfProgram struct type BpfInsn (line 550) | type BpfInsn struct type BpfHdr (line 557) | type BpfHdr struct type BpfZbufHeader (line 565) | type BpfZbufHeader struct type Termios (line 572) | type Termios struct type Winsize (line 582) | type Winsize struct constant AT_FDCWD (line 590) | AT_FDCWD = -0x64 constant AT_EACCESS (line 591) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 592) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 593) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 594) | AT_REMOVEDIR = 0x800 type PollFd (line 597) | type PollFd struct constant POLLERR (line 604) | POLLERR = 0x8 constant POLLHUP (line 605) | POLLHUP = 0x10 constant POLLIN (line 606) | POLLIN = 0x1 constant POLLINIGNEOF (line 607) | POLLINIGNEOF = 0x2000 constant POLLNVAL (line 608) | POLLNVAL = 0x20 constant POLLOUT (line 609) | POLLOUT = 0x4 constant POLLPRI (line 610) | POLLPRI = 0x2 constant POLLRDBAND (line 611) | POLLRDBAND = 0x80 constant POLLRDNORM (line 612) | POLLRDNORM = 0x40 constant POLLWRBAND (line 613) | POLLWRBAND = 0x100 constant POLLWRNORM (line 614) | POLLWRNORM = 0x4 type CapRights (line 617) | type CapRights struct type Utsname (line 621) | type Utsname struct constant SizeofClockinfo (line 629) | SizeofClockinfo = 0x14 type Clockinfo (line 631) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux.go constant SizeofShort (line 8) | SizeofShort = 0x2 constant SizeofInt (line 9) | SizeofInt = 0x4 constant SizeofLongLong (line 10) | SizeofLongLong = 0x8 constant PathMax (line 11) | PathMax = 0x1000 type _C_short (line 15) | type _C_short type _C_int (line 16) | type _C_int type _C_long_long (line 18) | type _C_long_long type ItimerSpec (line 21) | type ItimerSpec struct type Itimerval (line 26) | type Itimerval struct constant ADJ_OFFSET (line 32) | ADJ_OFFSET = 0x1 constant ADJ_FREQUENCY (line 33) | ADJ_FREQUENCY = 0x2 constant ADJ_MAXERROR (line 34) | ADJ_MAXERROR = 0x4 constant ADJ_ESTERROR (line 35) | ADJ_ESTERROR = 0x8 constant ADJ_STATUS (line 36) | ADJ_STATUS = 0x10 constant ADJ_TIMECONST (line 37) | ADJ_TIMECONST = 0x20 constant ADJ_TAI (line 38) | ADJ_TAI = 0x80 constant ADJ_SETOFFSET (line 39) | ADJ_SETOFFSET = 0x100 constant ADJ_MICRO (line 40) | ADJ_MICRO = 0x1000 constant ADJ_NANO (line 41) | ADJ_NANO = 0x2000 constant ADJ_TICK (line 42) | ADJ_TICK = 0x4000 constant ADJ_OFFSET_SINGLESHOT (line 43) | ADJ_OFFSET_SINGLESHOT = 0x8001 constant ADJ_OFFSET_SS_READ (line 44) | ADJ_OFFSET_SS_READ = 0xa001 constant STA_PLL (line 48) | STA_PLL = 0x1 constant STA_PPSFREQ (line 49) | STA_PPSFREQ = 0x2 constant STA_PPSTIME (line 50) | STA_PPSTIME = 0x4 constant STA_FLL (line 51) | STA_FLL = 0x8 constant STA_INS (line 52) | STA_INS = 0x10 constant STA_DEL (line 53) | STA_DEL = 0x20 constant STA_UNSYNC (line 54) | STA_UNSYNC = 0x40 constant STA_FREQHOLD (line 55) | STA_FREQHOLD = 0x80 constant STA_PPSSIGNAL (line 56) | STA_PPSSIGNAL = 0x100 constant STA_PPSJITTER (line 57) | STA_PPSJITTER = 0x200 constant STA_PPSWANDER (line 58) | STA_PPSWANDER = 0x400 constant STA_PPSERROR (line 59) | STA_PPSERROR = 0x800 constant STA_CLOCKERR (line 60) | STA_CLOCKERR = 0x1000 constant STA_NANO (line 61) | STA_NANO = 0x2000 constant STA_MODE (line 62) | STA_MODE = 0x4000 constant STA_CLK (line 63) | STA_CLK = 0x8000 constant TIME_OK (line 67) | TIME_OK = 0x0 constant TIME_INS (line 68) | TIME_INS = 0x1 constant TIME_DEL (line 69) | TIME_DEL = 0x2 constant TIME_OOP (line 70) | TIME_OOP = 0x3 constant TIME_WAIT (line 71) | TIME_WAIT = 0x4 constant TIME_ERROR (line 72) | TIME_ERROR = 0x5 constant TIME_BAD (line 73) | TIME_BAD = 0x5 type Rlimit (line 76) | type Rlimit struct type _Gid_t (line 81) | type _Gid_t type StatxTimestamp (line 83) | type StatxTimestamp struct type Statx_t (line 89) | type Statx_t struct type Fsid (line 116) | type Fsid struct type FileCloneRange (line 120) | type FileCloneRange struct type RawFileDedupeRange (line 127) | type RawFileDedupeRange struct type RawFileDedupeRangeInfo (line 135) | type RawFileDedupeRangeInfo struct constant SizeofRawFileDedupeRange (line 144) | SizeofRawFileDedupeRange = 0x18 constant SizeofRawFileDedupeRangeInfo (line 145) | SizeofRawFileDedupeRangeInfo = 0x20 constant FILE_DEDUPE_RANGE_SAME (line 146) | FILE_DEDUPE_RANGE_SAME = 0x0 constant FILE_DEDUPE_RANGE_DIFFERS (line 147) | FILE_DEDUPE_RANGE_DIFFERS = 0x1 type FscryptPolicy (line 150) | type FscryptPolicy struct type FscryptKey (line 158) | type FscryptKey struct type FscryptPolicyV1 (line 164) | type FscryptPolicyV1 struct type FscryptPolicyV2 (line 172) | type FscryptPolicyV2 struct type FscryptGetPolicyExArg (line 181) | type FscryptGetPolicyExArg struct type FscryptKeySpecifier (line 186) | type FscryptKeySpecifier struct type FscryptAddKeyArg (line 192) | type FscryptAddKeyArg struct type FscryptRemoveKeyArg (line 199) | type FscryptRemoveKeyArg struct type FscryptGetKeyStatusArg (line 205) | type FscryptGetKeyStatusArg struct type DmIoctl (line 214) | type DmIoctl struct type DmTargetSpec (line 229) | type DmTargetSpec struct type DmTargetDeps (line 237) | type DmTargetDeps struct type DmTargetVersions (line 242) | type DmTargetVersions struct type DmTargetMsg (line 247) | type DmTargetMsg struct constant SizeofDmIoctl (line 252) | SizeofDmIoctl = 0x138 constant SizeofDmTargetSpec (line 253) | SizeofDmTargetSpec = 0x28 type KeyctlDHParams (line 256) | type KeyctlDHParams struct constant FADV_NORMAL (line 263) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 264) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 265) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 266) | FADV_WILLNEED = 0x3 type RawSockaddrInet4 (line 269) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 276) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 284) | type RawSockaddrUnix struct type RawSockaddrLinklayer (line 289) | type RawSockaddrLinklayer struct type RawSockaddrNetlink (line 299) | type RawSockaddrNetlink struct type RawSockaddrHCI (line 306) | type RawSockaddrHCI struct type RawSockaddrL2 (line 312) | type RawSockaddrL2 struct type RawSockaddrRFCOMM (line 321) | type RawSockaddrRFCOMM struct type RawSockaddrCAN (line 328) | type RawSockaddrCAN struct type RawSockaddrALG (line 334) | type RawSockaddrALG struct type RawSockaddrVM (line 342) | type RawSockaddrVM struct type RawSockaddrXDP (line 351) | type RawSockaddrXDP struct type RawSockaddrPPPoX (line 359) | type RawSockaddrPPPoX type RawSockaddrTIPC (line 361) | type RawSockaddrTIPC struct type RawSockaddrL2TPIP (line 368) | type RawSockaddrL2TPIP struct type RawSockaddrL2TPIP6 (line 376) | type RawSockaddrL2TPIP6 struct type RawSockaddrIUCV (line 385) | type RawSockaddrIUCV struct type RawSockaddrNFC (line 394) | type RawSockaddrNFC struct type _Socklen (line 401) | type _Socklen type Linger (line 403) | type Linger struct type IPMreq (line 408) | type IPMreq struct type IPMreqn (line 413) | type IPMreqn struct type IPv6Mreq (line 419) | type IPv6Mreq struct type PacketMreq (line 424) | type PacketMreq struct type Inet4Pktinfo (line 431) | type Inet4Pktinfo struct type Inet6Pktinfo (line 437) | type Inet6Pktinfo struct type IPv6MTUInfo (line 442) | type IPv6MTUInfo struct type ICMPv6Filter (line 447) | type ICMPv6Filter struct type Ucred (line 451) | type Ucred struct type TCPInfo (line 457) | type TCPInfo struct type CanFilter (line 514) | type CanFilter struct type TCPRepairOpt (line 519) | type TCPRepairOpt struct constant SizeofSockaddrInet4 (line 525) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 526) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 527) | SizeofSockaddrAny = 0x70 constant SizeofSockaddrUnix (line 528) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrLinklayer (line 529) | SizeofSockaddrLinklayer = 0x14 constant SizeofSockaddrNetlink (line 530) | SizeofSockaddrNetlink = 0xc constant SizeofSockaddrHCI (line 531) | SizeofSockaddrHCI = 0x6 constant SizeofSockaddrL2 (line 532) | SizeofSockaddrL2 = 0xe constant SizeofSockaddrRFCOMM (line 533) | SizeofSockaddrRFCOMM = 0xa constant SizeofSockaddrCAN (line 534) | SizeofSockaddrCAN = 0x18 constant SizeofSockaddrALG (line 535) | SizeofSockaddrALG = 0x58 constant SizeofSockaddrVM (line 536) | SizeofSockaddrVM = 0x10 constant SizeofSockaddrXDP (line 537) | SizeofSockaddrXDP = 0x10 constant SizeofSockaddrPPPoX (line 538) | SizeofSockaddrPPPoX = 0x1e constant SizeofSockaddrTIPC (line 539) | SizeofSockaddrTIPC = 0x10 constant SizeofSockaddrL2TPIP (line 540) | SizeofSockaddrL2TPIP = 0x10 constant SizeofSockaddrL2TPIP6 (line 541) | SizeofSockaddrL2TPIP6 = 0x20 constant SizeofSockaddrIUCV (line 542) | SizeofSockaddrIUCV = 0x20 constant SizeofSockaddrNFC (line 543) | SizeofSockaddrNFC = 0x10 constant SizeofLinger (line 544) | SizeofLinger = 0x8 constant SizeofIPMreq (line 545) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 546) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 547) | SizeofIPv6Mreq = 0x14 constant SizeofPacketMreq (line 548) | SizeofPacketMreq = 0x10 constant SizeofInet4Pktinfo (line 549) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 550) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 551) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 552) | SizeofICMPv6Filter = 0x20 constant SizeofUcred (line 553) | SizeofUcred = 0xc constant SizeofTCPInfo (line 554) | SizeofTCPInfo = 0xf0 constant SizeofCanFilter (line 555) | SizeofCanFilter = 0x8 constant SizeofTCPRepairOpt (line 556) | SizeofTCPRepairOpt = 0x8 constant NDA_UNSPEC (line 560) | NDA_UNSPEC = 0x0 constant NDA_DST (line 561) | NDA_DST = 0x1 constant NDA_LLADDR (line 562) | NDA_LLADDR = 0x2 constant NDA_CACHEINFO (line 563) | NDA_CACHEINFO = 0x3 constant NDA_PROBES (line 564) | NDA_PROBES = 0x4 constant NDA_VLAN (line 565) | NDA_VLAN = 0x5 constant NDA_PORT (line 566) | NDA_PORT = 0x6 constant NDA_VNI (line 567) | NDA_VNI = 0x7 constant NDA_IFINDEX (line 568) | NDA_IFINDEX = 0x8 constant NDA_MASTER (line 569) | NDA_MASTER = 0x9 constant NDA_LINK_NETNSID (line 570) | NDA_LINK_NETNSID = 0xa constant NDA_SRC_VNI (line 571) | NDA_SRC_VNI = 0xb constant NTF_USE (line 572) | NTF_USE = 0x1 constant NTF_SELF (line 573) | NTF_SELF = 0x2 constant NTF_MASTER (line 574) | NTF_MASTER = 0x4 constant NTF_PROXY (line 575) | NTF_PROXY = 0x8 constant NTF_EXT_LEARNED (line 576) | NTF_EXT_LEARNED = 0x10 constant NTF_OFFLOADED (line 577) | NTF_OFFLOADED = 0x20 constant NTF_ROUTER (line 578) | NTF_ROUTER = 0x80 constant NUD_INCOMPLETE (line 579) | NUD_INCOMPLETE = 0x1 constant NUD_REACHABLE (line 580) | NUD_REACHABLE = 0x2 constant NUD_STALE (line 581) | NUD_STALE = 0x4 constant NUD_DELAY (line 582) | NUD_DELAY = 0x8 constant NUD_PROBE (line 583) | NUD_PROBE = 0x10 constant NUD_FAILED (line 584) | NUD_FAILED = 0x20 constant NUD_NOARP (line 585) | NUD_NOARP = 0x40 constant NUD_PERMANENT (line 586) | NUD_PERMANENT = 0x80 constant NUD_NONE (line 587) | NUD_NONE = 0x0 constant IFA_UNSPEC (line 588) | IFA_UNSPEC = 0x0 constant IFA_ADDRESS (line 589) | IFA_ADDRESS = 0x1 constant IFA_LOCAL (line 590) | IFA_LOCAL = 0x2 constant IFA_LABEL (line 591) | IFA_LABEL = 0x3 constant IFA_BROADCAST (line 592) | IFA_BROADCAST = 0x4 constant IFA_ANYCAST (line 593) | IFA_ANYCAST = 0x5 constant IFA_CACHEINFO (line 594) | IFA_CACHEINFO = 0x6 constant IFA_MULTICAST (line 595) | IFA_MULTICAST = 0x7 constant IFA_FLAGS (line 596) | IFA_FLAGS = 0x8 constant IFA_RT_PRIORITY (line 597) | IFA_RT_PRIORITY = 0x9 constant IFA_TARGET_NETNSID (line 598) | IFA_TARGET_NETNSID = 0xa constant RT_SCOPE_UNIVERSE (line 599) | RT_SCOPE_UNIVERSE = 0x0 constant RT_SCOPE_SITE (line 600) | RT_SCOPE_SITE = 0xc8 constant RT_SCOPE_LINK (line 601) | RT_SCOPE_LINK = 0xfd constant RT_SCOPE_HOST (line 602) | RT_SCOPE_HOST = 0xfe constant RT_SCOPE_NOWHERE (line 603) | RT_SCOPE_NOWHERE = 0xff constant RT_TABLE_UNSPEC (line 604) | RT_TABLE_UNSPEC = 0x0 constant RT_TABLE_COMPAT (line 605) | RT_TABLE_COMPAT = 0xfc constant RT_TABLE_DEFAULT (line 606) | RT_TABLE_DEFAULT = 0xfd constant RT_TABLE_MAIN (line 607) | RT_TABLE_MAIN = 0xfe constant RT_TABLE_LOCAL (line 608) | RT_TABLE_LOCAL = 0xff constant RT_TABLE_MAX (line 609) | RT_TABLE_MAX = 0xffffffff constant RTA_UNSPEC (line 610) | RTA_UNSPEC = 0x0 constant RTA_DST (line 611) | RTA_DST = 0x1 constant RTA_SRC (line 612) | RTA_SRC = 0x2 constant RTA_IIF (line 613) | RTA_IIF = 0x3 constant RTA_OIF (line 614) | RTA_OIF = 0x4 constant RTA_GATEWAY (line 615) | RTA_GATEWAY = 0x5 constant RTA_PRIORITY (line 616) | RTA_PRIORITY = 0x6 constant RTA_PREFSRC (line 617) | RTA_PREFSRC = 0x7 constant RTA_METRICS (line 618) | RTA_METRICS = 0x8 constant RTA_MULTIPATH (line 619) | RTA_MULTIPATH = 0x9 constant RTA_FLOW (line 620) | RTA_FLOW = 0xb constant RTA_CACHEINFO (line 621) | RTA_CACHEINFO = 0xc constant RTA_TABLE (line 622) | RTA_TABLE = 0xf constant RTA_MARK (line 623) | RTA_MARK = 0x10 constant RTA_MFC_STATS (line 624) | RTA_MFC_STATS = 0x11 constant RTA_VIA (line 625) | RTA_VIA = 0x12 constant RTA_NEWDST (line 626) | RTA_NEWDST = 0x13 constant RTA_PREF (line 627) | RTA_PREF = 0x14 constant RTA_ENCAP_TYPE (line 628) | RTA_ENCAP_TYPE = 0x15 constant RTA_ENCAP (line 629) | RTA_ENCAP = 0x16 constant RTA_EXPIRES (line 630) | RTA_EXPIRES = 0x17 constant RTA_PAD (line 631) | RTA_PAD = 0x18 constant RTA_UID (line 632) | RTA_UID = 0x19 constant RTA_TTL_PROPAGATE (line 633) | RTA_TTL_PROPAGATE = 0x1a constant RTA_IP_PROTO (line 634) | RTA_IP_PROTO = 0x1b constant RTA_SPORT (line 635) | RTA_SPORT = 0x1c constant RTA_DPORT (line 636) | RTA_DPORT = 0x1d constant RTN_UNSPEC (line 637) | RTN_UNSPEC = 0x0 constant RTN_UNICAST (line 638) | RTN_UNICAST = 0x1 constant RTN_LOCAL (line 639) | RTN_LOCAL = 0x2 constant RTN_BROADCAST (line 640) | RTN_BROADCAST = 0x3 constant RTN_ANYCAST (line 641) | RTN_ANYCAST = 0x4 constant RTN_MULTICAST (line 642) | RTN_MULTICAST = 0x5 constant RTN_BLACKHOLE (line 643) | RTN_BLACKHOLE = 0x6 constant RTN_UNREACHABLE (line 644) | RTN_UNREACHABLE = 0x7 constant RTN_PROHIBIT (line 645) | RTN_PROHIBIT = 0x8 constant RTN_THROW (line 646) | RTN_THROW = 0x9 constant RTN_NAT (line 647) | RTN_NAT = 0xa constant RTN_XRESOLVE (line 648) | RTN_XRESOLVE = 0xb constant SizeofNlMsghdr (line 649) | SizeofNlMsghdr = 0x10 constant SizeofNlMsgerr (line 650) | SizeofNlMsgerr = 0x14 constant SizeofRtGenmsg (line 651) | SizeofRtGenmsg = 0x1 constant SizeofNlAttr (line 652) | SizeofNlAttr = 0x4 constant SizeofRtAttr (line 653) | SizeofRtAttr = 0x4 constant SizeofIfInfomsg (line 654) | SizeofIfInfomsg = 0x10 constant SizeofIfAddrmsg (line 655) | SizeofIfAddrmsg = 0x8 constant SizeofIfaCacheinfo (line 656) | SizeofIfaCacheinfo = 0x10 constant SizeofRtMsg (line 657) | SizeofRtMsg = 0xc constant SizeofRtNexthop (line 658) | SizeofRtNexthop = 0x8 constant SizeofNdUseroptmsg (line 659) | SizeofNdUseroptmsg = 0x10 constant SizeofNdMsg (line 660) | SizeofNdMsg = 0xc type NlMsghdr (line 663) | type NlMsghdr struct type NlMsgerr (line 671) | type NlMsgerr struct type RtGenmsg (line 676) | type RtGenmsg struct type NlAttr (line 680) | type NlAttr struct type RtAttr (line 685) | type RtAttr struct type IfInfomsg (line 690) | type IfInfomsg struct type IfAddrmsg (line 699) | type IfAddrmsg struct type IfaCacheinfo (line 707) | type IfaCacheinfo struct type RtMsg (line 714) | type RtMsg struct type RtNexthop (line 726) | type RtNexthop struct type NdUseroptmsg (line 733) | type NdUseroptmsg struct type NdMsg (line 744) | type NdMsg struct constant ICMP_FILTER (line 755) | ICMP_FILTER = 0x1 constant ICMPV6_FILTER (line 757) | ICMPV6_FILTER = 0x1 constant ICMPV6_FILTER_BLOCK (line 758) | ICMPV6_FILTER_BLOCK = 0x1 constant ICMPV6_FILTER_BLOCKOTHERS (line 759) | ICMPV6_FILTER_BLOCKOTHERS = 0x3 constant ICMPV6_FILTER_PASS (line 760) | ICMPV6_FILTER_PASS = 0x2 constant ICMPV6_FILTER_PASSONLY (line 761) | ICMPV6_FILTER_PASSONLY = 0x4 constant SizeofSockFilter (line 765) | SizeofSockFilter = 0x8 type SockFilter (line 768) | type SockFilter struct type SockFprog (line 775) | type SockFprog struct type InotifyEvent (line 780) | type InotifyEvent struct constant SizeofInotifyEvent (line 787) | SizeofInotifyEvent = 0x10 constant SI_LOAD_SHIFT (line 789) | SI_LOAD_SHIFT = 0x10 type Utsname (line 791) | type Utsname struct constant AT_EMPTY_PATH (line 801) | AT_EMPTY_PATH = 0x1000 constant AT_FDCWD (line 802) | AT_FDCWD = -0x64 constant AT_NO_AUTOMOUNT (line 803) | AT_NO_AUTOMOUNT = 0x800 constant AT_REMOVEDIR (line 804) | AT_REMOVEDIR = 0x200 constant AT_STATX_SYNC_AS_STAT (line 806) | AT_STATX_SYNC_AS_STAT = 0x0 constant AT_STATX_FORCE_SYNC (line 807) | AT_STATX_FORCE_SYNC = 0x2000 constant AT_STATX_DONT_SYNC (line 808) | AT_STATX_DONT_SYNC = 0x4000 constant AT_RECURSIVE (line 810) | AT_RECURSIVE = 0x8000 constant AT_SYMLINK_FOLLOW (line 812) | AT_SYMLINK_FOLLOW = 0x400 constant AT_SYMLINK_NOFOLLOW (line 813) | AT_SYMLINK_NOFOLLOW = 0x100 constant AT_EACCESS (line 815) | AT_EACCESS = 0x200 constant OPEN_TREE_CLONE (line 817) | OPEN_TREE_CLONE = 0x1 constant MOVE_MOUNT_F_SYMLINKS (line 819) | MOVE_MOUNT_F_SYMLINKS = 0x1 constant MOVE_MOUNT_F_AUTOMOUNTS (line 820) | MOVE_MOUNT_F_AUTOMOUNTS = 0x2 constant MOVE_MOUNT_F_EMPTY_PATH (line 821) | MOVE_MOUNT_F_EMPTY_PATH = 0x4 constant MOVE_MOUNT_T_SYMLINKS (line 822) | MOVE_MOUNT_T_SYMLINKS = 0x10 constant MOVE_MOUNT_T_AUTOMOUNTS (line 823) | MOVE_MOUNT_T_AUTOMOUNTS = 0x20 constant MOVE_MOUNT_T_EMPTY_PATH (line 824) | MOVE_MOUNT_T_EMPTY_PATH = 0x40 constant MOVE_MOUNT_SET_GROUP (line 825) | MOVE_MOUNT_SET_GROUP = 0x100 constant FSOPEN_CLOEXEC (line 827) | FSOPEN_CLOEXEC = 0x1 constant FSPICK_CLOEXEC (line 829) | FSPICK_CLOEXEC = 0x1 constant FSPICK_SYMLINK_NOFOLLOW (line 830) | FSPICK_SYMLINK_NOFOLLOW = 0x2 constant FSPICK_NO_AUTOMOUNT (line 831) | FSPICK_NO_AUTOMOUNT = 0x4 constant FSPICK_EMPTY_PATH (line 832) | FSPICK_EMPTY_PATH = 0x8 constant FSMOUNT_CLOEXEC (line 834) | FSMOUNT_CLOEXEC = 0x1 type OpenHow (line 837) | type OpenHow struct constant SizeofOpenHow (line 843) | SizeofOpenHow = 0x18 constant RESOLVE_BENEATH (line 846) | RESOLVE_BENEATH = 0x8 constant RESOLVE_IN_ROOT (line 847) | RESOLVE_IN_ROOT = 0x10 constant RESOLVE_NO_MAGICLINKS (line 848) | RESOLVE_NO_MAGICLINKS = 0x2 constant RESOLVE_NO_SYMLINKS (line 849) | RESOLVE_NO_SYMLINKS = 0x4 constant RESOLVE_NO_XDEV (line 850) | RESOLVE_NO_XDEV = 0x1 type PollFd (line 853) | type PollFd struct constant POLLIN (line 860) | POLLIN = 0x1 constant POLLPRI (line 861) | POLLPRI = 0x2 constant POLLOUT (line 862) | POLLOUT = 0x4 constant POLLERR (line 863) | POLLERR = 0x8 constant POLLHUP (line 864) | POLLHUP = 0x10 constant POLLNVAL (line 865) | POLLNVAL = 0x20 type sigset_argpack (line 868) | type sigset_argpack struct type SignalfdSiginfo (line 873) | type SignalfdSiginfo struct type Winsize (line 898) | type Winsize struct constant TASKSTATS_CMD_UNSPEC (line 906) | TASKSTATS_CMD_UNSPEC = 0x0 constant TASKSTATS_CMD_GET (line 907) | TASKSTATS_CMD_GET = 0x1 constant TASKSTATS_CMD_NEW (line 908) | TASKSTATS_CMD_NEW = 0x2 constant TASKSTATS_TYPE_UNSPEC (line 909) | TASKSTATS_TYPE_UNSPEC = 0x0 constant TASKSTATS_TYPE_PID (line 910) | TASKSTATS_TYPE_PID = 0x1 constant TASKSTATS_TYPE_TGID (line 911) | TASKSTATS_TYPE_TGID = 0x2 constant TASKSTATS_TYPE_STATS (line 912) | TASKSTATS_TYPE_STATS = 0x3 constant TASKSTATS_TYPE_AGGR_PID (line 913) | TASKSTATS_TYPE_AGGR_PID = 0x4 constant TASKSTATS_TYPE_AGGR_TGID (line 914) | TASKSTATS_TYPE_AGGR_TGID = 0x5 constant TASKSTATS_TYPE_NULL (line 915) | TASKSTATS_TYPE_NULL = 0x6 constant TASKSTATS_CMD_ATTR_UNSPEC (line 916) | TASKSTATS_CMD_ATTR_UNSPEC = 0x0 constant TASKSTATS_CMD_ATTR_PID (line 917) | TASKSTATS_CMD_ATTR_PID = 0x1 constant TASKSTATS_CMD_ATTR_TGID (line 918) | TASKSTATS_CMD_ATTR_TGID = 0x2 constant TASKSTATS_CMD_ATTR_REGISTER_CPUMASK (line 919) | TASKSTATS_CMD_ATTR_REGISTER_CPUMASK = 0x3 constant TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK (line 920) | TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4 type CGroupStats (line 923) | type CGroupStats struct constant CGROUPSTATS_CMD_UNSPEC (line 932) | CGROUPSTATS_CMD_UNSPEC = 0x3 constant CGROUPSTATS_CMD_GET (line 933) | CGROUPSTATS_CMD_GET = 0x4 constant CGROUPSTATS_CMD_NEW (line 934) | CGROUPSTATS_CMD_NEW = 0x5 constant CGROUPSTATS_TYPE_UNSPEC (line 935) | CGROUPSTATS_TYPE_UNSPEC = 0x0 constant CGROUPSTATS_TYPE_CGROUP_STATS (line 936) | CGROUPSTATS_TYPE_CGROUP_STATS = 0x1 constant CGROUPSTATS_CMD_ATTR_UNSPEC (line 937) | CGROUPSTATS_CMD_ATTR_UNSPEC = 0x0 constant CGROUPSTATS_CMD_ATTR_FD (line 938) | CGROUPSTATS_CMD_ATTR_FD = 0x1 type Genlmsghdr (line 941) | type Genlmsghdr struct constant CTRL_CMD_UNSPEC (line 948) | CTRL_CMD_UNSPEC = 0x0 constant CTRL_CMD_NEWFAMILY (line 949) | CTRL_CMD_NEWFAMILY = 0x1 constant CTRL_CMD_DELFAMILY (line 950) | CTRL_CMD_DELFAMILY = 0x2 constant CTRL_CMD_GETFAMILY (line 951) | CTRL_CMD_GETFAMILY = 0x3 constant CTRL_CMD_NEWOPS (line 952) | CTRL_CMD_NEWOPS = 0x4 constant CTRL_CMD_DELOPS (line 953) | CTRL_CMD_DELOPS = 0x5 constant CTRL_CMD_GETOPS (line 954) | CTRL_CMD_GETOPS = 0x6 constant CTRL_CMD_NEWMCAST_GRP (line 955) | CTRL_CMD_NEWMCAST_GRP = 0x7 constant CTRL_CMD_DELMCAST_GRP (line 956) | CTRL_CMD_DELMCAST_GRP = 0x8 constant CTRL_CMD_GETMCAST_GRP (line 957) | CTRL_CMD_GETMCAST_GRP = 0x9 constant CTRL_CMD_GETPOLICY (line 958) | CTRL_CMD_GETPOLICY = 0xa constant CTRL_ATTR_UNSPEC (line 959) | CTRL_ATTR_UNSPEC = 0x0 constant CTRL_ATTR_FAMILY_ID (line 960) | CTRL_ATTR_FAMILY_ID = 0x1 constant CTRL_ATTR_FAMILY_NAME (line 961) | CTRL_ATTR_FAMILY_NAME = 0x2 constant CTRL_ATTR_VERSION (line 962) | CTRL_ATTR_VERSION = 0x3 constant CTRL_ATTR_HDRSIZE (line 963) | CTRL_ATTR_HDRSIZE = 0x4 constant CTRL_ATTR_MAXATTR (line 964) | CTRL_ATTR_MAXATTR = 0x5 constant CTRL_ATTR_OPS (line 965) | CTRL_ATTR_OPS = 0x6 constant CTRL_ATTR_MCAST_GROUPS (line 966) | CTRL_ATTR_MCAST_GROUPS = 0x7 constant CTRL_ATTR_POLICY (line 967) | CTRL_ATTR_POLICY = 0x8 constant CTRL_ATTR_OP_POLICY (line 968) | CTRL_ATTR_OP_POLICY = 0x9 constant CTRL_ATTR_OP (line 969) | CTRL_ATTR_OP = 0xa constant CTRL_ATTR_OP_UNSPEC (line 970) | CTRL_ATTR_OP_UNSPEC = 0x0 constant CTRL_ATTR_OP_ID (line 971) | CTRL_ATTR_OP_ID = 0x1 constant CTRL_ATTR_OP_FLAGS (line 972) | CTRL_ATTR_OP_FLAGS = 0x2 constant CTRL_ATTR_MCAST_GRP_UNSPEC (line 973) | CTRL_ATTR_MCAST_GRP_UNSPEC = 0x0 constant CTRL_ATTR_MCAST_GRP_NAME (line 974) | CTRL_ATTR_MCAST_GRP_NAME = 0x1 constant CTRL_ATTR_MCAST_GRP_ID (line 975) | CTRL_ATTR_MCAST_GRP_ID = 0x2 constant CTRL_ATTR_POLICY_UNSPEC (line 976) | CTRL_ATTR_POLICY_UNSPEC = 0x0 constant CTRL_ATTR_POLICY_DO (line 977) | CTRL_ATTR_POLICY_DO = 0x1 constant CTRL_ATTR_POLICY_DUMP (line 978) | CTRL_ATTR_POLICY_DUMP = 0x2 constant CTRL_ATTR_POLICY_DUMP_MAX (line 979) | CTRL_ATTR_POLICY_DUMP_MAX = 0x2 constant _CPU_SETSIZE (line 983) | _CPU_SETSIZE = 0x400 constant BDADDR_BREDR (line 987) | BDADDR_BREDR = 0x0 constant BDADDR_LE_PUBLIC (line 988) | BDADDR_LE_PUBLIC = 0x1 constant BDADDR_LE_RANDOM (line 989) | BDADDR_LE_RANDOM = 0x2 type PerfEventAttr (line 992) | type PerfEventAttr struct type PerfEventMmapPage (line 1017) | type PerfEventMmapPage struct constant PerfBitDisabled (line 1047) | PerfBitDisabled uint64 = CBitFieldMaskBit0 constant PerfBitInherit (line 1048) | PerfBitInherit = CBitFieldMaskBit1 constant PerfBitPinned (line 1049) | PerfBitPinned = CBitFieldMaskBit2 constant PerfBitExclusive (line 1050) | PerfBitExclusive = CBitFieldMaskBit3 constant PerfBitExcludeUser (line 1051) | PerfBitExcludeUser = CBitFieldMaskBit4 constant PerfBitExcludeKernel (line 1052) | PerfBitExcludeKernel = CBitFieldMaskBit5 constant PerfBitExcludeHv (line 1053) | PerfBitExcludeHv = CBitFieldMaskBit6 constant PerfBitExcludeIdle (line 1054) | PerfBitExcludeIdle = CBitFieldMaskBit7 constant PerfBitMmap (line 1055) | PerfBitMmap = CBitFieldMaskBit8 constant PerfBitComm (line 1056) | PerfBitComm = CBitFieldMaskBit9 constant PerfBitFreq (line 1057) | PerfBitFreq = CBitFieldMaskBit10 constant PerfBitInheritStat (line 1058) | PerfBitInheritStat = CBitFieldMaskBit11 constant PerfBitEnableOnExec (line 1059) | PerfBitEnableOnExec = CBitFieldMaskBit12 constant PerfBitTask (line 1060) | PerfBitTask = CBitFieldMaskBit13 constant PerfBitWatermark (line 1061) | PerfBitWatermark = CBitFieldMaskBit14 constant PerfBitPreciseIPBit1 (line 1062) | PerfBitPreciseIPBit1 = CBitFieldMaskBit15 constant PerfBitPreciseIPBit2 (line 1063) | PerfBitPreciseIPBit2 = CBitFieldMaskBit16 constant PerfBitMmapData (line 1064) | PerfBitMmapData = CBitFieldMaskBit17 constant PerfBitSampleIDAll (line 1065) | PerfBitSampleIDAll = CBitFieldMaskBit18 constant PerfBitExcludeHost (line 1066) | PerfBitExcludeHost = CBitFieldMaskBit19 constant PerfBitExcludeGuest (line 1067) | PerfBitExcludeGuest = CBitFieldMaskBit20 constant PerfBitExcludeCallchainKernel (line 1068) | PerfBitExcludeCallchainKernel = CBitFieldMaskBit21 constant PerfBitExcludeCallchainUser (line 1069) | PerfBitExcludeCallchainUser = CBitFieldMaskBit22 constant PerfBitMmap2 (line 1070) | PerfBitMmap2 = CBitFieldMaskBit23 constant PerfBitCommExec (line 1071) | PerfBitCommExec = CBitFieldMaskBit24 constant PerfBitUseClockID (line 1072) | PerfBitUseClockID = CBitFieldMaskBit25 constant PerfBitContextSwitch (line 1073) | PerfBitContextSwitch = CBitFieldMaskBit26 constant PerfBitWriteBackward (line 1074) | PerfBitWriteBackward = CBitFieldMaskBit27 constant PERF_TYPE_HARDWARE (line 1078) | PERF_TYPE_HARDWARE = 0x0 constant PERF_TYPE_SOFTWARE (line 1079) | PERF_TYPE_SOFTWARE = 0x1 constant PERF_TYPE_TRACEPOINT (line 1080) | PERF_TYPE_TRACEPOINT = 0x2 constant PERF_TYPE_HW_CACHE (line 1081) | PERF_TYPE_HW_CACHE = 0x3 constant PERF_TYPE_RAW (line 1082) | PERF_TYPE_RAW = 0x4 constant PERF_TYPE_BREAKPOINT (line 1083) | PERF_TYPE_BREAKPOINT = 0x5 constant PERF_TYPE_MAX (line 1084) | PERF_TYPE_MAX = 0x6 constant PERF_COUNT_HW_CPU_CYCLES (line 1085) | PERF_COUNT_HW_CPU_CYCLES = 0x0 constant PERF_COUNT_HW_INSTRUCTIONS (line 1086) | PERF_COUNT_HW_INSTRUCTIONS = 0x1 constant PERF_COUNT_HW_CACHE_REFERENCES (line 1087) | PERF_COUNT_HW_CACHE_REFERENCES = 0x2 constant PERF_COUNT_HW_CACHE_MISSES (line 1088) | PERF_COUNT_HW_CACHE_MISSES = 0x3 constant PERF_COUNT_HW_BRANCH_INSTRUCTIONS (line 1089) | PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 0x4 constant PERF_COUNT_HW_BRANCH_MISSES (line 1090) | PERF_COUNT_HW_BRANCH_MISSES = 0x5 constant PERF_COUNT_HW_BUS_CYCLES (line 1091) | PERF_COUNT_HW_BUS_CYCLES = 0x6 constant PERF_COUNT_HW_STALLED_CYCLES_FRONTEND (line 1092) | PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 0x7 constant PERF_COUNT_HW_STALLED_CYCLES_BACKEND (line 1093) | PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 0x8 constant PERF_COUNT_HW_REF_CPU_CYCLES (line 1094) | PERF_COUNT_HW_REF_CPU_CYCLES = 0x9 constant PERF_COUNT_HW_MAX (line 1095) | PERF_COUNT_HW_MAX = 0xa constant PERF_COUNT_HW_CACHE_L1D (line 1096) | PERF_COUNT_HW_CACHE_L1D = 0x0 constant PERF_COUNT_HW_CACHE_L1I (line 1097) | PERF_COUNT_HW_CACHE_L1I = 0x1 constant PERF_COUNT_HW_CACHE_LL (line 1098) | PERF_COUNT_HW_CACHE_LL = 0x2 constant PERF_COUNT_HW_CACHE_DTLB (line 1099) | PERF_COUNT_HW_CACHE_DTLB = 0x3 constant PERF_COUNT_HW_CACHE_ITLB (line 1100) | PERF_COUNT_HW_CACHE_ITLB = 0x4 constant PERF_COUNT_HW_CACHE_BPU (line 1101) | PERF_COUNT_HW_CACHE_BPU = 0x5 constant PERF_COUNT_HW_CACHE_NODE (line 1102) | PERF_COUNT_HW_CACHE_NODE = 0x6 constant PERF_COUNT_HW_CACHE_MAX (line 1103) | PERF_COUNT_HW_CACHE_MAX = 0x7 constant PERF_COUNT_HW_CACHE_OP_READ (line 1104) | PERF_COUNT_HW_CACHE_OP_READ = 0x0 constant PERF_COUNT_HW_CACHE_OP_WRITE (line 1105) | PERF_COUNT_HW_CACHE_OP_WRITE = 0x1 constant PERF_COUNT_HW_CACHE_OP_PREFETCH (line 1106) | PERF_COUNT_HW_CACHE_OP_PREFETCH = 0x2 constant PERF_COUNT_HW_CACHE_OP_MAX (line 1107) | PERF_COUNT_HW_CACHE_OP_MAX = 0x3 constant PERF_COUNT_HW_CACHE_RESULT_ACCESS (line 1108) | PERF_COUNT_HW_CACHE_RESULT_ACCESS = 0x0 constant PERF_COUNT_HW_CACHE_RESULT_MISS (line 1109) | PERF_COUNT_HW_CACHE_RESULT_MISS = 0x1 constant PERF_COUNT_HW_CACHE_RESULT_MAX (line 1110) | PERF_COUNT_HW_CACHE_RESULT_MAX = 0x2 constant PERF_COUNT_SW_CPU_CLOCK (line 1111) | PERF_COUNT_SW_CPU_CLOCK = 0x0 constant PERF_COUNT_SW_TASK_CLOCK (line 1112) | PERF_COUNT_SW_TASK_CLOCK = 0x1 constant PERF_COUNT_SW_PAGE_FAULTS (line 1113) | PERF_COUNT_SW_PAGE_FAULTS = 0x2 constant PERF_COUNT_SW_CONTEXT_SWITCHES (line 1114) | PERF_COUNT_SW_CONTEXT_SWITCHES = 0x3 constant PERF_COUNT_SW_CPU_MIGRATIONS (line 1115) | PERF_COUNT_SW_CPU_MIGRATIONS = 0x4 constant PERF_COUNT_SW_PAGE_FAULTS_MIN (line 1116) | PERF_COUNT_SW_PAGE_FAULTS_MIN = 0x5 constant PERF_COUNT_SW_PAGE_FAULTS_MAJ (line 1117) | PERF_COUNT_SW_PAGE_FAULTS_MAJ = 0x6 constant PERF_COUNT_SW_ALIGNMENT_FAULTS (line 1118) | PERF_COUNT_SW_ALIGNMENT_FAULTS = 0x7 constant PERF_COUNT_SW_EMULATION_FAULTS (line 1119) | PERF_COUNT_SW_EMULATION_FAULTS = 0x8 constant PERF_COUNT_SW_DUMMY (line 1120) | PERF_COUNT_SW_DUMMY = 0x9 constant PERF_COUNT_SW_BPF_OUTPUT (line 1121) | PERF_COUNT_SW_BPF_OUTPUT = 0xa constant PERF_COUNT_SW_MAX (line 1122) | PERF_COUNT_SW_MAX = 0xc constant PERF_SAMPLE_IP (line 1123) | PERF_SAMPLE_IP = 0x1 constant PERF_SAMPLE_TID (line 1124) | PERF_SAMPLE_TID = 0x2 constant PERF_SAMPLE_TIME (line 1125) | PERF_SAMPLE_TIME = 0x4 constant PERF_SAMPLE_ADDR (line 1126) | PERF_SAMPLE_ADDR = 0x8 constant PERF_SAMPLE_READ (line 1127) | PERF_SAMPLE_READ = 0x10 constant PERF_SAMPLE_CALLCHAIN (line 1128) | PERF_SAMPLE_CALLCHAIN = 0x20 constant PERF_SAMPLE_ID (line 1129) | PERF_SAMPLE_ID = 0x40 constant PERF_SAMPLE_CPU (line 1130) | PERF_SAMPLE_CPU = 0x80 constant PERF_SAMPLE_PERIOD (line 1131) | PERF_SAMPLE_PERIOD = 0x100 constant PERF_SAMPLE_STREAM_ID (line 1132) | PERF_SAMPLE_STREAM_ID = 0x200 constant PERF_SAMPLE_RAW (line 1133) | PERF_SAMPLE_RAW = 0x400 constant PERF_SAMPLE_BRANCH_STACK (line 1134) | PERF_SAMPLE_BRANCH_STACK = 0x800 constant PERF_SAMPLE_REGS_USER (line 1135) | PERF_SAMPLE_REGS_USER = 0x1000 constant PERF_SAMPLE_STACK_USER (line 1136) | PERF_SAMPLE_STACK_USER = 0x2000 constant PERF_SAMPLE_WEIGHT (line 1137) | PERF_SAMPLE_WEIGHT = 0x4000 constant PERF_SAMPLE_DATA_SRC (line 1138) | PERF_SAMPLE_DATA_SRC = 0x8000 constant PERF_SAMPLE_IDENTIFIER (line 1139) | PERF_SAMPLE_IDENTIFIER = 0x10000 constant PERF_SAMPLE_TRANSACTION (line 1140) | PERF_SAMPLE_TRANSACTION = 0x20000 constant PERF_SAMPLE_REGS_INTR (line 1141) | PERF_SAMPLE_REGS_INTR = 0x40000 constant PERF_SAMPLE_PHYS_ADDR (line 1142) | PERF_SAMPLE_PHYS_ADDR = 0x80000 constant PERF_SAMPLE_AUX (line 1143) | PERF_SAMPLE_AUX = 0x100000 constant PERF_SAMPLE_CGROUP (line 1144) | PERF_SAMPLE_CGROUP = 0x200000 constant PERF_SAMPLE_DATA_PAGE_SIZE (line 1145) | PERF_SAMPLE_DATA_PAGE_SIZE = 0x400000 constant PERF_SAMPLE_CODE_PAGE_SIZE (line 1146) | PERF_SAMPLE_CODE_PAGE_SIZE = 0x800000 constant PERF_SAMPLE_WEIGHT_STRUCT (line 1147) | PERF_SAMPLE_WEIGHT_STRUCT = 0x1000000 constant PERF_SAMPLE_MAX (line 1148) | PERF_SAMPLE_MAX = 0x2000000 constant PERF_SAMPLE_BRANCH_USER_SHIFT (line 1149) | PERF_SAMPLE_BRANCH_USER_SHIFT = 0x0 constant PERF_SAMPLE_BRANCH_KERNEL_SHIFT (line 1150) | PERF_SAMPLE_BRANCH_KERNEL_SHIFT = 0x1 constant PERF_SAMPLE_BRANCH_HV_SHIFT (line 1151) | PERF_SAMPLE_BRANCH_HV_SHIFT = 0x2 constant PERF_SAMPLE_BRANCH_ANY_SHIFT (line 1152) | PERF_SAMPLE_BRANCH_ANY_SHIFT = 0x3 constant PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT (line 1153) | PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT = 0x4 constant PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT (line 1154) | PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT = 0x5 constant PERF_SAMPLE_BRANCH_IND_CALL_SHIFT (line 1155) | PERF_SAMPLE_BRANCH_IND_CALL_SHIFT = 0x6 constant PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT (line 1156) | PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT = 0x7 constant PERF_SAMPLE_BRANCH_IN_TX_SHIFT (line 1157) | PERF_SAMPLE_BRANCH_IN_TX_SHIFT = 0x8 constant PERF_SAMPLE_BRANCH_NO_TX_SHIFT (line 1158) | PERF_SAMPLE_BRANCH_NO_TX_SHIFT = 0x9 constant PERF_SAMPLE_BRANCH_COND_SHIFT (line 1159) | PERF_SAMPLE_BRANCH_COND_SHIFT = 0xa constant PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT (line 1160) | PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT = 0xb constant PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT (line 1161) | PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT = 0xc constant PERF_SAMPLE_BRANCH_CALL_SHIFT (line 1162) | PERF_SAMPLE_BRANCH_CALL_SHIFT = 0xd constant PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT (line 1163) | PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT = 0xe constant PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT (line 1164) | PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT = 0xf constant PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT (line 1165) | PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT = 0x10 constant PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT (line 1166) | PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 0x11 constant PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT (line 1167) | PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT = 0x12 constant PERF_SAMPLE_BRANCH_MAX_SHIFT (line 1168) | PERF_SAMPLE_BRANCH_MAX_SHIFT = 0x13 constant PERF_SAMPLE_BRANCH_USER (line 1169) | PERF_SAMPLE_BRANCH_USER = 0x1 constant PERF_SAMPLE_BRANCH_KERNEL (line 1170) | PERF_SAMPLE_BRANCH_KERNEL = 0x2 constant PERF_SAMPLE_BRANCH_HV (line 1171) | PERF_SAMPLE_BRANCH_HV = 0x4 constant PERF_SAMPLE_BRANCH_ANY (line 1172) | PERF_SAMPLE_BRANCH_ANY = 0x8 constant PERF_SAMPLE_BRANCH_ANY_CALL (line 1173) | PERF_SAMPLE_BRANCH_ANY_CALL = 0x10 constant PERF_SAMPLE_BRANCH_ANY_RETURN (line 1174) | PERF_SAMPLE_BRANCH_ANY_RETURN = 0x20 constant PERF_SAMPLE_BRANCH_IND_CALL (line 1175) | PERF_SAMPLE_BRANCH_IND_CALL = 0x40 constant PERF_SAMPLE_BRANCH_ABORT_TX (line 1176) | PERF_SAMPLE_BRANCH_ABORT_TX = 0x80 constant PERF_SAMPLE_BRANCH_IN_TX (line 1177) | PERF_SAMPLE_BRANCH_IN_TX = 0x100 constant PERF_SAMPLE_BRANCH_NO_TX (line 1178) | PERF_SAMPLE_BRANCH_NO_TX = 0x200 constant PERF_SAMPLE_BRANCH_COND (line 1179) | PERF_SAMPLE_BRANCH_COND = 0x400 constant PERF_SAMPLE_BRANCH_CALL_STACK (line 1180) | PERF_SAMPLE_BRANCH_CALL_STACK = 0x800 constant PERF_SAMPLE_BRANCH_IND_JUMP (line 1181) | PERF_SAMPLE_BRANCH_IND_JUMP = 0x1000 constant PERF_SAMPLE_BRANCH_CALL (line 1182) | PERF_SAMPLE_BRANCH_CALL = 0x2000 constant PERF_SAMPLE_BRANCH_NO_FLAGS (line 1183) | PERF_SAMPLE_BRANCH_NO_FLAGS = 0x4000 constant PERF_SAMPLE_BRANCH_NO_CYCLES (line 1184) | PERF_SAMPLE_BRANCH_NO_CYCLES = 0x8000 constant PERF_SAMPLE_BRANCH_TYPE_SAVE (line 1185) | PERF_SAMPLE_BRANCH_TYPE_SAVE = 0x10000 constant PERF_SAMPLE_BRANCH_HW_INDEX (line 1186) | PERF_SAMPLE_BRANCH_HW_INDEX = 0x20000 constant PERF_SAMPLE_BRANCH_PRIV_SAVE (line 1187) | PERF_SAMPLE_BRANCH_PRIV_SAVE = 0x40000 constant PERF_SAMPLE_BRANCH_MAX (line 1188) | PERF_SAMPLE_BRANCH_MAX = 0x80000 constant PERF_BR_UNKNOWN (line 1189) | PERF_BR_UNKNOWN = 0x0 constant PERF_BR_COND (line 1190) | PERF_BR_COND = 0x1 constant PERF_BR_UNCOND (line 1191) | PERF_BR_UNCOND = 0x2 constant PERF_BR_IND (line 1192) | PERF_BR_IND = 0x3 constant PERF_BR_CALL (line 1193) | PERF_BR_CALL = 0x4 constant PERF_BR_IND_CALL (line 1194) | PERF_BR_IND_CALL = 0x5 constant PERF_BR_RET (line 1195) | PERF_BR_RET = 0x6 constant PERF_BR_SYSCALL (line 1196) | PERF_BR_SYSCALL = 0x7 constant PERF_BR_SYSRET (line 1197) | PERF_BR_SYSRET = 0x8 constant PERF_BR_COND_CALL (line 1198) | PERF_BR_COND_CALL = 0x9 constant PERF_BR_COND_RET (line 1199) | PERF_BR_COND_RET = 0xa constant PERF_BR_ERET (line 1200) | PERF_BR_ERET = 0xb constant PERF_BR_IRQ (line 1201) | PERF_BR_IRQ = 0xc constant PERF_BR_SERROR (line 1202) | PERF_BR_SERROR = 0xd constant PERF_BR_NO_TX (line 1203) | PERF_BR_NO_TX = 0xe constant PERF_BR_EXTEND_ABI (line 1204) | PERF_BR_EXTEND_ABI = 0xf constant PERF_BR_MAX (line 1205) | PERF_BR_MAX = 0x10 constant PERF_SAMPLE_REGS_ABI_NONE (line 1206) | PERF_SAMPLE_REGS_ABI_NONE = 0x0 constant PERF_SAMPLE_REGS_ABI_32 (line 1207) | PERF_SAMPLE_REGS_ABI_32 = 0x1 constant PERF_SAMPLE_REGS_ABI_64 (line 1208) | PERF_SAMPLE_REGS_ABI_64 = 0x2 constant PERF_TXN_ELISION (line 1209) | PERF_TXN_ELISION = 0x1 constant PERF_TXN_TRANSACTION (line 1210) | PERF_TXN_TRANSACTION = 0x2 constant PERF_TXN_SYNC (line 1211) | PERF_TXN_SYNC = 0x4 constant PERF_TXN_ASYNC (line 1212) | PERF_TXN_ASYNC = 0x8 constant PERF_TXN_RETRY (line 1213) | PERF_TXN_RETRY = 0x10 constant PERF_TXN_CONFLICT (line 1214) | PERF_TXN_CONFLICT = 0x20 constant PERF_TXN_CAPACITY_WRITE (line 1215) | PERF_TXN_CAPACITY_WRITE = 0x40 constant PERF_TXN_CAPACITY_READ (line 1216) | PERF_TXN_CAPACITY_READ = 0x80 constant PERF_TXN_MAX (line 1217) | PERF_TXN_MAX = 0x100 constant PERF_TXN_ABORT_MASK (line 1218) | PERF_TXN_ABORT_MASK = -0x100000000 constant PERF_TXN_ABORT_SHIFT (line 1219) | PERF_TXN_ABORT_SHIFT = 0x20 constant PERF_FORMAT_TOTAL_TIME_ENABLED (line 1220) | PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1 constant PERF_FORMAT_TOTAL_TIME_RUNNING (line 1221) | PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2 constant PERF_FORMAT_ID (line 1222) | PERF_FORMAT_ID = 0x4 constant PERF_FORMAT_GROUP (line 1223) | PERF_FORMAT_GROUP = 0x8 constant PERF_FORMAT_LOST (line 1224) | PERF_FORMAT_LOST = 0x10 constant PERF_FORMAT_MAX (line 1225) | PERF_FORMAT_MAX = 0x20 constant PERF_IOC_FLAG_GROUP (line 1226) | PERF_IOC_FLAG_GROUP = 0x1 constant PERF_RECORD_MMAP (line 1227) | PERF_RECORD_MMAP = 0x1 constant PERF_RECORD_LOST (line 1228) | PERF_RECORD_LOST = 0x2 constant PERF_RECORD_COMM (line 1229) | PERF_RECORD_COMM = 0x3 constant PERF_RECORD_EXIT (line 1230) | PERF_RECORD_EXIT = 0x4 constant PERF_RECORD_THROTTLE (line 1231) | PERF_RECORD_THROTTLE = 0x5 constant PERF_RECORD_UNTHROTTLE (line 1232) | PERF_RECORD_UNTHROTTLE = 0x6 constant PERF_RECORD_FORK (line 1233) | PERF_RECORD_FORK = 0x7 constant PERF_RECORD_READ (line 1234) | PERF_RECORD_READ = 0x8 constant PERF_RECORD_SAMPLE (line 1235) | PERF_RECORD_SAMPLE = 0x9 constant PERF_RECORD_MMAP2 (line 1236) | PERF_RECORD_MMAP2 = 0xa constant PERF_RECORD_AUX (line 1237) | PERF_RECORD_AUX = 0xb constant PERF_RECORD_ITRACE_START (line 1238) | PERF_RECORD_ITRACE_START = 0xc constant PERF_RECORD_LOST_SAMPLES (line 1239) | PERF_RECORD_LOST_SAMPLES = 0xd constant PERF_RECORD_SWITCH (line 1240) | PERF_RECORD_SWITCH = 0xe constant PERF_RECORD_SWITCH_CPU_WIDE (line 1241) | PERF_RECORD_SWITCH_CPU_WIDE = 0xf constant PERF_RECORD_NAMESPACES (line 1242) | PERF_RECORD_NAMESPACES = 0x10 constant PERF_RECORD_KSYMBOL (line 1243) | PERF_RECORD_KSYMBOL = 0x11 constant PERF_RECORD_BPF_EVENT (line 1244) | PERF_RECORD_BPF_EVENT = 0x12 constant PERF_RECORD_CGROUP (line 1245) | PERF_RECORD_CGROUP = 0x13 constant PERF_RECORD_TEXT_POKE (line 1246) | PERF_RECORD_TEXT_POKE = 0x14 constant PERF_RECORD_AUX_OUTPUT_HW_ID (line 1247) | PERF_RECORD_AUX_OUTPUT_HW_ID = 0x15 constant PERF_RECORD_MAX (line 1248) | PERF_RECORD_MAX = 0x16 constant PERF_RECORD_KSYMBOL_TYPE_UNKNOWN (line 1249) | PERF_RECORD_KSYMBOL_TYPE_UNKNOWN = 0x0 constant PERF_RECORD_KSYMBOL_TYPE_BPF (line 1250) | PERF_RECORD_KSYMBOL_TYPE_BPF = 0x1 constant PERF_RECORD_KSYMBOL_TYPE_OOL (line 1251) | PERF_RECORD_KSYMBOL_TYPE_OOL = 0x2 constant PERF_RECORD_KSYMBOL_TYPE_MAX (line 1252) | PERF_RECORD_KSYMBOL_TYPE_MAX = 0x3 constant PERF_BPF_EVENT_UNKNOWN (line 1253) | PERF_BPF_EVENT_UNKNOWN = 0x0 constant PERF_BPF_EVENT_PROG_LOAD (line 1254) | PERF_BPF_EVENT_PROG_LOAD = 0x1 constant PERF_BPF_EVENT_PROG_UNLOAD (line 1255) | PERF_BPF_EVENT_PROG_UNLOAD = 0x2 constant PERF_BPF_EVENT_MAX (line 1256) | PERF_BPF_EVENT_MAX = 0x3 constant PERF_CONTEXT_HV (line 1257) | PERF_CONTEXT_HV = -0x20 constant PERF_CONTEXT_KERNEL (line 1258) | PERF_CONTEXT_KERNEL = -0x80 constant PERF_CONTEXT_USER (line 1259) | PERF_CONTEXT_USER = -0x200 constant PERF_CONTEXT_GUEST (line 1260) | PERF_CONTEXT_GUEST = -0x800 constant PERF_CONTEXT_GUEST_KERNEL (line 1261) | PERF_CONTEXT_GUEST_KERNEL = -0x880 constant PERF_CONTEXT_GUEST_USER (line 1262) | PERF_CONTEXT_GUEST_USER = -0xa00 constant PERF_CONTEXT_MAX (line 1263) | PERF_CONTEXT_MAX = -0xfff type TCPMD5Sig (line 1266) | type TCPMD5Sig struct type HDDriveCmdHdr (line 1275) | type HDDriveCmdHdr struct type HDDriveID (line 1282) | type HDDriveID struct constant ST_MANDLOCK (line 1365) | ST_MANDLOCK = 0x40 constant ST_NOATIME (line 1366) | ST_NOATIME = 0x400 constant ST_NODEV (line 1367) | ST_NODEV = 0x4 constant ST_NODIRATIME (line 1368) | ST_NODIRATIME = 0x800 constant ST_NOEXEC (line 1369) | ST_NOEXEC = 0x8 constant ST_NOSUID (line 1370) | ST_NOSUID = 0x2 constant ST_RDONLY (line 1371) | ST_RDONLY = 0x1 constant ST_RELATIME (line 1372) | ST_RELATIME = 0x1000 constant ST_SYNCHRONOUS (line 1373) | ST_SYNCHRONOUS = 0x10 type Tpacket2Hdr (line 1376) | type Tpacket2Hdr struct type Tpacket3Hdr (line 1389) | type Tpacket3Hdr struct type TpacketHdrVariant1 (line 1402) | type TpacketHdrVariant1 struct type TpacketBlockDesc (line 1409) | type TpacketBlockDesc struct type TpacketBDTS (line 1415) | type TpacketBDTS struct type TpacketHdrV1 (line 1420) | type TpacketHdrV1 struct type TpacketReq (line 1430) | type TpacketReq struct type TpacketReq3 (line 1437) | type TpacketReq3 struct type TpacketStats (line 1447) | type TpacketStats struct type TpacketStatsV3 (line 1452) | type TpacketStatsV3 struct type TpacketAuxdata (line 1458) | type TpacketAuxdata struct constant TPACKET_V1 (line 1469) | TPACKET_V1 = 0x0 constant TPACKET_V2 (line 1470) | TPACKET_V2 = 0x1 constant TPACKET_V3 (line 1471) | TPACKET_V3 = 0x2 constant SizeofTpacket2Hdr (line 1475) | SizeofTpacket2Hdr = 0x20 constant SizeofTpacket3Hdr (line 1476) | SizeofTpacket3Hdr = 0x30 constant SizeofTpacketStats (line 1478) | SizeofTpacketStats = 0x8 constant SizeofTpacketStatsV3 (line 1479) | SizeofTpacketStatsV3 = 0xc constant IFLA_UNSPEC (line 1483) | IFLA_UNSPEC = 0x0 constant IFLA_ADDRESS (line 1484) | IFLA_ADDRESS = 0x1 constant IFLA_BROADCAST (line 1485) | IFLA_BROADCAST = 0x2 constant IFLA_IFNAME (line 1486) | IFLA_IFNAME = 0x3 constant IFLA_MTU (line 1487) | IFLA_MTU = 0x4 constant IFLA_LINK (line 1488) | IFLA_LINK = 0x5 constant IFLA_QDISC (line 1489) | IFLA_QDISC = 0x6 constant IFLA_STATS (line 1490) | IFLA_STATS = 0x7 constant IFLA_COST (line 1491) | IFLA_COST = 0x8 constant IFLA_PRIORITY (line 1492) | IFLA_PRIORITY = 0x9 constant IFLA_MASTER (line 1493) | IFLA_MASTER = 0xa constant IFLA_WIRELESS (line 1494) | IFLA_WIRELESS = 0xb constant IFLA_PROTINFO (line 1495) | IFLA_PROTINFO = 0xc constant IFLA_TXQLEN (line 1496) | IFLA_TXQLEN = 0xd constant IFLA_MAP (line 1497) | IFLA_MAP = 0xe constant IFLA_WEIGHT (line 1498) | IFLA_WEIGHT = 0xf constant IFLA_OPERSTATE (line 1499) | IFLA_OPERSTATE = 0x10 constant IFLA_LINKMODE (line 1500) | IFLA_LINKMODE = 0x11 constant IFLA_LINKINFO (line 1501) | IFLA_LINKINFO = 0x12 constant IFLA_NET_NS_PID (line 1502) | IFLA_NET_NS_PID = 0x13 constant IFLA_IFALIAS (line 1503) | IFLA_IFALIAS = 0x14 constant IFLA_NUM_VF (line 1504) | IFLA_NUM_VF = 0x15 constant IFLA_VFINFO_LIST (line 1505) | IFLA_VFINFO_LIST = 0x16 constant IFLA_STATS64 (line 1506) | IFLA_STATS64 = 0x17 constant IFLA_VF_PORTS (line 1507) | IFLA_VF_PORTS = 0x18 constant IFLA_PORT_SELF (line 1508) | IFLA_PORT_SELF = 0x19 constant IFLA_AF_SPEC (line 1509) | IFLA_AF_SPEC = 0x1a constant IFLA_GROUP (line 1510) | IFLA_GROUP = 0x1b constant IFLA_NET_NS_FD (line 1511) | IFLA_NET_NS_FD = 0x1c constant IFLA_EXT_MASK (line 1512) | IFLA_EXT_MASK = 0x1d constant IFLA_PROMISCUITY (line 1513) | IFLA_PROMISCUITY = 0x1e constant IFLA_NUM_TX_QUEUES (line 1514) | IFLA_NUM_TX_QUEUES = 0x1f constant IFLA_NUM_RX_QUEUES (line 1515) | IFLA_NUM_RX_QUEUES = 0x20 constant IFLA_CARRIER (line 1516) | IFLA_CARRIER = 0x21 constant IFLA_PHYS_PORT_ID (line 1517) | IFLA_PHYS_PORT_ID = 0x22 constant IFLA_CARRIER_CHANGES (line 1518) | IFLA_CARRIER_CHANGES = 0x23 constant IFLA_PHYS_SWITCH_ID (line 1519) | IFLA_PHYS_SWITCH_ID = 0x24 constant IFLA_LINK_NETNSID (line 1520) | IFLA_LINK_NETNSID = 0x25 constant IFLA_PHYS_PORT_NAME (line 1521) | IFLA_PHYS_PORT_NAME = 0x26 constant IFLA_PROTO_DOWN (line 1522) | IFLA_PROTO_DOWN = 0x27 constant IFLA_GSO_MAX_SEGS (line 1523) | IFLA_GSO_MAX_SEGS = 0x28 constant IFLA_GSO_MAX_SIZE (line 1524) | IFLA_GSO_MAX_SIZE = 0x29 constant IFLA_PAD (line 1525) | IFLA_PAD = 0x2a constant IFLA_XDP (line 1526) | IFLA_XDP = 0x2b constant IFLA_EVENT (line 1527) | IFLA_EVENT = 0x2c constant IFLA_NEW_NETNSID (line 1528) | IFLA_NEW_NETNSID = 0x2d constant IFLA_IF_NETNSID (line 1529) | IFLA_IF_NETNSID = 0x2e constant IFLA_TARGET_NETNSID (line 1530) | IFLA_TARGET_NETNSID = 0x2e constant IFLA_CARRIER_UP_COUNT (line 1531) | IFLA_CARRIER_UP_COUNT = 0x2f constant IFLA_CARRIER_DOWN_COUNT (line 1532) | IFLA_CARRIER_DOWN_COUNT = 0x30 constant IFLA_NEW_IFINDEX (line 1533) | IFLA_NEW_IFINDEX = 0x31 constant IFLA_MIN_MTU (line 1534) | IFLA_MIN_MTU = 0x32 constant IFLA_MAX_MTU (line 1535) | IFLA_MAX_MTU = 0x33 constant IFLA_PROP_LIST (line 1536) | IFLA_PROP_LIST = 0x34 constant IFLA_ALT_IFNAME (line 1537) | IFLA_ALT_IFNAME = 0x35 constant IFLA_PERM_ADDRESS (line 1538) | IFLA_PERM_ADDRESS = 0x36 constant IFLA_PROTO_DOWN_REASON (line 1539) | IFLA_PROTO_DOWN_REASON = 0x37 constant IFLA_PARENT_DEV_NAME (line 1540) | IFLA_PARENT_DEV_NAME = 0x38 constant IFLA_PARENT_DEV_BUS_NAME (line 1541) | IFLA_PARENT_DEV_BUS_NAME = 0x39 constant IFLA_GRO_MAX_SIZE (line 1542) | IFLA_GRO_MAX_SIZE = 0x3a constant IFLA_TSO_MAX_SIZE (line 1543) | IFLA_TSO_MAX_SIZE = 0x3b constant IFLA_TSO_MAX_SEGS (line 1544) | IFLA_TSO_MAX_SEGS = 0x3c constant IFLA_ALLMULTI (line 1545) | IFLA_ALLMULTI = 0x3d constant IFLA_DEVLINK_PORT (line 1546) | IFLA_DEVLINK_PORT = 0x3e constant IFLA_GSO_IPV4_MAX_SIZE (line 1547) | IFLA_GSO_IPV4_MAX_SIZE = 0x3f constant IFLA_GRO_IPV4_MAX_SIZE (line 1548) | IFLA_GRO_IPV4_MAX_SIZE = 0x40 constant IFLA_PROTO_DOWN_REASON_UNSPEC (line 1549) | IFLA_PROTO_DOWN_REASON_UNSPEC = 0x0 constant IFLA_PROTO_DOWN_REASON_MASK (line 1550) | IFLA_PROTO_DOWN_REASON_MASK = 0x1 constant IFLA_PROTO_DOWN_REASON_VALUE (line 1551) | IFLA_PROTO_DOWN_REASON_VALUE = 0x2 constant IFLA_PROTO_DOWN_REASON_MAX (line 1552) | IFLA_PROTO_DOWN_REASON_MAX = 0x2 constant IFLA_INET_UNSPEC (line 1553) | IFLA_INET_UNSPEC = 0x0 constant IFLA_INET_CONF (line 1554) | IFLA_INET_CONF = 0x1 constant IFLA_INET6_UNSPEC (line 1555) | IFLA_INET6_UNSPEC = 0x0 constant IFLA_INET6_FLAGS (line 1556) | IFLA_INET6_FLAGS = 0x1 constant IFLA_INET6_CONF (line 1557) | IFLA_INET6_CONF = 0x2 constant IFLA_INET6_STATS (line 1558) | IFLA_INET6_STATS = 0x3 constant IFLA_INET6_MCAST (line 1559) | IFLA_INET6_MCAST = 0x4 constant IFLA_INET6_CACHEINFO (line 1560) | IFLA_INET6_CACHEINFO = 0x5 constant IFLA_INET6_ICMP6STATS (line 1561) | IFLA_INET6_ICMP6STATS = 0x6 constant IFLA_INET6_TOKEN (line 1562) | IFLA_INET6_TOKEN = 0x7 constant IFLA_INET6_ADDR_GEN_MODE (line 1563) | IFLA_INET6_ADDR_GEN_MODE = 0x8 constant IFLA_BR_UNSPEC (line 1564) | IFLA_BR_UNSPEC = 0x0 constant IFLA_BR_FORWARD_DELAY (line 1565) | IFLA_BR_FORWARD_DELAY = 0x1 constant IFLA_BR_HELLO_TIME (line 1566) | IFLA_BR_HELLO_TIME = 0x2 constant IFLA_BR_MAX_AGE (line 1567) | IFLA_BR_MAX_AGE = 0x3 constant IFLA_BR_AGEING_TIME (line 1568) | IFLA_BR_AGEING_TIME = 0x4 constant IFLA_BR_STP_STATE (line 1569) | IFLA_BR_STP_STATE = 0x5 constant IFLA_BR_PRIORITY (line 1570) | IFLA_BR_PRIORITY = 0x6 constant IFLA_BR_VLAN_FILTERING (line 1571) | IFLA_BR_VLAN_FILTERING = 0x7 constant IFLA_BR_VLAN_PROTOCOL (line 1572) | IFLA_BR_VLAN_PROTOCOL = 0x8 constant IFLA_BR_GROUP_FWD_MASK (line 1573) | IFLA_BR_GROUP_FWD_MASK = 0x9 constant IFLA_BR_ROOT_ID (line 1574) | IFLA_BR_ROOT_ID = 0xa constant IFLA_BR_BRIDGE_ID (line 1575) | IFLA_BR_BRIDGE_ID = 0xb constant IFLA_BR_ROOT_PORT (line 1576) | IFLA_BR_ROOT_PORT = 0xc constant IFLA_BR_ROOT_PATH_COST (line 1577) | IFLA_BR_ROOT_PATH_COST = 0xd constant IFLA_BR_TOPOLOGY_CHANGE (line 1578) | IFLA_BR_TOPOLOGY_CHANGE = 0xe constant IFLA_BR_TOPOLOGY_CHANGE_DETECTED (line 1579) | IFLA_BR_TOPOLOGY_CHANGE_DETECTED = 0xf constant IFLA_BR_HELLO_TIMER (line 1580) | IFLA_BR_HELLO_TIMER = 0x10 constant IFLA_BR_TCN_TIMER (line 1581) | IFLA_BR_TCN_TIMER = 0x11 constant IFLA_BR_TOPOLOGY_CHANGE_TIMER (line 1582) | IFLA_BR_TOPOLOGY_CHANGE_TIMER = 0x12 constant IFLA_BR_GC_TIMER (line 1583) | IFLA_BR_GC_TIMER = 0x13 constant IFLA_BR_GROUP_ADDR (line 1584) | IFLA_BR_GROUP_ADDR = 0x14 constant IFLA_BR_FDB_FLUSH (line 1585) | IFLA_BR_FDB_FLUSH = 0x15 constant IFLA_BR_MCAST_ROUTER (line 1586) | IFLA_BR_MCAST_ROUTER = 0x16 constant IFLA_BR_MCAST_SNOOPING (line 1587) | IFLA_BR_MCAST_SNOOPING = 0x17 constant IFLA_BR_MCAST_QUERY_USE_IFADDR (line 1588) | IFLA_BR_MCAST_QUERY_USE_IFADDR = 0x18 constant IFLA_BR_MCAST_QUERIER (line 1589) | IFLA_BR_MCAST_QUERIER = 0x19 constant IFLA_BR_MCAST_HASH_ELASTICITY (line 1590) | IFLA_BR_MCAST_HASH_ELASTICITY = 0x1a constant IFLA_BR_MCAST_HASH_MAX (line 1591) | IFLA_BR_MCAST_HASH_MAX = 0x1b constant IFLA_BR_MCAST_LAST_MEMBER_CNT (line 1592) | IFLA_BR_MCAST_LAST_MEMBER_CNT = 0x1c constant IFLA_BR_MCAST_STARTUP_QUERY_CNT (line 1593) | IFLA_BR_MCAST_STARTUP_QUERY_CNT = 0x1d constant IFLA_BR_MCAST_LAST_MEMBER_INTVL (line 1594) | IFLA_BR_MCAST_LAST_MEMBER_INTVL = 0x1e constant IFLA_BR_MCAST_MEMBERSHIP_INTVL (line 1595) | IFLA_BR_MCAST_MEMBERSHIP_INTVL = 0x1f constant IFLA_BR_MCAST_QUERIER_INTVL (line 1596) | IFLA_BR_MCAST_QUERIER_INTVL = 0x20 constant IFLA_BR_MCAST_QUERY_INTVL (line 1597) | IFLA_BR_MCAST_QUERY_INTVL = 0x21 constant IFLA_BR_MCAST_QUERY_RESPONSE_INTVL (line 1598) | IFLA_BR_MCAST_QUERY_RESPONSE_INTVL = 0x22 constant IFLA_BR_MCAST_STARTUP_QUERY_INTVL (line 1599) | IFLA_BR_MCAST_STARTUP_QUERY_INTVL = 0x23 constant IFLA_BR_NF_CALL_IPTABLES (line 1600) | IFLA_BR_NF_CALL_IPTABLES = 0x24 constant IFLA_BR_NF_CALL_IP6TABLES (line 1601) | IFLA_BR_NF_CALL_IP6TABLES = 0x25 constant IFLA_BR_NF_CALL_ARPTABLES (line 1602) | IFLA_BR_NF_CALL_ARPTABLES = 0x26 constant IFLA_BR_VLAN_DEFAULT_PVID (line 1603) | IFLA_BR_VLAN_DEFAULT_PVID = 0x27 constant IFLA_BR_PAD (line 1604) | IFLA_BR_PAD = 0x28 constant IFLA_BR_VLAN_STATS_ENABLED (line 1605) | IFLA_BR_VLAN_STATS_ENABLED = 0x29 constant IFLA_BR_MCAST_STATS_ENABLED (line 1606) | IFLA_BR_MCAST_STATS_ENABLED = 0x2a constant IFLA_BR_MCAST_IGMP_VERSION (line 1607) | IFLA_BR_MCAST_IGMP_VERSION = 0x2b constant IFLA_BR_MCAST_MLD_VERSION (line 1608) | IFLA_BR_MCAST_MLD_VERSION = 0x2c constant IFLA_BR_VLAN_STATS_PER_PORT (line 1609) | IFLA_BR_VLAN_STATS_PER_PORT = 0x2d constant IFLA_BR_MULTI_BOOLOPT (line 1610) | IFLA_BR_MULTI_BOOLOPT = 0x2e constant IFLA_BRPORT_UNSPEC (line 1611) | IFLA_BRPORT_UNSPEC = 0x0 constant IFLA_BRPORT_STATE (line 1612) | IFLA_BRPORT_STATE = 0x1 constant IFLA_BRPORT_PRIORITY (line 1613) | IFLA_BRPORT_PRIORITY = 0x2 constant IFLA_BRPORT_COST (line 1614) | IFLA_BRPORT_COST = 0x3 constant IFLA_BRPORT_MODE (line 1615) | IFLA_BRPORT_MODE = 0x4 constant IFLA_BRPORT_GUARD (line 1616) | IFLA_BRPORT_GUARD = 0x5 constant IFLA_BRPORT_PROTECT (line 1617) | IFLA_BRPORT_PROTECT = 0x6 constant IFLA_BRPORT_FAST_LEAVE (line 1618) | IFLA_BRPORT_FAST_LEAVE = 0x7 constant IFLA_BRPORT_LEARNING (line 1619) | IFLA_BRPORT_LEARNING = 0x8 constant IFLA_BRPORT_UNICAST_FLOOD (line 1620) | IFLA_BRPORT_UNICAST_FLOOD = 0x9 constant IFLA_BRPORT_PROXYARP (line 1621) | IFLA_BRPORT_PROXYARP = 0xa constant IFLA_BRPORT_LEARNING_SYNC (line 1622) | IFLA_BRPORT_LEARNING_SYNC = 0xb constant IFLA_BRPORT_PROXYARP_WIFI (line 1623) | IFLA_BRPORT_PROXYARP_WIFI = 0xc constant IFLA_BRPORT_ROOT_ID (line 1624) | IFLA_BRPORT_ROOT_ID = 0xd constant IFLA_BRPORT_BRIDGE_ID (line 1625) | IFLA_BRPORT_BRIDGE_ID = 0xe constant IFLA_BRPORT_DESIGNATED_PORT (line 1626) | IFLA_BRPORT_DESIGNATED_PORT = 0xf constant IFLA_BRPORT_DESIGNATED_COST (line 1627) | IFLA_BRPORT_DESIGNATED_COST = 0x10 constant IFLA_BRPORT_ID (line 1628) | IFLA_BRPORT_ID = 0x11 constant IFLA_BRPORT_NO (line 1629) | IFLA_BRPORT_NO = 0x12 constant IFLA_BRPORT_TOPOLOGY_CHANGE_ACK (line 1630) | IFLA_BRPORT_TOPOLOGY_CHANGE_ACK = 0x13 constant IFLA_BRPORT_CONFIG_PENDING (line 1631) | IFLA_BRPORT_CONFIG_PENDING = 0x14 constant IFLA_BRPORT_MESSAGE_AGE_TIMER (line 1632) | IFLA_BRPORT_MESSAGE_AGE_TIMER = 0x15 constant IFLA_BRPORT_FORWARD_DELAY_TIMER (line 1633) | IFLA_BRPORT_FORWARD_DELAY_TIMER = 0x16 constant IFLA_BRPORT_HOLD_TIMER (line 1634) | IFLA_BRPORT_HOLD_TIMER = 0x17 constant IFLA_BRPORT_FLUSH (line 1635) | IFLA_BRPORT_FLUSH = 0x18 constant IFLA_BRPORT_MULTICAST_ROUTER (line 1636) | IFLA_BRPORT_MULTICAST_ROUTER = 0x19 constant IFLA_BRPORT_PAD (line 1637) | IFLA_BRPORT_PAD = 0x1a constant IFLA_BRPORT_MCAST_FLOOD (line 1638) | IFLA_BRPORT_MCAST_FLOOD = 0x1b constant IFLA_BRPORT_MCAST_TO_UCAST (line 1639) | IFLA_BRPORT_MCAST_TO_UCAST = 0x1c constant IFLA_BRPORT_VLAN_TUNNEL (line 1640) | IFLA_BRPORT_VLAN_TUNNEL = 0x1d constant IFLA_BRPORT_BCAST_FLOOD (line 1641) | IFLA_BRPORT_BCAST_FLOOD = 0x1e constant IFLA_BRPORT_GROUP_FWD_MASK (line 1642) | IFLA_BRPORT_GROUP_FWD_MASK = 0x1f constant IFLA_BRPORT_NEIGH_SUPPRESS (line 1643) | IFLA_BRPORT_NEIGH_SUPPRESS = 0x20 constant IFLA_BRPORT_ISOLATED (line 1644) | IFLA_BRPORT_ISOLATED = 0x21 constant IFLA_BRPORT_BACKUP_PORT (line 1645) | IFLA_BRPORT_BACKUP_PORT = 0x22 constant IFLA_BRPORT_MRP_RING_OPEN (line 1646) | IFLA_BRPORT_MRP_RING_OPEN = 0x23 constant IFLA_BRPORT_MRP_IN_OPEN (line 1647) | IFLA_BRPORT_MRP_IN_OPEN = 0x24 constant IFLA_INFO_UNSPEC (line 1648) | IFLA_INFO_UNSPEC = 0x0 constant IFLA_INFO_KIND (line 1649) | IFLA_INFO_KIND = 0x1 constant IFLA_INFO_DATA (line 1650) | IFLA_INFO_DATA = 0x2 constant IFLA_INFO_XSTATS (line 1651) | IFLA_INFO_XSTATS = 0x3 constant IFLA_INFO_SLAVE_KIND (line 1652) | IFLA_INFO_SLAVE_KIND = 0x4 constant IFLA_INFO_SLAVE_DATA (line 1653) | IFLA_INFO_SLAVE_DATA = 0x5 constant IFLA_VLAN_UNSPEC (line 1654) | IFLA_VLAN_UNSPEC = 0x0 constant IFLA_VLAN_ID (line 1655) | IFLA_VLAN_ID = 0x1 constant IFLA_VLAN_FLAGS (line 1656) | IFLA_VLAN_FLAGS = 0x2 constant IFLA_VLAN_EGRESS_QOS (line 1657) | IFLA_VLAN_EGRESS_QOS = 0x3 constant IFLA_VLAN_INGRESS_QOS (line 1658) | IFLA_VLAN_INGRESS_QOS = 0x4 constant IFLA_VLAN_PROTOCOL (line 1659) | IFLA_VLAN_PROTOCOL = 0x5 constant IFLA_VLAN_QOS_UNSPEC (line 1660) | IFLA_VLAN_QOS_UNSPEC = 0x0 constant IFLA_VLAN_QOS_MAPPING (line 1661) | IFLA_VLAN_QOS_MAPPING = 0x1 constant IFLA_MACVLAN_UNSPEC (line 1662) | IFLA_MACVLAN_UNSPEC = 0x0 constant IFLA_MACVLAN_MODE (line 1663) | IFLA_MACVLAN_MODE = 0x1 constant IFLA_MACVLAN_FLAGS (line 1664) | IFLA_MACVLAN_FLAGS = 0x2 constant IFLA_MACVLAN_MACADDR_MODE (line 1665) | IFLA_MACVLAN_MACADDR_MODE = 0x3 constant IFLA_MACVLAN_MACADDR (line 1666) | IFLA_MACVLAN_MACADDR = 0x4 constant IFLA_MACVLAN_MACADDR_DATA (line 1667) | IFLA_MACVLAN_MACADDR_DATA = 0x5 constant IFLA_MACVLAN_MACADDR_COUNT (line 1668) | IFLA_MACVLAN_MACADDR_COUNT = 0x6 constant IFLA_VRF_UNSPEC (line 1669) | IFLA_VRF_UNSPEC = 0x0 constant IFLA_VRF_TABLE (line 1670) | IFLA_VRF_TABLE = 0x1 constant IFLA_VRF_PORT_UNSPEC (line 1671) | IFLA_VRF_PORT_UNSPEC = 0x0 constant IFLA_VRF_PORT_TABLE (line 1672) | IFLA_VRF_PORT_TABLE = 0x1 constant IFLA_MACSEC_UNSPEC (line 1673) | IFLA_MACSEC_UNSPEC = 0x0 constant IFLA_MACSEC_SCI (line 1674) | IFLA_MACSEC_SCI = 0x1 constant IFLA_MACSEC_PORT (line 1675) | IFLA_MACSEC_PORT = 0x2 constant IFLA_MACSEC_ICV_LEN (line 1676) | IFLA_MACSEC_ICV_LEN = 0x3 constant IFLA_MACSEC_CIPHER_SUITE (line 1677) | IFLA_MACSEC_CIPHER_SUITE = 0x4 constant IFLA_MACSEC_WINDOW (line 1678) | IFLA_MACSEC_WINDOW = 0x5 constant IFLA_MACSEC_ENCODING_SA (line 1679) | IFLA_MACSEC_ENCODING_SA = 0x6 constant IFLA_MACSEC_ENCRYPT (line 1680) | IFLA_MACSEC_ENCRYPT = 0x7 constant IFLA_MACSEC_PROTECT (line 1681) | IFLA_MACSEC_PROTECT = 0x8 constant IFLA_MACSEC_INC_SCI (line 1682) | IFLA_MACSEC_INC_SCI = 0x9 constant IFLA_MACSEC_ES (line 1683) | IFLA_MACSEC_ES = 0xa constant IFLA_MACSEC_SCB (line 1684) | IFLA_MACSEC_SCB = 0xb constant IFLA_MACSEC_REPLAY_PROTECT (line 1685) | IFLA_MACSEC_REPLAY_PROTECT = 0xc constant IFLA_MACSEC_VALIDATION (line 1686) | IFLA_MACSEC_VALIDATION = 0xd constant IFLA_MACSEC_PAD (line 1687) | IFLA_MACSEC_PAD = 0xe constant IFLA_MACSEC_OFFLOAD (line 1688) | IFLA_MACSEC_OFFLOAD = 0xf constant IFLA_XFRM_UNSPEC (line 1689) | IFLA_XFRM_UNSPEC = 0x0 constant IFLA_XFRM_LINK (line 1690) | IFLA_XFRM_LINK = 0x1 constant IFLA_XFRM_IF_ID (line 1691) | IFLA_XFRM_IF_ID = 0x2 constant IFLA_IPVLAN_UNSPEC (line 1692) | IFLA_IPVLAN_UNSPEC = 0x0 constant IFLA_IPVLAN_MODE (line 1693) | IFLA_IPVLAN_MODE = 0x1 constant IFLA_IPVLAN_FLAGS (line 1694) | IFLA_IPVLAN_FLAGS = 0x2 constant IFLA_VXLAN_UNSPEC (line 1695) | IFLA_VXLAN_UNSPEC = 0x0 constant IFLA_VXLAN_ID (line 1696) | IFLA_VXLAN_ID = 0x1 constant IFLA_VXLAN_GROUP (line 1697) | IFLA_VXLAN_GROUP = 0x2 constant IFLA_VXLAN_LINK (line 1698) | IFLA_VXLAN_LINK = 0x3 constant IFLA_VXLAN_LOCAL (line 1699) | IFLA_VXLAN_LOCAL = 0x4 constant IFLA_VXLAN_TTL (line 1700) | IFLA_VXLAN_TTL = 0x5 constant IFLA_VXLAN_TOS (line 1701) | IFLA_VXLAN_TOS = 0x6 constant IFLA_VXLAN_LEARNING (line 1702) | IFLA_VXLAN_LEARNING = 0x7 constant IFLA_VXLAN_AGEING (line 1703) | IFLA_VXLAN_AGEING = 0x8 constant IFLA_VXLAN_LIMIT (line 1704) | IFLA_VXLAN_LIMIT = 0x9 constant IFLA_VXLAN_PORT_RANGE (line 1705) | IFLA_VXLAN_PORT_RANGE = 0xa constant IFLA_VXLAN_PROXY (line 1706) | IFLA_VXLAN_PROXY = 0xb constant IFLA_VXLAN_RSC (line 1707) | IFLA_VXLAN_RSC = 0xc constant IFLA_VXLAN_L2MISS (line 1708) | IFLA_VXLAN_L2MISS = 0xd constant IFLA_VXLAN_L3MISS (line 1709) | IFLA_VXLAN_L3MISS = 0xe constant IFLA_VXLAN_PORT (line 1710) | IFLA_VXLAN_PORT = 0xf constant IFLA_VXLAN_GROUP6 (line 1711) | IFLA_VXLAN_GROUP6 = 0x10 constant IFLA_VXLAN_LOCAL6 (line 1712) | IFLA_VXLAN_LOCAL6 = 0x11 constant IFLA_VXLAN_UDP_CSUM (line 1713) | IFLA_VXLAN_UDP_CSUM = 0x12 constant IFLA_VXLAN_UDP_ZERO_CSUM6_TX (line 1714) | IFLA_VXLAN_UDP_ZERO_CSUM6_TX = 0x13 constant IFLA_VXLAN_UDP_ZERO_CSUM6_RX (line 1715) | IFLA_VXLAN_UDP_ZERO_CSUM6_RX = 0x14 constant IFLA_VXLAN_REMCSUM_TX (line 1716) | IFLA_VXLAN_REMCSUM_TX = 0x15 constant IFLA_VXLAN_REMCSUM_RX (line 1717) | IFLA_VXLAN_REMCSUM_RX = 0x16 constant IFLA_VXLAN_GBP (line 1718) | IFLA_VXLAN_GBP = 0x17 constant IFLA_VXLAN_REMCSUM_NOPARTIAL (line 1719) | IFLA_VXLAN_REMCSUM_NOPARTIAL = 0x18 constant IFLA_VXLAN_COLLECT_METADATA (line 1720) | IFLA_VXLAN_COLLECT_METADATA = 0x19 constant IFLA_VXLAN_LABEL (line 1721) | IFLA_VXLAN_LABEL = 0x1a constant IFLA_VXLAN_GPE (line 1722) | IFLA_VXLAN_GPE = 0x1b constant IFLA_VXLAN_TTL_INHERIT (line 1723) | IFLA_VXLAN_TTL_INHERIT = 0x1c constant IFLA_VXLAN_DF (line 1724) | IFLA_VXLAN_DF = 0x1d constant IFLA_GENEVE_UNSPEC (line 1725) | IFLA_GENEVE_UNSPEC = 0x0 constant IFLA_GENEVE_ID (line 1726) | IFLA_GENEVE_ID = 0x1 constant IFLA_GENEVE_REMOTE (line 1727) | IFLA_GENEVE_REMOTE = 0x2 constant IFLA_GENEVE_TTL (line 1728) | IFLA_GENEVE_TTL = 0x3 constant IFLA_GENEVE_TOS (line 1729) | IFLA_GENEVE_TOS = 0x4 constant IFLA_GENEVE_PORT (line 1730) | IFLA_GENEVE_PORT = 0x5 constant IFLA_GENEVE_COLLECT_METADATA (line 1731) | IFLA_GENEVE_COLLECT_METADATA = 0x6 constant IFLA_GENEVE_REMOTE6 (line 1732) | IFLA_GENEVE_REMOTE6 = 0x7 constant IFLA_GENEVE_UDP_CSUM (line 1733) | IFLA_GENEVE_UDP_CSUM = 0x8 constant IFLA_GENEVE_UDP_ZERO_CSUM6_TX (line 1734) | IFLA_GENEVE_UDP_ZERO_CSUM6_TX = 0x9 constant IFLA_GENEVE_UDP_ZERO_CSUM6_RX (line 1735) | IFLA_GENEVE_UDP_ZERO_CSUM6_RX = 0xa constant IFLA_GENEVE_LABEL (line 1736) | IFLA_GENEVE_LABEL = 0xb constant IFLA_GENEVE_TTL_INHERIT (line 1737) | IFLA_GENEVE_TTL_INHERIT = 0xc constant IFLA_GENEVE_DF (line 1738) | IFLA_GENEVE_DF = 0xd constant IFLA_BAREUDP_UNSPEC (line 1739) | IFLA_BAREUDP_UNSPEC = 0x0 constant IFLA_BAREUDP_PORT (line 1740) | IFLA_BAREUDP_PORT = 0x1 constant IFLA_BAREUDP_ETHERTYPE (line 1741) | IFLA_BAREUDP_ETHERTYPE = 0x2 constant IFLA_BAREUDP_SRCPORT_MIN (line 1742) | IFLA_BAREUDP_SRCPORT_MIN = 0x3 constant IFLA_BAREUDP_MULTIPROTO_MODE (line 1743) | IFLA_BAREUDP_MULTIPROTO_MODE = 0x4 constant IFLA_PPP_UNSPEC (line 1744) | IFLA_PPP_UNSPEC = 0x0 constant IFLA_PPP_DEV_FD (line 1745) | IFLA_PPP_DEV_FD = 0x1 constant IFLA_GTP_UNSPEC (line 1746) | IFLA_GTP_UNSPEC = 0x0 constant IFLA_GTP_FD0 (line 1747) | IFLA_GTP_FD0 = 0x1 constant IFLA_GTP_FD1 (line 1748) | IFLA_GTP_FD1 = 0x2 constant IFLA_GTP_PDP_HASHSIZE (line 1749) | IFLA_GTP_PDP_HASHSIZE = 0x3 constant IFLA_GTP_ROLE (line 1750) | IFLA_GTP_ROLE = 0x4 constant IFLA_BOND_UNSPEC (line 1751) | IFLA_BOND_UNSPEC = 0x0 constant IFLA_BOND_MODE (line 1752) | IFLA_BOND_MODE = 0x1 constant IFLA_BOND_ACTIVE_SLAVE (line 1753) | IFLA_BOND_ACTIVE_SLAVE = 0x2 constant IFLA_BOND_MIIMON (line 1754) | IFLA_BOND_MIIMON = 0x3 constant IFLA_BOND_UPDELAY (line 1755) | IFLA_BOND_UPDELAY = 0x4 constant IFLA_BOND_DOWNDELAY (line 1756) | IFLA_BOND_DOWNDELAY = 0x5 constant IFLA_BOND_USE_CARRIER (line 1757) | IFLA_BOND_USE_CARRIER = 0x6 constant IFLA_BOND_ARP_INTERVAL (line 1758) | IFLA_BOND_ARP_INTERVAL = 0x7 constant IFLA_BOND_ARP_IP_TARGET (line 1759) | IFLA_BOND_ARP_IP_TARGET = 0x8 constant IFLA_BOND_ARP_VALIDATE (line 1760) | IFLA_BOND_ARP_VALIDATE = 0x9 constant IFLA_BOND_ARP_ALL_TARGETS (line 1761) | IFLA_BOND_ARP_ALL_TARGETS = 0xa constant IFLA_BOND_PRIMARY (line 1762) | IFLA_BOND_PRIMARY = 0xb constant IFLA_BOND_PRIMARY_RESELECT (line 1763) | IFLA_BOND_PRIMARY_RESELECT = 0xc constant IFLA_BOND_FAIL_OVER_MAC (line 1764) | IFLA_BOND_FAIL_OVER_MAC = 0xd constant IFLA_BOND_XMIT_HASH_POLICY (line 1765) | IFLA_BOND_XMIT_HASH_POLICY = 0xe constant IFLA_BOND_RESEND_IGMP (line 1766) | IFLA_BOND_RESEND_IGMP = 0xf constant IFLA_BOND_NUM_PEER_NOTIF (line 1767) | IFLA_BOND_NUM_PEER_NOTIF = 0x10 constant IFLA_BOND_ALL_SLAVES_ACTIVE (line 1768) | IFLA_BOND_ALL_SLAVES_ACTIVE = 0x11 constant IFLA_BOND_MIN_LINKS (line 1769) | IFLA_BOND_MIN_LINKS = 0x12 constant IFLA_BOND_LP_INTERVAL (line 1770) | IFLA_BOND_LP_INTERVAL = 0x13 constant IFLA_BOND_PACKETS_PER_SLAVE (line 1771) | IFLA_BOND_PACKETS_PER_SLAVE = 0x14 constant IFLA_BOND_AD_LACP_RATE (line 1772) | IFLA_BOND_AD_LACP_RATE = 0x15 constant IFLA_BOND_AD_SELECT (line 1773) | IFLA_BOND_AD_SELECT = 0x16 constant IFLA_BOND_AD_INFO (line 1774) | IFLA_BOND_AD_INFO = 0x17 constant IFLA_BOND_AD_ACTOR_SYS_PRIO (line 1775) | IFLA_BOND_AD_ACTOR_SYS_PRIO = 0x18 constant IFLA_BOND_AD_USER_PORT_KEY (line 1776) | IFLA_BOND_AD_USER_PORT_KEY = 0x19 constant IFLA_BOND_AD_ACTOR_SYSTEM (line 1777) | IFLA_BOND_AD_ACTOR_SYSTEM = 0x1a constant IFLA_BOND_TLB_DYNAMIC_LB (line 1778) | IFLA_BOND_TLB_DYNAMIC_LB = 0x1b constant IFLA_BOND_PEER_NOTIF_DELAY (line 1779) | IFLA_BOND_PEER_NOTIF_DELAY = 0x1c constant IFLA_BOND_AD_INFO_UNSPEC (line 1780) | IFLA_BOND_AD_INFO_UNSPEC = 0x0 constant IFLA_BOND_AD_INFO_AGGREGATOR (line 1781) | IFLA_BOND_AD_INFO_AGGREGATOR = 0x1 constant IFLA_BOND_AD_INFO_NUM_PORTS (line 1782) | IFLA_BOND_AD_INFO_NUM_PORTS = 0x2 constant IFLA_BOND_AD_INFO_ACTOR_KEY (line 1783) | IFLA_BOND_AD_INFO_ACTOR_KEY = 0x3 constant IFLA_BOND_AD_INFO_PARTNER_KEY (line 1784) | IFLA_BOND_AD_INFO_PARTNER_KEY = 0x4 constant IFLA_BOND_AD_INFO_PARTNER_MAC (line 1785) | IFLA_BOND_AD_INFO_PARTNER_MAC = 0x5 constant IFLA_BOND_SLAVE_UNSPEC (line 1786) | IFLA_BOND_SLAVE_UNSPEC = 0x0 constant IFLA_BOND_SLAVE_STATE (line 1787) | IFLA_BOND_SLAVE_STATE = 0x1 constant IFLA_BOND_SLAVE_MII_STATUS (line 1788) | IFLA_BOND_SLAVE_MII_STATUS = 0x2 constant IFLA_BOND_SLAVE_LINK_FAILURE_COUNT (line 1789) | IFLA_BOND_SLAVE_LINK_FAILURE_COUNT = 0x3 constant IFLA_BOND_SLAVE_PERM_HWADDR (line 1790) | IFLA_BOND_SLAVE_PERM_HWADDR = 0x4 constant IFLA_BOND_SLAVE_QUEUE_ID (line 1791) | IFLA_BOND_SLAVE_QUEUE_ID = 0x5 constant IFLA_BOND_SLAVE_AD_AGGREGATOR_ID (line 1792) | IFLA_BOND_SLAVE_AD_AGGREGATOR_ID = 0x6 constant IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE (line 1793) | IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE = 0x7 constant IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE (line 1794) | IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE = 0x8 constant IFLA_VF_INFO_UNSPEC (line 1795) | IFLA_VF_INFO_UNSPEC = 0x0 constant IFLA_VF_INFO (line 1796) | IFLA_VF_INFO = 0x1 constant IFLA_VF_UNSPEC (line 1797) | IFLA_VF_UNSPEC = 0x0 constant IFLA_VF_MAC (line 1798) | IFLA_VF_MAC = 0x1 constant IFLA_VF_VLAN (line 1799) | IFLA_VF_VLAN = 0x2 constant IFLA_VF_TX_RATE (line 1800) | IFLA_VF_TX_RATE = 0x3 constant IFLA_VF_SPOOFCHK (line 1801) | IFLA_VF_SPOOFCHK = 0x4 constant IFLA_VF_LINK_STATE (line 1802) | IFLA_VF_LINK_STATE = 0x5 constant IFLA_VF_RATE (line 1803) | IFLA_VF_RATE = 0x6 constant IFLA_VF_RSS_QUERY_EN (line 1804) | IFLA_VF_RSS_QUERY_EN = 0x7 constant IFLA_VF_STATS (line 1805) | IFLA_VF_STATS = 0x8 constant IFLA_VF_TRUST (line 1806) | IFLA_VF_TRUST = 0x9 constant IFLA_VF_IB_NODE_GUID (line 1807) | IFLA_VF_IB_NODE_GUID = 0xa constant IFLA_VF_IB_PORT_GUID (line 1808) | IFLA_VF_IB_PORT_GUID = 0xb constant IFLA_VF_VLAN_LIST (line 1809) | IFLA_VF_VLAN_LIST = 0xc constant IFLA_VF_BROADCAST (line 1810) | IFLA_VF_BROADCAST = 0xd constant IFLA_VF_VLAN_INFO_UNSPEC (line 1811) | IFLA_VF_VLAN_INFO_UNSPEC = 0x0 constant IFLA_VF_VLAN_INFO (line 1812) | IFLA_VF_VLAN_INFO = 0x1 constant IFLA_VF_LINK_STATE_AUTO (line 1813) | IFLA_VF_LINK_STATE_AUTO = 0x0 constant IFLA_VF_LINK_STATE_ENABLE (line 1814) | IFLA_VF_LINK_STATE_ENABLE = 0x1 constant IFLA_VF_LINK_STATE_DISABLE (line 1815) | IFLA_VF_LINK_STATE_DISABLE = 0x2 constant IFLA_VF_STATS_RX_PACKETS (line 1816) | IFLA_VF_STATS_RX_PACKETS = 0x0 constant IFLA_VF_STATS_TX_PACKETS (line 1817) | IFLA_VF_STATS_TX_PACKETS = 0x1 constant IFLA_VF_STATS_RX_BYTES (line 1818) | IFLA_VF_STATS_RX_BYTES = 0x2 constant IFLA_VF_STATS_TX_BYTES (line 1819) | IFLA_VF_STATS_TX_BYTES = 0x3 constant IFLA_VF_STATS_BROADCAST (line 1820) | IFLA_VF_STATS_BROADCAST = 0x4 constant IFLA_VF_STATS_MULTICAST (line 1821) | IFLA_VF_STATS_MULTICAST = 0x5 constant IFLA_VF_STATS_PAD (line 1822) | IFLA_VF_STATS_PAD = 0x6 constant IFLA_VF_STATS_RX_DROPPED (line 1823) | IFLA_VF_STATS_RX_DROPPED = 0x7 constant IFLA_VF_STATS_TX_DROPPED (line 1824) | IFLA_VF_STATS_TX_DROPPED = 0x8 constant IFLA_VF_PORT_UNSPEC (line 1825) | IFLA_VF_PORT_UNSPEC = 0x0 constant IFLA_VF_PORT (line 1826) | IFLA_VF_PORT = 0x1 constant IFLA_PORT_UNSPEC (line 1827) | IFLA_PORT_UNSPEC = 0x0 constant IFLA_PORT_VF (line 1828) | IFLA_PORT_VF = 0x1 constant IFLA_PORT_PROFILE (line 1829) | IFLA_PORT_PROFILE = 0x2 constant IFLA_PORT_VSI_TYPE (line 1830) | IFLA_PORT_VSI_TYPE = 0x3 constant IFLA_PORT_INSTANCE_UUID (line 1831) | IFLA_PORT_INSTANCE_UUID = 0x4 constant IFLA_PORT_HOST_UUID (line 1832) | IFLA_PORT_HOST_UUID = 0x5 constant IFLA_PORT_REQUEST (line 1833) | IFLA_PORT_REQUEST = 0x6 constant IFLA_PORT_RESPONSE (line 1834) | IFLA_PORT_RESPONSE = 0x7 constant IFLA_IPOIB_UNSPEC (line 1835) | IFLA_IPOIB_UNSPEC = 0x0 constant IFLA_IPOIB_PKEY (line 1836) | IFLA_IPOIB_PKEY = 0x1 constant IFLA_IPOIB_MODE (line 1837) | IFLA_IPOIB_MODE = 0x2 constant IFLA_IPOIB_UMCAST (line 1838) | IFLA_IPOIB_UMCAST = 0x3 constant IFLA_HSR_UNSPEC (line 1839) | IFLA_HSR_UNSPEC = 0x0 constant IFLA_HSR_SLAVE1 (line 1840) | IFLA_HSR_SLAVE1 = 0x1 constant IFLA_HSR_SLAVE2 (line 1841) | IFLA_HSR_SLAVE2 = 0x2 constant IFLA_HSR_MULTICAST_SPEC (line 1842) | IFLA_HSR_MULTICAST_SPEC = 0x3 constant IFLA_HSR_SUPERVISION_ADDR (line 1843) | IFLA_HSR_SUPERVISION_ADDR = 0x4 constant IFLA_HSR_SEQ_NR (line 1844) | IFLA_HSR_SEQ_NR = 0x5 constant IFLA_HSR_VERSION (line 1845) | IFLA_HSR_VERSION = 0x6 constant IFLA_HSR_PROTOCOL (line 1846) | IFLA_HSR_PROTOCOL = 0x7 constant IFLA_STATS_UNSPEC (line 1847) | IFLA_STATS_UNSPEC = 0x0 constant IFLA_STATS_LINK_64 (line 1848) | IFLA_STATS_LINK_64 = 0x1 constant IFLA_STATS_LINK_XSTATS (line 1849) | IFLA_STATS_LINK_XSTATS = 0x2 constant IFLA_STATS_LINK_XSTATS_SLAVE (line 1850) | IFLA_STATS_LINK_XSTATS_SLAVE = 0x3 constant IFLA_STATS_LINK_OFFLOAD_XSTATS (line 1851) | IFLA_STATS_LINK_OFFLOAD_XSTATS = 0x4 constant IFLA_STATS_AF_SPEC (line 1852) | IFLA_STATS_AF_SPEC = 0x5 constant IFLA_OFFLOAD_XSTATS_UNSPEC (line 1853) | IFLA_OFFLOAD_XSTATS_UNSPEC = 0x0 constant IFLA_OFFLOAD_XSTATS_CPU_HIT (line 1854) | IFLA_OFFLOAD_XSTATS_CPU_HIT = 0x1 constant IFLA_XDP_UNSPEC (line 1855) | IFLA_XDP_UNSPEC = 0x0 constant IFLA_XDP_FD (line 1856) | IFLA_XDP_FD = 0x1 constant IFLA_XDP_ATTACHED (line 1857) | IFLA_XDP_ATTACHED = 0x2 constant IFLA_XDP_FLAGS (line 1858) | IFLA_XDP_FLAGS = 0x3 constant IFLA_XDP_PROG_ID (line 1859) | IFLA_XDP_PROG_ID = 0x4 constant IFLA_XDP_DRV_PROG_ID (line 1860) | IFLA_XDP_DRV_PROG_ID = 0x5 constant IFLA_XDP_SKB_PROG_ID (line 1861) | IFLA_XDP_SKB_PROG_ID = 0x6 constant IFLA_XDP_HW_PROG_ID (line 1862) | IFLA_XDP_HW_PROG_ID = 0x7 constant IFLA_XDP_EXPECTED_FD (line 1863) | IFLA_XDP_EXPECTED_FD = 0x8 constant IFLA_EVENT_NONE (line 1864) | IFLA_EVENT_NONE = 0x0 constant IFLA_EVENT_REBOOT (line 1865) | IFLA_EVENT_REBOOT = 0x1 constant IFLA_EVENT_FEATURES (line 1866) | IFLA_EVENT_FEATURES = 0x2 constant IFLA_EVENT_BONDING_FAILOVER (line 1867) | IFLA_EVENT_BONDING_FAILOVER = 0x3 constant IFLA_EVENT_NOTIFY_PEERS (line 1868) | IFLA_EVENT_NOTIFY_PEERS = 0x4 constant IFLA_EVENT_IGMP_RESEND (line 1869) | IFLA_EVENT_IGMP_RESEND = 0x5 constant IFLA_EVENT_BONDING_OPTIONS (line 1870) | IFLA_EVENT_BONDING_OPTIONS = 0x6 constant IFLA_TUN_UNSPEC (line 1871) | IFLA_TUN_UNSPEC = 0x0 constant IFLA_TUN_OWNER (line 1872) | IFLA_TUN_OWNER = 0x1 constant IFLA_TUN_GROUP (line 1873) | IFLA_TUN_GROUP = 0x2 constant IFLA_TUN_TYPE (line 1874) | IFLA_TUN_TYPE = 0x3 constant IFLA_TUN_PI (line 1875) | IFLA_TUN_PI = 0x4 constant IFLA_TUN_VNET_HDR (line 1876) | IFLA_TUN_VNET_HDR = 0x5 constant IFLA_TUN_PERSIST (line 1877) | IFLA_TUN_PERSIST = 0x6 constant IFLA_TUN_MULTI_QUEUE (line 1878) | IFLA_TUN_MULTI_QUEUE = 0x7 constant IFLA_TUN_NUM_QUEUES (line 1879) | IFLA_TUN_NUM_QUEUES = 0x8 constant IFLA_TUN_NUM_DISABLED_QUEUES (line 1880) | IFLA_TUN_NUM_DISABLED_QUEUES = 0x9 constant IFLA_RMNET_UNSPEC (line 1881) | IFLA_RMNET_UNSPEC = 0x0 constant IFLA_RMNET_MUX_ID (line 1882) | IFLA_RMNET_MUX_ID = 0x1 constant IFLA_RMNET_FLAGS (line 1883) | IFLA_RMNET_FLAGS = 0x2 constant NF_INET_PRE_ROUTING (line 1887) | NF_INET_PRE_ROUTING = 0x0 constant NF_INET_LOCAL_IN (line 1888) | NF_INET_LOCAL_IN = 0x1 constant NF_INET_FORWARD (line 1889) | NF_INET_FORWARD = 0x2 constant NF_INET_LOCAL_OUT (line 1890) | NF_INET_LOCAL_OUT = 0x3 constant NF_INET_POST_ROUTING (line 1891) | NF_INET_POST_ROUTING = 0x4 constant NF_INET_NUMHOOKS (line 1892) | NF_INET_NUMHOOKS = 0x5 constant NF_NETDEV_INGRESS (line 1896) | NF_NETDEV_INGRESS = 0x0 constant NF_NETDEV_EGRESS (line 1897) | NF_NETDEV_EGRESS = 0x1 constant NF_NETDEV_NUMHOOKS (line 1898) | NF_NETDEV_NUMHOOKS = 0x2 constant NFPROTO_UNSPEC (line 1902) | NFPROTO_UNSPEC = 0x0 constant NFPROTO_INET (line 1903) | NFPROTO_INET = 0x1 constant NFPROTO_IPV4 (line 1904) | NFPROTO_IPV4 = 0x2 constant NFPROTO_ARP (line 1905) | NFPROTO_ARP = 0x3 constant NFPROTO_NETDEV (line 1906) | NFPROTO_NETDEV = 0x5 constant NFPROTO_BRIDGE (line 1907) | NFPROTO_BRIDGE = 0x7 constant NFPROTO_IPV6 (line 1908) | NFPROTO_IPV6 = 0xa constant NFPROTO_DECNET (line 1909) | NFPROTO_DECNET = 0xc constant NFPROTO_NUMPROTO (line 1910) | NFPROTO_NUMPROTO = 0xd constant SO_ORIGINAL_DST (line 1913) | SO_ORIGINAL_DST = 0x50 type Nfgenmsg (line 1915) | type Nfgenmsg struct constant NFNL_BATCH_UNSPEC (line 1922) | NFNL_BATCH_UNSPEC = 0x0 constant NFNL_BATCH_GENID (line 1923) | NFNL_BATCH_GENID = 0x1 constant NFT_REG_VERDICT (line 1927) | NFT_REG_VERDICT = 0x0 constant NFT_REG_1 (line 1928) | NFT_REG_1 = 0x1 constant NFT_REG_2 (line 1929) | NFT_REG_2 = 0x2 constant NFT_REG_3 (line 1930) | NFT_REG_3 = 0x3 constant NFT_REG_4 (line 1931) | NFT_REG_4 = 0x4 constant NFT_REG32_00 (line 1932) | NFT_REG32_00 = 0x8 constant NFT_REG32_01 (line 1933) | NFT_REG32_01 = 0x9 constant NFT_REG32_02 (line 1934) | NFT_REG32_02 = 0xa constant NFT_REG32_03 (line 1935) | NFT_REG32_03 = 0xb constant NFT_REG32_04 (line 1936) | NFT_REG32_04 = 0xc constant NFT_REG32_05 (line 1937) | NFT_REG32_05 = 0xd constant NFT_REG32_06 (line 1938) | NFT_REG32_06 = 0xe constant NFT_REG32_07 (line 1939) | NFT_REG32_07 = 0xf constant NFT_REG32_08 (line 1940) | NFT_REG32_08 = 0x10 constant NFT_REG32_09 (line 1941) | NFT_REG32_09 = 0x11 constant NFT_REG32_10 (line 1942) | NFT_REG32_10 = 0x12 constant NFT_REG32_11 (line 1943) | NFT_REG32_11 = 0x13 constant NFT_REG32_12 (line 1944) | NFT_REG32_12 = 0x14 constant NFT_REG32_13 (line 1945) | NFT_REG32_13 = 0x15 constant NFT_REG32_14 (line 1946) | NFT_REG32_14 = 0x16 constant NFT_REG32_15 (line 1947) | NFT_REG32_15 = 0x17 constant NFT_CONTINUE (line 1948) | NFT_CONTINUE = -0x1 constant NFT_BREAK (line 1949) | NFT_BREAK = -0x2 constant NFT_JUMP (line 1950) | NFT_JUMP = -0x3 constant NFT_GOTO (line 1951) | NFT_GOTO = -0x4 constant NFT_RETURN (line 1952) | NFT_RETURN = -0x5 constant NFT_MSG_NEWTABLE (line 1953) | NFT_MSG_NEWTABLE = 0x0 constant NFT_MSG_GETTABLE (line 1954) | NFT_MSG_GETTABLE = 0x1 constant NFT_MSG_DELTABLE (line 1955) | NFT_MSG_DELTABLE = 0x2 constant NFT_MSG_NEWCHAIN (line 1956) | NFT_MSG_NEWCHAIN = 0x3 constant NFT_MSG_GETCHAIN (line 1957) | NFT_MSG_GETCHAIN = 0x4 constant NFT_MSG_DELCHAIN (line 1958) | NFT_MSG_DELCHAIN = 0x5 constant NFT_MSG_NEWRULE (line 1959) | NFT_MSG_NEWRULE = 0x6 constant NFT_MSG_GETRULE (line 1960) | NFT_MSG_GETRULE = 0x7 constant NFT_MSG_DELRULE (line 1961) | NFT_MSG_DELRULE = 0x8 constant NFT_MSG_NEWSET (line 1962) | NFT_MSG_NEWSET = 0x9 constant NFT_MSG_GETSET (line 1963) | NFT_MSG_GETSET = 0xa constant NFT_MSG_DELSET (line 1964) | NFT_MSG_DELSET = 0xb constant NFT_MSG_NEWSETELEM (line 1965) | NFT_MSG_NEWSETELEM = 0xc constant NFT_MSG_GETSETELEM (line 1966) | NFT_MSG_GETSETELEM = 0xd constant NFT_MSG_DELSETELEM (line 1967) | NFT_MSG_DELSETELEM = 0xe constant NFT_MSG_NEWGEN (line 1968) | NFT_MSG_NEWGEN = 0xf constant NFT_MSG_GETGEN (line 1969) | NFT_MSG_GETGEN = 0x10 constant NFT_MSG_TRACE (line 1970) | NFT_MSG_TRACE = 0x11 constant NFT_MSG_NEWOBJ (line 1971) | NFT_MSG_NEWOBJ = 0x12 constant NFT_MSG_GETOBJ (line 1972) | NFT_MSG_GETOBJ = 0x13 constant NFT_MSG_DELOBJ (line 1973) | NFT_MSG_DELOBJ = 0x14 constant NFT_MSG_GETOBJ_RESET (line 1974) | NFT_MSG_GETOBJ_RESET = 0x15 constant NFT_MSG_NEWFLOWTABLE (line 1975) | NFT_MSG_NEWFLOWTABLE = 0x16 constant NFT_MSG_GETFLOWTABLE (line 1976) | NFT_MSG_GETFLOWTABLE = 0x17 constant NFT_MSG_DELFLOWTABLE (line 1977) | NFT_MSG_DELFLOWTABLE = 0x18 constant NFT_MSG_GETRULE_RESET (line 1978) | NFT_MSG_GETRULE_RESET = 0x19 constant NFT_MSG_MAX (line 1979) | NFT_MSG_MAX = 0x22 constant NFTA_LIST_UNSPEC (line 1980) | NFTA_LIST_UNSPEC = 0x0 constant NFTA_LIST_ELEM (line 1981) | NFTA_LIST_ELEM = 0x1 constant NFTA_HOOK_UNSPEC (line 1982) | NFTA_HOOK_UNSPEC = 0x0 constant NFTA_HOOK_HOOKNUM (line 1983) | NFTA_HOOK_HOOKNUM = 0x1 constant NFTA_HOOK_PRIORITY (line 1984) | NFTA_HOOK_PRIORITY = 0x2 constant NFTA_HOOK_DEV (line 1985) | NFTA_HOOK_DEV = 0x3 constant NFT_TABLE_F_DORMANT (line 1986) | NFT_TABLE_F_DORMANT = 0x1 constant NFTA_TABLE_UNSPEC (line 1987) | NFTA_TABLE_UNSPEC = 0x0 constant NFTA_TABLE_NAME (line 1988) | NFTA_TABLE_NAME = 0x1 constant NFTA_TABLE_FLAGS (line 1989) | NFTA_TABLE_FLAGS = 0x2 constant NFTA_TABLE_USE (line 1990) | NFTA_TABLE_USE = 0x3 constant NFTA_CHAIN_UNSPEC (line 1991) | NFTA_CHAIN_UNSPEC = 0x0 constant NFTA_CHAIN_TABLE (line 1992) | NFTA_CHAIN_TABLE = 0x1 constant NFTA_CHAIN_HANDLE (line 1993) | NFTA_CHAIN_HANDLE = 0x2 constant NFTA_CHAIN_NAME (line 1994) | NFTA_CHAIN_NAME = 0x3 constant NFTA_CHAIN_HOOK (line 1995) | NFTA_CHAIN_HOOK = 0x4 constant NFTA_CHAIN_POLICY (line 1996) | NFTA_CHAIN_POLICY = 0x5 constant NFTA_CHAIN_USE (line 1997) | NFTA_CHAIN_USE = 0x6 constant NFTA_CHAIN_TYPE (line 1998) | NFTA_CHAIN_TYPE = 0x7 constant NFTA_CHAIN_COUNTERS (line 1999) | NFTA_CHAIN_COUNTERS = 0x8 constant NFTA_CHAIN_PAD (line 2000) | NFTA_CHAIN_PAD = 0x9 constant NFTA_RULE_UNSPEC (line 2001) | NFTA_RULE_UNSPEC = 0x0 constant NFTA_RULE_TABLE (line 2002) | NFTA_RULE_TABLE = 0x1 constant NFTA_RULE_CHAIN (line 2003) | NFTA_RULE_CHAIN = 0x2 constant NFTA_RULE_HANDLE (line 2004) | NFTA_RULE_HANDLE = 0x3 constant NFTA_RULE_EXPRESSIONS (line 2005) | NFTA_RULE_EXPRESSIONS = 0x4 constant NFTA_RULE_COMPAT (line 2006) | NFTA_RULE_COMPAT = 0x5 constant NFTA_RULE_POSITION (line 2007) | NFTA_RULE_POSITION = 0x6 constant NFTA_RULE_USERDATA (line 2008) | NFTA_RULE_USERDATA = 0x7 constant NFTA_RULE_PAD (line 2009) | NFTA_RULE_PAD = 0x8 constant NFTA_RULE_ID (line 2010) | NFTA_RULE_ID = 0x9 constant NFT_RULE_COMPAT_F_INV (line 2011) | NFT_RULE_COMPAT_F_INV = 0x2 constant NFT_RULE_COMPAT_F_MASK (line 2012) | NFT_RULE_COMPAT_F_MASK = 0x2 constant NFTA_RULE_COMPAT_UNSPEC (line 2013) | NFTA_RULE_COMPAT_UNSPEC = 0x0 constant NFTA_RULE_COMPAT_PROTO (line 2014) | NFTA_RULE_COMPAT_PROTO = 0x1 constant NFTA_RULE_COMPAT_FLAGS (line 2015) | NFTA_RULE_COMPAT_FLAGS = 0x2 constant NFT_SET_ANONYMOUS (line 2016) | NFT_SET_ANONYMOUS = 0x1 constant NFT_SET_CONSTANT (line 2017) | NFT_SET_CONSTANT = 0x2 constant NFT_SET_INTERVAL (line 2018) | NFT_SET_INTERVAL = 0x4 constant NFT_SET_MAP (line 2019) | NFT_SET_MAP = 0x8 constant NFT_SET_TIMEOUT (line 2020) | NFT_SET_TIMEOUT = 0x10 constant NFT_SET_EVAL (line 2021) | NFT_SET_EVAL = 0x20 constant NFT_SET_OBJECT (line 2022) | NFT_SET_OBJECT = 0x40 constant NFT_SET_POL_PERFORMANCE (line 2023) | NFT_SET_POL_PERFORMANCE = 0x0 constant NFT_SET_POL_MEMORY (line 2024) | NFT_SET_POL_MEMORY = 0x1 constant NFTA_SET_DESC_UNSPEC (line 2025) | NFTA_SET_DESC_UNSPEC = 0x0 constant NFTA_SET_DESC_SIZE (line 2026) | NFTA_SET_DESC_SIZE = 0x1 constant NFTA_SET_UNSPEC (line 2027) | NFTA_SET_UNSPEC = 0x0 constant NFTA_SET_TABLE (line 2028) | NFTA_SET_TABLE = 0x1 constant NFTA_SET_NAME (line 2029) | NFTA_SET_NAME = 0x2 constant NFTA_SET_FLAGS (line 2030) | NFTA_SET_FLAGS = 0x3 constant NFTA_SET_KEY_TYPE (line 2031) | NFTA_SET_KEY_TYPE = 0x4 constant NFTA_SET_KEY_LEN (line 2032) | NFTA_SET_KEY_LEN = 0x5 constant NFTA_SET_DATA_TYPE (line 2033) | NFTA_SET_DATA_TYPE = 0x6 constant NFTA_SET_DATA_LEN (line 2034) | NFTA_SET_DATA_LEN = 0x7 constant NFTA_SET_POLICY (line 2035) | NFTA_SET_POLICY = 0x8 constant NFTA_SET_DESC (line 2036) | NFTA_SET_DESC = 0x9 constant NFTA_SET_ID (line 2037) | NFTA_SET_ID = 0xa constant NFTA_SET_TIMEOUT (line 2038) | NFTA_SET_TIMEOUT = 0xb constant NFTA_SET_GC_INTERVAL (line 2039) | NFTA_SET_GC_INTERVAL = 0xc constant NFTA_SET_USERDATA (line 2040) | NFTA_SET_USERDATA = 0xd constant NFTA_SET_PAD (line 2041) | NFTA_SET_PAD = 0xe constant NFTA_SET_OBJ_TYPE (line 2042) | NFTA_SET_OBJ_TYPE = 0xf constant NFT_SET_ELEM_INTERVAL_END (line 2043) | NFT_SET_ELEM_INTERVAL_END = 0x1 constant NFTA_SET_ELEM_UNSPEC (line 2044) | NFTA_SET_ELEM_UNSPEC = 0x0 constant NFTA_SET_ELEM_KEY (line 2045) | NFTA_SET_ELEM_KEY = 0x1 constant NFTA_SET_ELEM_DATA (line 2046) | NFTA_SET_ELEM_DATA = 0x2 constant NFTA_SET_ELEM_FLAGS (line 2047) | NFTA_SET_ELEM_FLAGS = 0x3 constant NFTA_SET_ELEM_TIMEOUT (line 2048) | NFTA_SET_ELEM_TIMEOUT = 0x4 constant NFTA_SET_ELEM_EXPIRATION (line 2049) | NFTA_SET_ELEM_EXPIRATION = 0x5 constant NFTA_SET_ELEM_USERDATA (line 2050) | NFTA_SET_ELEM_USERDATA = 0x6 constant NFTA_SET_ELEM_EXPR (line 2051) | NFTA_SET_ELEM_EXPR = 0x7 constant NFTA_SET_ELEM_PAD (line 2052) | NFTA_SET_ELEM_PAD = 0x8 constant NFTA_SET_ELEM_OBJREF (line 2053) | NFTA_SET_ELEM_OBJREF = 0x9 constant NFTA_SET_ELEM_LIST_UNSPEC (line 2054) | NFTA_SET_ELEM_LIST_UNSPEC = 0x0 constant NFTA_SET_ELEM_LIST_TABLE (line 2055) | NFTA_SET_ELEM_LIST_TABLE = 0x1 constant NFTA_SET_ELEM_LIST_SET (line 2056) | NFTA_SET_ELEM_LIST_SET = 0x2 constant NFTA_SET_ELEM_LIST_ELEMENTS (line 2057) | NFTA_SET_ELEM_LIST_ELEMENTS = 0x3 constant NFTA_SET_ELEM_LIST_SET_ID (line 2058) | NFTA_SET_ELEM_LIST_SET_ID = 0x4 constant NFT_DATA_VALUE (line 2059) | NFT_DATA_VALUE = 0x0 constant NFT_DATA_VERDICT (line 2060) | NFT_DATA_VERDICT = 0xffffff00 constant NFTA_DATA_UNSPEC (line 2061) | NFTA_DATA_UNSPEC = 0x0 constant NFTA_DATA_VALUE (line 2062) | NFTA_DATA_VALUE = 0x1 constant NFTA_DATA_VERDICT (line 2063) | NFTA_DATA_VERDICT = 0x2 constant NFTA_VERDICT_UNSPEC (line 2064) | NFTA_VERDICT_UNSPEC = 0x0 constant NFTA_VERDICT_CODE (line 2065) | NFTA_VERDICT_CODE = 0x1 constant NFTA_VERDICT_CHAIN (line 2066) | NFTA_VERDICT_CHAIN = 0x2 constant NFTA_EXPR_UNSPEC (line 2067) | NFTA_EXPR_UNSPEC = 0x0 constant NFTA_EXPR_NAME (line 2068) | NFTA_EXPR_NAME = 0x1 constant NFTA_EXPR_DATA (line 2069) | NFTA_EXPR_DATA = 0x2 constant NFTA_IMMEDIATE_UNSPEC (line 2070) | NFTA_IMMEDIATE_UNSPEC = 0x0 constant NFTA_IMMEDIATE_DREG (line 2071) | NFTA_IMMEDIATE_DREG = 0x1 constant NFTA_IMMEDIATE_DATA (line 2072) | NFTA_IMMEDIATE_DATA = 0x2 constant NFTA_BITWISE_UNSPEC (line 2073) | NFTA_BITWISE_UNSPEC = 0x0 constant NFTA_BITWISE_SREG (line 2074) | NFTA_BITWISE_SREG = 0x1 constant NFTA_BITWISE_DREG (line 2075) | NFTA_BITWISE_DREG = 0x2 constant NFTA_BITWISE_LEN (line 2076) | NFTA_BITWISE_LEN = 0x3 constant NFTA_BITWISE_MASK (line 2077) | NFTA_BITWISE_MASK = 0x4 constant NFTA_BITWISE_XOR (line 2078) | NFTA_BITWISE_XOR = 0x5 constant NFT_BYTEORDER_NTOH (line 2079) | NFT_BYTEORDER_NTOH = 0x0 constant NFT_BYTEORDER_HTON (line 2080) | NFT_BYTEORDER_HTON = 0x1 constant NFTA_BYTEORDER_UNSPEC (line 2081) | NFTA_BYTEORDER_UNSPEC = 0x0 constant NFTA_BYTEORDER_SREG (line 2082) | NFTA_BYTEORDER_SREG = 0x1 constant NFTA_BYTEORDER_DREG (line 2083) | NFTA_BYTEORDER_DREG = 0x2 constant NFTA_BYTEORDER_OP (line 2084) | NFTA_BYTEORDER_OP = 0x3 constant NFTA_BYTEORDER_LEN (line 2085) | NFTA_BYTEORDER_LEN = 0x4 constant NFTA_BYTEORDER_SIZE (line 2086) | NFTA_BYTEORDER_SIZE = 0x5 constant NFT_CMP_EQ (line 2087) | NFT_CMP_EQ = 0x0 constant NFT_CMP_NEQ (line 2088) | NFT_CMP_NEQ = 0x1 constant NFT_CMP_LT (line 2089) | NFT_CMP_LT = 0x2 constant NFT_CMP_LTE (line 2090) | NFT_CMP_LTE = 0x3 constant NFT_CMP_GT (line 2091) | NFT_CMP_GT = 0x4 constant NFT_CMP_GTE (line 2092) | NFT_CMP_GTE = 0x5 constant NFTA_CMP_UNSPEC (line 2093) | NFTA_CMP_UNSPEC = 0x0 constant NFTA_CMP_SREG (line 2094) | NFTA_CMP_SREG = 0x1 constant NFTA_CMP_OP (line 2095) | NFTA_CMP_OP = 0x2 constant NFTA_CMP_DATA (line 2096) | NFTA_CMP_DATA = 0x3 constant NFT_RANGE_EQ (line 2097) | NFT_RANGE_EQ = 0x0 constant NFT_RANGE_NEQ (line 2098) | NFT_RANGE_NEQ = 0x1 constant NFTA_RANGE_UNSPEC (line 2099) | NFTA_RANGE_UNSPEC = 0x0 constant NFTA_RANGE_SREG (line 2100) | NFTA_RANGE_SREG = 0x1 constant NFTA_RANGE_OP (line 2101) | NFTA_RANGE_OP = 0x2 constant NFTA_RANGE_FROM_DATA (line 2102) | NFTA_RANGE_FROM_DATA = 0x3 constant NFTA_RANGE_TO_DATA (line 2103) | NFTA_RANGE_TO_DATA = 0x4 constant NFT_LOOKUP_F_INV (line 2104) | NFT_LOOKUP_F_INV = 0x1 constant NFTA_LOOKUP_UNSPEC (line 2105) | NFTA_LOOKUP_UNSPEC = 0x0 constant NFTA_LOOKUP_SET (line 2106) | NFTA_LOOKUP_SET = 0x1 constant NFTA_LOOKUP_SREG (line 2107) | NFTA_LOOKUP_SREG = 0x2 constant NFTA_LOOKUP_DREG (line 2108) | NFTA_LOOKUP_DREG = 0x3 constant NFTA_LOOKUP_SET_ID (line 2109) | NFTA_LOOKUP_SET_ID = 0x4 constant NFTA_LOOKUP_FLAGS (line 2110) | NFTA_LOOKUP_FLAGS = 0x5 constant NFT_DYNSET_OP_ADD (line 2111) | NFT_DYNSET_OP_ADD = 0x0 constant NFT_DYNSET_OP_UPDATE (line 2112) | NFT_DYNSET_OP_UPDATE = 0x1 constant NFT_DYNSET_F_INV (line 2113) | NFT_DYNSET_F_INV = 0x1 constant NFTA_DYNSET_UNSPEC (line 2114) | NFTA_DYNSET_UNSPEC = 0x0 constant NFTA_DYNSET_SET_NAME (line 2115) | NFTA_DYNSET_SET_NAME = 0x1 constant NFTA_DYNSET_SET_ID (line 2116) | NFTA_DYNSET_SET_ID = 0x2 constant NFTA_DYNSET_OP (line 2117) | NFTA_DYNSET_OP = 0x3 constant NFTA_DYNSET_SREG_KEY (line 2118) | NFTA_DYNSET_SREG_KEY = 0x4 constant NFTA_DYNSET_SREG_DATA (line 2119) | NFTA_DYNSET_SREG_DATA = 0x5 constant NFTA_DYNSET_TIMEOUT (line 2120) | NFTA_DYNSET_TIMEOUT = 0x6 constant NFTA_DYNSET_EXPR (line 2121) | NFTA_DYNSET_EXPR = 0x7 constant NFTA_DYNSET_PAD (line 2122) | NFTA_DYNSET_PAD = 0x8 constant NFTA_DYNSET_FLAGS (line 2123) | NFTA_DYNSET_FLAGS = 0x9 constant NFT_PAYLOAD_LL_HEADER (line 2124) | NFT_PAYLOAD_LL_HEADER = 0x0 constant NFT_PAYLOAD_NETWORK_HEADER (line 2125) | NFT_PAYLOAD_NETWORK_HEADER = 0x1 constant NFT_PAYLOAD_TRANSPORT_HEADER (line 2126) | NFT_PAYLOAD_TRANSPORT_HEADER = 0x2 constant NFT_PAYLOAD_CSUM_NONE (line 2127) | NFT_PAYLOAD_CSUM_NONE = 0x0 constant NFT_PAYLOAD_CSUM_INET (line 2128) | NFT_PAYLOAD_CSUM_INET = 0x1 constant NFT_PAYLOAD_L4CSUM_PSEUDOHDR (line 2129) | NFT_PAYLOAD_L4CSUM_PSEUDOHDR = 0x1 constant NFTA_PAYLOAD_UNSPEC (line 2130) | NFTA_PAYLOAD_UNSPEC = 0x0 constant NFTA_PAYLOAD_DREG (line 2131) | NFTA_PAYLOAD_DREG = 0x1 constant NFTA_PAYLOAD_BASE (line 2132) | NFTA_PAYLOAD_BASE = 0x2 constant NFTA_PAYLOAD_OFFSET (line 2133) | NFTA_PAYLOAD_OFFSET = 0x3 constant NFTA_PAYLOAD_LEN (line 2134) | NFTA_PAYLOAD_LEN = 0x4 constant NFTA_PAYLOAD_SREG (line 2135) | NFTA_PAYLOAD_SREG = 0x5 constant NFTA_PAYLOAD_CSUM_TYPE (line 2136) | NFTA_PAYLOAD_CSUM_TYPE = 0x6 constant NFTA_PAYLOAD_CSUM_OFFSET (line 2137) | NFTA_PAYLOAD_CSUM_OFFSET = 0x7 constant NFTA_PAYLOAD_CSUM_FLAGS (line 2138) | NFTA_PAYLOAD_CSUM_FLAGS = 0x8 constant NFT_EXTHDR_F_PRESENT (line 2139) | NFT_EXTHDR_F_PRESENT = 0x1 constant NFT_EXTHDR_OP_IPV6 (line 2140) | NFT_EXTHDR_OP_IPV6 = 0x0 constant NFT_EXTHDR_OP_TCPOPT (line 2141) | NFT_EXTHDR_OP_TCPOPT = 0x1 constant NFTA_EXTHDR_UNSPEC (line 2142) | NFTA_EXTHDR_UNSPEC = 0x0 constant NFTA_EXTHDR_DREG (line 2143) | NFTA_EXTHDR_DREG = 0x1 constant NFTA_EXTHDR_TYPE (line 2144) | NFTA_EXTHDR_TYPE = 0x2 constant NFTA_EXTHDR_OFFSET (line 2145) | NFTA_EXTHDR_OFFSET = 0x3 constant NFTA_EXTHDR_LEN (line 2146) | NFTA_EXTHDR_LEN = 0x4 constant NFTA_EXTHDR_FLAGS (line 2147) | NFTA_EXTHDR_FLAGS = 0x5 constant NFTA_EXTHDR_OP (line 2148) | NFTA_EXTHDR_OP = 0x6 constant NFTA_EXTHDR_SREG (line 2149) | NFTA_EXTHDR_SREG = 0x7 constant NFT_META_LEN (line 2150) | NFT_META_LEN = 0x0 constant NFT_META_PROTOCOL (line 2151) | NFT_META_PROTOCOL = 0x1 constant NFT_META_PRIORITY (line 2152) | NFT_META_PRIORITY = 0x2 constant NFT_META_MARK (line 2153) | NFT_META_MARK = 0x3 constant NFT_META_IIF (line 2154) | NFT_META_IIF = 0x4 constant NFT_META_OIF (line 2155) | NFT_META_OIF = 0x5 constant NFT_META_IIFNAME (line 2156) | NFT_META_IIFNAME = 0x6 constant NFT_META_OIFNAME (line 2157) | NFT_META_OIFNAME = 0x7 constant NFT_META_IIFTYPE (line 2158) | NFT_META_IIFTYPE = 0x8 constant NFT_META_OIFTYPE (line 2159) | NFT_META_OIFTYPE = 0x9 constant NFT_META_SKUID (line 2160) | NFT_META_SKUID = 0xa constant NFT_META_SKGID (line 2161) | NFT_META_SKGID = 0xb constant NFT_META_NFTRACE (line 2162) | NFT_META_NFTRACE = 0xc constant NFT_META_RTCLASSID (line 2163) | NFT_META_RTCLASSID = 0xd constant NFT_META_SECMARK (line 2164) | NFT_META_SECMARK = 0xe constant NFT_META_NFPROTO (line 2165) | NFT_META_NFPROTO = 0xf constant NFT_META_L4PROTO (line 2166) | NFT_META_L4PROTO = 0x10 constant NFT_META_BRI_IIFNAME (line 2167) | NFT_META_BRI_IIFNAME = 0x11 constant NFT_META_BRI_OIFNAME (line 2168) | NFT_META_BRI_OIFNAME = 0x12 constant NFT_META_PKTTYPE (line 2169) | NFT_META_PKTTYPE = 0x13 constant NFT_META_CPU (line 2170) | NFT_META_CPU = 0x14 constant NFT_META_IIFGROUP (line 2171) | NFT_META_IIFGROUP = 0x15 constant NFT_META_OIFGROUP (line 2172) | NFT_META_OIFGROUP = 0x16 constant NFT_META_CGROUP (line 2173) | NFT_META_CGROUP = 0x17 constant NFT_META_PRANDOM (line 2174) | NFT_META_PRANDOM = 0x18 constant NFT_RT_CLASSID (line 2175) | NFT_RT_CLASSID = 0x0 constant NFT_RT_NEXTHOP4 (line 2176) | NFT_RT_NEXTHOP4 = 0x1 constant NFT_RT_NEXTHOP6 (line 2177) | NFT_RT_NEXTHOP6 = 0x2 constant NFT_RT_TCPMSS (line 2178) | NFT_RT_TCPMSS = 0x3 constant NFT_HASH_JENKINS (line 2179) | NFT_HASH_JENKINS = 0x0 constant NFT_HASH_SYM (line 2180) | NFT_HASH_SYM = 0x1 constant NFTA_HASH_UNSPEC (line 2181) | NFTA_HASH_UNSPEC = 0x0 constant NFTA_HASH_SREG (line 2182) | NFTA_HASH_SREG = 0x1 constant NFTA_HASH_DREG (line 2183) | NFTA_HASH_DREG = 0x2 constant NFTA_HASH_LEN (line 2184) | NFTA_HASH_LEN = 0x3 constant NFTA_HASH_MODULUS (line 2185) | NFTA_HASH_MODULUS = 0x4 constant NFTA_HASH_SEED (line 2186) | NFTA_HASH_SEED = 0x5 constant NFTA_HASH_OFFSET (line 2187) | NFTA_HASH_OFFSET = 0x6 constant NFTA_HASH_TYPE (line 2188) | NFTA_HASH_TYPE = 0x7 constant NFTA_META_UNSPEC (line 2189) | NFTA_META_UNSPEC = 0x0 constant NFTA_META_DREG (line 2190) | NFTA_META_DREG = 0x1 constant NFTA_META_KEY (line 2191) | NFTA_META_KEY = 0x2 constant NFTA_META_SREG (line 2192) | NFTA_META_SREG = 0x3 constant NFTA_RT_UNSPEC (line 2193) | NFTA_RT_UNSPEC = 0x0 constant NFTA_RT_DREG (line 2194) | NFTA_RT_DREG = 0x1 constant NFTA_RT_KEY (line 2195) | NFTA_RT_KEY = 0x2 constant NFT_CT_STATE (line 2196) | NFT_CT_STATE = 0x0 constant NFT_CT_DIRECTION (line 2197) | NFT_CT_DIRECTION = 0x1 constant NFT_CT_STATUS (line 2198) | NFT_CT_STATUS = 0x2 constant NFT_CT_MARK (line 2199) | NFT_CT_MARK = 0x3 constant NFT_CT_SECMARK (line 2200) | NFT_CT_SECMARK = 0x4 constant NFT_CT_EXPIRATION (line 2201) | NFT_CT_EXPIRATION = 0x5 constant NFT_CT_HELPER (line 2202) | NFT_CT_HELPER = 0x6 constant NFT_CT_L3PROTOCOL (line 2203) | NFT_CT_L3PROTOCOL = 0x7 constant NFT_CT_SRC (line 2204) | NFT_CT_SRC = 0x8 constant NFT_CT_DST (line 2205) | NFT_CT_DST = 0x9 constant NFT_CT_PROTOCOL (line 2206) | NFT_CT_PROTOCOL = 0xa constant NFT_CT_PROTO_SRC (line 2207) | NFT_CT_PROTO_SRC = 0xb constant NFT_CT_PROTO_DST (line 2208) | NFT_CT_PROTO_DST = 0xc constant NFT_CT_LABELS (line 2209) | NFT_CT_LABELS = 0xd constant NFT_CT_PKTS (line 2210) | NFT_CT_PKTS = 0xe constant NFT_CT_BYTES (line 2211) | NFT_CT_BYTES = 0xf constant NFT_CT_AVGPKT (line 2212) | NFT_CT_AVGPKT = 0x10 constant NFT_CT_ZONE (line 2213) | NFT_CT_ZONE = 0x11 constant NFT_CT_EVENTMASK (line 2214) | NFT_CT_EVENTMASK = 0x12 constant NFTA_CT_UNSPEC (line 2215) | NFTA_CT_UNSPEC = 0x0 constant NFTA_CT_DREG (line 2216) | NFTA_CT_DREG = 0x1 constant NFTA_CT_KEY (line 2217) | NFTA_CT_KEY = 0x2 constant NFTA_CT_DIRECTION (line 2218) | NFTA_CT_DIRECTION = 0x3 constant NFTA_CT_SREG (line 2219) | NFTA_CT_SREG = 0x4 constant NFT_LIMIT_PKTS (line 2220) | NFT_LIMIT_PKTS = 0x0 constant NFT_LIMIT_PKT_BYTES (line 2221) | NFT_LIMIT_PKT_BYTES = 0x1 constant NFT_LIMIT_F_INV (line 2222) | NFT_LIMIT_F_INV = 0x1 constant NFTA_LIMIT_UNSPEC (line 2223) | NFTA_LIMIT_UNSPEC = 0x0 constant NFTA_LIMIT_RATE (line 2224) | NFTA_LIMIT_RATE = 0x1 constant NFTA_LIMIT_UNIT (line 2225) | NFTA_LIMIT_UNIT = 0x2 constant NFTA_LIMIT_BURST (line 2226) | NFTA_LIMIT_BURST = 0x3 constant NFTA_LIMIT_TYPE (line 2227) | NFTA_LIMIT_TYPE = 0x4 constant NFTA_LIMIT_FLAGS (line 2228) | NFTA_LIMIT_FLAGS = 0x5 constant NFTA_LIMIT_PAD (line 2229) | NFTA_LIMIT_PAD = 0x6 constant NFTA_COUNTER_UNSPEC (line 2230) | NFTA_COUNTER_UNSPEC = 0x0 constant NFTA_COUNTER_BYTES (line 2231) | NFTA_COUNTER_BYTES = 0x1 constant NFTA_COUNTER_PACKETS (line 2232) | NFTA_COUNTER_PACKETS = 0x2 constant NFTA_COUNTER_PAD (line 2233) | NFTA_COUNTER_PAD = 0x3 constant NFTA_LOG_UNSPEC (line 2234) | NFTA_LOG_UNSPEC = 0x0 constant NFTA_LOG_GROUP (line 2235) | NFTA_LOG_GROUP = 0x1 constant NFTA_LOG_PREFIX (line 2236) | NFTA_LOG_PREFIX = 0x2 constant NFTA_LOG_SNAPLEN (line 2237) | NFTA_LOG_SNAPLEN = 0x3 constant NFTA_LOG_QTHRESHOLD (line 2238) | NFTA_LOG_QTHRESHOLD = 0x4 constant NFTA_LOG_LEVEL (line 2239) | NFTA_LOG_LEVEL = 0x5 constant NFTA_LOG_FLAGS (line 2240) | NFTA_LOG_FLAGS = 0x6 constant NFTA_QUEUE_UNSPEC (line 2241) | NFTA_QUEUE_UNSPEC = 0x0 constant NFTA_QUEUE_NUM (line 2242) | NFTA_QUEUE_NUM = 0x1 constant NFTA_QUEUE_TOTAL (line 2243) | NFTA_QUEUE_TOTAL = 0x2 constant NFTA_QUEUE_FLAGS (line 2244) | NFTA_QUEUE_FLAGS = 0x3 constant NFTA_QUEUE_SREG_QNUM (line 2245) | NFTA_QUEUE_SREG_QNUM = 0x4 constant NFT_QUOTA_F_INV (line 2246) | NFT_QUOTA_F_INV = 0x1 constant NFT_QUOTA_F_DEPLETED (line 2247) | NFT_QUOTA_F_DEPLETED = 0x2 constant NFTA_QUOTA_UNSPEC (line 2248) | NFTA_QUOTA_UNSPEC = 0x0 constant NFTA_QUOTA_BYTES (line 2249) | NFTA_QUOTA_BYTES = 0x1 constant NFTA_QUOTA_FLAGS (line 2250) | NFTA_QUOTA_FLAGS = 0x2 constant NFTA_QUOTA_PAD (line 2251) | NFTA_QUOTA_PAD = 0x3 constant NFTA_QUOTA_CONSUMED (line 2252) | NFTA_QUOTA_CONSUMED = 0x4 constant NFT_REJECT_ICMP_UNREACH (line 2253) | NFT_REJECT_ICMP_UNREACH = 0x0 constant NFT_REJECT_TCP_RST (line 2254) | NFT_REJECT_TCP_RST = 0x1 constant NFT_REJECT_ICMPX_UNREACH (line 2255) | NFT_REJECT_ICMPX_UNREACH = 0x2 constant NFT_REJECT_ICMPX_NO_ROUTE (line 2256) | NFT_REJECT_ICMPX_NO_ROUTE = 0x0 constant NFT_REJECT_ICMPX_PORT_UNREACH (line 2257) | NFT_REJECT_ICMPX_PORT_UNREACH = 0x1 constant NFT_REJECT_ICMPX_HOST_UNREACH (line 2258) | NFT_REJECT_ICMPX_HOST_UNREACH = 0x2 constant NFT_REJECT_ICMPX_ADMIN_PROHIBITED (line 2259) | NFT_REJECT_ICMPX_ADMIN_PROHIBITED = 0x3 constant NFTA_REJECT_UNSPEC (line 2260) | NFTA_REJECT_UNSPEC = 0x0 constant NFTA_REJECT_TYPE (line 2261) | NFTA_REJECT_TYPE = 0x1 constant NFTA_REJECT_ICMP_CODE (line 2262) | NFTA_REJECT_ICMP_CODE = 0x2 constant NFT_NAT_SNAT (line 2263) | NFT_NAT_SNAT = 0x0 constant NFT_NAT_DNAT (line 2264) | NFT_NAT_DNAT = 0x1 constant NFTA_NAT_UNSPEC (line 2265) | NFTA_NAT_UNSPEC = 0x0 constant NFTA_NAT_TYPE (line 2266) | NFTA_NAT_TYPE = 0x1 constant NFTA_NAT_FAMILY (line 2267) | NFTA_NAT_FAMILY = 0x2 constant NFTA_NAT_REG_ADDR_MIN (line 2268) | NFTA_NAT_REG_ADDR_MIN = 0x3 constant NFTA_NAT_REG_ADDR_MAX (line 2269) | NFTA_NAT_REG_ADDR_MAX = 0x4 constant NFTA_NAT_REG_PROTO_MIN (line 2270) | NFTA_NAT_REG_PROTO_MIN = 0x5 constant NFTA_NAT_REG_PROTO_MAX (line 2271) | NFTA_NAT_REG_PROTO_MAX = 0x6 constant NFTA_NAT_FLAGS (line 2272) | NFTA_NAT_FLAGS = 0x7 constant NFTA_MASQ_UNSPEC (line 2273) | NFTA_MASQ_UNSPEC = 0x0 constant NFTA_MASQ_FLAGS (line 2274) | NFTA_MASQ_FLAGS = 0x1 constant NFTA_MASQ_REG_PROTO_MIN (line 2275) | NFTA_MASQ_REG_PROTO_MIN = 0x2 constant NFTA_MASQ_REG_PROTO_MAX (line 2276) | NFTA_MASQ_REG_PROTO_MAX = 0x3 constant NFTA_REDIR_UNSPEC (line 2277) | NFTA_REDIR_UNSPEC = 0x0 constant NFTA_REDIR_REG_PROTO_MIN (line 2278) | NFTA_REDIR_REG_PROTO_MIN = 0x1 constant NFTA_REDIR_REG_PROTO_MAX (line 2279) | NFTA_REDIR_REG_PROTO_MAX = 0x2 constant NFTA_REDIR_FLAGS (line 2280) | NFTA_REDIR_FLAGS = 0x3 constant NFTA_DUP_UNSPEC (line 2281) | NFTA_DUP_UNSPEC = 0x0 constant NFTA_DUP_SREG_ADDR (line 2282) | NFTA_DUP_SREG_ADDR = 0x1 constant NFTA_DUP_SREG_DEV (line 2283) | NFTA_DUP_SREG_DEV = 0x2 constant NFTA_FWD_UNSPEC (line 2284) | NFTA_FWD_UNSPEC = 0x0 constant NFTA_FWD_SREG_DEV (line 2285) | NFTA_FWD_SREG_DEV = 0x1 constant NFTA_OBJREF_UNSPEC (line 2286) | NFTA_OBJREF_UNSPEC = 0x0 constant NFTA_OBJREF_IMM_TYPE (line 2287) | NFTA_OBJREF_IMM_TYPE = 0x1 constant NFTA_OBJREF_IMM_NAME (line 2288) | NFTA_OBJREF_IMM_NAME = 0x2 constant NFTA_OBJREF_SET_SREG (line 2289) | NFTA_OBJREF_SET_SREG = 0x3 constant NFTA_OBJREF_SET_NAME (line 2290) | NFTA_OBJREF_SET_NAME = 0x4 constant NFTA_OBJREF_SET_ID (line 2291) | NFTA_OBJREF_SET_ID = 0x5 constant NFTA_GEN_UNSPEC (line 2292) | NFTA_GEN_UNSPEC = 0x0 constant NFTA_GEN_ID (line 2293) | NFTA_GEN_ID = 0x1 constant NFTA_GEN_PROC_PID (line 2294) | NFTA_GEN_PROC_PID = 0x2 constant NFTA_GEN_PROC_NAME (line 2295) | NFTA_GEN_PROC_NAME = 0x3 constant NFTA_FIB_UNSPEC (line 2296) | NFTA_FIB_UNSPEC = 0x0 constant NFTA_FIB_DREG (line 2297) | NFTA_FIB_DREG = 0x1 constant NFTA_FIB_RESULT (line 2298) | NFTA_FIB_RESULT = 0x2 constant NFTA_FIB_FLAGS (line 2299) | NFTA_FIB_FLAGS = 0x3 constant NFT_FIB_RESULT_UNSPEC (line 2300) | NFT_FIB_RESULT_UNSPEC = 0x0 constant NFT_FIB_RESULT_OIF (line 2301) | NFT_FIB_RESULT_OIF = 0x1 constant NFT_FIB_RESULT_OIFNAME (line 2302) | NFT_FIB_RESULT_OIFNAME = 0x2 constant NFT_FIB_RESULT_ADDRTYPE (line 2303) | NFT_FIB_RESULT_ADDRTYPE = 0x3 constant NFTA_FIB_F_SADDR (line 2304) | NFTA_FIB_F_SADDR = 0x1 constant NFTA_FIB_F_DADDR (line 2305) | NFTA_FIB_F_DADDR = 0x2 constant NFTA_FIB_F_MARK (line 2306) | NFTA_FIB_F_MARK = 0x4 constant NFTA_FIB_F_IIF (line 2307) | NFTA_FIB_F_IIF = 0x8 constant NFTA_FIB_F_OIF (line 2308) | NFTA_FIB_F_OIF = 0x10 constant NFTA_FIB_F_PRESENT (line 2309) | NFTA_FIB_F_PRESENT = 0x20 constant NFTA_CT_HELPER_UNSPEC (line 2310) | NFTA_CT_HELPER_UNSPEC = 0x0 constant NFTA_CT_HELPER_NAME (line 2311) | NFTA_CT_HELPER_NAME = 0x1 constant NFTA_CT_HELPER_L3PROTO (line 2312) | NFTA_CT_HELPER_L3PROTO = 0x2 constant NFTA_CT_HELPER_L4PROTO (line 2313) | NFTA_CT_HELPER_L4PROTO = 0x3 constant NFTA_OBJ_UNSPEC (line 2314) | NFTA_OBJ_UNSPEC = 0x0 constant NFTA_OBJ_TABLE (line 2315) | NFTA_OBJ_TABLE = 0x1 constant NFTA_OBJ_NAME (line 2316) | NFTA_OBJ_NAME = 0x2 constant NFTA_OBJ_TYPE (line 2317) | NFTA_OBJ_TYPE = 0x3 constant NFTA_OBJ_DATA (line 2318) | NFTA_OBJ_DATA = 0x4 constant NFTA_OBJ_USE (line 2319) | NFTA_OBJ_USE = 0x5 constant NFTA_TRACE_UNSPEC (line 2320) | NFTA_TRACE_UNSPEC = 0x0 constant NFTA_TRACE_TABLE (line 2321) | NFTA_TRACE_TABLE = 0x1 constant NFTA_TRACE_CHAIN (line 2322) | NFTA_TRACE_CHAIN = 0x2 constant NFTA_TRACE_RULE_HANDLE (line 2323) | NFTA_TRACE_RULE_HANDLE = 0x3 constant NFTA_TRACE_TYPE (line 2324) | NFTA_TRACE_TYPE = 0x4 constant NFTA_TRACE_VERDICT (line 2325) | NFTA_TRACE_VERDICT = 0x5 constant NFTA_TRACE_ID (line 2326) | NFTA_TRACE_ID = 0x6 constant NFTA_TRACE_LL_HEADER (line 2327) | NFTA_TRACE_LL_HEADER = 0x7 constant NFTA_TRACE_NETWORK_HEADER (line 2328) | NFTA_TRACE_NETWORK_HEADER = 0x8 constant NFTA_TRACE_TRANSPORT_HEADER (line 2329) | NFTA_TRACE_TRANSPORT_HEADER = 0x9 constant NFTA_TRACE_IIF (line 2330) | NFTA_TRACE_IIF = 0xa constant NFTA_TRACE_IIFTYPE (line 2331) | NFTA_TRACE_IIFTYPE = 0xb constant NFTA_TRACE_OIF (line 2332) | NFTA_TRACE_OIF = 0xc constant NFTA_TRACE_OIFTYPE (line 2333) | NFTA_TRACE_OIFTYPE = 0xd constant NFTA_TRACE_MARK (line 2334) | NFTA_TRACE_MARK = 0xe constant NFTA_TRACE_NFPROTO (line 2335) | NFTA_TRACE_NFPROTO = 0xf constant NFTA_TRACE_POLICY (line 2336) | NFTA_TRACE_POLICY = 0x10 constant NFTA_TRACE_PAD (line 2337) | NFTA_TRACE_PAD = 0x11 constant NFT_TRACETYPE_UNSPEC (line 2338) | NFT_TRACETYPE_UNSPEC = 0x0 constant NFT_TRACETYPE_POLICY (line 2339) | NFT_TRACETYPE_POLICY = 0x1 constant NFT_TRACETYPE_RETURN (line 2340) | NFT_TRACETYPE_RETURN = 0x2 constant NFT_TRACETYPE_RULE (line 2341) | NFT_TRACETYPE_RULE = 0x3 constant NFTA_NG_UNSPEC (line 2342) | NFTA_NG_UNSPEC = 0x0 constant NFTA_NG_DREG (line 2343) | NFTA_NG_DREG = 0x1 constant NFTA_NG_MODULUS (line 2344) | NFTA_NG_MODULUS = 0x2 constant NFTA_NG_TYPE (line 2345) | NFTA_NG_TYPE = 0x3 constant NFTA_NG_OFFSET (line 2346) | NFTA_NG_OFFSET = 0x4 constant NFT_NG_INCREMENTAL (line 2347) | NFT_NG_INCREMENTAL = 0x0 constant NFT_NG_RANDOM (line 2348) | NFT_NG_RANDOM = 0x1 constant NFTA_TARGET_UNSPEC (line 2352) | NFTA_TARGET_UNSPEC = 0x0 constant NFTA_TARGET_NAME (line 2353) | NFTA_TARGET_NAME = 0x1 constant NFTA_TARGET_REV (line 2354) | NFTA_TARGET_REV = 0x2 constant NFTA_TARGET_INFO (line 2355) | NFTA_TARGET_INFO = 0x3 constant NFTA_MATCH_UNSPEC (line 2356) | NFTA_MATCH_UNSPEC = 0x0 constant NFTA_MATCH_NAME (line 2357) | NFTA_MATCH_NAME = 0x1 constant NFTA_MATCH_REV (line 2358) | NFTA_MATCH_REV = 0x2 constant NFTA_MATCH_INFO (line 2359) | NFTA_MATCH_INFO = 0x3 constant NFTA_COMPAT_UNSPEC (line 2360) | NFTA_COMPAT_UNSPEC = 0x0 constant NFTA_COMPAT_NAME (line 2361) | NFTA_COMPAT_NAME = 0x1 constant NFTA_COMPAT_REV (line 2362) | NFTA_COMPAT_REV = 0x2 constant NFTA_COMPAT_TYPE (line 2363) | NFTA_COMPAT_TYPE = 0x3 type RTCTime (line 2366) | type RTCTime struct type RTCWkAlrm (line 2378) | type RTCWkAlrm struct type BlkpgIoctlArg (line 2384) | type BlkpgIoctlArg struct constant BLKPG_ADD_PARTITION (line 2392) | BLKPG_ADD_PARTITION = 0x1 constant BLKPG_DEL_PARTITION (line 2393) | BLKPG_DEL_PARTITION = 0x2 constant BLKPG_RESIZE_PARTITION (line 2394) | BLKPG_RESIZE_PARTITION = 0x3 constant NETNSA_NONE (line 2398) | NETNSA_NONE = 0x0 constant NETNSA_NSID (line 2399) | NETNSA_NSID = 0x1 constant NETNSA_PID (line 2400) | NETNSA_PID = 0x2 constant NETNSA_FD (line 2401) | NETNSA_FD = 0x3 constant NETNSA_TARGET_NSID (line 2402) | NETNSA_TARGET_NSID = 0x4 constant NETNSA_CURRENT_NSID (line 2403) | NETNSA_CURRENT_NSID = 0x5 type XDPRingOffset (line 2406) | type XDPRingOffset struct type XDPMmapOffsets (line 2413) | type XDPMmapOffsets struct type XDPStatistics (line 2420) | type XDPStatistics struct type XDPDesc (line 2429) | type XDPDesc struct constant NCSI_CMD_UNSPEC (line 2436) | NCSI_CMD_UNSPEC = 0x0 constant NCSI_CMD_PKG_INFO (line 2437) | NCSI_CMD_PKG_INFO = 0x1 constant NCSI_CMD_SET_INTERFACE (line 2438) | NCSI_CMD_SET_INTERFACE = 0x2 constant NCSI_CMD_CLEAR_INTERFACE (line 2439) | NCSI_CMD_CLEAR_INTERFACE = 0x3 constant NCSI_ATTR_UNSPEC (line 2440) | NCSI_ATTR_UNSPEC = 0x0 constant NCSI_ATTR_IFINDEX (line 2441) | NCSI_ATTR_IFINDEX = 0x1 constant NCSI_ATTR_PACKAGE_LIST (line 2442) | NCSI_ATTR_PACKAGE_LIST = 0x2 constant NCSI_ATTR_PACKAGE_ID (line 2443) | NCSI_ATTR_PACKAGE_ID = 0x3 constant NCSI_ATTR_CHANNEL_ID (line 2444) | NCSI_ATTR_CHANNEL_ID = 0x4 constant NCSI_PKG_ATTR_UNSPEC (line 2445) | NCSI_PKG_ATTR_UNSPEC = 0x0 constant NCSI_PKG_ATTR (line 2446) | NCSI_PKG_ATTR = 0x1 constant NCSI_PKG_ATTR_ID (line 2447) | NCSI_PKG_ATTR_ID = 0x2 constant NCSI_PKG_ATTR_FORCED (line 2448) | NCSI_PKG_ATTR_FORCED = 0x3 constant NCSI_PKG_ATTR_CHANNEL_LIST (line 2449) | NCSI_PKG_ATTR_CHANNEL_LIST = 0x4 constant NCSI_CHANNEL_ATTR_UNSPEC (line 2450) | NCSI_CHANNEL_ATTR_UNSPEC = 0x0 constant NCSI_CHANNEL_ATTR (line 2451) | NCSI_CHANNEL_ATTR = 0x1 constant NCSI_CHANNEL_ATTR_ID (line 2452) | NCSI_CHANNEL_ATTR_ID = 0x2 constant NCSI_CHANNEL_ATTR_VERSION_MAJOR (line 2453) | NCSI_CHANNEL_ATTR_VERSION_MAJOR = 0x3 constant NCSI_CHANNEL_ATTR_VERSION_MINOR (line 2454) | NCSI_CHANNEL_ATTR_VERSION_MINOR = 0x4 constant NCSI_CHANNEL_ATTR_VERSION_STR (line 2455) | NCSI_CHANNEL_ATTR_VERSION_STR = 0x5 constant NCSI_CHANNEL_ATTR_LINK_STATE (line 2456) | NCSI_CHANNEL_ATTR_LINK_STATE = 0x6 constant NCSI_CHANNEL_ATTR_ACTIVE (line 2457) | NCSI_CHANNEL_ATTR_ACTIVE = 0x7 constant NCSI_CHANNEL_ATTR_FORCED (line 2458) | NCSI_CHANNEL_ATTR_FORCED = 0x8 constant NCSI_CHANNEL_ATTR_VLAN_LIST (line 2459) | NCSI_CHANNEL_ATTR_VLAN_LIST = 0x9 constant NCSI_CHANNEL_ATTR_VLAN_ID (line 2460) | NCSI_CHANNEL_ATTR_VLAN_ID = 0xa type ScmTimestamping (line 2463) | type ScmTimestamping struct constant SOF_TIMESTAMPING_TX_HARDWARE (line 2468) | SOF_TIMESTAMPING_TX_HARDWARE = 0x1 constant SOF_TIMESTAMPING_TX_SOFTWARE (line 2469) | SOF_TIMESTAMPING_TX_SOFTWARE = 0x2 constant SOF_TIMESTAMPING_RX_HARDWARE (line 2470) | SOF_TIMESTAMPING_RX_HARDWARE = 0x4 constant SOF_TIMESTAMPING_RX_SOFTWARE (line 2471) | SOF_TIMESTAMPING_RX_SOFTWARE = 0x8 constant SOF_TIMESTAMPING_SOFTWARE (line 2472) | SOF_TIMESTAMPING_SOFTWARE = 0x10 constant SOF_TIMESTAMPING_SYS_HARDWARE (line 2473) | SOF_TIMESTAMPING_SYS_HARDWARE = 0x20 constant SOF_TIMESTAMPING_RAW_HARDWARE (line 2474) | SOF_TIMESTAMPING_RAW_HARDWARE = 0x40 constant SOF_TIMESTAMPING_OPT_ID (line 2475) | SOF_TIMESTAMPING_OPT_ID = 0x80 constant SOF_TIMESTAMPING_TX_SCHED (line 2476) | SOF_TIMESTAMPING_TX_SCHED = 0x100 constant SOF_TIMESTAMPING_TX_ACK (line 2477) | SOF_TIMESTAMPING_TX_ACK = 0x200 constant SOF_TIMESTAMPING_OPT_CMSG (line 2478) | SOF_TIMESTAMPING_OPT_CMSG = 0x400 constant SOF_TIMESTAMPING_OPT_TSONLY (line 2479) | SOF_TIMESTAMPING_OPT_TSONLY = 0x800 constant SOF_TIMESTAMPING_OPT_STATS (line 2480) | SOF_TIMESTAMPING_OPT_STATS = 0x1000 constant SOF_TIMESTAMPING_OPT_PKTINFO (line 2481) | SOF_TIMESTAMPING_OPT_PKTINFO = 0x2000 constant SOF_TIMESTAMPING_OPT_TX_SWHW (line 2482) | SOF_TIMESTAMPING_OPT_TX_SWHW = 0x4000 constant SOF_TIMESTAMPING_BIND_PHC (line 2483) | SOF_TIMESTAMPING_BIND_PHC = 0x8000 constant SOF_TIMESTAMPING_OPT_ID_TCP (line 2484) | SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 constant SOF_TIMESTAMPING_LAST (line 2486) | SOF_TIMESTAMPING_LAST = 0x10000 constant SOF_TIMESTAMPING_MASK (line 2487) | SOF_TIMESTAMPING_MASK = 0x1ffff constant SCM_TSTAMP_SND (line 2489) | SCM_TSTAMP_SND = 0x0 constant SCM_TSTAMP_SCHED (line 2490) | SCM_TSTAMP_SCHED = 0x1 constant SCM_TSTAMP_ACK (line 2491) | SCM_TSTAMP_ACK = 0x2 type SockExtendedErr (line 2494) | type SockExtendedErr struct type FanotifyEventMetadata (line 2504) | type FanotifyEventMetadata struct type FanotifyResponse (line 2514) | type FanotifyResponse struct constant CRYPTO_MSG_BASE (line 2520) | CRYPTO_MSG_BASE = 0x10 constant CRYPTO_MSG_NEWALG (line 2521) | CRYPTO_MSG_NEWALG = 0x10 constant CRYPTO_MSG_DELALG (line 2522) | CRYPTO_MSG_DELALG = 0x11 constant CRYPTO_MSG_UPDATEALG (line 2523) | CRYPTO_MSG_UPDATEALG = 0x12 constant CRYPTO_MSG_GETALG (line 2524) | CRYPTO_MSG_GETALG = 0x13 constant CRYPTO_MSG_DELRNG (line 2525) | CRYPTO_MSG_DELRNG = 0x14 constant CRYPTO_MSG_GETSTAT (line 2526) | CRYPTO_MSG_GETSTAT = 0x15 constant CRYPTOCFGA_UNSPEC (line 2530) | CRYPTOCFGA_UNSPEC = 0x0 constant CRYPTOCFGA_PRIORITY_VAL (line 2531) | CRYPTOCFGA_PRIORITY_VAL = 0x1 constant CRYPTOCFGA_REPORT_LARVAL (line 2532) | CRYPTOCFGA_REPORT_LARVAL = 0x2 constant CRYPTOCFGA_REPORT_HASH (line 2533) | CRYPTOCFGA_REPORT_HASH = 0x3 constant CRYPTOCFGA_REPORT_BLKCIPHER (line 2534) | CRYPTOCFGA_REPORT_BLKCIPHER = 0x4 constant CRYPTOCFGA_REPORT_AEAD (line 2535) | CRYPTOCFGA_REPORT_AEAD = 0x5 constant CRYPTOCFGA_REPORT_COMPRESS (line 2536) | CRYPTOCFGA_REPORT_COMPRESS = 0x6 constant CRYPTOCFGA_REPORT_RNG (line 2537) | CRYPTOCFGA_REPORT_RNG = 0x7 constant CRYPTOCFGA_REPORT_CIPHER (line 2538) | CRYPTOCFGA_REPORT_CIPHER = 0x8 constant CRYPTOCFGA_REPORT_AKCIPHER (line 2539) | CRYPTOCFGA_REPORT_AKCIPHER = 0x9 constant CRYPTOCFGA_REPORT_KPP (line 2540) | CRYPTOCFGA_REPORT_KPP = 0xa constant CRYPTOCFGA_REPORT_ACOMP (line 2541) | CRYPTOCFGA_REPORT_ACOMP = 0xb constant CRYPTOCFGA_STAT_LARVAL (line 2542) | CRYPTOCFGA_STAT_LARVAL = 0xc constant CRYPTOCFGA_STAT_HASH (line 2543) | CRYPTOCFGA_STAT_HASH = 0xd constant CRYPTOCFGA_STAT_BLKCIPHER (line 2544) | CRYPTOCFGA_STAT_BLKCIPHER = 0xe constant CRYPTOCFGA_STAT_AEAD (line 2545) | CRYPTOCFGA_STAT_AEAD = 0xf constant CRYPTOCFGA_STAT_COMPRESS (line 2546) | CRYPTOCFGA_STAT_COMPRESS = 0x10 constant CRYPTOCFGA_STAT_RNG (line 2547) | CRYPTOCFGA_STAT_RNG = 0x11 constant CRYPTOCFGA_STAT_CIPHER (line 2548) | CRYPTOCFGA_STAT_CIPHER = 0x12 constant CRYPTOCFGA_STAT_AKCIPHER (line 2549) | CRYPTOCFGA_STAT_AKCIPHER = 0x13 constant CRYPTOCFGA_STAT_KPP (line 2550) | CRYPTOCFGA_STAT_KPP = 0x14 constant CRYPTOCFGA_STAT_ACOMP (line 2551) | CRYPTOCFGA_STAT_ACOMP = 0x15 constant BPF_REG_0 (line 2555) | BPF_REG_0 = 0x0 constant BPF_REG_1 (line 2556) | BPF_REG_1 = 0x1 constant BPF_REG_2 (line 2557) | BPF_REG_2 = 0x2 constant BPF_REG_3 (line 2558) | BPF_REG_3 = 0x3 constant BPF_REG_4 (line 2559) | BPF_REG_4 = 0x4 constant BPF_REG_5 (line 2560) | BPF_REG_5 = 0x5 constant BPF_REG_6 (line 2561) | BPF_REG_6 = 0x6 constant BPF_REG_7 (line 2562) | BPF_REG_7 = 0x7 constant BPF_REG_8 (line 2563) | BPF_REG_8 = 0x8 constant BPF_REG_9 (line 2564) | BPF_REG_9 = 0x9 constant BPF_REG_10 (line 2565) | BPF_REG_10 = 0xa constant BPF_CGROUP_ITER_ORDER_UNSPEC (line 2566) | BPF_CGROUP_ITER_ORDER_UNSPEC = 0x0 constant BPF_CGROUP_ITER_SELF_ONLY (line 2567) | BPF_CGROUP_ITER_SELF_ONLY = 0x1 constant BPF_CGROUP_ITER_DESCENDANTS_PRE (line 2568) | BPF_CGROUP_ITER_DESCENDANTS_PRE = 0x2 constant BPF_CGROUP_ITER_DESCENDANTS_POST (line 2569) | BPF_CGROUP_ITER_DESCENDANTS_POST = 0x3 constant BPF_CGROUP_ITER_ANCESTORS_UP (line 2570) | BPF_CGROUP_ITER_ANCESTORS_UP = 0x4 constant BPF_MAP_CREATE (line 2571) | BPF_MAP_CREATE = 0x0 constant BPF_MAP_LOOKUP_ELEM (line 2572) | BPF_MAP_LOOKUP_ELEM = 0x1 constant BPF_MAP_UPDATE_ELEM (line 2573) | BPF_MAP_UPDATE_ELEM = 0x2 constant BPF_MAP_DELETE_ELEM (line 2574) | BPF_MAP_DELETE_ELEM = 0x3 constant BPF_MAP_GET_NEXT_KEY (line 2575) | BPF_MAP_GET_NEXT_KEY = 0x4 constant BPF_PROG_LOAD (line 2576) | BPF_PROG_LOAD = 0x5 constant BPF_OBJ_PIN (line 2577) | BPF_OBJ_PIN = 0x6 constant BPF_OBJ_GET (line 2578) | BPF_OBJ_GET = 0x7 constant BPF_PROG_ATTACH (line 2579) | BPF_PROG_ATTACH = 0x8 constant BPF_PROG_DETACH (line 2580) | BPF_PROG_DETACH = 0x9 constant BPF_PROG_TEST_RUN (line 2581) | BPF_PROG_TEST_RUN = 0xa constant BPF_PROG_RUN (line 2582) | BPF_PROG_RUN = 0xa constant BPF_PROG_GET_NEXT_ID (line 2583) | BPF_PROG_GET_NEXT_ID = 0xb constant BPF_MAP_GET_NEXT_ID (line 2584) | BPF_MAP_GET_NEXT_ID = 0xc constant BPF_PROG_GET_FD_BY_ID (line 2585) | BPF_PROG_GET_FD_BY_ID = 0xd constant BPF_MAP_GET_FD_BY_ID (line 2586) | BPF_MAP_GET_FD_BY_ID = 0xe constant BPF_OBJ_GET_INFO_BY_FD (line 2587) | BPF_OBJ_GET_INFO_BY_FD = 0xf constant BPF_PROG_QUERY (line 2588) | BPF_PROG_QUERY = 0x10 constant BPF_RAW_TRACEPOINT_OPEN (line 2589) | BPF_RAW_TRACEPOINT_OPEN = 0x11 constant BPF_BTF_LOAD (line 2590) | BPF_BTF_LOAD = 0x12 constant BPF_BTF_GET_FD_BY_ID (line 2591) | BPF_BTF_GET_FD_BY_ID = 0x13 constant BPF_TASK_FD_QUERY (line 2592) | BPF_TASK_FD_QUERY = 0x14 constant BPF_MAP_LOOKUP_AND_DELETE_ELEM (line 2593) | BPF_MAP_LOOKUP_AND_DELETE_ELEM = 0x15 constant BPF_MAP_FREEZE (line 2594) | BPF_MAP_FREEZE = 0x16 constant BPF_BTF_GET_NEXT_ID (line 2595) | BPF_BTF_GET_NEXT_ID = 0x17 constant BPF_MAP_LOOKUP_BATCH (line 2596) | BPF_MAP_LOOKUP_BATCH = 0x18 constant BPF_MAP_LOOKUP_AND_DELETE_BATCH (line 2597) | BPF_MAP_LOOKUP_AND_DELETE_BATCH = 0x19 constant BPF_MAP_UPDATE_BATCH (line 2598) | BPF_MAP_UPDATE_BATCH = 0x1a constant BPF_MAP_DELETE_BATCH (line 2599) | BPF_MAP_DELETE_BATCH = 0x1b constant BPF_LINK_CREATE (line 2600) | BPF_LINK_CREATE = 0x1c constant BPF_LINK_UPDATE (line 2601) | BPF_LINK_UPDATE = 0x1d constant BPF_LINK_GET_FD_BY_ID (line 2602) | BPF_LINK_GET_FD_BY_ID = 0x1e constant BPF_LINK_GET_NEXT_ID (line 2603) | BPF_LINK_GET_NEXT_ID = 0x1f constant BPF_ENABLE_STATS (line 2604) | BPF_ENABLE_STATS = 0x20 constant BPF_ITER_CREATE (line 2605) | BPF_ITER_CREATE = 0x21 constant BPF_LINK_DETACH (line 2606) | BPF_LINK_DETACH = 0x22 constant BPF_PROG_BIND_MAP (line 2607) | BPF_PROG_BIND_MAP = 0x23 constant BPF_MAP_TYPE_UNSPEC (line 2608) | BPF_MAP_TYPE_UNSPEC = 0x0 constant BPF_MAP_TYPE_HASH (line 2609) | BPF_MAP_TYPE_HASH = 0x1 constant BPF_MAP_TYPE_ARRAY (line 2610) | BPF_MAP_TYPE_ARRAY = 0x2 constant BPF_MAP_TYPE_PROG_ARRAY (line 2611) | BPF_MAP_TYPE_PROG_ARRAY = 0x3 constant BPF_MAP_TYPE_PERF_EVENT_ARRAY (line 2612) | BPF_MAP_TYPE_PERF_EVENT_ARRAY = 0x4 constant BPF_MAP_TYPE_PERCPU_HASH (line 2613) | BPF_MAP_TYPE_PERCPU_HASH = 0x5 constant BPF_MAP_TYPE_PERCPU_ARRAY (line 2614) | BPF_MAP_TYPE_PERCPU_ARRAY = 0x6 constant BPF_MAP_TYPE_STACK_TRACE (line 2615) | BPF_MAP_TYPE_STACK_TRACE = 0x7 constant BPF_MAP_TYPE_CGROUP_ARRAY (line 2616) | BPF_MAP_TYPE_CGROUP_ARRAY = 0x8 constant BPF_MAP_TYPE_LRU_HASH (line 2617) | BPF_MAP_TYPE_LRU_HASH = 0x9 constant BPF_MAP_TYPE_LRU_PERCPU_HASH (line 2618) | BPF_MAP_TYPE_LRU_PERCPU_HASH = 0xa constant BPF_MAP_TYPE_LPM_TRIE (line 2619) | BPF_MAP_TYPE_LPM_TRIE = 0xb constant BPF_MAP_TYPE_ARRAY_OF_MAPS (line 2620) | BPF_MAP_TYPE_ARRAY_OF_MAPS = 0xc constant BPF_MAP_TYPE_HASH_OF_MAPS (line 2621) | BPF_MAP_TYPE_HASH_OF_MAPS = 0xd constant BPF_MAP_TYPE_DEVMAP (line 2622) | BPF_MAP_TYPE_DEVMAP = 0xe constant BPF_MAP_TYPE_SOCKMAP (line 2623) | BPF_MAP_TYPE_SOCKMAP = 0xf constant BPF_MAP_TYPE_CPUMAP (line 2624) | BPF_MAP_TYPE_CPUMAP = 0x10 constant BPF_MAP_TYPE_XSKMAP (line 2625) | BPF_MAP_TYPE_XSKMAP = 0x11 constant BPF_MAP_TYPE_SOCKHASH (line 2626) | BPF_MAP_TYPE_SOCKHASH = 0x12 constant BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED (line 2627) | BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED = 0x13 constant BPF_MAP_TYPE_CGROUP_STORAGE (line 2628) | BPF_MAP_TYPE_CGROUP_STORAGE = 0x13 constant BPF_MAP_TYPE_REUSEPORT_SOCKARRAY (line 2629) | BPF_MAP_TYPE_REUSEPORT_SOCKARRAY = 0x14 constant BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE (line 2630) | BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE = 0x15 constant BPF_MAP_TYPE_QUEUE (line 2631) | BPF_MAP_TYPE_QUEUE = 0x16 constant BPF_MAP_TYPE_STACK (line 2632) | BPF_MAP_TYPE_STACK = 0x17 constant BPF_MAP_TYPE_SK_STORAGE (line 2633) | BPF_MAP_TYPE_SK_STORAGE = 0x18 constant BPF_MAP_TYPE_DEVMAP_HASH (line 2634) | BPF_MAP_TYPE_DEVMAP_HASH = 0x19 constant BPF_MAP_TYPE_STRUCT_OPS (line 2635) | BPF_MAP_TYPE_STRUCT_OPS = 0x1a constant BPF_MAP_TYPE_RINGBUF (line 2636) | BPF_MAP_TYPE_RINGBUF = 0x1b constant BPF_MAP_TYPE_INODE_STORAGE (line 2637) | BPF_MAP_TYPE_INODE_STORAGE = 0x1c constant BPF_MAP_TYPE_TASK_STORAGE (line 2638) | BPF_MAP_TYPE_TASK_STORAGE = 0x1d constant BPF_MAP_TYPE_BLOOM_FILTER (line 2639) | BPF_MAP_TYPE_BLOOM_FILTER = 0x1e constant BPF_MAP_TYPE_USER_RINGBUF (line 2640) | BPF_MAP_TYPE_USER_RINGBUF = 0x1f constant BPF_MAP_TYPE_CGRP_STORAGE (line 2641) | BPF_MAP_TYPE_CGRP_STORAGE = 0x20 constant BPF_PROG_TYPE_UNSPEC (line 2642) | BPF_PROG_TYPE_UNSPEC = 0x0 constant BPF_PROG_TYPE_SOCKET_FILTER (line 2643) | BPF_PROG_TYPE_SOCKET_FILTER = 0x1 constant BPF_PROG_TYPE_KPROBE (line 2644) | BPF_PROG_TYPE_KPROBE = 0x2 constant BPF_PROG_TYPE_SCHED_CLS (line 2645) | BPF_PROG_TYPE_SCHED_CLS = 0x3 constant BPF_PROG_TYPE_SCHED_ACT (line 2646) | BPF_PROG_TYPE_SCHED_ACT = 0x4 constant BPF_PROG_TYPE_TRACEPOINT (line 2647) | BPF_PROG_TYPE_TRACEPOINT = 0x5 constant BPF_PROG_TYPE_XDP (line 2648) | BPF_PROG_TYPE_XDP = 0x6 constant BPF_PROG_TYPE_PERF_EVENT (line 2649) | BPF_PROG_TYPE_PERF_EVENT = 0x7 constant BPF_PROG_TYPE_CGROUP_SKB (line 2650) | BPF_PROG_TYPE_CGROUP_SKB = 0x8 constant BPF_PROG_TYPE_CGROUP_SOCK (line 2651) | BPF_PROG_TYPE_CGROUP_SOCK = 0x9 constant BPF_PROG_TYPE_LWT_IN (line 2652) | BPF_PROG_TYPE_LWT_IN = 0xa constant BPF_PROG_TYPE_LWT_OUT (line 2653) | BPF_PROG_TYPE_LWT_OUT = 0xb constant BPF_PROG_TYPE_LWT_XMIT (line 2654) | BPF_PROG_TYPE_LWT_XMIT = 0xc constant BPF_PROG_TYPE_SOCK_OPS (line 2655) | BPF_PROG_TYPE_SOCK_OPS = 0xd constant BPF_PROG_TYPE_SK_SKB (line 2656) | BPF_PROG_TYPE_SK_SKB = 0xe constant BPF_PROG_TYPE_CGROUP_DEVICE (line 2657) | BPF_PROG_TYPE_CGROUP_DEVICE = 0xf constant BPF_PROG_TYPE_SK_MSG (line 2658) | BPF_PROG_TYPE_SK_MSG = 0x10 constant BPF_PROG_TYPE_RAW_TRACEPOINT (line 2659) | BPF_PROG_TYPE_RAW_TRACEPOINT = 0x11 constant BPF_PROG_TYPE_CGROUP_SOCK_ADDR (line 2660) | BPF_PROG_TYPE_CGROUP_SOCK_ADDR = 0x12 constant BPF_PROG_TYPE_LWT_SEG6LOCAL (line 2661) | BPF_PROG_TYPE_LWT_SEG6LOCAL = 0x13 constant BPF_PROG_TYPE_LIRC_MODE2 (line 2662) | BPF_PROG_TYPE_LIRC_MODE2 = 0x14 constant BPF_PROG_TYPE_SK_REUSEPORT (line 2663) | BPF_PROG_TYPE_SK_REUSEPORT = 0x15 constant BPF_PROG_TYPE_FLOW_DISSECTOR (line 2664) | BPF_PROG_TYPE_FLOW_DISSECTOR = 0x16 constant BPF_PROG_TYPE_CGROUP_SYSCTL (line 2665) | BPF_PROG_TYPE_CGROUP_SYSCTL = 0x17 constant BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE (line 2666) | BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE = 0x18 constant BPF_PROG_TYPE_CGROUP_SOCKOPT (line 2667) | BPF_PROG_TYPE_CGROUP_SOCKOPT = 0x19 constant BPF_PROG_TYPE_TRACING (line 2668) | BPF_PROG_TYPE_TRACING = 0x1a constant BPF_PROG_TYPE_STRUCT_OPS (line 2669) | BPF_PROG_TYPE_STRUCT_OPS = 0x1b constant BPF_PROG_TYPE_EXT (line 2670) | BPF_PROG_TYPE_EXT = 0x1c constant BPF_PROG_TYPE_LSM (line 2671) | BPF_PROG_TYPE_LSM = 0x1d constant BPF_PROG_TYPE_SK_LOOKUP (line 2672) | BPF_PROG_TYPE_SK_LOOKUP = 0x1e constant BPF_PROG_TYPE_SYSCALL (line 2673) | BPF_PROG_TYPE_SYSCALL = 0x1f constant BPF_PROG_TYPE_NETFILTER (line 2674) | BPF_PROG_TYPE_NETFILTER = 0x20 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_STRUCT_OPS (line 2719) | BPF_STRUCT_OPS = 0x2c constant BPF_NETFILTER (line 2720) | BPF_NETFILTER = 0x2d constant BPF_TCX_INGRESS (line 2721) | BPF_TCX_INGRESS = 0x2e constant BPF_TCX_EGRESS (line 2722) | BPF_TCX_EGRESS = 0x2f constant BPF_TRACE_UPROBE_MULTI (line 2723) | BPF_TRACE_UPROBE_MULTI = 0x30 constant BPF_LINK_TYPE_UNSPEC (line 2724) | BPF_LINK_TYPE_UNSPEC = 0x0 constant BPF_LINK_TYPE_RAW_TRACEPOINT (line 2725) | BPF_LINK_TYPE_RAW_TRACEPOINT = 0x1 constant BPF_LINK_TYPE_TRACING (line 2726) | BPF_LINK_TYPE_TRACING = 0x2 constant BPF_LINK_TYPE_CGROUP (line 2727) | BPF_LINK_TYPE_CGROUP = 0x3 constant BPF_LINK_TYPE_ITER (line 2728) | BPF_LINK_TYPE_ITER = 0x4 constant BPF_LINK_TYPE_NETNS (line 2729) | BPF_LINK_TYPE_NETNS = 0x5 constant BPF_LINK_TYPE_XDP (line 2730) | BPF_LINK_TYPE_XDP = 0x6 constant BPF_LINK_TYPE_PERF_EVENT (line 2731) | BPF_LINK_TYPE_PERF_EVENT = 0x7 constant BPF_LINK_TYPE_KPROBE_MULTI (line 2732) | BPF_LINK_TYPE_KPROBE_MULTI = 0x8 constant BPF_LINK_TYPE_STRUCT_OPS (line 2733) | BPF_LINK_TYPE_STRUCT_OPS = 0x9 constant BPF_LINK_TYPE_NETFILTER (line 2734) | BPF_LINK_TYPE_NETFILTER = 0xa constant BPF_LINK_TYPE_TCX (line 2735) | BPF_LINK_TYPE_TCX = 0xb constant BPF_LINK_TYPE_UPROBE_MULTI (line 2736) | BPF_LINK_TYPE_UPROBE_MULTI = 0xc constant BPF_PERF_EVENT_UNSPEC (line 2737) | BPF_PERF_EVENT_UNSPEC = 0x0 constant BPF_PERF_EVENT_UPROBE (line 2738) | BPF_PERF_EVENT_UPROBE = 0x1 constant BPF_PERF_EVENT_URETPROBE (line 2739) | BPF_PERF_EVENT_URETPROBE = 0x2 constant BPF_PERF_EVENT_KPROBE (line 2740) | BPF_PERF_EVENT_KPROBE = 0x3 constant BPF_PERF_EVENT_KRETPROBE (line 2741) | BPF_PERF_EVENT_KRETPROBE = 0x4 constant BPF_PERF_EVENT_TRACEPOINT (line 2742) | BPF_PERF_EVENT_TRACEPOINT = 0x5 constant BPF_PERF_EVENT_EVENT (line 2743) | BPF_PERF_EVENT_EVENT = 0x6 constant BPF_F_KPROBE_MULTI_RETURN (line 2744) | BPF_F_KPROBE_MULTI_RETURN = 0x1 constant BPF_F_UPROBE_MULTI_RETURN (line 2745) | BPF_F_UPROBE_MULTI_RETURN = 0x1 constant BPF_ANY (line 2746) | BPF_ANY = 0x0 constant BPF_NOEXIST (line 2747) | BPF_NOEXIST = 0x1 constant BPF_EXIST (line 2748) | BPF_EXIST = 0x2 constant BPF_F_LOCK (line 2749) | BPF_F_LOCK = 0x4 constant BPF_F_NO_PREALLOC (line 2750) | BPF_F_NO_PREALLOC = 0x1 constant BPF_F_NO_COMMON_LRU (line 2751) | BPF_F_NO_COMMON_LRU = 0x2 constant BPF_F_NUMA_NODE (line 2752) | BPF_F_NUMA_NODE = 0x4 constant BPF_F_RDONLY (line 2753) | BPF_F_RDONLY = 0x8 constant BPF_F_WRONLY (line 2754) | BPF_F_WRONLY = 0x10 constant BPF_F_STACK_BUILD_ID (line 2755) | BPF_F_STACK_BUILD_ID = 0x20 constant BPF_F_ZERO_SEED (line 2756) | BPF_F_ZERO_SEED = 0x40 constant BPF_F_RDONLY_PROG (line 2757) | BPF_F_RDONLY_PROG = 0x80 constant BPF_F_WRONLY_PROG (line 2758) | BPF_F_WRONLY_PROG = 0x100 constant BPF_F_CLONE (line 2759) | BPF_F_CLONE = 0x200 constant BPF_F_MMAPABLE (line 2760) | BPF_F_MMAPABLE = 0x400 constant BPF_F_PRESERVE_ELEMS (line 2761) | BPF_F_PRESERVE_ELEMS = 0x800 constant BPF_F_INNER_MAP (line 2762) | BPF_F_INNER_MAP = 0x1000 constant BPF_F_LINK (line 2763) | BPF_F_LINK = 0x2000 constant BPF_F_PATH_FD (line 2764) | BPF_F_PATH_FD = 0x4000 constant BPF_STATS_RUN_TIME (line 2765) | BPF_STATS_RUN_TIME = 0x0 constant BPF_STACK_BUILD_ID_EMPTY (line 2766) | BPF_STACK_BUILD_ID_EMPTY = 0x0 constant BPF_STACK_BUILD_ID_VALID (line 2767) | BPF_STACK_BUILD_ID_VALID = 0x1 constant BPF_STACK_BUILD_ID_IP (line 2768) | BPF_STACK_BUILD_ID_IP = 0x2 constant BPF_F_RECOMPUTE_CSUM (line 2769) | BPF_F_RECOMPUTE_CSUM = 0x1 constant BPF_F_INVALIDATE_HASH (line 2770) | BPF_F_INVALIDATE_HASH = 0x2 constant BPF_F_HDR_FIELD_MASK (line 2771) | BPF_F_HDR_FIELD_MASK = 0xf constant BPF_F_PSEUDO_HDR (line 2772) | BPF_F_PSEUDO_HDR = 0x10 constant BPF_F_MARK_MANGLED_0 (line 2773) | BPF_F_MARK_MANGLED_0 = 0x20 constant BPF_F_MARK_ENFORCE (line 2774) | BPF_F_MARK_ENFORCE = 0x40 constant BPF_F_INGRESS (line 2775) | BPF_F_INGRESS = 0x1 constant BPF_F_TUNINFO_IPV6 (line 2776) | BPF_F_TUNINFO_IPV6 = 0x1 constant BPF_F_SKIP_FIELD_MASK (line 2777) | BPF_F_SKIP_FIELD_MASK = 0xff constant BPF_F_USER_STACK (line 2778) | BPF_F_USER_STACK = 0x100 constant BPF_F_FAST_STACK_CMP (line 2779) | BPF_F_FAST_STACK_CMP = 0x200 constant BPF_F_REUSE_STACKID (line 2780) | BPF_F_REUSE_STACKID = 0x400 constant BPF_F_USER_BUILD_ID (line 2781) | BPF_F_USER_BUILD_ID = 0x800 constant BPF_F_ZERO_CSUM_TX (line 2782) | BPF_F_ZERO_CSUM_TX = 0x2 constant BPF_F_DONT_FRAGMENT (line 2783) | BPF_F_DONT_FRAGMENT = 0x4 constant BPF_F_SEQ_NUMBER (line 2784) | BPF_F_SEQ_NUMBER = 0x8 constant BPF_F_NO_TUNNEL_KEY (line 2785) | BPF_F_NO_TUNNEL_KEY = 0x10 constant BPF_F_TUNINFO_FLAGS (line 2786) | BPF_F_TUNINFO_FLAGS = 0x10 constant BPF_F_INDEX_MASK (line 2787) | BPF_F_INDEX_MASK = 0xffffffff constant BPF_F_CURRENT_CPU (line 2788) | BPF_F_CURRENT_CPU = 0xffffffff constant BPF_F_CTXLEN_MASK (line 2789) | BPF_F_CTXLEN_MASK = 0xfffff00000000 constant BPF_F_CURRENT_NETNS (line 2790) | BPF_F_CURRENT_NETNS = -0x1 constant BPF_CSUM_LEVEL_QUERY (line 2791) | BPF_CSUM_LEVEL_QUERY = 0x0 constant BPF_CSUM_LEVEL_INC (line 2792) | BPF_CSUM_LEVEL_INC = 0x1 constant BPF_CSUM_LEVEL_DEC (line 2793) | BPF_CSUM_LEVEL_DEC = 0x2 constant BPF_CSUM_LEVEL_RESET (line 2794) | BPF_CSUM_LEVEL_RESET = 0x3 constant BPF_F_ADJ_ROOM_FIXED_GSO (line 2795) | BPF_F_ADJ_ROOM_FIXED_GSO = 0x1 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 (line 2796) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 = 0x2 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 (line 2797) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 = 0x4 constant BPF_F_ADJ_ROOM_ENCAP_L4_GRE (line 2798) | BPF_F_ADJ_ROOM_ENCAP_L4_GRE = 0x8 constant BPF_F_ADJ_ROOM_ENCAP_L4_UDP (line 2799) | BPF_F_ADJ_ROOM_ENCAP_L4_UDP = 0x10 constant BPF_F_ADJ_ROOM_NO_CSUM_RESET (line 2800) | BPF_F_ADJ_ROOM_NO_CSUM_RESET = 0x20 constant BPF_F_ADJ_ROOM_ENCAP_L2_ETH (line 2801) | BPF_F_ADJ_ROOM_ENCAP_L2_ETH = 0x40 constant BPF_F_ADJ_ROOM_DECAP_L3_IPV4 (line 2802) | BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = 0x80 constant BPF_F_ADJ_ROOM_DECAP_L3_IPV6 (line 2803) | BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = 0x100 constant BPF_ADJ_ROOM_ENCAP_L2_MASK (line 2804) | BPF_ADJ_ROOM_ENCAP_L2_MASK = 0xff constant BPF_ADJ_ROOM_ENCAP_L2_SHIFT (line 2805) | BPF_ADJ_ROOM_ENCAP_L2_SHIFT = 0x38 constant BPF_F_SYSCTL_BASE_NAME (line 2806) | BPF_F_SYSCTL_BASE_NAME = 0x1 constant BPF_LOCAL_STORAGE_GET_F_CREATE (line 2807) | BPF_LOCAL_STORAGE_GET_F_CREATE = 0x1 constant BPF_SK_STORAGE_GET_F_CREATE (line 2808) | BPF_SK_STORAGE_GET_F_CREATE = 0x1 constant BPF_F_GET_BRANCH_RECORDS_SIZE (line 2809) | BPF_F_GET_BRANCH_RECORDS_SIZE = 0x1 constant BPF_RB_NO_WAKEUP (line 2810) | BPF_RB_NO_WAKEUP = 0x1 constant BPF_RB_FORCE_WAKEUP (line 2811) | BPF_RB_FORCE_WAKEUP = 0x2 constant BPF_RB_AVAIL_DATA (line 2812) | BPF_RB_AVAIL_DATA = 0x0 constant BPF_RB_RING_SIZE (line 2813) | BPF_RB_RING_SIZE = 0x1 constant BPF_RB_CONS_POS (line 2814) | BPF_RB_CONS_POS = 0x2 constant BPF_RB_PROD_POS (line 2815) | BPF_RB_PROD_POS = 0x3 constant BPF_RINGBUF_BUSY_BIT (line 2816) | BPF_RINGBUF_BUSY_BIT = 0x80000000 constant BPF_RINGBUF_DISCARD_BIT (line 2817) | BPF_RINGBUF_DISCARD_BIT = 0x40000000 constant BPF_RINGBUF_HDR_SZ (line 2818) | BPF_RINGBUF_HDR_SZ = 0x8 constant BPF_SK_LOOKUP_F_REPLACE (line 2819) | BPF_SK_LOOKUP_F_REPLACE = 0x1 constant BPF_SK_LOOKUP_F_NO_REUSEPORT (line 2820) | BPF_SK_LOOKUP_F_NO_REUSEPORT = 0x2 constant BPF_ADJ_ROOM_NET (line 2821) | BPF_ADJ_ROOM_NET = 0x0 constant BPF_ADJ_ROOM_MAC (line 2822) | BPF_ADJ_ROOM_MAC = 0x1 constant BPF_HDR_START_MAC (line 2823) | BPF_HDR_START_MAC = 0x0 constant BPF_HDR_START_NET (line 2824) | BPF_HDR_START_NET = 0x1 constant BPF_LWT_ENCAP_SEG6 (line 2825) | BPF_LWT_ENCAP_SEG6 = 0x0 constant BPF_LWT_ENCAP_SEG6_INLINE (line 2826) | BPF_LWT_ENCAP_SEG6_INLINE = 0x1 constant BPF_LWT_ENCAP_IP (line 2827) | BPF_LWT_ENCAP_IP = 0x2 constant BPF_F_BPRM_SECUREEXEC (line 2828) | BPF_F_BPRM_SECUREEXEC = 0x1 constant BPF_F_BROADCAST (line 2829) | BPF_F_BROADCAST = 0x8 constant BPF_F_EXCLUDE_INGRESS (line 2830) | BPF_F_EXCLUDE_INGRESS = 0x10 constant BPF_SKB_TSTAMP_UNSPEC (line 2831) | BPF_SKB_TSTAMP_UNSPEC = 0x0 constant BPF_SKB_TSTAMP_DELIVERY_MONO (line 2832) | BPF_SKB_TSTAMP_DELIVERY_MONO = 0x1 constant BPF_OK (line 2833) | BPF_OK = 0x0 constant BPF_DROP (line 2834) | BPF_DROP = 0x2 constant BPF_REDIRECT (line 2835) | BPF_REDIRECT = 0x7 constant BPF_LWT_REROUTE (line 2836) | BPF_LWT_REROUTE = 0x80 constant BPF_FLOW_DISSECTOR_CONTINUE (line 2837) | BPF_FLOW_DISSECTOR_CONTINUE = 0x81 constant BPF_SOCK_OPS_RTO_CB_FLAG (line 2838) | BPF_SOCK_OPS_RTO_CB_FLAG = 0x1 constant BPF_SOCK_OPS_RETRANS_CB_FLAG (line 2839) | BPF_SOCK_OPS_RETRANS_CB_FLAG = 0x2 constant BPF_SOCK_OPS_STATE_CB_FLAG (line 2840) | BPF_SOCK_OPS_STATE_CB_FLAG = 0x4 constant BPF_SOCK_OPS_RTT_CB_FLAG (line 2841) | BPF_SOCK_OPS_RTT_CB_FLAG = 0x8 constant BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG (line 2842) | BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG = 0x10 constant BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG (line 2843) | BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG = 0x20 constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG (line 2844) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG = 0x40 constant BPF_SOCK_OPS_ALL_CB_FLAGS (line 2845) | BPF_SOCK_OPS_ALL_CB_FLAGS = 0x7f constant BPF_SOCK_OPS_VOID (line 2846) | BPF_SOCK_OPS_VOID = 0x0 constant BPF_SOCK_OPS_TIMEOUT_INIT (line 2847) | BPF_SOCK_OPS_TIMEOUT_INIT = 0x1 constant BPF_SOCK_OPS_RWND_INIT (line 2848) | BPF_SOCK_OPS_RWND_INIT = 0x2 constant BPF_SOCK_OPS_TCP_CONNECT_CB (line 2849) | BPF_SOCK_OPS_TCP_CONNECT_CB = 0x3 constant BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB (line 2850) | BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB = 0x4 constant BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB (line 2851) | BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB = 0x5 constant BPF_SOCK_OPS_NEEDS_ECN (line 2852) | BPF_SOCK_OPS_NEEDS_ECN = 0x6 constant BPF_SOCK_OPS_BASE_RTT (line 2853) | BPF_SOCK_OPS_BASE_RTT = 0x7 constant BPF_SOCK_OPS_RTO_CB (line 2854) | BPF_SOCK_OPS_RTO_CB = 0x8 constant BPF_SOCK_OPS_RETRANS_CB (line 2855) | BPF_SOCK_OPS_RETRANS_CB = 0x9 constant BPF_SOCK_OPS_STATE_CB (line 2856) | BPF_SOCK_OPS_STATE_CB = 0xa constant BPF_SOCK_OPS_TCP_LISTEN_CB (line 2857) | BPF_SOCK_OPS_TCP_LISTEN_CB = 0xb constant BPF_SOCK_OPS_RTT_CB (line 2858) | BPF_SOCK_OPS_RTT_CB = 0xc constant BPF_SOCK_OPS_PARSE_HDR_OPT_CB (line 2859) | BPF_SOCK_OPS_PARSE_HDR_OPT_CB = 0xd constant BPF_SOCK_OPS_HDR_OPT_LEN_CB (line 2860) | BPF_SOCK_OPS_HDR_OPT_LEN_CB = 0xe constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB (line 2861) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB = 0xf constant BPF_TCP_ESTABLISHED (line 2862) | BPF_TCP_ESTABLISHED = 0x1 constant BPF_TCP_SYN_SENT (line 2863) | BPF_TCP_SYN_SENT = 0x2 constant BPF_TCP_SYN_RECV (line 2864) | BPF_TCP_SYN_RECV = 0x3 constant BPF_TCP_FIN_WAIT1 (line 2865) | BPF_TCP_FIN_WAIT1 = 0x4 constant BPF_TCP_FIN_WAIT2 (line 2866) | BPF_TCP_FIN_WAIT2 = 0x5 constant BPF_TCP_TIME_WAIT (line 2867) | BPF_TCP_TIME_WAIT = 0x6 constant BPF_TCP_CLOSE (line 2868) | BPF_TCP_CLOSE = 0x7 constant BPF_TCP_CLOSE_WAIT (line 2869) | BPF_TCP_CLOSE_WAIT = 0x8 constant BPF_TCP_LAST_ACK (line 2870) | BPF_TCP_LAST_ACK = 0x9 constant BPF_TCP_LISTEN (line 2871) | BPF_TCP_LISTEN = 0xa constant BPF_TCP_CLOSING (line 2872) | BPF_TCP_CLOSING = 0xb constant BPF_TCP_NEW_SYN_RECV (line 2873) | BPF_TCP_NEW_SYN_RECV = 0xc constant BPF_TCP_MAX_STATES (line 2874) | BPF_TCP_MAX_STATES = 0xd constant TCP_BPF_IW (line 2875) | TCP_BPF_IW = 0x3e9 constant TCP_BPF_SNDCWND_CLAMP (line 2876) | TCP_BPF_SNDCWND_CLAMP = 0x3ea constant TCP_BPF_DELACK_MAX (line 2877) | TCP_BPF_DELACK_MAX = 0x3eb constant TCP_BPF_RTO_MIN (line 2878) | TCP_BPF_RTO_MIN = 0x3ec constant TCP_BPF_SYN (line 2879) | TCP_BPF_SYN = 0x3ed constant TCP_BPF_SYN_IP (line 2880) | TCP_BPF_SYN_IP = 0x3ee constant TCP_BPF_SYN_MAC (line 2881) | TCP_BPF_SYN_MAC = 0x3ef constant BPF_LOAD_HDR_OPT_TCP_SYN (line 2882) | BPF_LOAD_HDR_OPT_TCP_SYN = 0x1 constant BPF_WRITE_HDR_TCP_CURRENT_MSS (line 2883) | BPF_WRITE_HDR_TCP_CURRENT_MSS = 0x1 constant BPF_WRITE_HDR_TCP_SYNACK_COOKIE (line 2884) | BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 0x2 constant BPF_DEVCG_ACC_MKNOD (line 2885) | BPF_DEVCG_ACC_MKNOD = 0x1 constant BPF_DEVCG_ACC_READ (line 2886) | BPF_DEVCG_ACC_READ = 0x2 constant BPF_DEVCG_ACC_WRITE (line 2887) | BPF_DEVCG_ACC_WRITE = 0x4 constant BPF_DEVCG_DEV_BLOCK (line 2888) | BPF_DEVCG_DEV_BLOCK = 0x1 constant BPF_DEVCG_DEV_CHAR (line 2889) | BPF_DEVCG_DEV_CHAR = 0x2 constant BPF_FIB_LOOKUP_DIRECT (line 2890) | BPF_FIB_LOOKUP_DIRECT = 0x1 constant BPF_FIB_LOOKUP_OUTPUT (line 2891) | BPF_FIB_LOOKUP_OUTPUT = 0x2 constant BPF_FIB_LOOKUP_SKIP_NEIGH (line 2892) | BPF_FIB_LOOKUP_SKIP_NEIGH = 0x4 constant BPF_FIB_LOOKUP_TBID (line 2893) | BPF_FIB_LOOKUP_TBID = 0x8 constant BPF_FIB_LKUP_RET_SUCCESS (line 2894) | BPF_FIB_LKUP_RET_SUCCESS = 0x0 constant BPF_FIB_LKUP_RET_BLACKHOLE (line 2895) | BPF_FIB_LKUP_RET_BLACKHOLE = 0x1 constant BPF_FIB_LKUP_RET_UNREACHABLE (line 2896) | BPF_FIB_LKUP_RET_UNREACHABLE = 0x2 constant BPF_FIB_LKUP_RET_PROHIBIT (line 2897) | BPF_FIB_LKUP_RET_PROHIBIT = 0x3 constant BPF_FIB_LKUP_RET_NOT_FWDED (line 2898) | BPF_FIB_LKUP_RET_NOT_FWDED = 0x4 constant BPF_FIB_LKUP_RET_FWD_DISABLED (line 2899) | BPF_FIB_LKUP_RET_FWD_DISABLED = 0x5 constant BPF_FIB_LKUP_RET_UNSUPP_LWT (line 2900) | BPF_FIB_LKUP_RET_UNSUPP_LWT = 0x6 constant BPF_FIB_LKUP_RET_NO_NEIGH (line 2901) | BPF_FIB_LKUP_RET_NO_NEIGH = 0x7 constant BPF_FIB_LKUP_RET_FRAG_NEEDED (line 2902) | BPF_FIB_LKUP_RET_FRAG_NEEDED = 0x8 constant BPF_MTU_CHK_SEGS (line 2903) | BPF_MTU_CHK_SEGS = 0x1 constant BPF_MTU_CHK_RET_SUCCESS (line 2904) | BPF_MTU_CHK_RET_SUCCESS = 0x0 constant BPF_MTU_CHK_RET_FRAG_NEEDED (line 2905) | BPF_MTU_CHK_RET_FRAG_NEEDED = 0x1 constant BPF_MTU_CHK_RET_SEGS_TOOBIG (line 2906) | BPF_MTU_CHK_RET_SEGS_TOOBIG = 0x2 constant BPF_FD_TYPE_RAW_TRACEPOINT (line 2907) | BPF_FD_TYPE_RAW_TRACEPOINT = 0x0 constant BPF_FD_TYPE_TRACEPOINT (line 2908) | BPF_FD_TYPE_TRACEPOINT = 0x1 constant BPF_FD_TYPE_KPROBE (line 2909) | BPF_FD_TYPE_KPROBE = 0x2 constant BPF_FD_TYPE_KRETPROBE (line 2910) | BPF_FD_TYPE_KRETPROBE = 0x3 constant BPF_FD_TYPE_UPROBE (line 2911) | BPF_FD_TYPE_UPROBE = 0x4 constant BPF_FD_TYPE_URETPROBE (line 2912) | BPF_FD_TYPE_URETPROBE = 0x5 constant BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG (line 2913) | BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG = 0x1 constant BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL (line 2914) | BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL = 0x2 constant BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (line 2915) | BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = 0x4 constant BPF_CORE_FIELD_BYTE_OFFSET (line 2916) | BPF_CORE_FIELD_BYTE_OFFSET = 0x0 constant BPF_CORE_FIELD_BYTE_SIZE (line 2917) | BPF_CORE_FIELD_BYTE_SIZE = 0x1 constant BPF_CORE_FIELD_EXISTS (line 2918) | BPF_CORE_FIELD_EXISTS = 0x2 constant BPF_CORE_FIELD_SIGNED (line 2919) | BPF_CORE_FIELD_SIGNED = 0x3 constant BPF_CORE_FIELD_LSHIFT_U64 (line 2920) | BPF_CORE_FIELD_LSHIFT_U64 = 0x4 constant BPF_CORE_FIELD_RSHIFT_U64 (line 2921) | BPF_CORE_FIELD_RSHIFT_U64 = 0x5 constant BPF_CORE_TYPE_ID_LOCAL (line 2922) | BPF_CORE_TYPE_ID_LOCAL = 0x6 constant BPF_CORE_TYPE_ID_TARGET (line 2923) | BPF_CORE_TYPE_ID_TARGET = 0x7 constant BPF_CORE_TYPE_EXISTS (line 2924) | BPF_CORE_TYPE_EXISTS = 0x8 constant BPF_CORE_TYPE_SIZE (line 2925) | BPF_CORE_TYPE_SIZE = 0x9 constant BPF_CORE_ENUMVAL_EXISTS (line 2926) | BPF_CORE_ENUMVAL_EXISTS = 0xa constant BPF_CORE_ENUMVAL_VALUE (line 2927) | BPF_CORE_ENUMVAL_VALUE = 0xb constant BPF_CORE_TYPE_MATCHES (line 2928) | BPF_CORE_TYPE_MATCHES = 0xc constant BPF_F_TIMER_ABS (line 2929) | BPF_F_TIMER_ABS = 0x1 constant RTNLGRP_NONE (line 2933) | RTNLGRP_NONE = 0x0 constant RTNLGRP_LINK (line 2934) | RTNLGRP_LINK = 0x1 constant RTNLGRP_NOTIFY (line 2935) | RTNLGRP_NOTIFY = 0x2 constant RTNLGRP_NEIGH (line 2936) | RTNLGRP_NEIGH = 0x3 constant RTNLGRP_TC (line 2937) | RTNLGRP_TC = 0x4 constant RTNLGRP_IPV4_IFADDR (line 2938) | RTNLGRP_IPV4_IFADDR = 0x5 constant RTNLGRP_IPV4_MROUTE (line 2939) | RTNLGRP_IPV4_MROUTE = 0x6 constant RTNLGRP_IPV4_ROUTE (line 2940) | RTNLGRP_IPV4_ROUTE = 0x7 constant RTNLGRP_IPV4_RULE (line 2941) | RTNLGRP_IPV4_RULE = 0x8 constant RTNLGRP_IPV6_IFADDR (line 2942) | RTNLGRP_IPV6_IFADDR = 0x9 constant RTNLGRP_IPV6_MROUTE (line 2943) | RTNLGRP_IPV6_MROUTE = 0xa constant RTNLGRP_IPV6_ROUTE (line 2944) | RTNLGRP_IPV6_ROUTE = 0xb constant RTNLGRP_IPV6_IFINFO (line 2945) | RTNLGRP_IPV6_IFINFO = 0xc constant RTNLGRP_DECnet_IFADDR (line 2946) | RTNLGRP_DECnet_IFADDR = 0xd constant RTNLGRP_NOP2 (line 2947) | RTNLGRP_NOP2 = 0xe constant RTNLGRP_DECnet_ROUTE (line 2948) | RTNLGRP_DECnet_ROUTE = 0xf constant RTNLGRP_DECnet_RULE (line 2949) | RTNLGRP_DECnet_RULE = 0x10 constant RTNLGRP_NOP4 (line 2950) | RTNLGRP_NOP4 = 0x11 constant RTNLGRP_IPV6_PREFIX (line 2951) | RTNLGRP_IPV6_PREFIX = 0x12 constant RTNLGRP_IPV6_RULE (line 2952) | RTNLGRP_IPV6_RULE = 0x13 constant RTNLGRP_ND_USEROPT (line 2953) | RTNLGRP_ND_USEROPT = 0x14 constant RTNLGRP_PHONET_IFADDR (line 2954) | RTNLGRP_PHONET_IFADDR = 0x15 constant RTNLGRP_PHONET_ROUTE (line 2955) | RTNLGRP_PHONET_ROUTE = 0x16 constant RTNLGRP_DCB (line 2956) | RTNLGRP_DCB = 0x17 constant RTNLGRP_IPV4_NETCONF (line 2957) | RTNLGRP_IPV4_NETCONF = 0x18 constant RTNLGRP_IPV6_NETCONF (line 2958) | RTNLGRP_IPV6_NETCONF = 0x19 constant RTNLGRP_MDB (line 2959) | RTNLGRP_MDB = 0x1a constant RTNLGRP_MPLS_ROUTE (line 2960) | RTNLGRP_MPLS_ROUTE = 0x1b constant RTNLGRP_NSID (line 2961) | RTNLGRP_NSID = 0x1c constant RTNLGRP_MPLS_NETCONF (line 2962) | RTNLGRP_MPLS_NETCONF = 0x1d constant RTNLGRP_IPV4_MROUTE_R (line 2963) | RTNLGRP_IPV4_MROUTE_R = 0x1e constant RTNLGRP_IPV6_MROUTE_R (line 2964) | RTNLGRP_IPV6_MROUTE_R = 0x1f constant RTNLGRP_NEXTHOP (line 2965) | RTNLGRP_NEXTHOP = 0x20 constant RTNLGRP_BRVLAN (line 2966) | RTNLGRP_BRVLAN = 0x21 type CapUserHeader (line 2969) | type CapUserHeader struct type CapUserData (line 2974) | type CapUserData struct constant LINUX_CAPABILITY_VERSION_1 (line 2981) | LINUX_CAPABILITY_VERSION_1 = 0x19980330 constant LINUX_CAPABILITY_VERSION_2 (line 2982) | LINUX_CAPABILITY_VERSION_2 = 0x20071026 constant LINUX_CAPABILITY_VERSION_3 (line 2983) | LINUX_CAPABILITY_VERSION_3 = 0x20080522 constant LO_FLAGS_READ_ONLY (line 2987) | LO_FLAGS_READ_ONLY = 0x1 constant LO_FLAGS_AUTOCLEAR (line 2988) | LO_FLAGS_AUTOCLEAR = 0x4 constant LO_FLAGS_PARTSCAN (line 2989) | LO_FLAGS_PARTSCAN = 0x8 constant LO_FLAGS_DIRECT_IO (line 2990) | LO_FLAGS_DIRECT_IO = 0x10 type LoopInfo64 (line 2993) | type LoopInfo64 struct type LoopConfig (line 3008) | type LoopConfig struct type TIPCSocketAddr (line 3015) | type TIPCSocketAddr struct type TIPCServiceRange (line 3020) | type TIPCServiceRange struct type TIPCServiceName (line 3026) | type TIPCServiceName struct type TIPCEvent (line 3032) | type TIPCEvent struct type TIPCGroupReq (line 3040) | type TIPCGroupReq struct constant TIPC_CLUSTER_SCOPE (line 3048) | TIPC_CLUSTER_SCOPE = 0x2 constant TIPC_NODE_SCOPE (line 3049) | TIPC_NODE_SCOPE = 0x3 constant SYSLOG_ACTION_CLOSE (line 3053) | SYSLOG_ACTION_CLOSE = 0 constant SYSLOG_ACTION_OPEN (line 3054) | SYSLOG_ACTION_OPEN = 1 constant SYSLOG_ACTION_READ (line 3055) | SYSLOG_ACTION_READ = 2 constant SYSLOG_ACTION_READ_ALL (line 3056) | SYSLOG_ACTION_READ_ALL = 3 constant SYSLOG_ACTION_READ_CLEAR (line 3057) | SYSLOG_ACTION_READ_CLEAR = 4 constant SYSLOG_ACTION_CLEAR (line 3058) | SYSLOG_ACTION_CLEAR = 5 constant SYSLOG_ACTION_CONSOLE_OFF (line 3059) | SYSLOG_ACTION_CONSOLE_OFF = 6 constant SYSLOG_ACTION_CONSOLE_ON (line 3060) | SYSLOG_ACTION_CONSOLE_ON = 7 constant SYSLOG_ACTION_CONSOLE_LEVEL (line 3061) | SYSLOG_ACTION_CONSOLE_LEVEL = 8 constant SYSLOG_ACTION_SIZE_UNREAD (line 3062) | SYSLOG_ACTION_SIZE_UNREAD = 9 constant SYSLOG_ACTION_SIZE_BUFFER (line 3063) | SYSLOG_ACTION_SIZE_BUFFER = 10 constant DEVLINK_CMD_UNSPEC (line 3067) | DEVLINK_CMD_UNSPEC = 0x0 constant DEVLINK_CMD_GET (line 3068) | DEVLINK_CMD_GET = 0x1 constant DEVLINK_CMD_SET (line 3069) | DEVLINK_CMD_SET = 0x2 constant DEVLINK_CMD_NEW (line 3070) | DEVLINK_CMD_NEW = 0x3 constant DEVLINK_CMD_DEL (line 3071) | DEVLINK_CMD_DEL = 0x4 constant DEVLINK_CMD_PORT_GET (line 3072) | DEVLINK_CMD_PORT_GET = 0x5 constant DEVLINK_CMD_PORT_SET (line 3073) | DEVLINK_CMD_PORT_SET = 0x6 constant DEVLINK_CMD_PORT_NEW (line 3074) | DEVLINK_CMD_PORT_NEW = 0x7 constant DEVLINK_CMD_PORT_DEL (line 3075) | DEVLINK_CMD_PORT_DEL = 0x8 constant DEVLINK_CMD_PORT_SPLIT (line 3076) | DEVLINK_CMD_PORT_SPLIT = 0x9 constant DEVLINK_CMD_PORT_UNSPLIT (line 3077) | DEVLINK_CMD_PORT_UNSPLIT = 0xa constant DEVLINK_CMD_SB_GET (line 3078) | DEVLINK_CMD_SB_GET = 0xb constant DEVLINK_CMD_SB_SET (line 3079) | DEVLINK_CMD_SB_SET = 0xc constant DEVLINK_CMD_SB_NEW (line 3080) | DEVLINK_CMD_SB_NEW = 0xd constant DEVLINK_CMD_SB_DEL (line 3081) | DEVLINK_CMD_SB_DEL = 0xe constant DEVLINK_CMD_SB_POOL_GET (line 3082) | DEVLINK_CMD_SB_POOL_GET = 0xf constant DEVLINK_CMD_SB_POOL_SET (line 3083) | DEVLINK_CMD_SB_POOL_SET = 0x10 constant DEVLINK_CMD_SB_POOL_NEW (line 3084) | DEVLINK_CMD_SB_POOL_NEW = 0x11 constant DEVLINK_CMD_SB_POOL_DEL (line 3085) | DEVLINK_CMD_SB_POOL_DEL = 0x12 constant DEVLINK_CMD_SB_PORT_POOL_GET (line 3086) | DEVLINK_CMD_SB_PORT_POOL_GET = 0x13 constant DEVLINK_CMD_SB_PORT_POOL_SET (line 3087) | DEVLINK_CMD_SB_PORT_POOL_SET = 0x14 constant DEVLINK_CMD_SB_PORT_POOL_NEW (line 3088) | DEVLINK_CMD_SB_PORT_POOL_NEW = 0x15 constant DEVLINK_CMD_SB_PORT_POOL_DEL (line 3089) | DEVLINK_CMD_SB_PORT_POOL_DEL = 0x16 constant DEVLINK_CMD_SB_TC_POOL_BIND_GET (line 3090) | DEVLINK_CMD_SB_TC_POOL_BIND_GET = 0x17 constant DEVLINK_CMD_SB_TC_POOL_BIND_SET (line 3091) | DEVLINK_CMD_SB_TC_POOL_BIND_SET = 0x18 constant DEVLINK_CMD_SB_TC_POOL_BIND_NEW (line 3092) | DEVLINK_CMD_SB_TC_POOL_BIND_NEW = 0x19 constant DEVLINK_CMD_SB_TC_POOL_BIND_DEL (line 3093) | DEVLINK_CMD_SB_TC_POOL_BIND_DEL = 0x1a constant DEVLINK_CMD_SB_OCC_SNAPSHOT (line 3094) | DEVLINK_CMD_SB_OCC_SNAPSHOT = 0x1b constant DEVLINK_CMD_SB_OCC_MAX_CLEAR (line 3095) | DEVLINK_CMD_SB_OCC_MAX_CLEAR = 0x1c constant DEVLINK_CMD_ESWITCH_GET (line 3096) | DEVLINK_CMD_ESWITCH_GET = 0x1d constant DEVLINK_CMD_ESWITCH_SET (line 3097) | DEVLINK_CMD_ESWITCH_SET = 0x1e constant DEVLINK_CMD_DPIPE_TABLE_GET (line 3098) | DEVLINK_CMD_DPIPE_TABLE_GET = 0x1f constant DEVLINK_CMD_DPIPE_ENTRIES_GET (line 3099) | DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20 constant DEVLINK_CMD_DPIPE_HEADERS_GET (line 3100) | DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21 constant DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET (line 3101) | DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22 constant DEVLINK_CMD_RESOURCE_SET (line 3102) | DEVLINK_CMD_RESOURCE_SET = 0x23 constant DEVLINK_CMD_RESOURCE_DUMP (line 3103) | DEVLINK_CMD_RESOURCE_DUMP = 0x24 constant DEVLINK_CMD_RELOAD (line 3104) | DEVLINK_CMD_RELOAD = 0x25 constant DEVLINK_CMD_PARAM_GET (line 3105) | DEVLINK_CMD_PARAM_GET = 0x26 constant DEVLINK_CMD_PARAM_SET (line 3106) | DEVLINK_CMD_PARAM_SET = 0x27 constant DEVLINK_CMD_PARAM_NEW (line 3107) | DEVLINK_CMD_PARAM_NEW = 0x28 constant DEVLINK_CMD_PARAM_DEL (line 3108) | DEVLINK_CMD_PARAM_DEL = 0x29 constant DEVLINK_CMD_REGION_GET (line 3109) | DEVLINK_CMD_REGION_GET = 0x2a constant DEVLINK_CMD_REGION_SET (line 3110) | DEVLINK_CMD_REGION_SET = 0x2b constant DEVLINK_CMD_REGION_NEW (line 3111) | DEVLINK_CMD_REGION_NEW = 0x2c constant DEVLINK_CMD_REGION_DEL (line 3112) | DEVLINK_CMD_REGION_DEL = 0x2d constant DEVLINK_CMD_REGION_READ (line 3113) | DEVLINK_CMD_REGION_READ = 0x2e constant DEVLINK_CMD_PORT_PARAM_GET (line 3114) | DEVLINK_CMD_PORT_PARAM_GET = 0x2f constant DEVLINK_CMD_PORT_PARAM_SET (line 3115) | DEVLINK_CMD_PORT_PARAM_SET = 0x30 constant DEVLINK_CMD_PORT_PARAM_NEW (line 3116) | DEVLINK_CMD_PORT_PARAM_NEW = 0x31 constant DEVLINK_CMD_PORT_PARAM_DEL (line 3117) | DEVLINK_CMD_PORT_PARAM_DEL = 0x32 constant DEVLINK_CMD_INFO_GET (line 3118) | DEVLINK_CMD_INFO_GET = 0x33 constant DEVLINK_CMD_HEALTH_REPORTER_GET (line 3119) | DEVLINK_CMD_HEALTH_REPORTER_GET = 0x34 constant DEVLINK_CMD_HEALTH_REPORTER_SET (line 3120) | DEVLINK_CMD_HEALTH_REPORTER_SET = 0x35 constant DEVLINK_CMD_HEALTH_REPORTER_RECOVER (line 3121) | DEVLINK_CMD_HEALTH_REPORTER_RECOVER = 0x36 constant DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE (line 3122) | DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE = 0x37 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET (line 3123) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET = 0x38 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR (line 3124) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR = 0x39 constant DEVLINK_CMD_FLASH_UPDATE (line 3125) | DEVLINK_CMD_FLASH_UPDATE = 0x3a constant DEVLINK_CMD_FLASH_UPDATE_END (line 3126) | DEVLINK_CMD_FLASH_UPDATE_END = 0x3b constant DEVLINK_CMD_FLASH_UPDATE_STATUS (line 3127) | DEVLINK_CMD_FLASH_UPDATE_STATUS = 0x3c constant DEVLINK_CMD_TRAP_GET (line 3128) | DEVLINK_CMD_TRAP_GET = 0x3d constant DEVLINK_CMD_TRAP_SET (line 3129) | DEVLINK_CMD_TRAP_SET = 0x3e constant DEVLINK_CMD_TRAP_NEW (line 3130) | DEVLINK_CMD_TRAP_NEW = 0x3f constant DEVLINK_CMD_TRAP_DEL (line 3131) | DEVLINK_CMD_TRAP_DEL = 0x40 constant DEVLINK_CMD_TRAP_GROUP_GET (line 3132) | DEVLINK_CMD_TRAP_GROUP_GET = 0x41 constant DEVLINK_CMD_TRAP_GROUP_SET (line 3133) | DEVLINK_CMD_TRAP_GROUP_SET = 0x42 constant DEVLINK_CMD_TRAP_GROUP_NEW (line 3134) | DEVLINK_CMD_TRAP_GROUP_NEW = 0x43 constant DEVLINK_CMD_TRAP_GROUP_DEL (line 3135) | DEVLINK_CMD_TRAP_GROUP_DEL = 0x44 constant DEVLINK_CMD_TRAP_POLICER_GET (line 3136) | DEVLINK_CMD_TRAP_POLICER_GET = 0x45 constant DEVLINK_CMD_TRAP_POLICER_SET (line 3137) | DEVLINK_CMD_TRAP_POLICER_SET = 0x46 constant DEVLINK_CMD_TRAP_POLICER_NEW (line 3138) | DEVLINK_CMD_TRAP_POLICER_NEW = 0x47 constant DEVLINK_CMD_TRAP_POLICER_DEL (line 3139) | DEVLINK_CMD_TRAP_POLICER_DEL = 0x48 constant DEVLINK_CMD_HEALTH_REPORTER_TEST (line 3140) | DEVLINK_CMD_HEALTH_REPORTER_TEST = 0x49 constant DEVLINK_CMD_RATE_GET (line 3141) | DEVLINK_CMD_RATE_GET = 0x4a constant DEVLINK_CMD_RATE_SET (line 3142) | DEVLINK_CMD_RATE_SET = 0x4b constant DEVLINK_CMD_RATE_NEW (line 3143) | DEVLINK_CMD_RATE_NEW = 0x4c constant DEVLINK_CMD_RATE_DEL (line 3144) | DEVLINK_CMD_RATE_DEL = 0x4d constant DEVLINK_CMD_LINECARD_GET (line 3145) | DEVLINK_CMD_LINECARD_GET = 0x4e constant DEVLINK_CMD_LINECARD_SET (line 3146) | DEVLINK_CMD_LINECARD_SET = 0x4f constant DEVLINK_CMD_LINECARD_NEW (line 3147) | DEVLINK_CMD_LINECARD_NEW = 0x50 constant DEVLINK_CMD_LINECARD_DEL (line 3148) | DEVLINK_CMD_LINECARD_DEL = 0x51 constant DEVLINK_CMD_SELFTESTS_GET (line 3149) | DEVLINK_CMD_SELFTESTS_GET = 0x52 constant DEVLINK_CMD_MAX (line 3150) | DEVLINK_CMD_MAX = 0x53 constant DEVLINK_PORT_TYPE_NOTSET (line 3151) | DEVLINK_PORT_TYPE_NOTSET = 0x0 constant DEVLINK_PORT_TYPE_AUTO (line 3152) | DEVLINK_PORT_TYPE_AUTO = 0x1 constant DEVLINK_PORT_TYPE_ETH (line 3153) | DEVLINK_PORT_TYPE_ETH = 0x2 constant DEVLINK_PORT_TYPE_IB (line 3154) | DEVLINK_PORT_TYPE_IB = 0x3 constant DEVLINK_SB_POOL_TYPE_INGRESS (line 3155) | DEVLINK_SB_POOL_TYPE_INGRESS = 0x0 constant DEVLINK_SB_POOL_TYPE_EGRESS (line 3156) | DEVLINK_SB_POOL_TYPE_EGRESS = 0x1 constant DEVLINK_SB_THRESHOLD_TYPE_STATIC (line 3157) | DEVLINK_SB_THRESHOLD_TYPE_STATIC = 0x0 constant DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC (line 3158) | DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC = 0x1 constant DEVLINK_ESWITCH_MODE_LEGACY (line 3159) | DEVLINK_ESWITCH_MODE_LEGACY = 0x0 constant DEVLINK_ESWITCH_MODE_SWITCHDEV (line 3160) | DEVLINK_ESWITCH_MODE_SWITCHDEV = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NONE (line 3161) | DEVLINK_ESWITCH_INLINE_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_INLINE_MODE_LINK (line 3162) | DEVLINK_ESWITCH_INLINE_MODE_LINK = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NETWORK (line 3163) | DEVLINK_ESWITCH_INLINE_MODE_NETWORK = 0x2 constant DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT (line 3164) | DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT = 0x3 constant DEVLINK_ESWITCH_ENCAP_MODE_NONE (line 3165) | DEVLINK_ESWITCH_ENCAP_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_ENCAP_MODE_BASIC (line 3166) | DEVLINK_ESWITCH_ENCAP_MODE_BASIC = 0x1 constant DEVLINK_PORT_FLAVOUR_PHYSICAL (line 3167) | DEVLINK_PORT_FLAVOUR_PHYSICAL = 0x0 constant DEVLINK_PORT_FLAVOUR_CPU (line 3168) | DEVLINK_PORT_FLAVOUR_CPU = 0x1 constant DEVLINK_PORT_FLAVOUR_DSA (line 3169) | DEVLINK_PORT_FLAVOUR_DSA = 0x2 constant DEVLINK_PORT_FLAVOUR_PCI_PF (line 3170) | DEVLINK_PORT_FLAVOUR_PCI_PF = 0x3 constant DEVLINK_PORT_FLAVOUR_PCI_VF (line 3171) | DEVLINK_PORT_FLAVOUR_PCI_VF = 0x4 constant DEVLINK_PORT_FLAVOUR_VIRTUAL (line 3172) | DEVLINK_PORT_FLAVOUR_VIRTUAL = 0x5 constant DEVLINK_PORT_FLAVOUR_UNUSED (line 3173) | DEVLINK_PORT_FLAVOUR_UNUSED = 0x6 constant DEVLINK_PARAM_CMODE_RUNTIME (line 3174) | DEVLINK_PARAM_CMODE_RUNTIME = 0x0 constant DEVLINK_PARAM_CMODE_DRIVERINIT (line 3175) | DEVLINK_PARAM_CMODE_DRIVERINIT = 0x1 constant DEVLINK_PARAM_CMODE_PERMANENT (line 3176) | DEVLINK_PARAM_CMODE_PERMANENT = 0x2 constant DEVLINK_PARAM_CMODE_MAX (line 3177) | DEVLINK_PARAM_CMODE_MAX = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER (line 3178) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER = 0x0 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH (line 3179) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH = 0x1 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK (line 3180) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN (line 3181) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN = 0x3 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN (line 3182) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN = 0x0 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS (line 3183) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS = 0x1 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER (line 3184) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER = 0x2 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK (line 3185) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK = 0x3 constant DEVLINK_ATTR_STATS_RX_PACKETS (line 3186) | DEVLINK_ATTR_STATS_RX_PACKETS = 0x0 constant DEVLINK_ATTR_STATS_RX_BYTES (line 3187) | DEVLINK_ATTR_STATS_RX_BYTES = 0x1 constant DEVLINK_ATTR_STATS_RX_DROPPED (line 3188) | DEVLINK_ATTR_STATS_RX_DROPPED = 0x2 constant DEVLINK_ATTR_STATS_MAX (line 3189) | DEVLINK_ATTR_STATS_MAX = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT (line 3190) | DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT = 0x0 constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT (line 3191) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT = 0x1 constant DEVLINK_FLASH_OVERWRITE_MAX_BIT (line 3192) | DEVLINK_FLASH_OVERWRITE_MAX_BIT = 0x1 constant DEVLINK_TRAP_ACTION_DROP (line 3193) | DEVLINK_TRAP_ACTION_DROP = 0x0 constant DEVLINK_TRAP_ACTION_TRAP (line 3194) | DEVLINK_TRAP_ACTION_TRAP = 0x1 constant DEVLINK_TRAP_ACTION_MIRROR (line 3195) | DEVLINK_TRAP_ACTION_MIRROR = 0x2 constant DEVLINK_TRAP_TYPE_DROP (line 3196) | DEVLINK_TRAP_TYPE_DROP = 0x0 constant DEVLINK_TRAP_TYPE_EXCEPTION (line 3197) | DEVLINK_TRAP_TYPE_EXCEPTION = 0x1 constant DEVLINK_TRAP_TYPE_CONTROL (line 3198) | DEVLINK_TRAP_TYPE_CONTROL = 0x2 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT (line 3199) | DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT = 0x0 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE (line 3200) | DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE = 0x1 constant DEVLINK_RELOAD_ACTION_UNSPEC (line 3201) | DEVLINK_RELOAD_ACTION_UNSPEC = 0x0 constant DEVLINK_RELOAD_ACTION_DRIVER_REINIT (line 3202) | DEVLINK_RELOAD_ACTION_DRIVER_REINIT = 0x1 constant DEVLINK_RELOAD_ACTION_FW_ACTIVATE (line 3203) | DEVLINK_RELOAD_ACTION_FW_ACTIVATE = 0x2 constant DEVLINK_RELOAD_ACTION_MAX (line 3204) | DEVLINK_RELOAD_ACTION_MAX = 0x2 constant DEVLINK_RELOAD_LIMIT_UNSPEC (line 3205) | DEVLINK_RELOAD_LIMIT_UNSPEC = 0x0 constant DEVLINK_RELOAD_LIMIT_NO_RESET (line 3206) | DEVLINK_RELOAD_LIMIT_NO_RESET = 0x1 constant DEVLINK_RELOAD_LIMIT_MAX (line 3207) | DEVLINK_RELOAD_LIMIT_MAX = 0x1 constant DEVLINK_ATTR_UNSPEC (line 3208) | DEVLINK_ATTR_UNSPEC = 0x0 constant DEVLINK_ATTR_BUS_NAME (line 3209) | DEVLINK_ATTR_BUS_NAME = 0x1 constant DEVLINK_ATTR_DEV_NAME (line 3210) | DEVLINK_ATTR_DEV_NAME = 0x2 constant DEVLINK_ATTR_PORT_INDEX (line 3211) | DEVLINK_ATTR_PORT_INDEX = 0x3 constant DEVLINK_ATTR_PORT_TYPE (line 3212) | DEVLINK_ATTR_PORT_TYPE = 0x4 constant DEVLINK_ATTR_PORT_DESIRED_TYPE (line 3213) | DEVLINK_ATTR_PORT_DESIRED_TYPE = 0x5 constant DEVLINK_ATTR_PORT_NETDEV_IFINDEX (line 3214) | DEVLINK_ATTR_PORT_NETDEV_IFINDEX = 0x6 constant DEVLINK_ATTR_PORT_NETDEV_NAME (line 3215) | DEVLINK_ATTR_PORT_NETDEV_NAME = 0x7 constant DEVLINK_ATTR_PORT_IBDEV_NAME (line 3216) | DEVLINK_ATTR_PORT_IBDEV_NAME = 0x8 constant DEVLINK_ATTR_PORT_SPLIT_COUNT (line 3217) | DEVLINK_ATTR_PORT_SPLIT_COUNT = 0x9 constant DEVLINK_ATTR_PORT_SPLIT_GROUP (line 3218) | DEVLINK_ATTR_PORT_SPLIT_GROUP = 0xa constant DEVLINK_ATTR_SB_INDEX (line 3219) | DEVLINK_ATTR_SB_INDEX = 0xb constant DEVLINK_ATTR_SB_SIZE (line 3220) | DEVLINK_ATTR_SB_SIZE = 0xc constant DEVLINK_ATTR_SB_INGRESS_POOL_COUNT (line 3221) | DEVLINK_ATTR_SB_INGRESS_POOL_COUNT = 0xd constant DEVLINK_ATTR_SB_EGRESS_POOL_COUNT (line 3222) | DEVLINK_ATTR_SB_EGRESS_POOL_COUNT = 0xe constant DEVLINK_ATTR_SB_INGRESS_TC_COUNT (line 3223) | DEVLINK_ATTR_SB_INGRESS_TC_COUNT = 0xf constant DEVLINK_ATTR_SB_EGRESS_TC_COUNT (line 3224) | DEVLINK_ATTR_SB_EGRESS_TC_COUNT = 0x10 constant DEVLINK_ATTR_SB_POOL_INDEX (line 3225) | DEVLINK_ATTR_SB_POOL_INDEX = 0x11 constant DEVLINK_ATTR_SB_POOL_TYPE (line 3226) | DEVLINK_ATTR_SB_POOL_TYPE = 0x12 constant DEVLINK_ATTR_SB_POOL_SIZE (line 3227) | DEVLINK_ATTR_SB_POOL_SIZE = 0x13 constant DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE (line 3228) | DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE = 0x14 constant DEVLINK_ATTR_SB_THRESHOLD (line 3229) | DEVLINK_ATTR_SB_THRESHOLD = 0x15 constant DEVLINK_ATTR_SB_TC_INDEX (line 3230) | DEVLINK_ATTR_SB_TC_INDEX = 0x16 constant DEVLINK_ATTR_SB_OCC_CUR (line 3231) | DEVLINK_ATTR_SB_OCC_CUR = 0x17 constant DEVLINK_ATTR_SB_OCC_MAX (line 3232) | DEVLINK_ATTR_SB_OCC_MAX = 0x18 constant DEVLINK_ATTR_ESWITCH_MODE (line 3233) | DEVLINK_ATTR_ESWITCH_MODE = 0x19 constant DEVLINK_ATTR_ESWITCH_INLINE_MODE (line 3234) | DEVLINK_ATTR_ESWITCH_INLINE_MODE = 0x1a constant DEVLINK_ATTR_DPIPE_TABLES (line 3235) | DEVLINK_ATTR_DPIPE_TABLES = 0x1b constant DEVLINK_ATTR_DPIPE_TABLE (line 3236) | DEVLINK_ATTR_DPIPE_TABLE = 0x1c constant DEVLINK_ATTR_DPIPE_TABLE_NAME (line 3237) | DEVLINK_ATTR_DPIPE_TABLE_NAME = 0x1d constant DEVLINK_ATTR_DPIPE_TABLE_SIZE (line 3238) | DEVLINK_ATTR_DPIPE_TABLE_SIZE = 0x1e constant DEVLINK_ATTR_DPIPE_TABLE_MATCHES (line 3239) | DEVLINK_ATTR_DPIPE_TABLE_MATCHES = 0x1f constant DEVLINK_ATTR_DPIPE_TABLE_ACTIONS (line 3240) | DEVLINK_ATTR_DPIPE_TABLE_ACTIONS = 0x20 constant DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED (line 3241) | DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED = 0x21 constant DEVLINK_ATTR_DPIPE_ENTRIES (line 3242) | DEVLINK_ATTR_DPIPE_ENTRIES = 0x22 constant DEVLINK_ATTR_DPIPE_ENTRY (line 3243) | DEVLINK_ATTR_DPIPE_ENTRY = 0x23 constant DEVLINK_ATTR_DPIPE_ENTRY_INDEX (line 3244) | DEVLINK_ATTR_DPIPE_ENTRY_INDEX = 0x24 constant DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES (line 3245) | DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES = 0x25 constant DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES (line 3246) | DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES = 0x26 constant DEVLINK_ATTR_DPIPE_ENTRY_COUNTER (line 3247) | DEVLINK_ATTR_DPIPE_ENTRY_COUNTER = 0x27 constant DEVLINK_ATTR_DPIPE_MATCH (line 3248) | DEVLINK_ATTR_DPIPE_MATCH = 0x28 constant DEVLINK_ATTR_DPIPE_MATCH_VALUE (line 3249) | DEVLINK_ATTR_DPIPE_MATCH_VALUE = 0x29 constant DEVLINK_ATTR_DPIPE_MATCH_TYPE (line 3250) | DEVLINK_ATTR_DPIPE_MATCH_TYPE = 0x2a constant DEVLINK_ATTR_DPIPE_ACTION (line 3251) | DEVLINK_ATTR_DPIPE_ACTION = 0x2b constant DEVLINK_ATTR_DPIPE_ACTION_VALUE (line 3252) | DEVLINK_ATTR_DPIPE_ACTION_VALUE = 0x2c constant DEVLINK_ATTR_DPIPE_ACTION_TYPE (line 3253) | DEVLINK_ATTR_DPIPE_ACTION_TYPE = 0x2d constant DEVLINK_ATTR_DPIPE_VALUE (line 3254) | DEVLINK_ATTR_DPIPE_VALUE = 0x2e constant DEVLINK_ATTR_DPIPE_VALUE_MASK (line 3255) | DEVLINK_ATTR_DPIPE_VALUE_MASK = 0x2f constant DEVLINK_ATTR_DPIPE_VALUE_MAPPING (line 3256) | DEVLINK_ATTR_DPIPE_VALUE_MAPPING = 0x30 constant DEVLINK_ATTR_DPIPE_HEADERS (line 3257) | DEVLINK_ATTR_DPIPE_HEADERS = 0x31 constant DEVLINK_ATTR_DPIPE_HEADER (line 3258) | DEVLINK_ATTR_DPIPE_HEADER = 0x32 constant DEVLINK_ATTR_DPIPE_HEADER_NAME (line 3259) | DEVLINK_ATTR_DPIPE_HEADER_NAME = 0x33 constant DEVLINK_ATTR_DPIPE_HEADER_ID (line 3260) | DEVLINK_ATTR_DPIPE_HEADER_ID = 0x34 constant DEVLINK_ATTR_DPIPE_HEADER_FIELDS (line 3261) | DEVLINK_ATTR_DPIPE_HEADER_FIELDS = 0x35 constant DEVLINK_ATTR_DPIPE_HEADER_GLOBAL (line 3262) | DEVLINK_ATTR_DPIPE_HEADER_GLOBAL = 0x36 constant DEVLINK_ATTR_DPIPE_HEADER_INDEX (line 3263) | DEVLINK_ATTR_DPIPE_HEADER_INDEX = 0x37 constant DEVLINK_ATTR_DPIPE_FIELD (line 3264) | DEVLINK_ATTR_DPIPE_FIELD = 0x38 constant DEVLINK_ATTR_DPIPE_FIELD_NAME (line 3265) | DEVLINK_ATTR_DPIPE_FIELD_NAME = 0x39 constant DEVLINK_ATTR_DPIPE_FIELD_ID (line 3266) | DEVLINK_ATTR_DPIPE_FIELD_ID = 0x3a constant DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH (line 3267) | DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH = 0x3b constant DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE (line 3268) | DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c constant DEVLINK_ATTR_PAD (line 3269) | DEVLINK_ATTR_PAD = 0x3d constant DEVLINK_ATTR_ESWITCH_ENCAP_MODE (line 3270) | DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e constant DEVLINK_ATTR_RESOURCE_LIST (line 3271) | DEVLINK_ATTR_RESOURCE_LIST = 0x3f constant DEVLINK_ATTR_RESOURCE (line 3272) | DEVLINK_ATTR_RESOURCE = 0x40 constant DEVLINK_ATTR_RESOURCE_NAME (line 3273) | DEVLINK_ATTR_RESOURCE_NAME = 0x41 constant DEVLINK_ATTR_RESOURCE_ID (line 3274) | DEVLINK_ATTR_RESOURCE_ID = 0x42 constant DEVLINK_ATTR_RESOURCE_SIZE (line 3275) | DEVLINK_ATTR_RESOURCE_SIZE = 0x43 constant DEVLINK_ATTR_RESOURCE_SIZE_NEW (line 3276) | DEVLINK_ATTR_RESOURCE_SIZE_NEW = 0x44 constant DEVLINK_ATTR_RESOURCE_SIZE_VALID (line 3277) | DEVLINK_ATTR_RESOURCE_SIZE_VALID = 0x45 constant DEVLINK_ATTR_RESOURCE_SIZE_MIN (line 3278) | DEVLINK_ATTR_RESOURCE_SIZE_MIN = 0x46 constant DEVLINK_ATTR_RESOURCE_SIZE_MAX (line 3279) | DEVLINK_ATTR_RESOURCE_SIZE_MAX = 0x47 constant DEVLINK_ATTR_RESOURCE_SIZE_GRAN (line 3280) | DEVLINK_ATTR_RESOURCE_SIZE_GRAN = 0x48 constant DEVLINK_ATTR_RESOURCE_UNIT (line 3281) | DEVLINK_ATTR_RESOURCE_UNIT = 0x49 constant DEVLINK_ATTR_RESOURCE_OCC (line 3282) | DEVLINK_ATTR_RESOURCE_OCC = 0x4a constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID (line 3283) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID = 0x4b constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS (line 3284) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS = 0x4c constant DEVLINK_ATTR_PORT_FLAVOUR (line 3285) | DEVLINK_ATTR_PORT_FLAVOUR = 0x4d constant DEVLINK_ATTR_PORT_NUMBER (line 3286) | DEVLINK_ATTR_PORT_NUMBER = 0x4e constant DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER (line 3287) | DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER = 0x4f constant DEVLINK_ATTR_PARAM (line 3288) | DEVLINK_ATTR_PARAM = 0x50 constant DEVLINK_ATTR_PARAM_NAME (line 3289) | DEVLINK_ATTR_PARAM_NAME = 0x51 constant DEVLINK_ATTR_PARAM_GENERIC (line 3290) | DEVLINK_ATTR_PARAM_GENERIC = 0x52 constant DEVLINK_ATTR_PARAM_TYPE (line 3291) | DEVLINK_ATTR_PARAM_TYPE = 0x53 constant DEVLINK_ATTR_PARAM_VALUES_LIST (line 3292) | DEVLINK_ATTR_PARAM_VALUES_LIST = 0x54 constant DEVLINK_ATTR_PARAM_VALUE (line 3293) | DEVLINK_ATTR_PARAM_VALUE = 0x55 constant DEVLINK_ATTR_PARAM_VALUE_DATA (line 3294) | DEVLINK_ATTR_PARAM_VALUE_DATA = 0x56 constant DEVLINK_ATTR_PARAM_VALUE_CMODE (line 3295) | DEVLINK_ATTR_PARAM_VALUE_CMODE = 0x57 constant DEVLINK_ATTR_REGION_NAME (line 3296) | DEVLINK_ATTR_REGION_NAME = 0x58 constant DEVLINK_ATTR_REGION_SIZE (line 3297) | DEVLINK_ATTR_REGION_SIZE = 0x59 constant DEVLINK_ATTR_REGION_SNAPSHOTS (line 3298) | DEVLINK_ATTR_REGION_SNAPSHOTS = 0x5a constant DEVLINK_ATTR_REGION_SNAPSHOT (line 3299) | DEVLINK_ATTR_REGION_SNAPSHOT = 0x5b constant DEVLINK_ATTR_REGION_SNAPSHOT_ID (line 3300) | DEVLINK_ATTR_REGION_SNAPSHOT_ID = 0x5c constant DEVLINK_ATTR_REGION_CHUNKS (line 3301) | DEVLINK_ATTR_REGION_CHUNKS = 0x5d constant DEVLINK_ATTR_REGION_CHUNK (line 3302) | DEVLINK_ATTR_REGION_CHUNK = 0x5e constant DEVLINK_ATTR_REGION_CHUNK_DATA (line 3303) | DEVLINK_ATTR_REGION_CHUNK_DATA = 0x5f constant DEVLINK_ATTR_REGION_CHUNK_ADDR (line 3304) | DEVLINK_ATTR_REGION_CHUNK_ADDR = 0x60 constant DEVLINK_ATTR_REGION_CHUNK_LEN (line 3305) | DEVLINK_ATTR_REGION_CHUNK_LEN = 0x61 constant DEVLINK_ATTR_INFO_DRIVER_NAME (line 3306) | DEVLINK_ATTR_INFO_DRIVER_NAME = 0x62 constant DEVLINK_ATTR_INFO_SERIAL_NUMBER (line 3307) | DEVLINK_ATTR_INFO_SERIAL_NUMBER = 0x63 constant DEVLINK_ATTR_INFO_VERSION_FIXED (line 3308) | DEVLINK_ATTR_INFO_VERSION_FIXED = 0x64 constant DEVLINK_ATTR_INFO_VERSION_RUNNING (line 3309) | DEVLINK_ATTR_INFO_VERSION_RUNNING = 0x65 constant DEVLINK_ATTR_INFO_VERSION_STORED (line 3310) | DEVLINK_ATTR_INFO_VERSION_STORED = 0x66 constant DEVLINK_ATTR_INFO_VERSION_NAME (line 3311) | DEVLINK_ATTR_INFO_VERSION_NAME = 0x67 constant DEVLINK_ATTR_INFO_VERSION_VALUE (line 3312) | DEVLINK_ATTR_INFO_VERSION_VALUE = 0x68 constant DEVLINK_ATTR_SB_POOL_CELL_SIZE (line 3313) | DEVLINK_ATTR_SB_POOL_CELL_SIZE = 0x69 constant DEVLINK_ATTR_FMSG (line 3314) | DEVLINK_ATTR_FMSG = 0x6a constant DEVLINK_ATTR_FMSG_OBJ_NEST_START (line 3315) | DEVLINK_ATTR_FMSG_OBJ_NEST_START = 0x6b constant DEVLINK_ATTR_FMSG_PAIR_NEST_START (line 3316) | DEVLINK_ATTR_FMSG_PAIR_NEST_START = 0x6c constant DEVLINK_ATTR_FMSG_ARR_NEST_START (line 3317) | DEVLINK_ATTR_FMSG_ARR_NEST_START = 0x6d constant DEVLINK_ATTR_FMSG_NEST_END (line 3318) | DEVLINK_ATTR_FMSG_NEST_END = 0x6e constant DEVLINK_ATTR_FMSG_OBJ_NAME (line 3319) | DEVLINK_ATTR_FMSG_OBJ_NAME = 0x6f constant DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE (line 3320) | DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE = 0x70 constant DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA (line 3321) | DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA = 0x71 constant DEVLINK_ATTR_HEALTH_REPORTER (line 3322) | DEVLINK_ATTR_HEALTH_REPORTER = 0x72 constant DEVLINK_ATTR_HEALTH_REPORTER_NAME (line 3323) | DEVLINK_ATTR_HEALTH_REPORTER_NAME = 0x73 constant DEVLINK_ATTR_HEALTH_REPORTER_STATE (line 3324) | DEVLINK_ATTR_HEALTH_REPORTER_STATE = 0x74 constant DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT (line 3325) | DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT = 0x75 constant DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT (line 3326) | DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT = 0x76 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS (line 3327) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS = 0x77 constant DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD (line 3328) | DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD = 0x78 constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER (line 3329) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER = 0x79 constant DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME (line 3330) | DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME = 0x7a constant DEVLINK_ATTR_FLASH_UPDATE_COMPONENT (line 3331) | DEVLINK_ATTR_FLASH_UPDATE_COMPONENT = 0x7b constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG (line 3332) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG = 0x7c constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE (line 3333) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE = 0x7d constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL (line 3334) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL = 0x7e constant DEVLINK_ATTR_PORT_PCI_PF_NUMBER (line 3335) | DEVLINK_ATTR_PORT_PCI_PF_NUMBER = 0x7f constant DEVLINK_ATTR_PORT_PCI_VF_NUMBER (line 3336) | DEVLINK_ATTR_PORT_PCI_VF_NUMBER = 0x80 constant DEVLINK_ATTR_STATS (line 3337) | DEVLINK_ATTR_STATS = 0x81 constant DEVLINK_ATTR_TRAP_NAME (line 3338) | DEVLINK_ATTR_TRAP_NAME = 0x82 constant DEVLINK_ATTR_TRAP_ACTION (line 3339) | DEVLINK_ATTR_TRAP_ACTION = 0x83 constant DEVLINK_ATTR_TRAP_TYPE (line 3340) | DEVLINK_ATTR_TRAP_TYPE = 0x84 constant DEVLINK_ATTR_TRAP_GENERIC (line 3341) | DEVLINK_ATTR_TRAP_GENERIC = 0x85 constant DEVLINK_ATTR_TRAP_METADATA (line 3342) | DEVLINK_ATTR_TRAP_METADATA = 0x86 constant DEVLINK_ATTR_TRAP_GROUP_NAME (line 3343) | DEVLINK_ATTR_TRAP_GROUP_NAME = 0x87 constant DEVLINK_ATTR_RELOAD_FAILED (line 3344) | DEVLINK_ATTR_RELOAD_FAILED = 0x88 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS (line 3345) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS = 0x89 constant DEVLINK_ATTR_NETNS_FD (line 3346) | DEVLINK_ATTR_NETNS_FD = 0x8a constant DEVLINK_ATTR_NETNS_PID (line 3347) | DEVLINK_ATTR_NETNS_PID = 0x8b constant DEVLINK_ATTR_NETNS_ID (line 3348) | DEVLINK_ATTR_NETNS_ID = 0x8c constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP (line 3349) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP = 0x8d constant DEVLINK_ATTR_TRAP_POLICER_ID (line 3350) | DEVLINK_ATTR_TRAP_POLICER_ID = 0x8e constant DEVLINK_ATTR_TRAP_POLICER_RATE (line 3351) | DEVLINK_ATTR_TRAP_POLICER_RATE = 0x8f constant DEVLINK_ATTR_TRAP_POLICER_BURST (line 3352) | DEVLINK_ATTR_TRAP_POLICER_BURST = 0x90 constant DEVLINK_ATTR_PORT_FUNCTION (line 3353) | DEVLINK_ATTR_PORT_FUNCTION = 0x91 constant DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER (line 3354) | DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER = 0x92 constant DEVLINK_ATTR_PORT_LANES (line 3355) | DEVLINK_ATTR_PORT_LANES = 0x93 constant DEVLINK_ATTR_PORT_SPLITTABLE (line 3356) | DEVLINK_ATTR_PORT_SPLITTABLE = 0x94 constant DEVLINK_ATTR_PORT_EXTERNAL (line 3357) | DEVLINK_ATTR_PORT_EXTERNAL = 0x95 constant DEVLINK_ATTR_PORT_CONTROLLER_NUMBER (line 3358) | DEVLINK_ATTR_PORT_CONTROLLER_NUMBER = 0x96 constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT (line 3359) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT = 0x97 constant DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK (line 3360) | DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK = 0x98 constant DEVLINK_ATTR_RELOAD_ACTION (line 3361) | DEVLINK_ATTR_RELOAD_ACTION = 0x99 constant DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED (line 3362) | DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED = 0x9a constant DEVLINK_ATTR_RELOAD_LIMITS (line 3363) | DEVLINK_ATTR_RELOAD_LIMITS = 0x9b constant DEVLINK_ATTR_DEV_STATS (line 3364) | DEVLINK_ATTR_DEV_STATS = 0x9c constant DEVLINK_ATTR_RELOAD_STATS (line 3365) | DEVLINK_ATTR_RELOAD_STATS = 0x9d constant DEVLINK_ATTR_RELOAD_STATS_ENTRY (line 3366) | DEVLINK_ATTR_RELOAD_STATS_ENTRY = 0x9e constant DEVLINK_ATTR_RELOAD_STATS_LIMIT (line 3367) | DEVLINK_ATTR_RELOAD_STATS_LIMIT = 0x9f constant DEVLINK_ATTR_RELOAD_STATS_VALUE (line 3368) | DEVLINK_ATTR_RELOAD_STATS_VALUE = 0xa0 constant DEVLINK_ATTR_REMOTE_RELOAD_STATS (line 3369) | DEVLINK_ATTR_REMOTE_RELOAD_STATS = 0xa1 constant DEVLINK_ATTR_RELOAD_ACTION_INFO (line 3370) | DEVLINK_ATTR_RELOAD_ACTION_INFO = 0xa2 constant DEVLINK_ATTR_RELOAD_ACTION_STATS (line 3371) | DEVLINK_ATTR_RELOAD_ACTION_STATS = 0xa3 constant DEVLINK_ATTR_PORT_PCI_SF_NUMBER (line 3372) | DEVLINK_ATTR_PORT_PCI_SF_NUMBER = 0xa4 constant DEVLINK_ATTR_RATE_TYPE (line 3373) | DEVLINK_ATTR_RATE_TYPE = 0xa5 constant DEVLINK_ATTR_RATE_TX_SHARE (line 3374) | DEVLINK_ATTR_RATE_TX_SHARE = 0xa6 constant DEVLINK_ATTR_RATE_TX_MAX (line 3375) | DEVLINK_ATTR_RATE_TX_MAX = 0xa7 constant DEVLINK_ATTR_RATE_NODE_NAME (line 3376) | DEVLINK_ATTR_RATE_NODE_NAME = 0xa8 constant DEVLINK_ATTR_RATE_PARENT_NODE_NAME (line 3377) | DEVLINK_ATTR_RATE_PARENT_NODE_NAME = 0xa9 constant DEVLINK_ATTR_REGION_MAX_SNAPSHOTS (line 3378) | DEVLINK_ATTR_REGION_MAX_SNAPSHOTS = 0xaa constant DEVLINK_ATTR_LINECARD_INDEX (line 3379) | DEVLINK_ATTR_LINECARD_INDEX = 0xab constant DEVLINK_ATTR_LINECARD_STATE (line 3380) | DEVLINK_ATTR_LINECARD_STATE = 0xac constant DEVLINK_ATTR_LINECARD_TYPE (line 3381) | DEVLINK_ATTR_LINECARD_TYPE = 0xad constant DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES (line 3382) | DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES = 0xae constant DEVLINK_ATTR_NESTED_DEVLINK (line 3383) | DEVLINK_ATTR_NESTED_DEVLINK = 0xaf constant DEVLINK_ATTR_SELFTESTS (line 3384) | DEVLINK_ATTR_SELFTESTS = 0xb0 constant DEVLINK_ATTR_MAX (line 3385) | DEVLINK_ATTR_MAX = 0xb3 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE (line 3386) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX (line 3387) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1 constant DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT (line 3388) | DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0 constant DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY (line 3389) | DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY = 0x0 constant DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC (line 3390) | DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC = 0x0 constant DEVLINK_DPIPE_FIELD_IPV4_DST_IP (line 3391) | DEVLINK_DPIPE_FIELD_IPV4_DST_IP = 0x0 constant DEVLINK_DPIPE_FIELD_IPV6_DST_IP (line 3392) | DEVLINK_DPIPE_FIELD_IPV6_DST_IP = 0x0 constant DEVLINK_DPIPE_HEADER_ETHERNET (line 3393) | DEVLINK_DPIPE_HEADER_ETHERNET = 0x0 constant DEVLINK_DPIPE_HEADER_IPV4 (line 3394) | DEVLINK_DPIPE_HEADER_IPV4 = 0x1 constant DEVLINK_DPIPE_HEADER_IPV6 (line 3395) | DEVLINK_DPIPE_HEADER_IPV6 = 0x2 constant DEVLINK_RESOURCE_UNIT_ENTRY (line 3396) | DEVLINK_RESOURCE_UNIT_ENTRY = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_UNSPEC (line 3397) | DEVLINK_PORT_FUNCTION_ATTR_UNSPEC = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR (line 3398) | DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR = 0x1 constant DEVLINK_PORT_FN_ATTR_STATE (line 3399) | DEVLINK_PORT_FN_ATTR_STATE = 0x2 constant DEVLINK_PORT_FN_ATTR_OPSTATE (line 3400) | DEVLINK_PORT_FN_ATTR_OPSTATE = 0x3 constant DEVLINK_PORT_FN_ATTR_CAPS (line 3401) | DEVLINK_PORT_FN_ATTR_CAPS = 0x4 constant DEVLINK_PORT_FUNCTION_ATTR_MAX (line 3402) | DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x4 type FsverityDigest (line 3405) | type FsverityDigest struct type FsverityEnableArg (line 3410) | type FsverityEnableArg struct type Nhmsg (line 3422) | type Nhmsg struct type NexthopGrp (line 3430) | type NexthopGrp struct constant NHA_UNSPEC (line 3438) | NHA_UNSPEC = 0x0 constant NHA_ID (line 3439) | NHA_ID = 0x1 constant NHA_GROUP (line 3440) | NHA_GROUP = 0x2 constant NHA_GROUP_TYPE (line 3441) | NHA_GROUP_TYPE = 0x3 constant NHA_BLACKHOLE (line 3442) | NHA_BLACKHOLE = 0x4 constant NHA_OIF (line 3443) | NHA_OIF = 0x5 constant NHA_GATEWAY (line 3444) | NHA_GATEWAY = 0x6 constant NHA_ENCAP_TYPE (line 3445) | NHA_ENCAP_TYPE = 0x7 constant NHA_ENCAP (line 3446) | NHA_ENCAP = 0x8 constant NHA_GROUPS (line 3447) | NHA_GROUPS = 0x9 constant NHA_MASTER (line 3448) | NHA_MASTER = 0xa constant CAN_RAW_FILTER (line 3452) | CAN_RAW_FILTER = 0x1 constant CAN_RAW_ERR_FILTER (line 3453) | CAN_RAW_ERR_FILTER = 0x2 constant CAN_RAW_LOOPBACK (line 3454) | CAN_RAW_LOOPBACK = 0x3 constant CAN_RAW_RECV_OWN_MSGS (line 3455) | CAN_RAW_RECV_OWN_MSGS = 0x4 constant CAN_RAW_FD_FRAMES (line 3456) | CAN_RAW_FD_FRAMES = 0x5 constant CAN_RAW_JOIN_FILTERS (line 3457) | CAN_RAW_JOIN_FILTERS = 0x6 type WatchdogInfo (line 3460) | type WatchdogInfo struct type PPSFData (line 3466) | type PPSFData struct type PPSKParams (line 3471) | type PPSKParams struct type PPSKTime (line 3478) | type PPSKTime struct constant LWTUNNEL_ENCAP_NONE (line 3485) | LWTUNNEL_ENCAP_NONE = 0x0 constant LWTUNNEL_ENCAP_MPLS (line 3486) | LWTUNNEL_ENCAP_MPLS = 0x1 constant LWTUNNEL_ENCAP_IP (line 3487) | LWTUNNEL_ENCAP_IP = 0x2 constant LWTUNNEL_ENCAP_ILA (line 3488) | LWTUNNEL_ENCAP_ILA = 0x3 constant LWTUNNEL_ENCAP_IP6 (line 3489) | LWTUNNEL_ENCAP_IP6 = 0x4 constant LWTUNNEL_ENCAP_SEG6 (line 3490) | LWTUNNEL_ENCAP_SEG6 = 0x5 constant LWTUNNEL_ENCAP_BPF (line 3491) | LWTUNNEL_ENCAP_BPF = 0x6 constant LWTUNNEL_ENCAP_SEG6_LOCAL (line 3492) | LWTUNNEL_ENCAP_SEG6_LOCAL = 0x7 constant LWTUNNEL_ENCAP_RPL (line 3493) | LWTUNNEL_ENCAP_RPL = 0x8 constant LWTUNNEL_ENCAP_IOAM6 (line 3494) | LWTUNNEL_ENCAP_IOAM6 = 0x9 constant LWTUNNEL_ENCAP_XFRM (line 3495) | LWTUNNEL_ENCAP_XFRM = 0xa constant LWTUNNEL_ENCAP_MAX (line 3496) | LWTUNNEL_ENCAP_MAX = 0xa constant MPLS_IPTUNNEL_UNSPEC (line 3498) | MPLS_IPTUNNEL_UNSPEC = 0x0 constant MPLS_IPTUNNEL_DST (line 3499) | MPLS_IPTUNNEL_DST = 0x1 constant MPLS_IPTUNNEL_TTL (line 3500) | MPLS_IPTUNNEL_TTL = 0x2 constant MPLS_IPTUNNEL_MAX (line 3501) | MPLS_IPTUNNEL_MAX = 0x2 constant ETHTOOL_ID_UNSPEC (line 3505) | ETHTOOL_ID_UNSPEC ... constant ETHTOOL_RX_COPYBREAK (line 3506) | ETHTOOL_RX_COPYBREAK ... constant ETHTOOL_TX_COPYBREAK (line 3507) | ETHTOOL_TX_COPYBREAK ... constant ETHTOOL_PFC_PREVENTION_TOUT (line 3508) | ETHTOOL_PFC_PREVENTION_TOUT ... constant ETHTOOL_TUNABLE_UNSPEC (line 3509) | ETHTOOL_TUNABLE_UNSPEC ... constant ETHTOOL_TUNABLE_U8 (line 3510) | ETHTOOL_TUNABLE_U8 ... constant ETHTOOL_TUNABLE_U16 (line 3511) | ETHTOOL_TUNABLE_U16 ... constant ETHTOOL_TUNABLE_U32 (line 3512) | ETHTOOL_TUNABLE_U32 ... constant ETHTOOL_TUNABLE_U64 (line 3513) | ETHTOOL_TUNABLE_U64 ... constant ETHTOOL_TUNABLE_STRING (line 3514) | ETHTOOL_TUNABLE_STRING ... constant ETHTOOL_TUNABLE_S8 (line 3515) | ETHTOOL_TUNABLE_S8 ... constant ETHTOOL_TUNABLE_S16 (line 3516) | ETHTOOL_TUNABLE_S16 ... constant ETHTOOL_TUNABLE_S32 (line 3517) | ETHTOOL_TUNABLE_S32 ... constant ETHTOOL_TUNABLE_S64 (line 3518) | ETHTOOL_TUNABLE_S64 ... constant ETHTOOL_PHY_ID_UNSPEC (line 3519) | ETHTOOL_PHY_ID_UNSPEC ... constant ETHTOOL_PHY_DOWNSHIFT (line 3520) | ETHTOOL_PHY_DOWNSHIFT ... constant ETHTOOL_PHY_FAST_LINK_DOWN (line 3521) | ETHTOOL_PHY_FAST_LINK_DOWN ... constant ETHTOOL_PHY_EDPD (line 3522) | ETHTOOL_PHY_EDPD ... constant ETHTOOL_LINK_EXT_STATE_AUTONEG (line 3523) | ETHTOOL_LINK_EXT_STATE_AUTONEG ... constant ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE (line 3524) | ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH (line 3525) | ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH ... constant ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY (line 3526) | ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY ... constant ETHTOOL_LINK_EXT_STATE_NO_CABLE (line 3527) | ETHTOOL_LINK_EXT_STATE_NO_CABLE ... constant ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE (line 3528) | ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE (line 3529) | ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE (line 3530) | ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED (line 3531) | ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED ... constant ETHTOOL_LINK_EXT_STATE_OVERHEAT (line 3532) | ETHTOOL_LINK_EXT_STATE_OVERHEAT ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED (line 3533) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED (line 3534) | ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED (line 3535) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE (line 3536) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE (line 3537) | ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD (line 3538) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED (line 3539) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT (line 3540) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY (line 3541) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT (line 3542) | ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK (line 3543) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK (line 3544) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS (line 3545) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED (line 3546) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED (line 3547) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS (line 3548) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE (line 3549) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE (line 3550) | ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE (line 3551) | ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE ... constant ETHTOOL_FLASH_ALL_REGIONS (line 3552) | ETHTOOL_FLASH_ALL_REGIONS ... constant ETHTOOL_F_UNSUPPORTED__BIT (line 3553) | ETHTOOL_F_UNSUPPORTED__BIT ... constant ETHTOOL_F_WISH__BIT (line 3554) | ETHTOOL_F_WISH__BIT ... constant ETHTOOL_F_COMPAT__BIT (line 3555) | ETHTOOL_F_COMPAT__BIT ... constant ETHTOOL_FEC_NONE_BIT (line 3556) | ETHTOOL_FEC_NONE_BIT ... constant ETHTOOL_FEC_AUTO_BIT (line 3557) | ETHTOOL_FEC_AUTO_BIT ... constant ETHTOOL_FEC_OFF_BIT (line 3558) | ETHTOOL_FEC_OFF_BIT ... constant ETHTOOL_FEC_RS_BIT (line 3559) | ETHTOOL_FEC_RS_BIT ... constant ETHTOOL_FEC_BASER_BIT (line 3560) | ETHTOOL_FEC_BASER_BIT ... constant ETHTOOL_FEC_LLRS_BIT (line 3561) | ETHTOOL_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Half_BIT (line 3562) | ETHTOOL_LINK_MODE_10baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Full_BIT (line 3563) | ETHTOOL_LINK_MODE_10baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Half_BIT (line 3564) | ETHTOOL_LINK_MODE_100baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Full_BIT (line 3565) | ETHTOOL_LINK_MODE_100baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Half_BIT (line 3566) | ETHTOOL_LINK_MODE_1000baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT (line 3567) | ETHTOOL_LINK_MODE_1000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Autoneg_BIT (line 3568) | ETHTOOL_LINK_MODE_Autoneg_BIT ... constant ETHTOOL_LINK_MODE_TP_BIT (line 3569) | ETHTOOL_LINK_MODE_TP_BIT ... constant ETHTOOL_LINK_MODE_AUI_BIT (line 3570) | ETHTOOL_LINK_MODE_AUI_BIT ... constant ETHTOOL_LINK_MODE_MII_BIT (line 3571) | ETHTOOL_LINK_MODE_MII_BIT ... constant ETHTOOL_LINK_MODE_FIBRE_BIT (line 3572) | ETHTOOL_LINK_MODE_FIBRE_BIT ... constant ETHTOOL_LINK_MODE_BNC_BIT (line 3573) | ETHTOOL_LINK_MODE_BNC_BIT ... constant ETHTOOL_LINK_MODE_10000baseT_Full_BIT (line 3574) | ETHTOOL_LINK_MODE_10000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Pause_BIT (line 3575) | ETHTOOL_LINK_MODE_Pause_BIT ... constant ETHTOOL_LINK_MODE_Asym_Pause_BIT (line 3576) | ETHTOOL_LINK_MODE_Asym_Pause_BIT ... constant ETHTOOL_LINK_MODE_2500baseX_Full_BIT (line 3577) | ETHTOOL_LINK_MODE_2500baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_Backplane_BIT (line 3578) | ETHTOOL_LINK_MODE_Backplane_BIT ... constant ETHTOOL_LINK_MODE_1000baseKX_Full_BIT (line 3579) | ETHTOOL_LINK_MODE_1000baseKX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT (line 3580) | ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKR_Full_BIT (line 3581) | ETHTOOL_LINK_MODE_10000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseR_FEC_BIT (line 3582) | ETHTOOL_LINK_MODE_10000baseR_FEC_BIT ... constant ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT (line 3583) | ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT ... constant ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT (line 3584) | ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT (line 3585) | ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT (line 3586) | ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT (line 3587) | ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT (line 3588) | ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT (line 3589) | ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT (line 3590) | ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT (line 3591) | ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT (line 3592) | ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseCR_Full_BIT (line 3593) | ETHTOOL_LINK_MODE_25000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseKR_Full_BIT (line 3594) | ETHTOOL_LINK_MODE_25000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseSR_Full_BIT (line 3595) | ETHTOOL_LINK_MODE_25000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT (line 3596) | ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT (line 3597) | ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT (line 3598) | ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT (line 3599) | ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT (line 3600) | ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT (line 3601) | ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT (line 3602) | ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseX_Full_BIT (line 3603) | ETHTOOL_LINK_MODE_1000baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseCR_Full_BIT (line 3604) | ETHTOOL_LINK_MODE_10000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseSR_Full_BIT (line 3605) | ETHTOOL_LINK_MODE_10000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLR_Full_BIT (line 3606) | ETHTOOL_LINK_MODE_10000baseLR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT (line 3607) | ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseER_Full_BIT (line 3608) | ETHTOOL_LINK_MODE_10000baseER_Full_BIT ... constant ETHTOOL_LINK_MODE_2500baseT_Full_BIT (line 3609) | ETHTOOL_LINK_MODE_2500baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_5000baseT_Full_BIT (line 3610) | ETHTOOL_LINK_MODE_5000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_NONE_BIT (line 3611) | ETHTOOL_LINK_MODE_FEC_NONE_BIT ... constant ETHTOOL_LINK_MODE_FEC_RS_BIT (line 3612) | ETHTOOL_LINK_MODE_FEC_RS_BIT ... constant ETHTOOL_LINK_MODE_FEC_BASER_BIT (line 3613) | ETHTOOL_LINK_MODE_FEC_BASER_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR_Full_BIT (line 3614) | ETHTOOL_LINK_MODE_50000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR_Full_BIT (line 3615) | ETHTOOL_LINK_MODE_50000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR_Full_BIT (line 3616) | ETHTOOL_LINK_MODE_50000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT (line 3617) | ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseDR_Full_BIT (line 3618) | ETHTOOL_LINK_MODE_50000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT (line 3619) | ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT (line 3620) | ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT (line 3621) | ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT (line 3622) | ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT (line 3623) | ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT (line 3624) | ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT (line 3625) | ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT (line 3626) | ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT (line 3627) | ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT (line 3628) | ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT1_Full_BIT (line 3629) | ETHTOOL_LINK_MODE_100baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT1_Full_BIT (line 3630) | ETHTOOL_LINK_MODE_1000baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT (line 3631) | ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT (line 3632) | ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT (line 3633) | ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT (line 3634) | ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT (line 3635) | ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_LLRS_BIT (line 3636) | ETHTOOL_LINK_MODE_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR_Full_BIT (line 3637) | ETHTOOL_LINK_MODE_100000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR_Full_BIT (line 3638) | ETHTOOL_LINK_MODE_100000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT (line 3639) | ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR_Full_BIT (line 3640) | ETHTOOL_LINK_MODE_100000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR_Full_BIT (line 3641) | ETHTOOL_LINK_MODE_100000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT (line 3642) | ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT (line 3643) | ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT (line 3644) | ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT (line 3645) | ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT (line 3646) | ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT (line 3647) | ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT (line 3648) | ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT (line 3649) | ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT (line 3650) | ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT (line 3651) | ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Half_BIT (line 3652) | ETHTOOL_LINK_MODE_100baseFX_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Full_BIT (line 3653) | ETHTOOL_LINK_MODE_100baseFX_Full_BIT ... constant ETHTOOL_MSG_USER_NONE (line 3655) | ETHTOOL_MSG_USER_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET (line 3656) | ETHTOOL_MSG_STRSET_GET = 0x1 constant ETHTOOL_MSG_LINKINFO_GET (line 3657) | ETHTOOL_MSG_LINKINFO_GET = 0x2 constant ETHTOOL_MSG_LINKINFO_SET (line 3658) | ETHTOOL_MSG_LINKINFO_SET = 0x3 constant ETHTOOL_MSG_LINKMODES_GET (line 3659) | ETHTOOL_MSG_LINKMODES_GET = 0x4 constant ETHTOOL_MSG_LINKMODES_SET (line 3660) | ETHTOOL_MSG_LINKMODES_SET = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET (line 3661) | ETHTOOL_MSG_LINKSTATE_GET = 0x6 constant ETHTOOL_MSG_DEBUG_GET (line 3662) | ETHTOOL_MSG_DEBUG_GET = 0x7 constant ETHTOOL_MSG_DEBUG_SET (line 3663) | ETHTOOL_MSG_DEBUG_SET = 0x8 constant ETHTOOL_MSG_WOL_GET (line 3664) | ETHTOOL_MSG_WOL_GET = 0x9 constant ETHTOOL_MSG_WOL_SET (line 3665) | ETHTOOL_MSG_WOL_SET = 0xa constant ETHTOOL_MSG_FEATURES_GET (line 3666) | ETHTOOL_MSG_FEATURES_GET = 0xb constant ETHTOOL_MSG_FEATURES_SET (line 3667) | ETHTOOL_MSG_FEATURES_SET = 0xc constant ETHTOOL_MSG_PRIVFLAGS_GET (line 3668) | ETHTOOL_MSG_PRIVFLAGS_GET = 0xd constant ETHTOOL_MSG_PRIVFLAGS_SET (line 3669) | ETHTOOL_MSG_PRIVFLAGS_SET = 0xe constant ETHTOOL_MSG_RINGS_GET (line 3670) | ETHTOOL_MSG_RINGS_GET = 0xf constant ETHTOOL_MSG_RINGS_SET (line 3671) | ETHTOOL_MSG_RINGS_SET = 0x10 constant ETHTOOL_MSG_CHANNELS_GET (line 3672) | ETHTOOL_MSG_CHANNELS_GET = 0x11 constant ETHTOOL_MSG_CHANNELS_SET (line 3673) | ETHTOOL_MSG_CHANNELS_SET = 0x12 constant ETHTOOL_MSG_COALESCE_GET (line 3674) | ETHTOOL_MSG_COALESCE_GET = 0x13 constant ETHTOOL_MSG_COALESCE_SET (line 3675) | ETHTOOL_MSG_COALESCE_SET = 0x14 constant ETHTOOL_MSG_PAUSE_GET (line 3676) | ETHTOOL_MSG_PAUSE_GET = 0x15 constant ETHTOOL_MSG_PAUSE_SET (line 3677) | ETHTOOL_MSG_PAUSE_SET = 0x16 constant ETHTOOL_MSG_EEE_GET (line 3678) | ETHTOOL_MSG_EEE_GET = 0x17 constant ETHTOOL_MSG_EEE_SET (line 3679) | ETHTOOL_MSG_EEE_SET = 0x18 constant ETHTOOL_MSG_TSINFO_GET (line 3680) | ETHTOOL_MSG_TSINFO_GET = 0x19 constant ETHTOOL_MSG_CABLE_TEST_ACT (line 3681) | ETHTOOL_MSG_CABLE_TEST_ACT = 0x1a constant ETHTOOL_MSG_CABLE_TEST_TDR_ACT (line 3682) | ETHTOOL_MSG_CABLE_TEST_TDR_ACT = 0x1b constant ETHTOOL_MSG_TUNNEL_INFO_GET (line 3683) | ETHTOOL_MSG_TUNNEL_INFO_GET = 0x1c constant ETHTOOL_MSG_FEC_GET (line 3684) | ETHTOOL_MSG_FEC_GET = 0x1d constant ETHTOOL_MSG_FEC_SET (line 3685) | ETHTOOL_MSG_FEC_SET = 0x1e constant ETHTOOL_MSG_MODULE_EEPROM_GET (line 3686) | ETHTOOL_MSG_MODULE_EEPROM_GET = 0x1f constant ETHTOOL_MSG_STATS_GET (line 3687) | ETHTOOL_MSG_STATS_GET = 0x20 constant ETHTOOL_MSG_PHC_VCLOCKS_GET (line 3688) | ETHTOOL_MSG_PHC_VCLOCKS_GET = 0x21 constant ETHTOOL_MSG_MODULE_GET (line 3689) | ETHTOOL_MSG_MODULE_GET = 0x22 constant ETHTOOL_MSG_MODULE_SET (line 3690) | ETHTOOL_MSG_MODULE_SET = 0x23 constant ETHTOOL_MSG_PSE_GET (line 3691) | ETHTOOL_MSG_PSE_GET = 0x24 constant ETHTOOL_MSG_PSE_SET (line 3692) | ETHTOOL_MSG_PSE_SET = 0x25 constant ETHTOOL_MSG_RSS_GET (line 3693) | ETHTOOL_MSG_RSS_GET = 0x26 constant ETHTOOL_MSG_USER_MAX (line 3694) | ETHTOOL_MSG_USER_MAX = 0x2b constant ETHTOOL_MSG_KERNEL_NONE (line 3695) | ETHTOOL_MSG_KERNEL_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET_REPLY (line 3696) | ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 constant ETHTOOL_MSG_LINKINFO_GET_REPLY (line 3697) | ETHTOOL_MSG_LINKINFO_GET_REPLY = 0x2 constant ETHTOOL_MSG_LINKINFO_NTF (line 3698) | ETHTOOL_MSG_LINKINFO_NTF = 0x3 constant ETHTOOL_MSG_LINKMODES_GET_REPLY (line 3699) | ETHTOOL_MSG_LINKMODES_GET_REPLY = 0x4 constant ETHTOOL_MSG_LINKMODES_NTF (line 3700) | ETHTOOL_MSG_LINKMODES_NTF = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET_REPLY (line 3701) | ETHTOOL_MSG_LINKSTATE_GET_REPLY = 0x6 constant ETHTOOL_MSG_DEBUG_GET_REPLY (line 3702) | ETHTOOL_MSG_DEBUG_GET_REPLY = 0x7 constant ETHTOOL_MSG_DEBUG_NTF (line 3703) | ETHTOOL_MSG_DEBUG_NTF = 0x8 constant ETHTOOL_MSG_WOL_GET_REPLY (line 3704) | ETHTOOL_MSG_WOL_GET_REPLY = 0x9 constant ETHTOOL_MSG_WOL_NTF (line 3705) | ETHTOOL_MSG_WOL_NTF = 0xa constant ETHTOOL_MSG_FEATURES_GET_REPLY (line 3706) | ETHTOOL_MSG_FEATURES_GET_REPLY = 0xb constant ETHTOOL_MSG_FEATURES_SET_REPLY (line 3707) | ETHTOOL_MSG_FEATURES_SET_REPLY = 0xc constant ETHTOOL_MSG_FEATURES_NTF (line 3708) | ETHTOOL_MSG_FEATURES_NTF = 0xd constant ETHTOOL_MSG_PRIVFLAGS_GET_REPLY (line 3709) | ETHTOOL_MSG_PRIVFLAGS_GET_REPLY = 0xe constant ETHTOOL_MSG_PRIVFLAGS_NTF (line 3710) | ETHTOOL_MSG_PRIVFLAGS_NTF = 0xf constant ETHTOOL_MSG_RINGS_GET_REPLY (line 3711) | ETHTOOL_MSG_RINGS_GET_REPLY = 0x10 constant ETHTOOL_MSG_RINGS_NTF (line 3712) | ETHTOOL_MSG_RINGS_NTF = 0x11 constant ETHTOOL_MSG_CHANNELS_GET_REPLY (line 3713) | ETHTOOL_MSG_CHANNELS_GET_REPLY = 0x12 constant ETHTOOL_MSG_CHANNELS_NTF (line 3714) | ETHTOOL_MSG_CHANNELS_NTF = 0x13 constant ETHTOOL_MSG_COALESCE_GET_REPLY (line 3715) | ETHTOOL_MSG_COALESCE_GET_REPLY = 0x14 constant ETHTOOL_MSG_COALESCE_NTF (line 3716) | ETHTOOL_MSG_COALESCE_NTF = 0x15 constant ETHTOOL_MSG_PAUSE_GET_REPLY (line 3717) | ETHTOOL_MSG_PAUSE_GET_REPLY = 0x16 constant ETHTOOL_MSG_PAUSE_NTF (line 3718) | ETHTOOL_MSG_PAUSE_NTF = 0x17 constant ETHTOOL_MSG_EEE_GET_REPLY (line 3719) | ETHTOOL_MSG_EEE_GET_REPLY = 0x18 constant ETHTOOL_MSG_EEE_NTF (line 3720) | ETHTOOL_MSG_EEE_NTF = 0x19 constant ETHTOOL_MSG_TSINFO_GET_REPLY (line 3721) | ETHTOOL_MSG_TSINFO_GET_REPLY = 0x1a constant ETHTOOL_MSG_CABLE_TEST_NTF (line 3722) | ETHTOOL_MSG_CABLE_TEST_NTF = 0x1b constant ETHTOOL_MSG_CABLE_TEST_TDR_NTF (line 3723) | ETHTOOL_MSG_CABLE_TEST_TDR_NTF = 0x1c constant ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY (line 3724) | ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY = 0x1d constant ETHTOOL_MSG_FEC_GET_REPLY (line 3725) | ETHTOOL_MSG_FEC_GET_REPLY = 0x1e constant ETHTOOL_MSG_FEC_NTF (line 3726) | ETHTOOL_MSG_FEC_NTF = 0x1f constant ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY (line 3727) | ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY = 0x20 constant ETHTOOL_MSG_STATS_GET_REPLY (line 3728) | ETHTOOL_MSG_STATS_GET_REPLY = 0x21 constant ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY (line 3729) | ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY = 0x22 constant ETHTOOL_MSG_MODULE_GET_REPLY (line 3730) | ETHTOOL_MSG_MODULE_GET_REPLY = 0x23 constant ETHTOOL_MSG_MODULE_NTF (line 3731) | ETHTOOL_MSG_MODULE_NTF = 0x24 constant ETHTOOL_MSG_PSE_GET_REPLY (line 3732) | ETHTOOL_MSG_PSE_GET_REPLY = 0x25 constant ETHTOOL_MSG_RSS_GET_REPLY (line 3733) | ETHTOOL_MSG_RSS_GET_REPLY = 0x26 constant ETHTOOL_MSG_KERNEL_MAX (line 3734) | ETHTOOL_MSG_KERNEL_MAX = 0x2b constant ETHTOOL_A_HEADER_UNSPEC (line 3735) | ETHTOOL_A_HEADER_UNSPEC = 0x0 constant ETHTOOL_A_HEADER_DEV_INDEX (line 3736) | ETHTOOL_A_HEADER_DEV_INDEX = 0x1 constant ETHTOOL_A_HEADER_DEV_NAME (line 3737) | ETHTOOL_A_HEADER_DEV_NAME = 0x2 constant ETHTOOL_A_HEADER_FLAGS (line 3738) | ETHTOOL_A_HEADER_FLAGS = 0x3 constant ETHTOOL_A_HEADER_MAX (line 3739) | ETHTOOL_A_HEADER_MAX = 0x3 constant ETHTOOL_A_BITSET_BIT_UNSPEC (line 3740) | ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BIT_INDEX (line 3741) | ETHTOOL_A_BITSET_BIT_INDEX = 0x1 constant ETHTOOL_A_BITSET_BIT_NAME (line 3742) | ETHTOOL_A_BITSET_BIT_NAME = 0x2 constant ETHTOOL_A_BITSET_BIT_VALUE (line 3743) | ETHTOOL_A_BITSET_BIT_VALUE = 0x3 constant ETHTOOL_A_BITSET_BIT_MAX (line 3744) | ETHTOOL_A_BITSET_BIT_MAX = 0x3 constant ETHTOOL_A_BITSET_BITS_UNSPEC (line 3745) | ETHTOOL_A_BITSET_BITS_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BITS_BIT (line 3746) | ETHTOOL_A_BITSET_BITS_BIT = 0x1 constant ETHTOOL_A_BITSET_BITS_MAX (line 3747) | ETHTOOL_A_BITSET_BITS_MAX = 0x1 constant ETHTOOL_A_BITSET_UNSPEC (line 3748) | ETHTOOL_A_BITSET_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_NOMASK (line 3749) | ETHTOOL_A_BITSET_NOMASK = 0x1 constant ETHTOOL_A_BITSET_SIZE (line 3750) | ETHTOOL_A_BITSET_SIZE = 0x2 constant ETHTOOL_A_BITSET_BITS (line 3751) | ETHTOOL_A_BITSET_BITS = 0x3 constant ETHTOOL_A_BITSET_VALUE (line 3752) | ETHTOOL_A_BITSET_VALUE = 0x4 constant ETHTOOL_A_BITSET_MASK (line 3753) | ETHTOOL_A_BITSET_MASK = 0x5 constant ETHTOOL_A_BITSET_MAX (line 3754) | ETHTOOL_A_BITSET_MAX = 0x5 constant ETHTOOL_A_STRING_UNSPEC (line 3755) | ETHTOOL_A_STRING_UNSPEC = 0x0 constant ETHTOOL_A_STRING_INDEX (line 3756) | ETHTOOL_A_STRING_INDEX = 0x1 constant ETHTOOL_A_STRING_VALUE (line 3757) | ETHTOOL_A_STRING_VALUE = 0x2 constant ETHTOOL_A_STRING_MAX (line 3758) | ETHTOOL_A_STRING_MAX = 0x2 constant ETHTOOL_A_STRINGS_UNSPEC (line 3759) | ETHTOOL_A_STRINGS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGS_STRING (line 3760) | ETHTOOL_A_STRINGS_STRING = 0x1 constant ETHTOOL_A_STRINGS_MAX (line 3761) | ETHTOOL_A_STRINGS_MAX = 0x1 constant ETHTOOL_A_STRINGSET_UNSPEC (line 3762) | ETHTOOL_A_STRINGSET_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSET_ID (line 3763) | ETHTOOL_A_STRINGSET_ID = 0x1 constant ETHTOOL_A_STRINGSET_COUNT (line 3764) | ETHTOOL_A_STRINGSET_COUNT = 0x2 constant ETHTOOL_A_STRINGSET_STRINGS (line 3765) | ETHTOOL_A_STRINGSET_STRINGS = 0x3 constant ETHTOOL_A_STRINGSET_MAX (line 3766) | ETHTOOL_A_STRINGSET_MAX = 0x3 constant ETHTOOL_A_STRINGSETS_UNSPEC (line 3767) | ETHTOOL_A_STRINGSETS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSETS_STRINGSET (line 3768) | ETHTOOL_A_STRINGSETS_STRINGSET = 0x1 constant ETHTOOL_A_STRINGSETS_MAX (line 3769) | ETHTOOL_A_STRINGSETS_MAX = 0x1 constant ETHTOOL_A_STRSET_UNSPEC (line 3770) | ETHTOOL_A_STRSET_UNSPEC = 0x0 constant ETHTOOL_A_STRSET_HEADER (line 3771) | ETHTOOL_A_STRSET_HEADER = 0x1 constant ETHTOOL_A_STRSET_STRINGSETS (line 3772) | ETHTOOL_A_STRSET_STRINGSETS = 0x2 constant ETHTOOL_A_STRSET_COUNTS_ONLY (line 3773) | ETHTOOL_A_STRSET_COUNTS_ONLY = 0x3 constant ETHTOOL_A_STRSET_MAX (line 3774) | ETHTOOL_A_STRSET_MAX = 0x3 constant ETHTOOL_A_LINKINFO_UNSPEC (line 3775) | ETHTOOL_A_LINKINFO_UNSPEC = 0x0 constant ETHTOOL_A_LINKINFO_HEADER (line 3776) | ETHTOOL_A_LINKINFO_HEADER = 0x1 constant ETHTOOL_A_LINKINFO_PORT (line 3777) | ETHTOOL_A_LINKINFO_PORT = 0x2 constant ETHTOOL_A_LINKINFO_PHYADDR (line 3778) | ETHTOOL_A_LINKINFO_PHYADDR = 0x3 constant ETHTOOL_A_LINKINFO_TP_MDIX (line 3779) | ETHTOOL_A_LINKINFO_TP_MDIX = 0x4 constant ETHTOOL_A_LINKINFO_TP_MDIX_CTRL (line 3780) | ETHTOOL_A_LINKINFO_TP_MDIX_CTRL = 0x5 constant ETHTOOL_A_LINKINFO_TRANSCEIVER (line 3781) | ETHTOOL_A_LINKINFO_TRANSCEIVER = 0x6 constant ETHTOOL_A_LINKINFO_MAX (line 3782) | ETHTOOL_A_LINKINFO_MAX = 0x6 constant ETHTOOL_A_LINKMODES_UNSPEC (line 3783) | ETHTOOL_A_LINKMODES_UNSPEC = 0x0 constant ETHTOOL_A_LINKMODES_HEADER (line 3784) | ETHTOOL_A_LINKMODES_HEADER = 0x1 constant ETHTOOL_A_LINKMODES_AUTONEG (line 3785) | ETHTOOL_A_LINKMODES_AUTONEG = 0x2 constant ETHTOOL_A_LINKMODES_OURS (line 3786) | ETHTOOL_A_LINKMODES_OURS = 0x3 constant ETHTOOL_A_LINKMODES_PEER (line 3787) | ETHTOOL_A_LINKMODES_PEER = 0x4 constant ETHTOOL_A_LINKMODES_SPEED (line 3788) | ETHTOOL_A_LINKMODES_SPEED = 0x5 constant ETHTOOL_A_LINKMODES_DUPLEX (line 3789) | ETHTOOL_A_LINKMODES_DUPLEX = 0x6 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG (line 3790) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG = 0x7 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE (line 3791) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE = 0x8 constant ETHTOOL_A_LINKMODES_LANES (line 3792) | ETHTOOL_A_LINKMODES_LANES = 0x9 constant ETHTOOL_A_LINKMODES_RATE_MATCHING (line 3793) | ETHTOOL_A_LINKMODES_RATE_MATCHING = 0xa constant ETHTOOL_A_LINKMODES_MAX (line 3794) | ETHTOOL_A_LINKMODES_MAX = 0xa constant ETHTOOL_A_LINKSTATE_UNSPEC (line 3795) | ETHTOOL_A_LINKSTATE_UNSPEC = 0x0 constant ETHTOOL_A_LINKSTATE_HEADER (line 3796) | ETHTOOL_A_LINKSTATE_HEADER = 0x1 constant ETHTOOL_A_LINKSTATE_LINK (line 3797) | ETHTOOL_A_LINKSTATE_LINK = 0x2 constant ETHTOOL_A_LINKSTATE_SQI (line 3798) | ETHTOOL_A_LINKSTATE_SQI = 0x3 constant ETHTOOL_A_LINKSTATE_SQI_MAX (line 3799) | ETHTOOL_A_LINKSTATE_SQI_MAX = 0x4 constant ETHTOOL_A_LINKSTATE_EXT_STATE (line 3800) | ETHTOOL_A_LINKSTATE_EXT_STATE = 0x5 constant ETHTOOL_A_LINKSTATE_EXT_SUBSTATE (line 3801) | ETHTOOL_A_LINKSTATE_EXT_SUBSTATE = 0x6 constant ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT (line 3802) | ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT = 0x7 constant ETHTOOL_A_LINKSTATE_MAX (line 3803) | ETHTOOL_A_LINKSTATE_MAX = 0x7 constant ETHTOOL_A_DEBUG_UNSPEC (line 3804) | ETHTOOL_A_DEBUG_UNSPEC = 0x0 constant ETHTOOL_A_DEBUG_HEADER (line 3805) | ETHTOOL_A_DEBUG_HEADER = 0x1 constant ETHTOOL_A_DEBUG_MSGMASK (line 3806) | ETHTOOL_A_DEBUG_MSGMASK = 0x2 constant ETHTOOL_A_DEBUG_MAX (line 3807) | ETHTOOL_A_DEBUG_MAX = 0x2 constant ETHTOOL_A_WOL_UNSPEC (line 3808) | ETHTOOL_A_WOL_UNSPEC = 0x0 constant ETHTOOL_A_WOL_HEADER (line 3809) | ETHTOOL_A_WOL_HEADER = 0x1 constant ETHTOOL_A_WOL_MODES (line 3810) | ETHTOOL_A_WOL_MODES = 0x2 constant ETHTOOL_A_WOL_SOPASS (line 3811) | ETHTOOL_A_WOL_SOPASS = 0x3 constant ETHTOOL_A_WOL_MAX (line 3812) | ETHTOOL_A_WOL_MAX = 0x3 constant ETHTOOL_A_FEATURES_UNSPEC (line 3813) | ETHTOOL_A_FEATURES_UNSPEC = 0x0 constant ETHTOOL_A_FEATURES_HEADER (line 3814) | ETHTOOL_A_FEATURES_HEADER = 0x1 constant ETHTOOL_A_FEATURES_HW (line 3815) | ETHTOOL_A_FEATURES_HW = 0x2 constant ETHTOOL_A_FEATURES_WANTED (line 3816) | ETHTOOL_A_FEATURES_WANTED = 0x3 constant ETHTOOL_A_FEATURES_ACTIVE (line 3817) | ETHTOOL_A_FEATURES_ACTIVE = 0x4 constant ETHTOOL_A_FEATURES_NOCHANGE (line 3818) | ETHTOOL_A_FEATURES_NOCHANGE = 0x5 constant ETHTOOL_A_FEATURES_MAX (line 3819) | ETHTOOL_A_FEATURES_MAX = 0x5 constant ETHTOOL_A_PRIVFLAGS_UNSPEC (line 3820) | ETHTOOL_A_PRIVFLAGS_UNSPEC = 0x0 constant ETHTOOL_A_PRIVFLAGS_HEADER (line 3821) | ETHTOOL_A_PRIVFLAGS_HEADER = 0x1 constant ETHTOOL_A_PRIVFLAGS_FLAGS (line 3822) | ETHTOOL_A_PRIVFLAGS_FLAGS = 0x2 constant ETHTOOL_A_PRIVFLAGS_MAX (line 3823) | ETHTOOL_A_PRIVFLAGS_MAX = 0x2 constant ETHTOOL_A_RINGS_UNSPEC (line 3824) | ETHTOOL_A_RINGS_UNSPEC = 0x0 constant ETHTOOL_A_RINGS_HEADER (line 3825) | ETHTOOL_A_RINGS_HEADER = 0x1 constant ETHTOOL_A_RINGS_RX_MAX (line 3826) | ETHTOOL_A_RINGS_RX_MAX = 0x2 constant ETHTOOL_A_RINGS_RX_MINI_MAX (line 3827) | ETHTOOL_A_RINGS_RX_MINI_MAX = 0x3 constant ETHTOOL_A_RINGS_RX_JUMBO_MAX (line 3828) | ETHTOOL_A_RINGS_RX_JUMBO_MAX = 0x4 constant ETHTOOL_A_RINGS_TX_MAX (line 3829) | ETHTOOL_A_RINGS_TX_MAX = 0x5 constant ETHTOOL_A_RINGS_RX (line 3830) | ETHTOOL_A_RINGS_RX = 0x6 constant ETHTOOL_A_RINGS_RX_MINI (line 3831) | ETHTOOL_A_RINGS_RX_MINI = 0x7 constant ETHTOOL_A_RINGS_RX_JUMBO (line 3832) | ETHTOOL_A_RINGS_RX_JUMBO = 0x8 constant ETHTOOL_A_RINGS_TX (line 3833) | ETHTOOL_A_RINGS_TX = 0x9 constant ETHTOOL_A_RINGS_RX_BUF_LEN (line 3834) | ETHTOOL_A_RINGS_RX_BUF_LEN = 0xa constant ETHTOOL_A_RINGS_TCP_DATA_SPLIT (line 3835) | ETHTOOL_A_RINGS_TCP_DATA_SPLIT = 0xb constant ETHTOOL_A_RINGS_CQE_SIZE (line 3836) | ETHTOOL_A_RINGS_CQE_SIZE = 0xc constant ETHTOOL_A_RINGS_TX_PUSH (line 3837) | ETHTOOL_A_RINGS_TX_PUSH = 0xd constant ETHTOOL_A_RINGS_MAX (line 3838) | ETHTOOL_A_RINGS_MAX = 0x10 constant ETHTOOL_A_CHANNELS_UNSPEC (line 3839) | ETHTOOL_A_CHANNELS_UNSPEC = 0x0 constant ETHTOOL_A_CHANNELS_HEADER (line 3840) | ETHTOOL_A_CHANNELS_HEADER = 0x1 constant ETHTOOL_A_CHANNELS_RX_MAX (line 3841) | ETHTOOL_A_CHANNELS_RX_MAX = 0x2 constant ETHTOOL_A_CHANNELS_TX_MAX (line 3842) | ETHTOOL_A_CHANNELS_TX_MAX = 0x3 constant ETHTOOL_A_CHANNELS_OTHER_MAX (line 3843) | ETHTOOL_A_CHANNELS_OTHER_MAX = 0x4 constant ETHTOOL_A_CHANNELS_COMBINED_MAX (line 3844) | ETHTOOL_A_CHANNELS_COMBINED_MAX = 0x5 constant ETHTOOL_A_CHANNELS_RX_COUNT (line 3845) | ETHTOOL_A_CHANNELS_RX_COUNT = 0x6 constant ETHTOOL_A_CHANNELS_TX_COUNT (line 3846) | ETHTOOL_A_CHANNELS_TX_COUNT = 0x7 constant ETHTOOL_A_CHANNELS_OTHER_COUNT (line 3847) | ETHTOOL_A_CHANNELS_OTHER_COUNT = 0x8 constant ETHTOOL_A_CHANNELS_COMBINED_COUNT (line 3848) | ETHTOOL_A_CHANNELS_COMBINED_COUNT = 0x9 constant ETHTOOL_A_CHANNELS_MAX (line 3849) | ETHTOOL_A_CHANNELS_MAX = 0x9 constant ETHTOOL_A_COALESCE_UNSPEC (line 3850) | ETHTOOL_A_COALESCE_UNSPEC = 0x0 constant ETHTOOL_A_COALESCE_HEADER (line 3851) | ETHTOOL_A_COALESCE_HEADER = 0x1 constant ETHTOOL_A_COALESCE_RX_USECS (line 3852) | ETHTOOL_A_COALESCE_RX_USECS = 0x2 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES (line 3853) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES = 0x3 constant ETHTOOL_A_COALESCE_RX_USECS_IRQ (line 3854) | ETHTOOL_A_COALESCE_RX_USECS_IRQ = 0x4 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ (line 3855) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ = 0x5 constant ETHTOOL_A_COALESCE_TX_USECS (line 3856) | ETHTOOL_A_COALESCE_TX_USECS = 0x6 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES (line 3857) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES = 0x7 constant ETHTOOL_A_COALESCE_TX_USECS_IRQ (line 3858) | ETHTOOL_A_COALESCE_TX_USECS_IRQ = 0x8 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ (line 3859) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ = 0x9 constant ETHTOOL_A_COALESCE_STATS_BLOCK_USECS (line 3860) | ETHTOOL_A_COALESCE_STATS_BLOCK_USECS = 0xa constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX (line 3861) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX = 0xb constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX (line 3862) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX = 0xc constant ETHTOOL_A_COALESCE_PKT_RATE_LOW (line 3863) | ETHTOOL_A_COALESCE_PKT_RATE_LOW = 0xd constant ETHTOOL_A_COALESCE_RX_USECS_LOW (line 3864) | ETHTOOL_A_COALESCE_RX_USECS_LOW = 0xe constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW (line 3865) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW = 0xf constant ETHTOOL_A_COALESCE_TX_USECS_LOW (line 3866) | ETHTOOL_A_COALESCE_TX_USECS_LOW = 0x10 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW (line 3867) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW = 0x11 constant ETHTOOL_A_COALESCE_PKT_RATE_HIGH (line 3868) | ETHTOOL_A_COALESCE_PKT_RATE_HIGH = 0x12 constant ETHTOOL_A_COALESCE_RX_USECS_HIGH (line 3869) | ETHTOOL_A_COALESCE_RX_USECS_HIGH = 0x13 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH (line 3870) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH = 0x14 constant ETHTOOL_A_COALESCE_TX_USECS_HIGH (line 3871) | ETHTOOL_A_COALESCE_TX_USECS_HIGH = 0x15 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH (line 3872) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH = 0x16 constant ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL (line 3873) | ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL = 0x17 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_TX (line 3874) | ETHTOOL_A_COALESCE_USE_CQE_MODE_TX = 0x18 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_RX (line 3875) | ETHTOOL_A_COALESCE_USE_CQE_MODE_RX = 0x19 constant ETHTOOL_A_COALESCE_MAX (line 3876) | ETHTOOL_A_COALESCE_MAX = 0x1c constant ETHTOOL_A_PAUSE_UNSPEC (line 3877) | ETHTOOL_A_PAUSE_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_HEADER (line 3878) | ETHTOOL_A_PAUSE_HEADER = 0x1 constant ETHTOOL_A_PAUSE_AUTONEG (line 3879) | ETHTOOL_A_PAUSE_AUTONEG = 0x2 constant ETHTOOL_A_PAUSE_RX (line 3880) | ETHTOOL_A_PAUSE_RX = 0x3 constant ETHTOOL_A_PAUSE_TX (line 3881) | ETHTOOL_A_PAUSE_TX = 0x4 constant ETHTOOL_A_PAUSE_STATS (line 3882) | ETHTOOL_A_PAUSE_STATS = 0x5 constant ETHTOOL_A_PAUSE_MAX (line 3883) | ETHTOOL_A_PAUSE_MAX = 0x6 constant ETHTOOL_A_PAUSE_STAT_UNSPEC (line 3884) | ETHTOOL_A_PAUSE_STAT_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_STAT_PAD (line 3885) | ETHTOOL_A_PAUSE_STAT_PAD = 0x1 constant ETHTOOL_A_PAUSE_STAT_TX_FRAMES (line 3886) | ETHTOOL_A_PAUSE_STAT_TX_FRAMES = 0x2 constant ETHTOOL_A_PAUSE_STAT_RX_FRAMES (line 3887) | ETHTOOL_A_PAUSE_STAT_RX_FRAMES = 0x3 constant ETHTOOL_A_PAUSE_STAT_MAX (line 3888) | ETHTOOL_A_PAUSE_STAT_MAX = 0x3 constant ETHTOOL_A_EEE_UNSPEC (line 3889) | ETHTOOL_A_EEE_UNSPEC = 0x0 constant ETHTOOL_A_EEE_HEADER (line 3890) | ETHTOOL_A_EEE_HEADER = 0x1 constant ETHTOOL_A_EEE_MODES_OURS (line 3891) | ETHTOOL_A_EEE_MODES_OURS = 0x2 constant ETHTOOL_A_EEE_MODES_PEER (line 3892) | ETHTOOL_A_EEE_MODES_PEER = 0x3 constant ETHTOOL_A_EEE_ACTIVE (line 3893) | ETHTOOL_A_EEE_ACTIVE = 0x4 constant ETHTOOL_A_EEE_ENABLED (line 3894) | ETHTOOL_A_EEE_ENABLED = 0x5 constant ETHTOOL_A_EEE_TX_LPI_ENABLED (line 3895) | ETHTOOL_A_EEE_TX_LPI_ENABLED = 0x6 constant ETHTOOL_A_EEE_TX_LPI_TIMER (line 3896) | ETHTOOL_A_EEE_TX_LPI_TIMER = 0x7 constant ETHTOOL_A_EEE_MAX (line 3897) | ETHTOOL_A_EEE_MAX = 0x7 constant ETHTOOL_A_TSINFO_UNSPEC (line 3898) | ETHTOOL_A_TSINFO_UNSPEC = 0x0 constant ETHTOOL_A_TSINFO_HEADER (line 3899) | ETHTOOL_A_TSINFO_HEADER = 0x1 constant ETHTOOL_A_TSINFO_TIMESTAMPING (line 3900) | ETHTOOL_A_TSINFO_TIMESTAMPING = 0x2 constant ETHTOOL_A_TSINFO_TX_TYPES (line 3901) | ETHTOOL_A_TSINFO_TX_TYPES = 0x3 constant ETHTOOL_A_TSINFO_RX_FILTERS (line 3902) | ETHTOOL_A_TSINFO_RX_FILTERS = 0x4 constant ETHTOOL_A_TSINFO_PHC_INDEX (line 3903) | ETHTOOL_A_TSINFO_PHC_INDEX = 0x5 constant ETHTOOL_A_TSINFO_MAX (line 3904) | ETHTOOL_A_TSINFO_MAX = 0x5 constant ETHTOOL_A_CABLE_TEST_UNSPEC (line 3905) | ETHTOOL_A_CABLE_TEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_HEADER (line 3906) | ETHTOOL_A_CABLE_TEST_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_MAX (line 3907) | ETHTOOL_A_CABLE_TEST_MAX = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC (line 3908) | ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_CODE_OK (line 3909) | ETHTOOL_A_CABLE_RESULT_CODE_OK = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_OPEN (line 3910) | ETHTOOL_A_CABLE_RESULT_CODE_OPEN = 0x2 constant ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT (line 3911) | ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT = 0x3 constant ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT (line 3912) | ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT = 0x4 constant ETHTOOL_A_CABLE_PAIR_A (line 3913) | ETHTOOL_A_CABLE_PAIR_A = 0x0 constant ETHTOOL_A_CABLE_PAIR_B (line 3914) | ETHTOOL_A_CABLE_PAIR_B = 0x1 constant ETHTOOL_A_CABLE_PAIR_C (line 3915) | ETHTOOL_A_CABLE_PAIR_C = 0x2 constant ETHTOOL_A_CABLE_PAIR_D (line 3916) | ETHTOOL_A_CABLE_PAIR_D = 0x3 constant ETHTOOL_A_CABLE_RESULT_UNSPEC (line 3917) | ETHTOOL_A_CABLE_RESULT_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_PAIR (line 3918) | ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE (line 3919) | ETHTOOL_A_CABLE_RESULT_CODE = 0x2 constant ETHTOOL_A_CABLE_RESULT_MAX (line 3920) | ETHTOOL_A_CABLE_RESULT_MAX = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC (line 3921) | ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR (line 3922) | ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 constant ETHTOOL_A_CABLE_FAULT_LENGTH_CM (line 3923) | ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_MAX (line 3924) | ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC (line 3925) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED (line 3926) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED (line 3927) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED = 0x2 constant ETHTOOL_A_CABLE_NEST_UNSPEC (line 3928) | ETHTOOL_A_CABLE_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_NEST_RESULT (line 3929) | ETHTOOL_A_CABLE_NEST_RESULT = 0x1 constant ETHTOOL_A_CABLE_NEST_FAULT_LENGTH (line 3930) | ETHTOOL_A_CABLE_NEST_FAULT_LENGTH = 0x2 constant ETHTOOL_A_CABLE_NEST_MAX (line 3931) | ETHTOOL_A_CABLE_NEST_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_UNSPEC (line 3932) | ETHTOOL_A_CABLE_TEST_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_HEADER (line 3933) | ETHTOOL_A_CABLE_TEST_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS (line 3934) | ETHTOOL_A_CABLE_TEST_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_NEST (line 3935) | ETHTOOL_A_CABLE_TEST_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_NTF_MAX (line 3936) | ETHTOOL_A_CABLE_TEST_NTF_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC (line 3937) | ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST (line 3938) | ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST (line 3939) | ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP (line 3940) | ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR (line 3941) | ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX (line 3942) | ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_UNSPEC (line 3943) | ETHTOOL_A_CABLE_TEST_TDR_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_HEADER (line 3944) | ETHTOOL_A_CABLE_TEST_TDR_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG (line 3945) | ETHTOOL_A_CABLE_TEST_TDR_CFG = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_MAX (line 3946) | ETHTOOL_A_CABLE_TEST_TDR_MAX = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC (line 3947) | ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_AMPLITUDE_PAIR (line 3948) | ETHTOOL_A_CABLE_AMPLITUDE_PAIR = 0x1 constant ETHTOOL_A_CABLE_AMPLITUDE_mV (line 3949) | ETHTOOL_A_CABLE_AMPLITUDE_mV = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_MAX (line 3950) | ETHTOOL_A_CABLE_AMPLITUDE_MAX = 0x2 constant ETHTOOL_A_CABLE_PULSE_UNSPEC (line 3951) | ETHTOOL_A_CABLE_PULSE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_PULSE_mV (line 3952) | ETHTOOL_A_CABLE_PULSE_mV = 0x1 constant ETHTOOL_A_CABLE_PULSE_MAX (line 3953) | ETHTOOL_A_CABLE_PULSE_MAX = 0x1 constant ETHTOOL_A_CABLE_STEP_UNSPEC (line 3954) | ETHTOOL_A_CABLE_STEP_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE (line 3955) | ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE = 0x1 constant ETHTOOL_A_CABLE_STEP_LAST_DISTANCE (line 3956) | ETHTOOL_A_CABLE_STEP_LAST_DISTANCE = 0x2 constant ETHTOOL_A_CABLE_STEP_STEP_DISTANCE (line 3957) | ETHTOOL_A_CABLE_STEP_STEP_DISTANCE = 0x3 constant ETHTOOL_A_CABLE_STEP_MAX (line 3958) | ETHTOOL_A_CABLE_STEP_MAX = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_UNSPEC (line 3959) | ETHTOOL_A_CABLE_TDR_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TDR_NEST_STEP (line 3960) | ETHTOOL_A_CABLE_TDR_NEST_STEP = 0x1 constant ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE (line 3961) | ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE = 0x2 constant ETHTOOL_A_CABLE_TDR_NEST_PULSE (line 3962) | ETHTOOL_A_CABLE_TDR_NEST_PULSE = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_MAX (line 3963) | ETHTOOL_A_CABLE_TDR_NEST_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC (line 3964) | ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER (line 3965) | ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS (line 3966) | ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST (line 3967) | ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX (line 3968) | ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX = 0x3 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN (line 3969) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN = 0x0 constant ETHTOOL_UDP_TUNNEL_TYPE_GENEVE (line 3970) | ETHTOOL_UDP_TUNNEL_TYPE_GENEVE = 0x1 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE (line 3971) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC (line 3972) | ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT (line 3973) | ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT = 0x1 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE (line 3974) | ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX (line 3975) | ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC (line 3976) | ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE (line 3977) | ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES (line 3978) | ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY (line 3979) | ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY = 0x3 constant ETHTOOL_A_TUNNEL_UDP_TABLE_MAX (line 3980) | ETHTOOL_A_TUNNEL_UDP_TABLE_MAX = 0x3 constant ETHTOOL_A_TUNNEL_UDP_UNSPEC (line 3981) | ETHTOOL_A_TUNNEL_UDP_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE (line 3982) | ETHTOOL_A_TUNNEL_UDP_TABLE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_MAX (line 3983) | ETHTOOL_A_TUNNEL_UDP_MAX = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UNSPEC (line 3984) | ETHTOOL_A_TUNNEL_INFO_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_INFO_HEADER (line 3985) | ETHTOOL_A_TUNNEL_INFO_HEADER = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UDP_PORTS (line 3986) | ETHTOOL_A_TUNNEL_INFO_UDP_PORTS = 0x2 constant ETHTOOL_A_TUNNEL_INFO_MAX (line 3987) | ETHTOOL_A_TUNNEL_INFO_MAX = 0x2 constant SPEED_UNKNOWN (line 3990) | SPEED_UNKNOWN = -0x1 type EthtoolDrvinfo (line 3992) | type EthtoolDrvinfo struct type HIDRawReportDescriptor (line 4008) | type HIDRawReportDescriptor struct type HIDRawDevInfo (line 4012) | type HIDRawDevInfo struct constant CLOSE_RANGE_UNSHARE (line 4020) | CLOSE_RANGE_UNSHARE = 0x2 constant CLOSE_RANGE_CLOEXEC (line 4021) | CLOSE_RANGE_CLOEXEC = 0x4 constant NLMSGERR_ATTR_MSG (line 4025) | NLMSGERR_ATTR_MSG = 0x1 constant NLMSGERR_ATTR_OFFS (line 4026) | NLMSGERR_ATTR_OFFS = 0x2 constant NLMSGERR_ATTR_COOKIE (line 4027) | NLMSGERR_ATTR_COOKIE = 0x3 type EraseInfo (line 4031) | type EraseInfo struct type EraseInfo64 (line 4035) | type EraseInfo64 struct type MtdOobBuf (line 4039) | type MtdOobBuf struct type MtdOobBuf64 (line 4044) | type MtdOobBuf64 struct type MtdWriteReq (line 4050) | type MtdWriteReq struct type MtdInfo (line 4059) | type MtdInfo struct type RegionInfo (line 4068) | type RegionInfo struct type OtpInfo (line 4074) | type OtpInfo struct type NandOobinfo (line 4079) | type NandOobinfo struct type NandOobfree (line 4085) | type NandOobfree struct type NandEcclayout (line 4089) | type NandEcclayout struct type MtdEccStats (line 4095) | type MtdEccStats struct constant MTD_OPS_PLACE_OOB (line 4104) | MTD_OPS_PLACE_OOB = 0x0 constant MTD_OPS_AUTO_OOB (line 4105) | MTD_OPS_AUTO_OOB = 0x1 constant MTD_OPS_RAW (line 4106) | MTD_OPS_RAW = 0x2 constant MTD_FILE_MODE_NORMAL (line 4110) | MTD_FILE_MODE_NORMAL = 0x0 constant MTD_FILE_MODE_OTP_FACTORY (line 4111) | MTD_FILE_MODE_OTP_FACTORY = 0x1 constant MTD_FILE_MODE_OTP_USER (line 4112) | MTD_FILE_MODE_OTP_USER = 0x2 constant MTD_FILE_MODE_RAW (line 4113) | MTD_FILE_MODE_RAW = 0x3 constant NFC_CMD_UNSPEC (line 4117) | NFC_CMD_UNSPEC = 0x0 constant NFC_CMD_GET_DEVICE (line 4118) | NFC_CMD_GET_DEVICE = 0x1 constant NFC_CMD_DEV_UP (line 4119) | NFC_CMD_DEV_UP = 0x2 constant NFC_CMD_DEV_DOWN (line 4120) | NFC_CMD_DEV_DOWN = 0x3 constant NFC_CMD_DEP_LINK_UP (line 4121) | NFC_CMD_DEP_LINK_UP = 0x4 constant NFC_CMD_DEP_LINK_DOWN (line 4122) | NFC_CMD_DEP_LINK_DOWN = 0x5 constant NFC_CMD_START_POLL (line 4123) | NFC_CMD_START_POLL = 0x6 constant NFC_CMD_STOP_POLL (line 4124) | NFC_CMD_STOP_POLL = 0x7 constant NFC_CMD_GET_TARGET (line 4125) | NFC_CMD_GET_TARGET = 0x8 constant NFC_EVENT_TARGETS_FOUND (line 4126) | NFC_EVENT_TARGETS_FOUND = 0x9 constant NFC_EVENT_DEVICE_ADDED (line 4127) | NFC_EVENT_DEVICE_ADDED = 0xa constant NFC_EVENT_DEVICE_REMOVED (line 4128) | NFC_EVENT_DEVICE_REMOVED = 0xb constant NFC_EVENT_TARGET_LOST (line 4129) | NFC_EVENT_TARGET_LOST = 0xc constant NFC_EVENT_TM_ACTIVATED (line 4130) | NFC_EVENT_TM_ACTIVATED = 0xd constant NFC_EVENT_TM_DEACTIVATED (line 4131) | NFC_EVENT_TM_DEACTIVATED = 0xe constant NFC_CMD_LLC_GET_PARAMS (line 4132) | NFC_CMD_LLC_GET_PARAMS = 0xf constant NFC_CMD_LLC_SET_PARAMS (line 4133) | NFC_CMD_LLC_SET_PARAMS = 0x10 constant NFC_CMD_ENABLE_SE (line 4134) | NFC_CMD_ENABLE_SE = 0x11 constant NFC_CMD_DISABLE_SE (line 4135) | NFC_CMD_DISABLE_SE = 0x12 constant NFC_CMD_LLC_SDREQ (line 4136) | NFC_CMD_LLC_SDREQ = 0x13 constant NFC_EVENT_LLC_SDRES (line 4137) | NFC_EVENT_LLC_SDRES = 0x14 constant NFC_CMD_FW_DOWNLOAD (line 4138) | NFC_CMD_FW_DOWNLOAD = 0x15 constant NFC_EVENT_SE_ADDED (line 4139) | NFC_EVENT_SE_ADDED = 0x16 constant NFC_EVENT_SE_REMOVED (line 4140) | NFC_EVENT_SE_REMOVED = 0x17 constant NFC_EVENT_SE_CONNECTIVITY (line 4141) | NFC_EVENT_SE_CONNECTIVITY = 0x18 constant NFC_EVENT_SE_TRANSACTION (line 4142) | NFC_EVENT_SE_TRANSACTION = 0x19 constant NFC_CMD_GET_SE (line 4143) | NFC_CMD_GET_SE = 0x1a constant NFC_CMD_SE_IO (line 4144) | NFC_CMD_SE_IO = 0x1b constant NFC_CMD_ACTIVATE_TARGET (line 4145) | NFC_CMD_ACTIVATE_TARGET = 0x1c constant NFC_CMD_VENDOR (line 4146) | NFC_CMD_VENDOR = 0x1d constant NFC_CMD_DEACTIVATE_TARGET (line 4147) | NFC_CMD_DEACTIVATE_TARGET = 0x1e constant NFC_ATTR_UNSPEC (line 4148) | NFC_ATTR_UNSPEC = 0x0 constant NFC_ATTR_DEVICE_INDEX (line 4149) | NFC_ATTR_DEVICE_INDEX = 0x1 constant NFC_ATTR_DEVICE_NAME (line 4150) | NFC_ATTR_DEVICE_NAME = 0x2 constant NFC_ATTR_PROTOCOLS (line 4151) | NFC_ATTR_PROTOCOLS = 0x3 constant NFC_ATTR_TARGET_INDEX (line 4152) | NFC_ATTR_TARGET_INDEX = 0x4 constant NFC_ATTR_TARGET_SENS_RES (line 4153) | NFC_ATTR_TARGET_SENS_RES = 0x5 constant NFC_ATTR_TARGET_SEL_RES (line 4154) | NFC_ATTR_TARGET_SEL_RES = 0x6 constant NFC_ATTR_TARGET_NFCID1 (line 4155) | NFC_ATTR_TARGET_NFCID1 = 0x7 constant NFC_ATTR_TARGET_SENSB_RES (line 4156) | NFC_ATTR_TARGET_SENSB_RES = 0x8 constant NFC_ATTR_TARGET_SENSF_RES (line 4157) | NFC_ATTR_TARGET_SENSF_RES = 0x9 constant NFC_ATTR_COMM_MODE (line 4158) | NFC_ATTR_COMM_MODE = 0xa constant NFC_ATTR_RF_MODE (line 4159) | NFC_ATTR_RF_MODE = 0xb constant NFC_ATTR_DEVICE_POWERED (line 4160) | NFC_ATTR_DEVICE_POWERED = 0xc constant NFC_ATTR_IM_PROTOCOLS (line 4161) | NFC_ATTR_IM_PROTOCOLS = 0xd constant NFC_ATTR_TM_PROTOCOLS (line 4162) | NFC_ATTR_TM_PROTOCOLS = 0xe constant NFC_ATTR_LLC_PARAM_LTO (line 4163) | NFC_ATTR_LLC_PARAM_LTO = 0xf constant NFC_ATTR_LLC_PARAM_RW (line 4164) | NFC_ATTR_LLC_PARAM_RW = 0x10 constant NFC_ATTR_LLC_PARAM_MIUX (line 4165) | NFC_ATTR_LLC_PARAM_MIUX = 0x11 constant NFC_ATTR_SE (line 4166) | NFC_ATTR_SE = 0x12 constant NFC_ATTR_LLC_SDP (line 4167) | NFC_ATTR_LLC_SDP = 0x13 constant NFC_ATTR_FIRMWARE_NAME (line 4168) | NFC_ATTR_FIRMWARE_NAME = 0x14 constant NFC_ATTR_SE_INDEX (line 4169) | NFC_ATTR_SE_INDEX = 0x15 constant NFC_ATTR_SE_TYPE (line 4170) | NFC_ATTR_SE_TYPE = 0x16 constant NFC_ATTR_SE_AID (line 4171) | NFC_ATTR_SE_AID = 0x17 constant NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS (line 4172) | NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS = 0x18 constant NFC_ATTR_SE_APDU (line 4173) | NFC_ATTR_SE_APDU = 0x19 constant NFC_ATTR_TARGET_ISO15693_DSFID (line 4174) | NFC_ATTR_TARGET_ISO15693_DSFID = 0x1a constant NFC_ATTR_TARGET_ISO15693_UID (line 4175) | NFC_ATTR_TARGET_ISO15693_UID = 0x1b constant NFC_ATTR_SE_PARAMS (line 4176) | NFC_ATTR_SE_PARAMS = 0x1c constant NFC_ATTR_VENDOR_ID (line 4177) | NFC_ATTR_VENDOR_ID = 0x1d constant NFC_ATTR_VENDOR_SUBCMD (line 4178) | NFC_ATTR_VENDOR_SUBCMD = 0x1e constant NFC_ATTR_VENDOR_DATA (line 4179) | NFC_ATTR_VENDOR_DATA = 0x1f constant NFC_SDP_ATTR_UNSPEC (line 4180) | NFC_SDP_ATTR_UNSPEC = 0x0 constant NFC_SDP_ATTR_URI (line 4181) | NFC_SDP_ATTR_URI = 0x1 constant NFC_SDP_ATTR_SAP (line 4182) | NFC_SDP_ATTR_SAP = 0x2 type LandlockRulesetAttr (line 4185) | type LandlockRulesetAttr struct type LandlockPathBeneathAttr (line 4189) | type LandlockPathBeneathAttr struct constant LANDLOCK_RULE_PATH_BENEATH (line 4195) | LANDLOCK_RULE_PATH_BENEATH = 0x1 constant IPC_CREAT (line 4199) | IPC_CREAT = 0x200 constant IPC_EXCL (line 4200) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 4201) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 4202) | IPC_PRIVATE = 0x0 constant ipc_64 (line 4204) | ipc_64 = 0x100 constant IPC_RMID (line 4208) | IPC_RMID = 0x0 constant IPC_SET (line 4209) | IPC_SET = 0x1 constant IPC_STAT (line 4210) | IPC_STAT = 0x2 constant SHM_RDONLY (line 4214) | SHM_RDONLY = 0x1000 constant SHM_RND (line 4215) | SHM_RND = 0x2000 type MountAttr (line 4218) | type MountAttr struct constant WG_CMD_GET_DEVICE (line 4226) | WG_CMD_GET_DEVICE = 0x0 constant WG_CMD_SET_DEVICE (line 4227) | WG_CMD_SET_DEVICE = 0x1 constant WGDEVICE_F_REPLACE_PEERS (line 4228) | WGDEVICE_F_REPLACE_PEERS = 0x1 constant WGDEVICE_A_UNSPEC (line 4229) | WGDEVICE_A_UNSPEC = 0x0 constant WGDEVICE_A_IFINDEX (line 4230) | WGDEVICE_A_IFINDEX = 0x1 constant WGDEVICE_A_IFNAME (line 4231) | WGDEVICE_A_IFNAME = 0x2 constant WGDEVICE_A_PRIVATE_KEY (line 4232) | WGDEVICE_A_PRIVATE_KEY = 0x3 constant WGDEVICE_A_PUBLIC_KEY (line 4233) | WGDEVICE_A_PUBLIC_KEY = 0x4 constant WGDEVICE_A_FLAGS (line 4234) | WGDEVICE_A_FLAGS = 0x5 constant WGDEVICE_A_LISTEN_PORT (line 4235) | WGDEVICE_A_LISTEN_PORT = 0x6 constant WGDEVICE_A_FWMARK (line 4236) | WGDEVICE_A_FWMARK = 0x7 constant WGDEVICE_A_PEERS (line 4237) | WGDEVICE_A_PEERS = 0x8 constant WGPEER_F_REMOVE_ME (line 4238) | WGPEER_F_REMOVE_ME = 0x1 constant WGPEER_F_REPLACE_ALLOWEDIPS (line 4239) | WGPEER_F_REPLACE_ALLOWEDIPS = 0x2 constant WGPEER_F_UPDATE_ONLY (line 4240) | WGPEER_F_UPDATE_ONLY = 0x4 constant WGPEER_A_UNSPEC (line 4241) | WGPEER_A_UNSPEC = 0x0 constant WGPEER_A_PUBLIC_KEY (line 4242) | WGPEER_A_PUBLIC_KEY = 0x1 constant WGPEER_A_PRESHARED_KEY (line 4243) | WGPEER_A_PRESHARED_KEY = 0x2 constant WGPEER_A_FLAGS (line 4244) | WGPEER_A_FLAGS = 0x3 constant WGPEER_A_ENDPOINT (line 4245) | WGPEER_A_ENDPOINT = 0x4 constant WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL (line 4246) | WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL = 0x5 constant WGPEER_A_LAST_HANDSHAKE_TIME (line 4247) | WGPEER_A_LAST_HANDSHAKE_TIME = 0x6 constant WGPEER_A_RX_BYTES (line 4248) | WGPEER_A_RX_BYTES = 0x7 constant WGPEER_A_TX_BYTES (line 4249) | WGPEER_A_TX_BYTES = 0x8 constant WGPEER_A_ALLOWEDIPS (line 4250) | WGPEER_A_ALLOWEDIPS = 0x9 constant WGPEER_A_PROTOCOL_VERSION (line 4251) | WGPEER_A_PROTOCOL_VERSION = 0xa constant WGALLOWEDIP_A_UNSPEC (line 4252) | WGALLOWEDIP_A_UNSPEC = 0x0 constant WGALLOWEDIP_A_FAMILY (line 4253) | WGALLOWEDIP_A_FAMILY = 0x1 constant WGALLOWEDIP_A_IPADDR (line 4254) | WGALLOWEDIP_A_IPADDR = 0x2 constant WGALLOWEDIP_A_CIDR_MASK (line 4255) | WGALLOWEDIP_A_CIDR_MASK = 0x3 constant NL_ATTR_TYPE_INVALID (line 4259) | NL_ATTR_TYPE_INVALID = 0x0 constant NL_ATTR_TYPE_FLAG (line 4260) | NL_ATTR_TYPE_FLAG = 0x1 constant NL_ATTR_TYPE_U8 (line 4261) | NL_ATTR_TYPE_U8 = 0x2 constant NL_ATTR_TYPE_U16 (line 4262) | NL_ATTR_TYPE_U16 = 0x3 constant NL_ATTR_TYPE_U32 (line 4263) | NL_ATTR_TYPE_U32 = 0x4 constant NL_ATTR_TYPE_U64 (line 4264) | NL_ATTR_TYPE_U64 = 0x5 constant NL_ATTR_TYPE_S8 (line 4265) | NL_ATTR_TYPE_S8 = 0x6 constant NL_ATTR_TYPE_S16 (line 4266) | NL_ATTR_TYPE_S16 = 0x7 constant NL_ATTR_TYPE_S32 (line 4267) | NL_ATTR_TYPE_S32 = 0x8 constant NL_ATTR_TYPE_S64 (line 4268) | NL_ATTR_TYPE_S64 = 0x9 constant NL_ATTR_TYPE_BINARY (line 4269) | NL_ATTR_TYPE_BINARY = 0xa constant NL_ATTR_TYPE_STRING (line 4270) | NL_ATTR_TYPE_STRING = 0xb constant NL_ATTR_TYPE_NUL_STRING (line 4271) | NL_ATTR_TYPE_NUL_STRING = 0xc constant NL_ATTR_TYPE_NESTED (line 4272) | NL_ATTR_TYPE_NESTED = 0xd constant NL_ATTR_TYPE_NESTED_ARRAY (line 4273) | NL_ATTR_TYPE_NESTED_ARRAY = 0xe constant NL_ATTR_TYPE_BITFIELD32 (line 4274) | NL_ATTR_TYPE_BITFIELD32 = 0xf constant NL_POLICY_TYPE_ATTR_UNSPEC (line 4276) | NL_POLICY_TYPE_ATTR_UNSPEC = 0x0 constant NL_POLICY_TYPE_ATTR_TYPE (line 4277) | NL_POLICY_TYPE_ATTR_TYPE = 0x1 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_S (line 4278) | NL_POLICY_TYPE_ATTR_MIN_VALUE_S = 0x2 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_S (line 4279) | NL_POLICY_TYPE_ATTR_MAX_VALUE_S = 0x3 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_U (line 4280) | NL_POLICY_TYPE_ATTR_MIN_VALUE_U = 0x4 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_U (line 4281) | NL_POLICY_TYPE_ATTR_MAX_VALUE_U = 0x5 constant NL_POLICY_TYPE_ATTR_MIN_LENGTH (line 4282) | NL_POLICY_TYPE_ATTR_MIN_LENGTH = 0x6 constant NL_POLICY_TYPE_ATTR_MAX_LENGTH (line 4283) | NL_POLICY_TYPE_ATTR_MAX_LENGTH = 0x7 constant NL_POLICY_TYPE_ATTR_POLICY_IDX (line 4284) | NL_POLICY_TYPE_ATTR_POLICY_IDX = 0x8 constant NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE (line 4285) | NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE = 0x9 constant NL_POLICY_TYPE_ATTR_BITFIELD32_MASK (line 4286) | NL_POLICY_TYPE_ATTR_BITFIELD32_MASK = 0xa constant NL_POLICY_TYPE_ATTR_PAD (line 4287) | NL_POLICY_TYPE_ATTR_PAD = 0xb constant NL_POLICY_TYPE_ATTR_MASK (line 4288) | NL_POLICY_TYPE_ATTR_MASK = 0xc constant NL_POLICY_TYPE_ATTR_MAX (line 4289) | NL_POLICY_TYPE_ATTR_MAX = 0xc type CANBitTiming (line 4292) | type CANBitTiming struct type CANBitTimingConst (line 4303) | type CANBitTimingConst struct type CANClock (line 4315) | type CANClock struct type CANBusErrorCounters (line 4319) | type CANBusErrorCounters struct type CANCtrlMode (line 4324) | type CANCtrlMode struct type CANDeviceStats (line 4329) | type CANDeviceStats struct constant CAN_STATE_ERROR_ACTIVE (line 4339) | CAN_STATE_ERROR_ACTIVE = 0x0 constant CAN_STATE_ERROR_WARNING (line 4340) | CAN_STATE_ERROR_WARNING = 0x1 constant CAN_STATE_ERROR_PASSIVE (line 4341) | CAN_STATE_ERROR_PASSIVE = 0x2 constant CAN_STATE_BUS_OFF (line 4342) | CAN_STATE_BUS_OFF = 0x3 constant CAN_STATE_STOPPED (line 4343) | CAN_STATE_STOPPED = 0x4 constant CAN_STATE_SLEEPING (line 4344) | CAN_STATE_SLEEPING = 0x5 constant CAN_STATE_MAX (line 4345) | CAN_STATE_MAX = 0x6 constant IFLA_CAN_UNSPEC (line 4349) | IFLA_CAN_UNSPEC = 0x0 constant IFLA_CAN_BITTIMING (line 4350) | IFLA_CAN_BITTIMING = 0x1 constant IFLA_CAN_BITTIMING_CONST (line 4351) | IFLA_CAN_BITTIMING_CONST = 0x2 constant IFLA_CAN_CLOCK (line 4352) | IFLA_CAN_CLOCK = 0x3 constant IFLA_CAN_STATE (line 4353) | IFLA_CAN_STATE = 0x4 constant IFLA_CAN_CTRLMODE (line 4354) | IFLA_CAN_CTRLMODE = 0x5 constant IFLA_CAN_RESTART_MS (line 4355) | IFLA_CAN_RESTART_MS = 0x6 constant IFLA_CAN_RESTART (line 4356) | IFLA_CAN_RESTART = 0x7 constant IFLA_CAN_BERR_COUNTER (line 4357) | IFLA_CAN_BERR_COUNTER = 0x8 constant IFLA_CAN_DATA_BITTIMING (line 4358) | IFLA_CAN_DATA_BITTIMING = 0x9 constant IFLA_CAN_DATA_BITTIMING_CONST (line 4359) | IFLA_CAN_DATA_BITTIMING_CONST = 0xa constant IFLA_CAN_TERMINATION (line 4360) | IFLA_CAN_TERMINATION = 0xb constant IFLA_CAN_TERMINATION_CONST (line 4361) | IFLA_CAN_TERMINATION_CONST = 0xc constant IFLA_CAN_BITRATE_CONST (line 4362) | IFLA_CAN_BITRATE_CONST = 0xd constant IFLA_CAN_DATA_BITRATE_CONST (line 4363) | IFLA_CAN_DATA_BITRATE_CONST = 0xe constant IFLA_CAN_BITRATE_MAX (line 4364) | IFLA_CAN_BITRATE_MAX = 0xf type KCMAttach (line 4367) | type KCMAttach struct type KCMUnattach (line 4372) | type KCMUnattach struct type KCMClone (line 4376) | type KCMClone struct constant NL80211_AC_BE (line 4381) | NL80211_AC_BE = 0x2 constant NL80211_AC_BK (line 4382) | NL80211_AC_BK = 0x3 constant NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED (line 4383) | NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED = 0x0 constant NL80211_ACL_POLICY_DENY_UNLESS_LISTED (line 4384) | NL80211_ACL_POLICY_DENY_UNLESS_LISTED = 0x1 constant NL80211_AC_VI (line 4385) | NL80211_AC_VI = 0x1 constant NL80211_AC_VO (line 4386) | NL80211_AC_VO = 0x0 constant NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT (line 4387) | NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT = 0x1 constant NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT (line 4388) | NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT = 0x2 constant NL80211_AP_SME_SA_QUERY_OFFLOAD (line 4389) | NL80211_AP_SME_SA_QUERY_OFFLOAD = 0x1 constant NL80211_ATTR_4ADDR (line 4390) | NL80211_ATTR_4ADDR = 0x53 constant NL80211_ATTR_ACK (line 4391) | NL80211_ATTR_ACK = 0x5c constant NL80211_ATTR_ACK_SIGNAL (line 4392) | NL80211_ATTR_ACK_SIGNAL = 0x107 constant NL80211_ATTR_ACL_POLICY (line 4393) | NL80211_ATTR_ACL_POLICY = 0xa5 constant NL80211_ATTR_ADMITTED_TIME (line 4394) | NL80211_ATTR_ADMITTED_TIME = 0xd4 constant NL80211_ATTR_AIRTIME_WEIGHT (line 4395) | NL80211_ATTR_AIRTIME_WEIGHT = 0x112 constant NL80211_ATTR_AKM_SUITES (line 4396) | NL80211_ATTR_AKM_SUITES = 0x4c constant NL80211_ATTR_AP_ISOLATE (line 4397) | NL80211_ATTR_AP_ISOLATE = 0x60 constant NL80211_ATTR_AP_SETTINGS_FLAGS (line 4398) | NL80211_ATTR_AP_SETTINGS_FLAGS = 0x135 constant NL80211_ATTR_AUTH_DATA (line 4399) | NL80211_ATTR_AUTH_DATA = 0x9c constant NL80211_ATTR_AUTH_TYPE (line 4400) | NL80211_ATTR_AUTH_TYPE = 0x35 constant NL80211_ATTR_BANDS (line 4401) | NL80211_ATTR_BANDS = 0xef constant NL80211_ATTR_BEACON_HEAD (line 4402) | NL80211_ATTR_BEACON_HEAD = 0xe constant NL80211_ATTR_BEACON_INTERVAL (line 4403) | NL80211_ATTR_BEACON_INTERVAL = 0xc constant NL80211_ATTR_BEACON_TAIL (line 4404) | NL80211_ATTR_BEACON_TAIL = 0xf constant NL80211_ATTR_BG_SCAN_PERIOD (line 4405) | NL80211_ATTR_BG_SCAN_PERIOD = 0x98 constant NL80211_ATTR_BSS_BASIC_RATES (line 4406) | NL80211_ATTR_BSS_BASIC_RATES = 0x24 constant NL80211_ATTR_BSS (line 4407) | NL80211_ATTR_BSS = 0x2f constant NL80211_ATTR_BSS_CTS_PROT (line 4408) | NL80211_ATTR_BSS_CTS_PROT = 0x1c constant NL80211_ATTR_BSS_HT_OPMODE (line 4409) | NL80211_ATTR_BSS_HT_OPMODE = 0x6d constant NL80211_ATTR_BSSID (line 4410) | NL80211_ATTR_BSSID = 0xf5 constant NL80211_ATTR_BSS_SELECT (line 4411) | NL80211_ATTR_BSS_SELECT = 0xe3 constant NL80211_ATTR_BSS_SHORT_PREAMBLE (line 4412) | NL80211_ATTR_BSS_SHORT_PREAMBLE = 0x1d constant NL80211_ATTR_BSS_SHORT_SLOT_TIME (line 4413) | NL80211_ATTR_BSS_SHORT_SLOT_TIME = 0x1e constant NL80211_ATTR_CENTER_FREQ1 (line 4414) | NL80211_ATTR_CENTER_FREQ1 = 0xa0 constant NL80211_ATTR_CENTER_FREQ1_OFFSET (line 4415) | NL80211_ATTR_CENTER_FREQ1_OFFSET = 0x123 constant NL80211_ATTR_CENTER_FREQ2 (line 4416) | NL80211_ATTR_CENTER_FREQ2 = 0xa1 constant NL80211_ATTR_CHANNEL_WIDTH (line 4417) | NL80211_ATTR_CHANNEL_WIDTH = 0x9f constant NL80211_ATTR_CH_SWITCH_BLOCK_TX (line 4418) | NL80211_ATTR_CH_SWITCH_BLOCK_TX = 0xb8 constant NL80211_ATTR_CH_SWITCH_COUNT (line 4419) | NL80211_ATTR_CH_SWITCH_COUNT = 0xb7 constant NL80211_ATTR_CIPHER_SUITE_GROUP (line 4420) | NL80211_ATTR_CIPHER_SUITE_GROUP = 0x4a constant NL80211_ATTR_CIPHER_SUITES (line 4421) | NL80211_ATTR_CIPHER_SUITES = 0x39 constant NL80211_ATTR_CIPHER_SUITES_PAIRWISE (line 4422) | NL80211_ATTR_CIPHER_SUITES_PAIRWISE = 0x49 constant NL80211_ATTR_CNTDWN_OFFS_BEACON (line 4423) | NL80211_ATTR_CNTDWN_OFFS_BEACON = 0xba constant NL80211_ATTR_CNTDWN_OFFS_PRESP (line 4424) | NL80211_ATTR_CNTDWN_OFFS_PRESP = 0xbb constant NL80211_ATTR_COALESCE_RULE (line 4425) | NL80211_ATTR_COALESCE_RULE = 0xb6 constant NL80211_ATTR_COALESCE_RULE_CONDITION (line 4426) | NL80211_ATTR_COALESCE_RULE_CONDITION = 0x2 constant NL80211_ATTR_COALESCE_RULE_DELAY (line 4427) | NL80211_ATTR_COALESCE_RULE_DELAY = 0x1 constant NL80211_ATTR_COALESCE_RULE_MAX (line 4428) | NL80211_ATTR_COALESCE_RULE_MAX = 0x3 constant NL80211_ATTR_COALESCE_RULE_PKT_PATTERN (line 4429) | NL80211_ATTR_COALESCE_RULE_PKT_PATTERN = 0x3 constant NL80211_ATTR_COLOR_CHANGE_COLOR (line 4430) | NL80211_ATTR_COLOR_CHANGE_COLOR = 0x130 constant NL80211_ATTR_COLOR_CHANGE_COUNT (line 4431) | NL80211_ATTR_COLOR_CHANGE_COUNT = 0x12f constant NL80211_ATTR_COLOR_CHANGE_ELEMS (line 4432) | NL80211_ATTR_COLOR_CHANGE_ELEMS = 0x131 constant NL80211_ATTR_CONN_FAILED_REASON (line 4433) | NL80211_ATTR_CONN_FAILED_REASON = 0x9b constant NL80211_ATTR_CONTROL_PORT (line 4434) | NL80211_ATTR_CONTROL_PORT = 0x44 constant NL80211_ATTR_CONTROL_PORT_ETHERTYPE (line 4435) | NL80211_ATTR_CONTROL_PORT_ETHERTYPE = 0x66 constant NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT (line 4436) | NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT = 0x67 constant NL80211_ATTR_CONTROL_PORT_NO_PREAUTH (line 4437) | NL80211_ATTR_CONTROL_PORT_NO_PREAUTH = 0x11e constant NL80211_ATTR_CONTROL_PORT_OVER_NL80211 (line 4438) | NL80211_ATTR_CONTROL_PORT_OVER_NL80211 = 0x108 constant NL80211_ATTR_COOKIE (line 4439) | NL80211_ATTR_COOKIE = 0x58 constant NL80211_ATTR_CQM_BEACON_LOSS_EVENT (line 4440) | NL80211_ATTR_CQM_BEACON_LOSS_EVENT = 0x8 constant NL80211_ATTR_CQM (line 4441) | NL80211_ATTR_CQM = 0x5e constant NL80211_ATTR_CQM_MAX (line 4442) | NL80211_ATTR_CQM_MAX = 0x9 constant NL80211_ATTR_CQM_PKT_LOSS_EVENT (line 4443) | NL80211_ATTR_CQM_PKT_LOSS_EVENT = 0x4 constant NL80211_ATTR_CQM_RSSI_HYST (line 4444) | NL80211_ATTR_CQM_RSSI_HYST = 0x2 constant NL80211_ATTR_CQM_RSSI_LEVEL (line 4445) | NL80211_ATTR_CQM_RSSI_LEVEL = 0x9 constant NL80211_ATTR_CQM_RSSI_THOLD (line 4446) | NL80211_ATTR_CQM_RSSI_THOLD = 0x1 constant NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT (line 4447) | NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT = 0x3 constant NL80211_ATTR_CQM_TXE_INTVL (line 4448) | NL80211_ATTR_CQM_TXE_INTVL = 0x7 constant NL80211_ATTR_CQM_TXE_PKTS (line 4449) | NL80211_ATTR_CQM_TXE_PKTS = 0x6 constant NL80211_ATTR_CQM_TXE_RATE (line 4450) | NL80211_ATTR_CQM_TXE_RATE = 0x5 constant NL80211_ATTR_CRIT_PROT_ID (line 4451) | NL80211_ATTR_CRIT_PROT_ID = 0xb3 constant NL80211_ATTR_CSA_C_OFF_BEACON (line 4452) | NL80211_ATTR_CSA_C_OFF_BEACON = 0xba constant NL80211_ATTR_CSA_C_OFF_PRESP (line 4453) | NL80211_ATTR_CSA_C_OFF_PRESP = 0xbb constant NL80211_ATTR_CSA_C_OFFSETS_TX (line 4454) | NL80211_ATTR_CSA_C_OFFSETS_TX = 0xcd constant NL80211_ATTR_CSA_IES (line 4455) | NL80211_ATTR_CSA_IES = 0xb9 constant NL80211_ATTR_DEVICE_AP_SME (line 4456) | NL80211_ATTR_DEVICE_AP_SME = 0x8d constant NL80211_ATTR_DFS_CAC_TIME (line 4457) | NL80211_ATTR_DFS_CAC_TIME = 0x7 constant NL80211_ATTR_DFS_REGION (line 4458) | NL80211_ATTR_DFS_REGION = 0x92 constant NL80211_ATTR_DISABLE_EHT (line 4459) | NL80211_ATTR_DISABLE_EHT = 0x137 constant NL80211_ATTR_DISABLE_HE (line 4460) | NL80211_ATTR_DISABLE_HE = 0x12d constant NL80211_ATTR_DISABLE_HT (line 4461) | NL80211_ATTR_DISABLE_HT = 0x93 constant NL80211_ATTR_DISABLE_VHT (line 4462) | NL80211_ATTR_DISABLE_VHT = 0xaf constant NL80211_ATTR_DISCONNECTED_BY_AP (line 4463) | NL80211_ATTR_DISCONNECTED_BY_AP = 0x47 constant NL80211_ATTR_DONT_WAIT_FOR_ACK (line 4464) | NL80211_ATTR_DONT_WAIT_FOR_ACK = 0x8e constant NL80211_ATTR_DTIM_PERIOD (line 4465) | NL80211_ATTR_DTIM_PERIOD = 0xd constant NL80211_ATTR_DURATION (line 4466) | NL80211_ATTR_DURATION = 0x57 constant NL80211_ATTR_EHT_CAPABILITY (line 4467) | NL80211_ATTR_EHT_CAPABILITY = 0x136 constant NL80211_ATTR_EML_CAPABILITY (line 4468) | NL80211_ATTR_EML_CAPABILITY = 0x13d constant NL80211_ATTR_EXT_CAPA (line 4469) | NL80211_ATTR_EXT_CAPA = 0xa9 constant NL80211_ATTR_EXT_CAPA_MASK (line 4470) | NL80211_ATTR_EXT_CAPA_MASK = 0xaa constant NL80211_ATTR_EXTERNAL_AUTH_ACTION (line 4471) | NL80211_ATTR_EXTERNAL_AUTH_ACTION = 0x104 constant NL80211_ATTR_EXTERNAL_AUTH_SUPPORT (line 4472) | NL80211_ATTR_EXTERNAL_AUTH_SUPPORT = 0x105 constant NL80211_ATTR_EXT_FEATURES (line 4473) | NL80211_ATTR_EXT_FEATURES = 0xd9 constant NL80211_ATTR_FEATURE_FLAGS (line 4474) | NL80211_ATTR_FEATURE_FLAGS = 0x8f constant NL80211_ATTR_FILS_CACHE_ID (line 4475) | NL80211_ATTR_FILS_CACHE_ID = 0xfd constant NL80211_ATTR_FILS_DISCOVERY (line 4476) | NL80211_ATTR_FILS_DISCOVERY = 0x126 constant NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM (line 4477) | NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM = 0xfb constant NL80211_ATTR_FILS_ERP_REALM (line 4478) | NL80211_ATTR_FILS_ERP_REALM = 0xfa constant NL80211_ATTR_FILS_ERP_RRK (line 4479) | NL80211_ATTR_FILS_ERP_RRK = 0xfc constant NL80211_ATTR_FILS_ERP_USERNAME (line 4480) | NL80211_ATTR_FILS_ERP_USERNAME = 0xf9 constant NL80211_ATTR_FILS_KEK (line 4481) | NL80211_ATTR_FILS_KEK = 0xf2 constant NL80211_ATTR_FILS_NONCES (line 4482) | NL80211_ATTR_FILS_NONCES = 0xf3 constant NL80211_ATTR_FRAME (line 4483) | NL80211_ATTR_FRAME = 0x33 constant NL80211_ATTR_FRAME_MATCH (line 4484) | NL80211_ATTR_FRAME_MATCH = 0x5b constant NL80211_ATTR_FRAME_TYPE (line 4485) | NL80211_ATTR_FRAME_TYPE = 0x65 constant NL80211_ATTR_FREQ_AFTER (line 4486) | NL80211_ATTR_FREQ_AFTER = 0x3b constant NL80211_ATTR_FREQ_BEFORE (line 4487) | NL80211_ATTR_FREQ_BEFORE = 0x3a constant NL80211_ATTR_FREQ_FIXED (line 4488) | NL80211_ATTR_FREQ_FIXED = 0x3c constant NL80211_ATTR_FREQ_RANGE_END (line 4489) | NL80211_ATTR_FREQ_RANGE_END = 0x3 constant NL80211_ATTR_FREQ_RANGE_MAX_BW (line 4490) | NL80211_ATTR_FREQ_RANGE_MAX_BW = 0x4 constant NL80211_ATTR_FREQ_RANGE_START (line 4491) | NL80211_ATTR_FREQ_RANGE_START = 0x2 constant NL80211_ATTR_FTM_RESPONDER (line 4492) | NL80211_ATTR_FTM_RESPONDER = 0x10e constant NL80211_ATTR_FTM_RESPONDER_STATS (line 4493) | NL80211_ATTR_FTM_RESPONDER_STATS = 0x10f constant NL80211_ATTR_GENERATION (line 4494) | NL80211_ATTR_GENERATION = 0x2e constant NL80211_ATTR_HANDLE_DFS (line 4495) | NL80211_ATTR_HANDLE_DFS = 0xbf constant NL80211_ATTR_HE_6GHZ_CAPABILITY (line 4496) | NL80211_ATTR_HE_6GHZ_CAPABILITY = 0x125 constant NL80211_ATTR_HE_BSS_COLOR (line 4497) | NL80211_ATTR_HE_BSS_COLOR = 0x11b constant NL80211_ATTR_HE_CAPABILITY (line 4498) | NL80211_ATTR_HE_CAPABILITY = 0x10d constant NL80211_ATTR_HE_OBSS_PD (line 4499) | NL80211_ATTR_HE_OBSS_PD = 0x117 constant NL80211_ATTR_HIDDEN_SSID (line 4500) | NL80211_ATTR_HIDDEN_SSID = 0x7e constant NL80211_ATTR_HT_CAPABILITY (line 4501) | NL80211_ATTR_HT_CAPABILITY = 0x1f constant NL80211_ATTR_HT_CAPABILITY_MASK (line 4502) | NL80211_ATTR_HT_CAPABILITY_MASK = 0x94 constant NL80211_ATTR_IE_ASSOC_RESP (line 4503) | NL80211_ATTR_IE_ASSOC_RESP = 0x80 constant NL80211_ATTR_IE (line 4504) | NL80211_ATTR_IE = 0x2a constant NL80211_ATTR_IE_PROBE_RESP (line 4505) | NL80211_ATTR_IE_PROBE_RESP = 0x7f constant NL80211_ATTR_IE_RIC (line 4506) | NL80211_ATTR_IE_RIC = 0xb2 constant NL80211_ATTR_IFACE_SOCKET_OWNER (line 4507) | NL80211_ATTR_IFACE_SOCKET_OWNER = 0xcc constant NL80211_ATTR_IFINDEX (line 4508) | NL80211_ATTR_IFINDEX = 0x3 constant NL80211_ATTR_IFNAME (line 4509) | NL80211_ATTR_IFNAME = 0x4 constant NL80211_ATTR_IFTYPE_AKM_SUITES (line 4510) | NL80211_ATTR_IFTYPE_AKM_SUITES = 0x11c constant NL80211_ATTR_IFTYPE (line 4511) | NL80211_ATTR_IFTYPE = 0x5 constant NL80211_ATTR_IFTYPE_EXT_CAPA (line 4512) | NL80211_ATTR_IFTYPE_EXT_CAPA = 0xe6 constant NL80211_ATTR_INACTIVITY_TIMEOUT (line 4513) | NL80211_ATTR_INACTIVITY_TIMEOUT = 0x96 constant NL80211_ATTR_INTERFACE_COMBINATIONS (line 4514) | NL80211_ATTR_INTERFACE_COMBINATIONS = 0x78 constant NL80211_ATTR_KEY_CIPHER (line 4515) | NL80211_ATTR_KEY_CIPHER = 0x9 constant NL80211_ATTR_KEY (line 4516) | NL80211_ATTR_KEY = 0x50 constant NL80211_ATTR_KEY_DATA (line 4517) | NL80211_ATTR_KEY_DATA = 0x7 constant NL80211_ATTR_KEY_DEFAULT (line 4518) | NL80211_ATTR_KEY_DEFAULT = 0xb constant NL80211_ATTR_KEY_DEFAULT_MGMT (line 4519) | NL80211_ATTR_KEY_DEFAULT_MGMT = 0x28 constant NL80211_ATTR_KEY_DEFAULT_TYPES (line 4520) | NL80211_ATTR_KEY_DEFAULT_TYPES = 0x6e constant NL80211_ATTR_KEY_IDX (line 4521) | NL80211_ATTR_KEY_IDX = 0x8 constant NL80211_ATTR_KEYS (line 4522) | NL80211_ATTR_KEYS = 0x51 constant NL80211_ATTR_KEY_SEQ (line 4523) | NL80211_ATTR_KEY_SEQ = 0xa constant NL80211_ATTR_KEY_TYPE (line 4524) | NL80211_ATTR_KEY_TYPE = 0x37 constant NL80211_ATTR_LOCAL_MESH_POWER_MODE (line 4525) | NL80211_ATTR_LOCAL_MESH_POWER_MODE = 0xa4 constant NL80211_ATTR_LOCAL_STATE_CHANGE (line 4526) | NL80211_ATTR_LOCAL_STATE_CHANGE = 0x5f constant NL80211_ATTR_MAC_ACL_MAX (line 4527) | NL80211_ATTR_MAC_ACL_MAX = 0xa7 constant NL80211_ATTR_MAC_ADDRS (line 4528) | NL80211_ATTR_MAC_ADDRS = 0xa6 constant NL80211_ATTR_MAC (line 4529) | NL80211_ATTR_MAC = 0x6 constant NL80211_ATTR_MAC_HINT (line 4530) | NL80211_ATTR_MAC_HINT = 0xc8 constant NL80211_ATTR_MAC_MASK (line 4531) | NL80211_ATTR_MAC_MASK = 0xd7 constant NL80211_ATTR_MAX_AP_ASSOC_STA (line 4532) | NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca constant NL80211_ATTR_MAX (line 4533) | NL80211_ATTR_MAX = 0x146 constant NL80211_ATTR_MAX_CRIT_PROT_DURATION (line 4534) | NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 constant NL80211_ATTR_MAX_CSA_COUNTERS (line 4535) | NL80211_ATTR_MAX_CSA_COUNTERS = 0xce constant NL80211_ATTR_MAX_MATCH_SETS (line 4536) | NL80211_ATTR_MAX_MATCH_SETS = 0x85 constant NL80211_ATTR_MAX_NUM_AKM_SUITES (line 4537) | NL80211_ATTR_MAX_NUM_AKM_SUITES = 0x13c constant NL80211_ATTR_MAX_NUM_PMKIDS (line 4538) | NL80211_ATTR_MAX_NUM_PMKIDS = 0x56 constant NL80211_ATTR_MAX_NUM_SCAN_SSIDS (line 4539) | NL80211_ATTR_MAX_NUM_SCAN_SSIDS = 0x2b constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS (line 4540) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS = 0xde constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS (line 4541) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS = 0x7b constant NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION (line 4542) | NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION = 0x6f constant NL80211_ATTR_MAX_SCAN_IE_LEN (line 4543) | NL80211_ATTR_MAX_SCAN_IE_LEN = 0x38 constant NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL (line 4544) | NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL = 0xdf constant NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS (line 4545) | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS = 0xe0 constant NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN (line 4546) | NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN = 0x7c constant NL80211_ATTR_MBSSID_CONFIG (line 4547) | NL80211_ATTR_MBSSID_CONFIG = 0x132 constant NL80211_ATTR_MBSSID_ELEMS (line 4548) | NL80211_ATTR_MBSSID_ELEMS = 0x133 constant NL80211_ATTR_MCAST_RATE (line 4549) | NL80211_ATTR_MCAST_RATE = 0x6b constant NL80211_ATTR_MDID (line 4550) | NL80211_ATTR_MDID = 0xb1 constant NL80211_ATTR_MEASUREMENT_DURATION (line 4551) | NL80211_ATTR_MEASUREMENT_DURATION = 0xeb constant NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY (line 4552) | NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY = 0xec constant NL80211_ATTR_MESH_CONFIG (line 4553) | NL80211_ATTR_MESH_CONFIG = 0x23 constant NL80211_ATTR_MESH_ID (line 4554) | NL80211_ATTR_MESH_ID = 0x18 constant NL80211_ATTR_MESH_PEER_AID (line 4555) | NL80211_ATTR_MESH_PEER_AID = 0xed constant NL80211_ATTR_MESH_SETUP (line 4556) | NL80211_ATTR_MESH_SETUP = 0x70 constant NL80211_ATTR_MGMT_SUBTYPE (line 4557) | NL80211_ATTR_MGMT_SUBTYPE = 0x29 constant NL80211_ATTR_MLD_ADDR (line 4558) | NL80211_ATTR_MLD_ADDR = 0x13a constant NL80211_ATTR_MLD_CAPA_AND_OPS (line 4559) | NL80211_ATTR_MLD_CAPA_AND_OPS = 0x13e constant NL80211_ATTR_MLO_LINK_ID (line 4560) | NL80211_ATTR_MLO_LINK_ID = 0x139 constant NL80211_ATTR_MLO_LINKS (line 4561) | NL80211_ATTR_MLO_LINKS = 0x138 constant NL80211_ATTR_MLO_SUPPORT (line 4562) | NL80211_ATTR_MLO_SUPPORT = 0x13b constant NL80211_ATTR_MNTR_FLAGS (line 4563) | NL80211_ATTR_MNTR_FLAGS = 0x17 constant NL80211_ATTR_MPATH_INFO (line 4564) | NL80211_ATTR_MPATH_INFO = 0x1b constant NL80211_ATTR_MPATH_NEXT_HOP (line 4565) | NL80211_ATTR_MPATH_NEXT_HOP = 0x1a constant NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED (line 4566) | NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED = 0xf4 constant NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR (line 4567) | NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR = 0xe8 constant NL80211_ATTR_MU_MIMO_GROUP_DATA (line 4568) | NL80211_ATTR_MU_MIMO_GROUP_DATA = 0xe7 constant NL80211_ATTR_NAN_FUNC (line 4569) | NL80211_ATTR_NAN_FUNC = 0xf0 constant NL80211_ATTR_NAN_MASTER_PREF (line 4570) | NL80211_ATTR_NAN_MASTER_PREF = 0xee constant NL80211_ATTR_NAN_MATCH (line 4571) | NL80211_ATTR_NAN_MATCH = 0xf1 constant NL80211_ATTR_NETNS_FD (line 4572) | NL80211_ATTR_NETNS_FD = 0xdb constant NL80211_ATTR_NOACK_MAP (line 4573) | NL80211_ATTR_NOACK_MAP = 0x95 constant NL80211_ATTR_NSS (line 4574) | NL80211_ATTR_NSS = 0x106 constant NL80211_ATTR_OBSS_COLOR_BITMAP (line 4575) | NL80211_ATTR_OBSS_COLOR_BITMAP = 0x12e constant NL80211_ATTR_OFFCHANNEL_TX_OK (line 4576) | NL80211_ATTR_OFFCHANNEL_TX_OK = 0x6c constant NL80211_ATTR_OPER_CLASS (line 4577) | NL80211_ATTR_OPER_CLASS = 0xd6 constant NL80211_ATTR_OPMODE_NOTIF (line 4578) | NL80211_ATTR_OPMODE_NOTIF = 0xc2 constant NL80211_ATTR_P2P_CTWINDOW (line 4579) | NL80211_ATTR_P2P_CTWINDOW = 0xa2 constant NL80211_ATTR_P2P_OPPPS (line 4580) | NL80211_ATTR_P2P_OPPPS = 0xa3 constant NL80211_ATTR_PAD (line 4581) | NL80211_ATTR_PAD = 0xe5 constant NL80211_ATTR_PBSS (line 4582) | NL80211_ATTR_PBSS = 0xe2 constant NL80211_ATTR_PEER_AID (line 4583) | NL80211_ATTR_PEER_AID = 0xb5 constant NL80211_ATTR_PEER_MEASUREMENTS (line 4584) | NL80211_ATTR_PEER_MEASUREMENTS = 0x111 constant NL80211_ATTR_PID (line 4585) | NL80211_ATTR_PID = 0x52 constant NL80211_ATTR_PMK (line 4586) | NL80211_ATTR_PMK = 0xfe constant NL80211_ATTR_PMKID (line 4587) | NL80211_ATTR_PMKID = 0x55 constant NL80211_ATTR_PMK_LIFETIME (line 4588) | NL80211_ATTR_PMK_LIFETIME = 0x11f constant NL80211_ATTR_PMKR0_NAME (line 4589) | NL80211_ATTR_PMKR0_NAME = 0x102 constant NL80211_ATTR_PMK_REAUTH_THRESHOLD (line 4590) | NL80211_ATTR_PMK_REAUTH_THRESHOLD = 0x120 constant NL80211_ATTR_PMKSA_CANDIDATE (line 4591) | NL80211_ATTR_PMKSA_CANDIDATE = 0x86 constant NL80211_ATTR_PORT_AUTHORIZED (line 4592) | NL80211_ATTR_PORT_AUTHORIZED = 0x103 constant NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN (line 4593) | NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN = 0x5 constant NL80211_ATTR_POWER_RULE_MAX_EIRP (line 4594) | NL80211_ATTR_POWER_RULE_MAX_EIRP = 0x6 constant NL80211_ATTR_PREV_BSSID (line 4595) | NL80211_ATTR_PREV_BSSID = 0x4f constant NL80211_ATTR_PRIVACY (line 4596) | NL80211_ATTR_PRIVACY = 0x46 constant NL80211_ATTR_PROBE_RESP (line 4597) | NL80211_ATTR_PROBE_RESP = 0x91 constant NL80211_ATTR_PROBE_RESP_OFFLOAD (line 4598) | NL80211_ATTR_PROBE_RESP_OFFLOAD = 0x90 constant NL80211_ATTR_PROTOCOL_FEATURES (line 4599) | NL80211_ATTR_PROTOCOL_FEATURES = 0xad constant NL80211_ATTR_PS_STATE (line 4600) | NL80211_ATTR_PS_STATE = 0x5d constant NL80211_ATTR_QOS_MAP (line 4601) | NL80211_ATTR_QOS_MAP = 0xc7 constant NL80211_ATTR_RADAR_BACKGROUND (line 4602) | NL80211_ATTR_RADAR_BACKGROUND = 0x134 constant NL80211_ATTR_RADAR_EVENT (line 4603) | NL80211_ATTR_RADAR_EVENT = 0xa8 constant NL80211_ATTR_REASON_CODE (line 4604) | NL80211_ATTR_REASON_CODE = 0x36 constant NL80211_ATTR_RECEIVE_MULTICAST (line 4605) | NL80211_ATTR_RECEIVE_MULTICAST = 0x121 constant NL80211_ATTR_RECONNECT_REQUESTED (line 4606) | NL80211_ATTR_RECONNECT_REQUESTED = 0x12b constant NL80211_ATTR_REG_ALPHA2 (line 4607) | NL80211_ATTR_REG_ALPHA2 = 0x21 constant NL80211_ATTR_REG_INDOOR (line 4608) | NL80211_ATTR_REG_INDOOR = 0xdd constant NL80211_ATTR_REG_INITIATOR (line 4609) | NL80211_ATTR_REG_INITIATOR = 0x30 constant NL80211_ATTR_REG_RULE_FLAGS (line 4610) | NL80211_ATTR_REG_RULE_FLAGS = 0x1 constant NL80211_ATTR_REG_RULES (line 4611) | NL80211_ATTR_REG_RULES = 0x22 constant NL80211_ATTR_REG_TYPE (line 4612) | NL80211_ATTR_REG_TYPE = 0x31 constant NL80211_ATTR_REKEY_DATA (line 4613) | NL80211_ATTR_REKEY_DATA = 0x7a constant NL80211_ATTR_REQ_IE (line 4614) | NL80211_ATTR_REQ_IE = 0x4d constant NL80211_ATTR_RESP_IE (line 4615) | NL80211_ATTR_RESP_IE = 0x4e constant NL80211_ATTR_ROAM_SUPPORT (line 4616) | NL80211_ATTR_ROAM_SUPPORT = 0x83 constant NL80211_ATTR_RX_FRAME_TYPES (line 4617) | NL80211_ATTR_RX_FRAME_TYPES = 0x64 constant NL80211_ATTR_RX_HW_TIMESTAMP (line 4618) | NL80211_ATTR_RX_HW_TIMESTAMP = 0x140 constant NL80211_ATTR_RXMGMT_FLAGS (line 4619) | NL80211_ATTR_RXMGMT_FLAGS = 0xbc constant NL80211_ATTR_RX_SIGNAL_DBM (line 4620) | NL80211_ATTR_RX_SIGNAL_DBM = 0x97 constant NL80211_ATTR_S1G_CAPABILITY (line 4621) | NL80211_ATTR_S1G_CAPABILITY = 0x128 constant NL80211_ATTR_S1G_CAPABILITY_MASK (line 4622) | NL80211_ATTR_S1G_CAPABILITY_MASK = 0x129 constant NL80211_ATTR_SAE_DATA (line 4623) | NL80211_ATTR_SAE_DATA = 0x9c constant NL80211_ATTR_SAE_PASSWORD (line 4624) | NL80211_ATTR_SAE_PASSWORD = 0x115 constant NL80211_ATTR_SAE_PWE (line 4625) | NL80211_ATTR_SAE_PWE = 0x12a constant NL80211_ATTR_SAR_SPEC (line 4626) | NL80211_ATTR_SAR_SPEC = 0x12c constant NL80211_ATTR_SCAN_FLAGS (line 4627) | NL80211_ATTR_SCAN_FLAGS = 0x9e constant NL80211_ATTR_SCAN_FREQ_KHZ (line 4628) | NL80211_ATTR_SCAN_FREQ_KHZ = 0x124 constant NL80211_ATTR_SCAN_FREQUENCIES (line 4629) | NL80211_ATTR_SCAN_FREQUENCIES = 0x2c constant NL80211_ATTR_SCAN_GENERATION (line 4630) | NL80211_ATTR_SCAN_GENERATION = 0x2e constant NL80211_ATTR_SCAN_SSIDS (line 4631) | NL80211_ATTR_SCAN_SSIDS = 0x2d constant NL80211_ATTR_SCAN_START_TIME_TSF_BSSID (line 4632) | NL80211_ATTR_SCAN_START_TIME_TSF_BSSID = 0xea constant NL80211_ATTR_SCAN_START_TIME_TSF (line 4633) | NL80211_ATTR_SCAN_START_TIME_TSF = 0xe9 constant NL80211_ATTR_SCAN_SUPP_RATES (line 4634) | NL80211_ATTR_SCAN_SUPP_RATES = 0x7d constant NL80211_ATTR_SCHED_SCAN_DELAY (line 4635) | NL80211_ATTR_SCHED_SCAN_DELAY = 0xdc constant NL80211_ATTR_SCHED_SCAN_INTERVAL (line 4636) | NL80211_ATTR_SCHED_SCAN_INTERVAL = 0x77 constant NL80211_ATTR_SCHED_SCAN_MATCH (line 4637) | NL80211_ATTR_SCHED_SCAN_MATCH = 0x84 constant NL80211_ATTR_SCHED_SCAN_MATCH_SSID (line 4638) | NL80211_ATTR_SCHED_SCAN_MATCH_SSID = 0x1 constant NL80211_ATTR_SCHED_SCAN_MAX_REQS (line 4639) | NL80211_ATTR_SCHED_SCAN_MAX_REQS = 0x100 constant NL80211_ATTR_SCHED_SCAN_MULTI (line 4640) | NL80211_ATTR_SCHED_SCAN_MULTI = 0xff constant NL80211_ATTR_SCHED_SCAN_PLANS (line 4641) | NL80211_ATTR_SCHED_SCAN_PLANS = 0xe1 constant NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI (line 4642) | NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI = 0xf6 constant NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST (line 4643) | NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST = 0xf7 constant NL80211_ATTR_SMPS_MODE (line 4644) | NL80211_ATTR_SMPS_MODE = 0xd5 constant NL80211_ATTR_SOCKET_OWNER (line 4645) | NL80211_ATTR_SOCKET_OWNER = 0xcc constant NL80211_ATTR_SOFTWARE_IFTYPES (line 4646) | NL80211_ATTR_SOFTWARE_IFTYPES = 0x79 constant NL80211_ATTR_SPLIT_WIPHY_DUMP (line 4647) | NL80211_ATTR_SPLIT_WIPHY_DUMP = 0xae constant NL80211_ATTR_SSID (line 4648) | NL80211_ATTR_SSID = 0x34 constant NL80211_ATTR_STA_AID (line 4649) | NL80211_ATTR_STA_AID = 0x10 constant NL80211_ATTR_STA_CAPABILITY (line 4650) | NL80211_ATTR_STA_CAPABILITY = 0xab constant NL80211_ATTR_STA_EXT_CAPABILITY (line 4651) | NL80211_ATTR_STA_EXT_CAPABILITY = 0xac constant NL80211_ATTR_STA_FLAGS2 (line 4652) | NL80211_ATTR_STA_FLAGS2 = 0x43 constant NL80211_ATTR_STA_FLAGS (line 4653) | NL80211_ATTR_STA_FLAGS = 0x11 constant NL80211_ATTR_STA_INFO (line 4654) | NL80211_ATTR_STA_INFO = 0x15 constant NL80211_ATTR_STA_LISTEN_INTERVAL (line 4655) | NL80211_ATTR_STA_LISTEN_INTERVAL = 0x12 constant NL80211_ATTR_STA_PLINK_ACTION (line 4656) | NL80211_ATTR_STA_PLINK_ACTION = 0x19 constant NL80211_ATTR_STA_PLINK_STATE (line 4657) | NL80211_ATTR_STA_PLINK_STATE = 0x74 constant NL80211_ATTR_STA_SUPPORTED_CHANNELS (line 4658) | NL80211_ATTR_STA_SUPPORTED_CHANNELS = 0xbd constant NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES (line 4659) | NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES = 0xbe constant NL80211_ATTR_STA_SUPPORTED_RATES (line 4660) | NL80211_ATTR_STA_SUPPORTED_RATES = 0x13 constant NL80211_ATTR_STA_SUPPORT_P2P_PS (line 4661) | NL80211_ATTR_STA_SUPPORT_P2P_PS = 0xe4 constant NL80211_ATTR_STATUS_CODE (line 4662) | NL80211_ATTR_STATUS_CODE = 0x48 constant NL80211_ATTR_STA_TX_POWER (line 4663) | NL80211_ATTR_STA_TX_POWER = 0x114 constant NL80211_ATTR_STA_TX_POWER_SETTING (line 4664) | NL80211_ATTR_STA_TX_POWER_SETTING = 0x113 constant NL80211_ATTR_STA_VLAN (line 4665) | NL80211_ATTR_STA_VLAN = 0x14 constant NL80211_ATTR_STA_WME (line 4666) | NL80211_ATTR_STA_WME = 0x81 constant NL80211_ATTR_SUPPORT_10_MHZ (line 4667) | NL80211_ATTR_SUPPORT_10_MHZ = 0xc1 constant NL80211_ATTR_SUPPORT_5_MHZ (line 4668) | NL80211_ATTR_SUPPORT_5_MHZ = 0xc0 constant NL80211_ATTR_SUPPORT_AP_UAPSD (line 4669) | NL80211_ATTR_SUPPORT_AP_UAPSD = 0x82 constant NL80211_ATTR_SUPPORTED_COMMANDS (line 4670) | NL80211_ATTR_SUPPORTED_COMMANDS = 0x32 constant NL80211_ATTR_SUPPORTED_IFTYPES (line 4671) | NL80211_ATTR_SUPPORTED_IFTYPES = 0x20 constant NL80211_ATTR_SUPPORT_IBSS_RSN (line 4672) | NL80211_ATTR_SUPPORT_IBSS_RSN = 0x68 constant NL80211_ATTR_SUPPORT_MESH_AUTH (line 4673) | NL80211_ATTR_SUPPORT_MESH_AUTH = 0x73 constant NL80211_ATTR_SURVEY_INFO (line 4674) | NL80211_ATTR_SURVEY_INFO = 0x54 constant NL80211_ATTR_SURVEY_RADIO_STATS (line 4675) | NL80211_ATTR_SURVEY_RADIO_STATS = 0xda constant NL80211_ATTR_TD_BITMAP (line 4676) | NL80211_ATTR_TD_BITMAP = 0x141 constant NL80211_ATTR_TDLS_ACTION (line 4677) | NL80211_ATTR_TDLS_ACTION = 0x88 constant NL80211_ATTR_TDLS_DIALOG_TOKEN (line 4678) | NL80211_ATTR_TDLS_DIALOG_TOKEN = 0x89 constant NL80211_ATTR_TDLS_EXTERNAL_SETUP (line 4679) | NL80211_ATTR_TDLS_EXTERNAL_SETUP = 0x8c constant NL80211_ATTR_TDLS_INITIATOR (line 4680) | NL80211_ATTR_TDLS_INITIATOR = 0xcf constant NL80211_ATTR_TDLS_OPERATION (line 4681) | NL80211_ATTR_TDLS_OPERATION = 0x8a constant NL80211_ATTR_TDLS_PEER_CAPABILITY (line 4682) | NL80211_ATTR_TDLS_PEER_CAPABILITY = 0xcb constant NL80211_ATTR_TDLS_SUPPORT (line 4683) | NL80211_ATTR_TDLS_SUPPORT = 0x8b constant NL80211_ATTR_TESTDATA (line 4684) | NL80211_ATTR_TESTDATA = 0x45 constant NL80211_ATTR_TID_CONFIG (line 4685) | NL80211_ATTR_TID_CONFIG = 0x11d constant NL80211_ATTR_TIMED_OUT (line 4686) | NL80211_ATTR_TIMED_OUT = 0x41 constant NL80211_ATTR_TIMEOUT (line 4687) | NL80211_ATTR_TIMEOUT = 0x110 constant NL80211_ATTR_TIMEOUT_REASON (line 4688) | NL80211_ATTR_TIMEOUT_REASON = 0xf8 constant NL80211_ATTR_TSID (line 4689) | NL80211_ATTR_TSID = 0xd2 constant NL80211_ATTR_TWT_RESPONDER (line 4690) | NL80211_ATTR_TWT_RESPONDER = 0x116 constant NL80211_ATTR_TX_FRAME_TYPES (line 4691) | NL80211_ATTR_TX_FRAME_TYPES = 0x63 constant NL80211_ATTR_TX_HW_TIMESTAMP (line 4692) | NL80211_ATTR_TX_HW_TIMESTAMP = 0x13f constant NL80211_ATTR_TX_NO_CCK_RATE (line 4693) | NL80211_ATTR_TX_NO_CCK_RATE = 0x87 constant NL80211_ATTR_TXQ_LIMIT (line 4694) | NL80211_ATTR_TXQ_LIMIT = 0x10a constant NL80211_ATTR_TXQ_MEMORY_LIMIT (line 4695) | NL80211_ATTR_TXQ_MEMORY_LIMIT = 0x10b constant NL80211_ATTR_TXQ_QUANTUM (line 4696) | NL80211_ATTR_TXQ_QUANTUM = 0x10c constant NL80211_ATTR_TXQ_STATS (line 4697) | NL80211_ATTR_TXQ_STATS = 0x109 constant NL80211_ATTR_TX_RATES (line 4698) | NL80211_ATTR_TX_RATES = 0x5a constant NL80211_ATTR_UNSOL_BCAST_PROBE_RESP (line 4699) | NL80211_ATTR_UNSOL_BCAST_PROBE_RESP = 0x127 constant NL80211_ATTR_UNSPEC (line 4700) | NL80211_ATTR_UNSPEC = 0x0 constant NL80211_ATTR_USE_MFP (line 4701) | NL80211_ATTR_USE_MFP = 0x42 constant NL80211_ATTR_USER_PRIO (line 4702) | NL80211_ATTR_USER_PRIO = 0xd3 constant NL80211_ATTR_USER_REG_HINT_TYPE (line 4703) | NL80211_ATTR_USER_REG_HINT_TYPE = 0x9a constant NL80211_ATTR_USE_RRM (line 4704) | NL80211_ATTR_USE_RRM = 0xd0 constant NL80211_ATTR_VENDOR_DATA (line 4705) | NL80211_ATTR_VENDOR_DATA = 0xc5 constant NL80211_ATTR_VENDOR_EVENTS (line 4706) | NL80211_ATTR_VENDOR_EVENTS = 0xc6 constant NL80211_ATTR_VENDOR_ID (line 4707) | NL80211_ATTR_VENDOR_ID = 0xc3 constant NL80211_ATTR_VENDOR_SUBCMD (line 4708) | NL80211_ATTR_VENDOR_SUBCMD = 0xc4 constant NL80211_ATTR_VHT_CAPABILITY (line 4709) | NL80211_ATTR_VHT_CAPABILITY = 0x9d constant NL80211_ATTR_VHT_CAPABILITY_MASK (line 4710) | NL80211_ATTR_VHT_CAPABILITY_MASK = 0xb0 constant NL80211_ATTR_VLAN_ID (line 4711) | NL80211_ATTR_VLAN_ID = 0x11a constant NL80211_ATTR_WANT_1X_4WAY_HS (line 4712) | NL80211_ATTR_WANT_1X_4WAY_HS = 0x101 constant NL80211_ATTR_WDEV (line 4713) | NL80211_ATTR_WDEV = 0x99 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX (line 4714) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX = 0x72 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX (line 4715) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX = 0x71 constant NL80211_ATTR_WIPHY_ANTENNA_RX (line 4716) | NL80211_ATTR_WIPHY_ANTENNA_RX = 0x6a constant NL80211_ATTR_WIPHY_ANTENNA_TX (line 4717) | NL80211_ATTR_WIPHY_ANTENNA_TX = 0x69 constant NL80211_ATTR_WIPHY_BANDS (line 4718) | NL80211_ATTR_WIPHY_BANDS = 0x16 constant NL80211_ATTR_WIPHY_CHANNEL_TYPE (line 4719) | NL80211_ATTR_WIPHY_CHANNEL_TYPE = 0x27 constant NL80211_ATTR_WIPHY (line 4720) | NL80211_ATTR_WIPHY = 0x1 constant NL80211_ATTR_WIPHY_COVERAGE_CLASS (line 4721) | NL80211_ATTR_WIPHY_COVERAGE_CLASS = 0x59 constant NL80211_ATTR_WIPHY_DYN_ACK (line 4722) | NL80211_ATTR_WIPHY_DYN_ACK = 0xd1 constant NL80211_ATTR_WIPHY_EDMG_BW_CONFIG (line 4723) | NL80211_ATTR_WIPHY_EDMG_BW_CONFIG = 0x119 constant NL80211_ATTR_WIPHY_EDMG_CHANNELS (line 4724) | NL80211_ATTR_WIPHY_EDMG_CHANNELS = 0x118 constant NL80211_ATTR_WIPHY_FRAG_THRESHOLD (line 4725) | NL80211_ATTR_WIPHY_FRAG_THRESHOLD = 0x3f constant NL80211_ATTR_WIPHY_FREQ (line 4726) | NL80211_ATTR_WIPHY_FREQ = 0x26 constant NL80211_ATTR_WIPHY_FREQ_HINT (line 4727) | NL80211_ATTR_WIPHY_FREQ_HINT = 0xc9 constant NL80211_ATTR_WIPHY_FREQ_OFFSET (line 4728) | NL80211_ATTR_WIPHY_FREQ_OFFSET = 0x122 constant NL80211_ATTR_WIPHY_NAME (line 4729) | NL80211_ATTR_WIPHY_NAME = 0x2 constant NL80211_ATTR_WIPHY_RETRY_LONG (line 4730) | NL80211_ATTR_WIPHY_RETRY_LONG = 0x3e constant NL80211_ATTR_WIPHY_RETRY_SHORT (line 4731) | NL80211_ATTR_WIPHY_RETRY_SHORT = 0x3d constant NL80211_ATTR_WIPHY_RTS_THRESHOLD (line 4732) | NL80211_ATTR_WIPHY_RTS_THRESHOLD = 0x40 constant NL80211_ATTR_WIPHY_SELF_MANAGED_REG (line 4733) | NL80211_ATTR_WIPHY_SELF_MANAGED_REG = 0xd8 constant NL80211_ATTR_WIPHY_TX_POWER_LEVEL (line 4734) | NL80211_ATTR_WIPHY_TX_POWER_LEVEL = 0x62 constant NL80211_ATTR_WIPHY_TX_POWER_SETTING (line 4735) | NL80211_ATTR_WIPHY_TX_POWER_SETTING = 0x61 constant NL80211_ATTR_WIPHY_TXQ_PARAMS (line 4736) | NL80211_ATTR_WIPHY_TXQ_PARAMS = 0x25 constant NL80211_ATTR_WOWLAN_TRIGGERS (line 4737) | NL80211_ATTR_WOWLAN_TRIGGERS = 0x75 constant NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED (line 4738) | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED = 0x76 constant NL80211_ATTR_WPA_VERSIONS (line 4739) | NL80211_ATTR_WPA_VERSIONS = 0x4b constant NL80211_AUTHTYPE_AUTOMATIC (line 4740) | NL80211_AUTHTYPE_AUTOMATIC = 0x8 constant NL80211_AUTHTYPE_FILS_PK (line 4741) | NL80211_AUTHTYPE_FILS_PK = 0x7 constant NL80211_AUTHTYPE_FILS_SK (line 4742) | NL80211_AUTHTYPE_FILS_SK = 0x5 constant NL80211_AUTHTYPE_FILS_SK_PFS (line 4743) | NL80211_AUTHTYPE_FILS_SK_PFS = 0x6 constant NL80211_AUTHTYPE_FT (line 4744) | NL80211_AUTHTYPE_FT = 0x2 constant NL80211_AUTHTYPE_MAX (line 4745) | NL80211_AUTHTYPE_MAX = 0x7 constant NL80211_AUTHTYPE_NETWORK_EAP (line 4746) | NL80211_AUTHTYPE_NETWORK_EAP = 0x3 constant NL80211_AUTHTYPE_OPEN_SYSTEM (line 4747) | NL80211_AUTHTYPE_OPEN_SYSTEM = 0x0 constant NL80211_AUTHTYPE_SAE (line 4748) | NL80211_AUTHTYPE_SAE = 0x4 constant NL80211_AUTHTYPE_SHARED_KEY (line 4749) | NL80211_AUTHTYPE_SHARED_KEY = 0x1 constant NL80211_BAND_2GHZ (line 4750) | NL80211_BAND_2GHZ = 0x0 constant NL80211_BAND_5GHZ (line 4751) | NL80211_BAND_5GHZ = 0x1 constant NL80211_BAND_60GHZ (line 4752) | NL80211_BAND_60GHZ = 0x2 constant NL80211_BAND_6GHZ (line 4753) | NL80211_BAND_6GHZ = 0x3 constant NL80211_BAND_ATTR_EDMG_BW_CONFIG (line 4754) | NL80211_BAND_ATTR_EDMG_BW_CONFIG = 0xb constant NL80211_BAND_ATTR_EDMG_CHANNELS (line 4755) | NL80211_BAND_ATTR_EDMG_CHANNELS = 0xa constant NL80211_BAND_ATTR_FREQS (line 4756) | NL80211_BAND_ATTR_FREQS = 0x1 constant NL80211_BAND_ATTR_HT_AMPDU_DENSITY (line 4757) | NL80211_BAND_ATTR_HT_AMPDU_DENSITY = 0x6 constant NL80211_BAND_ATTR_HT_AMPDU_FACTOR (line 4758) | NL80211_BAND_ATTR_HT_AMPDU_FACTOR = 0x5 constant NL80211_BAND_ATTR_HT_CAPA (line 4759) | NL80211_BAND_ATTR_HT_CAPA = 0x4 constant NL80211_BAND_ATTR_HT_MCS_SET (line 4760) | NL80211_BAND_ATTR_HT_MCS_SET = 0x3 constant NL80211_BAND_ATTR_IFTYPE_DATA (line 4761) | NL80211_BAND_ATTR_IFTYPE_DATA = 0x9 constant NL80211_BAND_ATTR_MAX (line 4762) | NL80211_BAND_ATTR_MAX = 0xd constant NL80211_BAND_ATTR_RATES (line 4763) | NL80211_BAND_ATTR_RATES = 0x2 constant NL80211_BAND_ATTR_VHT_CAPA (line 4764) | NL80211_BAND_ATTR_VHT_CAPA = 0x8 constant NL80211_BAND_ATTR_VHT_MCS_SET (line 4765) | NL80211_BAND_ATTR_VHT_MCS_SET = 0x7 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC (line 4766) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC = 0x8 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET (line 4767) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET = 0xa constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY (line 4768) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY = 0x9 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE (line 4769) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE = 0xb constant NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA (line 4770) | NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA = 0x6 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC (line 4771) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC = 0x2 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET (line 4772) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET = 0x4 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY (line 4773) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY = 0x3 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE (line 4774) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE = 0x5 constant NL80211_BAND_IFTYPE_ATTR_IFTYPES (line 4775) | NL80211_BAND_IFTYPE_ATTR_IFTYPES = 0x1 constant NL80211_BAND_IFTYPE_ATTR_MAX (line 4776) | NL80211_BAND_IFTYPE_ATTR_MAX = 0xb constant NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS (line 4777) | NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS = 0x7 constant NL80211_BAND_LC (line 4778) | NL80211_BAND_LC = 0x5 constant NL80211_BAND_S1GHZ (line 4779) | NL80211_BAND_S1GHZ = 0x4 constant NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE (line 4780) | NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE = 0x2 constant NL80211_BITRATE_ATTR_MAX (line 4781) | NL80211_BITRATE_ATTR_MAX = 0x2 constant NL80211_BITRATE_ATTR_RATE (line 4782) | NL80211_BITRATE_ATTR_RATE = 0x1 constant NL80211_BSS_BEACON_IES (line 4783) | NL80211_BSS_BEACON_IES = 0xb constant NL80211_BSS_BEACON_INTERVAL (line 4784) | NL80211_BSS_BEACON_INTERVAL = 0x4 constant NL80211_BSS_BEACON_TSF (line 4785) | NL80211_BSS_BEACON_TSF = 0xd constant NL80211_BSS_BSSID (line 4786) | NL80211_BSS_BSSID = 0x1 constant NL80211_BSS_CAPABILITY (line 4787) | NL80211_BSS_CAPABILITY = 0x5 constant NL80211_BSS_CHAIN_SIGNAL (line 4788) | NL80211_BSS_CHAIN_SIGNAL = 0x13 constant NL80211_BSS_CHAN_WIDTH_10 (line 4789) | NL80211_BSS_CHAN_WIDTH_10 = 0x1 constant NL80211_BSS_CHAN_WIDTH_1 (line 4790) | NL80211_BSS_CHAN_WIDTH_1 = 0x3 constant NL80211_BSS_CHAN_WIDTH_20 (line 4791) | NL80211_BSS_CHAN_WIDTH_20 = 0x0 constant NL80211_BSS_CHAN_WIDTH_2 (line 4792) | NL80211_BSS_CHAN_WIDTH_2 = 0x4 constant NL80211_BSS_CHAN_WIDTH_5 (line 4793) | NL80211_BSS_CHAN_WIDTH_5 = 0x2 constant NL80211_BSS_CHAN_WIDTH (line 4794) | NL80211_BSS_CHAN_WIDTH = 0xc constant NL80211_BSS_FREQUENCY (line 4795) | NL80211_BSS_FREQUENCY = 0x2 constant NL80211_BSS_FREQUENCY_OFFSET (line 4796) | NL80211_BSS_FREQUENCY_OFFSET = 0x14 constant NL80211_BSS_INFORMATION_ELEMENTS (line 4797) | NL80211_BSS_INFORMATION_ELEMENTS = 0x6 constant NL80211_BSS_LAST_SEEN_BOOTTIME (line 4798) | NL80211_BSS_LAST_SEEN_BOOTTIME = 0xf constant NL80211_BSS_MAX (line 4799) | NL80211_BSS_MAX = 0x16 constant NL80211_BSS_MLD_ADDR (line 4800) | NL80211_BSS_MLD_ADDR = 0x16 constant NL80211_BSS_MLO_LINK_ID (line 4801) | NL80211_BSS_MLO_LINK_ID = 0x15 constant NL80211_BSS_PAD (line 4802) | NL80211_BSS_PAD = 0x10 constant NL80211_BSS_PARENT_BSSID (line 4803) | NL80211_BSS_PARENT_BSSID = 0x12 constant NL80211_BSS_PARENT_TSF (line 4804) | NL80211_BSS_PARENT_TSF = 0x11 constant NL80211_BSS_PRESP_DATA (line 4805) | NL80211_BSS_PRESP_DATA = 0xe constant NL80211_BSS_SEEN_MS_AGO (line 4806) | NL80211_BSS_SEEN_MS_AGO = 0xa constant NL80211_BSS_SELECT_ATTR_BAND_PREF (line 4807) | NL80211_BSS_SELECT_ATTR_BAND_PREF = 0x2 constant NL80211_BSS_SELECT_ATTR_MAX (line 4808) | NL80211_BSS_SELECT_ATTR_MAX = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI_ADJUST (line 4809) | NL80211_BSS_SELECT_ATTR_RSSI_ADJUST = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI (line 4810) | NL80211_BSS_SELECT_ATTR_RSSI = 0x1 constant NL80211_BSS_SIGNAL_MBM (line 4811) | NL80211_BSS_SIGNAL_MBM = 0x7 constant NL80211_BSS_SIGNAL_UNSPEC (line 4812) | NL80211_BSS_SIGNAL_UNSPEC = 0x8 constant NL80211_BSS_STATUS_ASSOCIATED (line 4813) | NL80211_BSS_STATUS_ASSOCIATED = 0x1 constant NL80211_BSS_STATUS_AUTHENTICATED (line 4814) | NL80211_BSS_STATUS_AUTHENTICATED = 0x0 constant NL80211_BSS_STATUS (line 4815) | NL80211_BSS_STATUS = 0x9 constant NL80211_BSS_STATUS_IBSS_JOINED (line 4816) | NL80211_BSS_STATUS_IBSS_JOINED = 0x2 constant NL80211_BSS_TSF (line 4817) | NL80211_BSS_TSF = 0x3 constant NL80211_CHAN_HT20 (line 4818) | NL80211_CHAN_HT20 = 0x1 constant NL80211_CHAN_HT40MINUS (line 4819) | NL80211_CHAN_HT40MINUS = 0x2 constant NL80211_CHAN_HT40PLUS (line 4820) | NL80211_CHAN_HT40PLUS = 0x3 constant NL80211_CHAN_NO_HT (line 4821) | NL80211_CHAN_NO_HT = 0x0 constant NL80211_CHAN_WIDTH_10 (line 4822) | NL80211_CHAN_WIDTH_10 = 0x7 constant NL80211_CHAN_WIDTH_160 (line 4823) | NL80211_CHAN_WIDTH_160 = 0x5 constant NL80211_CHAN_WIDTH_16 (line 4824) | NL80211_CHAN_WIDTH_16 = 0xc constant NL80211_CHAN_WIDTH_1 (line 4825) | NL80211_CHAN_WIDTH_1 = 0x8 constant NL80211_CHAN_WIDTH_20 (line 4826) | NL80211_CHAN_WIDTH_20 = 0x1 constant NL80211_CHAN_WIDTH_20_NOHT (line 4827) | NL80211_CHAN_WIDTH_20_NOHT = 0x0 constant NL80211_CHAN_WIDTH_2 (line 4828) | NL80211_CHAN_WIDTH_2 = 0x9 constant NL80211_CHAN_WIDTH_320 (line 4829) | NL80211_CHAN_WIDTH_320 = 0xd constant NL80211_CHAN_WIDTH_40 (line 4830) | NL80211_CHAN_WIDTH_40 = 0x2 constant NL80211_CHAN_WIDTH_4 (line 4831) | NL80211_CHAN_WIDTH_4 = 0xa constant NL80211_CHAN_WIDTH_5 (line 4832) | NL80211_CHAN_WIDTH_5 = 0x6 constant NL80211_CHAN_WIDTH_80 (line 4833) | NL80211_CHAN_WIDTH_80 = 0x3 constant NL80211_CHAN_WIDTH_80P80 (line 4834) | NL80211_CHAN_WIDTH_80P80 = 0x4 constant NL80211_CHAN_WIDTH_8 (line 4835) | NL80211_CHAN_WIDTH_8 = 0xb constant NL80211_CMD_ABORT_SCAN (line 4836) | NL80211_CMD_ABORT_SCAN = 0x72 constant NL80211_CMD_ACTION (line 4837) | NL80211_CMD_ACTION = 0x3b constant NL80211_CMD_ACTION_TX_STATUS (line 4838) | NL80211_CMD_ACTION_TX_STATUS = 0x3c constant NL80211_CMD_ADD_LINK (line 4839) | NL80211_CMD_ADD_LINK = 0x94 constant NL80211_CMD_ADD_LINK_STA (line 4840) | NL80211_CMD_ADD_LINK_STA = 0x96 constant NL80211_CMD_ADD_NAN_FUNCTION (line 4841) | NL80211_CMD_ADD_NAN_FUNCTION = 0x75 constant NL80211_CMD_ADD_TX_TS (line 4842) | NL80211_CMD_ADD_TX_TS = 0x69 constant NL80211_CMD_ASSOC_COMEBACK (line 4843) | NL80211_CMD_ASSOC_COMEBACK = 0x93 constant NL80211_CMD_ASSOCIATE (line 4844) | NL80211_CMD_ASSOCIATE = 0x26 constant NL80211_CMD_AUTHENTICATE (line 4845) | NL80211_CMD_AUTHENTICATE = 0x25 constant NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL (line 4846) | NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL = 0x38 constant NL80211_CMD_CHANGE_NAN_CONFIG (line 4847) | NL80211_CMD_CHANGE_NAN_CONFIG = 0x77 constant NL80211_CMD_CHANNEL_SWITCH (line 4848) | NL80211_CMD_CHANNEL_SWITCH = 0x66 constant NL80211_CMD_CH_SWITCH_NOTIFY (line 4849) | NL80211_CMD_CH_SWITCH_NOTIFY = 0x58 constant NL80211_CMD_CH_SWITCH_STARTED_NOTIFY (line 4850) | NL80211_CMD_CH_SWITCH_STARTED_NOTIFY = 0x6e constant NL80211_CMD_COLOR_CHANGE_ABORTED (line 4851) | NL80211_CMD_COLOR_CHANGE_ABORTED = 0x90 constant NL80211_CMD_COLOR_CHANGE_COMPLETED (line 4852) | NL80211_CMD_COLOR_CHANGE_COMPLETED = 0x91 constant NL80211_CMD_COLOR_CHANGE_REQUEST (line 4853) | NL80211_CMD_COLOR_CHANGE_REQUEST = 0x8e constant NL80211_CMD_COLOR_CHANGE_STARTED (line 4854) | NL80211_CMD_COLOR_CHANGE_STARTED = 0x8f constant NL80211_CMD_CONNECT (line 4855) | NL80211_CMD_CONNECT = 0x2e constant NL80211_CMD_CONN_FAILED (line 4856) | NL80211_CMD_CONN_FAILED = 0x5b constant NL80211_CMD_CONTROL_PORT_FRAME (line 4857) | NL80211_CMD_CONTROL_PORT_FRAME = 0x81 constant NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS (line 4858) | NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS = 0x8b constant NL80211_CMD_CRIT_PROTOCOL_START (line 4859) | NL80211_CMD_CRIT_PROTOCOL_START = 0x62 constant NL80211_CMD_CRIT_PROTOCOL_STOP (line 4860) | NL80211_CMD_CRIT_PROTOCOL_STOP = 0x63 constant NL80211_CMD_DEAUTHENTICATE (line 4861) | NL80211_CMD_DEAUTHENTICATE = 0x27 constant NL80211_CMD_DEL_BEACON (line 4862) | NL80211_CMD_DEL_BEACON = 0x10 constant NL80211_CMD_DEL_INTERFACE (line 4863) | NL80211_CMD_DEL_INTERFACE = 0x8 constant NL80211_CMD_DEL_KEY (line 4864) | NL80211_CMD_DEL_KEY = 0xc constant NL80211_CMD_DEL_MPATH (line 4865) | NL80211_CMD_DEL_MPATH = 0x18 constant NL80211_CMD_DEL_NAN_FUNCTION (line 4866) | NL80211_CMD_DEL_NAN_FUNCTION = 0x76 constant NL80211_CMD_DEL_PMK (line 4867) | NL80211_CMD_DEL_PMK = 0x7c constant NL80211_CMD_DEL_PMKSA (line 4868) | NL80211_CMD_DEL_PMKSA = 0x35 constant NL80211_CMD_DEL_STATION (line 4869) | NL80211_CMD_DEL_STATION = 0x14 constant NL80211_CMD_DEL_TX_TS (line 4870) | NL80211_CMD_DEL_TX_TS = 0x6a constant NL80211_CMD_DEL_WIPHY (line 4871) | NL80211_CMD_DEL_WIPHY = 0x4 constant NL80211_CMD_DISASSOCIATE (line 4872) | NL80211_CMD_DISASSOCIATE = 0x28 constant NL80211_CMD_DISCONNECT (line 4873) | NL80211_CMD_DISCONNECT = 0x30 constant NL80211_CMD_EXTERNAL_AUTH (line 4874) | NL80211_CMD_EXTERNAL_AUTH = 0x7f constant NL80211_CMD_FLUSH_PMKSA (line 4875) | NL80211_CMD_FLUSH_PMKSA = 0x36 constant NL80211_CMD_FRAME (line 4876) | NL80211_CMD_FRAME = 0x3b constant NL80211_CMD_FRAME_TX_STATUS (line 4877) | NL80211_CMD_FRAME_TX_STATUS = 0x3c constant NL80211_CMD_FRAME_WAIT_CANCEL (line 4878) | NL80211_CMD_FRAME_WAIT_CANCEL = 0x43 constant NL80211_CMD_FT_EVENT (line 4879) | NL80211_CMD_FT_EVENT = 0x61 constant NL80211_CMD_GET_BEACON (line 4880) | NL80211_CMD_GET_BEACON = 0xd constant NL80211_CMD_GET_COALESCE (line 4881) | NL80211_CMD_GET_COALESCE = 0x64 constant NL80211_CMD_GET_FTM_RESPONDER_STATS (line 4882) | NL80211_CMD_GET_FTM_RESPONDER_STATS = 0x82 constant NL80211_CMD_GET_INTERFACE (line 4883) | NL80211_CMD_GET_INTERFACE = 0x5 constant NL80211_CMD_GET_KEY (line 4884) | NL80211_CMD_GET_KEY = 0x9 constant NL80211_CMD_GET_MESH_CONFIG (line 4885) | NL80211_CMD_GET_MESH_CONFIG = 0x1c constant NL80211_CMD_GET_MESH_PARAMS (line 4886) | NL80211_CMD_GET_MESH_PARAMS = 0x1c constant NL80211_CMD_GET_MPATH (line 4887) | NL80211_CMD_GET_MPATH = 0x15 constant NL80211_CMD_GET_MPP (line 4888) | NL80211_CMD_GET_MPP = 0x6b constant NL80211_CMD_GET_POWER_SAVE (line 4889) | NL80211_CMD_GET_POWER_SAVE = 0x3e constant NL80211_CMD_GET_PROTOCOL_FEATURES (line 4890) | NL80211_CMD_GET_PROTOCOL_FEATURES = 0x5f constant NL80211_CMD_GET_REG (line 4891) | NL80211_CMD_GET_REG = 0x1f constant NL80211_CMD_GET_SCAN (line 4892) | NL80211_CMD_GET_SCAN = 0x20 constant NL80211_CMD_GET_STATION (line 4893) | NL80211_CMD_GET_STATION = 0x11 constant NL80211_CMD_GET_SURVEY (line 4894) | NL80211_CMD_GET_SURVEY = 0x32 constant NL80211_CMD_GET_WIPHY (line 4895) | NL80211_CMD_GET_WIPHY = 0x1 constant NL80211_CMD_GET_WOWLAN (line 4896) | NL80211_CMD_GET_WOWLAN = 0x49 constant NL80211_CMD_JOIN_IBSS (line 4897) | NL80211_CMD_JOIN_IBSS = 0x2b constant NL80211_CMD_JOIN_MESH (line 4898) | NL80211_CMD_JOIN_MESH = 0x44 constant NL80211_CMD_JOIN_OCB (line 4899) | NL80211_CMD_JOIN_OCB = 0x6c constant NL80211_CMD_LEAVE_IBSS (line 4900) | NL80211_CMD_LEAVE_IBSS = 0x2c constant NL80211_CMD_LEAVE_MESH (line 4901) | NL80211_CMD_LEAVE_MESH = 0x45 constant NL80211_CMD_LEAVE_OCB (line 4902) | NL80211_CMD_LEAVE_OCB = 0x6d constant NL80211_CMD_MAX (line 4903) | NL80211_CMD_MAX = 0x9a constant NL80211_CMD_MICHAEL_MIC_FAILURE (line 4904) | NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29 constant NL80211_CMD_MODIFY_LINK_STA (line 4905) | NL80211_CMD_MODIFY_LINK_STA = 0x97 constant NL80211_CMD_NAN_MATCH (line 4906) | NL80211_CMD_NAN_MATCH = 0x78 constant NL80211_CMD_NEW_BEACON (line 4907) | NL80211_CMD_NEW_BEACON = 0xf constant NL80211_CMD_NEW_INTERFACE (line 4908) | NL80211_CMD_NEW_INTERFACE = 0x7 constant NL80211_CMD_NEW_KEY (line 4909) | NL80211_CMD_NEW_KEY = 0xb constant NL80211_CMD_NEW_MPATH (line 4910) | NL80211_CMD_NEW_MPATH = 0x17 constant NL80211_CMD_NEW_PEER_CANDIDATE (line 4911) | NL80211_CMD_NEW_PEER_CANDIDATE = 0x48 constant NL80211_CMD_NEW_SCAN_RESULTS (line 4912) | NL80211_CMD_NEW_SCAN_RESULTS = 0x22 constant NL80211_CMD_NEW_STATION (line 4913) | NL80211_CMD_NEW_STATION = 0x13 constant NL80211_CMD_NEW_SURVEY_RESULTS (line 4914) | NL80211_CMD_NEW_SURVEY_RESULTS = 0x33 constant NL80211_CMD_NEW_WIPHY (line 4915) | NL80211_CMD_NEW_WIPHY = 0x3 constant NL80211_CMD_NOTIFY_CQM (line 4916) | NL80211_CMD_NOTIFY_CQM = 0x40 constant NL80211_CMD_NOTIFY_RADAR (line 4917) | NL80211_CMD_NOTIFY_RADAR = 0x86 constant NL80211_CMD_OBSS_COLOR_COLLISION (line 4918) | NL80211_CMD_OBSS_COLOR_COLLISION = 0x8d constant NL80211_CMD_PEER_MEASUREMENT_COMPLETE (line 4919) | NL80211_CMD_PEER_MEASUREMENT_COMPLETE = 0x85 constant NL80211_CMD_PEER_MEASUREMENT_RESULT (line 4920) | NL80211_CMD_PEER_MEASUREMENT_RESULT = 0x84 constant NL80211_CMD_PEER_MEASUREMENT_START (line 4921) | NL80211_CMD_PEER_MEASUREMENT_START = 0x83 constant NL80211_CMD_PMKSA_CANDIDATE (line 4922) | NL80211_CMD_PMKSA_CANDIDATE = 0x50 constant NL80211_CMD_PORT_AUTHORIZED (line 4923) | NL80211_CMD_PORT_AUTHORIZED = 0x7d constant NL80211_CMD_PROBE_CLIENT (line 4924) | NL80211_CMD_PROBE_CLIENT = 0x54 constant NL80211_CMD_PROBE_MESH_LINK (line 4925) | NL80211_CMD_PROBE_MESH_LINK = 0x88 constant NL80211_CMD_RADAR_DETECT (line 4926) | NL80211_CMD_RADAR_DETECT = 0x5e constant NL80211_CMD_REG_BEACON_HINT (line 4927) | NL80211_CMD_REG_BEACON_HINT = 0x2a constant NL80211_CMD_REG_CHANGE (line 4928) | NL80211_CMD_REG_CHANGE = 0x24 constant NL80211_CMD_REGISTER_ACTION (line 4929) | NL80211_CMD_REGISTER_ACTION = 0x3a constant NL80211_CMD_REGISTER_BEACONS (line 4930) | NL80211_CMD_REGISTER_BEACONS = 0x55 constant NL80211_CMD_REGISTER_FRAME (line 4931) | NL80211_CMD_REGISTER_FRAME = 0x3a constant NL80211_CMD_RELOAD_REGDB (line 4932) | NL80211_CMD_RELOAD_REGDB = 0x7e constant NL80211_CMD_REMAIN_ON_CHANNEL (line 4933) | NL80211_CMD_REMAIN_ON_CHANNEL = 0x37 constant NL80211_CMD_REMOVE_LINK (line 4934) | NL80211_CMD_REMOVE_LINK = 0x95 constant NL80211_CMD_REMOVE_LINK_STA (line 4935) | NL80211_CMD_REMOVE_LINK_STA = 0x98 constant NL80211_CMD_REQ_SET_REG (line 4936) | NL80211_CMD_REQ_SET_REG = 0x1b constant NL80211_CMD_ROAM (line 4937) | NL80211_CMD_ROAM = 0x2f constant NL80211_CMD_SCAN_ABORTED (line 4938) | NL80211_CMD_SCAN_ABORTED = 0x23 constant NL80211_CMD_SCHED_SCAN_RESULTS (line 4939) | NL80211_CMD_SCHED_SCAN_RESULTS = 0x4d constant NL80211_CMD_SCHED_SCAN_STOPPED (line 4940) | NL80211_CMD_SCHED_SCAN_STOPPED = 0x4e constant NL80211_CMD_SET_BEACON (line 4941) | NL80211_CMD_SET_BEACON = 0xe constant NL80211_CMD_SET_BSS (line 4942) | NL80211_CMD_SET_BSS = 0x19 constant NL80211_CMD_SET_CHANNEL (line 4943) | NL80211_CMD_SET_CHANNEL = 0x41 constant NL80211_CMD_SET_COALESCE (line 4944) | NL80211_CMD_SET_COALESCE = 0x65 constant NL80211_CMD_SET_CQM (line 4945) | NL80211_CMD_SET_CQM = 0x3f constant NL80211_CMD_SET_FILS_AAD (line 4946) | NL80211_CMD_SET_FILS_AAD = 0x92 constant NL80211_CMD_SET_INTERFACE (line 4947) | NL80211_CMD_SET_INTERFACE = 0x6 constant NL80211_CMD_SET_KEY (line 4948) | NL80211_CMD_SET_KEY = 0xa constant NL80211_CMD_SET_MAC_ACL (line 4949) | NL80211_CMD_SET_MAC_ACL = 0x5d constant NL80211_CMD_SET_MCAST_RATE (line 4950) | NL80211_CMD_SET_MCAST_RATE = 0x5c constant NL80211_CMD_SET_MESH_CONFIG (line 4951) | NL80211_CMD_SET_MESH_CONFIG = 0x1d constant NL80211_CMD_SET_MESH_PARAMS (line 4952) | NL80211_CMD_SET_MESH_PARAMS = 0x1d constant NL80211_CMD_SET_MGMT_EXTRA_IE (line 4953) | NL80211_CMD_SET_MGMT_EXTRA_IE = 0x1e constant NL80211_CMD_SET_MPATH (line 4954) | NL80211_CMD_SET_MPATH = 0x16 constant NL80211_CMD_SET_MULTICAST_TO_UNICAST (line 4955) | NL80211_CMD_SET_MULTICAST_TO_UNICAST = 0x79 constant NL80211_CMD_SET_NOACK_MAP (line 4956) | NL80211_CMD_SET_NOACK_MAP = 0x57 constant NL80211_CMD_SET_PMK (line 4957) | NL80211_CMD_SET_PMK = 0x7b constant NL80211_CMD_SET_PMKSA (line 4958) | NL80211_CMD_SET_PMKSA = 0x34 constant NL80211_CMD_SET_POWER_SAVE (line 4959) | NL80211_CMD_SET_POWER_SAVE = 0x3d constant NL80211_CMD_SET_QOS_MAP (line 4960) | NL80211_CMD_SET_QOS_MAP = 0x68 constant NL80211_CMD_SET_REG (line 4961) | NL80211_CMD_SET_REG = 0x1a constant NL80211_CMD_SET_REKEY_OFFLOAD (line 4962) | NL80211_CMD_SET_REKEY_OFFLOAD = 0x4f constant NL80211_CMD_SET_SAR_SPECS (line 4963) | NL80211_CMD_SET_SAR_SPECS = 0x8c constant NL80211_CMD_SET_STATION (line 4964) | NL80211_CMD_SET_STATION = 0x12 constant NL80211_CMD_SET_TID_CONFIG (line 4965) | NL80211_CMD_SET_TID_CONFIG = 0x89 constant NL80211_CMD_SET_TX_BITRATE_MASK (line 4966) | NL80211_CMD_SET_TX_BITRATE_MASK = 0x39 constant NL80211_CMD_SET_WDS_PEER (line 4967) | NL80211_CMD_SET_WDS_PEER = 0x42 constant NL80211_CMD_SET_WIPHY (line 4968) | NL80211_CMD_SET_WIPHY = 0x2 constant NL80211_CMD_SET_WIPHY_NETNS (line 4969) | NL80211_CMD_SET_WIPHY_NETNS = 0x31 constant NL80211_CMD_SET_WOWLAN (line 4970) | NL80211_CMD_SET_WOWLAN = 0x4a constant NL80211_CMD_STA_OPMODE_CHANGED (line 4971) | NL80211_CMD_STA_OPMODE_CHANGED = 0x80 constant NL80211_CMD_START_AP (line 4972) | NL80211_CMD_START_AP = 0xf constant NL80211_CMD_START_NAN (line 4973) | NL80211_CMD_START_NAN = 0x73 constant NL80211_CMD_START_P2P_DEVICE (line 4974) | NL80211_CMD_START_P2P_DEVICE = 0x59 constant NL80211_CMD_START_SCHED_SCAN (line 4975) | NL80211_CMD_START_SCHED_SCAN = 0x4b constant NL80211_CMD_STOP_AP (line 4976) | NL80211_CMD_STOP_AP = 0x10 constant NL80211_CMD_STOP_NAN (line 4977) | NL80211_CMD_STOP_NAN = 0x74 constant NL80211_CMD_STOP_P2P_DEVICE (line 4978) | NL80211_CMD_STOP_P2P_DEVICE = 0x5a constant NL80211_CMD_STOP_SCHED_SCAN (line 4979) | NL80211_CMD_STOP_SCHED_SCAN = 0x4c constant NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH (line 4980) | NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH = 0x70 constant NL80211_CMD_TDLS_CHANNEL_SWITCH (line 4981) | NL80211_CMD_TDLS_CHANNEL_SWITCH = 0x6f constant NL80211_CMD_TDLS_MGMT (line 4982) | NL80211_CMD_TDLS_MGMT = 0x52 constant NL80211_CMD_TDLS_OPER (line 4983) | NL80211_CMD_TDLS_OPER = 0x51 constant NL80211_CMD_TESTMODE (line 4984) | NL80211_CMD_TESTMODE = 0x2d constant NL80211_CMD_TRIGGER_SCAN (line 4985) | NL80211_CMD_TRIGGER_SCAN = 0x21 constant NL80211_CMD_UNEXPECTED_4ADDR_FRAME (line 4986) | NL80211_CMD_UNEXPECTED_4ADDR_FRAME = 0x56 constant NL80211_CMD_UNEXPECTED_FRAME (line 4987) | NL80211_CMD_UNEXPECTED_FRAME = 0x53 constant NL80211_CMD_UNPROT_BEACON (line 4988) | NL80211_CMD_UNPROT_BEACON = 0x8a constant NL80211_CMD_UNPROT_DEAUTHENTICATE (line 4989) | NL80211_CMD_UNPROT_DEAUTHENTICATE = 0x46 constant NL80211_CMD_UNPROT_DISASSOCIATE (line 4990) | NL80211_CMD_UNPROT_DISASSOCIATE = 0x47 constant NL80211_CMD_UNSPEC (line 4991) | NL80211_CMD_UNSPEC = 0x0 constant NL80211_CMD_UPDATE_CONNECT_PARAMS (line 4992) | NL80211_CMD_UPDATE_CONNECT_PARAMS = 0x7a constant NL80211_CMD_UPDATE_FT_IES (line 4993) | NL80211_CMD_UPDATE_FT_IES = 0x60 constant NL80211_CMD_UPDATE_OWE_INFO (line 4994) | NL80211_CMD_UPDATE_OWE_INFO = 0x87 constant NL80211_CMD_VENDOR (line 4995) | NL80211_CMD_VENDOR = 0x67 constant NL80211_CMD_WIPHY_REG_CHANGE (line 4996) | NL80211_CMD_WIPHY_REG_CHANGE = 0x71 constant NL80211_COALESCE_CONDITION_MATCH (line 4997) | NL80211_COALESCE_CONDITION_MATCH = 0x0 constant NL80211_COALESCE_CONDITION_NO_MATCH (line 4998) | NL80211_COALESCE_CONDITION_NO_MATCH = 0x1 constant NL80211_CONN_FAIL_BLOCKED_CLIENT (line 4999) | NL80211_CONN_FAIL_BLOCKED_CLIENT = 0x1 constant NL80211_CONN_FAIL_MAX_CLIENTS (line 5000) | NL80211_CONN_FAIL_MAX_CLIENTS = 0x0 constant NL80211_CQM_RSSI_BEACON_LOSS_EVENT (line 5001) | NL80211_CQM_RSSI_BEACON_LOSS_EVENT = 0x2 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH (line 5002) | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH = 0x1 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW (line 5003) | NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW = 0x0 constant NL80211_CQM_TXE_MAX_INTVL (line 5004) | NL80211_CQM_TXE_MAX_INTVL = 0x708 constant NL80211_CRIT_PROTO_APIPA (line 5005) | NL80211_CRIT_PROTO_APIPA = 0x3 constant NL80211_CRIT_PROTO_DHCP (line 5006) | NL80211_CRIT_PROTO_DHCP = 0x1 constant NL80211_CRIT_PROTO_EAPOL (line 5007) | NL80211_CRIT_PROTO_EAPOL = 0x2 constant NL80211_CRIT_PROTO_MAX_DURATION (line 5008) | NL80211_CRIT_PROTO_MAX_DURATION = 0x1388 constant NL80211_CRIT_PROTO_UNSPEC (line 5009) | NL80211_CRIT_PROTO_UNSPEC = 0x0 constant NL80211_DFS_AVAILABLE (line 5010) | NL80211_DFS_AVAILABLE = 0x2 constant NL80211_DFS_ETSI (line 5011) | NL80211_DFS_ETSI = 0x2 constant NL80211_DFS_FCC (line 5012) | NL80211_DFS_FCC = 0x1 constant NL80211_DFS_JP (line 5013) | NL80211_DFS_JP = 0x3 constant NL80211_DFS_UNAVAILABLE (line 5014) | NL80211_DFS_UNAVAILABLE = 0x1 constant NL80211_DFS_UNSET (line 5015) | NL80211_DFS_UNSET = 0x0 constant NL80211_DFS_USABLE (line 5016) | NL80211_DFS_USABLE = 0x0 constant NL80211_EDMG_BW_CONFIG_MAX (line 5017) | NL80211_EDMG_BW_CONFIG_MAX = 0xf constant NL80211_EDMG_BW_CONFIG_MIN (line 5018) | NL80211_EDMG_BW_CONFIG_MIN = 0x4 constant NL80211_EDMG_CHANNELS_MAX (line 5019) | NL80211_EDMG_CHANNELS_MAX = 0x3c constant NL80211_EDMG_CHANNELS_MIN (line 5020) | NL80211_EDMG_CHANNELS_MIN = 0x1 constant NL80211_EHT_MAX_CAPABILITY_LEN (line 5021) | NL80211_EHT_MAX_CAPABILITY_LEN = 0x33 constant NL80211_EHT_MIN_CAPABILITY_LEN (line 5022) | NL80211_EHT_MIN_CAPABILITY_LEN = 0xd constant NL80211_EXTERNAL_AUTH_ABORT (line 5023) | NL80211_EXTERNAL_AUTH_ABORT = 0x1 constant NL80211_EXTERNAL_AUTH_START (line 5024) | NL80211_EXTERNAL_AUTH_START = 0x0 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK (line 5025) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK = 0x32 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X (line 5026) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X = 0x10 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK (line 5027) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK = 0xf constant NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP (line 5028) | NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP = 0x12 constant NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT (line 5029) | NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_AIRTIME_FAIRNESS (line 5030) | NL80211_EXT_FEATURE_AIRTIME_FAIRNESS = 0x21 constant NL80211_EXT_FEATURE_AP_PMKSA_CACHING (line 5031) | NL80211_EXT_FEATURE_AP_PMKSA_CACHING = 0x22 constant NL80211_EXT_FEATURE_AQL (line 5032) | NL80211_EXT_FEATURE_AQL = 0x28 constant NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT (line 5033) | NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT = 0x2e constant NL80211_EXT_FEATURE_BEACON_PROTECTION (line 5034) | NL80211_EXT_FEATURE_BEACON_PROTECTION = 0x29 constant NL80211_EXT_FEATURE_BEACON_RATE_HE (line 5035) | NL80211_EXT_FEATURE_BEACON_RATE_HE = 0x36 constant NL80211_EXT_FEATURE_BEACON_RATE_HT (line 5036) | NL80211_EXT_FEATURE_BEACON_RATE_HT = 0x7 constant NL80211_EXT_FEATURE_BEACON_RATE_LEGACY (line 5037) | NL80211_EXT_FEATURE_BEACON_RATE_LEGACY = 0x6 constant NL80211_EXT_FEATURE_BEACON_RATE_VHT (line 5038) | NL80211_EXT_FEATURE_BEACON_RATE_VHT = 0x8 constant NL80211_EXT_FEATURE_BSS_COLOR (line 5039) | NL80211_EXT_FEATURE_BSS_COLOR = 0x3a constant NL80211_EXT_FEATURE_BSS_PARENT_TSF (line 5040) | NL80211_EXT_FEATURE_BSS_PARENT_TSF = 0x4 constant NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 (line 5041) | NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 = 0x1f constant NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH (line 5042) | NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH = 0x2a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 (line 5043) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 = 0x1a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS (line 5044) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS = 0x30 constant NL80211_EXT_FEATURE_CQM_RSSI_LIST (line 5045) | NL80211_EXT_FEATURE_CQM_RSSI_LIST = 0xd constant NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT (line 5046) | NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_DEL_IBSS_STA (line 5047) | NL80211_EXT_FEATURE_DEL_IBSS_STA = 0x2c constant NL80211_EXT_FEATURE_DFS_OFFLOAD (line 5048) | NL80211_EXT_FEATURE_DFS_OFFLOAD = 0x19 constant NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER (line 5049) | NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER = 0x20 constant NL80211_EXT_FEATURE_EXT_KEY_ID (line 5050) | NL80211_EXT_FEATURE_EXT_KEY_ID = 0x24 constant NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD (line 5051) | NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD = 0x3b constant NL80211_EXT_FEATURE_FILS_DISCOVERY (line 5052) | NL80211_EXT_FEATURE_FILS_DISCOVERY = 0x34 constant NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME (line 5053) | NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME = 0x11 constant NL80211_EXT_FEATURE_FILS_SK_OFFLOAD (line 5054) | NL80211_EXT_FEATURE_FILS_SK_OFFLOAD = 0xe constant NL80211_EXT_FEATURE_FILS_STA (line 5055) | NL80211_EXT_FEATURE_FILS_STA = 0x9 constant NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN (line 5056) | NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN = 0x18 constant NL80211_EXT_FEATURE_LOW_POWER_SCAN (line 5057) | NL80211_EXT_FEATURE_LOW_POWER_SCAN = 0x17 constant NL80211_EXT_FEATURE_LOW_SPAN_SCAN (line 5058) | NL80211_EXT_FEATURE_LOW_SPAN_SCAN = 0x16 constant NL80211_EXT_FEATURE_MFP_OPTIONAL (line 5059) | NL80211_EXT_FEATURE_MFP_OPTIONAL = 0x15 constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA (line 5060) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA = 0xa constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED (line 5061) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED = 0xb constant NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS (line 5062) | NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS = 0x2d constant NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER (line 5063) | NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER = 0x2 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5064) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x14 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE (line 5065) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE = 0x13 constant NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION (line 5066) | NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION = 0x31 constant NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE (line 5067) | NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE = 0x3d constant NL80211_EXT_FEATURE_PROTECTED_TWT (line 5068) | NL80211_EXT_FEATURE_PROTECTED_TWT = 0x2b constant NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE (line 5069) | NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE = 0x39 constant NL80211_EXT_FEATURE_RADAR_BACKGROUND (line 5070) | NL80211_EXT_FEATURE_RADAR_BACKGROUND = 0x3c constant NL80211_EXT_FEATURE_RRM (line 5071) | NL80211_EXT_FEATURE_RRM = 0x1 constant NL80211_EXT_FEATURE_SAE_OFFLOAD_AP (line 5072) | NL80211_EXT_FEATURE_SAE_OFFLOAD_AP = 0x33 constant NL80211_EXT_FEATURE_SAE_OFFLOAD (line 5073) | NL80211_EXT_FEATURE_SAE_OFFLOAD = 0x26 constant NL80211_EXT_FEATURE_SCAN_FREQ_KHZ (line 5074) | NL80211_EXT_FEATURE_SCAN_FREQ_KHZ = 0x2f constant NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT (line 5075) | NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT = 0x1e constant NL80211_EXT_FEATURE_SCAN_RANDOM_SN (line 5076) | NL80211_EXT_FEATURE_SCAN_RANDOM_SN = 0x1d constant NL80211_EXT_FEATURE_SCAN_START_TIME (line 5077) | NL80211_EXT_FEATURE_SCAN_START_TIME = 0x3 constant NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD (line 5078) | NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD = 0x23 constant NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI (line 5079) | NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI = 0xc constant NL80211_EXT_FEATURE_SECURE_LTF (line 5080) | NL80211_EXT_FEATURE_SECURE_LTF = 0x37 constant NL80211_EXT_FEATURE_SECURE_RTT (line 5081) | NL80211_EXT_FEATURE_SECURE_RTT = 0x38 constant NL80211_EXT_FEATURE_SET_SCAN_DWELL (line 5082) | NL80211_EXT_FEATURE_SET_SCAN_DWELL = 0x5 constant NL80211_EXT_FEATURE_STA_TX_PWR (line 5083) | NL80211_EXT_FEATURE_STA_TX_PWR = 0x25 constant NL80211_EXT_FEATURE_TXQS (line 5084) | NL80211_EXT_FEATURE_TXQS = 0x1c constant NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP (line 5085) | NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP = 0x35 constant NL80211_EXT_FEATURE_VHT_IBSS (line 5086) | NL80211_EXT_FEATURE_VHT_IBSS = 0x0 constant NL80211_EXT_FEATURE_VLAN_OFFLOAD (line 5087) | NL80211_EXT_FEATURE_VLAN_OFFLOAD = 0x27 constant NL80211_FEATURE_ACKTO_ESTIMATION (line 5088) | NL80211_FEATURE_ACKTO_ESTIMATION = 0x800000 constant NL80211_FEATURE_ACTIVE_MONITOR (line 5089) | NL80211_FEATURE_ACTIVE_MONITOR = 0x20000 constant NL80211_FEATURE_ADVERTISE_CHAN_LIMITS (line 5090) | NL80211_FEATURE_ADVERTISE_CHAN_LIMITS = 0x4000 constant NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE (line 5091) | NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE = 0x40000 constant NL80211_FEATURE_AP_SCAN (line 5092) | NL80211_FEATURE_AP_SCAN = 0x100 constant NL80211_FEATURE_CELL_BASE_REG_HINTS (line 5093) | NL80211_FEATURE_CELL_BASE_REG_HINTS = 0x8 constant NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES (line 5094) | NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES = 0x80000 constant NL80211_FEATURE_DYNAMIC_SMPS (line 5095) | NL80211_FEATURE_DYNAMIC_SMPS = 0x2000000 constant NL80211_FEATURE_FULL_AP_CLIENT_STATE (line 5096) | NL80211_FEATURE_FULL_AP_CLIENT_STATE = 0x8000 constant NL80211_FEATURE_HT_IBSS (line 5097) | NL80211_FEATURE_HT_IBSS = 0x2 constant NL80211_FEATURE_INACTIVITY_TIMER (line 5098) | NL80211_FEATURE_INACTIVITY_TIMER = 0x4 constant NL80211_FEATURE_LOW_PRIORITY_SCAN (line 5099) | NL80211_FEATURE_LOW_PRIORITY_SCAN = 0x40 constant NL80211_FEATURE_MAC_ON_CREATE (line 5100) | NL80211_FEATURE_MAC_ON_CREATE = 0x8000000 constant NL80211_FEATURE_ND_RANDOM_MAC_ADDR (line 5101) | NL80211_FEATURE_ND_RANDOM_MAC_ADDR = 0x80000000 constant NL80211_FEATURE_NEED_OBSS_SCAN (line 5102) | NL80211_FEATURE_NEED_OBSS_SCAN = 0x400 constant NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL (line 5103) | NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL = 0x10 constant NL80211_FEATURE_P2P_GO_CTWIN (line 5104) | NL80211_FEATURE_P2P_GO_CTWIN = 0x800 constant NL80211_FEATURE_P2P_GO_OPPPS (line 5105) | NL80211_FEATURE_P2P_GO_OPPPS = 0x1000 constant NL80211_FEATURE_QUIET (line 5106) | NL80211_FEATURE_QUIET = 0x200000 constant NL80211_FEATURE_SAE (line 5107) | NL80211_FEATURE_SAE = 0x20 constant NL80211_FEATURE_SCAN_FLUSH (line 5108) | NL80211_FEATURE_SCAN_FLUSH = 0x80 constant NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR (line 5109) | NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = 0x20000000 constant NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR (line 5110) | NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR = 0x40000000 constant NL80211_FEATURE_SK_TX_STATUS (line 5111) | NL80211_FEATURE_SK_TX_STATUS = 0x1 constant NL80211_FEATURE_STATIC_SMPS (line 5112) | NL80211_FEATURE_STATIC_SMPS = 0x1000000 constant NL80211_FEATURE_SUPPORTS_WMM_ADMISSION (line 5113) | NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 0x4000000 constant NL80211_FEATURE_TDLS_CHANNEL_SWITCH (line 5114) | NL80211_FEATURE_TDLS_CHANNEL_SWITCH = 0x10000000 constant NL80211_FEATURE_TX_POWER_INSERTION (line 5115) | NL80211_FEATURE_TX_POWER_INSERTION = 0x400000 constant NL80211_FEATURE_USERSPACE_MPM (line 5116) | NL80211_FEATURE_USERSPACE_MPM = 0x10000 constant NL80211_FEATURE_VIF_TXPOWER (line 5117) | NL80211_FEATURE_VIF_TXPOWER = 0x200 constant NL80211_FEATURE_WFA_TPC_IE_IN_PROBES (line 5118) | NL80211_FEATURE_WFA_TPC_IE_IN_PROBES = 0x100000 constant NL80211_FILS_DISCOVERY_ATTR_INT_MAX (line 5119) | NL80211_FILS_DISCOVERY_ATTR_INT_MAX = 0x2 constant NL80211_FILS_DISCOVERY_ATTR_INT_MIN (line 5120) | NL80211_FILS_DISCOVERY_ATTR_INT_MIN = 0x1 constant NL80211_FILS_DISCOVERY_ATTR_MAX (line 5121) | NL80211_FILS_DISCOVERY_ATTR_MAX = 0x3 constant NL80211_FILS_DISCOVERY_ATTR_TMPL (line 5122) | NL80211_FILS_DISCOVERY_ATTR_TMPL = 0x3 constant NL80211_FILS_DISCOVERY_TMPL_MIN_LEN (line 5123) | NL80211_FILS_DISCOVERY_TMPL_MIN_LEN = 0x2a constant NL80211_FREQUENCY_ATTR_16MHZ (line 5124) | NL80211_FREQUENCY_ATTR_16MHZ = 0x19 constant NL80211_FREQUENCY_ATTR_1MHZ (line 5125) | NL80211_FREQUENCY_ATTR_1MHZ = 0x15 constant NL80211_FREQUENCY_ATTR_2MHZ (line 5126) | NL80211_FREQUENCY_ATTR_2MHZ = 0x16 constant NL80211_FREQUENCY_ATTR_4MHZ (line 5127) | NL80211_FREQUENCY_ATTR_4MHZ = 0x17 constant NL80211_FREQUENCY_ATTR_8MHZ (line 5128) | NL80211_FREQUENCY_ATTR_8MHZ = 0x18 constant NL80211_FREQUENCY_ATTR_DFS_CAC_TIME (line 5129) | NL80211_FREQUENCY_ATTR_DFS_CAC_TIME = 0xd constant NL80211_FREQUENCY_ATTR_DFS_STATE (line 5130) | NL80211_FREQUENCY_ATTR_DFS_STATE = 0x7 constant NL80211_FREQUENCY_ATTR_DFS_TIME (line 5131) | NL80211_FREQUENCY_ATTR_DFS_TIME = 0x8 constant NL80211_FREQUENCY_ATTR_DISABLED (line 5132) | NL80211_FREQUENCY_ATTR_DISABLED = 0x2 constant NL80211_FREQUENCY_ATTR_FREQ (line 5133) | NL80211_FREQUENCY_ATTR_FREQ = 0x1 constant NL80211_FREQUENCY_ATTR_GO_CONCURRENT (line 5134) | NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_INDOOR_ONLY (line 5135) | NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe constant NL80211_FREQUENCY_ATTR_IR_CONCURRENT (line 5136) | NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_MAX (line 5137) | NL80211_FREQUENCY_ATTR_MAX = 0x1b constant NL80211_FREQUENCY_ATTR_MAX_TX_POWER (line 5138) | NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 constant NL80211_FREQUENCY_ATTR_NO_10MHZ (line 5139) | NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 constant NL80211_FREQUENCY_ATTR_NO_160MHZ (line 5140) | NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc constant NL80211_FREQUENCY_ATTR_NO_20MHZ (line 5141) | NL80211_FREQUENCY_ATTR_NO_20MHZ = 0x10 constant NL80211_FREQUENCY_ATTR_NO_320MHZ (line 5142) | NL80211_FREQUENCY_ATTR_NO_320MHZ = 0x1a constant NL80211_FREQUENCY_ATTR_NO_80MHZ (line 5143) | NL80211_FREQUENCY_ATTR_NO_80MHZ = 0xb constant NL80211_FREQUENCY_ATTR_NO_EHT (line 5144) | NL80211_FREQUENCY_ATTR_NO_EHT = 0x1b constant NL80211_FREQUENCY_ATTR_NO_HE (line 5145) | NL80211_FREQUENCY_ATTR_NO_HE = 0x13 constant NL80211_FREQUENCY_ATTR_NO_HT40_MINUS (line 5146) | NL80211_FREQUENCY_ATTR_NO_HT40_MINUS = 0x9 constant NL80211_FREQUENCY_ATTR_NO_HT40_PLUS (line 5147) | NL80211_FREQUENCY_ATTR_NO_HT40_PLUS = 0xa constant NL80211_FREQUENCY_ATTR_NO_IBSS (line 5148) | NL80211_FREQUENCY_ATTR_NO_IBSS = 0x3 constant NL80211_FREQUENCY_ATTR_NO_IR (line 5149) | NL80211_FREQUENCY_ATTR_NO_IR = 0x3 constant NL80211_FREQUENCY_ATTR_OFFSET (line 5150) | NL80211_FREQUENCY_ATTR_OFFSET = 0x14 constant NL80211_FREQUENCY_ATTR_PASSIVE_SCAN (line 5151) | NL80211_FREQUENCY_ATTR_PASSIVE_SCAN = 0x3 constant NL80211_FREQUENCY_ATTR_RADAR (line 5152) | NL80211_FREQUENCY_ATTR_RADAR = 0x5 constant NL80211_FREQUENCY_ATTR_WMM (line 5153) | NL80211_FREQUENCY_ATTR_WMM = 0x12 constant NL80211_FTM_RESP_ATTR_CIVICLOC (line 5154) | NL80211_FTM_RESP_ATTR_CIVICLOC = 0x3 constant NL80211_FTM_RESP_ATTR_ENABLED (line 5155) | NL80211_FTM_RESP_ATTR_ENABLED = 0x1 constant NL80211_FTM_RESP_ATTR_LCI (line 5156) | NL80211_FTM_RESP_ATTR_LCI = 0x2 constant NL80211_FTM_RESP_ATTR_MAX (line 5157) | NL80211_FTM_RESP_ATTR_MAX = 0x3 constant NL80211_FTM_STATS_ASAP_NUM (line 5158) | NL80211_FTM_STATS_ASAP_NUM = 0x4 constant NL80211_FTM_STATS_FAILED_NUM (line 5159) | NL80211_FTM_STATS_FAILED_NUM = 0x3 constant NL80211_FTM_STATS_MAX (line 5160) | NL80211_FTM_STATS_MAX = 0xa constant NL80211_FTM_STATS_NON_ASAP_NUM (line 5161) | NL80211_FTM_STATS_NON_ASAP_NUM = 0x5 constant NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM (line 5162) | NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM = 0x9 constant NL80211_FTM_STATS_PAD (line 5163) | NL80211_FTM_STATS_PAD = 0xa constant NL80211_FTM_STATS_PARTIAL_NUM (line 5164) | NL80211_FTM_STATS_PARTIAL_NUM = 0x2 constant NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM (line 5165) | NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM = 0x8 constant NL80211_FTM_STATS_SUCCESS_NUM (line 5166) | NL80211_FTM_STATS_SUCCESS_NUM = 0x1 constant NL80211_FTM_STATS_TOTAL_DURATION_MSEC (line 5167) | NL80211_FTM_STATS_TOTAL_DURATION_MSEC = 0x6 constant NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM (line 5168) | NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM = 0x7 constant NL80211_GENL_NAME (line 5169) | NL80211_GENL_NAME = "nl80211" constant NL80211_HE_BSS_COLOR_ATTR_COLOR (line 5170) | NL80211_HE_BSS_COLOR_ATTR_COLOR = 0x1 constant NL80211_HE_BSS_COLOR_ATTR_DISABLED (line 5171) | NL80211_HE_BSS_COLOR_ATTR_DISABLED = 0x2 constant NL80211_HE_BSS_COLOR_ATTR_MAX (line 5172) | NL80211_HE_BSS_COLOR_ATTR_MAX = 0x3 constant NL80211_HE_BSS_COLOR_ATTR_PARTIAL (line 5173) | NL80211_HE_BSS_COLOR_ATTR_PARTIAL = 0x3 constant NL80211_HE_MAX_CAPABILITY_LEN (line 5174) | NL80211_HE_MAX_CAPABILITY_LEN = 0x36 constant NL80211_HE_MIN_CAPABILITY_LEN (line 5175) | NL80211_HE_MIN_CAPABILITY_LEN = 0x10 constant NL80211_HE_NSS_MAX (line 5176) | NL80211_HE_NSS_MAX = 0x8 constant NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP (line 5177) | NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP = 0x4 constant NL80211_HE_OBSS_PD_ATTR_MAX (line 5178) | NL80211_HE_OBSS_PD_ATTR_MAX = 0x6 constant NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET (line 5179) | NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET = 0x2 constant NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET (line 5180) | NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET = 0x1 constant NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET (line 5181) | NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET = 0x3 constant NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP (line 5182) | NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP = 0x5 constant NL80211_HE_OBSS_PD_ATTR_SR_CTRL (line 5183) | NL80211_HE_OBSS_PD_ATTR_SR_CTRL = 0x6 constant NL80211_HIDDEN_SSID_NOT_IN_USE (line 5184) | NL80211_HIDDEN_SSID_NOT_IN_USE = 0x0 constant NL80211_HIDDEN_SSID_ZERO_CONTENTS (line 5185) | NL80211_HIDDEN_SSID_ZERO_CONTENTS = 0x2 constant NL80211_HIDDEN_SSID_ZERO_LEN (line 5186) | NL80211_HIDDEN_SSID_ZERO_LEN = 0x1 constant NL80211_HT_CAPABILITY_LEN (line 5187) | NL80211_HT_CAPABILITY_LEN = 0x1a constant NL80211_IFACE_COMB_BI_MIN_GCD (line 5188) | NL80211_IFACE_COMB_BI_MIN_GCD = 0x7 constant NL80211_IFACE_COMB_LIMITS (line 5189) | NL80211_IFACE_COMB_LIMITS = 0x1 constant NL80211_IFACE_COMB_MAXNUM (line 5190) | NL80211_IFACE_COMB_MAXNUM = 0x2 constant NL80211_IFACE_COMB_NUM_CHANNELS (line 5191) | NL80211_IFACE_COMB_NUM_CHANNELS = 0x4 constant NL80211_IFACE_COMB_RADAR_DETECT_REGIONS (line 5192) | NL80211_IFACE_COMB_RADAR_DETECT_REGIONS = 0x6 constant NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS (line 5193) | NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS = 0x5 constant NL80211_IFACE_COMB_STA_AP_BI_MATCH (line 5194) | NL80211_IFACE_COMB_STA_AP_BI_MATCH = 0x3 constant NL80211_IFACE_COMB_UNSPEC (line 5195) | NL80211_IFACE_COMB_UNSPEC = 0x0 constant NL80211_IFACE_LIMIT_MAX (line 5196) | NL80211_IFACE_LIMIT_MAX = 0x1 constant NL80211_IFACE_LIMIT_TYPES (line 5197) | NL80211_IFACE_LIMIT_TYPES = 0x2 constant NL80211_IFACE_LIMIT_UNSPEC (line 5198) | NL80211_IFACE_LIMIT_UNSPEC = 0x0 constant NL80211_IFTYPE_ADHOC (line 5199) | NL80211_IFTYPE_ADHOC = 0x1 constant NL80211_IFTYPE_AKM_ATTR_IFTYPES (line 5200) | NL80211_IFTYPE_AKM_ATTR_IFTYPES = 0x1 constant NL80211_IFTYPE_AKM_ATTR_MAX (line 5201) | NL80211_IFTYPE_AKM_ATTR_MAX = 0x2 constant NL80211_IFTYPE_AKM_ATTR_SUITES (line 5202) | NL80211_IFTYPE_AKM_ATTR_SUITES = 0x2 constant NL80211_IFTYPE_AP (line 5203) | NL80211_IFTYPE_AP = 0x3 constant NL80211_IFTYPE_AP_VLAN (line 5204) | NL80211_IFTYPE_AP_VLAN = 0x4 constant NL80211_IFTYPE_MAX (line 5205) | NL80211_IFTYPE_MAX = 0xc constant NL80211_IFTYPE_MESH_POINT (line 5206) | NL80211_IFTYPE_MESH_POINT = 0x7 constant NL80211_IFTYPE_MONITOR (line 5207) | NL80211_IFTYPE_MONITOR = 0x6 constant NL80211_IFTYPE_NAN (line 5208) | NL80211_IFTYPE_NAN = 0xc constant NL80211_IFTYPE_OCB (line 5209) | NL80211_IFTYPE_OCB = 0xb constant NL80211_IFTYPE_P2P_CLIENT (line 5210) | NL80211_IFTYPE_P2P_CLIENT = 0x8 constant NL80211_IFTYPE_P2P_DEVICE (line 5211) | NL80211_IFTYPE_P2P_DEVICE = 0xa constant NL80211_IFTYPE_P2P_GO (line 5212) | NL80211_IFTYPE_P2P_GO = 0x9 constant NL80211_IFTYPE_STATION (line 5213) | NL80211_IFTYPE_STATION = 0x2 constant NL80211_IFTYPE_UNSPECIFIED (line 5214) | NL80211_IFTYPE_UNSPECIFIED = 0x0 constant NL80211_IFTYPE_WDS (line 5215) | NL80211_IFTYPE_WDS = 0x5 constant NL80211_KCK_EXT_LEN (line 5216) | NL80211_KCK_EXT_LEN = 0x18 constant NL80211_KCK_LEN (line 5217) | NL80211_KCK_LEN = 0x10 constant NL80211_KEK_EXT_LEN (line 5218) | NL80211_KEK_EXT_LEN = 0x20 constant NL80211_KEK_LEN (line 5219) | NL80211_KEK_LEN = 0x10 constant NL80211_KEY_CIPHER (line 5220) | NL80211_KEY_CIPHER = 0x3 constant NL80211_KEY_DATA (line 5221) | NL80211_KEY_DATA = 0x1 constant NL80211_KEY_DEFAULT_BEACON (line 5222) | NL80211_KEY_DEFAULT_BEACON = 0xa constant NL80211_KEY_DEFAULT (line 5223) | NL80211_KEY_DEFAULT = 0x5 constant NL80211_KEY_DEFAULT_MGMT (line 5224) | NL80211_KEY_DEFAULT_MGMT = 0x6 constant NL80211_KEY_DEFAULT_TYPE_MULTICAST (line 5225) | NL80211_KEY_DEFAULT_TYPE_MULTICAST = 0x2 constant NL80211_KEY_DEFAULT_TYPES (line 5226) | NL80211_KEY_DEFAULT_TYPES = 0x8 constant NL80211_KEY_DEFAULT_TYPE_UNICAST (line 5227) | NL80211_KEY_DEFAULT_TYPE_UNICAST = 0x1 constant NL80211_KEY_IDX (line 5228) | NL80211_KEY_IDX = 0x2 constant NL80211_KEY_MAX (line 5229) | NL80211_KEY_MAX = 0xa constant NL80211_KEY_MODE (line 5230) | NL80211_KEY_MODE = 0x9 constant NL80211_KEY_NO_TX (line 5231) | NL80211_KEY_NO_TX = 0x1 constant NL80211_KEY_RX_TX (line 5232) | NL80211_KEY_RX_TX = 0x0 constant NL80211_KEY_SEQ (line 5233) | NL80211_KEY_SEQ = 0x4 constant NL80211_KEY_SET_TX (line 5234) | NL80211_KEY_SET_TX = 0x2 constant NL80211_KEY_TYPE (line 5235) | NL80211_KEY_TYPE = 0x7 constant NL80211_KEYTYPE_GROUP (line 5236) | NL80211_KEYTYPE_GROUP = 0x0 constant NL80211_KEYTYPE_PAIRWISE (line 5237) | NL80211_KEYTYPE_PAIRWISE = 0x1 constant NL80211_KEYTYPE_PEERKEY (line 5238) | NL80211_KEYTYPE_PEERKEY = 0x2 constant NL80211_MAX_NR_AKM_SUITES (line 5239) | NL80211_MAX_NR_AKM_SUITES = 0x2 constant NL80211_MAX_NR_CIPHER_SUITES (line 5240) | NL80211_MAX_NR_CIPHER_SUITES = 0x5 constant NL80211_MAX_SUPP_HT_RATES (line 5241) | NL80211_MAX_SUPP_HT_RATES = 0x4d constant NL80211_MAX_SUPP_RATES (line 5242) | NL80211_MAX_SUPP_RATES = 0x20 constant NL80211_MAX_SUPP_REG_RULES (line 5243) | NL80211_MAX_SUPP_REG_RULES = 0x80 constant NL80211_MBSSID_CONFIG_ATTR_EMA (line 5244) | NL80211_MBSSID_CONFIG_ATTR_EMA = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_INDEX (line 5245) | NL80211_MBSSID_CONFIG_ATTR_INDEX = 0x3 constant NL80211_MBSSID_CONFIG_ATTR_MAX (line 5246) | NL80211_MBSSID_CONFIG_ATTR_MAX = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY (line 5247) | NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY = 0x2 constant NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES (line 5248) | NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES = 0x1 constant NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX (line 5249) | NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX = 0x4 constant NL80211_MESHCONF_ATTR_MAX (line 5250) | NL80211_MESHCONF_ATTR_MAX = 0x1f constant NL80211_MESHCONF_AUTO_OPEN_PLINKS (line 5251) | NL80211_MESHCONF_AUTO_OPEN_PLINKS = 0x7 constant NL80211_MESHCONF_AWAKE_WINDOW (line 5252) | NL80211_MESHCONF_AWAKE_WINDOW = 0x1b constant NL80211_MESHCONF_CONFIRM_TIMEOUT (line 5253) | NL80211_MESHCONF_CONFIRM_TIMEOUT = 0x2 constant NL80211_MESHCONF_CONNECTED_TO_AS (line 5254) | NL80211_MESHCONF_CONNECTED_TO_AS = 0x1f constant NL80211_MESHCONF_CONNECTED_TO_GATE (line 5255) | NL80211_MESHCONF_CONNECTED_TO_GATE = 0x1d constant NL80211_MESHCONF_ELEMENT_TTL (line 5256) | NL80211_MESHCONF_ELEMENT_TTL = 0xf constant NL80211_MESHCONF_FORWARDING (line 5257) | NL80211_MESHCONF_FORWARDING = 0x13 constant NL80211_MESHCONF_GATE_ANNOUNCEMENTS (line 5258) | NL80211_MESHCONF_GATE_ANNOUNCEMENTS = 0x11 constant NL80211_MESHCONF_HOLDING_TIMEOUT (line 5259) | NL80211_MESHCONF_HOLDING_TIMEOUT = 0x3 constant NL80211_MESHCONF_HT_OPMODE (line 5260) | NL80211_MESHCONF_HT_OPMODE = 0x16 constant NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT (line 5261) | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT = 0xb constant NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL (line 5262) | NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL = 0x19 constant NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES (line 5263) | NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES = 0x8 constant NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME (line 5264) | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME = 0xd constant NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT (line 5265) | NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT = 0x17 constant NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL (line 5266) | NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL = 0x12 constant NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL (line 5267) | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL = 0xc constant NL80211_MESHCONF_HWMP_RANN_INTERVAL (line 5268) | NL80211_MESHCONF_HWMP_RANN_INTERVAL = 0x10 constant NL80211_MESHCONF_HWMP_ROOT_INTERVAL (line 5269) | NL80211_MESHCONF_HWMP_ROOT_INTERVAL = 0x18 constant NL80211_MESHCONF_HWMP_ROOTMODE (line 5270) | NL80211_MESHCONF_HWMP_ROOTMODE = 0xe constant NL80211_MESHCONF_MAX_PEER_LINKS (line 5271) | NL80211_MESHCONF_MAX_PEER_LINKS = 0x4 constant NL80211_MESHCONF_MAX_RETRIES (line 5272) | NL80211_MESHCONF_MAX_RETRIES = 0x5 constant NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT (line 5273) | NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT = 0xa constant NL80211_MESHCONF_NOLEARN (line 5274) | NL80211_MESHCONF_NOLEARN = 0x1e constant NL80211_MESHCONF_PATH_REFRESH_TIME (line 5275) | NL80211_MESHCONF_PATH_REFRESH_TIME = 0x9 constant NL80211_MESHCONF_PLINK_TIMEOUT (line 5276) | NL80211_MESHCONF_PLINK_TIMEOUT = 0x1c constant NL80211_MESHCONF_POWER_MODE (line 5277) | NL80211_MESHCONF_POWER_MODE = 0x1a constant NL80211_MESHCONF_RETRY_TIMEOUT (line 5278) | NL80211_MESHCONF_RETRY_TIMEOUT = 0x1 constant NL80211_MESHCONF_RSSI_THRESHOLD (line 5279) | NL80211_MESHCONF_RSSI_THRESHOLD = 0x14 constant NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR (line 5280) | NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR = 0x15 constant NL80211_MESHCONF_TTL (line 5281) | NL80211_MESHCONF_TTL = 0x6 constant NL80211_MESH_POWER_ACTIVE (line 5282) | NL80211_MESH_POWER_ACTIVE = 0x1 constant NL80211_MESH_POWER_DEEP_SLEEP (line 5283) | NL80211_MESH_POWER_DEEP_SLEEP = 0x3 constant NL80211_MESH_POWER_LIGHT_SLEEP (line 5284) | NL80211_MESH_POWER_LIGHT_SLEEP = 0x2 constant NL80211_MESH_POWER_MAX (line 5285) | NL80211_MESH_POWER_MAX = 0x3 constant NL80211_MESH_POWER_UNKNOWN (line 5286) | NL80211_MESH_POWER_UNKNOWN = 0x0 constant NL80211_MESH_SETUP_ATTR_MAX (line 5287) | NL80211_MESH_SETUP_ATTR_MAX = 0x8 constant NL80211_MESH_SETUP_AUTH_PROTOCOL (line 5288) | NL80211_MESH_SETUP_AUTH_PROTOCOL = 0x8 constant NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC (line 5289) | NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC = 0x2 constant NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL (line 5290) | NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL = 0x1 constant NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC (line 5291) | NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC = 0x6 constant NL80211_MESH_SETUP_IE (line 5292) | NL80211_MESH_SETUP_IE = 0x3 constant NL80211_MESH_SETUP_USERSPACE_AMPE (line 5293) | NL80211_MESH_SETUP_USERSPACE_AMPE = 0x5 constant NL80211_MESH_SETUP_USERSPACE_AUTH (line 5294) | NL80211_MESH_SETUP_USERSPACE_AUTH = 0x4 constant NL80211_MESH_SETUP_USERSPACE_MPM (line 5295) | NL80211_MESH_SETUP_USERSPACE_MPM = 0x7 constant NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE (line 5296) | NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE = 0x3 constant NL80211_MFP_NO (line 5297) | NL80211_MFP_NO = 0x0 constant NL80211_MFP_OPTIONAL (line 5298) | NL80211_MFP_OPTIONAL = 0x2 constant NL80211_MFP_REQUIRED (line 5299) | NL80211_MFP_REQUIRED = 0x1 constant NL80211_MIN_REMAIN_ON_CHANNEL_TIME (line 5300) | NL80211_MIN_REMAIN_ON_CHANNEL_TIME = 0xa constant NL80211_MNTR_FLAG_ACTIVE (line 5301) | NL80211_MNTR_FLAG_ACTIVE = 0x6 constant NL80211_MNTR_FLAG_CONTROL (line 5302) | NL80211_MNTR_FLAG_CONTROL = 0x3 constant NL80211_MNTR_FLAG_COOK_FRAMES (line 5303) | NL80211_MNTR_FLAG_COOK_FRAMES = 0x5 constant NL80211_MNTR_FLAG_FCSFAIL (line 5304) | NL80211_MNTR_FLAG_FCSFAIL = 0x1 constant NL80211_MNTR_FLAG_MAX (line 5305) | NL80211_MNTR_FLAG_MAX = 0x6 constant NL80211_MNTR_FLAG_OTHER_BSS (line 5306) | NL80211_MNTR_FLAG_OTHER_BSS = 0x4 constant NL80211_MNTR_FLAG_PLCPFAIL (line 5307) | NL80211_MNTR_FLAG_PLCPFAIL = 0x2 constant NL80211_MPATH_FLAG_ACTIVE (line 5308) | NL80211_MPATH_FLAG_ACTIVE = 0x1 constant NL80211_MPATH_FLAG_FIXED (line 5309) | NL80211_MPATH_FLAG_FIXED = 0x8 constant NL80211_MPATH_FLAG_RESOLVED (line 5310) | NL80211_MPATH_FLAG_RESOLVED = 0x10 constant NL80211_MPATH_FLAG_RESOLVING (line 5311) | NL80211_MPATH_FLAG_RESOLVING = 0x2 constant NL80211_MPATH_FLAG_SN_VALID (line 5312) | NL80211_MPATH_FLAG_SN_VALID = 0x4 constant NL80211_MPATH_INFO_DISCOVERY_RETRIES (line 5313) | NL80211_MPATH_INFO_DISCOVERY_RETRIES = 0x7 constant NL80211_MPATH_INFO_DISCOVERY_TIMEOUT (line 5314) | NL80211_MPATH_INFO_DISCOVERY_TIMEOUT = 0x6 constant NL80211_MPATH_INFO_EXPTIME (line 5315) | NL80211_MPATH_INFO_EXPTIME = 0x4 constant NL80211_MPATH_INFO_FLAGS (line 5316) | NL80211_MPATH_INFO_FLAGS = 0x5 constant NL80211_MPATH_INFO_FRAME_QLEN (line 5317) | NL80211_MPATH_INFO_FRAME_QLEN = 0x1 constant NL80211_MPATH_INFO_HOP_COUNT (line 5318) | NL80211_MPATH_INFO_HOP_COUNT = 0x8 constant NL80211_MPATH_INFO_MAX (line 5319) | NL80211_MPATH_INFO_MAX = 0x9 constant NL80211_MPATH_INFO_METRIC (line 5320) | NL80211_MPATH_INFO_METRIC = 0x3 constant NL80211_MPATH_INFO_PATH_CHANGE (line 5321) | NL80211_MPATH_INFO_PATH_CHANGE = 0x9 constant NL80211_MPATH_INFO_SN (line 5322) | NL80211_MPATH_INFO_SN = 0x2 constant NL80211_MULTICAST_GROUP_CONFIG (line 5323) | NL80211_MULTICAST_GROUP_CONFIG = "config" constant NL80211_MULTICAST_GROUP_MLME (line 5324) | NL80211_MULTICAST_GROUP_MLME = "mlme" constant NL80211_MULTICAST_GROUP_NAN (line 5325) | NL80211_MULTICAST_GROUP_NAN = "nan" constant NL80211_MULTICAST_GROUP_REG (line 5326) | NL80211_MULTICAST_GROUP_REG = "regulatory" constant NL80211_MULTICAST_GROUP_SCAN (line 5327) | NL80211_MULTICAST_GROUP_SCAN = "scan" constant NL80211_MULTICAST_GROUP_TESTMODE (line 5328) | NL80211_MULTICAST_GROUP_TESTMODE = "testmode" constant NL80211_MULTICAST_GROUP_VENDOR (line 5329) | NL80211_MULTICAST_GROUP_VENDOR = "vendor" constant NL80211_NAN_FUNC_ATTR_MAX (line 5330) | NL80211_NAN_FUNC_ATTR_MAX = 0x10 constant NL80211_NAN_FUNC_CLOSE_RANGE (line 5331) | NL80211_NAN_FUNC_CLOSE_RANGE = 0x9 constant NL80211_NAN_FUNC_FOLLOW_UP (line 5332) | NL80211_NAN_FUNC_FOLLOW_UP = 0x2 constant NL80211_NAN_FUNC_FOLLOW_UP_DEST (line 5333) | NL80211_NAN_FUNC_FOLLOW_UP_DEST = 0x8 constant NL80211_NAN_FUNC_FOLLOW_UP_ID (line 5334) | NL80211_NAN_FUNC_FOLLOW_UP_ID = 0x6 constant NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID (line 5335) | NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID = 0x7 constant NL80211_NAN_FUNC_INSTANCE_ID (line 5336) | NL80211_NAN_FUNC_INSTANCE_ID = 0xf constant NL80211_NAN_FUNC_MAX_TYPE (line 5337) | NL80211_NAN_FUNC_MAX_TYPE = 0x2 constant NL80211_NAN_FUNC_PUBLISH_BCAST (line 5338) | NL80211_NAN_FUNC_PUBLISH_BCAST = 0x4 constant NL80211_NAN_FUNC_PUBLISH (line 5339) | NL80211_NAN_FUNC_PUBLISH = 0x0 constant NL80211_NAN_FUNC_PUBLISH_TYPE (line 5340) | NL80211_NAN_FUNC_PUBLISH_TYPE = 0x3 constant NL80211_NAN_FUNC_RX_MATCH_FILTER (line 5341) | NL80211_NAN_FUNC_RX_MATCH_FILTER = 0xd constant NL80211_NAN_FUNC_SERVICE_ID (line 5342) | NL80211_NAN_FUNC_SERVICE_ID = 0x2 constant NL80211_NAN_FUNC_SERVICE_ID_LEN (line 5343) | NL80211_NAN_FUNC_SERVICE_ID_LEN = 0x6 constant NL80211_NAN_FUNC_SERVICE_INFO (line 5344) | NL80211_NAN_FUNC_SERVICE_INFO = 0xb constant NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN (line 5345) | NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SRF (line 5346) | NL80211_NAN_FUNC_SRF = 0xc constant NL80211_NAN_FUNC_SRF_MAX_LEN (line 5347) | NL80211_NAN_FUNC_SRF_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE (line 5348) | NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE = 0x5 constant NL80211_NAN_FUNC_SUBSCRIBE (line 5349) | NL80211_NAN_FUNC_SUBSCRIBE = 0x1 constant NL80211_NAN_FUNC_TERM_REASON (line 5350) | NL80211_NAN_FUNC_TERM_REASON = 0x10 constant NL80211_NAN_FUNC_TERM_REASON_ERROR (line 5351) | NL80211_NAN_FUNC_TERM_REASON_ERROR = 0x2 constant NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED (line 5352) | NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED = 0x1 constant NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST (line 5353) | NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST = 0x0 constant NL80211_NAN_FUNC_TTL (line 5354) | NL80211_NAN_FUNC_TTL = 0xa constant NL80211_NAN_FUNC_TX_MATCH_FILTER (line 5355) | NL80211_NAN_FUNC_TX_MATCH_FILTER = 0xe constant NL80211_NAN_FUNC_TYPE (line 5356) | NL80211_NAN_FUNC_TYPE = 0x1 constant NL80211_NAN_MATCH_ATTR_MAX (line 5357) | NL80211_NAN_MATCH_ATTR_MAX = 0x2 constant NL80211_NAN_MATCH_FUNC_LOCAL (line 5358) | NL80211_NAN_MATCH_FUNC_LOCAL = 0x1 constant NL80211_NAN_MATCH_FUNC_PEER (line 5359) | NL80211_NAN_MATCH_FUNC_PEER = 0x2 constant NL80211_NAN_SOLICITED_PUBLISH (line 5360) | NL80211_NAN_SOLICITED_PUBLISH = 0x1 constant NL80211_NAN_SRF_ATTR_MAX (line 5361) | NL80211_NAN_SRF_ATTR_MAX = 0x4 constant NL80211_NAN_SRF_BF (line 5362) | NL80211_NAN_SRF_BF = 0x2 constant NL80211_NAN_SRF_BF_IDX (line 5363) | NL80211_NAN_SRF_BF_IDX = 0x3 constant NL80211_NAN_SRF_INCLUDE (line 5364) | NL80211_NAN_SRF_INCLUDE = 0x1 constant NL80211_NAN_SRF_MAC_ADDRS (line 5365) | NL80211_NAN_SRF_MAC_ADDRS = 0x4 constant NL80211_NAN_UNSOLICITED_PUBLISH (line 5366) | NL80211_NAN_UNSOLICITED_PUBLISH = 0x2 constant NL80211_NUM_ACS (line 5367) | NL80211_NUM_ACS = 0x4 constant NL80211_P2P_PS_SUPPORTED (line 5368) | NL80211_P2P_PS_SUPPORTED = 0x1 constant NL80211_P2P_PS_UNSUPPORTED (line 5369) | NL80211_P2P_PS_UNSUPPORTED = 0x0 constant NL80211_PKTPAT_MASK (line 5370) | NL80211_PKTPAT_MASK = 0x1 constant NL80211_PKTPAT_OFFSET (line 5371) | NL80211_PKTPAT_OFFSET = 0x3 constant NL80211_PKTPAT_PATTERN (line 5372) | NL80211_PKTPAT_PATTERN = 0x2 constant NL80211_PLINK_ACTION_BLOCK (line 5373) | NL80211_PLINK_ACTION_BLOCK = 0x2 constant NL80211_PLINK_ACTION_NO_ACTION (line 5374) | NL80211_PLINK_ACTION_NO_ACTION = 0x0 constant NL80211_PLINK_ACTION_OPEN (line 5375) | NL80211_PLINK_ACTION_OPEN = 0x1 constant NL80211_PLINK_BLOCKED (line 5376) | NL80211_PLINK_BLOCKED = 0x6 constant NL80211_PLINK_CNF_RCVD (line 5377) | NL80211_PLINK_CNF_RCVD = 0x3 constant NL80211_PLINK_ESTAB (line 5378) | NL80211_PLINK_ESTAB = 0x4 constant NL80211_PLINK_HOLDING (line 5379) | NL80211_PLINK_HOLDING = 0x5 constant NL80211_PLINK_LISTEN (line 5380) | NL80211_PLINK_LISTEN = 0x0 constant NL80211_PLINK_OPN_RCVD (line 5381) | NL80211_PLINK_OPN_RCVD = 0x2 constant NL80211_PLINK_OPN_SNT (line 5382) | NL80211_PLINK_OPN_SNT = 0x1 constant NL80211_PMKSA_CANDIDATE_BSSID (line 5383) | NL80211_PMKSA_CANDIDATE_BSSID = 0x2 constant NL80211_PMKSA_CANDIDATE_INDEX (line 5384) | NL80211_PMKSA_CANDIDATE_INDEX = 0x1 constant NL80211_PMKSA_CANDIDATE_PREAUTH (line 5385) | NL80211_PMKSA_CANDIDATE_PREAUTH = 0x3 constant NL80211_PMSR_ATTR_MAX (line 5386) | NL80211_PMSR_ATTR_MAX = 0x5 constant NL80211_PMSR_ATTR_MAX_PEERS (line 5387) | NL80211_PMSR_ATTR_MAX_PEERS = 0x1 constant NL80211_PMSR_ATTR_PEERS (line 5388) | NL80211_PMSR_ATTR_PEERS = 0x5 constant NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR (line 5389) | NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR = 0x3 constant NL80211_PMSR_ATTR_REPORT_AP_TSF (line 5390) | NL80211_PMSR_ATTR_REPORT_AP_TSF = 0x2 constant NL80211_PMSR_ATTR_TYPE_CAPA (line 5391) | NL80211_PMSR_ATTR_TYPE_CAPA = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_ASAP (line 5392) | NL80211_PMSR_FTM_CAPA_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS (line 5393) | NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS = 0x6 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT (line 5394) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT = 0x7 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX (line 5395) | NL80211_PMSR_FTM_CAPA_ATTR_MAX = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST (line 5396) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP (line 5397) | NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP = 0x2 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED (line 5398) | NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES (line 5399) | NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES = 0x5 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC (line 5400) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI (line 5401) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI = 0x3 constant NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED (line 5402) | NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED = 0x9 constant NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS (line 5403) | NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS = 0x7 constant NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP (line 5404) | NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP = 0x5 constant NL80211_PMSR_FTM_FAILURE_NO_RESPONSE (line 5405) | NL80211_PMSR_FTM_FAILURE_NO_RESPONSE = 0x1 constant NL80211_PMSR_FTM_FAILURE_PEER_BUSY (line 5406) | NL80211_PMSR_FTM_FAILURE_PEER_BUSY = 0x6 constant NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE (line 5407) | NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE = 0x4 constant NL80211_PMSR_FTM_FAILURE_REJECTED (line 5408) | NL80211_PMSR_FTM_FAILURE_REJECTED = 0x2 constant NL80211_PMSR_FTM_FAILURE_UNSPECIFIED (line 5409) | NL80211_PMSR_FTM_FAILURE_UNSPECIFIED = 0x0 constant NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL (line 5410) | NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_ASAP (line 5411) | NL80211_PMSR_FTM_REQ_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR (line 5412) | NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION (line 5413) | NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION = 0x5 constant NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD (line 5414) | NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD = 0x4 constant NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST (line 5415) | NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST = 0x6 constant NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK (line 5416) | NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK = 0xc constant NL80211_PMSR_FTM_REQ_ATTR_MAX (line 5417) | NL80211_PMSR_FTM_REQ_ATTR_MAX = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED (line 5418) | NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED = 0xb constant NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP (line 5419) | NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES (line 5420) | NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES = 0x7 constant NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE (line 5421) | NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE = 0x2 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC (line 5422) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC = 0x9 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI (line 5423) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI = 0x8 constant NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED (line 5424) | NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION (line 5425) | NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION = 0x7 constant NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX (line 5426) | NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX = 0x2 constant NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME (line 5427) | NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME = 0x5 constant NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC (line 5428) | NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC = 0x14 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG (line 5429) | NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG = 0x10 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD (line 5430) | NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD = 0x12 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE (line 5431) | NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE = 0x11 constant NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON (line 5432) | NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON = 0x1 constant NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST (line 5433) | NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_RESP_ATTR_LCI (line 5434) | NL80211_PMSR_FTM_RESP_ATTR_LCI = 0x13 constant NL80211_PMSR_FTM_RESP_ATTR_MAX (line 5435) | NL80211_PMSR_FTM_RESP_ATTR_MAX = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP (line 5436) | NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP = 0x6 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS (line 5437) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS = 0x3 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES (line 5438) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES = 0x4 constant NL80211_PMSR_FTM_RESP_ATTR_PAD (line 5439) | NL80211_PMSR_FTM_RESP_ATTR_PAD = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG (line 5440) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG = 0x9 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD (line 5441) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG (line 5442) | NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG = 0xd constant NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD (line 5443) | NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD = 0xf constant NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE (line 5444) | NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE = 0xe constant NL80211_PMSR_FTM_RESP_ATTR_RX_RATE (line 5445) | NL80211_PMSR_FTM_RESP_ATTR_RX_RATE = 0xc constant NL80211_PMSR_FTM_RESP_ATTR_TX_RATE (line 5446) | NL80211_PMSR_FTM_RESP_ATTR_TX_RATE = 0xb constant NL80211_PMSR_PEER_ATTR_ADDR (line 5447) | NL80211_PMSR_PEER_ATTR_ADDR = 0x1 constant NL80211_PMSR_PEER_ATTR_CHAN (line 5448) | NL80211_PMSR_PEER_ATTR_CHAN = 0x2 constant NL80211_PMSR_PEER_ATTR_MAX (line 5449) | NL80211_PMSR_PEER_ATTR_MAX = 0x4 constant NL80211_PMSR_PEER_ATTR_REQ (line 5450) | NL80211_PMSR_PEER_ATTR_REQ = 0x3 constant NL80211_PMSR_PEER_ATTR_RESP (line 5451) | NL80211_PMSR_PEER_ATTR_RESP = 0x4 constant NL80211_PMSR_REQ_ATTR_DATA (line 5452) | NL80211_PMSR_REQ_ATTR_DATA = 0x1 constant NL80211_PMSR_REQ_ATTR_GET_AP_TSF (line 5453) | NL80211_PMSR_REQ_ATTR_GET_AP_TSF = 0x2 constant NL80211_PMSR_REQ_ATTR_MAX (line 5454) | NL80211_PMSR_REQ_ATTR_MAX = 0x2 constant NL80211_PMSR_RESP_ATTR_AP_TSF (line 5455) | NL80211_PMSR_RESP_ATTR_AP_TSF = 0x4 constant NL80211_PMSR_RESP_ATTR_DATA (line 5456) | NL80211_PMSR_RESP_ATTR_DATA = 0x1 constant NL80211_PMSR_RESP_ATTR_FINAL (line 5457) | NL80211_PMSR_RESP_ATTR_FINAL = 0x5 constant NL80211_PMSR_RESP_ATTR_HOST_TIME (line 5458) | NL80211_PMSR_RESP_ATTR_HOST_TIME = 0x3 constant NL80211_PMSR_RESP_ATTR_MAX (line 5459) | NL80211_PMSR_RESP_ATTR_MAX = 0x6 constant NL80211_PMSR_RESP_ATTR_PAD (line 5460) | NL80211_PMSR_RESP_ATTR_PAD = 0x6 constant NL80211_PMSR_RESP_ATTR_STATUS (line 5461) | NL80211_PMSR_RESP_ATTR_STATUS = 0x2 constant NL80211_PMSR_STATUS_FAILURE (line 5462) | NL80211_PMSR_STATUS_FAILURE = 0x3 constant NL80211_PMSR_STATUS_REFUSED (line 5463) | NL80211_PMSR_STATUS_REFUSED = 0x1 constant NL80211_PMSR_STATUS_SUCCESS (line 5464) | NL80211_PMSR_STATUS_SUCCESS = 0x0 constant NL80211_PMSR_STATUS_TIMEOUT (line 5465) | NL80211_PMSR_STATUS_TIMEOUT = 0x2 constant NL80211_PMSR_TYPE_FTM (line 5466) | NL80211_PMSR_TYPE_FTM = 0x1 constant NL80211_PMSR_TYPE_INVALID (line 5467) | NL80211_PMSR_TYPE_INVALID = 0x0 constant NL80211_PMSR_TYPE_MAX (line 5468) | NL80211_PMSR_TYPE_MAX = 0x1 constant NL80211_PREAMBLE_DMG (line 5469) | NL80211_PREAMBLE_DMG = 0x3 constant NL80211_PREAMBLE_HE (line 5470) | NL80211_PREAMBLE_HE = 0x4 constant NL80211_PREAMBLE_HT (line 5471) | NL80211_PREAMBLE_HT = 0x1 constant NL80211_PREAMBLE_LEGACY (line 5472) | NL80211_PREAMBLE_LEGACY = 0x0 constant NL80211_PREAMBLE_VHT (line 5473) | NL80211_PREAMBLE_VHT = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U (line 5474) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U = 0x8 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P (line 5475) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 0x4 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 (line 5476) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS (line 5477) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS = 0x1 constant NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP (line 5478) | NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP = 0x1 constant NL80211_PS_DISABLED (line 5479) | NL80211_PS_DISABLED = 0x0 constant NL80211_PS_ENABLED (line 5480) | NL80211_PS_ENABLED = 0x1 constant NL80211_RADAR_CAC_ABORTED (line 5481) | NL80211_RADAR_CAC_ABORTED = 0x2 constant NL80211_RADAR_CAC_FINISHED (line 5482) | NL80211_RADAR_CAC_FINISHED = 0x1 constant NL80211_RADAR_CAC_STARTED (line 5483) | NL80211_RADAR_CAC_STARTED = 0x5 constant NL80211_RADAR_DETECTED (line 5484) | NL80211_RADAR_DETECTED = 0x0 constant NL80211_RADAR_NOP_FINISHED (line 5485) | NL80211_RADAR_NOP_FINISHED = 0x3 constant NL80211_RADAR_PRE_CAC_EXPIRED (line 5486) | NL80211_RADAR_PRE_CAC_EXPIRED = 0x4 constant NL80211_RATE_INFO_10_MHZ_WIDTH (line 5487) | NL80211_RATE_INFO_10_MHZ_WIDTH = 0xb constant NL80211_RATE_INFO_160_MHZ_WIDTH (line 5488) | NL80211_RATE_INFO_160_MHZ_WIDTH = 0xa constant NL80211_RATE_INFO_320_MHZ_WIDTH (line 5489) | NL80211_RATE_INFO_320_MHZ_WIDTH = 0x12 constant NL80211_RATE_INFO_40_MHZ_WIDTH (line 5490) | NL80211_RATE_INFO_40_MHZ_WIDTH = 0x3 constant NL80211_RATE_INFO_5_MHZ_WIDTH (line 5491) | NL80211_RATE_INFO_5_MHZ_WIDTH = 0xc constant NL80211_RATE_INFO_80_MHZ_WIDTH (line 5492) | NL80211_RATE_INFO_80_MHZ_WIDTH = 0x8 constant NL80211_RATE_INFO_80P80_MHZ_WIDTH (line 5493) | NL80211_RATE_INFO_80P80_MHZ_WIDTH = 0x9 constant NL80211_RATE_INFO_BITRATE32 (line 5494) | NL80211_RATE_INFO_BITRATE32 = 0x5 constant NL80211_RATE_INFO_BITRATE (line 5495) | NL80211_RATE_INFO_BITRATE = 0x1 constant NL80211_RATE_INFO_EHT_GI_0_8 (line 5496) | NL80211_RATE_INFO_EHT_GI_0_8 = 0x0 constant NL80211_RATE_INFO_EHT_GI_1_6 (line 5497) | NL80211_RATE_INFO_EHT_GI_1_6 = 0x1 constant NL80211_RATE_INFO_EHT_GI_3_2 (line 5498) | NL80211_RATE_INFO_EHT_GI_3_2 = 0x2 constant NL80211_RATE_INFO_EHT_GI (line 5499) | NL80211_RATE_INFO_EHT_GI = 0x15 constant NL80211_RATE_INFO_EHT_MCS (line 5500) | NL80211_RATE_INFO_EHT_MCS = 0x13 constant NL80211_RATE_INFO_EHT_NSS (line 5501) | NL80211_RATE_INFO_EHT_NSS = 0x14 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106 (line 5502) | NL80211_RATE_INFO_EHT_RU_ALLOC_106 = 0x3 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 (line 5503) | NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 = 0x4 constant NL80211_RATE_INFO_EHT_RU_ALLOC_242 (line 5504) | NL80211_RATE_INFO_EHT_RU_ALLOC_242 = 0x5 constant NL80211_RATE_INFO_EHT_RU_ALLOC_26 (line 5505) | NL80211_RATE_INFO_EHT_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 (line 5506) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 = 0xb constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 (line 5507) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 = 0xc constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 (line 5508) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 = 0xd constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 (line 5509) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 = 0xe constant NL80211_RATE_INFO_EHT_RU_ALLOC_484 (line 5510) | NL80211_RATE_INFO_EHT_RU_ALLOC_484 = 0x6 constant NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 (line 5511) | NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 = 0x7 constant NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 (line 5512) | NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 = 0xf constant NL80211_RATE_INFO_EHT_RU_ALLOC_52 (line 5513) | NL80211_RATE_INFO_EHT_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 (line 5514) | NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 = 0x2 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996 (line 5515) | NL80211_RATE_INFO_EHT_RU_ALLOC_996 = 0x8 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 (line 5516) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 = 0x9 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 (line 5517) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 = 0xa constant NL80211_RATE_INFO_EHT_RU_ALLOC (line 5518) | NL80211_RATE_INFO_EHT_RU_ALLOC = 0x16 constant NL80211_RATE_INFO_HE_1XLTF (line 5519) | NL80211_RATE_INFO_HE_1XLTF = 0x0 constant NL80211_RATE_INFO_HE_2XLTF (line 5520) | NL80211_RATE_INFO_HE_2XLTF = 0x1 constant NL80211_RATE_INFO_HE_4XLTF (line 5521) | NL80211_RATE_INFO_HE_4XLTF = 0x2 constant NL80211_RATE_INFO_HE_DCM (line 5522) | NL80211_RATE_INFO_HE_DCM = 0x10 constant NL80211_RATE_INFO_HE_GI_0_8 (line 5523) | NL80211_RATE_INFO_HE_GI_0_8 = 0x0 constant NL80211_RATE_INFO_HE_GI_1_6 (line 5524) | NL80211_RATE_INFO_HE_GI_1_6 = 0x1 constant NL80211_RATE_INFO_HE_GI_3_2 (line 5525) | NL80211_RATE_INFO_HE_GI_3_2 = 0x2 constant NL80211_RATE_INFO_HE_GI (line 5526) | NL80211_RATE_INFO_HE_GI = 0xf constant NL80211_RATE_INFO_HE_MCS (line 5527) | NL80211_RATE_INFO_HE_MCS = 0xd constant NL80211_RATE_INFO_HE_NSS (line 5528) | NL80211_RATE_INFO_HE_NSS = 0xe constant NL80211_RATE_INFO_HE_RU_ALLOC_106 (line 5529) | NL80211_RATE_INFO_HE_RU_ALLOC_106 = 0x2 constant NL80211_RATE_INFO_HE_RU_ALLOC_242 (line 5530) | NL80211_RATE_INFO_HE_RU_ALLOC_242 = 0x3 constant NL80211_RATE_INFO_HE_RU_ALLOC_26 (line 5531) | NL80211_RATE_INFO_HE_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_HE_RU_ALLOC_2x996 (line 5532) | NL80211_RATE_INFO_HE_RU_ALLOC_2x996 = 0x6 constant NL80211_RATE_INFO_HE_RU_ALLOC_484 (line 5533) | NL80211_RATE_INFO_HE_RU_ALLOC_484 = 0x4 constant NL80211_RATE_INFO_HE_RU_ALLOC_52 (line 5534) | NL80211_RATE_INFO_HE_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_HE_RU_ALLOC_996 (line 5535) | NL80211_RATE_INFO_HE_RU_ALLOC_996 = 0x5 constant NL80211_RATE_INFO_HE_RU_ALLOC (line 5536) | NL80211_RATE_INFO_HE_RU_ALLOC = 0x11 constant NL80211_RATE_INFO_MAX (line 5537) | NL80211_RATE_INFO_MAX = 0x1d constant NL80211_RATE_INFO_MCS (line 5538) | NL80211_RATE_INFO_MCS = 0x2 constant NL80211_RATE_INFO_SHORT_GI (line 5539) | NL80211_RATE_INFO_SHORT_GI = 0x4 constant NL80211_RATE_INFO_VHT_MCS (line 5540) | NL80211_RATE_INFO_VHT_MCS = 0x6 constant NL80211_RATE_INFO_VHT_NSS (line 5541) | NL80211_RATE_INFO_VHT_NSS = 0x7 constant NL80211_REGDOM_SET_BY_CORE (line 5542) | NL80211_REGDOM_SET_BY_CORE = 0x0 constant NL80211_REGDOM_SET_BY_COUNTRY_IE (line 5543) | NL80211_REGDOM_SET_BY_COUNTRY_IE = 0x3 constant NL80211_REGDOM_SET_BY_DRIVER (line 5544) | NL80211_REGDOM_SET_BY_DRIVER = 0x2 constant NL80211_REGDOM_SET_BY_USER (line 5545) | NL80211_REGDOM_SET_BY_USER = 0x1 constant NL80211_REGDOM_TYPE_COUNTRY (line 5546) | NL80211_REGDOM_TYPE_COUNTRY = 0x0 constant NL80211_REGDOM_TYPE_CUSTOM_WORLD (line 5547) | NL80211_REGDOM_TYPE_CUSTOM_WORLD = 0x2 constant NL80211_REGDOM_TYPE_INTERSECTION (line 5548) | NL80211_REGDOM_TYPE_INTERSECTION = 0x3 constant NL80211_REGDOM_TYPE_WORLD (line 5549) | NL80211_REGDOM_TYPE_WORLD = 0x1 constant NL80211_REG_RULE_ATTR_MAX (line 5550) | NL80211_REG_RULE_ATTR_MAX = 0x7 constant NL80211_REKEY_DATA_AKM (line 5551) | NL80211_REKEY_DATA_AKM = 0x4 constant NL80211_REKEY_DATA_KCK (line 5552) | NL80211_REKEY_DATA_KCK = 0x2 constant NL80211_REKEY_DATA_KEK (line 5553) | NL80211_REKEY_DATA_KEK = 0x1 constant NL80211_REKEY_DATA_REPLAY_CTR (line 5554) | NL80211_REKEY_DATA_REPLAY_CTR = 0x3 constant NL80211_REPLAY_CTR_LEN (line 5555) | NL80211_REPLAY_CTR_LEN = 0x8 constant NL80211_RRF_AUTO_BW (line 5556) | NL80211_RRF_AUTO_BW = 0x800 constant NL80211_RRF_DFS (line 5557) | NL80211_RRF_DFS = 0x10 constant NL80211_RRF_GO_CONCURRENT (line 5558) | NL80211_RRF_GO_CONCURRENT = 0x1000 constant NL80211_RRF_IR_CONCURRENT (line 5559) | NL80211_RRF_IR_CONCURRENT = 0x1000 constant NL80211_RRF_NO_160MHZ (line 5560) | NL80211_RRF_NO_160MHZ = 0x10000 constant NL80211_RRF_NO_320MHZ (line 5561) | NL80211_RRF_NO_320MHZ = 0x40000 constant NL80211_RRF_NO_80MHZ (line 5562) | NL80211_RRF_NO_80MHZ = 0x8000 constant NL80211_RRF_NO_CCK (line 5563) | NL80211_RRF_NO_CCK = 0x2 constant NL80211_RRF_NO_HE (line 5564) | NL80211_RRF_NO_HE = 0x20000 constant NL80211_RRF_NO_HT40 (line 5565) | NL80211_RRF_NO_HT40 = 0x6000 constant NL80211_RRF_NO_HT40MINUS (line 5566) | NL80211_RRF_NO_HT40MINUS = 0x2000 constant NL80211_RRF_NO_HT40PLUS (line 5567) | NL80211_RRF_NO_HT40PLUS = 0x4000 constant NL80211_RRF_NO_IBSS (line 5568) | NL80211_RRF_NO_IBSS = 0x80 constant NL80211_RRF_NO_INDOOR (line 5569) | NL80211_RRF_NO_INDOOR = 0x4 constant NL80211_RRF_NO_IR_ALL (line 5570) | NL80211_RRF_NO_IR_ALL = 0x180 constant NL80211_RRF_NO_IR (line 5571) | NL80211_RRF_NO_IR = 0x80 constant NL80211_RRF_NO_OFDM (line 5572) | NL80211_RRF_NO_OFDM = 0x1 constant NL80211_RRF_NO_OUTDOOR (line 5573) | NL80211_RRF_NO_OUTDOOR = 0x8 constant NL80211_RRF_PASSIVE_SCAN (line 5574) | NL80211_RRF_PASSIVE_SCAN = 0x80 constant NL80211_RRF_PTMP_ONLY (line 5575) | NL80211_RRF_PTMP_ONLY = 0x40 constant NL80211_RRF_PTP_ONLY (line 5576) | NL80211_RRF_PTP_ONLY = 0x20 constant NL80211_RXMGMT_FLAG_ANSWERED (line 5577) | NL80211_RXMGMT_FLAG_ANSWERED = 0x1 constant NL80211_RXMGMT_FLAG_EXTERNAL_AUTH (line 5578) | NL80211_RXMGMT_FLAG_EXTERNAL_AUTH = 0x2 constant NL80211_SAE_PWE_BOTH (line 5579) | NL80211_SAE_PWE_BOTH = 0x3 constant NL80211_SAE_PWE_HASH_TO_ELEMENT (line 5580) | NL80211_SAE_PWE_HASH_TO_ELEMENT = 0x2 constant NL80211_SAE_PWE_HUNT_AND_PECK (line 5581) | NL80211_SAE_PWE_HUNT_AND_PECK = 0x1 constant NL80211_SAE_PWE_UNSPECIFIED (line 5582) | NL80211_SAE_PWE_UNSPECIFIED = 0x0 constant NL80211_SAR_ATTR_MAX (line 5583) | NL80211_SAR_ATTR_MAX = 0x2 constant NL80211_SAR_ATTR_SPECS (line 5584) | NL80211_SAR_ATTR_SPECS = 0x2 constant NL80211_SAR_ATTR_SPECS_END_FREQ (line 5585) | NL80211_SAR_ATTR_SPECS_END_FREQ = 0x4 constant NL80211_SAR_ATTR_SPECS_MAX (line 5586) | NL80211_SAR_ATTR_SPECS_MAX = 0x4 constant NL80211_SAR_ATTR_SPECS_POWER (line 5587) | NL80211_SAR_ATTR_SPECS_POWER = 0x1 constant NL80211_SAR_ATTR_SPECS_RANGE_INDEX (line 5588) | NL80211_SAR_ATTR_SPECS_RANGE_INDEX = 0x2 constant NL80211_SAR_ATTR_SPECS_START_FREQ (line 5589) | NL80211_SAR_ATTR_SPECS_START_FREQ = 0x3 constant NL80211_SAR_ATTR_TYPE (line 5590) | NL80211_SAR_ATTR_TYPE = 0x1 constant NL80211_SAR_TYPE_POWER (line 5591) | NL80211_SAR_TYPE_POWER = 0x0 constant NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP (line 5592) | NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP = 0x20 constant NL80211_SCAN_FLAG_AP (line 5593) | NL80211_SCAN_FLAG_AP = 0x4 constant NL80211_SCAN_FLAG_COLOCATED_6GHZ (line 5594) | NL80211_SCAN_FLAG_COLOCATED_6GHZ = 0x4000 constant NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME (line 5595) | NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME = 0x10 constant NL80211_SCAN_FLAG_FLUSH (line 5596) | NL80211_SCAN_FLAG_FLUSH = 0x2 constant NL80211_SCAN_FLAG_FREQ_KHZ (line 5597) | NL80211_SCAN_FLAG_FREQ_KHZ = 0x2000 constant NL80211_SCAN_FLAG_HIGH_ACCURACY (line 5598) | NL80211_SCAN_FLAG_HIGH_ACCURACY = 0x400 constant NL80211_SCAN_FLAG_LOW_POWER (line 5599) | NL80211_SCAN_FLAG_LOW_POWER = 0x200 constant NL80211_SCAN_FLAG_LOW_PRIORITY (line 5600) | NL80211_SCAN_FLAG_LOW_PRIORITY = 0x1 constant NL80211_SCAN_FLAG_LOW_SPAN (line 5601) | NL80211_SCAN_FLAG_LOW_SPAN = 0x100 constant NL80211_SCAN_FLAG_MIN_PREQ_CONTENT (line 5602) | NL80211_SCAN_FLAG_MIN_PREQ_CONTENT = 0x1000 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5603) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x80 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE (line 5604) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE = 0x40 constant NL80211_SCAN_FLAG_RANDOM_ADDR (line 5605) | NL80211_SCAN_FLAG_RANDOM_ADDR = 0x8 constant NL80211_SCAN_FLAG_RANDOM_SN (line 5606) | NL80211_SCAN_FLAG_RANDOM_SN = 0x800 constant NL80211_SCAN_RSSI_THOLD_OFF (line 5607) | NL80211_SCAN_RSSI_THOLD_OFF = -0x12c constant NL80211_SCHED_SCAN_MATCH_ATTR_BSSID (line 5608) | NL80211_SCHED_SCAN_MATCH_ATTR_BSSID = 0x5 constant NL80211_SCHED_SCAN_MATCH_ATTR_MAX (line 5609) | NL80211_SCHED_SCAN_MATCH_ATTR_MAX = 0x6 constant NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI (line 5610) | NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI = 0x3 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST (line 5611) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST = 0x4 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI (line 5612) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI = 0x2 constant NL80211_SCHED_SCAN_MATCH_ATTR_SSID (line 5613) | NL80211_SCHED_SCAN_MATCH_ATTR_SSID = 0x1 constant NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI (line 5614) | NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI = 0x6 constant NL80211_SCHED_SCAN_PLAN_INTERVAL (line 5615) | NL80211_SCHED_SCAN_PLAN_INTERVAL = 0x1 constant NL80211_SCHED_SCAN_PLAN_ITERATIONS (line 5616) | NL80211_SCHED_SCAN_PLAN_ITERATIONS = 0x2 constant NL80211_SCHED_SCAN_PLAN_MAX (line 5617) | NL80211_SCHED_SCAN_PLAN_MAX = 0x2 constant NL80211_SMPS_DYNAMIC (line 5618) | NL80211_SMPS_DYNAMIC = 0x2 constant NL80211_SMPS_MAX (line 5619) | NL80211_SMPS_MAX = 0x2 constant NL80211_SMPS_OFF (line 5620) | NL80211_SMPS_OFF = 0x0 constant NL80211_SMPS_STATIC (line 5621) | NL80211_SMPS_STATIC = 0x1 constant NL80211_STA_BSS_PARAM_BEACON_INTERVAL (line 5622) | NL80211_STA_BSS_PARAM_BEACON_INTERVAL = 0x5 constant NL80211_STA_BSS_PARAM_CTS_PROT (line 5623) | NL80211_STA_BSS_PARAM_CTS_PROT = 0x1 constant NL80211_STA_BSS_PARAM_DTIM_PERIOD (line 5624) | NL80211_STA_BSS_PARAM_DTIM_PERIOD = 0x4 constant NL80211_STA_BSS_PARAM_MAX (line 5625) | NL80211_STA_BSS_PARAM_MAX = 0x5 constant NL80211_STA_BSS_PARAM_SHORT_PREAMBLE (line 5626) | NL80211_STA_BSS_PARAM_SHORT_PREAMBLE = 0x2 constant NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME (line 5627) | NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME = 0x3 constant NL80211_STA_FLAG_ASSOCIATED (line 5628) | NL80211_STA_FLAG_ASSOCIATED = 0x7 constant NL80211_STA_FLAG_AUTHENTICATED (line 5629) | NL80211_STA_FLAG_AUTHENTICATED = 0x5 constant NL80211_STA_FLAG_AUTHORIZED (line 5630) | NL80211_STA_FLAG_AUTHORIZED = 0x1 constant NL80211_STA_FLAG_MAX (line 5631) | NL80211_STA_FLAG_MAX = 0x7 constant NL80211_STA_FLAG_MAX_OLD_API (line 5632) | NL80211_STA_FLAG_MAX_OLD_API = 0x6 constant NL80211_STA_FLAG_MFP (line 5633) | NL80211_STA_FLAG_MFP = 0x4 constant NL80211_STA_FLAG_SHORT_PREAMBLE (line 5634) | NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2 constant NL80211_STA_FLAG_TDLS_PEER (line 5635) | NL80211_STA_FLAG_TDLS_PEER = 0x6 constant NL80211_STA_FLAG_WME (line 5636) | NL80211_STA_FLAG_WME = 0x3 constant NL80211_STA_INFO_ACK_SIGNAL_AVG (line 5637) | NL80211_STA_INFO_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_ACK_SIGNAL (line 5638) | NL80211_STA_INFO_ACK_SIGNAL = 0x22 constant NL80211_STA_INFO_AIRTIME_LINK_METRIC (line 5639) | NL80211_STA_INFO_AIRTIME_LINK_METRIC = 0x29 constant NL80211_STA_INFO_AIRTIME_WEIGHT (line 5640) | NL80211_STA_INFO_AIRTIME_WEIGHT = 0x28 constant NL80211_STA_INFO_ASSOC_AT_BOOTTIME (line 5641) | NL80211_STA_INFO_ASSOC_AT_BOOTTIME = 0x2a constant NL80211_STA_INFO_BEACON_LOSS (line 5642) | NL80211_STA_INFO_BEACON_LOSS = 0x12 constant NL80211_STA_INFO_BEACON_RX (line 5643) | NL80211_STA_INFO_BEACON_RX = 0x1d constant NL80211_STA_INFO_BEACON_SIGNAL_AVG (line 5644) | NL80211_STA_INFO_BEACON_SIGNAL_AVG = 0x1e constant NL80211_STA_INFO_BSS_PARAM (line 5645) | NL80211_STA_INFO_BSS_PARAM = 0xf constant NL80211_STA_INFO_CHAIN_SIGNAL_AVG (line 5646) | NL80211_STA_INFO_CHAIN_SIGNAL_AVG = 0x1a constant NL80211_STA_INFO_CHAIN_SIGNAL (line 5647) | NL80211_STA_INFO_CHAIN_SIGNAL = 0x19 constant NL80211_STA_INFO_CONNECTED_TIME (line 5648) | NL80211_STA_INFO_CONNECTED_TIME = 0x10 constant NL80211_STA_INFO_CONNECTED_TO_AS (line 5649) | NL80211_STA_INFO_CONNECTED_TO_AS = 0x2b constant NL80211_STA_INFO_CONNECTED_TO_GATE (line 5650) | NL80211_STA_INFO_CONNECTED_TO_GATE = 0x26 constant NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG (line 5651) | NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_EXPECTED_THROUGHPUT (line 5652) | NL80211_STA_INFO_EXPECTED_THROUGHPUT = 0x1b constant NL80211_STA_INFO_FCS_ERROR_COUNT (line 5653) | NL80211_STA_INFO_FCS_ERROR_COUNT = 0x25 constant NL80211_STA_INFO_INACTIVE_TIME (line 5654) | NL80211_STA_INFO_INACTIVE_TIME = 0x1 constant NL80211_STA_INFO_LLID (line 5655) | NL80211_STA_INFO_LLID = 0x4 constant NL80211_STA_INFO_LOCAL_PM (line 5656) | NL80211_STA_INFO_LOCAL_PM = 0x14 constant NL80211_STA_INFO_MAX (line 5657) | NL80211_STA_INFO_MAX = 0x2b constant NL80211_STA_INFO_NONPEER_PM (line 5658) | NL80211_STA_INFO_NONPEER_PM = 0x16 constant NL80211_STA_INFO_PAD (line 5659) | NL80211_STA_INFO_PAD = 0x21 constant NL80211_STA_INFO_PEER_PM (line 5660) | NL80211_STA_INFO_PEER_PM = 0x15 constant NL80211_STA_INFO_PLID (line 5661) | NL80211_STA_INFO_PLID = 0x5 constant NL80211_STA_INFO_PLINK_STATE (line 5662) | NL80211_STA_INFO_PLINK_STATE = 0x6 constant NL80211_STA_INFO_RX_BITRATE (line 5663) | NL80211_STA_INFO_RX_BITRATE = 0xe constant NL80211_STA_INFO_RX_BYTES64 (line 5664) | NL80211_STA_INFO_RX_BYTES64 = 0x17 constant NL80211_STA_INFO_RX_BYTES (line 5665) | NL80211_STA_INFO_RX_BYTES = 0x2 constant NL80211_STA_INFO_RX_DROP_MISC (line 5666) | NL80211_STA_INFO_RX_DROP_MISC = 0x1c constant NL80211_STA_INFO_RX_DURATION (line 5667) | NL80211_STA_INFO_RX_DURATION = 0x20 constant NL80211_STA_INFO_RX_MPDUS (line 5668) | NL80211_STA_INFO_RX_MPDUS = 0x24 constant NL80211_STA_INFO_RX_PACKETS (line 5669) | NL80211_STA_INFO_RX_PACKETS = 0x9 constant NL80211_STA_INFO_SIGNAL_AVG (line 5670) | NL80211_STA_INFO_SIGNAL_AVG = 0xd constant NL80211_STA_INFO_SIGNAL (line 5671) | NL80211_STA_INFO_SIGNAL = 0x7 constant NL80211_STA_INFO_STA_FLAGS (line 5672) | NL80211_STA_INFO_STA_FLAGS = 0x11 constant NL80211_STA_INFO_TID_STATS (line 5673) | NL80211_STA_INFO_TID_STATS = 0x1f constant NL80211_STA_INFO_T_OFFSET (line 5674) | NL80211_STA_INFO_T_OFFSET = 0x13 constant NL80211_STA_INFO_TX_BITRATE (line 5675) | NL80211_STA_INFO_TX_BITRATE = 0x8 constant NL80211_STA_INFO_TX_BYTES64 (line 5676) | NL80211_STA_INFO_TX_BYTES64 = 0x18 constant NL80211_STA_INFO_TX_BYTES (line 5677) | NL80211_STA_INFO_TX_BYTES = 0x3 constant NL80211_STA_INFO_TX_DURATION (line 5678) | NL80211_STA_INFO_TX_DURATION = 0x27 constant NL80211_STA_INFO_TX_FAILED (line 5679) | NL80211_STA_INFO_TX_FAILED = 0xc constant NL80211_STA_INFO_TX_PACKETS (line 5680) | NL80211_STA_INFO_TX_PACKETS = 0xa constant NL80211_STA_INFO_TX_RETRIES (line 5681) | NL80211_STA_INFO_TX_RETRIES = 0xb constant NL80211_STA_WME_MAX (line 5682) | NL80211_STA_WME_MAX = 0x2 constant NL80211_STA_WME_MAX_SP (line 5683) | NL80211_STA_WME_MAX_SP = 0x2 constant NL80211_STA_WME_UAPSD_QUEUES (line 5684) | NL80211_STA_WME_UAPSD_QUEUES = 0x1 constant NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY (line 5685) | NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_CHANNEL_TIME (line 5686) | NL80211_SURVEY_INFO_CHANNEL_TIME = 0x4 constant NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY (line 5687) | NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_CHANNEL_TIME_RX (line 5688) | NL80211_SURVEY_INFO_CHANNEL_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_CHANNEL_TIME_TX (line 5689) | NL80211_SURVEY_INFO_CHANNEL_TIME_TX = 0x8 constant NL80211_SURVEY_INFO_FREQUENCY (line 5690) | NL80211_SURVEY_INFO_FREQUENCY = 0x1 constant NL80211_SURVEY_INFO_FREQUENCY_OFFSET (line 5691) | NL80211_SURVEY_INFO_FREQUENCY_OFFSET = 0xc constant NL80211_SURVEY_INFO_IN_USE (line 5692) | NL80211_SURVEY_INFO_IN_USE = 0x3 constant NL80211_SURVEY_INFO_MAX (line 5693) | NL80211_SURVEY_INFO_MAX = 0xc constant NL80211_SURVEY_INFO_NOISE (line 5694) | NL80211_SURVEY_INFO_NOISE = 0x2 constant NL80211_SURVEY_INFO_PAD (line 5695) | NL80211_SURVEY_INFO_PAD = 0xa constant NL80211_SURVEY_INFO_TIME_BSS_RX (line 5696) | NL80211_SURVEY_INFO_TIME_BSS_RX = 0xb constant NL80211_SURVEY_INFO_TIME_BUSY (line 5697) | NL80211_SURVEY_INFO_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_TIME (line 5698) | NL80211_SURVEY_INFO_TIME = 0x4 constant NL80211_SURVEY_INFO_TIME_EXT_BUSY (line 5699) | NL80211_SURVEY_INFO_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_TIME_RX (line 5700) | NL80211_SURVEY_INFO_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_TIME_SCAN (line 5701) | NL80211_SURVEY_INFO_TIME_SCAN = 0x9 constant NL80211_SURVEY_INFO_TIME_TX (line 5702) | NL80211_SURVEY_INFO_TIME_TX = 0x8 constant NL80211_TDLS_DISABLE_LINK (line 5703) | NL80211_TDLS_DISABLE_LINK = 0x4 constant NL80211_TDLS_DISCOVERY_REQ (line 5704) | NL80211_TDLS_DISCOVERY_REQ = 0x0 constant NL80211_TDLS_ENABLE_LINK (line 5705) | NL80211_TDLS_ENABLE_LINK = 0x3 constant NL80211_TDLS_PEER_HE (line 5706) | NL80211_TDLS_PEER_HE = 0x8 constant NL80211_TDLS_PEER_HT (line 5707) | NL80211_TDLS_PEER_HT = 0x1 constant NL80211_TDLS_PEER_VHT (line 5708) | NL80211_TDLS_PEER_VHT = 0x2 constant NL80211_TDLS_PEER_WMM (line 5709) | NL80211_TDLS_PEER_WMM = 0x4 constant NL80211_TDLS_SETUP (line 5710) | NL80211_TDLS_SETUP = 0x1 constant NL80211_TDLS_TEARDOWN (line 5711) | NL80211_TDLS_TEARDOWN = 0x2 constant NL80211_TID_CONFIG_ATTR_AMPDU_CTRL (line 5712) | NL80211_TID_CONFIG_ATTR_AMPDU_CTRL = 0x9 constant NL80211_TID_CONFIG_ATTR_AMSDU_CTRL (line 5713) | NL80211_TID_CONFIG_ATTR_AMSDU_CTRL = 0xb constant NL80211_TID_CONFIG_ATTR_MAX (line 5714) | NL80211_TID_CONFIG_ATTR_MAX = 0xd constant NL80211_TID_CONFIG_ATTR_NOACK (line 5715) | NL80211_TID_CONFIG_ATTR_NOACK = 0x6 constant NL80211_TID_CONFIG_ATTR_OVERRIDE (line 5716) | NL80211_TID_CONFIG_ATTR_OVERRIDE = 0x4 constant NL80211_TID_CONFIG_ATTR_PAD (line 5717) | NL80211_TID_CONFIG_ATTR_PAD = 0x1 constant NL80211_TID_CONFIG_ATTR_PEER_SUPP (line 5718) | NL80211_TID_CONFIG_ATTR_PEER_SUPP = 0x3 constant NL80211_TID_CONFIG_ATTR_RETRY_LONG (line 5719) | NL80211_TID_CONFIG_ATTR_RETRY_LONG = 0x8 constant NL80211_TID_CONFIG_ATTR_RETRY_SHORT (line 5720) | NL80211_TID_CONFIG_ATTR_RETRY_SHORT = 0x7 constant NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL (line 5721) | NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL = 0xa constant NL80211_TID_CONFIG_ATTR_TIDS (line 5722) | NL80211_TID_CONFIG_ATTR_TIDS = 0x5 constant NL80211_TID_CONFIG_ATTR_TX_RATE (line 5723) | NL80211_TID_CONFIG_ATTR_TX_RATE = 0xd constant NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE (line 5724) | NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE = 0xc constant NL80211_TID_CONFIG_ATTR_VIF_SUPP (line 5725) | NL80211_TID_CONFIG_ATTR_VIF_SUPP = 0x2 constant NL80211_TID_CONFIG_DISABLE (line 5726) | NL80211_TID_CONFIG_DISABLE = 0x1 constant NL80211_TID_CONFIG_ENABLE (line 5727) | NL80211_TID_CONFIG_ENABLE = 0x0 constant NL80211_TID_STATS_MAX (line 5728) | NL80211_TID_STATS_MAX = 0x6 constant NL80211_TID_STATS_PAD (line 5729) | NL80211_TID_STATS_PAD = 0x5 constant NL80211_TID_STATS_RX_MSDU (line 5730) | NL80211_TID_STATS_RX_MSDU = 0x1 constant NL80211_TID_STATS_TX_MSDU (line 5731) | NL80211_TID_STATS_TX_MSDU = 0x2 constant NL80211_TID_STATS_TX_MSDU_FAILED (line 5732) | NL80211_TID_STATS_TX_MSDU_FAILED = 0x4 constant NL80211_TID_STATS_TX_MSDU_RETRIES (line 5733) | NL80211_TID_STATS_TX_MSDU_RETRIES = 0x3 constant NL80211_TID_STATS_TXQ_STATS (line 5734) | NL80211_TID_STATS_TXQ_STATS = 0x6 constant NL80211_TIMEOUT_ASSOC (line 5735) | NL80211_TIMEOUT_ASSOC = 0x3 constant NL80211_TIMEOUT_AUTH (line 5736) | NL80211_TIMEOUT_AUTH = 0x2 constant NL80211_TIMEOUT_SCAN (line 5737) | NL80211_TIMEOUT_SCAN = 0x1 constant NL80211_TIMEOUT_UNSPECIFIED (line 5738) | NL80211_TIMEOUT_UNSPECIFIED = 0x0 constant NL80211_TKIP_DATA_OFFSET_ENCR_KEY (line 5739) | NL80211_TKIP_DATA_OFFSET_ENCR_KEY = 0x0 constant NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY (line 5740) | NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY = 0x18 constant NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY (line 5741) | NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY = 0x10 constant NL80211_TX_POWER_AUTOMATIC (line 5742) | NL80211_TX_POWER_AUTOMATIC = 0x0 constant NL80211_TX_POWER_FIXED (line 5743) | NL80211_TX_POWER_FIXED = 0x2 constant NL80211_TX_POWER_LIMITED (line 5744) | NL80211_TX_POWER_LIMITED = 0x1 constant NL80211_TXQ_ATTR_AC (line 5745) | NL80211_TXQ_ATTR_AC = 0x1 constant NL80211_TXQ_ATTR_AIFS (line 5746) | NL80211_TXQ_ATTR_AIFS = 0x5 constant NL80211_TXQ_ATTR_CWMAX (line 5747) | NL80211_TXQ_ATTR_CWMAX = 0x4 constant NL80211_TXQ_ATTR_CWMIN (line 5748) | NL80211_TXQ_ATTR_CWMIN = 0x3 constant NL80211_TXQ_ATTR_MAX (line 5749) | NL80211_TXQ_ATTR_MAX = 0x5 constant NL80211_TXQ_ATTR_QUEUE (line 5750) | NL80211_TXQ_ATTR_QUEUE = 0x1 constant NL80211_TXQ_ATTR_TXOP (line 5751) | NL80211_TXQ_ATTR_TXOP = 0x2 constant NL80211_TXQ_Q_BE (line 5752) | NL80211_TXQ_Q_BE = 0x2 constant NL80211_TXQ_Q_BK (line 5753) | NL80211_TXQ_Q_BK = 0x3 constant NL80211_TXQ_Q_VI (line 5754) | NL80211_TXQ_Q_VI = 0x1 constant NL80211_TXQ_Q_VO (line 5755) | NL80211_TXQ_Q_VO = 0x0 constant NL80211_TXQ_STATS_BACKLOG_BYTES (line 5756) | NL80211_TXQ_STATS_BACKLOG_BYTES = 0x1 constant NL80211_TXQ_STATS_BACKLOG_PACKETS (line 5757) | NL80211_TXQ_STATS_BACKLOG_PACKETS = 0x2 constant NL80211_TXQ_STATS_COLLISIONS (line 5758) | NL80211_TXQ_STATS_COLLISIONS = 0x8 constant NL80211_TXQ_STATS_DROPS (line 5759) | NL80211_TXQ_STATS_DROPS = 0x4 constant NL80211_TXQ_STATS_ECN_MARKS (line 5760) | NL80211_TXQ_STATS_ECN_MARKS = 0x5 constant NL80211_TXQ_STATS_FLOWS (line 5761) | NL80211_TXQ_STATS_FLOWS = 0x3 constant NL80211_TXQ_STATS_MAX (line 5762) | NL80211_TXQ_STATS_MAX = 0xb constant NL80211_TXQ_STATS_MAX_FLOWS (line 5763) | NL80211_TXQ_STATS_MAX_FLOWS = 0xb constant NL80211_TXQ_STATS_OVERLIMIT (line 5764) | NL80211_TXQ_STATS_OVERLIMIT = 0x6 constant NL80211_TXQ_STATS_OVERMEMORY (line 5765) | NL80211_TXQ_STATS_OVERMEMORY = 0x7 constant NL80211_TXQ_STATS_TX_BYTES (line 5766) | NL80211_TXQ_STATS_TX_BYTES = 0x9 constant NL80211_TXQ_STATS_TX_PACKETS (line 5767) | NL80211_TXQ_STATS_TX_PACKETS = 0xa constant NL80211_TX_RATE_AUTOMATIC (line 5768) | NL80211_TX_RATE_AUTOMATIC = 0x0 constant NL80211_TXRATE_DEFAULT_GI (line 5769) | NL80211_TXRATE_DEFAULT_GI = 0x0 constant NL80211_TX_RATE_FIXED (line 5770) | NL80211_TX_RATE_FIXED = 0x2 constant NL80211_TXRATE_FORCE_LGI (line 5771) | NL80211_TXRATE_FORCE_LGI = 0x2 constant NL80211_TXRATE_FORCE_SGI (line 5772) | NL80211_TXRATE_FORCE_SGI = 0x1 constant NL80211_TXRATE_GI (line 5773) | NL80211_TXRATE_GI = 0x4 constant NL80211_TXRATE_HE (line 5774) | NL80211_TXRATE_HE = 0x5 constant NL80211_TXRATE_HE_GI (line 5775) | NL80211_TXRATE_HE_GI = 0x6 constant NL80211_TXRATE_HE_LTF (line 5776) | NL80211_TXRATE_HE_LTF = 0x7 constant NL80211_TXRATE_HT (line 5777) | NL80211_TXRATE_HT = 0x2 constant NL80211_TXRATE_LEGACY (line 5778) | NL80211_TXRATE_LEGACY = 0x1 constant NL80211_TX_RATE_LIMITED (line 5779) | NL80211_TX_RATE_LIMITED = 0x1 constant NL80211_TXRATE_MAX (line 5780) | NL80211_TXRATE_MAX = 0x7 constant NL80211_TXRATE_MCS (line 5781) | NL80211_TXRATE_MCS = 0x2 constant NL80211_TXRATE_VHT (line 5782) | NL80211_TXRATE_VHT = 0x3 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT (line 5783) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT = 0x1 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX (line 5784) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX = 0x2 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL (line 5785) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL = 0x2 constant NL80211_USER_REG_HINT_CELL_BASE (line 5786) | NL80211_USER_REG_HINT_CELL_BASE = 0x1 constant NL80211_USER_REG_HINT_INDOOR (line 5787) | NL80211_USER_REG_HINT_INDOOR = 0x2 constant NL80211_USER_REG_HINT_USER (line 5788) | NL80211_USER_REG_HINT_USER = 0x0 constant NL80211_VENDOR_ID_IS_LINUX (line 5789) | NL80211_VENDOR_ID_IS_LINUX = 0x80000000 constant NL80211_VHT_CAPABILITY_LEN (line 5790) | NL80211_VHT_CAPABILITY_LEN = 0xc constant NL80211_VHT_NSS_MAX (line 5791) | NL80211_VHT_NSS_MAX = 0x8 constant NL80211_WIPHY_NAME_MAXLEN (line 5792) | NL80211_WIPHY_NAME_MAXLEN = 0x40 constant NL80211_WMMR_AIFSN (line 5793) | NL80211_WMMR_AIFSN = 0x3 constant NL80211_WMMR_CW_MAX (line 5794) | NL80211_WMMR_CW_MAX = 0x2 constant NL80211_WMMR_CW_MIN (line 5795) | NL80211_WMMR_CW_MIN = 0x1 constant NL80211_WMMR_MAX (line 5796) | NL80211_WMMR_MAX = 0x4 constant NL80211_WMMR_TXOP (line 5797) | NL80211_WMMR_TXOP = 0x4 constant NL80211_WOWLAN_PKTPAT_MASK (line 5798) | NL80211_WOWLAN_PKTPAT_MASK = 0x1 constant NL80211_WOWLAN_PKTPAT_OFFSET (line 5799) | NL80211_WOWLAN_PKTPAT_OFFSET = 0x3 constant NL80211_WOWLAN_PKTPAT_PATTERN (line 5800) | NL80211_WOWLAN_PKTPAT_PATTERN = 0x2 constant NL80211_WOWLAN_TCP_DATA_INTERVAL (line 5801) | NL80211_WOWLAN_TCP_DATA_INTERVAL = 0x9 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD (line 5802) | NL80211_WOWLAN_TCP_DATA_PAYLOAD = 0x6 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ (line 5803) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ = 0x7 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN (line 5804) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN = 0x8 constant NL80211_WOWLAN_TCP_DST_IPV4 (line 5805) | NL80211_WOWLAN_TCP_DST_IPV4 = 0x2 constant NL80211_WOWLAN_TCP_DST_MAC (line 5806) | NL80211_WOWLAN_TCP_DST_MAC = 0x3 constant NL80211_WOWLAN_TCP_DST_PORT (line 5807) | NL80211_WOWLAN_TCP_DST_PORT = 0x5 constant NL80211_WOWLAN_TCP_SRC_IPV4 (line 5808) | NL80211_WOWLAN_TCP_SRC_IPV4 = 0x1 constant NL80211_WOWLAN_TCP_SRC_PORT (line 5809) | NL80211_WOWLAN_TCP_SRC_PORT = 0x4 constant NL80211_WOWLAN_TCP_WAKE_MASK (line 5810) | NL80211_WOWLAN_TCP_WAKE_MASK = 0xb constant NL80211_WOWLAN_TCP_WAKE_PAYLOAD (line 5811) | NL80211_WOWLAN_TCP_WAKE_PAYLOAD = 0xa constant NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE (line 5812) | NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE = 0x8 constant NL80211_WOWLAN_TRIG_ANY (line 5813) | NL80211_WOWLAN_TRIG_ANY = 0x1 constant NL80211_WOWLAN_TRIG_DISCONNECT (line 5814) | NL80211_WOWLAN_TRIG_DISCONNECT = 0x2 constant NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST (line 5815) | NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST = 0x7 constant NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE (line 5816) | NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE = 0x6 constant NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED (line 5817) | NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED = 0x5 constant NL80211_WOWLAN_TRIG_MAGIC_PKT (line 5818) | NL80211_WOWLAN_TRIG_MAGIC_PKT = 0x3 constant NL80211_WOWLAN_TRIG_NET_DETECT (line 5819) | NL80211_WOWLAN_TRIG_NET_DETECT = 0x12 constant NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS (line 5820) | NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS = 0x13 constant NL80211_WOWLAN_TRIG_PKT_PATTERN (line 5821) | NL80211_WOWLAN_TRIG_PKT_PATTERN = 0x4 constant NL80211_WOWLAN_TRIG_RFKILL_RELEASE (line 5822) | NL80211_WOWLAN_TRIG_RFKILL_RELEASE = 0x9 constant NL80211_WOWLAN_TRIG_TCP_CONNECTION (line 5823) | NL80211_WOWLAN_TRIG_TCP_CONNECTION = 0xe constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 (line 5824) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 = 0xa constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN (line 5825) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN = 0xb constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 (line 5826) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 = 0xc constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN (line 5827) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN = 0xd constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST (line 5828) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST = 0x10 constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH (line 5829) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH = 0xf constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS (line 5830) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS = 0x11 constant NL80211_WPA_VERSION_1 (line 5831) | NL80211_WPA_VERSION_1 = 0x1 constant NL80211_WPA_VERSION_2 (line 5832) | NL80211_WPA_VERSION_2 = 0x2 constant NL80211_WPA_VERSION_3 (line 5833) | NL80211_WPA_VERSION_3 = 0x4 constant FRA_UNSPEC (line 5837) | FRA_UNSPEC = 0x0 constant FRA_DST (line 5838) | FRA_DST = 0x1 constant FRA_SRC (line 5839) | FRA_SRC = 0x2 constant FRA_IIFNAME (line 5840) | FRA_IIFNAME = 0x3 constant FRA_GOTO (line 5841) | FRA_GOTO = 0x4 constant FRA_UNUSED2 (line 5842) | FRA_UNUSED2 = 0x5 constant FRA_PRIORITY (line 5843) | FRA_PRIORITY = 0x6 constant FRA_UNUSED3 (line 5844) | FRA_UNUSED3 = 0x7 constant FRA_UNUSED4 (line 5845) | FRA_UNUSED4 = 0x8 constant FRA_UNUSED5 (line 5846) | FRA_UNUSED5 = 0x9 constant FRA_FWMARK (line 5847) | FRA_FWMARK = 0xa constant FRA_FLOW (line 5848) | FRA_FLOW = 0xb constant FRA_TUN_ID (line 5849) | FRA_TUN_ID = 0xc constant FRA_SUPPRESS_IFGROUP (line 5850) | FRA_SUPPRESS_IFGROUP = 0xd constant FRA_SUPPRESS_PREFIXLEN (line 5851) | FRA_SUPPRESS_PREFIXLEN = 0xe constant FRA_TABLE (line 5852) | FRA_TABLE = 0xf constant FRA_FWMASK (line 5853) | FRA_FWMASK = 0x10 constant FRA_OIFNAME (line 5854) | FRA_OIFNAME = 0x11 constant FRA_PAD (line 5855) | FRA_PAD = 0x12 constant FRA_L3MDEV (line 5856) | FRA_L3MDEV = 0x13 constant FRA_UID_RANGE (line 5857) | FRA_UID_RANGE = 0x14 constant FRA_PROTOCOL (line 5858) | FRA_PROTOCOL = 0x15 constant FRA_IP_PROTO (line 5859) | FRA_IP_PROTO = 0x16 constant FRA_SPORT_RANGE (line 5860) | FRA_SPORT_RANGE = 0x17 constant FRA_DPORT_RANGE (line 5861) | FRA_DPORT_RANGE = 0x18 constant FR_ACT_UNSPEC (line 5862) | FR_ACT_UNSPEC = 0x0 constant FR_ACT_TO_TBL (line 5863) | FR_ACT_TO_TBL = 0x1 constant FR_ACT_GOTO (line 5864) | FR_ACT_GOTO = 0x2 constant FR_ACT_NOP (line 5865) | FR_ACT_NOP = 0x3 constant FR_ACT_RES3 (line 5866) | FR_ACT_RES3 = 0x4 constant FR_ACT_RES4 (line 5867) | FR_ACT_RES4 = 0x5 constant FR_ACT_BLACKHOLE (line 5868) | FR_ACT_BLACKHOLE = 0x6 constant FR_ACT_UNREACHABLE (line 5869) | FR_ACT_UNREACHABLE = 0x7 constant FR_ACT_PROHIBIT (line 5870) | FR_ACT_PROHIBIT = 0x8 constant AUDIT_NLGRP_NONE (line 5874) | AUDIT_NLGRP_NONE = 0x0 constant AUDIT_NLGRP_READLOG (line 5875) | AUDIT_NLGRP_READLOG = 0x1 constant TUN_F_CSUM (line 5879) | TUN_F_CSUM = 0x1 constant TUN_F_TSO4 (line 5880) | TUN_F_TSO4 = 0x2 constant TUN_F_TSO6 (line 5881) | TUN_F_TSO6 = 0x4 constant TUN_F_TSO_ECN (line 5882) | TUN_F_TSO_ECN = 0x8 constant TUN_F_UFO (line 5883) | TUN_F_UFO = 0x10 constant TUN_F_USO4 (line 5884) | TUN_F_USO4 = 0x20 constant TUN_F_USO6 (line 5885) | TUN_F_USO6 = 0x40 constant VIRTIO_NET_HDR_F_NEEDS_CSUM (line 5889) | VIRTIO_NET_HDR_F_NEEDS_CSUM = 0x1 constant VIRTIO_NET_HDR_F_DATA_VALID (line 5890) | VIRTIO_NET_HDR_F_DATA_VALID = 0x2 constant VIRTIO_NET_HDR_F_RSC_INFO (line 5891) | VIRTIO_NET_HDR_F_RSC_INFO = 0x4 constant VIRTIO_NET_HDR_GSO_NONE (line 5895) | VIRTIO_NET_HDR_GSO_NONE = 0x0 constant VIRTIO_NET_HDR_GSO_TCPV4 (line 5896) | VIRTIO_NET_HDR_GSO_TCPV4 = 0x1 constant VIRTIO_NET_HDR_GSO_UDP (line 5897) | VIRTIO_NET_HDR_GSO_UDP = 0x3 constant VIRTIO_NET_HDR_GSO_TCPV6 (line 5898) | VIRTIO_NET_HDR_GSO_TCPV6 = 0x4 constant VIRTIO_NET_HDR_GSO_UDP_L4 (line 5899) | VIRTIO_NET_HDR_GSO_UDP_L4 = 0x5 constant VIRTIO_NET_HDR_GSO_ECN (line 5900) | VIRTIO_NET_HDR_GSO_ECN = 0x80 type SchedAttr (line 5903) | type SchedAttr struct constant SizeofSchedAttr (line 5916) | SizeofSchedAttr = 0x38 type Cachestat_t (line 5918) | type Cachestat_t struct type CachestatRange (line 5925) | type CachestatRange struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_386.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofLong (line 10) | SizeofLong = 0x4 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | type Stat_t struct type Dirent (line 103) | type Dirent struct type Flock_t (line 112) | type Flock_t struct type DmNameList (line 120) | type DmNameList struct constant FADV_DONTNEED (line 126) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 127) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 130) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 141) | type RawSockaddr struct type RawSockaddrAny (line 146) | type RawSockaddrAny struct type Iovec (line 151) | type Iovec struct type Msghdr (line 156) | type Msghdr struct type Cmsghdr (line 166) | type Cmsghdr struct type ifreq (line 172) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 178) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 179) | SizeofIovec = 0x8 constant SizeofMsghdr (line 180) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 181) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 185) | SizeofSockFprog = 0x8 type PtraceRegs (line 188) | type PtraceRegs struct type FdSet (line 208) | type FdSet struct type Sysinfo_t (line 212) | type Sysinfo_t struct type Ustat_t (line 229) | type Ustat_t struct type EpollEvent (line 236) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 243) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 247) | POLLRDHUP = 0x2000 type Sigset_t (line 250) | type Sigset_t struct constant _C__NSIG (line 254) | _C__NSIG = 0x41 constant SIG_BLOCK (line 257) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 258) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 259) | SIG_SETMASK = 0x2 type Siginfo (line 262) | type Siginfo struct type Termios (line 269) | type Termios struct type Taskstats (line 280) | type Taskstats struct type cpuMask (line 343) | type cpuMask constant _NCPUBITS (line 346) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 350) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 351) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 352) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 353) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 354) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 355) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 356) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 357) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 358) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 359) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 360) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 361) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 362) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 363) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 364) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 365) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 366) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 367) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 368) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 369) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 370) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 371) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 372) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 373) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 374) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 375) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 376) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 377) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 378) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 379) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 380) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 381) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 382) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 383) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 384) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 385) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 386) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 387) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 388) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 389) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 390) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 391) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 392) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 393) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 394) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 395) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 396) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 397) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 398) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 399) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 400) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 401) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 402) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 403) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 404) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 405) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 406) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 407) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 408) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 409) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 410) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 411) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 412) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 413) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 416) | type SockaddrStorage struct type HDGeometry (line 422) | type HDGeometry struct type Statfs_t (line 429) | type Statfs_t struct type TpacketHdr (line 444) | type TpacketHdr struct constant SizeofTpacketHdr (line 455) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 458) | type RTCPLLInfo struct type BlkpgPartition (line 468) | type BlkpgPartition struct constant BLKPG (line 477) | BLKPG = 0x1269 type XDPUmemReg (line 480) | type XDPUmemReg struct type CryptoUserAlg (line 488) | type CryptoUserAlg struct type CryptoStatAEAD (line 498) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 507) | type CryptoStatAKCipher struct type CryptoStatCipher (line 518) | type CryptoStatCipher struct type CryptoStatCompress (line 527) | type CryptoStatCompress struct type CryptoStatHash (line 536) | type CryptoStatHash struct type CryptoStatKPP (line 543) | type CryptoStatKPP struct type CryptoStatRNG (line 551) | type CryptoStatRNG struct type CryptoStatLarval (line 559) | type CryptoStatLarval struct type CryptoReportLarval (line 563) | type CryptoReportLarval struct type CryptoReportHash (line 567) | type CryptoReportHash struct type CryptoReportCipher (line 573) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 580) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 589) | type CryptoReportAEAD struct type CryptoReportComp (line 597) | type CryptoReportComp struct type CryptoReportRNG (line 601) | type CryptoReportRNG struct type CryptoReportAKCipher (line 606) | type CryptoReportAKCipher struct type CryptoReportKPP (line 610) | type CryptoReportKPP struct type CryptoReportAcomp (line 614) | type CryptoReportAcomp struct type LoopInfo (line 618) | 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 660) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 661) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 662) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 663) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 667) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 670) | type SysvIpcPerm struct type SysvShmDesc (line 683) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | type Stat_t struct type Dirent (line 102) | type Dirent struct type Flock_t (line 111) | type Flock_t struct type DmNameList (line 120) | type DmNameList struct constant FADV_DONTNEED (line 128) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 129) | FADV_NOREUSE = 0x5 type RawSockaddrNFCLLCP (line 132) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 143) | type RawSockaddr struct type RawSockaddrAny (line 148) | type RawSockaddrAny struct type Iovec (line 153) | type Iovec struct type Msghdr (line 158) | type Msghdr struct type Cmsghdr (line 169) | type Cmsghdr struct type ifreq (line 175) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 181) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 182) | SizeofIovec = 0x10 constant SizeofMsghdr (line 183) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 184) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 188) | SizeofSockFprog = 0x10 type PtraceRegs (line 191) | type PtraceRegs struct type FdSet (line 221) | type FdSet struct type Sysinfo_t (line 225) | type Sysinfo_t struct type Ustat_t (line 243) | type Ustat_t struct type EpollEvent (line 251) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 258) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 262) | POLLRDHUP = 0x2000 type Sigset_t (line 265) | type Sigset_t struct constant _C__NSIG (line 269) | _C__NSIG = 0x41 constant SIG_BLOCK (line 272) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 273) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 274) | SIG_SETMASK = 0x2 type Siginfo (line 277) | type Siginfo struct type Termios (line 285) | type Termios struct type Taskstats (line 296) | type Taskstats struct type cpuMask (line 356) | type cpuMask constant _NCPUBITS (line 359) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 363) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 364) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 365) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 366) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 367) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 368) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 369) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 370) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 371) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 372) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 373) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 374) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 375) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 376) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 377) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 378) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 379) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 380) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 381) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 382) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 383) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 384) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 385) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 386) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 387) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 388) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 389) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 390) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 391) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 392) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 393) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 394) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 395) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 396) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 397) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 398) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 399) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 400) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 401) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 402) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 403) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 404) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 405) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 406) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 407) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 408) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 409) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 410) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 411) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 412) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 413) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 414) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 415) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 416) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 417) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 418) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 419) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 420) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 421) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 422) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 423) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 424) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 425) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 426) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 429) | type SockaddrStorage struct type HDGeometry (line 435) | type HDGeometry struct type Statfs_t (line 442) | type Statfs_t struct type TpacketHdr (line 457) | type TpacketHdr struct constant SizeofTpacketHdr (line 469) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 472) | type RTCPLLInfo struct type BlkpgPartition (line 482) | type BlkpgPartition struct constant BLKPG (line 492) | BLKPG = 0x1269 type XDPUmemReg (line 495) | type XDPUmemReg struct type CryptoUserAlg (line 504) | type CryptoUserAlg struct type CryptoStatAEAD (line 514) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 523) | type CryptoStatAKCipher struct type CryptoStatCipher (line 534) | type CryptoStatCipher struct type CryptoStatCompress (line 543) | type CryptoStatCompress struct type CryptoStatHash (line 552) | type CryptoStatHash struct type CryptoStatKPP (line 559) | type CryptoStatKPP struct type CryptoStatRNG (line 567) | type CryptoStatRNG struct type CryptoStatLarval (line 575) | type CryptoStatLarval struct type CryptoReportLarval (line 579) | type CryptoReportLarval struct type CryptoReportHash (line 583) | type CryptoReportHash struct type CryptoReportCipher (line 589) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 596) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 605) | type CryptoReportAEAD struct type CryptoReportComp (line 613) | type CryptoReportComp struct type CryptoReportRNG (line 617) | type CryptoReportRNG struct type CryptoReportAKCipher (line 622) | type CryptoReportAKCipher struct type CryptoReportKPP (line 626) | type CryptoReportKPP struct type CryptoReportAcomp (line 630) | type CryptoReportAcomp struct type LoopInfo (line 634) | type LoopInfo struct type TIPCSubscr (line 650) | type TIPCSubscr struct type TIPCSIOCLNReq (line 657) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 663) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 668) | type PPSKInfo struct constant PPS_GETPARAMS (line 678) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 679) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 680) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 681) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 685) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 688) | type SysvIpcPerm struct type SysvShmDesc (line 701) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofLong (line 10) | SizeofLong = 0x4 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 198) | type FdSet struct type Sysinfo_t (line 202) | type Sysinfo_t struct type Ustat_t (line 219) | type Ustat_t struct type EpollEvent (line 226) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 234) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 238) | POLLRDHUP = 0x2000 type Sigset_t (line 241) | type Sigset_t struct constant _C__NSIG (line 245) | _C__NSIG = 0x41 constant SIG_BLOCK (line 248) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 249) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 250) | SIG_SETMASK = 0x2 type Siginfo (line 253) | type Siginfo struct type Termios (line 260) | type Termios struct type Taskstats (line 271) | type Taskstats struct type cpuMask (line 334) | type cpuMask constant _NCPUBITS (line 337) | _NCPUBITS = 0x20 constant CBitFieldMaskBit0 (line 341) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 342) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 343) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 344) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 345) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 346) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 347) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 348) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 349) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 350) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 351) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 352) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 353) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 354) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 355) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 356) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 357) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 358) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 359) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 360) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 361) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 362) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 363) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 364) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 365) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 366) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 367) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 368) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 369) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 370) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 371) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 372) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 373) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 374) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 375) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 376) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 377) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 378) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 379) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 380) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 381) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 382) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 383) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 384) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 385) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 386) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 387) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 388) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 389) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 390) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 391) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 392) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 393) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 394) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 395) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 396) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 397) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 398) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 399) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 400) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 401) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 402) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 403) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 404) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 407) | type SockaddrStorage struct type HDGeometry (line 413) | type HDGeometry struct type Statfs_t (line 420) | type Statfs_t struct type TpacketHdr (line 436) | type TpacketHdr struct constant SizeofTpacketHdr (line 447) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 450) | type RTCPLLInfo struct type BlkpgPartition (line 460) | type BlkpgPartition struct constant BLKPG (line 470) | BLKPG = 0x1269 type XDPUmemReg (line 473) | type XDPUmemReg struct type CryptoUserAlg (line 482) | type CryptoUserAlg struct type CryptoStatAEAD (line 492) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 501) | type CryptoStatAKCipher struct type CryptoStatCipher (line 512) | type CryptoStatCipher struct type CryptoStatCompress (line 521) | type CryptoStatCompress struct type CryptoStatHash (line 530) | type CryptoStatHash struct type CryptoStatKPP (line 537) | type CryptoStatKPP struct type CryptoStatRNG (line 545) | type CryptoStatRNG struct type CryptoStatLarval (line 553) | type CryptoStatLarval struct type CryptoReportLarval (line 557) | type CryptoReportLarval struct type CryptoReportHash (line 561) | type CryptoReportHash struct type CryptoReportCipher (line 567) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 574) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 583) | type CryptoReportAEAD struct type CryptoReportComp (line 591) | type CryptoReportComp struct type CryptoReportRNG (line 595) | type CryptoReportRNG struct type CryptoReportAKCipher (line 600) | type CryptoReportAKCipher struct type CryptoReportKPP (line 604) | type CryptoReportKPP struct type CryptoReportAcomp (line 608) | type CryptoReportAcomp struct type LoopInfo (line 612) | type LoopInfo struct type TIPCSubscr (line 627) | type TIPCSubscr struct type TIPCSIOCLNReq (line 634) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 640) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 645) | type PPSKInfo struct constant PPS_GETPARAMS (line 655) | PPS_GETPARAMS = 0x800470a1 constant PPS_SETPARAMS (line 656) | PPS_SETPARAMS = 0x400470a2 constant PPS_GETCAP (line 657) | PPS_GETCAP = 0x800470a3 constant PPS_FETCH (line 658) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 662) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 665) | type SysvIpcPerm struct type SysvShmDesc (line 678) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 199) | type FdSet struct type Sysinfo_t (line 203) | type Sysinfo_t struct type Ustat_t (line 221) | type Ustat_t struct type EpollEvent (line 229) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 237) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 241) | POLLRDHUP = 0x2000 type Sigset_t (line 244) | type Sigset_t struct constant _C__NSIG (line 248) | _C__NSIG = 0x41 constant SIG_BLOCK (line 251) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 252) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 253) | SIG_SETMASK = 0x2 type Siginfo (line 256) | type Siginfo struct type Termios (line 264) | type Termios struct type Taskstats (line 275) | type Taskstats struct type cpuMask (line 335) | type cpuMask constant _NCPUBITS (line 338) | _NCPUBITS = 0x40 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 436) | type TpacketHdr struct constant SizeofTpacketHdr (line 448) | SizeofTpacketHdr = 0x20 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 629) | type TIPCSubscr struct type TIPCSIOCLNReq (line 636) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 642) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 647) | type PPSKInfo struct constant PPS_GETPARAMS (line 657) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 658) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 659) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 660) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 664) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 667) | type SysvIpcPerm struct type SysvShmDesc (line 680) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 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_mips.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofLong (line 10) | SizeofLong = 0x4 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | 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 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 184) | SizeofIovec = 0x8 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x8 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 224) | 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 = 0x80 constant SIG_BLOCK (line 253) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 254) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 255) | SIG_SETMASK = 0x3 type Siginfo (line 258) | type Siginfo struct type Termios (line 265) | type Termios struct type Taskstats (line 276) | type Taskstats struct type cpuMask (line 339) | type cpuMask constant _NCPUBITS (line 342) | _NCPUBITS = 0x20 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 442) | type TpacketHdr struct constant SizeofTpacketHdr (line 453) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 456) | type RTCPLLInfo struct type BlkpgPartition (line 466) | type BlkpgPartition struct constant BLKPG (line 476) | BLKPG = 0x20001269 type XDPUmemReg (line 479) | type XDPUmemReg struct type CryptoUserAlg (line 488) | type CryptoUserAlg struct type CryptoStatAEAD (line 498) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 507) | type CryptoStatAKCipher struct type CryptoStatCipher (line 518) | type CryptoStatCipher struct type CryptoStatCompress (line 527) | type CryptoStatCompress struct type CryptoStatHash (line 536) | type CryptoStatHash struct type CryptoStatKPP (line 543) | type CryptoStatKPP struct type CryptoStatRNG (line 551) | type CryptoStatRNG struct type CryptoStatLarval (line 559) | type CryptoStatLarval struct type CryptoReportLarval (line 563) | type CryptoReportLarval struct type CryptoReportHash (line 567) | type CryptoReportHash struct type CryptoReportCipher (line 573) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 580) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 589) | type CryptoReportAEAD struct type CryptoReportComp (line 597) | type CryptoReportComp struct type CryptoReportRNG (line 601) | type CryptoReportRNG struct type CryptoReportAKCipher (line 606) | type CryptoReportAKCipher struct type CryptoReportKPP (line 610) | type CryptoReportKPP struct type CryptoReportAcomp (line 614) | type CryptoReportAcomp struct type LoopInfo (line 618) | 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 = 0x400470a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00470a4 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_mips64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 202) | type FdSet struct type Sysinfo_t (line 206) | type Sysinfo_t struct type Ustat_t (line 224) | 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 267) | type Termios struct type Taskstats (line 278) | type Taskstats struct type cpuMask (line 338) | type cpuMask constant _NCPUBITS (line 341) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 345) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 346) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 347) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 348) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 349) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 350) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 351) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 352) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 353) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 354) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 355) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 356) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 357) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 358) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 359) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 360) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 361) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 362) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 363) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 364) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 365) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 366) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 367) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 368) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 369) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 370) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 371) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 372) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 373) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 374) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 375) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 376) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 377) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 378) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 379) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 380) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 381) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 382) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 383) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 384) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 385) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 386) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 387) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 388) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 389) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 390) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 391) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 392) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 393) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 394) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 395) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 396) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 397) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 398) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 399) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 400) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 401) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 402) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 403) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 404) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 405) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 406) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 407) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 408) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 411) | type SockaddrStorage struct type HDGeometry (line 417) | type HDGeometry struct type Statfs_t (line 424) | type Statfs_t struct type TpacketHdr (line 439) | type TpacketHdr struct constant SizeofTpacketHdr (line 451) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 454) | type RTCPLLInfo struct type BlkpgPartition (line 464) | type BlkpgPartition struct constant BLKPG (line 474) | BLKPG = 0x20001269 type XDPUmemReg (line 477) | type XDPUmemReg struct type CryptoUserAlg (line 486) | type CryptoUserAlg struct type CryptoStatAEAD (line 496) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 505) | type CryptoStatAKCipher struct type CryptoStatCipher (line 516) | type CryptoStatCipher struct type CryptoStatCompress (line 525) | type CryptoStatCompress struct type CryptoStatHash (line 534) | type CryptoStatHash struct type CryptoStatKPP (line 541) | type CryptoStatKPP struct type CryptoStatRNG (line 549) | type CryptoStatRNG struct type CryptoStatLarval (line 557) | type CryptoStatLarval struct type CryptoReportLarval (line 561) | type CryptoReportLarval struct type CryptoReportHash (line 565) | type CryptoReportHash struct type CryptoReportCipher (line 571) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 578) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 587) | type CryptoReportAEAD struct type CryptoReportComp (line 595) | type CryptoReportComp struct type CryptoReportRNG (line 599) | type CryptoReportRNG struct type CryptoReportAKCipher (line 604) | type CryptoReportAKCipher struct type CryptoReportKPP (line 608) | type CryptoReportKPP struct type CryptoReportAcomp (line 612) | type CryptoReportAcomp struct type LoopInfo (line 616) | type LoopInfo struct type TIPCSubscr (line 632) | type TIPCSubscr struct type TIPCSIOCLNReq (line 639) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 645) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 650) | type PPSKInfo struct constant PPS_GETPARAMS (line 660) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 661) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 662) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 663) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 667) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 670) | type SysvIpcPerm struct type SysvShmDesc (line 683) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 202) | type FdSet struct type Sysinfo_t (line 206) | type Sysinfo_t struct type Ustat_t (line 224) | 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 267) | type Termios struct type Taskstats (line 278) | type Taskstats struct type cpuMask (line 338) | type cpuMask constant _NCPUBITS (line 341) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 345) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 346) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 347) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 348) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 349) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 350) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 351) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 352) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 353) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 354) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 355) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 356) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 357) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 358) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 359) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 360) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 361) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 362) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 363) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 364) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 365) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 366) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 367) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 368) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 369) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 370) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 371) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 372) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 373) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 374) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 375) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 376) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 377) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 378) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 379) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 380) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 381) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 382) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 383) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 384) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 385) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 386) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 387) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 388) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 389) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 390) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 391) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 392) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 393) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 394) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 395) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 396) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 397) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 398) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 399) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 400) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 401) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 402) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 403) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 404) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 405) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 406) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 407) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 408) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 411) | type SockaddrStorage struct type HDGeometry (line 417) | type HDGeometry struct type Statfs_t (line 424) | type Statfs_t struct type TpacketHdr (line 439) | type TpacketHdr struct constant SizeofTpacketHdr (line 451) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 454) | type RTCPLLInfo struct type BlkpgPartition (line 464) | type BlkpgPartition struct constant BLKPG (line 474) | BLKPG = 0x20001269 type XDPUmemReg (line 477) | type XDPUmemReg struct type CryptoUserAlg (line 486) | type CryptoUserAlg struct type CryptoStatAEAD (line 496) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 505) | type CryptoStatAKCipher struct type CryptoStatCipher (line 516) | type CryptoStatCipher struct type CryptoStatCompress (line 525) | type CryptoStatCompress struct type CryptoStatHash (line 534) | type CryptoStatHash struct type CryptoStatKPP (line 541) | type CryptoStatKPP struct type CryptoStatRNG (line 549) | type CryptoStatRNG struct type CryptoStatLarval (line 557) | type CryptoStatLarval struct type CryptoReportLarval (line 561) | type CryptoReportLarval struct type CryptoReportHash (line 565) | type CryptoReportHash struct type CryptoReportCipher (line 571) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 578) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 587) | type CryptoReportAEAD struct type CryptoReportComp (line 595) | type CryptoReportComp struct type CryptoReportRNG (line 599) | type CryptoReportRNG struct type CryptoReportAKCipher (line 604) | type CryptoReportAKCipher struct type CryptoReportKPP (line 608) | type CryptoReportKPP struct type CryptoReportAcomp (line 612) | type CryptoReportAcomp struct type LoopInfo (line 616) | type LoopInfo struct type TIPCSubscr (line 632) | type TIPCSubscr struct type TIPCSIOCLNReq (line 639) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 645) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 650) | type PPSKInfo struct constant PPS_GETPARAMS (line 660) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 661) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 662) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 663) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 667) | PIDFD_NONBLOCK = 0x80 type SysvIpcPerm (line 670) | type SysvIpcPerm struct type SysvShmDesc (line 683) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofLong (line 10) | SizeofLong = 0x4 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | type Stat_t struct type Dirent (line 104) | type Dirent struct type Flock_t (line 113) | 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 171) | type Cmsghdr struct type ifreq (line 177) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 183) | SizeofSockaddrNFCLLCP = 0x58 constant SizeofIovec (line 184) | SizeofIovec = 0x8 constant SizeofMsghdr (line 185) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 186) | SizeofCmsghdr = 0xc constant SizeofSockFprog (line 190) | SizeofSockFprog = 0x8 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 224) | 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 = 0x80 constant SIG_BLOCK (line 253) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 254) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 255) | SIG_SETMASK = 0x3 type Siginfo (line 258) | type Siginfo struct type Termios (line 265) | type Termios struct type Taskstats (line 276) | type Taskstats struct type cpuMask (line 339) | type cpuMask constant _NCPUBITS (line 342) | _NCPUBITS = 0x20 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 442) | type TpacketHdr struct constant SizeofTpacketHdr (line 453) | SizeofTpacketHdr = 0x18 type RTCPLLInfo (line 456) | type RTCPLLInfo struct type BlkpgPartition (line 466) | type BlkpgPartition struct constant BLKPG (line 476) | BLKPG = 0x20001269 type XDPUmemReg (line 479) | type XDPUmemReg struct type CryptoUserAlg (line 488) | type CryptoUserAlg struct type CryptoStatAEAD (line 498) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 507) | type CryptoStatAKCipher struct type CryptoStatCipher (line 518) | type CryptoStatCipher struct type CryptoStatCompress (line 527) | type CryptoStatCompress struct type CryptoStatHash (line 536) | type CryptoStatHash struct type CryptoStatKPP (line 543) | type CryptoStatKPP struct type CryptoStatRNG (line 551) | type CryptoStatRNG struct type CryptoStatLarval (line 559) | type CryptoStatLarval struct type CryptoReportLarval (line 563) | type CryptoReportLarval struct type CryptoReportHash (line 567) | type CryptoReportHash struct type CryptoReportCipher (line 573) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 580) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 589) | type CryptoReportAEAD struct type CryptoReportComp (line 597) | type CryptoReportComp struct type CryptoReportRNG (line 601) | type CryptoReportRNG struct type CryptoReportAKCipher (line 606) | type CryptoReportAKCipher struct type CryptoReportKPP (line 610) | type CryptoReportKPP struct type CryptoReportAcomp (line 614) | type CryptoReportAcomp struct type LoopInfo (line 618) | 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 = 0x400470a1 constant PPS_SETPARAMS (line 662) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 663) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 664) | PPS_FETCH = 0xc00470a4 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_ppc.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofLong (line 10) | SizeofLong = 0x4 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 210) | type FdSet struct type Sysinfo_t (line 214) | type Sysinfo_t struct type Ustat_t (line 231) | type Ustat_t struct type EpollEvent (line 238) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 246) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 250) | POLLRDHUP = 0x2000 type Sigset_t (line 253) | type Sigset_t struct constant _C__NSIG (line 257) | _C__NSIG = 0x41 constant SIG_BLOCK (line 260) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 261) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 262) | SIG_SETMASK = 0x2 type Siginfo (line 265) | type Siginfo struct type Termios (line 272) | type Termios struct type Taskstats (line 283) | type Taskstats struct type cpuMask (line 346) | type cpuMask constant _NCPUBITS (line 349) | _NCPUBITS = 0x20 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 448) | type TpacketHdr struct constant SizeofTpacketHdr (line 459) | SizeofTpacketHdr = 0x18 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 639) | type TIPCSubscr struct type TIPCSIOCLNReq (line 646) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 652) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 657) | type PPSKInfo struct constant PPS_GETPARAMS (line 667) | PPS_GETPARAMS = 0x400470a1 constant PPS_SETPARAMS (line 668) | PPS_SETPARAMS = 0x800470a2 constant PPS_GETCAP (line 669) | PPS_GETCAP = 0x400470a3 constant PPS_FETCH (line 670) | PPS_FETCH = 0xc00470a4 constant PIDFD_NONBLOCK (line 674) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 677) | type SysvIpcPerm struct type SysvShmDesc (line 689) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 209) | type FdSet struct type Sysinfo_t (line 213) | type Sysinfo_t struct type Ustat_t (line 231) | 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 274) | type Termios struct type Taskstats (line 285) | type Taskstats struct type cpuMask (line 345) | type cpuMask constant _NCPUBITS (line 348) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 352) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 353) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 354) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 355) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 356) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 357) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 358) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 359) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 360) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 361) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 362) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 363) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 364) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 365) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 366) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 367) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 368) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 369) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 370) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 371) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 372) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 373) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 374) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 375) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 376) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 377) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 378) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 379) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 380) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 381) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 382) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 383) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 384) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 385) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 386) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 387) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 388) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 389) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 390) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 391) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 392) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 393) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 394) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 395) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 396) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 397) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 398) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 399) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 400) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 401) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 402) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 403) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 404) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 405) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 406) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 407) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 408) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 409) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 410) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 411) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 412) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 413) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 414) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 415) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 418) | type SockaddrStorage struct type HDGeometry (line 424) | type HDGeometry struct type Statfs_t (line 431) | type Statfs_t struct type TpacketHdr (line 446) | type TpacketHdr struct constant SizeofTpacketHdr (line 458) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 461) | type RTCPLLInfo struct type BlkpgPartition (line 471) | type BlkpgPartition struct constant BLKPG (line 481) | BLKPG = 0x20001269 type XDPUmemReg (line 484) | type XDPUmemReg struct type CryptoUserAlg (line 493) | type CryptoUserAlg struct type CryptoStatAEAD (line 503) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 512) | type CryptoStatAKCipher struct type CryptoStatCipher (line 523) | type CryptoStatCipher struct type CryptoStatCompress (line 532) | type CryptoStatCompress struct type CryptoStatHash (line 541) | type CryptoStatHash struct type CryptoStatKPP (line 548) | type CryptoStatKPP struct type CryptoStatRNG (line 556) | type CryptoStatRNG struct type CryptoStatLarval (line 564) | type CryptoStatLarval struct type CryptoReportLarval (line 568) | type CryptoReportLarval struct type CryptoReportHash (line 572) | type CryptoReportHash struct type CryptoReportCipher (line 578) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 585) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 594) | type CryptoReportAEAD struct type CryptoReportComp (line 602) | type CryptoReportComp struct type CryptoReportRNG (line 606) | type CryptoReportRNG struct type CryptoReportAKCipher (line 611) | type CryptoReportAKCipher struct type CryptoReportKPP (line 615) | type CryptoReportKPP struct type CryptoReportAcomp (line 619) | type CryptoReportAcomp struct type LoopInfo (line 623) | type LoopInfo struct type TIPCSubscr (line 639) | type TIPCSubscr struct type TIPCSIOCLNReq (line 646) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 652) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 657) | type PPSKInfo struct constant PPS_GETPARAMS (line 667) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 668) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 669) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 670) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 674) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 677) | type SysvIpcPerm struct type SysvShmDesc (line 689) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 209) | type FdSet struct type Sysinfo_t (line 213) | type Sysinfo_t struct type Ustat_t (line 231) | 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 274) | type Termios struct type Taskstats (line 285) | type Taskstats struct type cpuMask (line 345) | type cpuMask constant _NCPUBITS (line 348) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 352) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 353) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 354) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 355) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 356) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 357) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 358) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 359) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 360) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 361) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 362) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 363) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 364) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 365) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 366) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 367) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 368) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 369) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 370) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 371) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 372) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 373) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 374) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 375) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 376) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 377) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 378) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 379) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 380) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 381) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 382) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 383) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 384) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 385) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 386) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 387) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 388) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 389) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 390) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 391) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 392) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 393) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 394) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 395) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 396) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 397) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 398) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 399) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 400) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 401) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 402) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 403) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 404) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 405) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 406) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 407) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 408) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 409) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 410) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 411) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 412) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 413) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 414) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 415) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 418) | type SockaddrStorage struct type HDGeometry (line 424) | type HDGeometry struct type Statfs_t (line 431) | type Statfs_t struct type TpacketHdr (line 446) | type TpacketHdr struct constant SizeofTpacketHdr (line 458) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 461) | type RTCPLLInfo struct type BlkpgPartition (line 471) | type BlkpgPartition struct constant BLKPG (line 481) | BLKPG = 0x20001269 type XDPUmemReg (line 484) | type XDPUmemReg struct type CryptoUserAlg (line 493) | type CryptoUserAlg struct type CryptoStatAEAD (line 503) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 512) | type CryptoStatAKCipher struct type CryptoStatCipher (line 523) | type CryptoStatCipher struct type CryptoStatCompress (line 532) | type CryptoStatCompress struct type CryptoStatHash (line 541) | type CryptoStatHash struct type CryptoStatKPP (line 548) | type CryptoStatKPP struct type CryptoStatRNG (line 556) | type CryptoStatRNG struct type CryptoStatLarval (line 564) | type CryptoStatLarval struct type CryptoReportLarval (line 568) | type CryptoReportLarval struct type CryptoReportHash (line 572) | type CryptoReportHash struct type CryptoReportCipher (line 578) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 585) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 594) | type CryptoReportAEAD struct type CryptoReportComp (line 602) | type CryptoReportComp struct type CryptoReportRNG (line 606) | type CryptoReportRNG struct type CryptoReportAKCipher (line 611) | type CryptoReportAKCipher struct type CryptoReportKPP (line 615) | type CryptoReportKPP struct type CryptoReportAcomp (line 619) | type CryptoReportAcomp struct type LoopInfo (line 623) | type LoopInfo struct type TIPCSubscr (line 639) | type TIPCSubscr struct type TIPCSIOCLNReq (line 646) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 652) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 657) | type PPSKInfo struct constant PPS_GETPARAMS (line 667) | PPS_GETPARAMS = 0x400870a1 constant PPS_SETPARAMS (line 668) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 669) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 670) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 674) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 677) | type SysvIpcPerm struct type SysvShmDesc (line 689) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | 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 227) | type FdSet struct type Sysinfo_t (line 231) | type Sysinfo_t struct type Ustat_t (line 249) | type Ustat_t struct type EpollEvent (line 257) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 265) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 269) | POLLRDHUP = 0x2000 type Sigset_t (line 272) | type Sigset_t struct constant _C__NSIG (line 276) | _C__NSIG = 0x41 constant SIG_BLOCK (line 279) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 280) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 281) | SIG_SETMASK = 0x2 type Siginfo (line 284) | type Siginfo struct type Termios (line 292) | type Termios struct type Taskstats (line 303) | type Taskstats struct type cpuMask (line 363) | type cpuMask constant _NCPUBITS (line 366) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 370) | CBitFieldMaskBit0 = 0x1 constant CBitFieldMaskBit1 (line 371) | CBitFieldMaskBit1 = 0x2 constant CBitFieldMaskBit2 (line 372) | CBitFieldMaskBit2 = 0x4 constant CBitFieldMaskBit3 (line 373) | CBitFieldMaskBit3 = 0x8 constant CBitFieldMaskBit4 (line 374) | CBitFieldMaskBit4 = 0x10 constant CBitFieldMaskBit5 (line 375) | CBitFieldMaskBit5 = 0x20 constant CBitFieldMaskBit6 (line 376) | CBitFieldMaskBit6 = 0x40 constant CBitFieldMaskBit7 (line 377) | CBitFieldMaskBit7 = 0x80 constant CBitFieldMaskBit8 (line 378) | CBitFieldMaskBit8 = 0x100 constant CBitFieldMaskBit9 (line 379) | CBitFieldMaskBit9 = 0x200 constant CBitFieldMaskBit10 (line 380) | CBitFieldMaskBit10 = 0x400 constant CBitFieldMaskBit11 (line 381) | CBitFieldMaskBit11 = 0x800 constant CBitFieldMaskBit12 (line 382) | CBitFieldMaskBit12 = 0x1000 constant CBitFieldMaskBit13 (line 383) | CBitFieldMaskBit13 = 0x2000 constant CBitFieldMaskBit14 (line 384) | CBitFieldMaskBit14 = 0x4000 constant CBitFieldMaskBit15 (line 385) | CBitFieldMaskBit15 = 0x8000 constant CBitFieldMaskBit16 (line 386) | CBitFieldMaskBit16 = 0x10000 constant CBitFieldMaskBit17 (line 387) | CBitFieldMaskBit17 = 0x20000 constant CBitFieldMaskBit18 (line 388) | CBitFieldMaskBit18 = 0x40000 constant CBitFieldMaskBit19 (line 389) | CBitFieldMaskBit19 = 0x80000 constant CBitFieldMaskBit20 (line 390) | CBitFieldMaskBit20 = 0x100000 constant CBitFieldMaskBit21 (line 391) | CBitFieldMaskBit21 = 0x200000 constant CBitFieldMaskBit22 (line 392) | CBitFieldMaskBit22 = 0x400000 constant CBitFieldMaskBit23 (line 393) | CBitFieldMaskBit23 = 0x800000 constant CBitFieldMaskBit24 (line 394) | CBitFieldMaskBit24 = 0x1000000 constant CBitFieldMaskBit25 (line 395) | CBitFieldMaskBit25 = 0x2000000 constant CBitFieldMaskBit26 (line 396) | CBitFieldMaskBit26 = 0x4000000 constant CBitFieldMaskBit27 (line 397) | CBitFieldMaskBit27 = 0x8000000 constant CBitFieldMaskBit28 (line 398) | CBitFieldMaskBit28 = 0x10000000 constant CBitFieldMaskBit29 (line 399) | CBitFieldMaskBit29 = 0x20000000 constant CBitFieldMaskBit30 (line 400) | CBitFieldMaskBit30 = 0x40000000 constant CBitFieldMaskBit31 (line 401) | CBitFieldMaskBit31 = 0x80000000 constant CBitFieldMaskBit32 (line 402) | CBitFieldMaskBit32 = 0x100000000 constant CBitFieldMaskBit33 (line 403) | CBitFieldMaskBit33 = 0x200000000 constant CBitFieldMaskBit34 (line 404) | CBitFieldMaskBit34 = 0x400000000 constant CBitFieldMaskBit35 (line 405) | CBitFieldMaskBit35 = 0x800000000 constant CBitFieldMaskBit36 (line 406) | CBitFieldMaskBit36 = 0x1000000000 constant CBitFieldMaskBit37 (line 407) | CBitFieldMaskBit37 = 0x2000000000 constant CBitFieldMaskBit38 (line 408) | CBitFieldMaskBit38 = 0x4000000000 constant CBitFieldMaskBit39 (line 409) | CBitFieldMaskBit39 = 0x8000000000 constant CBitFieldMaskBit40 (line 410) | CBitFieldMaskBit40 = 0x10000000000 constant CBitFieldMaskBit41 (line 411) | CBitFieldMaskBit41 = 0x20000000000 constant CBitFieldMaskBit42 (line 412) | CBitFieldMaskBit42 = 0x40000000000 constant CBitFieldMaskBit43 (line 413) | CBitFieldMaskBit43 = 0x80000000000 constant CBitFieldMaskBit44 (line 414) | CBitFieldMaskBit44 = 0x100000000000 constant CBitFieldMaskBit45 (line 415) | CBitFieldMaskBit45 = 0x200000000000 constant CBitFieldMaskBit46 (line 416) | CBitFieldMaskBit46 = 0x400000000000 constant CBitFieldMaskBit47 (line 417) | CBitFieldMaskBit47 = 0x800000000000 constant CBitFieldMaskBit48 (line 418) | CBitFieldMaskBit48 = 0x1000000000000 constant CBitFieldMaskBit49 (line 419) | CBitFieldMaskBit49 = 0x2000000000000 constant CBitFieldMaskBit50 (line 420) | CBitFieldMaskBit50 = 0x4000000000000 constant CBitFieldMaskBit51 (line 421) | CBitFieldMaskBit51 = 0x8000000000000 constant CBitFieldMaskBit52 (line 422) | CBitFieldMaskBit52 = 0x10000000000000 constant CBitFieldMaskBit53 (line 423) | CBitFieldMaskBit53 = 0x20000000000000 constant CBitFieldMaskBit54 (line 424) | CBitFieldMaskBit54 = 0x40000000000000 constant CBitFieldMaskBit55 (line 425) | CBitFieldMaskBit55 = 0x80000000000000 constant CBitFieldMaskBit56 (line 426) | CBitFieldMaskBit56 = 0x100000000000000 constant CBitFieldMaskBit57 (line 427) | CBitFieldMaskBit57 = 0x200000000000000 constant CBitFieldMaskBit58 (line 428) | CBitFieldMaskBit58 = 0x400000000000000 constant CBitFieldMaskBit59 (line 429) | CBitFieldMaskBit59 = 0x800000000000000 constant CBitFieldMaskBit60 (line 430) | CBitFieldMaskBit60 = 0x1000000000000000 constant CBitFieldMaskBit61 (line 431) | CBitFieldMaskBit61 = 0x2000000000000000 constant CBitFieldMaskBit62 (line 432) | CBitFieldMaskBit62 = 0x4000000000000000 constant CBitFieldMaskBit63 (line 433) | CBitFieldMaskBit63 = 0x8000000000000000 type SockaddrStorage (line 436) | type SockaddrStorage struct type HDGeometry (line 442) | type HDGeometry struct type Statfs_t (line 449) | type Statfs_t struct type TpacketHdr (line 464) | type TpacketHdr struct constant SizeofTpacketHdr (line 476) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 479) | type RTCPLLInfo struct type BlkpgPartition (line 489) | type BlkpgPartition struct constant BLKPG (line 499) | BLKPG = 0x1269 type XDPUmemReg (line 502) | type XDPUmemReg struct type CryptoUserAlg (line 511) | type CryptoUserAlg struct type CryptoStatAEAD (line 521) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 530) | type CryptoStatAKCipher struct type CryptoStatCipher (line 541) | type CryptoStatCipher struct type CryptoStatCompress (line 550) | type CryptoStatCompress struct type CryptoStatHash (line 559) | type CryptoStatHash struct type CryptoStatKPP (line 566) | type CryptoStatKPP struct type CryptoStatRNG (line 574) | type CryptoStatRNG struct type CryptoStatLarval (line 582) | type CryptoStatLarval struct type CryptoReportLarval (line 586) | type CryptoReportLarval struct type CryptoReportHash (line 590) | type CryptoReportHash struct type CryptoReportCipher (line 596) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 603) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 612) | type CryptoReportAEAD struct type CryptoReportComp (line 620) | type CryptoReportComp struct type CryptoReportRNG (line 624) | type CryptoReportRNG struct type CryptoReportAKCipher (line 629) | type CryptoReportAKCipher struct type CryptoReportKPP (line 633) | type CryptoReportKPP struct type CryptoReportAcomp (line 637) | type CryptoReportAcomp struct type LoopInfo (line 641) | type LoopInfo struct type TIPCSubscr (line 657) | type TIPCSubscr struct type TIPCSIOCLNReq (line 664) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 670) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 675) | type PPSKInfo struct constant PPS_GETPARAMS (line 685) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 686) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 687) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 688) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 692) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 695) | type SysvIpcPerm struct type SysvShmDesc (line 708) | type SysvShmDesc struct type RISCVHWProbePairs (line 721) | type RISCVHWProbePairs struct constant RISCV_HWPROBE_KEY_MVENDORID (line 727) | RISCV_HWPROBE_KEY_MVENDORID = 0x0 constant RISCV_HWPROBE_KEY_MARCHID (line 728) | RISCV_HWPROBE_KEY_MARCHID = 0x1 constant RISCV_HWPROBE_KEY_MIMPID (line 729) | RISCV_HWPROBE_KEY_MIMPID = 0x2 constant RISCV_HWPROBE_KEY_BASE_BEHAVIOR (line 730) | RISCV_HWPROBE_KEY_BASE_BEHAVIOR = 0x3 constant RISCV_HWPROBE_BASE_BEHAVIOR_IMA (line 731) | RISCV_HWPROBE_BASE_BEHAVIOR_IMA = 0x1 constant RISCV_HWPROBE_KEY_IMA_EXT_0 (line 732) | RISCV_HWPROBE_KEY_IMA_EXT_0 = 0x4 constant RISCV_HWPROBE_IMA_FD (line 733) | RISCV_HWPROBE_IMA_FD = 0x1 constant RISCV_HWPROBE_IMA_C (line 734) | RISCV_HWPROBE_IMA_C = 0x2 constant RISCV_HWPROBE_IMA_V (line 735) | RISCV_HWPROBE_IMA_V = 0x4 constant RISCV_HWPROBE_EXT_ZBA (line 736) | RISCV_HWPROBE_EXT_ZBA = 0x8 constant RISCV_HWPROBE_EXT_ZBB (line 737) | RISCV_HWPROBE_EXT_ZBB = 0x10 constant RISCV_HWPROBE_EXT_ZBS (line 738) | RISCV_HWPROBE_EXT_ZBS = 0x20 constant RISCV_HWPROBE_KEY_CPUPERF_0 (line 739) | RISCV_HWPROBE_KEY_CPUPERF_0 = 0x5 constant RISCV_HWPROBE_MISALIGNED_UNKNOWN (line 740) | RISCV_HWPROBE_MISALIGNED_UNKNOWN = 0x0 constant RISCV_HWPROBE_MISALIGNED_EMULATED (line 741) | RISCV_HWPROBE_MISALIGNED_EMULATED = 0x1 constant RISCV_HWPROBE_MISALIGNED_SLOW (line 742) | RISCV_HWPROBE_MISALIGNED_SLOW = 0x2 constant RISCV_HWPROBE_MISALIGNED_FAST (line 743) | RISCV_HWPROBE_MISALIGNED_FAST = 0x3 constant RISCV_HWPROBE_MISALIGNED_UNSUPPORTED (line 744) | RISCV_HWPROBE_MISALIGNED_UNSUPPORTED = 0x4 constant RISCV_HWPROBE_MISALIGNED_MASK (line 745) | RISCV_HWPROBE_MISALIGNED_MASK = 0x7 FILE: vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | type Timeval struct type Timex (line 27) | type Timex struct type Time_t (line 51) | type Time_t type Tms (line 53) | type Tms struct type Utimbuf (line 60) | type Utimbuf struct type Rusage (line 65) | type Rusage struct type Stat_t (line 84) | type Stat_t struct type Dirent (line 102) | type Dirent struct type Flock_t (line 111) | type Flock_t struct type DmNameList (line 120) | type DmNameList struct constant FADV_DONTNEED (line 128) | FADV_DONTNEED = 0x6 constant FADV_NOREUSE (line 129) | FADV_NOREUSE = 0x7 type RawSockaddrNFCLLCP (line 132) | type RawSockaddrNFCLLCP struct type RawSockaddr (line 143) | type RawSockaddr struct type RawSockaddrAny (line 148) | type RawSockaddrAny struct type Iovec (line 153) | type Iovec struct type Msghdr (line 158) | type Msghdr struct type Cmsghdr (line 169) | type Cmsghdr struct type ifreq (line 175) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 181) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 182) | SizeofIovec = 0x10 constant SizeofMsghdr (line 183) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 184) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 188) | SizeofSockFprog = 0x10 type PtraceRegs (line 191) | type PtraceRegs struct type PtracePsw (line 201) | type PtracePsw struct type PtraceFpregs (line 206) | type PtraceFpregs struct type PtracePer (line 211) | type PtracePer 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 260) | OPEN_TREE_CLOEXEC = 0x80000 constant POLLRDHUP (line 264) | POLLRDHUP = 0x2000 type Sigset_t (line 267) | type Sigset_t struct constant _C__NSIG (line 271) | _C__NSIG = 0x41 constant SIG_BLOCK (line 274) | SIG_BLOCK = 0x0 constant SIG_UNBLOCK (line 275) | SIG_UNBLOCK = 0x1 constant SIG_SETMASK (line 276) | SIG_SETMASK = 0x2 type Siginfo (line 279) | type Siginfo struct type Termios (line 287) | type Termios struct type Taskstats (line 298) | type Taskstats struct type cpuMask (line 358) | type cpuMask constant _NCPUBITS (line 361) | _NCPUBITS = 0x40 constant CBitFieldMaskBit0 (line 365) | CBitFieldMaskBit0 = 0x8000000000000000 constant CBitFieldMaskBit1 (line 366) | CBitFieldMaskBit1 = 0x4000000000000000 constant CBitFieldMaskBit2 (line 367) | CBitFieldMaskBit2 = 0x2000000000000000 constant CBitFieldMaskBit3 (line 368) | CBitFieldMaskBit3 = 0x1000000000000000 constant CBitFieldMaskBit4 (line 369) | CBitFieldMaskBit4 = 0x800000000000000 constant CBitFieldMaskBit5 (line 370) | CBitFieldMaskBit5 = 0x400000000000000 constant CBitFieldMaskBit6 (line 371) | CBitFieldMaskBit6 = 0x200000000000000 constant CBitFieldMaskBit7 (line 372) | CBitFieldMaskBit7 = 0x100000000000000 constant CBitFieldMaskBit8 (line 373) | CBitFieldMaskBit8 = 0x80000000000000 constant CBitFieldMaskBit9 (line 374) | CBitFieldMaskBit9 = 0x40000000000000 constant CBitFieldMaskBit10 (line 375) | CBitFieldMaskBit10 = 0x20000000000000 constant CBitFieldMaskBit11 (line 376) | CBitFieldMaskBit11 = 0x10000000000000 constant CBitFieldMaskBit12 (line 377) | CBitFieldMaskBit12 = 0x8000000000000 constant CBitFieldMaskBit13 (line 378) | CBitFieldMaskBit13 = 0x4000000000000 constant CBitFieldMaskBit14 (line 379) | CBitFieldMaskBit14 = 0x2000000000000 constant CBitFieldMaskBit15 (line 380) | CBitFieldMaskBit15 = 0x1000000000000 constant CBitFieldMaskBit16 (line 381) | CBitFieldMaskBit16 = 0x800000000000 constant CBitFieldMaskBit17 (line 382) | CBitFieldMaskBit17 = 0x400000000000 constant CBitFieldMaskBit18 (line 383) | CBitFieldMaskBit18 = 0x200000000000 constant CBitFieldMaskBit19 (line 384) | CBitFieldMaskBit19 = 0x100000000000 constant CBitFieldMaskBit20 (line 385) | CBitFieldMaskBit20 = 0x80000000000 constant CBitFieldMaskBit21 (line 386) | CBitFieldMaskBit21 = 0x40000000000 constant CBitFieldMaskBit22 (line 387) | CBitFieldMaskBit22 = 0x20000000000 constant CBitFieldMaskBit23 (line 388) | CBitFieldMaskBit23 = 0x10000000000 constant CBitFieldMaskBit24 (line 389) | CBitFieldMaskBit24 = 0x8000000000 constant CBitFieldMaskBit25 (line 390) | CBitFieldMaskBit25 = 0x4000000000 constant CBitFieldMaskBit26 (line 391) | CBitFieldMaskBit26 = 0x2000000000 constant CBitFieldMaskBit27 (line 392) | CBitFieldMaskBit27 = 0x1000000000 constant CBitFieldMaskBit28 (line 393) | CBitFieldMaskBit28 = 0x800000000 constant CBitFieldMaskBit29 (line 394) | CBitFieldMaskBit29 = 0x400000000 constant CBitFieldMaskBit30 (line 395) | CBitFieldMaskBit30 = 0x200000000 constant CBitFieldMaskBit31 (line 396) | CBitFieldMaskBit31 = 0x100000000 constant CBitFieldMaskBit32 (line 397) | CBitFieldMaskBit32 = 0x80000000 constant CBitFieldMaskBit33 (line 398) | CBitFieldMaskBit33 = 0x40000000 constant CBitFieldMaskBit34 (line 399) | CBitFieldMaskBit34 = 0x20000000 constant CBitFieldMaskBit35 (line 400) | CBitFieldMaskBit35 = 0x10000000 constant CBitFieldMaskBit36 (line 401) | CBitFieldMaskBit36 = 0x8000000 constant CBitFieldMaskBit37 (line 402) | CBitFieldMaskBit37 = 0x4000000 constant CBitFieldMaskBit38 (line 403) | CBitFieldMaskBit38 = 0x2000000 constant CBitFieldMaskBit39 (line 404) | CBitFieldMaskBit39 = 0x1000000 constant CBitFieldMaskBit40 (line 405) | CBitFieldMaskBit40 = 0x800000 constant CBitFieldMaskBit41 (line 406) | CBitFieldMaskBit41 = 0x400000 constant CBitFieldMaskBit42 (line 407) | CBitFieldMaskBit42 = 0x200000 constant CBitFieldMaskBit43 (line 408) | CBitFieldMaskBit43 = 0x100000 constant CBitFieldMaskBit44 (line 409) | CBitFieldMaskBit44 = 0x80000 constant CBitFieldMaskBit45 (line 410) | CBitFieldMaskBit45 = 0x40000 constant CBitFieldMaskBit46 (line 411) | CBitFieldMaskBit46 = 0x20000 constant CBitFieldMaskBit47 (line 412) | CBitFieldMaskBit47 = 0x10000 constant CBitFieldMaskBit48 (line 413) | CBitFieldMaskBit48 = 0x8000 constant CBitFieldMaskBit49 (line 414) | CBitFieldMaskBit49 = 0x4000 constant CBitFieldMaskBit50 (line 415) | CBitFieldMaskBit50 = 0x2000 constant CBitFieldMaskBit51 (line 416) | CBitFieldMaskBit51 = 0x1000 constant CBitFieldMaskBit52 (line 417) | CBitFieldMaskBit52 = 0x800 constant CBitFieldMaskBit53 (line 418) | CBitFieldMaskBit53 = 0x400 constant CBitFieldMaskBit54 (line 419) | CBitFieldMaskBit54 = 0x200 constant CBitFieldMaskBit55 (line 420) | CBitFieldMaskBit55 = 0x100 constant CBitFieldMaskBit56 (line 421) | CBitFieldMaskBit56 = 0x80 constant CBitFieldMaskBit57 (line 422) | CBitFieldMaskBit57 = 0x40 constant CBitFieldMaskBit58 (line 423) | CBitFieldMaskBit58 = 0x20 constant CBitFieldMaskBit59 (line 424) | CBitFieldMaskBit59 = 0x10 constant CBitFieldMaskBit60 (line 425) | CBitFieldMaskBit60 = 0x8 constant CBitFieldMaskBit61 (line 426) | CBitFieldMaskBit61 = 0x4 constant CBitFieldMaskBit62 (line 427) | CBitFieldMaskBit62 = 0x2 constant CBitFieldMaskBit63 (line 428) | CBitFieldMaskBit63 = 0x1 type SockaddrStorage (line 431) | type SockaddrStorage struct type HDGeometry (line 437) | type HDGeometry struct type Statfs_t (line 444) | type Statfs_t struct type TpacketHdr (line 460) | type TpacketHdr struct constant SizeofTpacketHdr (line 472) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 475) | type RTCPLLInfo struct type BlkpgPartition (line 485) | type BlkpgPartition struct constant BLKPG (line 495) | BLKPG = 0x1269 type XDPUmemReg (line 498) | type XDPUmemReg struct type CryptoUserAlg (line 507) | type CryptoUserAlg struct type CryptoStatAEAD (line 517) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 526) | type CryptoStatAKCipher struct type CryptoStatCipher (line 537) | type CryptoStatCipher struct type CryptoStatCompress (line 546) | type CryptoStatCompress struct type CryptoStatHash (line 555) | type CryptoStatHash struct type CryptoStatKPP (line 562) | type CryptoStatKPP struct type CryptoStatRNG (line 570) | type CryptoStatRNG struct type CryptoStatLarval (line 578) | type CryptoStatLarval struct type CryptoReportLarval (line 582) | type CryptoReportLarval struct type CryptoReportHash (line 586) | type CryptoReportHash struct type CryptoReportCipher (line 592) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 599) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 608) | type CryptoReportAEAD struct type CryptoReportComp (line 616) | type CryptoReportComp struct type CryptoReportRNG (line 620) | type CryptoReportRNG struct type CryptoReportAKCipher (line 625) | type CryptoReportAKCipher struct type CryptoReportKPP (line 629) | type CryptoReportKPP struct type CryptoReportAcomp (line 633) | type CryptoReportAcomp struct type LoopInfo (line 637) | type LoopInfo struct type TIPCSubscr (line 653) | type TIPCSubscr struct type TIPCSIOCLNReq (line 660) | type TIPCSIOCLNReq struct type TIPCSIOCNodeIDReq (line 666) | type TIPCSIOCNodeIDReq struct type PPSKInfo (line 671) | type PPSKInfo struct constant PPS_GETPARAMS (line 681) | PPS_GETPARAMS = 0x800870a1 constant PPS_SETPARAMS (line 682) | PPS_SETPARAMS = 0x400870a2 constant PPS_GETCAP (line 683) | PPS_GETCAP = 0x800870a3 constant PPS_FETCH (line 684) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 688) | PIDFD_NONBLOCK = 0x800 type SysvIpcPerm (line 691) | type SysvIpcPerm struct type SysvShmDesc (line 703) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofLong (line 10) | SizeofLong = 0x8 type _C_long (line 14) | type _C_long type Timespec (line 17) | type Timespec struct type Timeval (line 22) | 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 173) | type Cmsghdr struct type ifreq (line 179) | type ifreq struct constant SizeofSockaddrNFCLLCP (line 185) | SizeofSockaddrNFCLLCP = 0x60 constant SizeofIovec (line 186) | SizeofIovec = 0x10 constant SizeofMsghdr (line 187) | SizeofMsghdr = 0x38 constant SizeofCmsghdr (line 188) | SizeofCmsghdr = 0x10 constant SizeofSockFprog (line 192) | SizeofSockFprog = 0x10 type PtraceRegs (line 195) | type PtraceRegs struct type FdSet (line 204) | type FdSet struct type Sysinfo_t (line 208) | type Sysinfo_t struct type Ustat_t (line 226) | type Ustat_t struct type EpollEvent (line 234) | type EpollEvent struct constant OPEN_TREE_CLOEXEC (line 242) | OPEN_TREE_CLOEXEC = 0x400000 constant POLLRDHUP (line 246) | POLLRDHUP = 0x800 type Sigset_t (line 249) | type Sigset_t struct constant _C__NSIG (line 253) | _C__NSIG = 0x41 constant SIG_BLOCK (line 256) | SIG_BLOCK = 0x1 constant SIG_UNBLOCK (line 257) | SIG_UNBLOCK = 0x2 constant SIG_SETMASK (line 258) | SIG_SETMASK = 0x4 type Siginfo (line 261) | type Siginfo struct type Termios (line 269) | type Termios struct type Taskstats (line 280) | type Taskstats struct type cpuMask (line 340) | type cpuMask constant _NCPUBITS (line 343) | _NCPUBITS = 0x40 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 441) | type TpacketHdr struct constant SizeofTpacketHdr (line 453) | SizeofTpacketHdr = 0x20 type RTCPLLInfo (line 456) | type RTCPLLInfo struct type BlkpgPartition (line 466) | type BlkpgPartition struct constant BLKPG (line 476) | BLKPG = 0x20001269 type XDPUmemReg (line 479) | type XDPUmemReg struct type CryptoUserAlg (line 488) | type CryptoUserAlg struct type CryptoStatAEAD (line 498) | type CryptoStatAEAD struct type CryptoStatAKCipher (line 507) | type CryptoStatAKCipher struct type CryptoStatCipher (line 518) | type CryptoStatCipher struct type CryptoStatCompress (line 527) | type CryptoStatCompress struct type CryptoStatHash (line 536) | type CryptoStatHash struct type CryptoStatKPP (line 543) | type CryptoStatKPP struct type CryptoStatRNG (line 551) | type CryptoStatRNG struct type CryptoStatLarval (line 559) | type CryptoStatLarval struct type CryptoReportLarval (line 563) | type CryptoReportLarval struct type CryptoReportHash (line 567) | type CryptoReportHash struct type CryptoReportCipher (line 573) | type CryptoReportCipher struct type CryptoReportBlkCipher (line 580) | type CryptoReportBlkCipher struct type CryptoReportAEAD (line 589) | type CryptoReportAEAD struct type CryptoReportComp (line 597) | type CryptoReportComp struct type CryptoReportRNG (line 601) | type CryptoReportRNG struct type CryptoReportAKCipher (line 606) | type CryptoReportAKCipher struct type CryptoReportKPP (line 610) | type CryptoReportKPP struct type CryptoReportAcomp (line 614) | type CryptoReportAcomp struct type LoopInfo (line 618) | 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 = 0x400870a1 constant PPS_SETPARAMS (line 663) | PPS_SETPARAMS = 0x800870a2 constant PPS_GETCAP (line 664) | PPS_GETCAP = 0x400870a3 constant PPS_FETCH (line 665) | PPS_FETCH = 0xc00870a4 constant PIDFD_NONBLOCK (line 669) | PIDFD_NONBLOCK = 0x4000 type SysvIpcPerm (line 672) | type SysvIpcPerm struct type SysvShmDesc (line 684) | type SysvShmDesc struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 79) | type Statfs_t type Statvfs_t (line 81) | type Statvfs_t struct type Flock_t (line 108) | type Flock_t struct type Dirent (line 116) | type Dirent struct type Fsid (line 125) | type Fsid struct constant PathMax (line 130) | PathMax = 0x400 constant ST_WAIT (line 134) | ST_WAIT = 0x1 constant ST_NOWAIT (line 135) | ST_NOWAIT = 0x2 constant FADV_NORMAL (line 139) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 140) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 141) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 142) | FADV_WILLNEED = 0x3 constant FADV_DONTNEED (line 143) | FADV_DONTNEED = 0x4 constant FADV_NOREUSE (line 144) | FADV_NOREUSE = 0x5 type RawSockaddrInet4 (line 147) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 155) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 164) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 170) | type RawSockaddrDatalink struct type RawSockaddr (line 181) | type RawSockaddr struct type RawSockaddrAny (line 187) | type RawSockaddrAny struct type _Socklen (line 192) | type _Socklen type Linger (line 194) | type Linger struct type Iovec (line 199) | type Iovec struct type IPMreq (line 204) | type IPMreq struct type IPv6Mreq (line 209) | type IPv6Mreq struct type Msghdr (line 214) | type Msghdr struct type Cmsghdr (line 224) | type Cmsghdr struct type Inet6Pktinfo (line 230) | type Inet6Pktinfo struct type IPv6MTUInfo (line 235) | type IPv6MTUInfo struct type ICMPv6Filter (line 240) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 245) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 246) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 247) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 248) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 249) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 250) | SizeofLinger = 0x8 constant SizeofIovec (line 251) | SizeofIovec = 0x8 constant SizeofIPMreq (line 252) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 253) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 254) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 255) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 256) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 257) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 258) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 262) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 263) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 264) | PTRACE_KILL = 0x8 type Kevent_t (line 267) | type Kevent_t struct type FdSet (line 276) | type FdSet struct constant SizeofIfMsghdr (line 281) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 282) | SizeofIfData = 0x84 constant SizeofIfaMsghdr (line 283) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 284) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 285) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 286) | SizeofRtMetrics = 0x50 type IfMsghdr (line 289) | type IfMsghdr struct type IfData (line 301) | type IfData struct type IfaMsghdr (line 324) | type IfaMsghdr struct type IfAnnounceMsghdr (line 335) | type IfAnnounceMsghdr struct type RtMsghdr (line 344) | type RtMsghdr struct type RtMetrics (line 361) | type RtMetrics struct type Mclpool (line 374) | type Mclpool constant SizeofBpfVersion (line 377) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 378) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 379) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 380) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 381) | SizeofBpfHdr = 0x14 type BpfVersion (line 384) | type BpfVersion struct type BpfStat (line 389) | 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 416) | type BpfTimeval struct type Termios (line 421) | type Termios struct type Winsize (line 431) | type Winsize struct type Ptmget (line 438) | type Ptmget struct constant AT_FDCWD (line 446) | AT_FDCWD = -0x64 constant AT_EACCESS (line 447) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 448) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 449) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 450) | AT_REMOVEDIR = 0x800 type PollFd (line 453) | type PollFd struct constant POLLERR (line 460) | POLLERR = 0x8 constant POLLHUP (line 461) | POLLHUP = 0x10 constant POLLIN (line 462) | POLLIN = 0x1 constant POLLNVAL (line 463) | POLLNVAL = 0x20 constant POLLOUT (line 464) | POLLOUT = 0x4 constant POLLPRI (line 465) | POLLPRI = 0x2 constant POLLRDBAND (line 466) | POLLRDBAND = 0x80 constant POLLRDNORM (line 467) | POLLRDNORM = 0x40 constant POLLWRBAND (line 468) | POLLWRBAND = 0x100 constant POLLWRNORM (line 469) | POLLWRNORM = 0x4 type Sysctlnode (line 472) | type Sysctlnode struct type Utsname (line 485) | type Utsname struct constant SizeofUvmexp (line 493) | SizeofUvmexp = 0x278 type Uvmexp (line 495) | type Uvmexp struct constant SizeofClockinfo (line 577) | SizeofClockinfo = 0x14 type Clockinfo (line 579) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | 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 83) | type Statfs_t type Statvfs_t (line 85) | type Statvfs_t struct type Flock_t (line 113) | type Flock_t struct type Dirent (line 121) | type Dirent struct type Fsid (line 130) | type Fsid struct constant PathMax (line 135) | PathMax = 0x400 constant ST_WAIT (line 139) | ST_WAIT = 0x1 constant ST_NOWAIT (line 140) | ST_NOWAIT = 0x2 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 Linger (line 199) | type Linger struct type Iovec (line 204) | type Iovec struct type IPMreq (line 209) | type IPMreq struct type IPv6Mreq (line 214) | type IPv6Mreq struct type Msghdr (line 219) | type Msghdr struct type Cmsghdr (line 231) | type Cmsghdr struct type Inet6Pktinfo (line 237) | type Inet6Pktinfo struct type IPv6MTUInfo (line 242) | type IPv6MTUInfo struct type ICMPv6Filter (line 247) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 252) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 253) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 254) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 255) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 256) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 257) | SizeofLinger = 0x8 constant SizeofIovec (line 258) | SizeofIovec = 0x10 constant SizeofIPMreq (line 259) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 260) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 261) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 262) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 263) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 264) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 265) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 269) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 270) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 271) | PTRACE_KILL = 0x8 type Kevent_t (line 274) | type Kevent_t struct type FdSet (line 284) | type FdSet struct constant SizeofIfMsghdr (line 289) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 290) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 291) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 292) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 293) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 294) | SizeofRtMetrics = 0x50 type IfMsghdr (line 297) | type IfMsghdr struct type IfData (line 308) | type IfData struct type IfaMsghdr (line 331) | type IfaMsghdr struct type IfAnnounceMsghdr (line 342) | type IfAnnounceMsghdr struct type RtMsghdr (line 351) | type RtMsghdr struct type RtMetrics (line 368) | type RtMetrics struct type Mclpool (line 381) | type Mclpool constant SizeofBpfVersion (line 384) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 385) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 386) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 387) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 388) | SizeofBpfHdr = 0x20 type BpfVersion (line 391) | type BpfVersion struct type BpfStat (line 396) | type BpfStat struct type BpfProgram (line 403) | type BpfProgram struct type BpfInsn (line 409) | type BpfInsn struct type BpfHdr (line 416) | type BpfHdr struct type BpfTimeval (line 424) | type BpfTimeval struct type Termios (line 429) | type Termios struct type Winsize (line 439) | type Winsize struct type Ptmget (line 446) | type Ptmget struct constant AT_FDCWD (line 454) | AT_FDCWD = -0x64 constant AT_EACCESS (line 455) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 456) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 457) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 458) | AT_REMOVEDIR = 0x800 type PollFd (line 461) | type PollFd struct constant POLLERR (line 468) | POLLERR = 0x8 constant POLLHUP (line 469) | POLLHUP = 0x10 constant POLLIN (line 470) | POLLIN = 0x1 constant POLLNVAL (line 471) | POLLNVAL = 0x20 constant POLLOUT (line 472) | POLLOUT = 0x4 constant POLLPRI (line 473) | POLLPRI = 0x2 constant POLLRDBAND (line 474) | POLLRDBAND = 0x80 constant POLLRDNORM (line 475) | POLLRDNORM = 0x40 constant POLLWRBAND (line 476) | POLLWRBAND = 0x100 constant POLLWRNORM (line 477) | POLLWRNORM = 0x4 type Sysctlnode (line 480) | type Sysctlnode struct type Utsname (line 493) | type Utsname struct constant SizeofUvmexp (line 501) | SizeofUvmexp = 0x278 type Uvmexp (line 503) | type Uvmexp struct constant SizeofClockinfo (line 585) | SizeofClockinfo = 0x14 type Clockinfo (line 587) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | 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 113) | type Flock_t struct type Dirent (line 121) | type Dirent struct type Fsid (line 130) | type Fsid struct constant PathMax (line 135) | PathMax = 0x400 constant ST_WAIT (line 139) | ST_WAIT = 0x1 constant ST_NOWAIT (line 140) | ST_NOWAIT = 0x2 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 Linger (line 199) | type Linger struct type Iovec (line 204) | type Iovec struct type IPMreq (line 209) | type IPMreq struct type IPv6Mreq (line 214) | type IPv6Mreq struct type Msghdr (line 219) | type Msghdr struct type Cmsghdr (line 229) | type Cmsghdr struct type Inet6Pktinfo (line 235) | type Inet6Pktinfo struct type IPv6MTUInfo (line 240) | type IPv6MTUInfo struct type ICMPv6Filter (line 245) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 250) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 251) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 252) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 253) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 254) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 255) | SizeofLinger = 0x8 constant SizeofIovec (line 256) | SizeofIovec = 0x8 constant SizeofIPMreq (line 257) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 258) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 259) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 260) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 261) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 262) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 263) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 267) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 268) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 269) | PTRACE_KILL = 0x8 type Kevent_t (line 272) | type Kevent_t struct type FdSet (line 282) | type FdSet struct constant SizeofIfMsghdr (line 287) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 288) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 289) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 290) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 291) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 292) | SizeofRtMetrics = 0x50 type IfMsghdr (line 295) | type IfMsghdr struct type IfData (line 306) | type IfData struct type IfaMsghdr (line 329) | type IfaMsghdr struct type IfAnnounceMsghdr (line 340) | type IfAnnounceMsghdr struct type RtMsghdr (line 349) | type RtMsghdr struct type RtMetrics (line 366) | type RtMetrics struct type Mclpool (line 379) | type Mclpool constant SizeofBpfVersion (line 382) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 383) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 384) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 385) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 386) | SizeofBpfHdr = 0x14 type BpfVersion (line 389) | type BpfVersion struct type BpfStat (line 394) | type BpfStat struct type BpfProgram (line 401) | type BpfProgram struct type BpfInsn (line 406) | type BpfInsn struct type BpfHdr (line 413) | type BpfHdr struct type BpfTimeval (line 421) | type BpfTimeval struct type Termios (line 426) | type Termios struct type Winsize (line 436) | type Winsize struct type Ptmget (line 443) | type Ptmget struct constant AT_FDCWD (line 451) | AT_FDCWD = -0x64 constant AT_EACCESS (line 452) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 453) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 454) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 455) | AT_REMOVEDIR = 0x800 type PollFd (line 458) | type PollFd struct constant POLLERR (line 465) | POLLERR = 0x8 constant POLLHUP (line 466) | POLLHUP = 0x10 constant POLLIN (line 467) | POLLIN = 0x1 constant POLLNVAL (line 468) | POLLNVAL = 0x20 constant POLLOUT (line 469) | POLLOUT = 0x4 constant POLLPRI (line 470) | POLLPRI = 0x2 constant POLLRDBAND (line 471) | POLLRDBAND = 0x80 constant POLLRDNORM (line 472) | POLLRDNORM = 0x40 constant POLLWRBAND (line 473) | POLLWRBAND = 0x100 constant POLLWRNORM (line 474) | POLLWRNORM = 0x4 type Sysctlnode (line 477) | type Sysctlnode struct type Utsname (line 490) | type Utsname struct constant SizeofUvmexp (line 498) | SizeofUvmexp = 0x278 type Uvmexp (line 500) | type Uvmexp struct constant SizeofClockinfo (line 582) | SizeofClockinfo = 0x14 type Clockinfo (line 584) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | 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 83) | type Statfs_t type Statvfs_t (line 85) | type Statvfs_t struct type Flock_t (line 113) | type Flock_t struct type Dirent (line 121) | type Dirent struct type Fsid (line 130) | type Fsid struct constant PathMax (line 135) | PathMax = 0x400 constant ST_WAIT (line 139) | ST_WAIT = 0x1 constant ST_NOWAIT (line 140) | ST_NOWAIT = 0x2 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 Linger (line 199) | type Linger struct type Iovec (line 204) | type Iovec struct type IPMreq (line 209) | type IPMreq struct type IPv6Mreq (line 214) | type IPv6Mreq struct type Msghdr (line 219) | type Msghdr struct type Cmsghdr (line 231) | type Cmsghdr struct type Inet6Pktinfo (line 237) | type Inet6Pktinfo struct type IPv6MTUInfo (line 242) | type IPv6MTUInfo struct type ICMPv6Filter (line 247) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 252) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 253) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 254) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 255) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 256) | SizeofSockaddrDatalink = 0x14 constant SizeofLinger (line 257) | SizeofLinger = 0x8 constant SizeofIovec (line 258) | SizeofIovec = 0x10 constant SizeofIPMreq (line 259) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 260) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 261) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 262) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 263) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 264) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 265) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 269) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 270) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 271) | PTRACE_KILL = 0x8 type Kevent_t (line 274) | type Kevent_t struct type FdSet (line 284) | type FdSet struct constant SizeofIfMsghdr (line 289) | SizeofIfMsghdr = 0x98 constant SizeofIfData (line 290) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 291) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 292) | SizeofIfAnnounceMsghdr = 0x18 constant SizeofRtMsghdr (line 293) | SizeofRtMsghdr = 0x78 constant SizeofRtMetrics (line 294) | SizeofRtMetrics = 0x50 type IfMsghdr (line 297) | type IfMsghdr struct type IfData (line 308) | type IfData struct type IfaMsghdr (line 331) | type IfaMsghdr struct type IfAnnounceMsghdr (line 342) | type IfAnnounceMsghdr struct type RtMsghdr (line 351) | type RtMsghdr struct type RtMetrics (line 368) | type RtMetrics struct type Mclpool (line 381) | type Mclpool constant SizeofBpfVersion (line 384) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 385) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 386) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 387) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 388) | SizeofBpfHdr = 0x20 type BpfVersion (line 391) | type BpfVersion struct type BpfStat (line 396) | type BpfStat struct type BpfProgram (line 403) | type BpfProgram struct type BpfInsn (line 409) | type BpfInsn struct type BpfHdr (line 416) | type BpfHdr struct type BpfTimeval (line 424) | type BpfTimeval struct type Termios (line 429) | type Termios struct type Winsize (line 439) | type Winsize struct type Ptmget (line 446) | type Ptmget struct constant AT_FDCWD (line 454) | AT_FDCWD = -0x64 constant AT_EACCESS (line 455) | AT_EACCESS = 0x100 constant AT_SYMLINK_NOFOLLOW (line 456) | AT_SYMLINK_NOFOLLOW = 0x200 constant AT_SYMLINK_FOLLOW (line 457) | AT_SYMLINK_FOLLOW = 0x400 constant AT_REMOVEDIR (line 458) | AT_REMOVEDIR = 0x800 type PollFd (line 461) | type PollFd struct constant POLLERR (line 468) | POLLERR = 0x8 constant POLLHUP (line 469) | POLLHUP = 0x10 constant POLLIN (line 470) | POLLIN = 0x1 constant POLLNVAL (line 471) | POLLNVAL = 0x20 constant POLLOUT (line 472) | POLLOUT = 0x4 constant POLLPRI (line 473) | POLLPRI = 0x2 constant POLLRDBAND (line 474) | POLLRDBAND = 0x80 constant POLLRDNORM (line 475) | POLLRDNORM = 0x40 constant POLLWRBAND (line 476) | POLLWRBAND = 0x100 constant POLLWRNORM (line 477) | POLLWRNORM = 0x4 type Sysctlnode (line 480) | type Sysctlnode struct type Utsname (line 493) | type Utsname struct constant SizeofUvmexp (line 501) | SizeofUvmexp = 0x278 type Uvmexp (line 503) | type Uvmexp struct constant SizeofClockinfo (line 585) | SizeofClockinfo = 0x14 type Clockinfo (line 587) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x8 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x1c constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa0 constant SizeofIfData (line 265) | SizeofIfData = 0x88 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct constant SizeofBpfVersion (line 371) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 372) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 373) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 374) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 375) | SizeofBpfHdr = 0x18 type BpfVersion (line 378) | type BpfVersion struct type BpfStat (line 383) | type BpfStat struct type BpfProgram (line 388) | type BpfProgram struct type BpfInsn (line 393) | type BpfInsn struct type BpfHdr (line 400) | type BpfHdr struct type BpfTimeval (line 411) | type BpfTimeval struct type Termios (line 416) | type Termios struct type Winsize (line 426) | type Winsize struct constant AT_FDCWD (line 434) | AT_FDCWD = -0x64 constant AT_EACCESS (line 435) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 436) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 437) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 438) | AT_REMOVEDIR = 0x8 type PollFd (line 441) | type PollFd struct constant POLLERR (line 448) | POLLERR = 0x8 constant POLLHUP (line 449) | POLLHUP = 0x10 constant POLLIN (line 450) | POLLIN = 0x1 constant POLLNVAL (line 451) | POLLNVAL = 0x20 constant POLLOUT (line 452) | POLLOUT = 0x4 constant POLLPRI (line 453) | POLLPRI = 0x2 constant POLLRDBAND (line 454) | POLLRDBAND = 0x80 constant POLLRDNORM (line 455) | POLLRDNORM = 0x40 constant POLLWRBAND (line 456) | POLLWRBAND = 0x100 constant POLLWRNORM (line 457) | POLLWRNORM = 0x4 type Sigset_t (line 460) | type Sigset_t type Utsname (line 462) | type Utsname struct constant SizeofUvmexp (line 470) | SizeofUvmexp = 0x158 type Uvmexp (line 472) | type Uvmexp struct constant SizeofClockinfo (line 561) | SizeofClockinfo = 0x10 type Clockinfo (line 563) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x10 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 265) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct constant SizeofBpfVersion (line 371) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 372) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 373) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 374) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 375) | SizeofBpfHdr = 0x18 type BpfVersion (line 378) | type BpfVersion struct type BpfStat (line 383) | type BpfStat struct type BpfProgram (line 388) | type BpfProgram struct type BpfInsn (line 393) | type BpfInsn struct type BpfHdr (line 400) | type BpfHdr struct type BpfTimeval (line 411) | type BpfTimeval struct type Termios (line 416) | type Termios struct type Winsize (line 426) | type Winsize struct constant AT_FDCWD (line 434) | AT_FDCWD = -0x64 constant AT_EACCESS (line 435) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 436) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 437) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 438) | AT_REMOVEDIR = 0x8 type PollFd (line 441) | type PollFd struct constant POLLERR (line 448) | POLLERR = 0x8 constant POLLHUP (line 449) | POLLHUP = 0x10 constant POLLIN (line 450) | POLLIN = 0x1 constant POLLNVAL (line 451) | POLLNVAL = 0x20 constant POLLOUT (line 452) | POLLOUT = 0x4 constant POLLPRI (line 453) | POLLPRI = 0x2 constant POLLRDBAND (line 454) | POLLRDBAND = 0x80 constant POLLRDNORM (line 455) | POLLRDNORM = 0x40 constant POLLWRBAND (line 456) | POLLWRBAND = 0x100 constant POLLWRNORM (line 457) | POLLWRNORM = 0x4 type Sigset_t (line 460) | type Sigset_t type Utsname (line 462) | type Utsname struct constant SizeofUvmexp (line 470) | SizeofUvmexp = 0x158 type Uvmexp (line 472) | type Uvmexp struct constant SizeofClockinfo (line 561) | SizeofClockinfo = 0x10 type Clockinfo (line 563) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go constant SizeofPtr (line 9) | SizeofPtr = 0x4 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x4 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | 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 81) | type Statfs_t struct type Flock_t (line 108) | type Flock_t struct type Dirent (line 116) | type Dirent struct type Fsid (line 126) | type Fsid struct constant PathMax (line 131) | PathMax = 0x400 type RawSockaddrInet4 (line 134) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 142) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 151) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 157) | 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 = 0x20 constant SizeofLinger (line 237) | SizeofLinger = 0x8 constant SizeofIovec (line 238) | SizeofIovec = 0x8 constant SizeofIPMreq (line 239) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 240) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 241) | SizeofMsghdr = 0x1c 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 265) | type FdSet struct constant SizeofIfMsghdr (line 270) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 271) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 272) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 273) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 274) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 275) | SizeofRtMetrics = 0x38 type IfMsghdr (line 278) | type IfMsghdr struct type IfData (line 293) | type IfData struct type IfaMsghdr (line 319) | type IfaMsghdr struct type IfAnnounceMsghdr (line 333) | type IfAnnounceMsghdr struct type RtMsghdr (line 343) | type RtMsghdr struct type RtMetrics (line 362) | type RtMetrics struct constant SizeofBpfVersion (line 378) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 379) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 380) | SizeofBpfProgram = 0x8 constant SizeofBpfInsn (line 381) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 382) | SizeofBpfHdr = 0x18 type BpfVersion (line 385) | type BpfVersion struct type BpfStat (line 390) | type BpfStat struct type BpfProgram (line 395) | type BpfProgram struct type BpfInsn (line 400) | type BpfInsn struct type BpfHdr (line 407) | type BpfHdr struct type BpfTimeval (line 418) | type BpfTimeval struct type Termios (line 423) | type Termios struct type Winsize (line 433) | type Winsize struct constant AT_FDCWD (line 441) | AT_FDCWD = -0x64 constant AT_EACCESS (line 442) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 443) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 444) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 445) | AT_REMOVEDIR = 0x8 type PollFd (line 448) | type PollFd struct constant POLLERR (line 455) | POLLERR = 0x8 constant POLLHUP (line 456) | POLLHUP = 0x10 constant POLLIN (line 457) | POLLIN = 0x1 constant POLLNVAL (line 458) | POLLNVAL = 0x20 constant POLLOUT (line 459) | POLLOUT = 0x4 constant POLLPRI (line 460) | POLLPRI = 0x2 constant POLLRDBAND (line 461) | POLLRDBAND = 0x80 constant POLLRDNORM (line 462) | POLLRDNORM = 0x40 constant POLLWRBAND (line 463) | POLLWRBAND = 0x100 constant POLLWRNORM (line 464) | POLLWRNORM = 0x4 type Sigset_t (line 467) | type Sigset_t type Utsname (line 469) | type Utsname struct constant SizeofUvmexp (line 477) | SizeofUvmexp = 0x158 type Uvmexp (line 479) | type Uvmexp struct constant SizeofClockinfo (line 568) | SizeofClockinfo = 0x10 type Clockinfo (line 570) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x10 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 265) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct constant SizeofBpfVersion (line 371) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 372) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 373) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 374) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 375) | SizeofBpfHdr = 0x18 type BpfVersion (line 378) | type BpfVersion struct type BpfStat (line 383) | type BpfStat struct type BpfProgram (line 388) | type BpfProgram struct type BpfInsn (line 393) | type BpfInsn struct type BpfHdr (line 400) | type BpfHdr struct type BpfTimeval (line 411) | type BpfTimeval struct type Termios (line 416) | type Termios struct type Winsize (line 426) | type Winsize struct constant AT_FDCWD (line 434) | AT_FDCWD = -0x64 constant AT_EACCESS (line 435) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 436) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 437) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 438) | AT_REMOVEDIR = 0x8 type PollFd (line 441) | type PollFd struct constant POLLERR (line 448) | POLLERR = 0x8 constant POLLHUP (line 449) | POLLHUP = 0x10 constant POLLIN (line 450) | POLLIN = 0x1 constant POLLNVAL (line 451) | POLLNVAL = 0x20 constant POLLOUT (line 452) | POLLOUT = 0x4 constant POLLPRI (line 453) | POLLPRI = 0x2 constant POLLRDBAND (line 454) | POLLRDBAND = 0x80 constant POLLRDNORM (line 455) | POLLRDNORM = 0x40 constant POLLWRBAND (line 456) | POLLWRBAND = 0x100 constant POLLWRNORM (line 457) | POLLWRNORM = 0x4 type Sigset_t (line 460) | type Sigset_t type Utsname (line 462) | type Utsname struct constant SizeofUvmexp (line 470) | SizeofUvmexp = 0x158 type Uvmexp (line 472) | type Uvmexp struct constant SizeofClockinfo (line 561) | SizeofClockinfo = 0x10 type Clockinfo (line 563) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x10 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 265) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct constant SizeofBpfVersion (line 371) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 372) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 373) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 374) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 375) | SizeofBpfHdr = 0x18 type BpfVersion (line 378) | type BpfVersion struct type BpfStat (line 383) | type BpfStat struct type BpfProgram (line 388) | type BpfProgram struct type BpfInsn (line 393) | type BpfInsn struct type BpfHdr (line 400) | type BpfHdr struct type BpfTimeval (line 411) | type BpfTimeval struct type Termios (line 416) | type Termios struct type Winsize (line 426) | type Winsize struct constant AT_FDCWD (line 434) | AT_FDCWD = -0x64 constant AT_EACCESS (line 435) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 436) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 437) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 438) | AT_REMOVEDIR = 0x8 type PollFd (line 441) | type PollFd struct constant POLLERR (line 448) | POLLERR = 0x8 constant POLLHUP (line 449) | POLLHUP = 0x10 constant POLLIN (line 450) | POLLIN = 0x1 constant POLLNVAL (line 451) | POLLNVAL = 0x20 constant POLLOUT (line 452) | POLLOUT = 0x4 constant POLLPRI (line 453) | POLLPRI = 0x2 constant POLLRDBAND (line 454) | POLLRDBAND = 0x80 constant POLLRDNORM (line 455) | POLLRDNORM = 0x40 constant POLLWRBAND (line 456) | POLLWRBAND = 0x100 constant POLLWRNORM (line 457) | POLLWRNORM = 0x4 type Sigset_t (line 460) | type Sigset_t type Utsname (line 462) | type Utsname struct constant SizeofUvmexp (line 470) | SizeofUvmexp = 0x158 type Uvmexp (line 472) | type Uvmexp struct constant SizeofClockinfo (line 561) | SizeofClockinfo = 0x10 type Clockinfo (line 563) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x10 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 265) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct type Mclpool (line 370) | type Mclpool struct constant SizeofBpfVersion (line 373) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 374) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 375) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 376) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 377) | SizeofBpfHdr = 0x18 type BpfVersion (line 380) | type BpfVersion struct type BpfStat (line 385) | type BpfStat struct type BpfProgram (line 390) | type BpfProgram struct type BpfInsn (line 395) | type BpfInsn struct type BpfHdr (line 402) | type BpfHdr struct type BpfTimeval (line 413) | type BpfTimeval struct type Termios (line 418) | type Termios struct type Winsize (line 428) | type Winsize struct constant AT_FDCWD (line 436) | AT_FDCWD = -0x64 constant AT_EACCESS (line 437) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 438) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 439) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 440) | AT_REMOVEDIR = 0x8 type PollFd (line 443) | type PollFd struct constant POLLERR (line 450) | POLLERR = 0x8 constant POLLHUP (line 451) | POLLHUP = 0x10 constant POLLIN (line 452) | POLLIN = 0x1 constant POLLNVAL (line 453) | POLLNVAL = 0x20 constant POLLOUT (line 454) | POLLOUT = 0x4 constant POLLPRI (line 455) | POLLPRI = 0x2 constant POLLRDBAND (line 456) | POLLRDBAND = 0x80 constant POLLRDNORM (line 457) | POLLRDNORM = 0x40 constant POLLWRBAND (line 458) | POLLWRBAND = 0x100 constant POLLWRNORM (line 459) | POLLWRNORM = 0x4 type Sigset_t (line 462) | type Sigset_t type Utsname (line 464) | type Utsname struct constant SizeofUvmexp (line 472) | SizeofUvmexp = 0x158 type Uvmexp (line 474) | type Uvmexp struct constant SizeofClockinfo (line 563) | SizeofClockinfo = 0x10 type Clockinfo (line 565) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 type _C_short (line 17) | type _C_short type _C_int (line 18) | type _C_int type _C_long (line 19) | type _C_long type _C_long_long (line 20) | type _C_long_long type Timespec (line 23) | type Timespec struct type Timeval (line 28) | type Timeval struct type Rusage (line 33) | type Rusage struct type Rlimit (line 52) | type Rlimit struct type _Gid_t (line 57) | type _Gid_t type Stat_t (line 59) | type Stat_t struct type Statfs_t (line 78) | type Statfs_t struct type Flock_t (line 104) | type Flock_t struct type Dirent (line 112) | type Dirent struct type Fsid (line 122) | type Fsid struct constant PathMax (line 127) | PathMax = 0x400 type RawSockaddrInet4 (line 130) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 153) | type RawSockaddrDatalink struct type RawSockaddr (line 164) | type RawSockaddr struct type RawSockaddrAny (line 170) | type RawSockaddrAny struct type _Socklen (line 175) | type _Socklen type Linger (line 177) | type Linger struct type Iovec (line 182) | type Iovec struct type IPMreq (line 187) | type IPMreq struct type IPv6Mreq (line 192) | type IPv6Mreq struct type Msghdr (line 197) | type Msghdr struct type Cmsghdr (line 207) | type Cmsghdr struct type Inet6Pktinfo (line 213) | type Inet6Pktinfo struct type IPv6MTUInfo (line 218) | type IPv6MTUInfo struct type ICMPv6Filter (line 223) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 228) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 229) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 230) | SizeofSockaddrAny = 0x6c constant SizeofSockaddrUnix (line 231) | SizeofSockaddrUnix = 0x6a constant SizeofSockaddrDatalink (line 232) | SizeofSockaddrDatalink = 0x20 constant SizeofLinger (line 233) | SizeofLinger = 0x8 constant SizeofIovec (line 234) | SizeofIovec = 0x10 constant SizeofIPMreq (line 235) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 236) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 237) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 238) | SizeofCmsghdr = 0xc constant SizeofInet6Pktinfo (line 239) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 240) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 241) | SizeofICMPv6Filter = 0x20 constant PTRACE_TRACEME (line 245) | PTRACE_TRACEME = 0x0 constant PTRACE_CONT (line 246) | PTRACE_CONT = 0x7 constant PTRACE_KILL (line 247) | PTRACE_KILL = 0x8 type Kevent_t (line 250) | type Kevent_t struct type FdSet (line 259) | type FdSet struct constant SizeofIfMsghdr (line 264) | SizeofIfMsghdr = 0xa8 constant SizeofIfData (line 265) | SizeofIfData = 0x90 constant SizeofIfaMsghdr (line 266) | SizeofIfaMsghdr = 0x18 constant SizeofIfAnnounceMsghdr (line 267) | SizeofIfAnnounceMsghdr = 0x1a constant SizeofRtMsghdr (line 268) | SizeofRtMsghdr = 0x60 constant SizeofRtMetrics (line 269) | SizeofRtMetrics = 0x38 type IfMsghdr (line 272) | type IfMsghdr struct type IfData (line 287) | type IfData struct type IfaMsghdr (line 312) | type IfaMsghdr struct type IfAnnounceMsghdr (line 326) | type IfAnnounceMsghdr struct type RtMsghdr (line 336) | type RtMsghdr struct type RtMetrics (line 355) | type RtMetrics struct type Mclpool (line 370) | type Mclpool struct constant SizeofBpfVersion (line 373) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 374) | SizeofBpfStat = 0x8 constant SizeofBpfProgram (line 375) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 376) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 377) | SizeofBpfHdr = 0x18 type BpfVersion (line 380) | type BpfVersion struct type BpfStat (line 385) | type BpfStat struct type BpfProgram (line 390) | type BpfProgram struct type BpfInsn (line 395) | type BpfInsn struct type BpfHdr (line 402) | type BpfHdr struct type BpfTimeval (line 413) | type BpfTimeval struct type Termios (line 418) | type Termios struct type Winsize (line 428) | type Winsize struct constant AT_FDCWD (line 436) | AT_FDCWD = -0x64 constant AT_EACCESS (line 437) | AT_EACCESS = 0x1 constant AT_SYMLINK_NOFOLLOW (line 438) | AT_SYMLINK_NOFOLLOW = 0x2 constant AT_SYMLINK_FOLLOW (line 439) | AT_SYMLINK_FOLLOW = 0x4 constant AT_REMOVEDIR (line 440) | AT_REMOVEDIR = 0x8 type PollFd (line 443) | type PollFd struct constant POLLERR (line 450) | POLLERR = 0x8 constant POLLHUP (line 451) | POLLHUP = 0x10 constant POLLIN (line 452) | POLLIN = 0x1 constant POLLNVAL (line 453) | POLLNVAL = 0x20 constant POLLOUT (line 454) | POLLOUT = 0x4 constant POLLPRI (line 455) | POLLPRI = 0x2 constant POLLRDBAND (line 456) | POLLRDBAND = 0x80 constant POLLRDNORM (line 457) | POLLRDNORM = 0x40 constant POLLWRBAND (line 458) | POLLWRBAND = 0x100 constant POLLWRNORM (line 459) | POLLWRNORM = 0x4 type Sigset_t (line 462) | type Sigset_t type Utsname (line 464) | type Utsname struct constant SizeofUvmexp (line 472) | SizeofUvmexp = 0x158 type Uvmexp (line 474) | type Uvmexp struct constant SizeofClockinfo (line 563) | SizeofClockinfo = 0x10 type Clockinfo (line 565) | type Clockinfo struct FILE: vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go constant SizeofPtr (line 9) | SizeofPtr = 0x8 constant SizeofShort (line 10) | SizeofShort = 0x2 constant SizeofInt (line 11) | SizeofInt = 0x4 constant SizeofLong (line 12) | SizeofLong = 0x8 constant SizeofLongLong (line 13) | SizeofLongLong = 0x8 constant PathMax (line 14) | PathMax = 0x400 constant MaxHostNameLen (line 15) | MaxHostNameLen = 0x100 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 Timespec (line 25) | type Timespec struct type Timeval (line 30) | type Timeval struct type Timeval32 (line 35) | type Timeval32 struct type Tms (line 40) | type Tms struct type Utimbuf (line 47) | type Utimbuf struct type Rusage (line 52) | type Rusage struct type Rlimit (line 71) | type Rlimit struct type _Gid_t (line 76) | type _Gid_t type Stat_t (line 78) | type Stat_t struct type Flock_t (line 95) | type Flock_t struct type Dirent (line 105) | type Dirent struct type _Fsblkcnt_t (line 113) | type _Fsblkcnt_t type Statvfs_t (line 115) | type Statvfs_t struct type RawSockaddrInet4 (line 131) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 138) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 147) | type RawSockaddrUnix struct type RawSockaddrDatalink (line 152) | type RawSockaddrDatalink struct type RawSockaddr (line 162) | type RawSockaddr struct type RawSockaddrAny (line 167) | type RawSockaddrAny struct type _Socklen (line 172) | type _Socklen type Linger (line 174) | type Linger struct type Iovec (line 179) | type Iovec struct type IPMreq (line 184) | type IPMreq struct type IPv6Mreq (line 189) | type IPv6Mreq struct type Msghdr (line 194) | type Msghdr struct type Cmsghdr (line 204) | type Cmsghdr struct type Inet4Pktinfo (line 210) | type Inet4Pktinfo struct type Inet6Pktinfo (line 216) | type Inet6Pktinfo struct type IPv6MTUInfo (line 221) | type IPv6MTUInfo struct type ICMPv6Filter (line 226) | type ICMPv6Filter struct constant SizeofSockaddrInet4 (line 231) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 232) | SizeofSockaddrInet6 = 0x20 constant SizeofSockaddrAny (line 233) | SizeofSockaddrAny = 0xfc constant SizeofSockaddrUnix (line 234) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrDatalink (line 235) | SizeofSockaddrDatalink = 0xfc constant SizeofLinger (line 236) | SizeofLinger = 0x8 constant SizeofIovec (line 237) | SizeofIovec = 0x10 constant SizeofIPMreq (line 238) | SizeofIPMreq = 0x8 constant SizeofIPv6Mreq (line 239) | SizeofIPv6Mreq = 0x14 constant SizeofMsghdr (line 240) | SizeofMsghdr = 0x30 constant SizeofCmsghdr (line 241) | SizeofCmsghdr = 0xc constant SizeofInet4Pktinfo (line 242) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 243) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 244) | SizeofIPv6MTUInfo = 0x24 constant SizeofICMPv6Filter (line 245) | SizeofICMPv6Filter = 0x20 type FdSet (line 248) | type FdSet struct type Utsname (line 252) | type Utsname struct type Ustat_t (line 260) | type Ustat_t struct constant AT_FDCWD (line 269) | AT_FDCWD = 0xffd19553 constant AT_SYMLINK_NOFOLLOW (line 270) | AT_SYMLINK_NOFOLLOW = 0x1000 constant AT_SYMLINK_FOLLOW (line 271) | AT_SYMLINK_FOLLOW = 0x2000 constant AT_REMOVEDIR (line 272) | AT_REMOVEDIR = 0x1 constant AT_EACCESS (line 273) | AT_EACCESS = 0x4 constant SizeofIfMsghdr (line 277) | SizeofIfMsghdr = 0x54 constant SizeofIfData (line 278) | SizeofIfData = 0x44 constant SizeofIfaMsghdr (line 279) | SizeofIfaMsghdr = 0x14 constant SizeofRtMsghdr (line 280) | SizeofRtMsghdr = 0x4c constant SizeofRtMetrics (line 281) | SizeofRtMetrics = 0x28 type IfMsghdr (line 284) | type IfMsghdr struct type IfData (line 294) | type IfData struct type IfaMsghdr (line 315) | type IfaMsghdr struct type RtMsghdr (line 325) | type RtMsghdr struct type RtMetrics (line 340) | type RtMetrics struct constant SizeofBpfVersion (line 354) | SizeofBpfVersion = 0x4 constant SizeofBpfStat (line 355) | SizeofBpfStat = 0x80 constant SizeofBpfProgram (line 356) | SizeofBpfProgram = 0x10 constant SizeofBpfInsn (line 357) | SizeofBpfInsn = 0x8 constant SizeofBpfHdr (line 358) | SizeofBpfHdr = 0x14 type BpfVersion (line 361) | type BpfVersion struct type BpfStat (line 366) | type BpfStat struct type BpfProgram (line 373) | type BpfProgram struct type BpfInsn (line 378) | type BpfInsn struct type BpfTimeval (line 385) | type BpfTimeval struct type BpfHdr (line 390) | type BpfHdr struct type Termios (line 398) | type Termios struct type Termio (line 407) | type Termio struct type Winsize (line 417) | type Winsize struct type PollFd (line 424) | type PollFd struct constant POLLERR (line 431) | POLLERR = 0x8 constant POLLHUP (line 432) | POLLHUP = 0x10 constant POLLIN (line 433) | POLLIN = 0x1 constant POLLNVAL (line 434) | POLLNVAL = 0x20 constant POLLOUT (line 435) | POLLOUT = 0x4 constant POLLPRI (line 436) | POLLPRI = 0x2 constant POLLRDBAND (line 437) | POLLRDBAND = 0x80 constant POLLRDNORM (line 438) | POLLRDNORM = 0x40 constant POLLWRBAND (line 439) | POLLWRBAND = 0x100 constant POLLWRNORM (line 440) | POLLWRNORM = 0x4 type fileObj (line 443) | type fileObj struct type portEvent (line 451) | type portEvent struct constant PORT_SOURCE_AIO (line 460) | PORT_SOURCE_AIO = 0x1 constant PORT_SOURCE_TIMER (line 461) | PORT_SOURCE_TIMER = 0x2 constant PORT_SOURCE_USER (line 462) | PORT_SOURCE_USER = 0x3 constant PORT_SOURCE_FD (line 463) | PORT_SOURCE_FD = 0x4 constant PORT_SOURCE_ALERT (line 464) | PORT_SOURCE_ALERT = 0x5 constant PORT_SOURCE_MQ (line 465) | PORT_SOURCE_MQ = 0x6 constant PORT_SOURCE_FILE (line 466) | PORT_SOURCE_FILE = 0x7 constant PORT_ALERT_SET (line 467) | PORT_ALERT_SET = 0x1 constant PORT_ALERT_UPDATE (line 468) | PORT_ALERT_UPDATE = 0x2 constant PORT_ALERT_INVALID (line 469) | PORT_ALERT_INVALID = 0x3 constant FILE_ACCESS (line 470) | FILE_ACCESS = 0x1 constant FILE_MODIFIED (line 471) | FILE_MODIFIED = 0x2 constant FILE_ATTRIB (line 472) | FILE_ATTRIB = 0x4 constant FILE_TRUNC (line 473) | FILE_TRUNC = 0x100000 constant FILE_NOFOLLOW (line 474) | FILE_NOFOLLOW = 0x10000000 constant FILE_DELETE (line 475) | FILE_DELETE = 0x10 constant FILE_RENAME_TO (line 476) | FILE_RENAME_TO = 0x20 constant FILE_RENAME_FROM (line 477) | FILE_RENAME_FROM = 0x40 constant UNMOUNTED (line 478) | UNMOUNTED = 0x20000000 constant MOUNTEDOVER (line 479) | MOUNTEDOVER = 0x40000000 constant FILE_EXCEPTION (line 480) | FILE_EXCEPTION = 0x60000070 constant TUNNEWPPA (line 484) | TUNNEWPPA = 0x540001 constant TUNSETPPA (line 485) | TUNSETPPA = 0x540002 constant I_STR (line 487) | I_STR = 0x5308 constant I_POP (line 488) | I_POP = 0x5303 constant I_PUSH (line 489) | I_PUSH = 0x5302 constant I_LINK (line 490) | I_LINK = 0x530c constant I_UNLINK (line 491) | I_UNLINK = 0x530d constant I_PLINK (line 492) | I_PLINK = 0x5316 constant I_PUNLINK (line 493) | I_PUNLINK = 0x5317 constant IF_UNITSEL (line 495) | IF_UNITSEL = -0x7ffb8cca type strbuf (line 498) | type strbuf struct type Strioctl (line 504) | type Strioctl struct type Lifreq (line 511) | type Lifreq struct FILE: vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go constant SizeofPtr (line 13) | SizeofPtr = 0x8 constant SizeofShort (line 14) | SizeofShort = 0x2 constant SizeofInt (line 15) | SizeofInt = 0x4 constant SizeofLong (line 16) | SizeofLong = 0x8 constant SizeofLongLong (line 17) | SizeofLongLong = 0x8 constant PathMax (line 18) | PathMax = 0x1000 constant SizeofSockaddrAny (line 22) | SizeofSockaddrAny = 128 constant SizeofCmsghdr (line 23) | SizeofCmsghdr = 12 constant SizeofIPMreq (line 24) | SizeofIPMreq = 8 constant SizeofIPv6Mreq (line 25) | SizeofIPv6Mreq = 20 constant SizeofICMPv6Filter (line 26) | SizeofICMPv6Filter = 32 constant SizeofIPv6MTUInfo (line 27) | SizeofIPv6MTUInfo = 32 constant SizeofLinger (line 28) | SizeofLinger = 8 constant SizeofSockaddrInet4 (line 29) | SizeofSockaddrInet4 = 16 constant SizeofSockaddrInet6 (line 30) | SizeofSockaddrInet6 = 28 constant SizeofTCPInfo (line 31) | SizeofTCPInfo = 0x68 type _C_short (line 35) | type _C_short type _C_int (line 36) | type _C_int type _C_long (line 37) | type _C_long type _C_long_long (line 38) | type _C_long_long type Timespec (line 41) | type Timespec struct type Timeval (line 46) | type Timeval struct type timeval_zos (line 51) | type timeval_zos struct type Tms (line 57) | type Tms struct type Time_t (line 64) | type Time_t type Utimbuf (line 66) | type Utimbuf struct type Utsname (line 71) | type Utsname struct type RawSockaddrInet4 (line 80) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 88) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 97) | type RawSockaddrUnix struct type RawSockaddr (line 103) | type RawSockaddr struct type RawSockaddrAny (line 109) | type RawSockaddrAny struct type _Socklen (line 114) | type _Socklen type Linger (line 116) | type Linger struct type Iovec (line 121) | type Iovec struct type IPMreq (line 126) | type IPMreq struct type IPv6Mreq (line 131) | type IPv6Mreq struct type Msghdr (line 136) | type Msghdr struct type Cmsghdr (line 146) | type Cmsghdr struct type Inet4Pktinfo (line 152) | type Inet4Pktinfo struct type Inet6Pktinfo (line 157) | type Inet6Pktinfo struct type IPv6MTUInfo (line 162) | type IPv6MTUInfo struct type ICMPv6Filter (line 167) | type ICMPv6Filter struct type TCPInfo (line 171) | type TCPInfo struct type _Gid_t (line 204) | type _Gid_t type rusage_zos (line 206) | type rusage_zos struct type Rusage (line 211) | type Rusage struct type Rlimit (line 230) | type Rlimit struct type PollFd (line 236) | type PollFd struct type Stat_t (line 242) | type Stat_t struct type Stat_LE_t (line 260) | type Stat_LE_t struct type Statvfs_t (line 305) | type Statvfs_t struct type Statfs_t (line 327) | type Statfs_t struct type direntLE (line 341) | type direntLE struct type Dirent (line 349) | type Dirent struct type FdSet (line 358) | type FdSet struct type Flock_t (line 363) | type Flock_t struct type Termios (line 371) | type Termios struct type Winsize (line 379) | type Winsize struct type W_Mnth (line 386) | type W_Mnth struct type W_Mntent (line 395) | 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 10) | EVENTLOG_SUCCESS = 0 constant EVENTLOG_ERROR_TYPE (line 11) | EVENTLOG_ERROR_TYPE = 1 constant EVENTLOG_WARNING_TYPE (line 12) | EVENTLOG_WARNING_TYPE = 2 constant EVENTLOG_INFORMATION_TYPE (line 13) | EVENTLOG_INFORMATION_TYPE = 4 constant EVENTLOG_AUDIT_SUCCESS (line 14) | EVENTLOG_AUDIT_SUCCESS = 8 constant EVENTLOG_AUDIT_FAILURE (line 15) | 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 14) | raceenabled = true function raceAcquire (line 16) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 20) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 24) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 28) | func raceWriteRange(addr unsafe.Pointer, len int) { FILE: vendor/golang.org/x/sys/windows/race0.go constant raceenabled (line 13) | raceenabled = false function raceAcquire (line 15) | func raceAcquire(addr unsafe.Pointer) { function raceReleaseMerge (line 18) | func raceReleaseMerge(addr unsafe.Pointer) { function raceReadRange (line 21) | func raceReadRange(addr unsafe.Pointer, len int) { function raceWriteRange (line 24) | 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 10) | SC_MANAGER_CONNECT = 1 constant SC_MANAGER_CREATE_SERVICE (line 11) | SC_MANAGER_CREATE_SERVICE = 2 constant SC_MANAGER_ENUMERATE_SERVICE (line 12) | SC_MANAGER_ENUMERATE_SERVICE = 4 constant SC_MANAGER_LOCK (line 13) | SC_MANAGER_LOCK = 8 constant SC_MANAGER_QUERY_LOCK_STATUS (line 14) | SC_MANAGER_QUERY_LOCK_STATUS = 16 constant SC_MANAGER_MODIFY_BOOT_CONFIG (line 15) | SC_MANAGER_MODIFY_BOOT_CONFIG = 32 constant SC_MANAGER_ALL_ACCESS (line 16) | SC_MANAGER_ALL_ACCESS = 0xf003f constant SERVICE_KERNEL_DRIVER (line 20) | SERVICE_KERNEL_DRIVER = 1 constant SERVICE_FILE_SYSTEM_DRIVER (line 21) | SERVICE_FILE_SYSTEM_DRIVER = 2 constant SERVICE_ADAPTER (line 22) | SERVICE_ADAPTER = 4 constant SERVICE_RECOGNIZER_DRIVER (line 23) | SERVICE_RECOGNIZER_DRIVER = 8 constant SERVICE_WIN32_OWN_PROCESS (line 24) | SERVICE_WIN32_OWN_PROCESS = 16 constant SERVICE_WIN32_SHARE_PROCESS (line 25) | SERVICE_WIN32_SHARE_PROCESS = 32 constant SERVICE_WIN32 (line 26) | SERVICE_WIN32 = SERVICE_WIN32_OWN_PROCESS | SERVICE_WIN32_... constant SERVICE_INTERACTIVE_PROCESS (line 27) | SERVICE_INTERACTIVE_PROCESS = 256 constant SERVICE_DRIVER (line 28) | SERVICE_DRIVER = SERVICE_KERNEL_DRIVER | SERVICE_FILE_SYSTE... constant SERVICE_TYPE_ALL (line 29) | SERVICE_TYPE_ALL = SERVICE_WIN32 | SERVICE_ADAPTER | SERVICE_... constant SERVICE_BOOT_START (line 31) | SERVICE_BOOT_START = 0 constant SERVICE_SYSTEM_START (line 32) | SERVICE_SYSTEM_START = 1 constant SERVICE_AUTO_START (line 33) | SERVICE_AUTO_START = 2 constant SERVICE_DEMAND_START (line 34) | SERVICE_DEMAND_START = 3 constant SERVICE_DISABLED (line 35) | SERVICE_DISABLED = 4 constant SERVICE_ERROR_IGNORE (line 37) | SERVICE_ERROR_IGNORE = 0 constant SERVICE_ERROR_NORMAL (line 38) | SERVICE_ERROR_NORMAL = 1 constant SERVICE_ERROR_SEVERE (line 39) | SERVICE_ERROR_SEVERE = 2 constant SERVICE_ERROR_CRITICAL (line 40) | SERVICE_ERROR_CRITICAL = 3 constant SC_STATUS_PROCESS_INFO (line 42) | SC_STATUS_PROCESS_INFO = 0 constant SC_ACTION_NONE (line 44) | SC_ACTION_NONE = 0 constant SC_ACTION_RESTART (line 45) | SC_ACTION_RESTART = 1 constant SC_ACTION_REBOOT (line 46) | SC_ACTION_REBOOT = 2 constant SC_ACTION_RUN_COMMAND (line 47) | SC_ACTION_RUN_COMMAND = 3 constant SERVICE_STOPPED (line 49) | SERVICE_STOPPED = 1 constant SERVICE_START_PENDING (line 50) | SERVICE_START_PENDING = 2 constant SERVICE_STOP_PENDING (line 51) | SERVICE_STOP_PENDING = 3 constant SERVICE_RUNNING (line 52) | SERVICE_RUNNING = 4 constant SERVICE_CONTINUE_PENDING (line 53) | SERVICE_CONTINUE_PENDING = 5 constant SERVICE_PAUSE_PENDING (line 54) | SERVICE_PAUSE_PENDING = 6 constant SERVICE_PAUSED (line 55) | SERVICE_PAUSED = 7 constant SERVICE_NO_CHANGE (line 56) | SERVICE_NO_CHANGE = 0xffffffff constant SERVICE_ACCEPT_STOP (line 58) | SERVICE_ACCEPT_STOP = 1 constant SERVICE_ACCEPT_PAUSE_CONTINUE (line 59) | SERVICE_ACCEPT_PAUSE_CONTINUE = 2 constant SERVICE_ACCEPT_SHUTDOWN (line 60) | SERVICE_ACCEPT_SHUTDOWN = 4 constant SERVICE_ACCEPT_PARAMCHANGE (line 61) | SERVICE_ACCEPT_PARAMCHANGE = 8 constant SERVICE_ACCEPT_NETBINDCHANGE (line 62) | SERVICE_ACCEPT_NETBINDCHANGE = 16 constant SERVICE_ACCEPT_HARDWAREPROFILECHANGE (line 63) | SERVICE_ACCEPT_HARDWAREPROFILECHANGE = 32 constant SERVICE_ACCEPT_POWEREVENT (line 64) | SERVICE_ACCEPT_POWEREVENT = 64 constant SERVICE_ACCEPT_SESSIONCHANGE (line 65) | SERVICE_ACCEPT_SESSIONCHANGE = 128 constant SERVICE_ACCEPT_PRESHUTDOWN (line 66) | SERVICE_ACCEPT_PRESHUTDOWN = 256 constant SERVICE_CONTROL_STOP (line 68) | SERVICE_CONTROL_STOP = 1 constant SERVICE_CONTROL_PAUSE (line 69) | SERVICE_CONTROL_PAUSE = 2 constant SERVICE_CONTROL_CONTINUE (line 70) | SERVICE_CONTROL_CONTINUE = 3 constant SERVICE_CONTROL_INTERROGATE (line 71) | SERVICE_CONTROL_INTERROGATE = 4 constant SERVICE_CONTROL_SHUTDOWN (line 72) | SERVICE_CONTROL_SHUTDOWN = 5 constant SERVICE_CONTROL_PARAMCHANGE (line 73) | SERVICE_CONTROL_PARAMCHANGE = 6 constant SERVICE_CONTROL_NETBINDADD (line 74) | SERVICE_CONTROL_NETBINDADD = 7 constant SERVICE_CONTROL_NETBINDREMOVE (line 75) | SERVICE_CONTROL_NETBINDREMOVE = 8 constant SERVICE_CONTROL_NETBINDENABLE (line 76) | SERVICE_CONTROL_NETBINDENABLE = 9 constant SERVICE_CONTROL_NETBINDDISABLE (line 77) | SERVICE_CONTROL_NETBINDDISABLE = 10 constant SERVICE_CONTROL_DEVICEEVENT (line 78) | SERVICE_CONTROL_DEVICEEVENT = 11 constant SERVICE_CONTROL_HARDWAREPROFILECHANGE (line 79) | SERVICE_CONTROL_HARDWAREPROFILECHANGE = 12 constant SERVICE_CONTROL_POWEREVENT (line 80) | SERVICE_CONTROL_POWEREVENT = 13 constant SERVICE_CONTROL_SESSIONCHANGE (line 81) | SERVICE_CONTROL_SESSIONCHANGE = 14 constant SERVICE_CONTROL_PRESHUTDOWN (line 82) | SERVICE_CONTROL_PRESHUTDOWN = 15 constant SERVICE_ACTIVE (line 84) | SERVICE_ACTIVE = 1 constant SERVICE_INACTIVE (line 85) | SERVICE_INACTIVE = 2 constant SERVICE_STATE_ALL (line 86) | SERVICE_STATE_ALL = 3 constant SERVICE_QUERY_CONFIG (line 88) | SERVICE_QUERY_CONFIG = 1 constant SERVICE_CHANGE_CONFIG (line 89) | SERVICE_CHANGE_CONFIG = 2 constant SERVICE_QUERY_STATUS (line 90) | SERVICE_QUERY_STATUS = 4 constant SERVICE_ENUMERATE_DEPENDENTS (line 91) | SERVICE_ENUMERATE_DEPENDENTS = 8 constant SERVICE_START (line 92) | SERVICE_START = 16 constant SERVICE_STOP (line 93) | SERVICE_STOP = 32 constant SERVICE_PAUSE_CONTINUE (line 94) | SERVICE_PAUSE_CONTINUE = 64 constant SERVICE_INTERROGATE (line 95) | SERVICE_INTERROGATE = 128 constant SERVICE_USER_DEFINED_CONTROL (line 96) | SERVICE_USER_DEFINED_CONTROL = 256 constant SERVICE_ALL_ACCESS (line 97) | SERVICE_ALL_ACCESS = STANDARD_RIGHTS_REQUIRED | SERVICE_QUERY_... constant SERVICE_RUNS_IN_SYSTEM_PROCESS (line 99) | SERVICE_RUNS_IN_SYSTEM_PROCESS = 1 constant SERVICE_CONFIG_DESCRIPTION (line 101) | SERVICE_CONFIG_DESCRIPTION = 1 constant SERVICE_CONFIG_FAILURE_ACTIONS (line 102) | SERVICE_CONFIG_FAILURE_ACTIONS = 2 constant SERVICE_CONFIG_DELAYED_AUTO_START_INFO (line 103) | SERVICE_CONFIG_DELAYED_AUTO_START_INFO = 3 constant SERVICE_CONFIG_FAILURE_ACTIONS_FLAG (line 104) | SERVICE_CONFIG_FAILURE_ACTIONS_FLAG = 4 constant SERVICE_CONFIG_SERVICE_SID_INFO (line 105) | SERVICE_CONFIG_SERVICE_SID_INFO = 5 constant SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO (line 106) | SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO = 6 constant SERVICE_CONFIG_PRESHUTDOWN_INFO (line 107) | SERVICE_CONFIG_PRESHUTDOWN_INFO = 7 constant SERVICE_CONFIG_TRIGGER_INFO (line 108) | SERVICE_CONFIG_TRIGGER_INFO = 8 constant SERVICE_CONFIG_PREFERRED_NODE (line 109) | SERVICE_CONFIG_PREFERRED_NODE = 9 constant SERVICE_CONFIG_LAUNCH_PROTECTED (line 110) | SERVICE_CONFIG_LAUNCH_PROTECTED = 12 constant SERVICE_SID_TYPE_NONE (line 112) | SERVICE_SID_TYPE_NONE = 0 constant SERVICE_SID_TYPE_UNRESTRICTED (line 113) | SERVICE_SID_TYPE_UNRESTRICTED = 1 constant SERVICE_SID_TYPE_RESTRICTED (line 114) | SERVICE_SID_TYPE_RESTRICTED = 2 | SERVICE_SID_TYPE_UNRESTRICTED constant SC_ENUM_PROCESS_INFO (line 116) | SC_ENUM_PROCESS_INFO = 0 constant SERVICE_NOTIFY_STATUS_CHANGE (line 118) | SERVICE_NOTIFY_STATUS_CHANGE = 2 constant SERVICE_NOTIFY_STOPPED (line 119) | SERVICE_NOTIFY_STOPPED = 0x00000001 constant SERVICE_NOTIFY_START_PENDING (line 120) | SERVICE_NOTIFY_START_PENDING = 0x00000002 constant SERVICE_NOTIFY_STOP_PENDING (line 121) | SERVICE_NOTIFY_STOP_PENDING = 0x00000004 constant SERVICE_NOTIFY_RUNNING (line 122) | SERVICE_NOTIFY_RUNNING = 0x00000008 constant SERVICE_NOTIFY_CONTINUE_PENDING (line 123) | SERVICE_NOTIFY_CONTINUE_PENDING = 0x00000010 constant SERVICE_NOTIFY_PAUSE_PENDING (line 124) | SERVICE_NOTIFY_PAUSE_PENDING = 0x00000020 constant SERVICE_NOTIFY_PAUSED (line 125) | SERVICE_NOTIFY_PAUSED = 0x00000040 constant SERVICE_NOTIFY_CREATED (line 126) | SERVICE_NOTIFY_CREATED = 0x00000080 constant SERVICE_NOTIFY_DELETED (line 127) | SERVICE_NOTIFY_DELETED = 0x00000100 constant SERVICE_NOTIFY_DELETE_PENDING (line 128) | SERVICE_NOTIFY_DELETE_PENDING = 0x00000200 constant SC_EVENT_DATABASE_CHANGE (line 130) | SC_EVENT_DATABASE_CHANGE = 0 constant SC_EVENT_PROPERTY_CHANGE (line 131) | SC_EVENT_PROPERTY_CHANGE = 1 constant SC_EVENT_STATUS_CHANGE (line 132) | SC_EVENT_STATUS_CHANGE = 2 constant SERVICE_START_REASON_DEMAND (line 134) | SERVICE_START_REASON_DEMAND = 0x00000001 constant SERVICE_START_REASON_AUTO (line 135) | SERVICE_START_REASON_AUTO = 0x00000002 constant SERVICE_START_REASON_TRIGGER (line 136) | SERVICE_START_REASON_TRIGGER = 0x00000004 constant SERVICE_START_REASON_RESTART_ON_FAILURE (line 137) | SERVICE_START_REASON_RESTART_ON_FAILURE = 0x00000008 constant SERVICE_START_REASON_DELAYEDAUTO (line 138) | SERVICE_START_REASON_DELAYEDAUTO = 0x00000010 constant SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON (line 140) | SERVICE_DYNAMIC_INFORMATION_LEVEL_START_REASON = 1 type ENUM_SERVICE_STATUS (line 143) | type ENUM_SERVICE_STATUS struct type SERVICE_STATUS (line 149) | type SERVICE_STATUS struct type SERVICE_TABLE_ENTRY (line 159) | type SERVICE_TABLE_ENTRY struct type QUERY_SERVICE_CONFIG (line 164) | type QUERY_SERVICE_CONFIG struct type SERVICE_DESCRIPTION (line 176) | type SERVICE_DESCRIPTION struct type SERVICE_DELAYED_AUTO_START_INFO (line 180) | type SERVICE_DELAYED_AUTO_START_INFO struct type SERVICE_STATUS_PROCESS (line 184) | type SERVICE_STATUS_PROCESS struct type ENUM_SERVICE_STATUS_PROCESS (line 196) | type ENUM_SERVICE_STATUS_PROCESS struct type SERVICE_NOTIFY (line 202) | type SERVICE_NOTIFY struct type SERVICE_FAILURE_ACTIONS (line 212) | type SERVICE_FAILURE_ACTIONS struct type SERVICE_FAILURE_ACTIONS_FLAG (line 220) | type SERVICE_FAILURE_ACTIONS_FLAG struct type SC_ACTION (line 224) | type SC_ACTION struct type QUERY_SERVICE_LOCK_STATUS (line 229) | 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 9) | 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 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 { method Unix (line 90) | func (ts *Timespec) Unix() (sec int64, nsec int64) { method Unix (line 94) | func (tv *Timeval) Unix() (sec int64, nsec int64) { method Nano (line 98) | func (ts *Timespec) Nano() int64 { method Nano (line 102) | 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 456) | func GetCurrentProcess() (Handle, error) { function CurrentProcess (line 462) | func CurrentProcess() Handle { return Handle(^uintptr(1 - 1)) } function GetCurrentThread (line 470) | func GetCurrentThread() (Handle, error) { function CurrentThread (line 476) | func CurrentThread() Handle { return Handle(^uintptr(2 - 1)) } function GetProcAddressByOrdinal (line 480) | func GetProcAddressByOrdinal(module Handle, ordinal uintptr) (proc uintp... function Exit (line 489) | func Exit(code int) { ExitProcess(uint32(code)) } function makeInheritSa (line 491) | func makeInheritSa() *SecurityAttributes { function Open (line 498) | func Open(path string, mode int, perm uint32) (fd Handle, err error) { function Read (line 548) | func Read(fd Handle, p []byte) (n int, err error) { function Write (line 561) | func Write(fd Handle, p []byte) (n int, err error) { function ReadFile (line 573) | func ReadFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped)... function WriteFile (line 584) | func WriteFile(fd Handle, p []byte, done *uint32, overlapped *Overlapped... function Seek (line 597) | func Seek(fd Handle, offset int64, whence int) (newoffset int64, err err... function Close (line 621) | func Close(fd Handle) (err error) { function getStdHandle (line 631) | func getStdHandle(stdhandle uint32) (fd Handle) { constant ImplementsGetwd (line 636) | ImplementsGetwd = true function Getwd (line 638) | func Getwd() (wd string, err error) { function Chdir (line 647) | func Chdir(path string) (err error) { function Mkdir (line 655) | func Mkdir(path string, mode uint32) (err error) { function Rmdir (line 663) | func Rmdir(path string) (err error) { function Unlink (line 671) | func Unlink(path string) (err error) { function Rename (line 679) | func Rename(oldpath, newpath string) (err error) { function ComputerName (line 691) | func ComputerName() (name string, err error) { function DurationSinceBoot (line 701) | func DurationSinceBoot() time.Duration { function Ftruncate (line 705) | func Ftruncate(fd Handle, length int64) (err error) { function Gettimeofday (line 722) | func Gettimeofday(tv *Timeval) (err error) { function Pipe (line 729) | func Pipe(p []Handle) (err error) { function Utimes (line 743) | func Utimes(path string, tv []Timeval) (err error) { function UtimesNano (line 763) | func UtimesNano(path string, ts []Timespec) (err error) { function Fsync (line 783) | func Fsync(fd Handle) (err error) { function Chmod (line 787) | func Chmod(path string, mode uint32) (err error) { function LoadGetSystemTimePreciseAsFileTime (line 804) | func LoadGetSystemTimePreciseAsFileTime() error { function LoadCancelIoEx (line 808) | func LoadCancelIoEx() error { function LoadSetFileCompletionNotificationModes (line 812) | func LoadSetFileCompletionNotificationModes() error { function WaitForMultipleObjects (line 816) | func WaitForMultipleObjects(handles []Handle, waitAll bool, waitMillisec... constant socket_error (line 830) | socket_error = uintptr(^uint32(0)) type RawSockaddrInet4 (line 880) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 887) | type RawSockaddrInet6 struct type RawSockaddr (line 895) | type RawSockaddr struct type RawSockaddrAny (line 900) | type RawSockaddrAny struct method Sockaddr (line 1011) | func (rsa *RawSockaddrAny) Sockaddr() (Sockaddr, error) { type Sockaddr (line 905) | type Sockaddr interface type SockaddrInet4 (line 909) | type SockaddrInet4 struct method sockaddr (line 915) | func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, int32, error) { type SockaddrInet6 (line 927) | type SockaddrInet6 struct method sockaddr (line 934) | func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrUnix (line 947) | type RawSockaddrUnix struct type SockaddrUnix (line 952) | type SockaddrUnix struct method sockaddr (line 957) | func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, int32, error) { type RawSockaddrBth (line 985) | type RawSockaddrBth struct type SockaddrBth (line 992) | type SockaddrBth struct method sockaddr (line 1000) | func (sa *SockaddrBth) sockaddr() (unsafe.Pointer, int32, error) { function Socket (line 1057) | func Socket(domain, typ, proto int) (fd Handle, err error) { function SetsockoptInt (line 1064) | func SetsockoptInt(fd Handle, level, opt int, value int) (err error) { function Bind (line 1069) | func Bind(fd Handle, sa Sockaddr) (err error) { function Connect (line 1077) | func Connect(fd Handle, sa Sockaddr) (err error) { function GetBestInterfaceEx (line 1085) | func GetBestInterfaceEx(sa Sockaddr, pdwBestIfIndex *uint32) (err error) { function Getsockname (line 1093) | func Getsockname(fd Handle) (sa Sockaddr, err error) { function Getpeername (line 1102) | func Getpeername(fd Handle) (sa Sockaddr, err error) { function Listen (line 1111) | func Listen(s Handle, n int) (err error) { function Shutdown (line 1115) | func Shutdown(fd Handle, how int) (err error) { function WSASendto (line 1119) | func WSASendto(s Handle, bufs *WSABuf, bufcnt uint32, sent *uint32, flag... function LoadGetAddrInfo (line 1131) | func LoadGetAddrInfo() error { function LoadConnectEx (line 1141) | func LoadConnectEx() error { function connectEx (line 1161) | func connectEx(s Handle, name unsafe.Pointer, namelen int32, sendBuf *by... function ConnectEx (line 1173) | func ConnectEx(fd Handle, sa Sockaddr, sendBuf *byte, sendDataLen uint32... function loadWSASendRecvMsg (line 1192) | func loadWSASendRecvMsg() error { function WSASendMsg (line 1222) | func WSASendMsg(fd Handle, msg *WSAMsg, flags uint32, bytesSent *uint32,... function WSARecvMsg (line 1234) | func WSARecvMsg(fd Handle, msg *WSAMsg, bytesReceived *uint32, overlappe... type Rusage (line 1247) | type Rusage struct type WaitStatus (line 1254) | type WaitStatus struct method Exited (line 1258) | func (w WaitStatus) Exited() bool { return true } method ExitStatus (line 1260) | func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) } method Signal (line 1262) | func (w WaitStatus) Signal() Signal { return -1 } method CoreDump (line 1264) | func (w WaitStatus) CoreDump() bool { return false } method Stopped (line 1266) | func (w WaitStatus) Stopped() bool { return false } method Continued (line 1268) | func (w WaitStatus) Continued() bool { return false } method StopSignal (line 1270) | func (w WaitStatus) StopSignal() Signal { return -1 } method Signaled (line 1272) | func (w WaitStatus) Signaled() bool { return false } method TrapCause (line 1274) | func (w WaitStatus) TrapCause() int { return -1 } type Timespec (line 1278) | type Timespec struct function TimespecToNsec (line 1283) | func TimespecToNsec(ts Timespec) int64 { return int64(ts.Sec)*1e9 + int6... function NsecToTimespec (line 1285) | func NsecToTimespec(nsec int64) (ts Timespec) { function Accept (line 1293) | func Accept(fd Handle) (nfd Handle, sa Sockaddr, err error) { return 0, ... function Recvfrom (line 1295) | func Recvfrom(fd Handle, p []byte, flags int) (n int, from Sockaddr, err... function Sendto (line 1307) | func Sendto(fd Handle, p []byte, flags int, to Sockaddr) (err error) { function SetsockoptTimeval (line 1315) | func SetsockoptTimeval(fd Handle, level, opt int, tv *Timeval) (err erro... type Linger (line 1324) | type Linger struct type sysLinger (line 1329) | type sysLinger struct type IPMreq (line 1334) | type IPMreq struct type IPv6Mreq (line 1339) | type IPv6Mreq struct function GetsockoptInt (line 1344) | func GetsockoptInt(fd Handle, level, opt int) (int, error) { function SetsockoptLinger (line 1351) | func SetsockoptLinger(fd Handle, level, opt int, l *Linger) (err error) { function SetsockoptInet4Addr (line 1356) | func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err ... function SetsockoptIPMreq (line 1359) | func SetsockoptIPMreq(fd Handle, level, opt int, mreq *IPMreq) (err erro... function SetsockoptIPv6Mreq (line 1362) | func SetsockoptIPv6Mreq(fd Handle, level, opt int, mreq *IPv6Mreq) (err ... function EnumProcesses (line 1366) | func EnumProcesses(processIds []uint32, bytesReturned *uint32) error { function Getpid (line 1377) | func Getpid() (pid int) { return int(GetCurrentProcessId()) } function FindFirstFile (line 1379) | func FindFirstFile(name *uint16, data *Win32finddata) (handle Handle, er... function FindNextFile (line 1396) | func FindNextFile(handle Handle, data *Win32finddata) (err error) { function getProcessEntry (line 1405) | func getProcessEntry(pid int) (*ProcessEntry32, error) { function Getppid (line 1427) | func Getppid() (ppid int) { function Fchdir (line 1436) | func Fchdir(fd Handle) (err error) { return syscall.EWINDOWS } function Link (line 1437) | func Link(oldpath, newpath string) (err error) { return syscall.EWINDOWS } function Symlink (line 1438) | func Symlink(path, link string) (err error) { return syscall.EWINDOWS } function Fchmod (line 1440) | func Fchmod(fd Handle, mode uint32) (err error) { return syscall.... function Chown (line 1441) | func Chown(path string, uid int, gid int) (err error) { return syscall.... function Lchown (line 1442) | func Lchown(path string, uid int, gid int) (err error) { return syscall.... function Fchown (line 1443) | func Fchown(fd Handle, uid int, gid int) (err error) { return syscall.... function Getuid (line 1445) | func Getuid() (uid int) { return -1 } function Geteuid (line 1446) | func Geteuid() (euid int) { return -1 } function Getgid (line 1447) | func Getgid() (gid int) { return -1 } function Getegid (line 1448) | func Getegid() (egid int) { return -1 } function Getgroups (line 1449) | func Getgroups() (gids []int, err error) { return nil, syscall.EWINDOWS } type Signal (line 1451) | type Signal method Signal (line 1453) | func (s Signal) Signal() {} method String (line 1455) | func (s Signal) String() string { function LoadCreateSymbolicLink (line 1465) | func LoadCreateSymbolicLink() error { function Readlink (line 1470) | func Readlink(path string, buf []byte) (n int, err error) { function GUIDFromString (line 1508) | func GUIDFromString(str string) (GUID, error) { function GenerateGUID (line 1522) | func GenerateGUID() (GUID, error) { method String (line 1533) | func (guid GUID) String() string { function KnownFolderPath (line 1544) | func KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (string, err... method KnownFolderPath (line 1550) | func (t Token) KnownFolderPath(folderID *KNOWNFOLDERID, flags uint32) (s... function RtlGetVersion (line 1562) | func RtlGetVersion() *OsVersionInfoEx { function RtlGetNtVersionNumbers (line 1575) | func RtlGetNtVersionNumbers() (majorVersion, minorVersion, buildNumber u... function GetProcessPreferredUILanguages (line 1582) | func GetProcessPreferredUILanguages(flags uint32) ([]string, error) { function GetThreadPreferredUILanguages (line 1587) | func GetThreadPreferredUILanguages(flags uint32) ([]string, error) { function GetUserPreferredUILanguages (line 1592) | func GetUserPreferredUILanguages(flags uint32) ([]string, error) { function GetSystemPreferredUILanguages (line 1597) | func GetSystemPreferredUILanguages(flags uint32) ([]string, error) { function getUILanguages (line 1601) | func getUILanguages(flags uint32, f func(flags uint32, numLanguages *uin... function SetConsoleCursorPosition (line 1632) | func SetConsoleCursorPosition(console Handle, position Coord) error { function GetStartupInfo (line 1636) | func GetStartupInfo(startupInfo *StartupInfo) error { method Errno (line 1641) | func (s NTStatus) Errno() syscall.Errno { function langID (line 1645) | func langID(pri, sub uint16) uint32 { return uint32(sub)<<10 | uint32(pr... method Error (line 1647) | func (s NTStatus) Error() string { function NewNTUnicodeString (line 1663) | func NewNTUnicodeString(s string) (*NTUnicodeString, error) { method Slice (line 1674) | func (s *NTUnicodeString) Slice() []uint16 { method String (line 1679) | func (s *NTUnicodeString) String() string { function NewNTString (line 1687) | func NewNTString(s string) (*NTString, error) { method Slice (line 1698) | func (s *NTString) Slice() []byte { method String (line 1703) | func (s *NTString) String() string { function FindResource (line 1708) | func FindResource(module Handle, name, resType ResourceIDOrString) (Hand... function LoadResourceData (line 1739) | func LoadResourceData(module, resInfo Handle) (data []byte, err error) { type PSAPI_WORKING_SET_EX_BLOCK (line 1757) | type PSAPI_WORKING_SET_EX_BLOCK method Valid (line 1761) | func (b PSAPI_WORKING_SET_EX_BLOCK) Valid() bool { method ShareCount (line 1766) | func (b PSAPI_WORKING_SET_EX_BLOCK) ShareCount() uint64 { method Win32Protection (line 1772) | func (b PSAPI_WORKING_SET_EX_BLOCK) Win32Protection() uint64 { method Shared (line 1778) | func (b PSAPI_WORKING_SET_EX_BLOCK) Shared() bool { method Node (line 1783) | func (b PSAPI_WORKING_SET_EX_BLOCK) Node() uint64 { method Locked (line 1789) | func (b PSAPI_WORKING_SET_EX_BLOCK) Locked() bool { method LargePage (line 1795) | func (b PSAPI_WORKING_SET_EX_BLOCK) LargePage() bool { method Bad (line 1801) | func (b PSAPI_WORKING_SET_EX_BLOCK) Bad() bool { method intField (line 1806) | func (b PSAPI_WORKING_SET_EX_BLOCK) intField(start, length int) uint64 { type PSAPI_WORKING_SET_EX_INFORMATION (line 1817) | type PSAPI_WORKING_SET_EX_INFORMATION struct function CreatePseudoConsole (line 1825) | func CreatePseudoConsole(size Coord, in Handle, out Handle, flags uint32... function ResizePseudoConsole (line 1832) | 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<> 1) type lbConfig (line 44) | type lbConfig struct type ServiceConfig (line 55) | type ServiceConfig struct type healthCheckConfig (line 100) | type healthCheckConfig struct type jsonRetryPolicy (line 105) | type jsonRetryPolicy struct type retryThrottlingPolicy (line 116) | type retryThrottlingPolicy struct type jsonName (line 130) | type jsonName struct method generatePath (line 140) | func (j jsonName) generatePath() (string, error) { type jsonMC (line 155) | type jsonMC struct type jsonSC (line 165) | type jsonSC struct function init (line 173) | func init() { function parseServiceConfig (line 176) | func parseServiceConfig(js string) *serviceconfig.ParseResult { function convertRetryPolicy (line 260) | func convertRetryPolicy(jrp *jsonRetryPolicy) (p *internalserviceconfig.... function min (line 291) | func min(a, b *int) *int { function getMaxSize (line 298) | func getMaxSize(mcMax, doptMax *int, defaultVal int) *int { function newInt (line 311) | func newInt(b int) *int { function init (line 315) | func init() { function equalServiceConfig (line 323) | func equalServiceConfig(a, b serviceconfig.Config) bool { FILE: vendor/google.golang.org/grpc/serviceconfig/serviceconfig.go type Config (line 29) | type Config interface type LoadBalancingConfig (line 35) | type LoadBalancingConfig interface type ParseResult (line 41) | type ParseResult struct FILE: vendor/google.golang.org/grpc/shared_buffer_pool.go type SharedBufferPool (line 31) | type SharedBufferPool interface function NewSharedBufferPool (line 49) | func NewSharedBufferPool() SharedBufferPool { type simpleSharedBufferPool (line 63) | type simpleSharedBufferPool struct method Get (line 67) | func (p *simpleSharedBufferPool) Get(size int) []byte { method Put (line 71) | func (p *simpleSharedBufferPool) Put(bs *[]byte) { method poolIdx (line 75) | func (p *simpleSharedBufferPool) poolIdx(size int) int { constant level0PoolMaxSize (line 93) | level0PoolMaxSize = 16 constant level1PoolMaxSize (line 94) | level1PoolMaxSize = level0PoolMaxSize * 16 constant level2PoolMaxSize (line 95) | level2PoolMaxSize = level1PoolMaxSize * 16 constant level3PoolMaxSize (line 96) | level3PoolMaxSize = level2PoolMaxSize * 16 constant level4PoolMaxSize (line 97) | level4PoolMaxSize = level3PoolMaxSize * 16 constant level0PoolIdx (line 101) | level0PoolIdx = iota constant level1PoolIdx (line 102) | level1PoolIdx constant level2PoolIdx (line 103) | level2PoolIdx constant level3PoolIdx (line 104) | level3PoolIdx constant level4PoolIdx (line 105) | level4PoolIdx constant levelMaxPoolIdx (line 106) | levelMaxPoolIdx constant poolArraySize (line 107) | poolArraySize type simpleSharedBufferChildPool (line 110) | type simpleSharedBufferChildPool interface type bufferPool (line 115) | type bufferPool struct method Get (line 121) | func (p *bufferPool) Get(size int) []byte { function newBytesPool (line 133) | func newBytesPool(size int) simpleSharedBufferChildPool { type nopBufferPool (line 146) | type nopBufferPool struct method Get (line 149) | func (nopBufferPool) Get(length int) []byte { method Put (line 153) | func (nopBufferPool) Put(*[]byte) { FILE: vendor/google.golang.org/grpc/stats/handlers.go type ConnTagInfo (line 27) | type ConnTagInfo struct type RPCTagInfo (line 35) | type RPCTagInfo struct type Handler (line 44) | type Handler interface FILE: vendor/google.golang.org/grpc/stats/stats.go type RPCStats (line 33) | type RPCStats interface type Begin (line 41) | type Begin struct method IsClient (line 58) | func (s *Begin) IsClient() bool { return s.Client } method isRPCStats (line 60) | func (s *Begin) isRPCStats() {} type PickerUpdated (line 64) | type PickerUpdated struct method IsClient (line 68) | func (*PickerUpdated) IsClient() bool { return true } method isRPCStats (line 70) | func (*PickerUpdated) isRPCStats() {} type InPayload (line 73) | type InPayload struct method IsClient (line 97) | func (s *InPayload) IsClient() bool { return s.Client } method isRPCStats (line 99) | func (s *InPayload) isRPCStats() {} type InHeader (line 102) | type InHeader struct method IsClient (line 122) | func (s *InHeader) IsClient() bool { return s.Client } method isRPCStats (line 124) | func (s *InHeader) isRPCStats() {} type InTrailer (line 127) | type InTrailer struct method IsClient (line 138) | func (s *InTrailer) IsClient() bool { return s.Client } method isRPCStats (line 140) | func (s *InTrailer) isRPCStats() {} type OutPayload (line 143) | type OutPayload struct method IsClient (line 165) | func (s *OutPayload) IsClient() bool { return s.Client } method isRPCStats (line 167) | func (s *OutPayload) isRPCStats() {} type OutHeader (line 170) | type OutHeader struct method IsClient (line 188) | func (s *OutHeader) IsClient() bool { return s.Client } method isRPCStats (line 190) | func (s *OutHeader) isRPCStats() {} type OutTrailer (line 193) | type OutTrailer struct method IsClient (line 207) | func (s *OutTrailer) IsClient() bool { return s.Client } method isRPCStats (line 209) | func (s *OutTrailer) isRPCStats() {} type End (line 212) | type End struct method IsClient (line 230) | func (s *End) IsClient() bool { return s.Client } method isRPCStats (line 232) | func (s *End) isRPCStats() {} type ConnStats (line 235) | type ConnStats interface type ConnBegin (line 242) | type ConnBegin struct method IsClient (line 248) | func (s *ConnBegin) IsClient() bool { return s.Client } method isConnStats (line 250) | func (s *ConnBegin) isConnStats() {} type ConnEnd (line 253) | type ConnEnd struct method IsClient (line 259) | func (s *ConnEnd) IsClient() bool { return s.Client } method isConnStats (line 261) | func (s *ConnEnd) isConnStats() {} type incomingTagsKey (line 263) | type incomingTagsKey struct type outgoingTagsKey (line 264) | type outgoingTagsKey struct function SetTags (line 274) | func SetTags(ctx context.Context, b []byte) context.Context { function Tags (line 284) | func Tags(ctx context.Context) []byte { function SetIncomingTags (line 293) | func SetIncomingTags(ctx context.Context, b []byte) context.Context { function OutgoingTags (line 300) | func OutgoingTags(ctx context.Context) []byte { type incomingTraceKey (line 305) | type incomingTraceKey struct type outgoingTraceKey (line 306) | type outgoingTraceKey struct function SetTrace (line 316) | func SetTrace(ctx context.Context, b []byte) context.Context { function Trace (line 326) | func Trace(ctx context.Context) []byte { function SetIncomingTrace (line 334) | func SetIncomingTrace(ctx context.Context, b []byte) context.Context { function OutgoingTrace (line 340) | func OutgoingTrace(ctx context.Context) []byte { FILE: vendor/google.golang.org/grpc/status/status.go function New (line 48) | func New(c codes.Code, msg string) *Status { function Newf (line 53) | func Newf(c codes.Code, format string, a ...any) *Status { function Error (line 58) | func Error(c codes.Code, msg string) error { function Errorf (line 63) | func Errorf(c codes.Code, format string, a ...any) error { function ErrorProto (line 68) | func ErrorProto(s *spb.Status) error { function FromProto (line 73) | func FromProto(s *spb.Status) *Status { function FromError (line 96) | func FromError(err error) (s *Status, ok bool) { function Convert (line 131) | func Convert(err error) *Status { function Code (line 139) | func Code(err error) codes.Code { function FromContextError (line 151) | func FromContextError(err error) *Status { FILE: vendor/google.golang.org/grpc/stream.go type StreamHandler (line 58) | type StreamHandler type StreamDesc (line 63) | type StreamDesc struct type Stream (line 79) | type Stream interface type ClientStream (line 92) | type ClientStream interface method NewStream (line 160) | func (cc *ClientConn) NewStream(ctx context.Context, desc *StreamDesc, m... function NewClientStream (line 172) | func NewClientStream(ctx context.Context, desc *StreamDesc, cc *ClientCo... function newClientStream (line 176) | func newClientStream(ctx context.Context, desc *StreamDesc, cc *ClientCo... function newClientStreamWithParams (line 256) | func newClientStreamWithParams(ctx context.Context, desc *StreamDesc, cc... type clientStream (line 523) | type clientStream struct method newAttemptLocked (line 403) | func (cs *clientStream) newAttemptLocked(isTransparent bool) (*csAttem... method commitAttemptLocked (line 603) | func (cs *clientStream) commitAttemptLocked() { method commitAttempt (line 611) | func (cs *clientStream) commitAttempt() { method retryLocked (line 718) | func (cs *clientStream) retryLocked(attempt *csAttempt, lastErr error)... method Context (line 741) | func (cs *clientStream) Context() context.Context { method withRetry (line 751) | func (cs *clientStream) withRetry(op func(a *csAttempt) error, onSucce... method Header (line 797) | func (cs *clientStream) Header() (metadata.MD, error) { method Trailer (line 836) | func (cs *clientStream) Trailer() metadata.MD { method replayBufferLocked (line 851) | func (cs *clientStream) replayBufferLocked(attempt *csAttempt) error { method bufferForRetryLocked (line 860) | func (cs *clientStream) bufferForRetryLocked(sz int, op func(a *csAtte... method SendMsg (line 873) | func (cs *clientStream) SendMsg(m any) (err error) { method RecvMsg (line 917) | func (cs *clientStream) RecvMsg(m any) error { method CloseSend (line 945) | func (cs *clientStream) CloseSend() error { method finish (line 972) | func (cs *clientStream) finish(err error) { type csAttempt (line 575) | type csAttempt struct method getTransport (line 462) | func (a *csAttempt) getTransport() error { method newStream (line 480) | func (a *csAttempt) newStream() error { method shouldRetry (line 620) | func (a *csAttempt) shouldRetry(err error) (bool, error) { method sendMsg (line 1035) | func (a *csAttempt) sendMsg(m any, hdr, payld, data []byte) error { method recvMsg (line 1062) | func (a *csAttempt) recvMsg(m any, payInfo *payloadInfo) (err error) { method finish (line 1133) | func (a *csAttempt) finish(err error) { function newNonRetryClientStream (line 1197) | func newNonRetryClientStream(ctx context.Context, desc *StreamDesc, meth... type addrConnStream (line 1302) | type addrConnStream struct method Header (line 1324) | func (as *addrConnStream) Header() (metadata.MD, error) { method Trailer (line 1332) | func (as *addrConnStream) Trailer() metadata.MD { method CloseSend (line 1336) | func (as *addrConnStream) CloseSend() error { method Context (line 1351) | func (as *addrConnStream) Context() context.Context { method SendMsg (line 1355) | func (as *addrConnStream) SendMsg(m any) (err error) { method RecvMsg (line 1400) | func (as *addrConnStream) RecvMsg(m any) (err error) { method finish (line 1455) | func (as *addrConnStream) finish(err error) { type ServerStream (line 1485) | type ServerStream interface type serverStream (line 1532) | type serverStream struct method Context (line 1564) | func (ss *serverStream) Context() context.Context { method SetHeader (line 1568) | func (ss *serverStream) SetHeader(md metadata.MD) error { method SendHeader (line 1579) | func (ss *serverStream) SendHeader(md metadata.MD) error { method SetTrailer (line 1599) | func (ss *serverStream) SetTrailer(md metadata.MD) { method SendMsg (line 1609) | func (ss *serverStream) SendMsg(m any) (err error) { method RecvMsg (line 1684) | func (ss *serverStream) RecvMsg(m any) (err error) { function MethodFromServerStream (line 1757) | func MethodFromServerStream(stream ServerStream) (string, bool) { function prepareMsg (line 1764) | func prepareMsg(m any, codec baseCodec, cp Compressor, comp encoding.Com... FILE: vendor/google.golang.org/grpc/tap/tap.go type Info (line 35) | type Info struct type ServerInHandle (line 62) | type ServerInHandle FILE: vendor/google.golang.org/grpc/trace.go function methodFamily (line 39) | func methodFamily(m string) string { type traceInfo (line 48) | type traceInfo struct type firstLine (line 56) | type firstLine struct method SetRemoteAddr (line 63) | func (f *firstLine) SetRemoteAddr(addr net.Addr) { method String (line 69) | func (f *firstLine) String() string { constant truncateSize (line 89) | truncateSize = 100 function truncate (line 91) | func truncate(x string, l int) string { type payload (line 99) | type payload struct method String (line 105) | func (p payload) String() string { type fmtStringer (line 112) | type fmtStringer struct method String (line 117) | func (f *fmtStringer) String() string { type stringer (line 121) | type stringer method String (line 123) | func (s stringer) String() string { return string(s) } FILE: vendor/google.golang.org/grpc/version.go constant Version (line 22) | Version = "1.59.0" FILE: vendor/google.golang.org/protobuf/encoding/protojson/decode.go function Unmarshal (line 28) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 33) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 91) | type decoder struct method newError (line 97) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 104) | func (d decoder) unexpectedTokenError(tok json.Token) error { method syntaxError (line 109) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 116) | func (d decoder) unmarshalMessage(m protoreflect.Message, skipTypeURL ... method unmarshalSingular (line 255) | func (d decoder) unmarshalSingular(m protoreflect.Message, fd protoref... method unmarshalScalar (line 275) | func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (pro... method unmarshalList (line 501) | func (d decoder) unmarshalList(list protoreflect.List, fd protoreflect... method unmarshalMap (line 552) | func (d decoder) unmarshalMap(mmap protoreflect.Map, fd protoreflect.F... method unmarshalMapKey (line 621) | func (d decoder) unmarshalMapKey(tok json.Token, fd protoreflect.Field... function isKnownValue (line 243) | func isKnownValue(fd protoreflect.FieldDescriptor) bool { function isNullValue (line 248) | func isNullValue(fd protoreflect.FieldDescriptor) bool { function unmarshalInt (line 343) | func unmarshalInt(tok json.Token, bitSize int) (protoreflect.Value, bool) { function getInt (line 364) | func getInt(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalUint (line 375) | func unmarshalUint(tok json.Token, bitSize int) (protoreflect.Value, boo... function getUint (line 396) | func getUint(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalFloat (line 407) | func unmarshalFloat(tok json.Token, bitSize int) (protoreflect.Value, bo... function getFloat (line 446) | func getFloat(tok json.Token, bitSize int) (protoreflect.Value, bool) { function unmarshalBytes (line 457) | func unmarshalBytes(tok json.Token) (protoreflect.Value, bool) { function unmarshalEnum (line 477) | func unmarshalEnum(tok json.Token, fd protoreflect.FieldDescriptor) (pro... FILE: vendor/google.golang.org/protobuf/encoding/protojson/encode.go constant defaultIndent (line 24) | defaultIndent = " " function Format (line 30) | func Format(m proto.Message) string { function Marshal (line 37) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 42) | type MarshalOptions struct method Format (line 96) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 108) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method MarshalAppend (line 114) | func (o MarshalOptions) MarshalAppend(b []byte, m proto.Message) ([]by... method marshal (line 121) | func (o MarshalOptions) marshal(b []byte, m proto.Message) ([]byte, er... type encoder (line 150) | type encoder struct method marshalMessage (line 207) | func (e encoder) marshalMessage(m protoreflect.Message, typeURL string... method marshalValue (line 246) | func (e encoder) marshalValue(val protoreflect.Value, fd protoreflect.... method marshalSingular (line 259) | func (e encoder) marshalSingular(val protoreflect.Value, fd protorefle... method marshalList (line 320) | func (e encoder) marshalList(list protoreflect.List, fd protoreflect.F... method marshalMap (line 334) | func (e encoder) marshalMap(mmap protoreflect.Map, fd protoreflect.Fie... type typeURLFieldRanger (line 167) | type typeURLFieldRanger struct method Range (line 172) | func (m typeURLFieldRanger) Range(f func(protoreflect.FieldDescriptor,... type unpopulatedFieldRanger (line 181) | type unpopulatedFieldRanger struct method Range (line 183) | func (m unpopulatedFieldRanger) Range(f func(protoreflect.FieldDescrip... FILE: vendor/google.golang.org/protobuf/encoding/protojson/well_known_types.go type marshalFunc (line 23) | type marshalFunc function wellKnownTypeMarshaler (line 27) | func wellKnownTypeMarshaler(name protoreflect.FullName) marshalFunc { type unmarshalFunc (line 61) | type unmarshalFunc function wellKnownTypeUnmarshaler (line 65) | func wellKnownTypeUnmarshaler(name protoreflect.FullName) unmarshalFunc { method marshalAny (line 105) | func (e encoder) marshalAny(m protoreflect.Message) error { method unmarshalAny (line 166) | func (d decoder) unmarshalAny(m protoreflect.Message) error { function findTypeURL (line 249) | func findTypeURL(d decoder) (json.Token, error) { method skipJSONValue (line 310) | func (d decoder) skipJSONValue() error { method unmarshalAnyValue (line 357) | func (d decoder) unmarshalAnyValue(unmarshal unmarshalFunc, m protorefle... method marshalWrapperType (line 405) | func (e encoder) marshalWrapperType(m protoreflect.Message) error { method unmarshalWrapperType (line 411) | func (d decoder) unmarshalWrapperType(m protoreflect.Message) error { method marshalEmpty (line 423) | func (e encoder) marshalEmpty(protoreflect.Message) error { method unmarshalEmpty (line 429) | func (d decoder) unmarshalEmpty(protoreflect.Message) error { method marshalStruct (line 465) | func (e encoder) marshalStruct(m protoreflect.Message) error { method unmarshalStruct (line 470) | func (d decoder) unmarshalStruct(m protoreflect.Message) error { method marshalListValue (line 479) | func (e encoder) marshalListValue(m protoreflect.Message) error { method unmarshalListValue (line 484) | func (d decoder) unmarshalListValue(m protoreflect.Message) error { method marshalKnownValue (line 493) | func (e encoder) marshalKnownValue(m protoreflect.Message) error { method unmarshalKnownValue (line 507) | func (d decoder) unmarshalKnownValue(m protoreflect.Message) error { constant secondsInNanos (line 590) | secondsInNanos = 999999999 constant maxSecondsInDuration (line 591) | maxSecondsInDuration = 315576000000 method marshalDuration (line 594) | func (e encoder) marshalDuration(m protoreflect.Message) error { method unmarshalDuration (line 626) | func (d decoder) unmarshalDuration(m protoreflect.Message) error { function parseDuration (line 660) | func parseDuration(input string) (int64, int32, bool) { constant maxTimestampSeconds (line 778) | maxTimestampSeconds = 253402300799 constant minTimestampSeconds (line 779) | minTimestampSeconds = -62135596800 method marshalTimestamp (line 782) | func (e encoder) marshalTimestamp(m protoreflect.Message) error { method unmarshalTimestamp (line 808) | func (d decoder) unmarshalTimestamp(m protoreflect.Message) error { method marshalFieldMask (line 848) | func (e encoder) marshalFieldMask(m protoreflect.Message) error { method unmarshalFieldMask (line 870) | func (d decoder) unmarshalFieldMask(m protoreflect.Message) error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/decode.go function Unmarshal (line 26) | func Unmarshal(b []byte, m proto.Message) error { type UnmarshalOptions (line 31) | type UnmarshalOptions struct method Unmarshal (line 57) | func (o UnmarshalOptions) Unmarshal(b []byte, m proto.Message) error { method unmarshal (line 64) | func (o UnmarshalOptions) unmarshal(b []byte, m proto.Message) error { type decoder (line 81) | type decoder struct method newError (line 87) | func (d decoder) newError(pos int, f string, x ...interface{}) error { method unexpectedTokenError (line 94) | func (d decoder) unexpectedTokenError(tok text.Token) error { method syntaxError (line 99) | func (d decoder) syntaxError(pos int, f string, x ...interface{}) error { method unmarshalMessage (line 106) | func (d decoder) unmarshalMessage(m protoreflect.Message, checkDelims ... method unmarshalSingular (line 265) | func (d decoder) unmarshalSingular(fd protoreflect.FieldDescriptor, m ... method unmarshalScalar (line 283) | func (d decoder) unmarshalScalar(fd protoreflect.FieldDescriptor) (pro... method unmarshalList (line 363) | func (d decoder) unmarshalList(fd protoreflect.FieldDescriptor, list p... method unmarshalMap (line 444) | func (d decoder) unmarshalMap(fd protoreflect.FieldDescriptor, mmap pr... method unmarshalMapEntry (line 497) | func (d decoder) unmarshalMapEntry(fd protoreflect.FieldDescriptor, mm... method unmarshalAny (line 578) | func (d decoder) unmarshalAny(m protoreflect.Message, checkDelims bool... method unmarshalExpandedAny (line 697) | func (d decoder) unmarshalExpandedAny(typeURL string, pos int) ([]byte... method skipValue (line 722) | func (d decoder) skipValue() error { method skipMessageValue (line 755) | func (d decoder) skipMessageValue() error { FILE: vendor/google.golang.org/protobuf/encoding/prototext/encode.go constant defaultIndent (line 26) | defaultIndent = " " function Format (line 32) | func Format(m proto.Message) string { function Marshal (line 39) | func Marshal(m proto.Message) ([]byte, error) { type MarshalOptions (line 44) | type MarshalOptions struct method Format (line 89) | func (o MarshalOptions) Format(m proto.Message) string { method Marshal (line 103) | func (o MarshalOptions) Marshal(m proto.Message) ([]byte, error) { method MarshalAppend (line 109) | func (o MarshalOptions) MarshalAppend(b []byte, m proto.Message) ([]by... method marshal (line 116) | func (o MarshalOptions) marshal(b []byte, m proto.Message) ([]byte, er... type encoder (line 152) | type encoder struct method marshalMessage (line 158) | func (e encoder) marshalMessage(m protoreflect.Message, inclDelims boo... method marshalField (line 198) | func (e encoder) marshalField(name string, val protoreflect.Value, fd ... method marshalSingular (line 212) | func (e encoder) marshalSingular(val protoreflect.Value, fd protorefle... method marshalList (line 264) | func (e encoder) marshalList(name string, list protoreflect.List, fd p... method marshalMap (line 276) | func (e encoder) marshalMap(name string, mmap protoreflect.Map, fd pro... method marshalUnknown (line 301) | func (e encoder) marshalUnknown(b []byte) { method marshalAny (line 342) | func (e encoder) marshalAny(any protoreflect.Message) bool { FILE: vendor/google.golang.org/protobuf/encoding/protowire/wire.go type Number (line 21) | type Number method IsValid (line 32) | func (n Number) IsValid() bool { constant MinValidNumber (line 24) | MinValidNumber Number = 1 constant FirstReservedNumber (line 25) | FirstReservedNumber Number = 19000 constant LastReservedNumber (line 26) | LastReservedNumber Number = 19999 constant MaxValidNumber (line 27) | MaxValidNumber Number = 1<<29 - 1 constant DefaultRecursionLimit (line 28) | DefaultRecursionLimit = 10000 type Type (line 37) | type Type constant VarintType (line 40) | VarintType Type = 0 constant Fixed32Type (line 41) | Fixed32Type Type = 5 constant Fixed64Type (line 42) | Fixed64Type Type = 1 constant BytesType (line 43) | BytesType Type = 2 constant StartGroupType (line 44) | StartGroupType Type = 3 constant EndGroupType (line 45) | EndGroupType Type = 4 constant _ (line 49) | _ = -iota constant errCodeTruncated (line 50) | errCodeTruncated constant errCodeFieldNumber (line 51) | errCodeFieldNumber constant errCodeOverflow (line 52) | errCodeOverflow constant errCodeReserved (line 53) | errCodeReserved constant errCodeEndGroup (line 54) | errCodeEndGroup constant errCodeRecursionDepth (line 55) | errCodeRecursionDepth function ParseError (line 68) | func ParseError(n int) error { function ConsumeField (line 94) | func ConsumeField(b []byte) (Number, Type, int) { function ConsumeFieldValue (line 112) | func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { function consumeFieldValueD (line 116) | func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n in... function AppendTag (line 162) | func AppendTag(b []byte, num Number, typ Type) []byte { function ConsumeTag (line 168) | func ConsumeTag(b []byte) (Number, Type, int) { function SizeTag (line 180) | func SizeTag(num Number) int { function AppendVarint (line 185) | func AppendVarint(b []byte, v uint64) []byte { function ConsumeVarint (line 267) | func ConsumeVarint(b []byte) (v uint64, n int) { function SizeVarint (line 371) | func SizeVarint(v uint64) int { function AppendFixed32 (line 378) | func AppendFixed32(b []byte, v uint32) []byte { function ConsumeFixed32 (line 388) | func ConsumeFixed32(b []byte) (v uint32, n int) { function SizeFixed32 (line 397) | func SizeFixed32() int { function AppendFixed64 (line 402) | func AppendFixed64(b []byte, v uint64) []byte { function ConsumeFixed64 (line 416) | func ConsumeFixed64(b []byte) (v uint64, n int) { function SizeFixed64 (line 425) | func SizeFixed64() int { function AppendBytes (line 430) | func AppendBytes(b []byte, v []byte) []byte { function ConsumeBytes (line 436) | func ConsumeBytes(b []byte) (v []byte, n int) { function SizeBytes (line 449) | func SizeBytes(n int) int { function AppendString (line 454) | func AppendString(b []byte, v string) []byte { function ConsumeString (line 460) | func ConsumeString(b []byte) (v string, n int) { function AppendGroup (line 467) | func AppendGroup(b []byte, num Number, v []byte) []byte { function ConsumeGroup (line 475) | func ConsumeGroup(num Number, b []byte) (v []byte, n int) { function SizeGroup (line 494) | func SizeGroup(num Number, n int) int { function DecodeTag (line 501) | func DecodeTag(x uint64) (Number, Type) { function EncodeTag (line 510) | func EncodeTag(num Number, typ Type) uint64 { function DecodeZigZag (line 518) | func DecodeZigZag(x uint64) int64 { function EncodeZigZag (line 526) | func EncodeZigZag(x int64) uint64 { function DecodeBool (line 534) | func DecodeBool(x uint64) bool { function EncodeBool (line 542) | func EncodeBool(x bool) uint64 { FILE: vendor/google.golang.org/protobuf/internal/descfmt/stringer.go type list (line 20) | type list interface function FormatList (line 25) | func FormatList(s fmt.State, r rune, vs list) { function formatListOpt (line 28) | func formatListOpt(vs list, isRoot, allowMulti bool) string { function FormatDesc (line 119) | func FormatDesc(s fmt.State, r rune, t protoreflect.Descriptor) { function formatDescOpt (line 122) | func formatDescOpt(t protoreflect.Descriptor, isRoot, allowMulti bool) s... type records (line 202) | type records struct method Append (line 207) | func (rs *records) Append(v reflect.Value, accessors ...string) { method Join (line 268) | func (rs *records) Join() string { function formatColon (line 299) | func formatColon(padding int) string { function joinStrings (line 310) | func joinStrings(ss []string, isMulti bool) string { FILE: vendor/google.golang.org/protobuf/internal/detrand/rand.go function Disable (line 20) | func Disable() { function Bool (line 25) | func Bool() bool { function Intn (line 30) | func Intn(n int) int { function binaryHash (line 40) | func binaryHash() uint64 { FILE: vendor/google.golang.org/protobuf/internal/encoding/defval/default.go type Format (line 23) | type Format constant _ (line 26) | _ Format = iota constant Descriptor (line 30) | Descriptor constant GoTag (line 33) | GoTag function Unmarshal (line 38) | func Unmarshal(s string, k protoreflect.Kind, evs protoreflect.EnumValue... function Marshal (line 121) | func Marshal(v protoreflect.Value, ev protoreflect.EnumValueDescriptor, ... function unmarshalBytes (line 175) | func unmarshalBytes(s string) ([]byte, bool) { function marshalBytes (line 188) | func marshalBytes(b []byte) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode.go type call (line 18) | type call constant readCall (line 21) | readCall call = iota constant peekCall (line 22) | peekCall constant unexpectedFmt (line 25) | unexpectedFmt = "unexpected token %s" type Decoder (line 31) | type Decoder struct method Peek (line 59) | func (d *Decoder) Peek() (Token, error) { method Read (line 69) | func (d *Decoder) Read() (Token, error) { method parseNext (line 160) | func (d *Decoder) parseNext() (Token, error) { method newSyntaxError (line 217) | func (d *Decoder) newSyntaxError(pos int, f string, x ...interface{}) ... method Position (line 225) | func (d *Decoder) Position(idx int) (line int, column int) { method currPos (line 236) | func (d *Decoder) currPos() int { method consume (line 265) | func (d *Decoder) consume(n int) { method isValueNext (line 279) | func (d *Decoder) isValueNext() bool { method consumeToken (line 298) | func (d *Decoder) consumeToken(kind Kind, size int) Token { method consumeBoolToken (line 310) | func (d *Decoder) consumeBoolToken(b bool, size int) Token { method consumeStringToken (line 323) | func (d *Decoder) consumeStringToken(s string, size int) Token { method Clone (line 336) | func (d *Decoder) Clone() *Decoder { function NewDecoder (line 54) | func NewDecoder(b []byte) *Decoder { function matchWithDelim (line 244) | func matchWithDelim(s string, b []byte) int { function isNotDelim (line 257) | func isNotDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_number.go function parseNumber (line 16) | func parseNumber(input []byte) (int, bool) { type numberParts (line 89) | type numberParts struct function parseNumberParts (line 99) | func parseNumberParts(input []byte) (numberParts, bool) { function normalizeToIntString (line 182) | func normalizeToIntString(n numberParts) (string, bool) { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_string.go method parseString (line 16) | func (d *Decoder) parseString(in []byte) (string, int, error) { function indexNeedEscapeInBytes (line 91) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... FILE: vendor/google.golang.org/protobuf/internal/encoding/json/decode_token.go type Kind (line 14) | type Kind method String (line 34) | func (k Kind) String() string { constant Invalid (line 17) | Invalid Kind = (1 << iota) / 2 constant EOF (line 18) | EOF constant Null (line 19) | Null constant Bool (line 20) | Bool constant Number (line 21) | Number constant String (line 22) | String constant Name (line 23) | Name constant ObjectOpen (line 24) | ObjectOpen constant ObjectClose (line 25) | ObjectClose constant ArrayOpen (line 26) | ArrayOpen constant ArrayClose (line 27) | ArrayClose constant comma (line 31) | comma type Token (line 68) | type Token struct method Kind (line 83) | func (t Token) Kind() Kind { method RawString (line 88) | func (t Token) RawString() string { method Pos (line 93) | func (t Token) Pos() int { method Name (line 98) | func (t Token) Name() string { method Bool (line 106) | func (t Token) Bool() bool { method ParsedString (line 115) | func (t Token) ParsedString() string { method Float (line 129) | func (t Token) Float(bitSize int) (float64, bool) { method Int (line 145) | func (t Token) Int(bitSize int) (int64, bool) { method Uint (line 162) | func (t Token) Uint(bitSize int) (uint64, bool) { method getIntStr (line 174) | func (t Token) getIntStr() (string, bool) { function TokenEquals (line 186) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/json/encode.go type kind (line 19) | type kind constant _ (line 22) | _ kind = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant objectOpen (line 25) | objectOpen constant objectClose (line 26) | objectClose constant arrayOpen (line 27) | arrayOpen constant arrayClose (line 28) | arrayClose type Encoder (line 33) | type Encoder struct method Bytes (line 58) | func (e *Encoder) Bytes() []byte { method WriteNull (line 63) | func (e *Encoder) WriteNull() { method WriteBool (line 69) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 80) | func (e *Encoder) WriteString(s string) error { method WriteFloat (line 142) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 179) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 185) | func (e *Encoder) WriteUint(n uint64) { method StartObject (line 191) | func (e *Encoder) StartObject() { method EndObject (line 197) | func (e *Encoder) EndObject() { method WriteName (line 205) | func (e *Encoder) WriteName(s string) error { method StartArray (line 215) | func (e *Encoder) StartArray() { method EndArray (line 221) | func (e *Encoder) EndArray() { method prepareNext (line 228) | func (e *Encoder) prepareNext(next kind) { function NewEncoder (line 44) | func NewEncoder(buf []byte, indent string) (*Encoder, error) { function appendString (line 92) | func appendString(out []byte, in string) ([]byte, error) { function indexNeedEscapeInString (line 132) | func indexNeedEscapeInString(s string) int { function appendFloat (line 148) | func appendFloat(out []byte, n float64, bitSize int) []byte { FILE: vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go constant FieldItem (line 28) | FieldItem = protowire.Number(1) constant FieldTypeID (line 29) | FieldTypeID = protowire.Number(2) constant FieldMessage (line 30) | FieldMessage = protowire.Number(3) constant ExtensionName (line 43) | ExtensionName = "message_set_extension" function IsMessageSet (line 46) | func IsMessageSet(md protoreflect.MessageDescriptor) bool { function IsMessageSetExtension (line 52) | func IsMessageSetExtension(fd protoreflect.FieldDescriptor) bool { function SizeField (line 66) | func SizeField(num protowire.Number) int { function Unmarshal (line 77) | func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, ... function ConsumeFieldValue (line 113) | func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number,... function AppendFieldStart (line 184) | func AppendFieldStart(b []byte, num protowire.Number) []byte { function AppendFieldEnd (line 192) | func AppendFieldEnd(b []byte) []byte { function SizeUnknown (line 199) | func SizeUnknown(unknown []byte) (size int) { function AppendUnknown (line 224) | func AppendUnknown(b, unknown []byte) ([]byte, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go function Unmarshal (line 32) | func Unmarshal(tag string, goType reflect.Type, evs protoreflect.EnumVal... function Marshal (line 143) | func Marshal(fd protoreflect.FieldDescriptor, enumName string) string { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode.go type Decoder (line 18) | type Decoder struct method Peek (line 59) | func (d *Decoder) Peek() (Token, error) { method Read (line 69) | func (d *Decoder) Read() (Token, error) { method parseNext (line 97) | func (d *Decoder) parseNext(lastKind Kind) (Token, error) { method currentOpenKind (line 370) | func (d *Decoder) currentOpenKind() (Kind, byte) { method pushOpenStack (line 386) | func (d *Decoder) pushOpenStack(ch byte) { method popOpenStack (line 390) | func (d *Decoder) popOpenStack() { method parseFieldName (line 395) | func (d *Decoder) parseFieldName() (tok Token, err error) { method parseTypeName (line 432) | func (d *Decoder) parseTypeName() (Token, error) { method parseScalar (line 561) | func (d *Decoder) parseScalar() (Token, error) { method parseLiteralValue (line 580) | func (d *Decoder) parseLiteralValue() (Token, bool) { method consumeToken (line 590) | func (d *Decoder) consumeToken(kind Kind, size int, attrs uint8) Token { method newSyntaxError (line 604) | func (d *Decoder) newSyntaxError(f string, x ...interface{}) error { method Position (line 612) | func (d *Decoder) Position(idx int) (line int, column int) { method tryConsumeChar (line 622) | func (d *Decoder) tryConsumeChar(c byte) bool { method consume (line 631) | func (d *Decoder) consume(n int) { function NewDecoder (line 43) | func NewDecoder(b []byte) *Decoder { type call (line 51) | type call constant readCall (line 54) | readCall call = iota constant peekCall (line 55) | peekCall constant mismatchedFmt (line 92) | mismatchedFmt = "mismatched close character %q" constant unexpectedFmt (line 93) | unexpectedFmt = "unexpected character %q" function isTypeNameChar (line 499) | func isTypeNameChar(b byte) bool { function isWhiteSpace (line 506) | func isWhiteSpace(b byte) bool { function parseIdent (line 519) | func parseIdent(input []byte, allowNeg bool) int { function consume (line 637) | func consume(b []byte, n int) []byte { function errId (line 658) | func errId(seq []byte) []byte { function isDelim (line 681) | func isDelim(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go method parseNumberValue (line 8) | func (d *Decoder) parseNumberValue() (Token, bool) { constant numDec (line 31) | numDec uint8 = (1 << iota) / 2 constant numHex (line 32) | numHex constant numOct (line 33) | numOct constant numFloat (line 34) | numFloat type number (line 40) | type number struct method string (line 49) | func (num number) string(data []byte) string { function parseNumber (line 75) | func parseNumber(input []byte) number { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go method parseStringValue (line 24) | func (d *Decoder) parseStringValue() (Token, error) { method parseString (line 50) | func (d *Decoder) parseString() (string, error) { function indexNeedEscapeInBytes (line 153) | func indexNeedEscapeInBytes(b []byte) int { return indexNeedEscapeInStri... function UnmarshalString (line 158) | func UnmarshalString(s string) (string, error) { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go type Kind (line 18) | type Kind method String (line 40) | func (t Kind) String() string { constant Invalid (line 22) | Invalid Kind = iota constant EOF (line 23) | EOF constant Name (line 24) | Name constant Scalar (line 25) | Scalar constant MessageOpen (line 26) | MessageOpen constant MessageClose (line 27) | MessageClose constant ListOpen (line 28) | ListOpen constant ListClose (line 29) | ListClose constant comma (line 32) | comma constant semicolon (line 33) | semicolon constant bof (line 37) | bof = Invalid type NameKind (line 68) | type NameKind method String (line 77) | func (t NameKind) String() string { constant IdentName (line 72) | IdentName NameKind = iota + 1 constant TypeName (line 73) | TypeName constant FieldNumber (line 74) | FieldNumber constant hasSeparator (line 95) | hasSeparator = 1 << 7 constant numberValue (line 99) | numberValue = iota + 1 constant stringValue (line 100) | stringValue constant literalValue (line 101) | literalValue constant isNegative (line 105) | isNegative = 1 << 7 type Token (line 109) | type Token struct method Kind (line 133) | func (t Token) Kind() Kind { method RawString (line 138) | func (t Token) RawString() string { method Pos (line 143) | func (t Token) Pos() int { method NameKind (line 149) | func (t Token) NameKind() NameKind { method HasSeparator (line 158) | func (t Token) HasSeparator() bool { method IdentName (line 166) | func (t Token) IdentName() string { method TypeName (line 174) | func (t Token) TypeName() string { method FieldNumber (line 184) | func (t Token) FieldNumber() int32 { method String (line 195) | func (t Token) String() (string, bool) { method Enum (line 203) | func (t Token) Enum() (string, bool) { method Bool (line 211) | func (t Token) Bool() (bool, bool) { method Uint64 (line 247) | func (t Token) Uint64() (uint64, bool) { method Uint32 (line 260) | func (t Token) Uint32() (uint32, bool) { method Int64 (line 273) | func (t Token) Int64() (int64, bool) { method Int32 (line 291) | func (t Token) Int32() (int32, bool) { method Float64 (line 309) | func (t Token) Float64() (float64, bool) { method Float32 (line 332) | func (t Token) Float32() (float32, bool) { function TokenEquals (line 366) | func TokenEquals(x, y Token) bool { FILE: vendor/google.golang.org/protobuf/internal/encoding/text/encode.go type encType (line 19) | type encType constant _ (line 22) | _ encType = (1 << iota) / 2 constant name (line 23) | name constant scalar (line 24) | scalar constant messageOpen (line 25) | messageOpen constant messageClose (line 26) | messageClose type Encoder (line 31) | type Encoder struct method Bytes (line 80) | func (e *Encoder) Bytes() []byte { method StartMessage (line 85) | func (e *Encoder) StartMessage() { method EndMessage (line 91) | func (e *Encoder) EndMessage() { method WriteName (line 97) | func (e *Encoder) WriteName(s string) { method WriteBool (line 104) | func (e *Encoder) WriteBool(b bool) { method WriteString (line 113) | func (e *Encoder) WriteString(s string) { method WriteFloat (line 179) | func (e *Encoder) WriteFloat(n float64, bitSize int) { method WriteInt (line 198) | func (e *Encoder) WriteInt(n int64) { method WriteUint (line 204) | func (e *Encoder) WriteUint(n uint64) { method WriteLiteral (line 211) | func (e *Encoder) WriteLiteral(s string) { method prepareNext (line 218) | func (e *Encoder) prepareNext(next encType) { method Snapshot (line 260) | func (e *Encoder) Snapshot() encoderState { method Reset (line 265) | func (e *Encoder) Reset(es encoderState) { type encoderState (line 39) | type encoderState struct function NewEncoder (line 56) | func NewEncoder(buf []byte, indent string, delims [2]byte, outputASCII b... function appendString (line 118) | func appendString(out []byte, in string, outputASCII bool) []byte { function indexNeedEscapeInString (line 169) | func indexNeedEscapeInString(s string) int { function appendFloat (line 184) | func appendFloat(out []byte, n float64, bitSize int) []byte { function AppendString (line 270) | func AppendString(b []byte, s string) []byte { FILE: vendor/google.golang.org/protobuf/internal/errors/errors.go function New (line 20) | func New(f string, x ...interface{}) error { type prefixError (line 24) | type prefixError struct method Error (line 36) | func (e *prefixError) Error() string { method Unwrap (line 40) | func (e *prefixError) Unwrap() error { function Wrap (line 46) | func Wrap(err error, f string, x ...interface{}) error { type wrapError (line 53) | type wrapError struct method Error (line 58) | func (e *wrapError) Error() string { method Unwrap (line 62) | func (e *wrapError) Unwrap() error { method Is (line 66) | func (e *wrapError) Is(target error) bool { function format (line 70) | func format(f string, x ...interface{}) string { function InvalidUTF8 (line 83) | func InvalidUTF8(name string) error { function RequiredNotSet (line 87) | func RequiredNotSet(name string) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go112.go function Is (line 13) | func Is(err, target error) bool { function unwrap (line 32) | func unwrap(err error) error { FILE: vendor/google.golang.org/protobuf/internal/errors/is_go113.go function Is (line 13) | func Is(err, target error) bool { return errors.Is(err, target) } FILE: vendor/google.golang.org/protobuf/internal/filedesc/build.go type Builder (line 19) | type Builder struct method Build (line 91) | func (db Builder) Build() (out Out) { method unmarshalCounts (line 121) | func (db *Builder) unmarshalCounts(b []byte, isFile bool) { type resolverByIndex (line 56) | type resolverByIndex interface constant listFieldDeps (line 63) | listFieldDeps int32 = iota constant listExtTargets (line 64) | listExtTargets constant listExtDeps (line 65) | listExtDeps constant listMethInDeps (line 66) | listMethInDeps constant listMethOutDeps (line 67) | listMethOutDeps type Out (line 71) | type Out struct FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc.go type File (line 37) | type File struct method ParentFile (line 62) | func (fd *File) ParentFile() protoreflect.FileDescriptor { return fd } method Parent (line 63) | func (fd *File) Parent() protoreflect.Descriptor { return nil } method Index (line 64) | func (fd *File) Index() int { return 0 } method Syntax (line 65) | func (fd *File) Syntax() protoreflect.Syntax { return fd.L... method Name (line 66) | func (fd *File) Name() protoreflect.Name { return fd.L... method FullName (line 67) | func (fd *File) FullName() protoreflect.FullName { return fd.L... method IsPlaceholder (line 68) | func (fd *File) IsPlaceholder() bool { return false } method Options (line 69) | func (fd *File) Options() protoreflect.ProtoMessage { method Path (line 75) | func (fd *File) Path() string { retur... method Package (line 76) | func (fd *File) Package() protoreflect.FullName { retur... method Imports (line 77) | func (fd *File) Imports() protoreflect.FileImports { retur... method Enums (line 78) | func (fd *File) Enums() protoreflect.EnumDescriptors { retur... method Messages (line 79) | func (fd *File) Messages() protoreflect.MessageDescriptors { retur... method Extensions (line 80) | func (fd *File) Extensions() protoreflect.ExtensionDescriptors { retur... method Services (line 81) | func (fd *File) Services() protoreflect.ServiceDescriptors { retur... method SourceLocations (line 82) | func (fd *File) SourceLocations() protoreflect.SourceLocations { retur... method Format (line 83) | func (fd *File) Format(s fmt.State, r rune) { descf... method ProtoType (line 84) | func (fd *File) ProtoType(protoreflect.FileDescriptor) {} method ProtoInternal (line 85) | func (fd *File) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 87) | func (fd *File) lazyInit() *FileL2 { method lazyInitOnce (line 94) | func (fd *File) lazyInitOnce() { method GoPackagePath (line 108) | func (fd *File) GoPackagePath() string { type FileL1 (line 45) | type FileL1 struct type FileL2 (line 55) | type FileL2 struct type Enum (line 113) | type Enum struct method Options (line 138) | func (ed *Enum) Options() protoreflect.ProtoMessage { method Values (line 144) | func (ed *Enum) Values() protoreflect.EnumValueDescriptors { method ReservedNames (line 150) | func (ed *Enum) ReservedNames() protoreflect.Names { return &ed.... method ReservedRanges (line 151) | func (ed *Enum) ReservedRanges() protoreflect.EnumRanges { return &ed.... method Format (line 152) | func (ed *Enum) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 153) | func (ed *Enum) ProtoType(protoreflect.EnumDescriptor) {} method lazyInit (line 154) | func (ed *Enum) lazyInit() *EnumL2 { type EnumL1 (line 118) | type EnumL1 struct type EnumL2 (line 121) | type EnumL2 struct type EnumValue (line 128) | type EnumValue struct method Options (line 159) | func (ed *EnumValue) Options() protoreflect.ProtoMessage { method Number (line 165) | func (ed *EnumValue) Number() protoreflect.EnumNumber { ret... method Format (line 166) | func (ed *EnumValue) Format(s fmt.State, r rune) { des... method ProtoType (line 167) | func (ed *EnumValue) ProtoType(protoreflect.EnumValueDescriptor) {} type EnumValueL1 (line 132) | type EnumValueL1 struct type Message (line 170) | type Message struct method Options (line 225) | func (md *Message) Options() protoreflect.ProtoMessage { method IsMapEntry (line 231) | func (md *Message) IsMapEntry() bool { retur... method Fields (line 232) | func (md *Message) Fields() protoreflect.FieldDescriptors { retur... method Oneofs (line 233) | func (md *Message) Oneofs() protoreflect.OneofDescriptors { retur... method ReservedNames (line 234) | func (md *Message) ReservedNames() protoreflect.Names { retur... method ReservedRanges (line 235) | func (md *Message) ReservedRanges() protoreflect.FieldRanges { retur... method RequiredNumbers (line 236) | func (md *Message) RequiredNumbers() protoreflect.FieldNumbers { retur... method ExtensionRanges (line 237) | func (md *Message) ExtensionRanges() protoreflect.FieldRanges { retur... method ExtensionRangeOptions (line 238) | func (md *Message) ExtensionRangeOptions(i int) protoreflect.ProtoMess... method Enums (line 244) | func (md *Message) Enums() protoreflect.EnumDescriptors { re... method Messages (line 245) | func (md *Message) Messages() protoreflect.MessageDescriptors { re... method Extensions (line 246) | func (md *Message) Extensions() protoreflect.ExtensionDescriptors { re... method ProtoType (line 247) | func (md *Message) ProtoType(protoreflect.MessageDescriptor) {} method Format (line 248) | func (md *Message) Format(s fmt.State, r rune) { de... method lazyInit (line 249) | func (md *Message) lazyInit() *MessageL2 { method IsMessageSet (line 259) | func (md *Message) IsMessageSet() bool { type MessageL1 (line 175) | type MessageL1 struct type MessageL2 (line 182) | type MessageL2 struct type Field (line 193) | type Field struct method Options (line 263) | func (fd *Field) Options() protoreflect.ProtoMessage { method Number (line 269) | func (fd *Field) Number() protoreflect.FieldNumber { return fd.L1... method Cardinality (line 270) | func (fd *Field) Cardinality() protoreflect.Cardinality { return fd.L1... method Kind (line 271) | func (fd *Field) Kind() protoreflect.Kind { return fd.L1... method HasJSONName (line 272) | func (fd *Field) HasJSONName() bool { return fd.L1... method JSONName (line 273) | func (fd *Field) JSONName() string { return fd.L1... method TextName (line 274) | func (fd *Field) TextName() string { return fd.L1... method HasPresence (line 275) | func (fd *Field) HasPresence() bool { method HasOptionalKeyword (line 278) | func (fd *Field) HasOptionalKeyword() bool { method IsPacked (line 281) | func (fd *Field) IsPacked() bool { method IsExtension (line 291) | func (fd *Field) IsExtension() bool { return false } method IsWeak (line 292) | func (fd *Field) IsWeak() bool { return fd.L1.IsWeak } method IsList (line 293) | func (fd *Field) IsList() bool { return fd.Cardinality() == proto... method IsMap (line 294) | func (fd *Field) IsMap() bool { return fd.Message() != nil && fd... method MapKey (line 295) | func (fd *Field) MapKey() protoreflect.FieldDescriptor { method MapValue (line 301) | func (fd *Field) MapValue() protoreflect.FieldDescriptor { method HasDefault (line 307) | func (fd *Field) HasDefault() bool {... method Default (line 308) | func (fd *Field) Default() protoreflect.Value {... method DefaultEnumValue (line 309) | func (fd *Field) DefaultEnumValue() protoreflect.EnumValueDescriptor {... method ContainingOneof (line 310) | func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor {... method ContainingMessage (line 311) | func (fd *Field) ContainingMessage() protoreflect.MessageDescriptor { method Enum (line 314) | func (fd *Field) Enum() protoreflect.EnumDescriptor { method Message (line 317) | func (fd *Field) Message() protoreflect.MessageDescriptor { method Format (line 325) | func (fd *Field) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 326) | func (fd *Field) ProtoType(protoreflect.FieldDescriptor) {} method EnforceUTF8 (line 335) | func (fd *Field) EnforceUTF8() bool { type FieldL1 (line 197) | type FieldL1 struct type Oneof (line 215) | type Oneof struct method IsSynthetic (line 342) | func (od *Oneof) IsSynthetic() bool { method Options (line 345) | func (od *Oneof) Options() protoreflect.ProtoMessage { method Fields (line 351) | func (od *Oneof) Fields() protoreflect.FieldDescriptors { return &od.... method Format (line 352) | func (od *Oneof) Format(s fmt.State, r rune) { descfmt.For... method ProtoType (line 353) | func (od *Oneof) ProtoType(protoreflect.OneofDescriptor) {} type OneofL1 (line 219) | type OneofL1 struct type Extension (line 356) | type Extension struct method Options (line 378) | func (xd *Extension) Options() protoreflect.ProtoMessage { method Number (line 384) | func (xd *Extension) Number() protoreflect.FieldNumber { return x... method Cardinality (line 385) | func (xd *Extension) Cardinality() protoreflect.Cardinality { return x... method Kind (line 386) | func (xd *Extension) Kind() protoreflect.Kind { return x... method HasJSONName (line 387) | func (xd *Extension) HasJSONName() bool { return x... method JSONName (line 388) | func (xd *Extension) JSONName() string { return x... method TextName (line 389) | func (xd *Extension) TextName() string { return x... method HasPresence (line 390) | func (xd *Extension) HasPresence() bool { return x... method HasOptionalKeyword (line 391) | func (xd *Extension) HasOptionalKeyword() bool { method IsPacked (line 394) | func (xd *Extension) IsPacked() bool { return ... method IsExtension (line 395) | func (xd *Extension) IsExtension() bool { return ... method IsWeak (line 396) | func (xd *Extension) IsWeak() bool { return ... method IsList (line 397) | func (xd *Extension) IsList() bool { return ... method IsMap (line 398) | func (xd *Extension) IsMap() bool { return ... method MapKey (line 399) | func (xd *Extension) MapKey() protoreflect.FieldDescriptor { return ... method MapValue (line 400) | func (xd *Extension) MapValue() protoreflect.FieldDescriptor { return ... method HasDefault (line 401) | func (xd *Extension) HasDefault() bool { return ... method Default (line 402) | func (xd *Extension) Default() protoreflect.Value { return ... method DefaultEnumValue (line 403) | func (xd *Extension) DefaultEnumValue() protoreflect.EnumValueDescript... method ContainingOneof (line 406) | func (xd *Extension) ContainingOneof() protoreflect.OneofDescriptor ... method ContainingMessage (line 407) | func (xd *Extension) ContainingMessage() protoreflect.MessageDescripto... method Enum (line 408) | func (xd *Extension) Enum() protoreflect.EnumDescriptor ... method Message (line 409) | func (xd *Extension) Message() protoreflect.MessageDescriptor ... method Format (line 410) | func (xd *Extension) Format(s fmt.State, r rune) ... method ProtoType (line 411) | func (xd *Extension) ProtoType(protoreflect.FieldDescriptor) ... method ProtoInternal (line 412) | func (xd *Extension) ProtoInternal(pragma.DoNotImplement) ... method lazyInit (line 413) | func (xd *Extension) lazyInit() *ExtensionL2 { type ExtensionL1 (line 361) | type ExtensionL1 struct type ExtensionL2 (line 367) | type ExtensionL2 struct type Service (line 419) | type Service struct method Options (line 443) | func (sd *Service) Options() protoreflect.ProtoMessage { method Methods (line 449) | func (sd *Service) Methods() protoreflect.MethodDescriptors { return ... method Format (line 450) | func (sd *Service) Format(s fmt.State, r rune) { descfmt... method ProtoType (line 451) | func (sd *Service) ProtoType(protoreflect.ServiceDescriptor) {} method ProtoInternal (line 452) | func (sd *Service) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 453) | func (sd *Service) lazyInit() *ServiceL2 { type ServiceL1 (line 424) | type ServiceL1 struct type ServiceL2 (line 425) | type ServiceL2 struct type Method (line 430) | type Method struct method Options (line 458) | func (md *Method) Options() protoreflect.ProtoMessage { method Input (line 464) | func (md *Method) Input() protoreflect.MessageDescriptor { return md... method Output (line 465) | func (md *Method) Output() protoreflect.MessageDescriptor { return md... method IsStreamingClient (line 466) | func (md *Method) IsStreamingClient() bool { return md... method IsStreamingServer (line 467) | func (md *Method) IsStreamingServer() bool { return md... method Format (line 468) | func (md *Method) Format(s fmt.State, r rune) { descfmt.F... method ProtoType (line 469) | func (md *Method) ProtoType(protoreflect.MethodDescriptor) {} method ProtoInternal (line 470) | func (md *Method) ProtoInternal(pragma.DoNotImplement) {} type MethodL1 (line 434) | type MethodL1 struct type Base (line 480) | type Base struct method Name (line 491) | func (d *Base) Name() protoreflect.Name { return d.L0.FullName... method FullName (line 492) | func (d *Base) FullName() protoreflect.FullName { return d.L0.FullName } method ParentFile (line 493) | func (d *Base) ParentFile() protoreflect.FileDescriptor { method Parent (line 499) | func (d *Base) Parent() protoreflect.Descriptor { return d.L0.Pare... method Index (line 500) | func (d *Base) Index() int { return d.L0.Index } method Syntax (line 501) | func (d *Base) Syntax() protoreflect.Syntax { return d.L0.Pare... method IsPlaceholder (line 502) | func (d *Base) IsPlaceholder() bool { return false } method ProtoInternal (line 503) | func (d *Base) ProtoInternal(pragma.DoNotImplement) {} type BaseL0 (line 483) | type BaseL0 struct type stringName (line 505) | type stringName struct method InitJSON (line 513) | func (s *stringName) InitJSON(name string) { method lazyInit (line 518) | func (s *stringName) lazyInit(fd protoreflect.FieldDescriptor) *string... method getJSON (line 546) | func (s *stringName) getJSON(fd protoreflect.FieldDescriptor) string {... method getText (line 547) | func (s *stringName) getText(fd protoreflect.FieldDescriptor) string {... function DefaultValue (line 549) | func DefaultValue(v protoreflect.Value, ev protoreflect.EnumValueDescrip... function unmarshalDefault (line 559) | func unmarshalDefault(b []byte, k protoreflect.Kind, pf *File, ed protor... type defaultValue (line 586) | type defaultValue struct method get (line 593) | func (dv *defaultValue) get(fd protoreflect.FieldDescriptor) protorefl... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go type fileRaw (line 18) | type fileRaw struct function newRawFile (line 26) | func newRawFile(db Builder) *File { method initDecls (line 48) | func (fd *File) initDecls(numEnums, numMessages, numExtensions, numServi... method allocEnums (line 55) | func (fd *File) allocEnums(n int) []Enum { method allocMessages (line 61) | func (fd *File) allocMessages(n int) []Message { method allocExtensions (line 67) | func (fd *File) allocExtensions(n int) []Extension { method allocServices (line 73) | func (fd *File) allocServices(n int) []Service { method checkDecls (line 82) | func (fd *File) checkDecls() { method unmarshalSeed (line 94) | func (fd *File) unmarshalSeed(b []byte) { method unmarshalSeed (line 222) | func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd p... method unmarshalSeed (line 274) | func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... method unmarshalSeedOptions (line 369) | func (md *Message) unmarshalSeedOptions(b []byte) { method unmarshalSeed (line 390) | func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File,... method unmarshalSeed (line 426) | func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, p... function getBuilder (line 453) | func getBuilder() *strs.Builder { function putBuilder (line 456) | func putBuilder(b *strs.Builder) { function makeFullName (line 462) | func makeFullName(sb *strs.Builder, b []byte) protoreflect.FullName { function appendFullName (line 469) | func appendFullName(sb *strs.Builder, prefix protoreflect.FullName, suff... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go method lazyRawInit (line 19) | func (fd *File) lazyRawInit() { method resolveMessages (line 26) | func (file *File) resolveMessages() { method resolveExtensions (line 58) | func (file *File) resolveExtensions() { method resolveServices (line 80) | func (file *File) resolveServices() { method resolveEnumDependency (line 95) | func (file *File) resolveEnumDependency(ed protoreflect.EnumDescriptor, ... method resolveMessageDependency (line 113) | func (file *File) resolveMessageDependency(md protoreflect.MessageDescri... method unmarshalFull (line 131) | func (fd *File) unmarshalFull(b []byte) { method unmarshalFull (line 185) | func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) { function unmarshalEnumReservedRange (line 222) | func unmarshalEnumReservedRange(b []byte) (r [2]protoreflect.EnumNumber) { method unmarshalFull (line 244) | func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File,... method unmarshalFull (line 279) | func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 341) | func (md *Message) unmarshalOptions(b []byte) { function unmarshalMessageReservedRange (line 362) | func unmarshalMessageReservedRange(b []byte) (r [2]protoreflect.FieldNum... function unmarshalMessageExtensionRange (line 384) | func unmarshalMessageExtensionRange(b []byte) (r [2]protoreflect.FieldNu... method unmarshalFull (line 413) | func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalOptions (line 480) | func (fd *Field) unmarshalOptions(b []byte) { method unmarshalFull (line 507) | func (od *Oneof) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd ... method unmarshalFull (line 534) | func (xd *Extension) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalOptions (line 580) | func (xd *Extension) unmarshalOptions(b []byte) { method unmarshalFull (line 599) | func (sd *Service) unmarshalFull(b []byte, sb *strs.Builder) { method unmarshalFull (line 630) | func (md *Method) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd... function appendOptions (line 672) | func appendOptions(dst, src []byte) []byte { method optionsUnmarshaler (line 683) | func (db *Builder) optionsUnmarshaler(p *protoreflect.ProtoMessage, b []... FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go type FileImports (line 22) | type FileImports method Len (line 24) | func (p *FileImports) Len() int { return le... method Get (line 25) | func (p *FileImports) Get(i int) protoreflect.FileImport { return (*... method Format (line 26) | func (p *FileImports) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 27) | func (p *FileImports) ProtoInternal(pragma.DoNotImplement) {} type Names (line 29) | type Names struct method Len (line 35) | func (p *Names) Len() int { return len(p.Li... method Get (line 36) | func (p *Names) Get(i int) protoreflect.Name { return p.List[i] } method Has (line 37) | func (p *Names) Has(s protoreflect.Name) bool { return p.lazyIn... method Format (line 38) | func (p *Names) Format(s fmt.State, r rune) { descfmt.FormatL... method ProtoInternal (line 39) | func (p *Names) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Names) lazyInit() *Names { method CheckValid (line 54) | func (p *Names) CheckValid() error { type EnumRanges (line 68) | type EnumRanges struct method Len (line 74) | func (p *EnumRanges) Len() int { return le... method Get (line 75) | func (p *EnumRanges) Get(i int) [2]protoreflect.EnumNumber { return p.... method Has (line 76) | func (p *EnumRanges) Has(n protoreflect.EnumNumber) bool { method Format (line 90) | func (p *EnumRanges) Format(s fmt.State, r rune) { descfmt.Fo... method ProtoInternal (line 91) | func (p *EnumRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 92) | func (p *EnumRanges) lazyInit() *EnumRanges { method CheckValid (line 104) | func (p *EnumRanges) CheckValid() error { type enumRange (line 119) | type enumRange method Start (line 121) | func (r enumRange) Start() protoreflect.EnumNumber { return r[0] } method End (line 122) | func (r enumRange) End() protoreflect.EnumNumber { return r[1] } method String (line 123) | func (r enumRange) String() string { type FieldRanges (line 130) | type FieldRanges struct method Len (line 136) | func (p *FieldRanges) Len() int { return ... method Get (line 137) | func (p *FieldRanges) Get(i int) [2]protoreflect.FieldNumber { return ... method Has (line 138) | func (p *FieldRanges) Has(n protoreflect.FieldNumber) bool { method Format (line 152) | func (p *FieldRanges) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 153) | func (p *FieldRanges) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 154) | func (p *FieldRanges) lazyInit() *FieldRanges { method CheckValid (line 166) | func (p *FieldRanges) CheckValid(isMessageSet bool) error { method CheckOverlap (line 193) | func (p *FieldRanges) CheckOverlap(q *FieldRanges) error { function isValidFieldNumber (line 188) | func isValidFieldNumber(n protoreflect.FieldNumber, isMessageSet bool) b... type fieldRange (line 211) | type fieldRange method Start (line 213) | func (r fieldRange) Start() protoreflect.FieldNumber { return r[0] } method End (line 214) | func (r fieldRange) End() protoreflect.FieldNumber { return r[1] - 1 } method String (line 215) | func (r fieldRange) String() string { type FieldNumbers (line 222) | type FieldNumbers struct method Len (line 228) | func (p *FieldNumbers) Len() int { return le... method Get (line 229) | func (p *FieldNumbers) Get(i int) protoreflect.FieldNumber { return p.... method Has (line 230) | func (p *FieldNumbers) Has(n protoreflect.FieldNumber) bool { method Format (line 242) | func (p *FieldNumbers) Format(s fmt.State, r rune) { descfmt.... method ProtoInternal (line 243) | func (p *FieldNumbers) ProtoInternal(pragma.DoNotImplement) {} type OneofFields (line 245) | type OneofFields struct method Len (line 254) | func (p *OneofFields) Len() int { return... method Get (line 255) | func (p *OneofFields) Get(i int) protoreflect.FieldDescriptor { return... method ByName (line 256) | func (p *OneofFields) ByName(s protoreflect.Name) protoreflect.FieldDe... method ByJSONName (line 259) | func (p *OneofFields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 262) | func (p *OneofFields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 265) | func (p *OneofFields) ByNumber(n protoreflect.FieldNumber) protoreflec... method Format (line 268) | func (p *OneofFields) Format(s fmt.State, r rune) { descfmt.F... method ProtoInternal (line 269) | func (p *OneofFields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 271) | func (p *OneofFields) lazyInit() *OneofFields { type SourceLocations (line 290) | type SourceLocations struct method Len (line 305) | func (p *SourceLocations) Len() int { ret... method Get (line 306) | func (p *SourceLocations) Get(i int) protoreflect.SourceLocation { ret... method byKey (line 307) | func (p *SourceLocations) byKey(k pathKey) protoreflect.SourceLocation { method ByPath (line 313) | func (p *SourceLocations) ByPath(path protoreflect.SourcePath) protore... method ByDescriptor (line 316) | func (p *SourceLocations) ByDescriptor(desc protoreflect.Descriptor) p... method lazyInit (line 414) | func (p *SourceLocations) lazyInit() *SourceLocations { method ProtoInternal (line 437) | func (p *SourceLocations) ProtoInternal(pragma.DoNotImplement) {} type pathKey (line 440) | type pathKey struct function newPathKey (line 445) | func newPathKey(p protoreflect.SourcePath) (k pathKey) { FILE: vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go type Enums (line 18) | type Enums struct method Len (line 24) | func (p *Enums) Len() int { method Get (line 27) | func (p *Enums) Get(i int) protoreflect.EnumDescriptor { method ByName (line 30) | func (p *Enums) ByName(s protoreflect.Name) protoreflect.EnumDescriptor { method Format (line 36) | func (p *Enums) Format(s fmt.State, r rune) { method ProtoInternal (line 39) | func (p *Enums) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 40) | func (p *Enums) lazyInit() *Enums { type EnumValues (line 55) | type EnumValues struct method Len (line 62) | func (p *EnumValues) Len() int { method Get (line 65) | func (p *EnumValues) Get(i int) protoreflect.EnumValueDescriptor { method ByName (line 68) | func (p *EnumValues) ByName(s protoreflect.Name) protoreflect.EnumValu... method ByNumber (line 74) | func (p *EnumValues) ByNumber(n protoreflect.EnumNumber) protoreflect.... method Format (line 80) | func (p *EnumValues) Format(s fmt.State, r rune) { method ProtoInternal (line 83) | func (p *EnumValues) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 84) | func (p *EnumValues) lazyInit() *EnumValues { type Messages (line 103) | type Messages struct method Len (line 109) | func (p *Messages) Len() int { method Get (line 112) | func (p *Messages) Get(i int) protoreflect.MessageDescriptor { method ByName (line 115) | func (p *Messages) ByName(s protoreflect.Name) protoreflect.MessageDes... method Format (line 121) | func (p *Messages) Format(s fmt.State, r rune) { method ProtoInternal (line 124) | func (p *Messages) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 125) | func (p *Messages) lazyInit() *Messages { type Fields (line 140) | type Fields struct method Len (line 149) | func (p *Fields) Len() int { method Get (line 152) | func (p *Fields) Get(i int) protoreflect.FieldDescriptor { method ByName (line 155) | func (p *Fields) ByName(s protoreflect.Name) protoreflect.FieldDescrip... method ByJSONName (line 161) | func (p *Fields) ByJSONName(s string) protoreflect.FieldDescriptor { method ByTextName (line 167) | func (p *Fields) ByTextName(s string) protoreflect.FieldDescriptor { method ByNumber (line 173) | func (p *Fields) ByNumber(n protoreflect.FieldNumber) protoreflect.Fie... method Format (line 179) | func (p *Fields) Format(s fmt.State, r rune) { method ProtoInternal (line 182) | func (p *Fields) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 183) | func (p *Fields) lazyInit() *Fields { type Oneofs (line 210) | type Oneofs struct method Len (line 216) | func (p *Oneofs) Len() int { method Get (line 219) | func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { method ByName (line 222) | func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescrip... method Format (line 228) | func (p *Oneofs) Format(s fmt.State, r rune) { method ProtoInternal (line 231) | func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 232) | func (p *Oneofs) lazyInit() *Oneofs { type Extensions (line 247) | type Extensions struct method Len (line 253) | func (p *Extensions) Len() int { method Get (line 256) | func (p *Extensions) Get(i int) protoreflect.ExtensionDescriptor { method ByName (line 259) | func (p *Extensions) ByName(s protoreflect.Name) protoreflect.Extensio... method Format (line 265) | func (p *Extensions) Format(s fmt.State, r rune) { method ProtoInternal (line 268) | func (p *Extensions) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 269) | func (p *Extensions) lazyInit() *Extensions { type Services (line 284) | type Services struct method Len (line 290) | func (p *Services) Len() int { method Get (line 293) | func (p *Services) Get(i int) protoreflect.ServiceDescriptor { method ByName (line 296) | func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDes... method Format (line 302) | func (p *Services) Format(s fmt.State, r rune) { method ProtoInternal (line 305) | func (p *Services) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 306) | func (p *Services) lazyInit() *Services { type Methods (line 321) | type Methods struct method Len (line 327) | func (p *Methods) Len() int { method Get (line 330) | func (p *Methods) Get(i int) protoreflect.MethodDescriptor { method ByName (line 333) | func (p *Methods) ByName(s protoreflect.Name) protoreflect.MethodDescr... method Format (line 339) | func (p *Methods) Format(s fmt.State, r rune) { method ProtoInternal (line 342) | func (p *Methods) ProtoInternal(pragma.DoNotImplement) {} method lazyInit (line 343) | func (p *Methods) lazyInit() *Methods { FILE: vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go type PlaceholderFile (line 31) | type PlaceholderFile method ParentFile (line 33) | func (f PlaceholderFile) ParentFile() protoreflect.FileDescriptor ... method Parent (line 34) | func (f PlaceholderFile) Parent() protoreflect.Descriptor ... method Index (line 35) | func (f PlaceholderFile) Index() int ... method Syntax (line 36) | func (f PlaceholderFile) Syntax() protoreflect.Syntax ... method Name (line 37) | func (f PlaceholderFile) Name() protoreflect.Name ... method FullName (line 38) | func (f PlaceholderFile) FullName() protoreflect.FullName ... method IsPlaceholder (line 39) | func (f PlaceholderFile) IsPlaceholder() bool ... method Options (line 40) | func (f PlaceholderFile) Options() protoreflect.ProtoMessage ... method Path (line 41) | func (f PlaceholderFile) Path() string ... method Package (line 42) | func (f PlaceholderFile) Package() protoreflect.FullName ... method Imports (line 43) | func (f PlaceholderFile) Imports() protoreflect.FileImports ... method Messages (line 44) | func (f PlaceholderFile) Messages() protoreflect.MessageDescriptors ... method Enums (line 45) | func (f PlaceholderFile) Enums() protoreflect.EnumDescriptors ... method Extensions (line 46) | func (f PlaceholderFile) Extensions() protoreflect.ExtensionDescriptor... method Services (line 47) | func (f PlaceholderFile) Services() protoreflect.ServiceDescriptors ... method SourceLocations (line 48) | func (f PlaceholderFile) SourceLocations() protoreflect.SourceLocation... method ProtoType (line 49) | func (f PlaceholderFile) ProtoType(protoreflect.FileDescriptor) ... method ProtoInternal (line 50) | func (f PlaceholderFile) ProtoInternal(pragma.DoNotImplement) ... type PlaceholderEnum (line 53) | type PlaceholderEnum method ParentFile (line 55) | func (e PlaceholderEnum) ParentFile() protoreflect.FileDescriptor { ... method Parent (line 56) | func (e PlaceholderEnum) Parent() protoreflect.Descriptor { ... method Index (line 57) | func (e PlaceholderEnum) Index() int { ... method Syntax (line 58) | func (e PlaceholderEnum) Syntax() protoreflect.Syntax { ... method Name (line 59) | func (e PlaceholderEnum) Name() protoreflect.Name { ... method FullName (line 60) | func (e PlaceholderEnum) FullName() protoreflect.FullName { ... method IsPlaceholder (line 61) | func (e PlaceholderEnum) IsPlaceholder() bool { ... method Options (line 62) | func (e PlaceholderEnum) Options() protoreflect.ProtoMessage { ... method Values (line 63) | func (e PlaceholderEnum) Values() protoreflect.EnumValueDescriptors { ... method ReservedNames (line 64) | func (e PlaceholderEnum) ReservedNames() protoreflect.Names { ... method ReservedRanges (line 65) | func (e PlaceholderEnum) ReservedRanges() protoreflect.EnumRanges { ... method ProtoType (line 66) | func (e PlaceholderEnum) ProtoType(protoreflect.EnumDescriptor) { ... method ProtoInternal (line 67) | func (e PlaceholderEnum) ProtoInternal(pragma.DoNotImplement) { ... type PlaceholderEnumValue (line 70) | type PlaceholderEnumValue method ParentFile (line 72) | func (e PlaceholderEnumValue) ParentFile() protoreflect.FileDescriptor... method Parent (line 73) | func (e PlaceholderEnumValue) Parent() protoreflect.Descriptor ... method Index (line 74) | func (e PlaceholderEnumValue) Index() int ... method Syntax (line 75) | func (e PlaceholderEnumValue) Syntax() protoreflect.Syntax ... method Name (line 76) | func (e PlaceholderEnumValue) Name() protoreflect.Name ... method FullName (line 77) | func (e PlaceholderEnumValue) FullName() protoreflect.FullName ... method IsPlaceholder (line 78) | func (e PlaceholderEnumValue) IsPlaceholder() bool ... method Options (line 79) | func (e PlaceholderEnumValue) Options() protoreflect.ProtoMessage ... method Number (line 80) | func (e PlaceholderEnumValue) Number() protoreflect.EnumNumber ... method ProtoType (line 81) | func (e PlaceholderEnumValue) ProtoType(protoreflect.EnumValueDescript... method ProtoInternal (line 82) | func (e PlaceholderEnumValue) ProtoInternal(pragma.DoNotImplement) ... type PlaceholderMessage (line 85) | type PlaceholderMessage method ParentFile (line 87) | func (m PlaceholderMessage) ParentFile() protoreflect.FileDescriptor ... method Parent (line 88) | func (m PlaceholderMessage) Parent() protoreflect.Descriptor ... method Index (line 89) | func (m PlaceholderMessage) Index() int ... method Syntax (line 90) | func (m PlaceholderMessage) Syntax() protoreflect.Syntax ... method Name (line 91) | func (m PlaceholderMessage) Name() protoreflect.Name ... method FullName (line 92) | func (m PlaceholderMessage) FullName() protoreflect.FullName ... method IsPlaceholder (line 93) | func (m PlaceholderMessage) IsPlaceholder() bool ... method Options (line 94) | func (m PlaceholderMessage) Options() protoreflect.ProtoMessage ... method IsMapEntry (line 95) | func (m PlaceholderMessage) IsMapEntry() bool ... method Fields (line 96) | func (m PlaceholderMessage) Fields() protoreflect.FieldDescriptors ... method Oneofs (line 97) | func (m PlaceholderMessage) Oneofs() protoreflect.OneofDescriptors ... method ReservedNames (line 98) | func (m PlaceholderMessage) ReservedNames() protoreflect.Names ... method ReservedRanges (line 99) | func (m PlaceholderMessage) ReservedRanges() protoreflect.FieldRanges ... method RequiredNumbers (line 100) | func (m PlaceholderMessage) RequiredNumbers() protoreflect.FieldNumber... method ExtensionRanges (line 101) | func (m PlaceholderMessage) ExtensionRanges() protoreflect.FieldRanges... method ExtensionRangeOptions (line 102) | func (m PlaceholderMessage) ExtensionRangeOptions(int) protoreflect.Pr... method Messages (line 105) | func (m PlaceholderMessage) Messages() protoreflect.MessageDescriptors... method Enums (line 106) | func (m PlaceholderMessage) Enums() protoreflect.EnumDescriptors ... method Extensions (line 107) | func (m PlaceholderMessage) Extensions() protoreflect.ExtensionDescrip... method ProtoType (line 108) | func (m PlaceholderMessage) ProtoType(protoreflect.MessageDescriptor) ... method ProtoInternal (line 109) | func (m PlaceholderMessage) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/filetype/build.go type Builder (line 52) | type Builder struct method Build (line 121) | func (tb Builder) Build() (out Out) { type Out (line 117) | type Out struct type depIdxs (line 262) | type depIdxs method Get (line 265) | func (x depIdxs) Get(i, j int32) int32 { type resolverByIndex (line 270) | type resolverByIndex struct method FindEnumByIndex (line 282) | func (r *resolverByIndex) FindEnumByIndex(i, j int32, es []filedesc.En... method FindMessageByIndex (line 290) | func (r *resolverByIndex) FindMessageByIndex(i, j int32, es []filedesc... type fileRegistry (line 275) | type fileRegistry interface FILE: vendor/google.golang.org/protobuf/internal/flags/flags.go constant ProtoLegacy (line 17) | ProtoLegacy = protoLegacy constant LazyUnmarshalExtensions (line 24) | LazyUnmarshalExtensions = ProtoLegacy FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go constant protoLegacy (line 10) | protoLegacy = false FILE: vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go constant protoLegacy (line 10) | protoLegacy = true FILE: vendor/google.golang.org/protobuf/internal/genid/any_gen.go constant File_google_protobuf_any_proto (line 13) | File_google_protobuf_any_proto = "google/protobuf/any.proto" constant Any_message_name (line 17) | Any_message_name protoreflect.Name = "Any" constant Any_message_fullname (line 18) | Any_message_fullname protoreflect.FullName = "google.protobuf.Any" constant Any_TypeUrl_field_name (line 23) | Any_TypeUrl_field_name protoreflect.Name = "type_url" constant Any_Value_field_name (line 24) | Any_Value_field_name protoreflect.Name = "value" constant Any_TypeUrl_field_fullname (line 26) | Any_TypeUrl_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_Value_field_fullname (line 27) | Any_Value_field_fullname protoreflect.FullName = "google.protobuf.Any.... constant Any_TypeUrl_field_number (line 32) | Any_TypeUrl_field_number protoreflect.FieldNumber = 1 constant Any_Value_field_number (line 33) | Any_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/api_gen.go constant File_google_protobuf_api_proto (line 13) | File_google_protobuf_api_proto = "google/protobuf/api.proto" constant Api_message_name (line 17) | Api_message_name protoreflect.Name = "Api" constant Api_message_fullname (line 18) | Api_message_fullname protoreflect.FullName = "google.protobuf.Api" constant Api_Name_field_name (line 23) | Api_Name_field_name protoreflect.Name = "name" constant Api_Methods_field_name (line 24) | Api_Methods_field_name protoreflect.Name = "methods" constant Api_Options_field_name (line 25) | Api_Options_field_name protoreflect.Name = "options" constant Api_Version_field_name (line 26) | Api_Version_field_name protoreflect.Name = "version" constant Api_SourceContext_field_name (line 27) | Api_SourceContext_field_name protoreflect.Name = "source_context" constant Api_Mixins_field_name (line 28) | Api_Mixins_field_name protoreflect.Name = "mixins" constant Api_Syntax_field_name (line 29) | Api_Syntax_field_name protoreflect.Name = "syntax" constant Api_Name_field_fullname (line 31) | Api_Name_field_fullname protoreflect.FullName = "google.protobu... constant Api_Methods_field_fullname (line 32) | Api_Methods_field_fullname protoreflect.FullName = "google.protobu... constant Api_Options_field_fullname (line 33) | Api_Options_field_fullname protoreflect.FullName = "google.protobu... constant Api_Version_field_fullname (line 34) | Api_Version_field_fullname protoreflect.FullName = "google.protobu... constant Api_SourceContext_field_fullname (line 35) | Api_SourceContext_field_fullname protoreflect.FullName = "google.protobu... constant Api_Mixins_field_fullname (line 36) | Api_Mixins_field_fullname protoreflect.FullName = "google.protobu... constant Api_Syntax_field_fullname (line 37) | Api_Syntax_field_fullname protoreflect.FullName = "google.protobu... constant Api_Name_field_number (line 42) | Api_Name_field_number protoreflect.FieldNumber = 1 constant Api_Methods_field_number (line 43) | Api_Methods_field_number protoreflect.FieldNumber = 2 constant Api_Options_field_number (line 44) | Api_Options_field_number protoreflect.FieldNumber = 3 constant Api_Version_field_number (line 45) | Api_Version_field_number protoreflect.FieldNumber = 4 constant Api_SourceContext_field_number (line 46) | Api_SourceContext_field_number protoreflect.FieldNumber = 5 constant Api_Mixins_field_number (line 47) | Api_Mixins_field_number protoreflect.FieldNumber = 6 constant Api_Syntax_field_number (line 48) | Api_Syntax_field_number protoreflect.FieldNumber = 7 constant Method_message_name (line 53) | Method_message_name protoreflect.Name = "Method" constant Method_message_fullname (line 54) | Method_message_fullname protoreflect.FullName = "google.protobuf.Method" constant Method_Name_field_name (line 59) | Method_Name_field_name protoreflect.Name = "name" constant Method_RequestTypeUrl_field_name (line 60) | Method_RequestTypeUrl_field_name protoreflect.Name = "request_type_url" constant Method_RequestStreaming_field_name (line 61) | Method_RequestStreaming_field_name protoreflect.Name = "request_streaming" constant Method_ResponseTypeUrl_field_name (line 62) | Method_ResponseTypeUrl_field_name protoreflect.Name = "response_type_url" constant Method_ResponseStreaming_field_name (line 63) | Method_ResponseStreaming_field_name protoreflect.Name = "response_stream... constant Method_Options_field_name (line 64) | Method_Options_field_name protoreflect.Name = "options" constant Method_Syntax_field_name (line 65) | Method_Syntax_field_name protoreflect.Name = "syntax" constant Method_Name_field_fullname (line 67) | Method_Name_field_fullname protoreflect.FullName = "google.... constant Method_RequestTypeUrl_field_fullname (line 68) | Method_RequestTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_RequestStreaming_field_fullname (line 69) | Method_RequestStreaming_field_fullname protoreflect.FullName = "google.... constant Method_ResponseTypeUrl_field_fullname (line 70) | Method_ResponseTypeUrl_field_fullname protoreflect.FullName = "google.... constant Method_ResponseStreaming_field_fullname (line 71) | Method_ResponseStreaming_field_fullname protoreflect.FullName = "google.... constant Method_Options_field_fullname (line 72) | Method_Options_field_fullname protoreflect.FullName = "google.... constant Method_Syntax_field_fullname (line 73) | Method_Syntax_field_fullname protoreflect.FullName = "google.... constant Method_Name_field_number (line 78) | Method_Name_field_number protoreflect.FieldNumber = 1 constant Method_RequestTypeUrl_field_number (line 79) | Method_RequestTypeUrl_field_number protoreflect.FieldNumber = 2 constant Method_RequestStreaming_field_number (line 80) | Method_RequestStreaming_field_number protoreflect.FieldNumber = 3 constant Method_ResponseTypeUrl_field_number (line 81) | Method_ResponseTypeUrl_field_number protoreflect.FieldNumber = 4 constant Method_ResponseStreaming_field_number (line 82) | Method_ResponseStreaming_field_number protoreflect.FieldNumber = 5 constant Method_Options_field_number (line 83) | Method_Options_field_number protoreflect.FieldNumber = 6 constant Method_Syntax_field_number (line 84) | Method_Syntax_field_number protoreflect.FieldNumber = 7 constant Mixin_message_name (line 89) | Mixin_message_name protoreflect.Name = "Mixin" constant Mixin_message_fullname (line 90) | Mixin_message_fullname protoreflect.FullName = "google.protobuf.Mixin" constant Mixin_Name_field_name (line 95) | Mixin_Name_field_name protoreflect.Name = "name" constant Mixin_Root_field_name (line 96) | Mixin_Root_field_name protoreflect.Name = "root" constant Mixin_Name_field_fullname (line 98) | Mixin_Name_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Root_field_fullname (line 99) | Mixin_Root_field_fullname protoreflect.FullName = "google.protobuf.Mixin... constant Mixin_Name_field_number (line 104) | Mixin_Name_field_number protoreflect.FieldNumber = 1 constant Mixin_Root_field_number (line 105) | Mixin_Root_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/descriptor_gen.go constant File_google_protobuf_descriptor_proto (line 13) | File_google_protobuf_descriptor_proto = "google/protobuf/descriptor.proto" constant FileDescriptorSet_message_name (line 17) | FileDescriptorSet_message_name protoreflect.Name = "FileDescript... constant FileDescriptorSet_message_fullname (line 18) | FileDescriptorSet_message_fullname protoreflect.FullName = "google.proto... constant FileDescriptorSet_File_field_name (line 23) | FileDescriptorSet_File_field_name protoreflect.Name = "file" constant FileDescriptorSet_File_field_fullname (line 25) | FileDescriptorSet_File_field_fullname protoreflect.FullName = "google.pr... constant FileDescriptorSet_File_field_number (line 30) | FileDescriptorSet_File_field_number protoreflect.FieldNumber = 1 constant FileDescriptorProto_message_name (line 35) | FileDescriptorProto_message_name protoreflect.Name = "FileDescri... constant FileDescriptorProto_message_fullname (line 36) | FileDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant FileDescriptorProto_Name_field_name (line 41) | FileDescriptorProto_Name_field_name protoreflect.Name = "name" constant FileDescriptorProto_Package_field_name (line 42) | FileDescriptorProto_Package_field_name protoreflect.Name = "pac... constant FileDescriptorProto_Dependency_field_name (line 43) | FileDescriptorProto_Dependency_field_name protoreflect.Name = "dep... constant FileDescriptorProto_PublicDependency_field_name (line 44) | FileDescriptorProto_PublicDependency_field_name protoreflect.Name = "pub... constant FileDescriptorProto_WeakDependency_field_name (line 45) | FileDescriptorProto_WeakDependency_field_name protoreflect.Name = "wea... constant FileDescriptorProto_MessageType_field_name (line 46) | FileDescriptorProto_MessageType_field_name protoreflect.Name = "mes... constant FileDescriptorProto_EnumType_field_name (line 47) | FileDescriptorProto_EnumType_field_name protoreflect.Name = "enu... constant FileDescriptorProto_Service_field_name (line 48) | FileDescriptorProto_Service_field_name protoreflect.Name = "ser... constant FileDescriptorProto_Extension_field_name (line 49) | FileDescriptorProto_Extension_field_name protoreflect.Name = "ext... constant FileDescriptorProto_Options_field_name (line 50) | FileDescriptorProto_Options_field_name protoreflect.Name = "opt... constant FileDescriptorProto_SourceCodeInfo_field_name (line 51) | FileDescriptorProto_SourceCodeInfo_field_name protoreflect.Name = "sou... constant FileDescriptorProto_Syntax_field_name (line 52) | FileDescriptorProto_Syntax_field_name protoreflect.Name = "syn... constant FileDescriptorProto_Edition_field_name (line 53) | FileDescriptorProto_Edition_field_name protoreflect.Name = "edi... constant FileDescriptorProto_Name_field_fullname (line 55) | FileDescriptorProto_Name_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Package_field_fullname (line 56) | FileDescriptorProto_Package_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Dependency_field_fullname (line 57) | FileDescriptorProto_Dependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_PublicDependency_field_fullname (line 58) | FileDescriptorProto_PublicDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_WeakDependency_field_fullname (line 59) | FileDescriptorProto_WeakDependency_field_fullname protoreflect.FullNam... constant FileDescriptorProto_MessageType_field_fullname (line 60) | FileDescriptorProto_MessageType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_EnumType_field_fullname (line 61) | FileDescriptorProto_EnumType_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Service_field_fullname (line 62) | FileDescriptorProto_Service_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Extension_field_fullname (line 63) | FileDescriptorProto_Extension_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Options_field_fullname (line 64) | FileDescriptorProto_Options_field_fullname protoreflect.FullNam... constant FileDescriptorProto_SourceCodeInfo_field_fullname (line 65) | FileDescriptorProto_SourceCodeInfo_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Syntax_field_fullname (line 66) | FileDescriptorProto_Syntax_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Edition_field_fullname (line 67) | FileDescriptorProto_Edition_field_fullname protoreflect.FullNam... constant FileDescriptorProto_Name_field_number (line 72) | FileDescriptorProto_Name_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Package_field_number (line 73) | FileDescriptorProto_Package_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Dependency_field_number (line 74) | FileDescriptorProto_Dependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_PublicDependency_field_number (line 75) | FileDescriptorProto_PublicDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_WeakDependency_field_number (line 76) | FileDescriptorProto_WeakDependency_field_number protoreflect.FieldNumb... constant FileDescriptorProto_MessageType_field_number (line 77) | FileDescriptorProto_MessageType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_EnumType_field_number (line 78) | FileDescriptorProto_EnumType_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Service_field_number (line 79) | FileDescriptorProto_Service_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Extension_field_number (line 80) | FileDescriptorProto_Extension_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Options_field_number (line 81) | FileDescriptorProto_Options_field_number protoreflect.FieldNumb... constant FileDescriptorProto_SourceCodeInfo_field_number (line 82) | FileDescriptorProto_SourceCodeInfo_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Syntax_field_number (line 83) | FileDescriptorProto_Syntax_field_number protoreflect.FieldNumb... constant FileDescriptorProto_Edition_field_number (line 84) | FileDescriptorProto_Edition_field_number protoreflect.FieldNumb... constant DescriptorProto_message_name (line 89) | DescriptorProto_message_name protoreflect.Name = "DescriptorProto" constant DescriptorProto_message_fullname (line 90) | DescriptorProto_message_fullname protoreflect.FullName = "google.protobu... constant DescriptorProto_Name_field_name (line 95) | DescriptorProto_Name_field_name protoreflect.Name = "name" constant DescriptorProto_Field_field_name (line 96) | DescriptorProto_Field_field_name protoreflect.Name = "field" constant DescriptorProto_Extension_field_name (line 97) | DescriptorProto_Extension_field_name protoreflect.Name = "extension" constant DescriptorProto_NestedType_field_name (line 98) | DescriptorProto_NestedType_field_name protoreflect.Name = "nested_type" constant DescriptorProto_EnumType_field_name (line 99) | DescriptorProto_EnumType_field_name protoreflect.Name = "enum_type" constant DescriptorProto_ExtensionRange_field_name (line 100) | DescriptorProto_ExtensionRange_field_name protoreflect.Name = "extension... constant DescriptorProto_OneofDecl_field_name (line 101) | DescriptorProto_OneofDecl_field_name protoreflect.Name = "oneof_decl" constant DescriptorProto_Options_field_name (line 102) | DescriptorProto_Options_field_name protoreflect.Name = "options" constant DescriptorProto_ReservedRange_field_name (line 103) | DescriptorProto_ReservedRange_field_name protoreflect.Name = "reserved_... constant DescriptorProto_ReservedName_field_name (line 104) | DescriptorProto_ReservedName_field_name protoreflect.Name = "reserved_... constant DescriptorProto_Name_field_fullname (line 106) | DescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Field_field_fullname (line 107) | DescriptorProto_Field_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Extension_field_fullname (line 108) | DescriptorProto_Extension_field_fullname protoreflect.FullName = "g... constant DescriptorProto_NestedType_field_fullname (line 109) | DescriptorProto_NestedType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_EnumType_field_fullname (line 110) | DescriptorProto_EnumType_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ExtensionRange_field_fullname (line 111) | DescriptorProto_ExtensionRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_OneofDecl_field_fullname (line 112) | DescriptorProto_OneofDecl_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Options_field_fullname (line 113) | DescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedRange_field_fullname (line 114) | DescriptorProto_ReservedRange_field_fullname protoreflect.FullName = "g... constant DescriptorProto_ReservedName_field_fullname (line 115) | DescriptorProto_ReservedName_field_fullname protoreflect.FullName = "g... constant DescriptorProto_Name_field_number (line 120) | DescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant DescriptorProto_Field_field_number (line 121) | DescriptorProto_Field_field_number protoreflect.FieldNumber = 2 constant DescriptorProto_Extension_field_number (line 122) | DescriptorProto_Extension_field_number protoreflect.FieldNumber = 6 constant DescriptorProto_NestedType_field_number (line 123) | DescriptorProto_NestedType_field_number protoreflect.FieldNumber = 3 constant DescriptorProto_EnumType_field_number (line 124) | DescriptorProto_EnumType_field_number protoreflect.FieldNumber = 4 constant DescriptorProto_ExtensionRange_field_number (line 125) | DescriptorProto_ExtensionRange_field_number protoreflect.FieldNumber = 5 constant DescriptorProto_OneofDecl_field_number (line 126) | DescriptorProto_OneofDecl_field_number protoreflect.FieldNumber = 8 constant DescriptorProto_Options_field_number (line 127) | DescriptorProto_Options_field_number protoreflect.FieldNumber = 7 constant DescriptorProto_ReservedRange_field_number (line 128) | DescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 9 constant DescriptorProto_ReservedName_field_number (line 129) | DescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 10 constant DescriptorProto_ExtensionRange_message_name (line 134) | DescriptorProto_ExtensionRange_message_name protoreflect.Name = ... constant DescriptorProto_ExtensionRange_message_fullname (line 135) | DescriptorProto_ExtensionRange_message_fullname protoreflect.FullName = ... constant DescriptorProto_ExtensionRange_Start_field_name (line 140) | DescriptorProto_ExtensionRange_Start_field_name protoreflect.Name = "s... constant DescriptorProto_ExtensionRange_End_field_name (line 141) | DescriptorProto_ExtensionRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ExtensionRange_Options_field_name (line 142) | DescriptorProto_ExtensionRange_Options_field_name protoreflect.Name = "o... constant DescriptorProto_ExtensionRange_Start_field_fullname (line 144) | DescriptorProto_ExtensionRange_Start_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_End_field_fullname (line 145) | DescriptorProto_ExtensionRange_End_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Options_field_fullname (line 146) | DescriptorProto_ExtensionRange_Options_field_fullname protoreflect.FullN... constant DescriptorProto_ExtensionRange_Start_field_number (line 151) | DescriptorProto_ExtensionRange_Start_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_End_field_number (line 152) | DescriptorProto_ExtensionRange_End_field_number protoreflect.FieldNu... constant DescriptorProto_ExtensionRange_Options_field_number (line 153) | DescriptorProto_ExtensionRange_Options_field_number protoreflect.FieldNu... constant DescriptorProto_ReservedRange_message_name (line 158) | DescriptorProto_ReservedRange_message_name protoreflect.Name = "... constant DescriptorProto_ReservedRange_message_fullname (line 159) | DescriptorProto_ReservedRange_message_fullname protoreflect.FullName = "... constant DescriptorProto_ReservedRange_Start_field_name (line 164) | DescriptorProto_ReservedRange_Start_field_name protoreflect.Name = "start" constant DescriptorProto_ReservedRange_End_field_name (line 165) | DescriptorProto_ReservedRange_End_field_name protoreflect.Name = "end" constant DescriptorProto_ReservedRange_Start_field_fullname (line 167) | DescriptorProto_ReservedRange_Start_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_End_field_fullname (line 168) | DescriptorProto_ReservedRange_End_field_fullname protoreflect.FullName... constant DescriptorProto_ReservedRange_Start_field_number (line 173) | DescriptorProto_ReservedRange_Start_field_number protoreflect.FieldNumbe... constant DescriptorProto_ReservedRange_End_field_number (line 174) | DescriptorProto_ReservedRange_End_field_number protoreflect.FieldNumbe... constant ExtensionRangeOptions_message_name (line 179) | ExtensionRangeOptions_message_name protoreflect.Name = "Extensio... constant ExtensionRangeOptions_message_fullname (line 180) | ExtensionRangeOptions_message_fullname protoreflect.FullName = "google.p... constant ExtensionRangeOptions_UninterpretedOption_field_name (line 185) | ExtensionRangeOptions_UninterpretedOption_field_name protoreflect.Name =... constant ExtensionRangeOptions_Declaration_field_name (line 186) | ExtensionRangeOptions_Declaration_field_name protoreflect.Name =... constant ExtensionRangeOptions_Verification_field_name (line 187) | ExtensionRangeOptions_Verification_field_name protoreflect.Name =... constant ExtensionRangeOptions_UninterpretedOption_field_fullname (line 189) | ExtensionRangeOptions_UninterpretedOption_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_Declaration_field_fullname (line 190) | ExtensionRangeOptions_Declaration_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_Verification_field_fullname (line 191) | ExtensionRangeOptions_Verification_field_fullname protoreflect.Fu... constant ExtensionRangeOptions_UninterpretedOption_field_number (line 196) | ExtensionRangeOptions_UninterpretedOption_field_number protoreflect.Fiel... constant ExtensionRangeOptions_Declaration_field_number (line 197) | ExtensionRangeOptions_Declaration_field_number protoreflect.Fiel... constant ExtensionRangeOptions_Verification_field_number (line 198) | ExtensionRangeOptions_Verification_field_number protoreflect.Fiel... constant ExtensionRangeOptions_VerificationState_enum_fullname (line 203) | ExtensionRangeOptions_VerificationState_enum_fullname = "google.protobuf... constant ExtensionRangeOptions_VerificationState_enum_name (line 204) | ExtensionRangeOptions_VerificationState_enum_name = "VerificationState" constant ExtensionRangeOptions_Declaration_message_name (line 209) | ExtensionRangeOptions_Declaration_message_name protoreflect.Name ... constant ExtensionRangeOptions_Declaration_message_fullname (line 210) | ExtensionRangeOptions_Declaration_message_fullname protoreflect.FullName... constant ExtensionRangeOptions_Declaration_Number_field_name (line 215) | ExtensionRangeOptions_Declaration_Number_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_FullName_field_name (line 216) | ExtensionRangeOptions_Declaration_FullName_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_Type_field_name (line 217) | ExtensionRangeOptions_Declaration_Type_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_IsRepeated_field_name (line 218) | ExtensionRangeOptions_Declaration_IsRepeated_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_Reserved_field_name (line 219) | ExtensionRangeOptions_Declaration_Reserved_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_Repeated_field_name (line 220) | ExtensionRangeOptions_Declaration_Repeated_field_name protoreflect.Nam... constant ExtensionRangeOptions_Declaration_Number_field_fullname (line 222) | ExtensionRangeOptions_Declaration_Number_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_FullName_field_fullname (line 223) | ExtensionRangeOptions_Declaration_FullName_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_Type_field_fullname (line 224) | ExtensionRangeOptions_Declaration_Type_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_IsRepeated_field_fullname (line 225) | ExtensionRangeOptions_Declaration_IsRepeated_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_Reserved_field_fullname (line 226) | ExtensionRangeOptions_Declaration_Reserved_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_Repeated_field_fullname (line 227) | ExtensionRangeOptions_Declaration_Repeated_field_fullname protoreflect... constant ExtensionRangeOptions_Declaration_Number_field_number (line 232) | ExtensionRangeOptions_Declaration_Number_field_number protoreflect.F... constant ExtensionRangeOptions_Declaration_FullName_field_number (line 233) | ExtensionRangeOptions_Declaration_FullName_field_number protoreflect.F... constant ExtensionRangeOptions_Declaration_Type_field_number (line 234) | ExtensionRangeOptions_Declaration_Type_field_number protoreflect.F... constant ExtensionRangeOptions_Declaration_IsRepeated_field_number (line 235) | ExtensionRangeOptions_Declaration_IsRepeated_field_number protoreflect.F... constant ExtensionRangeOptions_Declaration_Reserved_field_number (line 236) | ExtensionRangeOptions_Declaration_Reserved_field_number protoreflect.F... constant ExtensionRangeOptions_Declaration_Repeated_field_number (line 237) | ExtensionRangeOptions_Declaration_Repeated_field_number protoreflect.F... constant FieldDescriptorProto_message_name (line 242) | FieldDescriptorProto_message_name protoreflect.Name = "FieldDesc... constant FieldDescriptorProto_message_fullname (line 243) | FieldDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant FieldDescriptorProto_Name_field_name (line 248) | FieldDescriptorProto_Name_field_name protoreflect.Name = "name" constant FieldDescriptorProto_Number_field_name (line 249) | FieldDescriptorProto_Number_field_name protoreflect.Name = "number" constant FieldDescriptorProto_Label_field_name (line 250) | FieldDescriptorProto_Label_field_name protoreflect.Name = "label" constant FieldDescriptorProto_Type_field_name (line 251) | FieldDescriptorProto_Type_field_name protoreflect.Name = "type" constant FieldDescriptorProto_TypeName_field_name (line 252) | FieldDescriptorProto_TypeName_field_name protoreflect.Name = "type... constant FieldDescriptorProto_Extendee_field_name (line 253) | FieldDescriptorProto_Extendee_field_name protoreflect.Name = "exte... constant FieldDescriptorProto_DefaultValue_field_name (line 254) | FieldDescriptorProto_DefaultValue_field_name protoreflect.Name = "defa... constant FieldDescriptorProto_OneofIndex_field_name (line 255) | FieldDescriptorProto_OneofIndex_field_name protoreflect.Name = "oneo... constant FieldDescriptorProto_JsonName_field_name (line 256) | FieldDescriptorProto_JsonName_field_name protoreflect.Name = "json... constant FieldDescriptorProto_Options_field_name (line 257) | FieldDescriptorProto_Options_field_name protoreflect.Name = "opti... constant FieldDescriptorProto_Proto3Optional_field_name (line 258) | FieldDescriptorProto_Proto3Optional_field_name protoreflect.Name = "prot... constant FieldDescriptorProto_Name_field_fullname (line 260) | FieldDescriptorProto_Name_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Number_field_fullname (line 261) | FieldDescriptorProto_Number_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Label_field_fullname (line 262) | FieldDescriptorProto_Label_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Type_field_fullname (line 263) | FieldDescriptorProto_Type_field_fullname protoreflect.FullName... constant FieldDescriptorProto_TypeName_field_fullname (line 264) | FieldDescriptorProto_TypeName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Extendee_field_fullname (line 265) | FieldDescriptorProto_Extendee_field_fullname protoreflect.FullName... constant FieldDescriptorProto_DefaultValue_field_fullname (line 266) | FieldDescriptorProto_DefaultValue_field_fullname protoreflect.FullName... constant FieldDescriptorProto_OneofIndex_field_fullname (line 267) | FieldDescriptorProto_OneofIndex_field_fullname protoreflect.FullName... constant FieldDescriptorProto_JsonName_field_fullname (line 268) | FieldDescriptorProto_JsonName_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Options_field_fullname (line 269) | FieldDescriptorProto_Options_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Proto3Optional_field_fullname (line 270) | FieldDescriptorProto_Proto3Optional_field_fullname protoreflect.FullName... constant FieldDescriptorProto_Name_field_number (line 275) | FieldDescriptorProto_Name_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Number_field_number (line 276) | FieldDescriptorProto_Number_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Label_field_number (line 277) | FieldDescriptorProto_Label_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_field_number (line 278) | FieldDescriptorProto_Type_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_TypeName_field_number (line 279) | FieldDescriptorProto_TypeName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Extendee_field_number (line 280) | FieldDescriptorProto_Extendee_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_DefaultValue_field_number (line 281) | FieldDescriptorProto_DefaultValue_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_OneofIndex_field_number (line 282) | FieldDescriptorProto_OneofIndex_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_JsonName_field_number (line 283) | FieldDescriptorProto_JsonName_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Options_field_number (line 284) | FieldDescriptorProto_Options_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Proto3Optional_field_number (line 285) | FieldDescriptorProto_Proto3Optional_field_number protoreflect.FieldNumbe... constant FieldDescriptorProto_Type_enum_fullname (line 290) | FieldDescriptorProto_Type_enum_fullname = "google.protobuf.FieldDescript... constant FieldDescriptorProto_Type_enum_name (line 291) | FieldDescriptorProto_Type_enum_name = "Type" constant FieldDescriptorProto_Label_enum_fullname (line 296) | FieldDescriptorProto_Label_enum_fullname = "google.protobuf.FieldDescrip... constant FieldDescriptorProto_Label_enum_name (line 297) | FieldDescriptorProto_Label_enum_name = "Label" constant OneofDescriptorProto_message_name (line 302) | OneofDescriptorProto_message_name protoreflect.Name = "OneofDesc... constant OneofDescriptorProto_message_fullname (line 303) | OneofDescriptorProto_message_fullname protoreflect.FullName = "google.pr... constant OneofDescriptorProto_Name_field_name (line 308) | OneofDescriptorProto_Name_field_name protoreflect.Name = "name" constant OneofDescriptorProto_Options_field_name (line 309) | OneofDescriptorProto_Options_field_name protoreflect.Name = "options" constant OneofDescriptorProto_Name_field_fullname (line 311) | OneofDescriptorProto_Name_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Options_field_fullname (line 312) | OneofDescriptorProto_Options_field_fullname protoreflect.FullName = "goo... constant OneofDescriptorProto_Name_field_number (line 317) | OneofDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant OneofDescriptorProto_Options_field_number (line 318) | OneofDescriptorProto_Options_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_message_name (line 323) | EnumDescriptorProto_message_name protoreflect.Name = "EnumDescri... constant EnumDescriptorProto_message_fullname (line 324) | EnumDescriptorProto_message_fullname protoreflect.FullName = "google.pro... constant EnumDescriptorProto_Name_field_name (line 329) | EnumDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumDescriptorProto_Value_field_name (line 330) | EnumDescriptorProto_Value_field_name protoreflect.Name = "value" constant EnumDescriptorProto_Options_field_name (line 331) | EnumDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumDescriptorProto_ReservedRange_field_name (line 332) | EnumDescriptorProto_ReservedRange_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_ReservedName_field_name (line 333) | EnumDescriptorProto_ReservedName_field_name protoreflect.Name = "reserv... constant EnumDescriptorProto_Name_field_fullname (line 335) | EnumDescriptorProto_Name_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Value_field_fullname (line 336) | EnumDescriptorProto_Value_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Options_field_fullname (line 337) | EnumDescriptorProto_Options_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedRange_field_fullname (line 338) | EnumDescriptorProto_ReservedRange_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_ReservedName_field_fullname (line 339) | EnumDescriptorProto_ReservedName_field_fullname protoreflect.FullName =... constant EnumDescriptorProto_Name_field_number (line 344) | EnumDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumDescriptorProto_Value_field_number (line 345) | EnumDescriptorProto_Value_field_number protoreflect.FieldNumber = 2 constant EnumDescriptorProto_Options_field_number (line 346) | EnumDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant EnumDescriptorProto_ReservedRange_field_number (line 347) | EnumDescriptorProto_ReservedRange_field_number protoreflect.FieldNumber = 4 constant EnumDescriptorProto_ReservedName_field_number (line 348) | EnumDescriptorProto_ReservedName_field_number protoreflect.FieldNumber = 5 constant EnumDescriptorProto_EnumReservedRange_message_name (line 353) | EnumDescriptorProto_EnumReservedRange_message_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_message_fullname (line 354) | EnumDescriptorProto_EnumReservedRange_message_fullname protoreflect.Full... constant EnumDescriptorProto_EnumReservedRange_Start_field_name (line 359) | EnumDescriptorProto_EnumReservedRange_Start_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_End_field_name (line 360) | EnumDescriptorProto_EnumReservedRange_End_field_name protoreflect.Name... constant EnumDescriptorProto_EnumReservedRange_Start_field_fullname (line 362) | EnumDescriptorProto_EnumReservedRange_Start_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_End_field_fullname (line 363) | EnumDescriptorProto_EnumReservedRange_End_field_fullname protoreflect.... constant EnumDescriptorProto_EnumReservedRange_Start_field_number (line 368) | EnumDescriptorProto_EnumReservedRange_Start_field_number protoreflect.Fi... constant EnumDescriptorProto_EnumReservedRange_End_field_number (line 369) | EnumDescriptorProto_EnumReservedRange_End_field_number protoreflect.Fi... constant EnumValueDescriptorProto_message_name (line 374) | EnumValueDescriptorProto_message_name protoreflect.Name = "EnumV... constant EnumValueDescriptorProto_message_fullname (line 375) | EnumValueDescriptorProto_message_fullname protoreflect.FullName = "googl... constant EnumValueDescriptorProto_Name_field_name (line 380) | EnumValueDescriptorProto_Name_field_name protoreflect.Name = "name" constant EnumValueDescriptorProto_Number_field_name (line 381) | EnumValueDescriptorProto_Number_field_name protoreflect.Name = "number" constant EnumValueDescriptorProto_Options_field_name (line 382) | EnumValueDescriptorProto_Options_field_name protoreflect.Name = "options" constant EnumValueDescriptorProto_Name_field_fullname (line 384) | EnumValueDescriptorProto_Name_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Number_field_fullname (line 385) | EnumValueDescriptorProto_Number_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Options_field_fullname (line 386) | EnumValueDescriptorProto_Options_field_fullname protoreflect.FullName = ... constant EnumValueDescriptorProto_Name_field_number (line 391) | EnumValueDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant EnumValueDescriptorProto_Number_field_number (line 392) | EnumValueDescriptorProto_Number_field_number protoreflect.FieldNumber = 2 constant EnumValueDescriptorProto_Options_field_number (line 393) | EnumValueDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant ServiceDescriptorProto_message_name (line 398) | ServiceDescriptorProto_message_name protoreflect.Name = "Service... constant ServiceDescriptorProto_message_fullname (line 399) | ServiceDescriptorProto_message_fullname protoreflect.FullName = "google.... constant ServiceDescriptorProto_Name_field_name (line 404) | ServiceDescriptorProto_Name_field_name protoreflect.Name = "name" constant ServiceDescriptorProto_Method_field_name (line 405) | ServiceDescriptorProto_Method_field_name protoreflect.Name = "method" constant ServiceDescriptorProto_Options_field_name (line 406) | ServiceDescriptorProto_Options_field_name protoreflect.Name = "options" constant ServiceDescriptorProto_Name_field_fullname (line 408) | ServiceDescriptorProto_Name_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Method_field_fullname (line 409) | ServiceDescriptorProto_Method_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Options_field_fullname (line 410) | ServiceDescriptorProto_Options_field_fullname protoreflect.FullName = "g... constant ServiceDescriptorProto_Name_field_number (line 415) | ServiceDescriptorProto_Name_field_number protoreflect.FieldNumber = 1 constant ServiceDescriptorProto_Method_field_number (line 416) | ServiceDescriptorProto_Method_field_number protoreflect.FieldNumber = 2 constant ServiceDescriptorProto_Options_field_number (line 417) | ServiceDescriptorProto_Options_field_number protoreflect.FieldNumber = 3 constant MethodDescriptorProto_message_name (line 422) | MethodDescriptorProto_message_name protoreflect.Name = "MethodDe... constant MethodDescriptorProto_message_fullname (line 423) | MethodDescriptorProto_message_fullname protoreflect.FullName = "google.p... constant MethodDescriptorProto_Name_field_name (line 428) | MethodDescriptorProto_Name_field_name protoreflect.Name = "name" constant MethodDescriptorProto_InputType_field_name (line 429) | MethodDescriptorProto_InputType_field_name protoreflect.Name = "in... constant MethodDescriptorProto_OutputType_field_name (line 430) | MethodDescriptorProto_OutputType_field_name protoreflect.Name = "ou... constant MethodDescriptorProto_Options_field_name (line 431) | MethodDescriptorProto_Options_field_name protoreflect.Name = "op... constant MethodDescriptorProto_ClientStreaming_field_name (line 432) | MethodDescriptorProto_ClientStreaming_field_name protoreflect.Name = "cl... constant MethodDescriptorProto_ServerStreaming_field_name (line 433) | MethodDescriptorProto_ServerStreaming_field_name protoreflect.Name = "se... constant MethodDescriptorProto_Name_field_fullname (line 435) | MethodDescriptorProto_Name_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_InputType_field_fullname (line 436) | MethodDescriptorProto_InputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_OutputType_field_fullname (line 437) | MethodDescriptorProto_OutputType_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Options_field_fullname (line 438) | MethodDescriptorProto_Options_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ClientStreaming_field_fullname (line 439) | MethodDescriptorProto_ClientStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_ServerStreaming_field_fullname (line 440) | MethodDescriptorProto_ServerStreaming_field_fullname protoreflect.FullNa... constant MethodDescriptorProto_Name_field_number (line 445) | MethodDescriptorProto_Name_field_number protoreflect.FieldNum... constant MethodDescriptorProto_InputType_field_number (line 446) | MethodDescriptorProto_InputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_OutputType_field_number (line 447) | MethodDescriptorProto_OutputType_field_number protoreflect.FieldNum... constant MethodDescriptorProto_Options_field_number (line 448) | MethodDescriptorProto_Options_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ClientStreaming_field_number (line 449) | MethodDescriptorProto_ClientStreaming_field_number protoreflect.FieldNum... constant MethodDescriptorProto_ServerStreaming_field_number (line 450) | MethodDescriptorProto_ServerStreaming_field_number protoreflect.FieldNum... constant FileOptions_message_name (line 455) | FileOptions_message_name protoreflect.Name = "FileOptions" constant FileOptions_message_fullname (line 456) | FileOptions_message_fullname protoreflect.FullName = "google.protobuf.Fi... constant FileOptions_JavaPackage_field_name (line 461) | FileOptions_JavaPackage_field_name protoreflect.Name = "ja... constant FileOptions_JavaOuterClassname_field_name (line 462) | FileOptions_JavaOuterClassname_field_name protoreflect.Name = "ja... constant FileOptions_JavaMultipleFiles_field_name (line 463) | FileOptions_JavaMultipleFiles_field_name protoreflect.Name = "ja... constant FileOptions_JavaGenerateEqualsAndHash_field_name (line 464) | FileOptions_JavaGenerateEqualsAndHash_field_name protoreflect.Name = "ja... constant FileOptions_JavaStringCheckUtf8_field_name (line 465) | FileOptions_JavaStringCheckUtf8_field_name protoreflect.Name = "ja... constant FileOptions_OptimizeFor_field_name (line 466) | FileOptions_OptimizeFor_field_name protoreflect.Name = "op... constant FileOptions_GoPackage_field_name (line 467) | FileOptions_GoPackage_field_name protoreflect.Name = "go... constant FileOptions_CcGenericServices_field_name (line 468) | FileOptions_CcGenericServices_field_name protoreflect.Name = "cc... constant FileOptions_JavaGenericServices_field_name (line 469) | FileOptions_JavaGenericServices_field_name protoreflect.Name = "ja... constant FileOptions_PyGenericServices_field_name (line 470) | FileOptions_PyGenericServices_field_name protoreflect.Name = "py... constant FileOptions_PhpGenericServices_field_name (line 471) | FileOptions_PhpGenericServices_field_name protoreflect.Name = "ph... constant FileOptions_Deprecated_field_name (line 472) | FileOptions_Deprecated_field_name protoreflect.Name = "de... constant FileOptions_CcEnableArenas_field_name (line 473) | FileOptions_CcEnableArenas_field_name protoreflect.Name = "cc... constant FileOptions_ObjcClassPrefix_field_name (line 474) | FileOptions_ObjcClassPrefix_field_name protoreflect.Name = "ob... constant FileOptions_CsharpNamespace_field_name (line 475) | FileOptions_CsharpNamespace_field_name protoreflect.Name = "cs... constant FileOptions_SwiftPrefix_field_name (line 476) | FileOptions_SwiftPrefix_field_name protoreflect.Name = "sw... constant FileOptions_PhpClassPrefix_field_name (line 477) | FileOptions_PhpClassPrefix_field_name protoreflect.Name = "ph... constant FileOptions_PhpNamespace_field_name (line 478) | FileOptions_PhpNamespace_field_name protoreflect.Name = "ph... constant FileOptions_PhpMetadataNamespace_field_name (line 479) | FileOptions_PhpMetadataNamespace_field_name protoreflect.Name = "ph... constant FileOptions_RubyPackage_field_name (line 480) | FileOptions_RubyPackage_field_name protoreflect.Name = "ru... constant FileOptions_UninterpretedOption_field_name (line 481) | FileOptions_UninterpretedOption_field_name protoreflect.Name = "un... constant FileOptions_JavaPackage_field_fullname (line 483) | FileOptions_JavaPackage_field_fullname protoreflect.FullNa... constant FileOptions_JavaOuterClassname_field_fullname (line 484) | FileOptions_JavaOuterClassname_field_fullname protoreflect.FullNa... constant FileOptions_JavaMultipleFiles_field_fullname (line 485) | FileOptions_JavaMultipleFiles_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenerateEqualsAndHash_field_fullname (line 486) | FileOptions_JavaGenerateEqualsAndHash_field_fullname protoreflect.FullNa... constant FileOptions_JavaStringCheckUtf8_field_fullname (line 487) | FileOptions_JavaStringCheckUtf8_field_fullname protoreflect.FullNa... constant FileOptions_OptimizeFor_field_fullname (line 488) | FileOptions_OptimizeFor_field_fullname protoreflect.FullNa... constant FileOptions_GoPackage_field_fullname (line 489) | FileOptions_GoPackage_field_fullname protoreflect.FullNa... constant FileOptions_CcGenericServices_field_fullname (line 490) | FileOptions_CcGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_JavaGenericServices_field_fullname (line 491) | FileOptions_JavaGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PyGenericServices_field_fullname (line 492) | FileOptions_PyGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_PhpGenericServices_field_fullname (line 493) | FileOptions_PhpGenericServices_field_fullname protoreflect.FullNa... constant FileOptions_Deprecated_field_fullname (line 494) | FileOptions_Deprecated_field_fullname protoreflect.FullNa... constant FileOptions_CcEnableArenas_field_fullname (line 495) | FileOptions_CcEnableArenas_field_fullname protoreflect.FullNa... constant FileOptions_ObjcClassPrefix_field_fullname (line 496) | FileOptions_ObjcClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_CsharpNamespace_field_fullname (line 497) | FileOptions_CsharpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_SwiftPrefix_field_fullname (line 498) | FileOptions_SwiftPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpClassPrefix_field_fullname (line 499) | FileOptions_PhpClassPrefix_field_fullname protoreflect.FullNa... constant FileOptions_PhpNamespace_field_fullname (line 500) | FileOptions_PhpNamespace_field_fullname protoreflect.FullNa... constant FileOptions_PhpMetadataNamespace_field_fullname (line 501) | FileOptions_PhpMetadataNamespace_field_fullname protoreflect.FullNa... constant FileOptions_RubyPackage_field_fullname (line 502) | FileOptions_RubyPackage_field_fullname protoreflect.FullNa... constant FileOptions_UninterpretedOption_field_fullname (line 503) | FileOptions_UninterpretedOption_field_fullname protoreflect.FullNa... constant FileOptions_JavaPackage_field_number (line 508) | FileOptions_JavaPackage_field_number protoreflect.FieldNum... constant FileOptions_JavaOuterClassname_field_number (line 509) | FileOptions_JavaOuterClassname_field_number protoreflect.FieldNum... constant FileOptions_JavaMultipleFiles_field_number (line 510) | FileOptions_JavaMultipleFiles_field_number protoreflect.FieldNum... constant FileOptions_JavaGenerateEqualsAndHash_field_number (line 511) | FileOptions_JavaGenerateEqualsAndHash_field_number protoreflect.FieldNum... constant FileOptions_JavaStringCheckUtf8_field_number (line 512) | FileOptions_JavaStringCheckUtf8_field_number protoreflect.FieldNum... constant FileOptions_OptimizeFor_field_number (line 513) | FileOptions_OptimizeFor_field_number protoreflect.FieldNum... constant FileOptions_GoPackage_field_number (line 514) | FileOptions_GoPackage_field_number protoreflect.FieldNum... constant FileOptions_CcGenericServices_field_number (line 515) | FileOptions_CcGenericServices_field_number protoreflect.FieldNum... constant FileOptions_JavaGenericServices_field_number (line 516) | FileOptions_JavaGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PyGenericServices_field_number (line 517) | FileOptions_PyGenericServices_field_number protoreflect.FieldNum... constant FileOptions_PhpGenericServices_field_number (line 518) | FileOptions_PhpGenericServices_field_number protoreflect.FieldNum... constant FileOptions_Deprecated_field_number (line 519) | FileOptions_Deprecated_field_number protoreflect.FieldNum... constant FileOptions_CcEnableArenas_field_number (line 520) | FileOptions_CcEnableArenas_field_number protoreflect.FieldNum... constant FileOptions_ObjcClassPrefix_field_number (line 521) | FileOptions_ObjcClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_CsharpNamespace_field_number (line 522) | FileOptions_CsharpNamespace_field_number protoreflect.FieldNum... constant FileOptions_SwiftPrefix_field_number (line 523) | FileOptions_SwiftPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpClassPrefix_field_number (line 524) | FileOptions_PhpClassPrefix_field_number protoreflect.FieldNum... constant FileOptions_PhpNamespace_field_number (line 525) | FileOptions_PhpNamespace_field_number protoreflect.FieldNum... constant FileOptions_PhpMetadataNamespace_field_number (line 526) | FileOptions_PhpMetadataNamespace_field_number protoreflect.FieldNum... constant FileOptions_RubyPackage_field_number (line 527) | FileOptions_RubyPackage_field_number protoreflect.FieldNum... constant FileOptions_UninterpretedOption_field_number (line 528) | FileOptions_UninterpretedOption_field_number protoreflect.FieldNum... constant FileOptions_OptimizeMode_enum_fullname (line 533) | FileOptions_OptimizeMode_enum_fullname = "google.protobuf.FileOptions.Op... constant FileOptions_OptimizeMode_enum_name (line 534) | FileOptions_OptimizeMode_enum_name = "OptimizeMode" constant MessageOptions_message_name (line 539) | MessageOptions_message_name protoreflect.Name = "MessageOptions" constant MessageOptions_message_fullname (line 540) | MessageOptions_message_fullname protoreflect.FullName = "google.protobuf... constant MessageOptions_MessageSetWireFormat_field_name (line 545) | MessageOptions_MessageSetWireFormat_field_name protoreflec... constant MessageOptions_NoStandardDescriptorAccessor_field_name (line 546) | MessageOptions_NoStandardDescriptorAccessor_field_name protoreflec... constant MessageOptions_Deprecated_field_name (line 547) | MessageOptions_Deprecated_field_name protoreflec... constant MessageOptions_MapEntry_field_name (line 548) | MessageOptions_MapEntry_field_name protoreflec... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_name (line 549) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflec... constant MessageOptions_UninterpretedOption_field_name (line 550) | MessageOptions_UninterpretedOption_field_name protoreflec... constant MessageOptions_MessageSetWireFormat_field_fullname (line 552) | MessageOptions_MessageSetWireFormat_field_fullname protore... constant MessageOptions_NoStandardDescriptorAccessor_field_fullname (line 553) | MessageOptions_NoStandardDescriptorAccessor_field_fullname protore... constant MessageOptions_Deprecated_field_fullname (line 554) | MessageOptions_Deprecated_field_fullname protore... constant MessageOptions_MapEntry_field_fullname (line 555) | MessageOptions_MapEntry_field_fullname protore... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname (line 556) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protore... constant MessageOptions_UninterpretedOption_field_fullname (line 557) | MessageOptions_UninterpretedOption_field_fullname protore... constant MessageOptions_MessageSetWireFormat_field_number (line 562) | MessageOptions_MessageSetWireFormat_field_number protorefl... constant MessageOptions_NoStandardDescriptorAccessor_field_number (line 563) | MessageOptions_NoStandardDescriptorAccessor_field_number protorefl... constant MessageOptions_Deprecated_field_number (line 564) | MessageOptions_Deprecated_field_number protorefl... constant MessageOptions_MapEntry_field_number (line 565) | MessageOptions_MapEntry_field_number protorefl... constant MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_number (line 566) | MessageOptions_DeprecatedLegacyJsonFieldConflicts_field_number protorefl... constant MessageOptions_UninterpretedOption_field_number (line 567) | MessageOptions_UninterpretedOption_field_number protorefl... constant FieldOptions_message_name (line 572) | FieldOptions_message_name protoreflect.Name = "FieldOptions" constant FieldOptions_message_fullname (line 573) | FieldOptions_message_fullname protoreflect.FullName = "google.protobuf.F... constant FieldOptions_Ctype_field_name (line 578) | FieldOptions_Ctype_field_name protoreflect.Name = "ctype" constant FieldOptions_Packed_field_name (line 579) | FieldOptions_Packed_field_name protoreflect.Name = "packed" constant FieldOptions_Jstype_field_name (line 580) | FieldOptions_Jstype_field_name protoreflect.Name = "jstype" constant FieldOptions_Lazy_field_name (line 581) | FieldOptions_Lazy_field_name protoreflect.Name = "lazy" constant FieldOptions_UnverifiedLazy_field_name (line 582) | FieldOptions_UnverifiedLazy_field_name protoreflect.Name = "unverif... constant FieldOptions_Deprecated_field_name (line 583) | FieldOptions_Deprecated_field_name protoreflect.Name = "depreca... constant FieldOptions_Weak_field_name (line 584) | FieldOptions_Weak_field_name protoreflect.Name = "weak" constant FieldOptions_DebugRedact_field_name (line 585) | FieldOptions_DebugRedact_field_name protoreflect.Name = "debug_r... constant FieldOptions_Retention_field_name (line 586) | FieldOptions_Retention_field_name protoreflect.Name = "retention" constant FieldOptions_Target_field_name (line 587) | FieldOptions_Target_field_name protoreflect.Name = "target" constant FieldOptions_Targets_field_name (line 588) | FieldOptions_Targets_field_name protoreflect.Name = "targets" constant FieldOptions_UninterpretedOption_field_name (line 589) | FieldOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant FieldOptions_Ctype_field_fullname (line 591) | FieldOptions_Ctype_field_fullname protoreflect.FullName = ... constant FieldOptions_Packed_field_fullname (line 592) | FieldOptions_Packed_field_fullname protoreflect.FullName = ... constant FieldOptions_Jstype_field_fullname (line 593) | FieldOptions_Jstype_field_fullname protoreflect.FullName = ... constant FieldOptions_Lazy_field_fullname (line 594) | FieldOptions_Lazy_field_fullname protoreflect.FullName = ... constant FieldOptions_UnverifiedLazy_field_fullname (line 595) | FieldOptions_UnverifiedLazy_field_fullname protoreflect.FullName = ... constant FieldOptions_Deprecated_field_fullname (line 596) | FieldOptions_Deprecated_field_fullname protoreflect.FullName = ... constant FieldOptions_Weak_field_fullname (line 597) | FieldOptions_Weak_field_fullname protoreflect.FullName = ... constant FieldOptions_DebugRedact_field_fullname (line 598) | FieldOptions_DebugRedact_field_fullname protoreflect.FullName = ... constant FieldOptions_Retention_field_fullname (line 599) | FieldOptions_Retention_field_fullname protoreflect.FullName = ... constant FieldOptions_Target_field_fullname (line 600) | FieldOptions_Target_field_fullname protoreflect.FullName = ... constant FieldOptions_Targets_field_fullname (line 601) | FieldOptions_Targets_field_fullname protoreflect.FullName = ... constant FieldOptions_UninterpretedOption_field_fullname (line 602) | FieldOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant FieldOptions_Ctype_field_number (line 607) | FieldOptions_Ctype_field_number protoreflect.FieldNumber = 1 constant FieldOptions_Packed_field_number (line 608) | FieldOptions_Packed_field_number protoreflect.FieldNumber = 2 constant FieldOptions_Jstype_field_number (line 609) | FieldOptions_Jstype_field_number protoreflect.FieldNumber = 6 constant FieldOptions_Lazy_field_number (line 610) | FieldOptions_Lazy_field_number protoreflect.FieldNumber = 5 constant FieldOptions_UnverifiedLazy_field_number (line 611) | FieldOptions_UnverifiedLazy_field_number protoreflect.FieldNumber = 15 constant FieldOptions_Deprecated_field_number (line 612) | FieldOptions_Deprecated_field_number protoreflect.FieldNumber = 3 constant FieldOptions_Weak_field_number (line 613) | FieldOptions_Weak_field_number protoreflect.FieldNumber = 10 constant FieldOptions_DebugRedact_field_number (line 614) | FieldOptions_DebugRedact_field_number protoreflect.FieldNumber = 16 constant FieldOptions_Retention_field_number (line 615) | FieldOptions_Retention_field_number protoreflect.FieldNumber = 17 constant FieldOptions_Target_field_number (line 616) | FieldOptions_Target_field_number protoreflect.FieldNumber = 18 constant FieldOptions_Targets_field_number (line 617) | FieldOptions_Targets_field_number protoreflect.FieldNumber = 19 constant FieldOptions_UninterpretedOption_field_number (line 618) | FieldOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant FieldOptions_CType_enum_fullname (line 623) | FieldOptions_CType_enum_fullname = "google.protobuf.FieldOptions.CType" constant FieldOptions_CType_enum_name (line 624) | FieldOptions_CType_enum_name = "CType" constant FieldOptions_JSType_enum_fullname (line 629) | FieldOptions_JSType_enum_fullname = "google.protobuf.FieldOptions.JSType" constant FieldOptions_JSType_enum_name (line 630) | FieldOptions_JSType_enum_name = "JSType" constant FieldOptions_OptionRetention_enum_fullname (line 635) | FieldOptions_OptionRetention_enum_fullname = "google.protobuf.FieldOptio... constant FieldOptions_OptionRetention_enum_name (line 636) | FieldOptions_OptionRetention_enum_name = "OptionRetention" constant FieldOptions_OptionTargetType_enum_fullname (line 641) | FieldOptions_OptionTargetType_enum_fullname = "google.protobuf.FieldOpti... constant FieldOptions_OptionTargetType_enum_name (line 642) | FieldOptions_OptionTargetType_enum_name = "OptionTargetType" constant OneofOptions_message_name (line 647) | OneofOptions_message_name protoreflect.Name = "OneofOptions" constant OneofOptions_message_fullname (line 648) | OneofOptions_message_fullname protoreflect.FullName = "google.protobuf.O... constant OneofOptions_UninterpretedOption_field_name (line 653) | OneofOptions_UninterpretedOption_field_name protoreflect.Name = "uninter... constant OneofOptions_UninterpretedOption_field_fullname (line 655) | OneofOptions_UninterpretedOption_field_fullname protoreflect.FullName = ... constant OneofOptions_UninterpretedOption_field_number (line 660) | OneofOptions_UninterpretedOption_field_number protoreflect.FieldNumber =... constant EnumOptions_message_name (line 665) | EnumOptions_message_name protoreflect.Name = "EnumOptions" constant EnumOptions_message_fullname (line 666) | EnumOptions_message_fullname protoreflect.FullName = "google.protobuf.En... constant EnumOptions_AllowAlias_field_name (line 671) | EnumOptions_AllowAlias_field_name protoreflect.N... constant EnumOptions_Deprecated_field_name (line 672) | EnumOptions_Deprecated_field_name protoreflect.N... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_name (line 673) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_name protoreflect.N... constant EnumOptions_UninterpretedOption_field_name (line 674) | EnumOptions_UninterpretedOption_field_name protoreflect.N... constant EnumOptions_AllowAlias_field_fullname (line 676) | EnumOptions_AllowAlias_field_fullname protorefle... constant EnumOptions_Deprecated_field_fullname (line 677) | EnumOptions_Deprecated_field_fullname protorefle... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname (line 678) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_fullname protorefle... constant EnumOptions_UninterpretedOption_field_fullname (line 679) | EnumOptions_UninterpretedOption_field_fullname protorefle... constant EnumOptions_AllowAlias_field_number (line 684) | EnumOptions_AllowAlias_field_number protoreflect... constant EnumOptions_Deprecated_field_number (line 685) | EnumOptions_Deprecated_field_number protoreflect... constant EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_number (line 686) | EnumOptions_DeprecatedLegacyJsonFieldConflicts_field_number protoreflect... constant EnumOptions_UninterpretedOption_field_number (line 687) | EnumOptions_UninterpretedOption_field_number protoreflect... constant EnumValueOptions_message_name (line 692) | EnumValueOptions_message_name protoreflect.Name = "EnumValueOpti... constant EnumValueOptions_message_fullname (line 693) | EnumValueOptions_message_fullname protoreflect.FullName = "google.protob... constant EnumValueOptions_Deprecated_field_name (line 698) | EnumValueOptions_Deprecated_field_name protoreflect.Name = "dep... constant EnumValueOptions_UninterpretedOption_field_name (line 699) | EnumValueOptions_UninterpretedOption_field_name protoreflect.Name = "uni... constant EnumValueOptions_Deprecated_field_fullname (line 701) | EnumValueOptions_Deprecated_field_fullname protoreflect.FullNam... constant EnumValueOptions_UninterpretedOption_field_fullname (line 702) | EnumValueOptions_UninterpretedOption_field_fullname protoreflect.FullNam... constant EnumValueOptions_Deprecated_field_number (line 707) | EnumValueOptions_Deprecated_field_number protoreflect.FieldNumb... constant EnumValueOptions_UninterpretedOption_field_number (line 708) | EnumValueOptions_UninterpretedOption_field_number protoreflect.FieldNumb... constant ServiceOptions_message_name (line 713) | ServiceOptions_message_name protoreflect.Name = "ServiceOptions" constant ServiceOptions_message_fullname (line 714) | ServiceOptions_message_fullname protoreflect.FullName = "google.protobuf... constant ServiceOptions_Deprecated_field_name (line 719) | ServiceOptions_Deprecated_field_name protoreflect.Name = "depre... constant ServiceOptions_UninterpretedOption_field_name (line 720) | ServiceOptions_UninterpretedOption_field_name protoreflect.Name = "unint... constant ServiceOptions_Deprecated_field_fullname (line 722) | ServiceOptions_Deprecated_field_fullname protoreflect.FullName ... constant ServiceOptions_UninterpretedOption_field_fullname (line 723) | ServiceOptions_UninterpretedOption_field_fullname protoreflect.FullName ... constant ServiceOptions_Deprecated_field_number (line 728) | ServiceOptions_Deprecated_field_number protoreflect.FieldNumber... constant ServiceOptions_UninterpretedOption_field_number (line 729) | ServiceOptions_UninterpretedOption_field_number protoreflect.FieldNumber... constant MethodOptions_message_name (line 734) | MethodOptions_message_name protoreflect.Name = "MethodOptions" constant MethodOptions_message_fullname (line 735) | MethodOptions_message_fullname protoreflect.FullName = "google.protobuf.... constant MethodOptions_Deprecated_field_name (line 740) | MethodOptions_Deprecated_field_name protoreflect.Name = "deprec... constant MethodOptions_IdempotencyLevel_field_name (line 741) | MethodOptions_IdempotencyLevel_field_name protoreflect.Name = "idempo... constant MethodOptions_UninterpretedOption_field_name (line 742) | MethodOptions_UninterpretedOption_field_name protoreflect.Name = "uninte... constant MethodOptions_Deprecated_field_fullname (line 744) | MethodOptions_Deprecated_field_fullname protoreflect.FullName =... constant MethodOptions_IdempotencyLevel_field_fullname (line 745) | MethodOptions_IdempotencyLevel_field_fullname protoreflect.FullName =... constant MethodOptions_UninterpretedOption_field_fullname (line 746) | MethodOptions_UninterpretedOption_field_fullname protoreflect.FullName =... constant MethodOptions_Deprecated_field_number (line 751) | MethodOptions_Deprecated_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_field_number (line 752) | MethodOptions_IdempotencyLevel_field_number protoreflect.FieldNumber ... constant MethodOptions_UninterpretedOption_field_number (line 753) | MethodOptions_UninterpretedOption_field_number protoreflect.FieldNumber ... constant MethodOptions_IdempotencyLevel_enum_fullname (line 758) | MethodOptions_IdempotencyLevel_enum_fullname = "google.protobuf.MethodOp... constant MethodOptions_IdempotencyLevel_enum_name (line 759) | MethodOptions_IdempotencyLevel_enum_name = "IdempotencyLevel" constant UninterpretedOption_message_name (line 764) | UninterpretedOption_message_name protoreflect.Name = "Uninterpre... constant UninterpretedOption_message_fullname (line 765) | UninterpretedOption_message_fullname protoreflect.FullName = "google.pro... constant UninterpretedOption_Name_field_name (line 770) | UninterpretedOption_Name_field_name protoreflect.Name = "name" constant UninterpretedOption_IdentifierValue_field_name (line 771) | UninterpretedOption_IdentifierValue_field_name protoreflect.Name = "ide... constant UninterpretedOption_PositiveIntValue_field_name (line 772) | UninterpretedOption_PositiveIntValue_field_name protoreflect.Name = "pos... constant UninterpretedOption_NegativeIntValue_field_name (line 773) | UninterpretedOption_NegativeIntValue_field_name protoreflect.Name = "neg... constant UninterpretedOption_DoubleValue_field_name (line 774) | UninterpretedOption_DoubleValue_field_name protoreflect.Name = "dou... constant UninterpretedOption_StringValue_field_name (line 775) | UninterpretedOption_StringValue_field_name protoreflect.Name = "str... constant UninterpretedOption_AggregateValue_field_name (line 776) | UninterpretedOption_AggregateValue_field_name protoreflect.Name = "agg... constant UninterpretedOption_Name_field_fullname (line 778) | UninterpretedOption_Name_field_fullname protoreflect.FullNam... constant UninterpretedOption_IdentifierValue_field_fullname (line 779) | UninterpretedOption_IdentifierValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_PositiveIntValue_field_fullname (line 780) | UninterpretedOption_PositiveIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_NegativeIntValue_field_fullname (line 781) | UninterpretedOption_NegativeIntValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_DoubleValue_field_fullname (line 782) | UninterpretedOption_DoubleValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_StringValue_field_fullname (line 783) | UninterpretedOption_StringValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_AggregateValue_field_fullname (line 784) | UninterpretedOption_AggregateValue_field_fullname protoreflect.FullNam... constant UninterpretedOption_Name_field_number (line 789) | UninterpretedOption_Name_field_number protoreflect.FieldNumb... constant UninterpretedOption_IdentifierValue_field_number (line 790) | UninterpretedOption_IdentifierValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_PositiveIntValue_field_number (line 791) | UninterpretedOption_PositiveIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NegativeIntValue_field_number (line 792) | UninterpretedOption_NegativeIntValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_DoubleValue_field_number (line 793) | UninterpretedOption_DoubleValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_StringValue_field_number (line 794) | UninterpretedOption_StringValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_AggregateValue_field_number (line 795) | UninterpretedOption_AggregateValue_field_number protoreflect.FieldNumb... constant UninterpretedOption_NamePart_message_name (line 800) | UninterpretedOption_NamePart_message_name protoreflect.Name = "N... constant UninterpretedOption_NamePart_message_fullname (line 801) | UninterpretedOption_NamePart_message_fullname protoreflect.FullName = "g... constant UninterpretedOption_NamePart_NamePart_field_name (line 806) | UninterpretedOption_NamePart_NamePart_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_IsExtension_field_name (line 807) | UninterpretedOption_NamePart_IsExtension_field_name protoreflect.Name = ... constant UninterpretedOption_NamePart_NamePart_field_fullname (line 809) | UninterpretedOption_NamePart_NamePart_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_IsExtension_field_fullname (line 810) | UninterpretedOption_NamePart_IsExtension_field_fullname protoreflect.Ful... constant UninterpretedOption_NamePart_NamePart_field_number (line 815) | UninterpretedOption_NamePart_NamePart_field_number protoreflect.Field... constant UninterpretedOption_NamePart_IsExtension_field_number (line 816) | UninterpretedOption_NamePart_IsExtension_field_number protoreflect.Field... constant SourceCodeInfo_message_name (line 821) | SourceCodeInfo_message_name protoreflect.Name = "SourceCodeInfo" constant SourceCodeInfo_message_fullname (line 822) | SourceCodeInfo_message_fullname protoreflect.FullName = "google.protobuf... constant SourceCodeInfo_Location_field_name (line 827) | SourceCodeInfo_Location_field_name protoreflect.Name = "location" constant SourceCodeInfo_Location_field_fullname (line 829) | SourceCodeInfo_Location_field_fullname protoreflect.FullName = "google.p... constant SourceCodeInfo_Location_field_number (line 834) | SourceCodeInfo_Location_field_number protoreflect.FieldNumber = 1 constant SourceCodeInfo_Location_message_name (line 839) | SourceCodeInfo_Location_message_name protoreflect.Name = "Location" constant SourceCodeInfo_Location_message_fullname (line 840) | SourceCodeInfo_Location_message_fullname protoreflect.FullName = "google... constant SourceCodeInfo_Location_Path_field_name (line 845) | SourceCodeInfo_Location_Path_field_name protoreflect.... constant SourceCodeInfo_Location_Span_field_name (line 846) | SourceCodeInfo_Location_Span_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingComments_field_name (line 847) | SourceCodeInfo_Location_LeadingComments_field_name protoreflect.... constant SourceCodeInfo_Location_TrailingComments_field_name (line 848) | SourceCodeInfo_Location_TrailingComments_field_name protoreflect.... constant SourceCodeInfo_Location_LeadingDetachedComments_field_name (line 849) | SourceCodeInfo_Location_LeadingDetachedComments_field_name protoreflect.... constant SourceCodeInfo_Location_Path_field_fullname (line 851) | SourceCodeInfo_Location_Path_field_fullname protorefl... constant SourceCodeInfo_Location_Span_field_fullname (line 852) | SourceCodeInfo_Location_Span_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingComments_field_fullname (line 853) | SourceCodeInfo_Location_LeadingComments_field_fullname protorefl... constant SourceCodeInfo_Location_TrailingComments_field_fullname (line 854) | SourceCodeInfo_Location_TrailingComments_field_fullname protorefl... constant SourceCodeInfo_Location_LeadingDetachedComments_field_fullname (line 855) | SourceCodeInfo_Location_LeadingDetachedComments_field_fullname protorefl... constant SourceCodeInfo_Location_Path_field_number (line 860) | SourceCodeInfo_Location_Path_field_number protoreflec... constant SourceCodeInfo_Location_Span_field_number (line 861) | SourceCodeInfo_Location_Span_field_number protoreflec... constant SourceCodeInfo_Location_LeadingComments_field_number (line 862) | SourceCodeInfo_Location_LeadingComments_field_number protoreflec... constant SourceCodeInfo_Location_TrailingComments_field_number (line 863) | SourceCodeInfo_Location_TrailingComments_field_number protoreflec... constant SourceCodeInfo_Location_LeadingDetachedComments_field_number (line 864) | SourceCodeInfo_Location_LeadingDetachedComments_field_number protoreflec... constant GeneratedCodeInfo_message_name (line 869) | GeneratedCodeInfo_message_name protoreflect.Name = "GeneratedCod... constant GeneratedCodeInfo_message_fullname (line 870) | GeneratedCodeInfo_message_fullname protoreflect.FullName = "google.proto... constant GeneratedCodeInfo_Annotation_field_name (line 875) | GeneratedCodeInfo_Annotation_field_name protoreflect.Name = "annotation" constant GeneratedCodeInfo_Annotation_field_fullname (line 877) | GeneratedCodeInfo_Annotation_field_fullname protoreflect.FullName = "goo... constant GeneratedCodeInfo_Annotation_field_number (line 882) | GeneratedCodeInfo_Annotation_field_number protoreflect.FieldNumber = 1 constant GeneratedCodeInfo_Annotation_message_name (line 887) | GeneratedCodeInfo_Annotation_message_name protoreflect.Name = "A... constant GeneratedCodeInfo_Annotation_message_fullname (line 888) | GeneratedCodeInfo_Annotation_message_fullname protoreflect.FullName = "g... constant GeneratedCodeInfo_Annotation_Path_field_name (line 893) | GeneratedCodeInfo_Annotation_Path_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_SourceFile_field_name (line 894) | GeneratedCodeInfo_Annotation_SourceFile_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Begin_field_name (line 895) | GeneratedCodeInfo_Annotation_Begin_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_End_field_name (line 896) | GeneratedCodeInfo_Annotation_End_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Semantic_field_name (line 897) | GeneratedCodeInfo_Annotation_Semantic_field_name protoreflect.Name = "... constant GeneratedCodeInfo_Annotation_Path_field_fullname (line 899) | GeneratedCodeInfo_Annotation_Path_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_SourceFile_field_fullname (line 900) | GeneratedCodeInfo_Annotation_SourceFile_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Begin_field_fullname (line 901) | GeneratedCodeInfo_Annotation_Begin_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_End_field_fullname (line 902) | GeneratedCodeInfo_Annotation_End_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Semantic_field_fullname (line 903) | GeneratedCodeInfo_Annotation_Semantic_field_fullname protoreflect.Full... constant GeneratedCodeInfo_Annotation_Path_field_number (line 908) | GeneratedCodeInfo_Annotation_Path_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_SourceFile_field_number (line 909) | GeneratedCodeInfo_Annotation_SourceFile_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Begin_field_number (line 910) | GeneratedCodeInfo_Annotation_Begin_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_End_field_number (line 911) | GeneratedCodeInfo_Annotation_End_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Semantic_field_number (line 912) | GeneratedCodeInfo_Annotation_Semantic_field_number protoreflect.FieldN... constant GeneratedCodeInfo_Annotation_Semantic_enum_fullname (line 917) | GeneratedCodeInfo_Annotation_Semantic_enum_fullname = "google.protobuf.G... constant GeneratedCodeInfo_Annotation_Semantic_enum_name (line 918) | GeneratedCodeInfo_Annotation_Semantic_enum_name = "Semantic" FILE: vendor/google.golang.org/protobuf/internal/genid/doc.go constant GoogleProtobuf_package (line 11) | GoogleProtobuf_package protoreflect.FullName = "google.protobuf" FILE: vendor/google.golang.org/protobuf/internal/genid/duration_gen.go constant File_google_protobuf_duration_proto (line 13) | File_google_protobuf_duration_proto = "google/protobuf/duration.proto" constant Duration_message_name (line 17) | Duration_message_name protoreflect.Name = "Duration" constant Duration_message_fullname (line 18) | Duration_message_fullname protoreflect.FullName = "google.protobuf.Durat... constant Duration_Seconds_field_name (line 23) | Duration_Seconds_field_name protoreflect.Name = "seconds" constant Duration_Nanos_field_name (line 24) | Duration_Nanos_field_name protoreflect.Name = "nanos" constant Duration_Seconds_field_fullname (line 26) | Duration_Seconds_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Nanos_field_fullname (line 27) | Duration_Nanos_field_fullname protoreflect.FullName = "google.protobuf... constant Duration_Seconds_field_number (line 32) | Duration_Seconds_field_number protoreflect.FieldNumber = 1 constant Duration_Nanos_field_number (line 33) | Duration_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/empty_gen.go constant File_google_protobuf_empty_proto (line 13) | File_google_protobuf_empty_proto = "google/protobuf/empty.proto" constant Empty_message_name (line 17) | Empty_message_name protoreflect.Name = "Empty" constant Empty_message_fullname (line 18) | Empty_message_fullname protoreflect.FullName = "google.protobuf.Empty" FILE: vendor/google.golang.org/protobuf/internal/genid/field_mask_gen.go constant File_google_protobuf_field_mask_proto (line 13) | File_google_protobuf_field_mask_proto = "google/protobuf/field_mask.proto" constant FieldMask_message_name (line 17) | FieldMask_message_name protoreflect.Name = "FieldMask" constant FieldMask_message_fullname (line 18) | FieldMask_message_fullname protoreflect.FullName = "google.protobuf.Fiel... constant FieldMask_Paths_field_name (line 23) | FieldMask_Paths_field_name protoreflect.Name = "paths" constant FieldMask_Paths_field_fullname (line 25) | FieldMask_Paths_field_fullname protoreflect.FullName = "google.protobuf.... constant FieldMask_Paths_field_number (line 30) | FieldMask_Paths_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/goname.go constant State_goname (line 9) | State_goname = "state" constant SizeCache_goname (line 11) | SizeCache_goname = "sizeCache" constant SizeCacheA_goname (line 12) | SizeCacheA_goname = "XXX_sizecache" constant WeakFields_goname (line 14) | WeakFields_goname = "weakFields" constant WeakFieldsA_goname (line 15) | WeakFieldsA_goname = "XXX_weak" constant UnknownFields_goname (line 17) | UnknownFields_goname = "unknownFields" constant UnknownFieldsA_goname (line 18) | UnknownFieldsA_goname = "XXX_unrecognized" constant ExtensionFields_goname (line 20) | ExtensionFields_goname = "extensionFields" constant ExtensionFieldsA_goname (line 21) | ExtensionFieldsA_goname = "XXX_InternalExtensions" constant ExtensionFieldsB_goname (line 22) | ExtensionFieldsB_goname = "XXX_extensions" constant WeakFieldPrefix_goname (line 24) | WeakFieldPrefix_goname = "XXX_weak_" FILE: vendor/google.golang.org/protobuf/internal/genid/map_entry.go constant MapEntry_Key_field_name (line 11) | MapEntry_Key_field_name protoreflect.Name = "key" constant MapEntry_Value_field_name (line 12) | MapEntry_Value_field_name protoreflect.Name = "value" constant MapEntry_Key_field_number (line 14) | MapEntry_Key_field_number protoreflect.FieldNumber = 1 constant MapEntry_Value_field_number (line 15) | MapEntry_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/source_context_gen.go constant File_google_protobuf_source_context_proto (line 13) | File_google_protobuf_source_context_proto = "google/protobuf/source_cont... constant SourceContext_message_name (line 17) | SourceContext_message_name protoreflect.Name = "SourceContext" constant SourceContext_message_fullname (line 18) | SourceContext_message_fullname protoreflect.FullName = "google.protobuf.... constant SourceContext_FileName_field_name (line 23) | SourceContext_FileName_field_name protoreflect.Name = "file_name" constant SourceContext_FileName_field_fullname (line 25) | SourceContext_FileName_field_fullname protoreflect.FullName = "google.pr... constant SourceContext_FileName_field_number (line 30) | SourceContext_FileName_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/struct_gen.go constant File_google_protobuf_struct_proto (line 13) | File_google_protobuf_struct_proto = "google/protobuf/struct.proto" constant NullValue_enum_fullname (line 17) | NullValue_enum_fullname = "google.protobuf.NullValue" constant NullValue_enum_name (line 18) | NullValue_enum_name = "NullValue" constant Struct_message_name (line 23) | Struct_message_name protoreflect.Name = "Struct" constant Struct_message_fullname (line 24) | Struct_message_fullname protoreflect.FullName = "google.protobuf.Struct" constant Struct_Fields_field_name (line 29) | Struct_Fields_field_name protoreflect.Name = "fields" constant Struct_Fields_field_fullname (line 31) | Struct_Fields_field_fullname protoreflect.FullName = "google.protobuf.St... constant Struct_Fields_field_number (line 36) | Struct_Fields_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_message_name (line 41) | Struct_FieldsEntry_message_name protoreflect.Name = "FieldsEntry" constant Struct_FieldsEntry_message_fullname (line 42) | Struct_FieldsEntry_message_fullname protoreflect.FullName = "google.prot... constant Struct_FieldsEntry_Key_field_name (line 47) | Struct_FieldsEntry_Key_field_name protoreflect.Name = "key" constant Struct_FieldsEntry_Value_field_name (line 48) | Struct_FieldsEntry_Value_field_name protoreflect.Name = "value" constant Struct_FieldsEntry_Key_field_fullname (line 50) | Struct_FieldsEntry_Key_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Value_field_fullname (line 51) | Struct_FieldsEntry_Value_field_fullname protoreflect.FullName = "google.... constant Struct_FieldsEntry_Key_field_number (line 56) | Struct_FieldsEntry_Key_field_number protoreflect.FieldNumber = 1 constant Struct_FieldsEntry_Value_field_number (line 57) | Struct_FieldsEntry_Value_field_number protoreflect.FieldNumber = 2 constant Value_message_name (line 62) | Value_message_name protoreflect.Name = "Value" constant Value_message_fullname (line 63) | Value_message_fullname protoreflect.FullName = "google.protobuf.Value" constant Value_NullValue_field_name (line 68) | Value_NullValue_field_name protoreflect.Name = "null_value" constant Value_NumberValue_field_name (line 69) | Value_NumberValue_field_name protoreflect.Name = "number_value" constant Value_StringValue_field_name (line 70) | Value_StringValue_field_name protoreflect.Name = "string_value" constant Value_BoolValue_field_name (line 71) | Value_BoolValue_field_name protoreflect.Name = "bool_value" constant Value_StructValue_field_name (line 72) | Value_StructValue_field_name protoreflect.Name = "struct_value" constant Value_ListValue_field_name (line 73) | Value_ListValue_field_name protoreflect.Name = "list_value" constant Value_NullValue_field_fullname (line 75) | Value_NullValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NumberValue_field_fullname (line 76) | Value_NumberValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StringValue_field_fullname (line 77) | Value_StringValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_BoolValue_field_fullname (line 78) | Value_BoolValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_StructValue_field_fullname (line 79) | Value_StructValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_ListValue_field_fullname (line 80) | Value_ListValue_field_fullname protoreflect.FullName = "google.protobu... constant Value_NullValue_field_number (line 85) | Value_NullValue_field_number protoreflect.FieldNumber = 1 constant Value_NumberValue_field_number (line 86) | Value_NumberValue_field_number protoreflect.FieldNumber = 2 constant Value_StringValue_field_number (line 87) | Value_StringValue_field_number protoreflect.FieldNumber = 3 constant Value_BoolValue_field_number (line 88) | Value_BoolValue_field_number protoreflect.FieldNumber = 4 constant Value_StructValue_field_number (line 89) | Value_StructValue_field_number protoreflect.FieldNumber = 5 constant Value_ListValue_field_number (line 90) | Value_ListValue_field_number protoreflect.FieldNumber = 6 constant Value_Kind_oneof_name (line 95) | Value_Kind_oneof_name protoreflect.Name = "kind" constant Value_Kind_oneof_fullname (line 97) | Value_Kind_oneof_fullname protoreflect.FullName = "google.protobuf.Value... constant ListValue_message_name (line 102) | ListValue_message_name protoreflect.Name = "ListValue" constant ListValue_message_fullname (line 103) | ListValue_message_fullname protoreflect.FullName = "google.protobuf.List... constant ListValue_Values_field_name (line 108) | ListValue_Values_field_name protoreflect.Name = "values" constant ListValue_Values_field_fullname (line 110) | ListValue_Values_field_fullname protoreflect.FullName = "google.protobuf... constant ListValue_Values_field_number (line 115) | ListValue_Values_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/timestamp_gen.go constant File_google_protobuf_timestamp_proto (line 13) | File_google_protobuf_timestamp_proto = "google/protobuf/timestamp.proto" constant Timestamp_message_name (line 17) | Timestamp_message_name protoreflect.Name = "Timestamp" constant Timestamp_message_fullname (line 18) | Timestamp_message_fullname protoreflect.FullName = "google.protobuf.Time... constant Timestamp_Seconds_field_name (line 23) | Timestamp_Seconds_field_name protoreflect.Name = "seconds" constant Timestamp_Nanos_field_name (line 24) | Timestamp_Nanos_field_name protoreflect.Name = "nanos" constant Timestamp_Seconds_field_fullname (line 26) | Timestamp_Seconds_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Nanos_field_fullname (line 27) | Timestamp_Nanos_field_fullname protoreflect.FullName = "google.protobu... constant Timestamp_Seconds_field_number (line 32) | Timestamp_Seconds_field_number protoreflect.FieldNumber = 1 constant Timestamp_Nanos_field_number (line 33) | Timestamp_Nanos_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/type_gen.go constant File_google_protobuf_type_proto (line 13) | File_google_protobuf_type_proto = "google/protobuf/type.proto" constant Syntax_enum_fullname (line 17) | Syntax_enum_fullname = "google.protobuf.Syntax" constant Syntax_enum_name (line 18) | Syntax_enum_name = "Syntax" constant Type_message_name (line 23) | Type_message_name protoreflect.Name = "Type" constant Type_message_fullname (line 24) | Type_message_fullname protoreflect.FullName = "google.protobuf.Type" constant Type_Name_field_name (line 29) | Type_Name_field_name protoreflect.Name = "name" constant Type_Fields_field_name (line 30) | Type_Fields_field_name protoreflect.Name = "fields" constant Type_Oneofs_field_name (line 31) | Type_Oneofs_field_name protoreflect.Name = "oneofs" constant Type_Options_field_name (line 32) | Type_Options_field_name protoreflect.Name = "options" constant Type_SourceContext_field_name (line 33) | Type_SourceContext_field_name protoreflect.Name = "source_context" constant Type_Syntax_field_name (line 34) | Type_Syntax_field_name protoreflect.Name = "syntax" constant Type_Edition_field_name (line 35) | Type_Edition_field_name protoreflect.Name = "edition" constant Type_Name_field_fullname (line 37) | Type_Name_field_fullname protoreflect.FullName = "google.protob... constant Type_Fields_field_fullname (line 38) | Type_Fields_field_fullname protoreflect.FullName = "google.protob... constant Type_Oneofs_field_fullname (line 39) | Type_Oneofs_field_fullname protoreflect.FullName = "google.protob... constant Type_Options_field_fullname (line 40) | Type_Options_field_fullname protoreflect.FullName = "google.protob... constant Type_SourceContext_field_fullname (line 41) | Type_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Type_Syntax_field_fullname (line 42) | Type_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Type_Edition_field_fullname (line 43) | Type_Edition_field_fullname protoreflect.FullName = "google.protob... constant Type_Name_field_number (line 48) | Type_Name_field_number protoreflect.FieldNumber = 1 constant Type_Fields_field_number (line 49) | Type_Fields_field_number protoreflect.FieldNumber = 2 constant Type_Oneofs_field_number (line 50) | Type_Oneofs_field_number protoreflect.FieldNumber = 3 constant Type_Options_field_number (line 51) | Type_Options_field_number protoreflect.FieldNumber = 4 constant Type_SourceContext_field_number (line 52) | Type_SourceContext_field_number protoreflect.FieldNumber = 5 constant Type_Syntax_field_number (line 53) | Type_Syntax_field_number protoreflect.FieldNumber = 6 constant Type_Edition_field_number (line 54) | Type_Edition_field_number protoreflect.FieldNumber = 7 constant Field_message_name (line 59) | Field_message_name protoreflect.Name = "Field" constant Field_message_fullname (line 60) | Field_message_fullname protoreflect.FullName = "google.protobuf.Field" constant Field_Kind_field_name (line 65) | Field_Kind_field_name protoreflect.Name = "kind" constant Field_Cardinality_field_name (line 66) | Field_Cardinality_field_name protoreflect.Name = "cardinality" constant Field_Number_field_name (line 67) | Field_Number_field_name protoreflect.Name = "number" constant Field_Name_field_name (line 68) | Field_Name_field_name protoreflect.Name = "name" constant Field_TypeUrl_field_name (line 69) | Field_TypeUrl_field_name protoreflect.Name = "type_url" constant Field_OneofIndex_field_name (line 70) | Field_OneofIndex_field_name protoreflect.Name = "oneof_index" constant Field_Packed_field_name (line 71) | Field_Packed_field_name protoreflect.Name = "packed" constant Field_Options_field_name (line 72) | Field_Options_field_name protoreflect.Name = "options" constant Field_JsonName_field_name (line 73) | Field_JsonName_field_name protoreflect.Name = "json_name" constant Field_DefaultValue_field_name (line 74) | Field_DefaultValue_field_name protoreflect.Name = "default_value" constant Field_Kind_field_fullname (line 76) | Field_Kind_field_fullname protoreflect.FullName = "google.protob... constant Field_Cardinality_field_fullname (line 77) | Field_Cardinality_field_fullname protoreflect.FullName = "google.protob... constant Field_Number_field_fullname (line 78) | Field_Number_field_fullname protoreflect.FullName = "google.protob... constant Field_Name_field_fullname (line 79) | Field_Name_field_fullname protoreflect.FullName = "google.protob... constant Field_TypeUrl_field_fullname (line 80) | Field_TypeUrl_field_fullname protoreflect.FullName = "google.protob... constant Field_OneofIndex_field_fullname (line 81) | Field_OneofIndex_field_fullname protoreflect.FullName = "google.protob... constant Field_Packed_field_fullname (line 82) | Field_Packed_field_fullname protoreflect.FullName = "google.protob... constant Field_Options_field_fullname (line 83) | Field_Options_field_fullname protoreflect.FullName = "google.protob... constant Field_JsonName_field_fullname (line 84) | Field_JsonName_field_fullname protoreflect.FullName = "google.protob... constant Field_DefaultValue_field_fullname (line 85) | Field_DefaultValue_field_fullname protoreflect.FullName = "google.protob... constant Field_Kind_field_number (line 90) | Field_Kind_field_number protoreflect.FieldNumber = 1 constant Field_Cardinality_field_number (line 91) | Field_Cardinality_field_number protoreflect.FieldNumber = 2 constant Field_Number_field_number (line 92) | Field_Number_field_number protoreflect.FieldNumber = 3 constant Field_Name_field_number (line 93) | Field_Name_field_number protoreflect.FieldNumber = 4 constant Field_TypeUrl_field_number (line 94) | Field_TypeUrl_field_number protoreflect.FieldNumber = 6 constant Field_OneofIndex_field_number (line 95) | Field_OneofIndex_field_number protoreflect.FieldNumber = 7 constant Field_Packed_field_number (line 96) | Field_Packed_field_number protoreflect.FieldNumber = 8 constant Field_Options_field_number (line 97) | Field_Options_field_number protoreflect.FieldNumber = 9 constant Field_JsonName_field_number (line 98) | Field_JsonName_field_number protoreflect.FieldNumber = 10 constant Field_DefaultValue_field_number (line 99) | Field_DefaultValue_field_number protoreflect.FieldNumber = 11 constant Field_Kind_enum_fullname (line 104) | Field_Kind_enum_fullname = "google.protobuf.Field.Kind" constant Field_Kind_enum_name (line 105) | Field_Kind_enum_name = "Kind" constant Field_Cardinality_enum_fullname (line 110) | Field_Cardinality_enum_fullname = "google.protobuf.Field.Cardinality" constant Field_Cardinality_enum_name (line 111) | Field_Cardinality_enum_name = "Cardinality" constant Enum_message_name (line 116) | Enum_message_name protoreflect.Name = "Enum" constant Enum_message_fullname (line 117) | Enum_message_fullname protoreflect.FullName = "google.protobuf.Enum" constant Enum_Name_field_name (line 122) | Enum_Name_field_name protoreflect.Name = "name" constant Enum_Enumvalue_field_name (line 123) | Enum_Enumvalue_field_name protoreflect.Name = "enumvalue" constant Enum_Options_field_name (line 124) | Enum_Options_field_name protoreflect.Name = "options" constant Enum_SourceContext_field_name (line 125) | Enum_SourceContext_field_name protoreflect.Name = "source_context" constant Enum_Syntax_field_name (line 126) | Enum_Syntax_field_name protoreflect.Name = "syntax" constant Enum_Edition_field_name (line 127) | Enum_Edition_field_name protoreflect.Name = "edition" constant Enum_Name_field_fullname (line 129) | Enum_Name_field_fullname protoreflect.FullName = "google.protob... constant Enum_Enumvalue_field_fullname (line 130) | Enum_Enumvalue_field_fullname protoreflect.FullName = "google.protob... constant Enum_Options_field_fullname (line 131) | Enum_Options_field_fullname protoreflect.FullName = "google.protob... constant Enum_SourceContext_field_fullname (line 132) | Enum_SourceContext_field_fullname protoreflect.FullName = "google.protob... constant Enum_Syntax_field_fullname (line 133) | Enum_Syntax_field_fullname protoreflect.FullName = "google.protob... constant Enum_Edition_field_fullname (line 134) | Enum_Edition_field_fullname protoreflect.FullName = "google.protob... constant Enum_Name_field_number (line 139) | Enum_Name_field_number protoreflect.FieldNumber = 1 constant Enum_Enumvalue_field_number (line 140) | Enum_Enumvalue_field_number protoreflect.FieldNumber = 2 constant Enum_Options_field_number (line 141) | Enum_Options_field_number protoreflect.FieldNumber = 3 constant Enum_SourceContext_field_number (line 142) | Enum_SourceContext_field_number protoreflect.FieldNumber = 4 constant Enum_Syntax_field_number (line 143) | Enum_Syntax_field_number protoreflect.FieldNumber = 5 constant Enum_Edition_field_number (line 144) | Enum_Edition_field_number protoreflect.FieldNumber = 6 constant EnumValue_message_name (line 149) | EnumValue_message_name protoreflect.Name = "EnumValue" constant EnumValue_message_fullname (line 150) | EnumValue_message_fullname protoreflect.FullName = "google.protobuf.Enum... constant EnumValue_Name_field_name (line 155) | EnumValue_Name_field_name protoreflect.Name = "name" constant EnumValue_Number_field_name (line 156) | EnumValue_Number_field_name protoreflect.Name = "number" constant EnumValue_Options_field_name (line 157) | EnumValue_Options_field_name protoreflect.Name = "options" constant EnumValue_Name_field_fullname (line 159) | EnumValue_Name_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Number_field_fullname (line 160) | EnumValue_Number_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Options_field_fullname (line 161) | EnumValue_Options_field_fullname protoreflect.FullName = "google.protobu... constant EnumValue_Name_field_number (line 166) | EnumValue_Name_field_number protoreflect.FieldNumber = 1 constant EnumValue_Number_field_number (line 167) | EnumValue_Number_field_number protoreflect.FieldNumber = 2 constant EnumValue_Options_field_number (line 168) | EnumValue_Options_field_number protoreflect.FieldNumber = 3 constant Option_message_name (line 173) | Option_message_name protoreflect.Name = "Option" constant Option_message_fullname (line 174) | Option_message_fullname protoreflect.FullName = "google.protobuf.Option" constant Option_Name_field_name (line 179) | Option_Name_field_name protoreflect.Name = "name" constant Option_Value_field_name (line 180) | Option_Value_field_name protoreflect.Name = "value" constant Option_Name_field_fullname (line 182) | Option_Name_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Value_field_fullname (line 183) | Option_Value_field_fullname protoreflect.FullName = "google.protobuf.Opt... constant Option_Name_field_number (line 188) | Option_Name_field_number protoreflect.FieldNumber = 1 constant Option_Value_field_number (line 189) | Option_Value_field_number protoreflect.FieldNumber = 2 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers.go constant WrapperValue_Value_field_name (line 11) | WrapperValue_Value_field_name protoreflect.Name = "value" constant WrapperValue_Value_field_number (line 12) | WrapperValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/genid/wrappers_gen.go constant File_google_protobuf_wrappers_proto (line 13) | File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto" constant DoubleValue_message_name (line 17) | DoubleValue_message_name protoreflect.Name = "DoubleValue" constant DoubleValue_message_fullname (line 18) | DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.Do... constant DoubleValue_Value_field_name (line 23) | DoubleValue_Value_field_name protoreflect.Name = "value" constant DoubleValue_Value_field_fullname (line 25) | DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant DoubleValue_Value_field_number (line 30) | DoubleValue_Value_field_number protoreflect.FieldNumber = 1 constant FloatValue_message_name (line 35) | FloatValue_message_name protoreflect.Name = "FloatValue" constant FloatValue_message_fullname (line 36) | FloatValue_message_fullname protoreflect.FullName = "google.protobuf.Flo... constant FloatValue_Value_field_name (line 41) | FloatValue_Value_field_name protoreflect.Name = "value" constant FloatValue_Value_field_fullname (line 43) | FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant FloatValue_Value_field_number (line 48) | FloatValue_Value_field_number protoreflect.FieldNumber = 1 constant Int64Value_message_name (line 53) | Int64Value_message_name protoreflect.Name = "Int64Value" constant Int64Value_message_fullname (line 54) | Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int64Value_Value_field_name (line 59) | Int64Value_Value_field_name protoreflect.Name = "value" constant Int64Value_Value_field_fullname (line 61) | Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int64Value_Value_field_number (line 66) | Int64Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt64Value_message_name (line 71) | UInt64Value_message_name protoreflect.Name = "UInt64Value" constant UInt64Value_message_fullname (line 72) | UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt64Value_Value_field_name (line 77) | UInt64Value_Value_field_name protoreflect.Name = "value" constant UInt64Value_Value_field_fullname (line 79) | UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt64Value_Value_field_number (line 84) | UInt64Value_Value_field_number protoreflect.FieldNumber = 1 constant Int32Value_message_name (line 89) | Int32Value_message_name protoreflect.Name = "Int32Value" constant Int32Value_message_fullname (line 90) | Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int... constant Int32Value_Value_field_name (line 95) | Int32Value_Value_field_name protoreflect.Name = "value" constant Int32Value_Value_field_fullname (line 97) | Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf... constant Int32Value_Value_field_number (line 102) | Int32Value_Value_field_number protoreflect.FieldNumber = 1 constant UInt32Value_message_name (line 107) | UInt32Value_message_name protoreflect.Name = "UInt32Value" constant UInt32Value_message_fullname (line 108) | UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UI... constant UInt32Value_Value_field_name (line 113) | UInt32Value_Value_field_name protoreflect.Name = "value" constant UInt32Value_Value_field_fullname (line 115) | UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobu... constant UInt32Value_Value_field_number (line 120) | UInt32Value_Value_field_number protoreflect.FieldNumber = 1 constant BoolValue_message_name (line 125) | BoolValue_message_name protoreflect.Name = "BoolValue" constant BoolValue_message_fullname (line 126) | BoolValue_message_fullname protoreflect.FullName = "google.protobuf.Bool... constant BoolValue_Value_field_name (line 131) | BoolValue_Value_field_name protoreflect.Name = "value" constant BoolValue_Value_field_fullname (line 133) | BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.... constant BoolValue_Value_field_number (line 138) | BoolValue_Value_field_number protoreflect.FieldNumber = 1 constant StringValue_message_name (line 143) | StringValue_message_name protoreflect.Name = "StringValue" constant StringValue_message_fullname (line 144) | StringValue_message_fullname protoreflect.FullName = "google.protobuf.St... constant StringValue_Value_field_name (line 149) | StringValue_Value_field_name protoreflect.Name = "value" constant StringValue_Value_field_fullname (line 151) | StringValue_Value_field_fullname protoreflect.FullName = "google.protobu... constant StringValue_Value_field_number (line 156) | StringValue_Value_field_number protoreflect.FieldNumber = 1 constant BytesValue_message_name (line 161) | BytesValue_message_name protoreflect.Name = "BytesValue" constant BytesValue_message_fullname (line 162) | BytesValue_message_fullname protoreflect.FullName = "google.protobuf.Byt... constant BytesValue_Value_field_name (line 167) | BytesValue_Value_field_name protoreflect.Name = "value" constant BytesValue_Value_field_fullname (line 169) | BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf... constant BytesValue_Value_field_number (line 174) | BytesValue_Value_field_number protoreflect.FieldNumber = 1 FILE: vendor/google.golang.org/protobuf/internal/impl/api_export.go type Export (line 21) | type Export struct method NewError (line 25) | func (Export) NewError(f string, x ...interface{}) error { method EnumOf (line 35) | func (Export) EnumOf(e enum) protoreflect.Enum { method EnumDescriptorOf (line 48) | func (Export) EnumDescriptorOf(e enum) protoreflect.EnumDescriptor { method EnumTypeOf (line 61) | func (Export) EnumTypeOf(e enum) protoreflect.EnumType { method EnumStringOf (line 74) | func (Export) EnumStringOf(ed protoreflect.EnumDescriptor, n protorefl... method ProtoMessageV1Of (line 95) | func (Export) ProtoMessageV1Of(m message) protoiface.MessageV1 { method protoMessageV2Of (line 110) | func (Export) protoMessageV2Of(m message) protoreflect.ProtoMessage { method ProtoMessageV2Of (line 127) | func (Export) ProtoMessageV2Of(m message) protoreflect.ProtoMessage { method MessageOf (line 139) | func (Export) MessageOf(m message) protoreflect.Message { method MessageDescriptorOf (line 151) | func (Export) MessageDescriptorOf(m message) protoreflect.MessageDescr... method MessageTypeOf (line 163) | func (Export) MessageTypeOf(m message) protoreflect.MessageType { method MessageStringOf (line 175) | func (Export) MessageStringOf(m protoreflect.ProtoMessage) string { type legacyMessageWrapper (line 87) | type legacyMessageWrapper struct method Reset (line 89) | func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) } method String (line 90) | func (m legacyMessageWrapper) String() string { return Export{}.Messag... method ProtoMessage (line 91) | func (m legacyMessageWrapper) ProtoMessage() {} FILE: vendor/google.golang.org/protobuf/internal/impl/checkinit.go method checkInitialized (line 15) | func (mi *MessageInfo) checkInitialized(in protoiface.CheckInitializedIn... method checkInitializedPointer (line 25) | func (mi *MessageInfo) checkInitializedPointer(p pointer) error { method isInitExtensions (line 65) | func (mi *MessageInfo) isInitExtensions(ext *map[int32]ExtensionField) e... function needsInitCheck (line 93) | func needsInitCheck(md protoreflect.MessageDescriptor) bool { function needsInitCheckLocked (line 104) | func needsInitCheckLocked(md protoreflect.MessageDescriptor) (has bool) { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_extension.go type extensionFieldInfo (line 16) | type extensionFieldInfo struct function getExtensionFieldInfo (line 26) | func getExtensionFieldInfo(xt protoreflect.ExtensionType) *extensionFiel... function legacyLoadExtensionFieldInfo (line 35) | func legacyLoadExtensionFieldInfo(xt protoreflect.ExtensionType) *extens... function makeExtensionFieldInfo (line 46) | func makeExtensionFieldInfo(xd protoreflect.ExtensionDescriptor) *extens... type lazyExtensionValue (line 72) | type lazyExtensionValue struct type ExtensionField (line 81) | type ExtensionField struct method appendLazyBytes (line 90) | func (f *ExtensionField) appendLazyBytes(xt protoreflect.ExtensionType... method canLazy (line 100) | func (f *ExtensionField) canLazy(xt protoreflect.ExtensionType) bool { method lazyInit (line 110) | func (f *ExtensionField) lazyInit() { method Set (line 157) | func (f *ExtensionField) Set(t protoreflect.ExtensionType, v protorefl... method SetLazy (line 165) | func (f *ExtensionField) SetLazy(t protoreflect.ExtensionType, fn func... method Value (line 172) | func (f *ExtensionField) Value() protoreflect.Value { method Type (line 184) | func (f ExtensionField) Type() protoreflect.ExtensionType { method IsSet (line 190) | func (f ExtensionField) IsSet() bool { function IsLazy (line 196) | func IsLazy(m protoreflect.Message, fd protoreflect.FieldDescriptor) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_field.go type errInvalidUTF8 (line 20) | type errInvalidUTF8 struct method Error (line 22) | func (errInvalidUTF8) Error() string { return "string field contai... method InvalidUTF8 (line 23) | func (errInvalidUTF8) InvalidUTF8() bool { return true } method Unwrap (line 24) | func (errInvalidUTF8) Unwrap() error { return errors.Error } method initOneofFieldCoders (line 33) | func (mi *MessageInfo) initOneofFieldCoders(od protoreflect.OneofDescrip... function makeWeakMessageFieldCoder (line 121) | func makeWeakMessageFieldCoder(fd protoreflect.FieldDescriptor) pointerC... function makeMessageFieldCoder (line 193) | func makeMessageFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.T... function sizeMessageInfo (line 231) | func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendMessageInfo (line 235) | func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeMessageInfo (line 241) | func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *cod... function isInitMessageInfo (line 261) | func isInitMessageInfo(p pointer, f *coderFieldInfo) error { function sizeMessage (line 265) | func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int { function appendMessage (line 269) | func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marsh... function consumeMessage (line 275) | func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts... function sizeMessageValue (line 295) | func sizeMessageValue(v protoreflect.Value, tagsize int, opts marshalOpt... function appendMessageValue (line 300) | func appendMessageValue(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeMessageValue (line 305) | func consumeMessageValue(b []byte, v protoreflect.Value, _ protowire.Num... function isInitMessageValue (line 311) | func isInitMessageValue(v protoreflect.Value) error { function sizeGroupValue (line 324) | func sizeGroupValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendGroupValue (line 329) | func appendGroupValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeGroupValue (line 334) | func consumeGroupValue(b []byte, v protoreflect.Value, num protowire.Num... function makeGroupFieldCoder (line 348) | func makeGroupFieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Typ... function sizeGroupType (line 387) | func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int { function appendGroupType (line 391) | func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeGroupType (line 398) | func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeGroup (line 408) | func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int { function appendGroup (line 412) | func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshal... function consumeGroup (line 419) | func consumeGroup(b []byte, m proto.Message, num protowire.Number, wtyp ... function makeMessageSliceFieldCoder (line 439) | func makeMessageSliceFieldCoder(fd protoreflect.FieldDescriptor, ft refl... function sizeMessageSliceInfo (line 469) | func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOpti... function appendMessageSliceInfo (line 478) | func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts... function consumeMessageSliceInfo (line 493) | func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f... function isInitMessageSliceInfo (line 513) | func isInitMessageSliceInfo(p pointer, f *coderFieldInfo) error { function sizeMessageSlice (line 523) | func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ mar... function appendMessageSlice (line 533) | func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType refl... function consumeMessageSlice (line 549) | func consumeMessageSlice(b []byte, p pointer, goType reflect.Type, wtyp ... function isInitMessageSlice (line 571) | func isInitMessageSlice(p pointer, goType reflect.Type) error { function sizeMessageSliceValue (line 584) | func sizeMessageSliceValue(listv protoreflect.Value, tagsize int, opts m... function appendMessageSliceValue (line 594) | func appendMessageSliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeMessageSliceValue (line 611) | func consumeMessageSliceValue(b []byte, listv protoreflect.Value, _ prot... function isInitMessageSliceValue (line 634) | func isInitMessageSliceValue(listv protoreflect.Value) error { function sizeGroupSliceValue (line 653) | func sizeGroupSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendGroupSliceValue (line 663) | func appendGroupSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeGroupSliceValue (line 679) | func consumeGroupSliceValue(b []byte, listv protoreflect.Value, num prot... function makeGroupSliceFieldCoder (line 710) | func makeGroupSliceFieldCoder(fd protoreflect.FieldDescriptor, ft reflec... function sizeGroupSlice (line 741) | func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ ... function appendGroupSlice (line 751) | func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType r... function consumeGroupSlice (line 766) | func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp p... function sizeGroupSliceInfo (line 788) | func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOption... function appendGroupSliceInfo (line 797) | func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts m... function consumeGroupSliceInfo (line 811) | func consumeGroupSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *... function asMessage (line 825) | func asMessage(v reflect.Value) protoreflect.ProtoMessage { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_gen.go function sizeBool (line 18) | func sizeBool(p pointer, f *coderFieldInfo, opts marshalOptions) (size i... function appendBool (line 24) | func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeBool (line 32) | func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderField... function sizeBoolNoZero (line 64) | func sizeBoolNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBoolNoZero (line 74) | func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function sizeBoolPtr (line 93) | func sizeBoolPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendBoolPtr (line 100) | func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeBoolPtr (line 108) | func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeBoolSlice (line 143) | func sizeBoolSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendBoolSlice (line 152) | func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeBoolSlice (line 162) | func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeBoolPackedSlice (line 222) | func sizeBoolPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendBoolPackedSlice (line 235) | func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... function sizeBoolValue (line 260) | func sizeBoolValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendBoolValue (line 265) | func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeBoolValue (line 272) | func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeBoolSliceValue (line 302) | func sizeBoolSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendBoolSliceValue (line 312) | func appendBoolSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeBoolSliceValue (line 323) | func consumeBoolSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeBoolPackedSliceValue (line 381) | func sizeBoolPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendBoolPackedSliceValue (line 396) | func appendBoolPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeEnumValue (line 424) | func sizeEnumValue(v protoreflect.Value, tagsize int, opts marshalOption... function appendEnumValue (line 429) | func appendEnumValue(b []byte, v protoreflect.Value, wiretag uint64, opt... function consumeEnumValue (line 436) | func consumeEnumValue(b []byte, _ protoreflect.Value, _ protowire.Number... function sizeEnumSliceValue (line 466) | func sizeEnumSliceValue(listv protoreflect.Value, tagsize int, opts mars... function appendEnumSliceValue (line 476) | func appendEnumSliceValue(b []byte, listv protoreflect.Value, wiretag ui... function consumeEnumSliceValue (line 487) | func consumeEnumSliceValue(b []byte, listv protoreflect.Value, _ protowi... function sizeEnumPackedSliceValue (line 545) | func sizeEnumPackedSliceValue(listv protoreflect.Value, tagsize int, opt... function appendEnumPackedSliceValue (line 560) | func appendEnumPackedSliceValue(b []byte, listv protoreflect.Value, wire... function sizeInt32 (line 588) | func sizeInt32(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt32 (line 594) | func appendInt32(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt32 (line 602) | func consumeInt32(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt32NoZero (line 634) | func sizeInt32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt32NoZero (line 644) | func appendInt32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt32Ptr (line 663) | func sizeInt32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt32Ptr (line 670) | func appendInt32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt32Ptr (line 678) | func consumeInt32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt32Slice (line 713) | func sizeInt32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt32Slice (line 722) | func appendInt32Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt32Slice (line 732) | func consumeInt32Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt32PackedSlice (line 792) | func sizeInt32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt32PackedSlice (line 805) | func appendInt32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt32Value (line 830) | func sizeInt32Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt32Value (line 835) | func appendInt32Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt32Value (line 842) | func consumeInt32Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt32SliceValue (line 872) | func sizeInt32SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt32SliceValue (line 882) | func appendInt32SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt32SliceValue (line 893) | func consumeInt32SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt32PackedSliceValue (line 951) | func sizeInt32PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt32PackedSliceValue (line 966) | func appendInt32PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint32 (line 994) | func sizeSint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint32 (line 1000) | func appendSint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint32 (line 1008) | func consumeSint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint32NoZero (line 1040) | func sizeSint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint32NoZero (line 1050) | func appendSint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint32Ptr (line 1069) | func sizeSint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint32Ptr (line 1076) | func appendSint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint32Ptr (line 1084) | func consumeSint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint32Slice (line 1119) | func sizeSint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint32Slice (line 1128) | func appendSint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint32Slice (line 1138) | func consumeSint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint32PackedSlice (line 1198) | func sizeSint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint32PackedSlice (line 1211) | func appendSint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint32Value (line 1236) | func sizeSint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint32Value (line 1241) | func appendSint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint32Value (line 1248) | func consumeSint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint32SliceValue (line 1278) | func sizeSint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint32SliceValue (line 1288) | func appendSint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint32SliceValue (line 1299) | func consumeSint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint32PackedSliceValue (line 1357) | func sizeSint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint32PackedSliceValue (line 1372) | func appendSint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint32 (line 1400) | func sizeUint32(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint32 (line 1406) | func appendUint32(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint32 (line 1414) | func consumeUint32(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint32NoZero (line 1446) | func sizeUint32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint32NoZero (line 1456) | func appendUint32NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint32Ptr (line 1475) | func sizeUint32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint32Ptr (line 1482) | func appendUint32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint32Ptr (line 1490) | func consumeUint32Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint32Slice (line 1525) | func sizeUint32Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint32Slice (line 1534) | func appendUint32Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint32Slice (line 1544) | func consumeUint32Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint32PackedSlice (line 1604) | func sizeUint32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint32PackedSlice (line 1617) | func appendUint32PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint32Value (line 1642) | func sizeUint32Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint32Value (line 1647) | func appendUint32Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint32Value (line 1654) | func consumeUint32Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint32SliceValue (line 1684) | func sizeUint32SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint32SliceValue (line 1694) | func appendUint32SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint32SliceValue (line 1705) | func consumeUint32SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint32PackedSliceValue (line 1763) | func sizeUint32PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint32PackedSliceValue (line 1778) | func appendUint32PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeInt64 (line 1806) | func sizeInt64(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendInt64 (line 1812) | func appendInt64(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeInt64 (line 1820) | func consumeInt64(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeInt64NoZero (line 1852) | func sizeInt64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendInt64NoZero (line 1862) | func appendInt64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeInt64Ptr (line 1881) | func sizeInt64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendInt64Ptr (line 1888) | func appendInt64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeInt64Ptr (line 1896) | func consumeInt64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeInt64Slice (line 1931) | func sizeInt64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendInt64Slice (line 1940) | func appendInt64Slice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeInt64Slice (line 1950) | func consumeInt64Slice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeInt64PackedSlice (line 2010) | func sizeInt64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendInt64PackedSlice (line 2023) | func appendInt64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeInt64Value (line 2048) | func sizeInt64Value(v protoreflect.Value, tagsize int, opts marshalOptio... function appendInt64Value (line 2053) | func appendInt64Value(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeInt64Value (line 2060) | func consumeInt64Value(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeInt64SliceValue (line 2090) | func sizeInt64SliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendInt64SliceValue (line 2100) | func appendInt64SliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeInt64SliceValue (line 2111) | func consumeInt64SliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeInt64PackedSliceValue (line 2169) | func sizeInt64PackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendInt64PackedSliceValue (line 2184) | func appendInt64PackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSint64 (line 2212) | func sizeSint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendSint64 (line 2218) | func appendSint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeSint64 (line 2226) | func consumeSint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeSint64NoZero (line 2258) | func sizeSint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendSint64NoZero (line 2268) | func appendSint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeSint64Ptr (line 2287) | func sizeSint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendSint64Ptr (line 2294) | func appendSint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeSint64Ptr (line 2302) | func consumeSint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeSint64Slice (line 2337) | func sizeSint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSint64Slice (line 2346) | func appendSint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSint64Slice (line 2356) | func consumeSint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSint64PackedSlice (line 2416) | func sizeSint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendSint64PackedSlice (line 2429) | func appendSint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeSint64Value (line 2454) | func sizeSint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendSint64Value (line 2459) | func appendSint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeSint64Value (line 2466) | func consumeSint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeSint64SliceValue (line 2496) | func sizeSint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendSint64SliceValue (line 2506) | func appendSint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeSint64SliceValue (line 2517) | func consumeSint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeSint64PackedSliceValue (line 2575) | func sizeSint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendSint64PackedSliceValue (line 2590) | func appendSint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeUint64 (line 2618) | func sizeUint64(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendUint64 (line 2624) | func appendUint64(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeUint64 (line 2632) | func consumeUint64(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeUint64NoZero (line 2664) | func sizeUint64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendUint64NoZero (line 2674) | func appendUint64NoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeUint64Ptr (line 2693) | func sizeUint64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendUint64Ptr (line 2700) | func appendUint64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeUint64Ptr (line 2708) | func consumeUint64Ptr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeUint64Slice (line 2743) | func sizeUint64Slice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendUint64Slice (line 2752) | func appendUint64Slice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeUint64Slice (line 2762) | func consumeUint64Slice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeUint64PackedSlice (line 2822) | func sizeUint64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendUint64PackedSlice (line 2835) | func appendUint64PackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeUint64Value (line 2860) | func sizeUint64Value(v protoreflect.Value, tagsize int, opts marshalOpti... function appendUint64Value (line 2865) | func appendUint64Value(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeUint64Value (line 2872) | func consumeUint64Value(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeUint64SliceValue (line 2902) | func sizeUint64SliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendUint64SliceValue (line 2912) | func appendUint64SliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeUint64SliceValue (line 2923) | func consumeUint64SliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeUint64PackedSliceValue (line 2981) | func sizeUint64PackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendUint64PackedSliceValue (line 2996) | func appendUint64PackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeSfixed32 (line 3024) | func sizeSfixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed32 (line 3030) | func appendSfixed32(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed32 (line 3038) | func consumeSfixed32(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed32NoZero (line 3060) | func sizeSfixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed32NoZero (line 3070) | func appendSfixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed32Ptr (line 3089) | func sizeSfixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed32Ptr (line 3095) | func appendSfixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed32Ptr (line 3103) | func consumeSfixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed32Slice (line 3128) | func sizeSfixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed32Slice (line 3135) | func appendSfixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed32Slice (line 3145) | func consumeSfixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed32PackedSlice (line 3185) | func sizeSfixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed32PackedSlice (line 3195) | func appendSfixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed32Value (line 3217) | func sizeSfixed32Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed32Value (line 3222) | func appendSfixed32Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed32Value (line 3229) | func consumeSfixed32Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed32SliceValue (line 3249) | func sizeSfixed32SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed32SliceValue (line 3256) | func appendSfixed32SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed32SliceValue (line 3267) | func consumeSfixed32SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed32PackedSliceValue (line 3305) | func sizeSfixed32PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed32PackedSliceValue (line 3316) | func appendSfixed32PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed32 (line 3340) | func sizeFixed32(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed32 (line 3346) | func appendFixed32(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed32 (line 3354) | func consumeFixed32(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed32NoZero (line 3376) | func sizeFixed32NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed32NoZero (line 3386) | func appendFixed32NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed32Ptr (line 3405) | func sizeFixed32Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed32Ptr (line 3411) | func appendFixed32Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed32Ptr (line 3419) | func consumeFixed32Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed32Slice (line 3444) | func sizeFixed32Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed32Slice (line 3451) | func appendFixed32Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed32Slice (line 3461) | func consumeFixed32Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed32PackedSlice (line 3501) | func sizeFixed32PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed32PackedSlice (line 3511) | func appendFixed32PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed32Value (line 3533) | func sizeFixed32Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed32Value (line 3538) | func appendFixed32Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed32Value (line 3545) | func consumeFixed32Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed32SliceValue (line 3565) | func sizeFixed32SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed32SliceValue (line 3572) | func appendFixed32SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed32SliceValue (line 3583) | func consumeFixed32SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed32PackedSliceValue (line 3621) | func sizeFixed32PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed32PackedSliceValue (line 3632) | func appendFixed32PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeFloat (line 3656) | func sizeFloat(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendFloat (line 3662) | func appendFloat(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeFloat (line 3670) | func consumeFloat(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function sizeFloatNoZero (line 3692) | func sizeFloatNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendFloatNoZero (line 3702) | func appendFloatNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function sizeFloatPtr (line 3721) | func sizeFloatPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendFloatPtr (line 3727) | func appendFloatPtr(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeFloatPtr (line 3735) | func consumeFloatPtr(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeFloatSlice (line 3760) | func sizeFloatSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFloatSlice (line 3767) | func appendFloatSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFloatSlice (line 3777) | func consumeFloatSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFloatPackedSlice (line 3817) | func sizeFloatPackedSlice(p pointer, f *coderFieldInfo, opts marshalOpti... function appendFloatPackedSlice (line 3827) | func appendFloatPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts... function sizeFloatValue (line 3849) | func sizeFloatValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendFloatValue (line 3854) | func appendFloatValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeFloatValue (line 3861) | func consumeFloatValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeFloatSliceValue (line 3881) | func sizeFloatSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendFloatSliceValue (line 3888) | func appendFloatSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeFloatSliceValue (line 3899) | func consumeFloatSliceValue(b []byte, listv protoreflect.Value, _ protow... function sizeFloatPackedSliceValue (line 3937) | func sizeFloatPackedSliceValue(listv protoreflect.Value, tagsize int, op... function appendFloatPackedSliceValue (line 3948) | func appendFloatPackedSliceValue(b []byte, listv protoreflect.Value, wir... function sizeSfixed64 (line 3972) | func sizeSfixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (si... function appendSfixed64 (line 3978) | func appendSfixed64(b []byte, p pointer, f *coderFieldInfo, opts marshal... function consumeSfixed64 (line 3986) | func consumeSfixed64(b []byte, p pointer, wtyp protowire.Type, f *coderF... function sizeSfixed64NoZero (line 4008) | func sizeSfixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOption... function appendSfixed64NoZero (line 4018) | func appendSfixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts m... function sizeSfixed64Ptr (line 4037) | func sizeSfixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendSfixed64Ptr (line 4043) | func appendSfixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeSfixed64Ptr (line 4051) | func consumeSfixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeSfixed64Slice (line 4076) | func sizeSfixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions... function appendSfixed64Slice (line 4083) | func appendSfixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts ma... function consumeSfixed64Slice (line 4093) | func consumeSfixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *c... function sizeSfixed64PackedSlice (line 4133) | func sizeSfixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalO... function appendSfixed64PackedSlice (line 4143) | func appendSfixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, o... function sizeSfixed64Value (line 4165) | func sizeSfixed64Value(v protoreflect.Value, tagsize int, opts marshalOp... function appendSfixed64Value (line 4170) | func appendSfixed64Value(b []byte, v protoreflect.Value, wiretag uint64,... function consumeSfixed64Value (line 4177) | func consumeSfixed64Value(b []byte, _ protoreflect.Value, _ protowire.Nu... function sizeSfixed64SliceValue (line 4197) | func sizeSfixed64SliceValue(listv protoreflect.Value, tagsize int, opts ... function appendSfixed64SliceValue (line 4204) | func appendSfixed64SliceValue(b []byte, listv protoreflect.Value, wireta... function consumeSfixed64SliceValue (line 4215) | func consumeSfixed64SliceValue(b []byte, listv protoreflect.Value, _ pro... function sizeSfixed64PackedSliceValue (line 4253) | func sizeSfixed64PackedSliceValue(listv protoreflect.Value, tagsize int,... function appendSfixed64PackedSliceValue (line 4264) | func appendSfixed64PackedSliceValue(b []byte, listv protoreflect.Value, ... function sizeFixed64 (line 4288) | func sizeFixed64(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendFixed64 (line 4294) | func appendFixed64(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeFixed64 (line 4302) | func consumeFixed64(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function sizeFixed64NoZero (line 4324) | func sizeFixed64NoZero(p pointer, f *coderFieldInfo, opts marshalOptions... function appendFixed64NoZero (line 4334) | func appendFixed64NoZero(b []byte, p pointer, f *coderFieldInfo, opts ma... function sizeFixed64Ptr (line 4353) | func sizeFixed64Ptr(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendFixed64Ptr (line 4359) | func appendFixed64Ptr(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeFixed64Ptr (line 4367) | func consumeFixed64Ptr(b []byte, p pointer, wtyp protowire.Type, f *code... function sizeFixed64Slice (line 4392) | func sizeFixed64Slice(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendFixed64Slice (line 4399) | func appendFixed64Slice(b []byte, p pointer, f *coderFieldInfo, opts mar... function consumeFixed64Slice (line 4409) | func consumeFixed64Slice(b []byte, p pointer, wtyp protowire.Type, f *co... function sizeFixed64PackedSlice (line 4449) | func sizeFixed64PackedSlice(p pointer, f *coderFieldInfo, opts marshalOp... function appendFixed64PackedSlice (line 4459) | func appendFixed64PackedSlice(b []byte, p pointer, f *coderFieldInfo, op... function sizeFixed64Value (line 4481) | func sizeFixed64Value(v protoreflect.Value, tagsize int, opts marshalOpt... function appendFixed64Value (line 4486) | func appendFixed64Value(b []byte, v protoreflect.Value, wiretag uint64, ... function consumeFixed64Value (line 4493) | func consumeFixed64Value(b []byte, _ protoreflect.Value, _ protowire.Num... function sizeFixed64SliceValue (line 4513) | func sizeFixed64SliceValue(listv protoreflect.Value, tagsize int, opts m... function appendFixed64SliceValue (line 4520) | func appendFixed64SliceValue(b []byte, listv protoreflect.Value, wiretag... function consumeFixed64SliceValue (line 4531) | func consumeFixed64SliceValue(b []byte, listv protoreflect.Value, _ prot... function sizeFixed64PackedSliceValue (line 4569) | func sizeFixed64PackedSliceValue(listv protoreflect.Value, tagsize int, ... function appendFixed64PackedSliceValue (line 4580) | func appendFixed64PackedSliceValue(b []byte, listv protoreflect.Value, w... function sizeDouble (line 4604) | func sizeDouble(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendDouble (line 4610) | func appendDouble(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeDouble (line 4618) | func consumeDouble(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function sizeDoubleNoZero (line 4640) | func sizeDoubleNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendDoubleNoZero (line 4650) | func appendDoubleNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function sizeDoublePtr (line 4669) | func sizeDoublePtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendDoublePtr (line 4675) | func appendDoublePtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeDoublePtr (line 4683) | func consumeDoublePtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function sizeDoubleSlice (line 4708) | func sizeDoubleSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendDoubleSlice (line 4715) | func appendDoubleSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeDoubleSlice (line 4725) | func consumeDoubleSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function sizeDoublePackedSlice (line 4765) | func sizeDoublePackedSlice(p pointer, f *coderFieldInfo, opts marshalOpt... function appendDoublePackedSlice (line 4775) | func appendDoublePackedSlice(b []byte, p pointer, f *coderFieldInfo, opt... function sizeDoubleValue (line 4797) | func sizeDoubleValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendDoubleValue (line 4802) | func appendDoubleValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeDoubleValue (line 4809) | func consumeDoubleValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function sizeDoubleSliceValue (line 4829) | func sizeDoubleSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendDoubleSliceValue (line 4836) | func appendDoubleSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeDoubleSliceValue (line 4847) | func consumeDoubleSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeDoublePackedSliceValue (line 4885) | func sizeDoublePackedSliceValue(listv protoreflect.Value, tagsize int, o... function appendDoublePackedSliceValue (line 4896) | func appendDoublePackedSliceValue(b []byte, listv protoreflect.Value, wi... function sizeString (line 4920) | func sizeString(p pointer, f *coderFieldInfo, opts marshalOptions) (size... function appendString (line 4926) | func appendString(b []byte, p pointer, f *coderFieldInfo, opts marshalOp... function consumeString (line 4934) | func consumeString(b []byte, p pointer, wtyp protowire.Type, f *coderFie... function appendStringValidateUTF8 (line 4955) | func appendStringValidateUTF8(b []byte, p pointer, f *coderFieldInfo, op... function consumeStringValidateUTF8 (line 4966) | func consumeStringValidateUTF8(b []byte, p pointer, wtyp protowire.Type,... function sizeStringNoZero (line 4991) | func sizeStringNoZero(p pointer, f *coderFieldInfo, opts marshalOptions)... function appendStringNoZero (line 5001) | func appendStringNoZero(b []byte, p pointer, f *coderFieldInfo, opts mar... function appendStringNoZeroValidateUTF8 (line 5020) | func appendStringNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldIn... function sizeStringPtr (line 5042) | func sizeStringPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendStringPtr (line 5049) | func appendStringPtr(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeStringPtr (line 5057) | func consumeStringPtr(b []byte, p pointer, wtyp protowire.Type, f *coder... function appendStringPtrValidateUTF8 (line 5083) | func appendStringPtrValidateUTF8(b []byte, p pointer, f *coderFieldInfo,... function consumeStringPtrValidateUTF8 (line 5094) | func consumeStringPtrValidateUTF8(b []byte, p pointer, wtyp protowire.Ty... function sizeStringSlice (line 5122) | func sizeStringSlice(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendStringSlice (line 5131) | func appendStringSlice(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeStringSlice (line 5141) | func consumeStringSlice(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendStringSliceValidateUTF8 (line 5163) | func appendStringSliceValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeStringSliceValidateUTF8 (line 5176) | func consumeStringSliceValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeStringValue (line 5201) | func sizeStringValue(v protoreflect.Value, tagsize int, opts marshalOpti... function appendStringValue (line 5206) | func appendStringValue(b []byte, v protoreflect.Value, wiretag uint64, o... function consumeStringValue (line 5213) | func consumeStringValue(b []byte, _ protoreflect.Value, _ protowire.Numb... function appendStringValueValidateUTF8 (line 5233) | func appendStringValueValidateUTF8(b []byte, v protoreflect.Value, wiret... function consumeStringValueValidateUTF8 (line 5243) | func consumeStringValueValidateUTF8(b []byte, _ protoreflect.Value, _ pr... function sizeStringSliceValue (line 5266) | func sizeStringSliceValue(listv protoreflect.Value, tagsize int, opts ma... function appendStringSliceValue (line 5276) | func appendStringSliceValue(b []byte, listv protoreflect.Value, wiretag ... function consumeStringSliceValue (line 5287) | func consumeStringSliceValue(b []byte, listv protoreflect.Value, _ proto... function sizeBytes (line 5309) | func sizeBytes(p pointer, f *coderFieldInfo, opts marshalOptions) (size ... function appendBytes (line 5315) | func appendBytes(b []byte, p pointer, f *coderFieldInfo, opts marshalOpt... function consumeBytes (line 5323) | func consumeBytes(b []byte, p pointer, wtyp protowire.Type, f *coderFiel... function appendBytesValidateUTF8 (line 5344) | func appendBytesValidateUTF8(b []byte, p pointer, f *coderFieldInfo, opt... function consumeBytesValidateUTF8 (line 5355) | func consumeBytesValidateUTF8(b []byte, p pointer, wtyp protowire.Type, ... function sizeBytesNoZero (line 5380) | func sizeBytesNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) ... function appendBytesNoZero (line 5390) | func appendBytesNoZero(b []byte, p pointer, f *coderFieldInfo, opts mars... function consumeBytesNoZero (line 5402) | func consumeBytesNoZero(b []byte, p pointer, wtyp protowire.Type, f *cod... function appendBytesNoZeroValidateUTF8 (line 5424) | func appendBytesNoZeroValidateUTF8(b []byte, p pointer, f *coderFieldInf... function consumeBytesNoZeroValidateUTF8 (line 5438) | func consumeBytesNoZeroValidateUTF8(b []byte, p pointer, wtyp protowire.... function sizeBytesSlice (line 5462) | func sizeBytesSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendBytesSlice (line 5471) | func appendBytesSlice(b []byte, p pointer, f *coderFieldInfo, opts marsh... function consumeBytesSlice (line 5481) | func consumeBytesSlice(b []byte, p pointer, wtyp protowire.Type, f *code... function appendBytesSliceValidateUTF8 (line 5503) | func appendBytesSliceValidateUTF8(b []byte, p pointer, f *coderFieldInfo... function consumeBytesSliceValidateUTF8 (line 5516) | func consumeBytesSliceValidateUTF8(b []byte, p pointer, wtyp protowire.T... function sizeBytesValue (line 5541) | func sizeBytesValue(v protoreflect.Value, tagsize int, opts marshalOptio... function appendBytesValue (line 5546) | func appendBytesValue(b []byte, v protoreflect.Value, wiretag uint64, op... function consumeBytesValue (line 5553) | func consumeBytesValue(b []byte, _ protoreflect.Value, _ protowire.Numbe... function sizeBytesSliceValue (line 5573) | func sizeBytesSliceValue(listv protoreflect.Value, tagsize int, opts mar... function appendBytesSliceValue (line 5583) | func appendBytesSliceValue(b []byte, listv protoreflect.Value, wiretag u... function consumeBytesSliceValue (line 5594) | func consumeBytesSliceValue(b []byte, listv protoreflect.Value, _ protow... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map.go type mapInfo (line 16) | type mapInfo struct function encoderFuncsForMap (line 27) | func encoderFuncsForMap(fd protoreflect.FieldDescriptor, ft reflect.Type... constant mapKeyTagSize (line 87) | mapKeyTagSize = 1 constant mapValTagSize (line 88) | mapValTagSize = 1 function sizeMap (line 91) | func sizeMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo, opts ... function consumeMap (line 114) | func consumeMap(b []byte, mapv reflect.Value, wtyp protowire.Type, mapi ... function consumeMapOfMessage (line 171) | func consumeMapOfMessage(b []byte, mapv reflect.Value, wtyp protowire.Ty... function appendMapItem (line 235) | func appendMapItem(b []byte, keyrv, valrv reflect.Value, mapi *mapInfo, ... function appendMap (line 266) | func appendMap(b []byte, mapv reflect.Value, mapi *mapInfo, f *coderFiel... function appendMapDeterministic (line 285) | func appendMapDeterministic(b []byte, mapv reflect.Value, mapi *mapInfo,... function isInitMap (line 314) | func isInitMap(mapv reflect.Value, mapi *mapInfo, f *coderFieldInfo) err... function mergeMap (line 339) | func mergeMap(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMapOfBytes (line 354) | func mergeMapOfBytes(dst, src pointer, f *coderFieldInfo, opts mergeOpti... function mergeMapOfMessage (line 369) | func mergeMapOfMessage(dst, src pointer, f *coderFieldInfo, opts mergeOp... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go type mapIter (line 12) | type mapIter struct method Next (line 23) | func (i *mapIter) Next() bool { method Key (line 32) | func (i *mapIter) Key() reflect.Value { method Value (line 36) | func (i *mapIter) Value() reflect.Value { function mapRange (line 19) | func mapRange(v reflect.Value) *mapIter { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go function mapRange (line 12) | func mapRange(v reflect.Value) *reflect.MapIter { return v.MapRange() } FILE: vendor/google.golang.org/protobuf/internal/impl/codec_message.go type coderMessageInfo (line 22) | type coderMessageInfo struct type coderFieldInfo (line 37) | type coderFieldInfo struct method makeCoderMethods (line 50) | func (mi *MessageInfo) makeCoderMethods(t reflect.Type, si structInfo) { method getUnknownBytes (line 197) | func (mi *MessageInfo) getUnknownBytes(p pointer) *[]byte { method mutableUnknownBytes (line 207) | func (mi *MessageInfo) mutableUnknownBytes(p pointer) *[]byte { FILE: vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go function sizeMessageSet (line 16) | func sizeMessageSet(mi *MessageInfo, p pointer, opts marshalOptions) (si... function marshalMessageSet (line 39) | func marshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts marsha... function marshalMessageSetField (line 84) | func marshalMessageSetField(mi *MessageInfo, b []byte, x ExtensionField,... function unmarshalMessageSet (line 96) | func unmarshalMessageSet(mi *MessageInfo, b []byte, p pointer, opts unma... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go function sizeEnum (line 16) | func sizeEnum(p pointer, f *coderFieldInfo, _ marshalOptions) (size int) { function appendEnum (line 21) | func appendEnum(b []byte, p pointer, f *coderFieldInfo, opts marshalOpti... function consumeEnum (line 28) | func consumeEnum(b []byte, p pointer, wtyp protowire.Type, f *coderField... function mergeEnum (line 41) | func mergeEnum(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumNoZero (line 52) | func sizeEnumNoZero(p pointer, f *coderFieldInfo, opts marshalOptions) (... function appendEnumNoZero (line 59) | func appendEnumNoZero(b []byte, p pointer, f *coderFieldInfo, opts marsh... function mergeEnumNoZero (line 66) | func mergeEnumNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPtr (line 79) | func sizeEnumPtr(p pointer, f *coderFieldInfo, opts marshalOptions) (siz... function appendEnumPtr (line 83) | func appendEnumPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalO... function consumeEnumPtr (line 87) | func consumeEnumPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFi... function mergeEnumPtr (line 97) | func mergeEnumPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumSlice (line 112) | func sizeEnumSlice(p pointer, f *coderFieldInfo, opts marshalOptions) (s... function appendEnumSlice (line 120) | func appendEnumSlice(b []byte, p pointer, f *coderFieldInfo, opts marsha... function consumeEnumSlice (line 129) | func consumeEnumSlice(b []byte, p pointer, wtyp protowire.Type, f *coder... function mergeEnumSlice (line 163) | func mergeEnumSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function sizeEnumPackedSlice (line 174) | func sizeEnumPackedSlice(p pointer, f *coderFieldInfo, opts marshalOptio... function appendEnumPackedSlice (line 187) | func appendEnumPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts ... FILE: vendor/google.golang.org/protobuf/internal/impl/codec_tables.go type pointerCoderFuncs (line 17) | type pointerCoderFuncs struct type valueCoderFuncs (line 27) | type valueCoderFuncs struct function fieldCoder (line 37) | func fieldCoder(fd protoreflect.FieldDescriptor, ft reflect.Type) (*Mess... function encoderFuncsForValue (line 437) | func encoderFuncsForValue(fd protoreflect.FieldDescriptor) valueCoderFun... FILE: vendor/google.golang.org/protobuf/internal/impl/convert.go type unwrapper (line 16) | type unwrapper interface type Converter (line 21) | type Converter interface function NewConverter (line 53) | func NewConverter(t reflect.Type, fd protoreflect.FieldDescriptor) Conve... function newSingularConverter (line 89) | func newSingularConverter(t reflect.Type, fd protoreflect.FieldDescripto... type boolConverter (line 145) | type boolConverter struct method PBValueOf (line 150) | func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 156) | func (c *boolConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 159) | func (c *boolConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 163) | func (c *boolConverter) IsValidGo(v reflect.Value) bool { method New (line 166) | func (c *boolConverter) New() protoreflect.Value { return c.def } method Zero (line 167) | func (c *boolConverter) Zero() protoreflect.Value { return c.def } type int32Converter (line 169) | type int32Converter struct method PBValueOf (line 174) | func (c *int32Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 180) | func (c *int32Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 183) | func (c *int32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 187) | func (c *int32Converter) IsValidGo(v reflect.Value) bool { method New (line 190) | func (c *int32Converter) New() protoreflect.Value { return c.def } method Zero (line 191) | func (c *int32Converter) Zero() protoreflect.Value { return c.def } type int64Converter (line 193) | type int64Converter struct method PBValueOf (line 198) | func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 204) | func (c *int64Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 207) | func (c *int64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 211) | func (c *int64Converter) IsValidGo(v reflect.Value) bool { method New (line 214) | func (c *int64Converter) New() protoreflect.Value { return c.def } method Zero (line 215) | func (c *int64Converter) Zero() protoreflect.Value { return c.def } type uint32Converter (line 217) | type uint32Converter struct method PBValueOf (line 222) | func (c *uint32Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 228) | func (c *uint32Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 231) | func (c *uint32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 235) | func (c *uint32Converter) IsValidGo(v reflect.Value) bool { method New (line 238) | func (c *uint32Converter) New() protoreflect.Value { return c.def } method Zero (line 239) | func (c *uint32Converter) Zero() protoreflect.Value { return c.def } type uint64Converter (line 241) | type uint64Converter struct method PBValueOf (line 246) | func (c *uint64Converter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 252) | func (c *uint64Converter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 255) | func (c *uint64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 259) | func (c *uint64Converter) IsValidGo(v reflect.Value) bool { method New (line 262) | func (c *uint64Converter) New() protoreflect.Value { return c.def } method Zero (line 263) | func (c *uint64Converter) Zero() protoreflect.Value { return c.def } type float32Converter (line 265) | type float32Converter struct method PBValueOf (line 270) | func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 276) | func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 279) | func (c *float32Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 283) | func (c *float32Converter) IsValidGo(v reflect.Value) bool { method New (line 286) | func (c *float32Converter) New() protoreflect.Value { return c.def } method Zero (line 287) | func (c *float32Converter) Zero() protoreflect.Value { return c.def } type float64Converter (line 289) | type float64Converter struct method PBValueOf (line 294) | func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 300) | func (c *float64Converter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 303) | func (c *float64Converter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 307) | func (c *float64Converter) IsValidGo(v reflect.Value) bool { method New (line 310) | func (c *float64Converter) New() protoreflect.Value { return c.def } method Zero (line 311) | func (c *float64Converter) Zero() protoreflect.Value { return c.def } type stringConverter (line 313) | type stringConverter struct method PBValueOf (line 318) | func (c *stringConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 324) | func (c *stringConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 333) | func (c *stringConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 337) | func (c *stringConverter) IsValidGo(v reflect.Value) bool { method New (line 340) | func (c *stringConverter) New() protoreflect.Value { return c.def } method Zero (line 341) | func (c *stringConverter) Zero() protoreflect.Value { return c.def } type bytesConverter (line 343) | type bytesConverter struct method PBValueOf (line 348) | func (c *bytesConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 357) | func (c *bytesConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 360) | func (c *bytesConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 364) | func (c *bytesConverter) IsValidGo(v reflect.Value) bool { method New (line 367) | func (c *bytesConverter) New() protoreflect.Value { return c.def } method Zero (line 368) | func (c *bytesConverter) Zero() protoreflect.Value { return c.def } type enumConverter (line 370) | type enumConverter struct method PBValueOf (line 385) | func (c *enumConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 392) | func (c *enumConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 396) | func (c *enumConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 401) | func (c *enumConverter) IsValidGo(v reflect.Value) bool { method New (line 405) | func (c *enumConverter) New() protoreflect.Value { method Zero (line 409) | func (c *enumConverter) Zero() protoreflect.Value { function newEnumConverter (line 375) | func newEnumConverter(goType reflect.Type, fd protoreflect.FieldDescript... type messageConverter (line 413) | type messageConverter struct method PBValueOf (line 421) | func (c *messageConverter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 438) | func (c *messageConverter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 462) | func (c *messageConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 476) | func (c *messageConverter) IsValidGo(v reflect.Value) bool { method New (line 480) | func (c *messageConverter) New() protoreflect.Value { method Zero (line 487) | func (c *messageConverter) Zero() protoreflect.Value { method isNonPointer (line 493) | func (c *messageConverter) isNonPointer() bool { function newMessageConverter (line 417) | func newMessageConverter(goType reflect.Type) Converter { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_list.go function newListConverter (line 14) | func newListConverter(t reflect.Type, fd protoreflect.FieldDescriptor) C... type listConverter (line 24) | type listConverter struct method PBValueOf (line 29) | func (c *listConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 38) | func (c *listConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 46) | func (c *listConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 54) | func (c *listConverter) IsValidGo(v reflect.Value) bool { method New (line 58) | func (c *listConverter) New() protoreflect.Value { method Zero (line 62) | func (c *listConverter) Zero() protoreflect.Value { type listPtrConverter (line 66) | type listPtrConverter struct method PBValueOf (line 71) | func (c *listPtrConverter) PBValueOf(v reflect.Value) protoreflect.Val... method GoValueOf (line 78) | func (c *listPtrConverter) GoValueOf(v protoreflect.Value) reflect.Val... method IsValidPB (line 82) | func (c *listPtrConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 90) | func (c *listPtrConverter) IsValidGo(v reflect.Value) bool { method New (line 94) | func (c *listPtrConverter) New() protoreflect.Value { method Zero (line 98) | func (c *listPtrConverter) Zero() protoreflect.Value { type listReflect (line 102) | type listReflect struct method Len (line 107) | func (ls *listReflect) Len() int { method Get (line 113) | func (ls *listReflect) Get(i int) protoreflect.Value { method Set (line 116) | func (ls *listReflect) Set(i int, v protoreflect.Value) { method Append (line 119) | func (ls *listReflect) Append(v protoreflect.Value) { method AppendMutable (line 122) | func (ls *listReflect) AppendMutable() protoreflect.Value { method Truncate (line 130) | func (ls *listReflect) Truncate(i int) { method NewElement (line 133) | func (ls *listReflect) NewElement() protoreflect.Value { method IsValid (line 136) | func (ls *listReflect) IsValid() bool { method protoUnwrap (line 139) | func (ls *listReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/convert_map.go type mapConverter (line 14) | type mapConverter struct method PBValueOf (line 30) | func (c *mapConverter) PBValueOf(v reflect.Value) protoreflect.Value { method GoValueOf (line 37) | func (c *mapConverter) GoValueOf(v protoreflect.Value) reflect.Value { method IsValidPB (line 41) | func (c *mapConverter) IsValidPB(v protoreflect.Value) bool { method IsValidGo (line 49) | func (c *mapConverter) IsValidGo(v reflect.Value) bool { method New (line 53) | func (c *mapConverter) New() protoreflect.Value { method Zero (line 57) | func (c *mapConverter) Zero() protoreflect.Value { function newMapConverter (line 19) | func newMapConverter(t reflect.Type, fd protoreflect.FieldDescriptor) *m... type mapReflect (line 61) | type mapReflect struct method Len (line 67) | func (ms *mapReflect) Len() int { method Has (line 70) | func (ms *mapReflect) Has(k protoreflect.MapKey) bool { method Get (line 75) | func (ms *mapReflect) Get(k protoreflect.MapKey) protoreflect.Value { method Set (line 83) | func (ms *mapReflect) Set(k protoreflect.MapKey, v protoreflect.Value) { method Clear (line 88) | func (ms *mapReflect) Clear(k protoreflect.MapKey) { method Mutable (line 92) | func (ms *mapReflect) Mutable(k protoreflect.MapKey) protoreflect.Value { method Range (line 103) | func (ms *mapReflect) Range(f func(protoreflect.MapKey, protoreflect.V... method NewValue (line 113) | func (ms *mapReflect) NewValue() protoreflect.Value { method IsValid (line 116) | func (ms *mapReflect) IsValid() bool { method protoUnwrap (line 119) | func (ms *mapReflect) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/decode.go type unmarshalOptions (line 22) | type unmarshalOptions struct method Options (line 31) | func (o unmarshalOptions) Options() proto.UnmarshalOptions { method DiscardUnknown (line 40) | func (o unmarshalOptions) DiscardUnknown() bool { method IsDefault (line 44) | func (o unmarshalOptions) IsDefault() bool { type unmarshalOutput (line 53) | type unmarshalOutput struct method unmarshal (line 59) | func (mi *MessageInfo) unmarshal(in protoiface.UnmarshalInput) (protoifa... method unmarshalPointer (line 88) | func (mi *MessageInfo) unmarshalPointer(b []byte, p pointer, groupTag pr... method unmarshalExtension (line 207) | func (mi *MessageInfo) unmarshalExtension(b []byte, num protowire.Number... function skipExtension (line 259) | func skipExtension(b []byte, xi *extensionFieldInfo, num protowire.Numbe... FILE: vendor/google.golang.org/protobuf/internal/impl/encode.go type marshalOptions (line 17) | type marshalOptions struct method Options (line 21) | func (o marshalOptions) Options() proto.MarshalOptions { method Deterministic (line 29) | func (o marshalOptions) Deterministic() bool { return o.flags&piface.M... method UseCachedSize (line 30) | func (o marshalOptions) UseCachedSize() bool { return o.flags&piface.M... method size (line 33) | func (mi *MessageInfo) size(in piface.SizeInput) piface.SizeOutput { method sizePointer (line 46) | func (mi *MessageInfo) sizePointer(p pointer, opts marshalOptions) (size... method sizePointerSlow (line 59) | func (mi *MessageInfo) sizePointerSlow(p pointer, opts marshalOptions) (... method marshal (line 100) | func (mi *MessageInfo) marshal(in piface.MarshalInput) (out piface.Marsh... method marshalAppendPointer (line 113) | func (mi *MessageInfo) marshalAppendPointer(b []byte, p pointer, opts ma... method sizeExtensions (line 152) | func (mi *MessageInfo) sizeExtensions(ext *map[int32]ExtensionField, opt... method appendExtensions (line 166) | func (mi *MessageInfo) appendExtensions(b []byte, ext *map[int32]Extensi... FILE: vendor/google.golang.org/protobuf/internal/impl/enum.go type EnumInfo (line 13) | type EnumInfo struct method New (line 18) | func (t *EnumInfo) New(n protoreflect.EnumNumber) protoreflect.Enum { method Descriptor (line 21) | func (t *EnumInfo) Descriptor() protoreflect.EnumDescriptor { return t... FILE: vendor/google.golang.org/protobuf/internal/impl/extension.go type ExtensionInfo (line 21) | type ExtensionInfo struct method New (line 92) | func (xi *ExtensionInfo) New() protoreflect.Value { method Zero (line 95) | func (xi *ExtensionInfo) Zero() protoreflect.Value { method ValueOf (line 98) | func (xi *ExtensionInfo) ValueOf(v interface{}) protoreflect.Value { method InterfaceOf (line 101) | func (xi *ExtensionInfo) InterfaceOf(v protoreflect.Value) interface{} { method IsValidValue (line 104) | func (xi *ExtensionInfo) IsValidValue(v protoreflect.Value) bool { method IsValidInterface (line 107) | func (xi *ExtensionInfo) IsValidInterface(v interface{}) bool { method TypeDescriptor (line 110) | func (xi *ExtensionInfo) TypeDescriptor() protoreflect.ExtensionTypeDe... method lazyInit (line 117) | func (xi *ExtensionInfo) lazyInit() Converter { method lazyInitSlow (line 124) | func (xi *ExtensionInfo) lazyInitSlow() { constant extensionInfoUninitialized (line 81) | extensionInfoUninitialized = 0 constant extensionInfoDescInit (line 82) | extensionInfoDescInit = 1 constant extensionInfoFullInit (line 83) | extensionInfoFullInit = 2 function InitExtensionInfo (line 86) | func InitExtensionInfo(xi *ExtensionInfo, xd protoreflect.ExtensionDescr... type extensionTypeDescriptor (line 146) | type extensionTypeDescriptor struct method Type (line 151) | func (xtd *extensionTypeDescriptor) Type() protoreflect.ExtensionType { method Descriptor (line 154) | func (xtd *extensionTypeDescriptor) Descriptor() protoreflect.Extensio... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go function legacyEnumName (line 21) | func legacyEnumName(ed protoreflect.EnumDescriptor) string { function legacyWrapEnum (line 36) | func legacyWrapEnum(v reflect.Value) protoreflect.Enum { function legacyLoadEnumType (line 45) | func legacyLoadEnumType(t reflect.Type) protoreflect.EnumType { type legacyEnumType (line 64) | type legacyEnumType struct method New (line 70) | func (t *legacyEnumType) New(n protoreflect.EnumNumber) protoreflect.E... method Descriptor (line 78) | func (t *legacyEnumType) Descriptor() protoreflect.EnumDescriptor { type legacyEnumWrapper (line 82) | type legacyEnumWrapper struct method Descriptor (line 88) | func (e *legacyEnumWrapper) Descriptor() protoreflect.EnumDescriptor { method Type (line 91) | func (e *legacyEnumWrapper) Type() protoreflect.EnumType { method Number (line 94) | func (e *legacyEnumWrapper) Number() protoreflect.EnumNumber { method ProtoReflect (line 97) | func (e *legacyEnumWrapper) ProtoReflect() protoreflect.Enum { method protoUnwrap (line 100) | func (e *legacyEnumWrapper) protoUnwrap() interface{} { function LegacyLoadEnumDesc (line 117) | func LegacyLoadEnumDesc(t reflect.Type) protoreflect.EnumDescriptor { function aberrantLoadEnumDesc (line 160) | func aberrantLoadEnumDesc(t reflect.Type) protoreflect.EnumDescriptor { function AberrantDeriveFullName (line 194) | func AberrantDeriveFullName(t reflect.Type) protoreflect.FullName { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_export.go method LegacyEnumName (line 23) | func (Export) LegacyEnumName(ed protoreflect.EnumDescriptor) string { method LegacyMessageTypeOf (line 29) | func (Export) LegacyMessageTypeOf(m protoiface.MessageV1, name protorefl... method UnmarshalJSONEnum (line 39) | func (Export) UnmarshalJSONEnum(ed protoreflect.EnumDescriptor, b []byte... method CompressGZIP (line 61) | func (Export) CompressGZIP(in []byte) (out []byte) { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go method initToLegacy (line 20) | func (xi *ExtensionInfo) initToLegacy() { method initFromLegacy (line 75) | func (xi *ExtensionInfo) initFromLegacy() { type placeholderExtension (line 140) | type placeholderExtension struct method ParentFile (line 145) | func (x placeholderExtension) ParentFile() protoreflect.FileDescriptor... method Parent (line 146) | func (x placeholderExtension) Parent() protoreflect.Descriptor ... method Index (line 147) | func (x placeholderExtension) Index() int ... method Syntax (line 148) | func (x placeholderExtension) Syntax() protoreflect.Syntax ... method Name (line 149) | func (x placeholderExtension) Name() protoreflect.Name ... method FullName (line 150) | func (x placeholderExtension) FullName() protoreflect.FullName ... method IsPlaceholder (line 151) | func (x placeholderExtension) IsPlaceholder() bool ... method Options (line 152) | func (x placeholderExtension) Options() protoreflect.ProtoMessage ... method Number (line 153) | func (x placeholderExtension) Number() protoreflect.FieldNumber ... method Cardinality (line 154) | func (x placeholderExtension) Cardinality() protoreflect.Cardinality ... method Kind (line 155) | func (x placeholderExtension) Kind() protoreflect.Kind ... method HasJSONName (line 156) | func (x placeholderExtension) HasJSONName() bool ... method JSONName (line 157) | func (x placeholderExtension) JSONName() string ... method TextName (line 158) | func (x placeholderExtension) TextName() string ... method HasPresence (line 159) | func (x placeholderExtension) HasPresence() bool ... method HasOptionalKeyword (line 160) | func (x placeholderExtension) HasOptionalKeyword() bool ... method IsExtension (line 161) | func (x placeholderExtension) IsExtension() bool ... method IsWeak (line 162) | func (x placeholderExtension) IsWeak() bool ... method IsPacked (line 163) | func (x placeholderExtension) IsPacked() bool ... method IsList (line 164) | func (x placeholderExtension) IsList() bool ... method IsMap (line 165) | func (x placeholderExtension) IsMap() bool ... method MapKey (line 166) | func (x placeholderExtension) MapKey() protoreflect.FieldDescriptor ... method MapValue (line 167) | func (x placeholderExtension) MapValue() protoreflect.FieldDescriptor ... method HasDefault (line 168) | func (x placeholderExtension) HasDefault() bool ... method Default (line 169) | func (x placeholderExtension) Default() protoreflect.Value ... method DefaultEnumValue (line 170) | func (x placeholderExtension) DefaultEnumValue() protoreflect.EnumValu... method ContainingOneof (line 171) | func (x placeholderExtension) ContainingOneof() protoreflect.OneofDesc... method ContainingMessage (line 172) | func (x placeholderExtension) ContainingMessage() protoreflect.Message... method Enum (line 173) | func (x placeholderExtension) Enum() protoreflect.EnumDescriptor ... method Message (line 174) | func (x placeholderExtension) Message() protoreflect.MessageDescriptor... method ProtoType (line 175) | func (x placeholderExtension) ProtoType(protoreflect.FieldDescriptor) ... method ProtoInternal (line 176) | func (x placeholderExtension) ProtoInternal(pragma.DoNotImplement) ... FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_file.go type enumV1 (line 27) | type enumV1 interface type messageV1 (line 30) | type messageV1 interface function legacyLoadFileDesc (line 43) | func legacyLoadFileDesc(b []byte) protoreflect.FileDescriptor { type resolverOnly (line 69) | type resolverOnly struct method FindFileByPath (line 73) | func (r resolverOnly) FindFileByPath(path string) (protoreflect.FileDe... method FindDescriptorByName (line 76) | func (r resolverOnly) FindDescriptorByName(name protoreflect.FullName)... method RegisterFile (line 79) | func (resolverOnly) RegisterFile(protoreflect.FileDescriptor) error { FILE: vendor/google.golang.org/protobuf/internal/impl/legacy_message.go function legacyWrapMessage (line 24) | func legacyWrapMessage(v reflect.Value) protoreflect.Message { function legacyLoadMessageType (line 36) | func legacyLoadMessageType(t reflect.Type, name protoreflect.FullName) p... function legacyLoadMessageInfo (line 48) | func legacyLoadMessageInfo(t reflect.Type, name protoreflect.FullName) *... function LegacyLoadMessageDesc (line 90) | func LegacyLoadMessageDesc(t reflect.Type) protoreflect.MessageDescriptor { function legacyLoadMessageDesc (line 93) | func legacyLoadMessageDesc(t reflect.Type, name protoreflect.FullName) p... function aberrantLoadMessageDesc (line 165) | func aberrantLoadMessageDesc(t reflect.Type, name protoreflect.FullName)... function aberrantLoadMessageDescReentrant (line 173) | func aberrantLoadMessageDescReentrant(t reflect.Type, name protoreflect.... function aberrantDeriveMessageName (line 268) | func aberrantDeriveMessageName(t reflect.Type, name protoreflect.FullNam... function aberrantAppendField (line 287) | func aberrantAppendField(md *filedesc.Message, goType reflect.Type, tag,... type placeholderEnumValues (line 361) | type placeholderEnumValues struct method ByNumber (line 365) | func (placeholderEnumValues) ByNumber(n protoreflect.EnumNumber) proto... type legacyMarshaler (line 370) | type legacyMarshaler interface type legacyUnmarshaler (line 375) | type legacyUnmarshaler interface type legacyMerger (line 380) | type legacyMerger interface function legacyMarshal (line 396) | func legacyMarshal(in protoiface.MarshalInput) (protoiface.MarshalOutput... function legacyUnmarshal (line 411) | func legacyUnmarshal(in protoiface.UnmarshalInput) (protoiface.Unmarshal... function legacyMerge (line 420) | func legacyMerge(in protoiface.MergeInput) protoiface.MergeOutput { type aberrantMessageType (line 460) | type aberrantMessageType struct method New (line 464) | func (mt aberrantMessageType) New() protoreflect.Message { method Zero (line 470) | func (mt aberrantMessageType) Zero() protoreflect.Message { method GoType (line 473) | func (mt aberrantMessageType) GoType() reflect.Type { method Descriptor (line 476) | func (mt aberrantMessageType) Descriptor() protoreflect.MessageDescrip... type aberrantMessage (line 485) | type aberrantMessage struct method Reset (line 490) | func (m aberrantMessage) Reset() { method ProtoReflect (line 500) | func (m aberrantMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 504) | func (m aberrantMessage) Descriptor() protoreflect.MessageDescriptor { method Type (line 507) | func (m aberrantMessage) Type() protoreflect.MessageType { method New (line 510) | func (m aberrantMessage) New() protoreflect.Message { method Interface (line 516) | func (m aberrantMessage) Interface() protoreflect.ProtoMessage { method Range (line 519) | func (m aberrantMessage) Range(f func(protoreflect.FieldDescriptor, pr... method Has (line 522) | func (m aberrantMessage) Has(protoreflect.FieldDescriptor) bool { method Clear (line 525) | func (m aberrantMessage) Clear(protoreflect.FieldDescriptor) { method Get (line 528) | func (m aberrantMessage) Get(fd protoreflect.FieldDescriptor) protoref... method Set (line 534) | func (m aberrantMessage) Set(protoreflect.FieldDescriptor, protoreflec... method Mutable (line 537) | func (m aberrantMessage) Mutable(protoreflect.FieldDescriptor) protore... method NewField (line 540) | func (m aberrantMessage) NewField(protoreflect.FieldDescriptor) protor... method WhichOneof (line 543) | func (m aberrantMessage) WhichOneof(protoreflect.OneofDescriptor) prot... method GetUnknown (line 546) | func (m aberrantMessage) GetUnknown() protoreflect.RawFields { method SetUnknown (line 549) | func (m aberrantMessage) SetUnknown(protoreflect.RawFields) { method IsValid (line 552) | func (m aberrantMessage) IsValid() bool { method ProtoMethods (line 558) | func (m aberrantMessage) ProtoMethods() *protoiface.Methods { method protoUnwrap (line 561) | func (m aberrantMessage) protoUnwrap() interface{} { FILE: vendor/google.golang.org/protobuf/internal/impl/merge.go type mergeOptions (line 16) | type mergeOptions struct method Merge (line 18) | func (o mergeOptions) Merge(dst, src proto.Message) { method merge (line 23) | func (mi *MessageInfo) merge(in protoiface.MergeInput) protoiface.MergeO... method mergePointer (line 36) | func (mi *MessageInfo) mergePointer(dst, src pointer, opts mergeOptions) { function mergeScalarValue (line 88) | func mergeScalarValue(dst, src protoreflect.Value, opts mergeOptions) pr... function mergeBytesValue (line 92) | func mergeBytesValue(dst, src protoreflect.Value, opts mergeOptions) pro... function mergeListValue (line 96) | func mergeListValue(dst, src protoreflect.Value, opts mergeOptions) prot... function mergeBytesListValue (line 105) | func mergeBytesListValue(dst, src protoreflect.Value, opts mergeOptions)... function mergeMessageListValue (line 116) | func mergeMessageListValue(dst, src protoreflect.Value, opts mergeOption... function mergeMessageValue (line 127) | func mergeMessageValue(dst, src protoreflect.Value, opts mergeOptions) p... function mergeMessage (line 132) | func mergeMessage(dst, src pointer, f *coderFieldInfo, opts mergeOptions) { function mergeMessageSlice (line 148) | func mergeMessageSlice(dst, src pointer, f *coderFieldInfo, opts mergeOp... function mergeBytes (line 160) | func mergeBytes(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBytesNoZero (line 164) | func mergeBytesNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeBytesSlice (line 171) | func mergeBytesSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { FILE: vendor/google.golang.org/protobuf/internal/impl/merge_gen.go function mergeBool (line 11) | func mergeBool(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolNoZero (line 15) | func mergeBoolNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolPtr (line 22) | func mergeBoolPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeBoolSlice (line 30) | func mergeBoolSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32 (line 36) | func mergeInt32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32NoZero (line 40) | func mergeInt32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt32Ptr (line 47) | func mergeInt32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt32Slice (line 55) | func mergeInt32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32 (line 61) | func mergeUint32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32NoZero (line 65) | func mergeUint32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint32Ptr (line 72) | func mergeUint32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint32Slice (line 80) | func mergeUint32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64 (line 86) | func mergeInt64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64NoZero (line 90) | func mergeInt64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeInt64Ptr (line 97) | func mergeInt64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeInt64Slice (line 105) | func mergeInt64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64 (line 111) | func mergeUint64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64NoZero (line 115) | func mergeUint64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeUint64Ptr (line 122) | func mergeUint64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeUint64Slice (line 130) | func mergeUint64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... function mergeFloat32 (line 136) | func mergeFloat32(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32NoZero (line 140) | func mergeFloat32NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat32Ptr (line 147) | func mergeFloat32Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat32Slice (line 155) | func mergeFloat32Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeFloat64 (line 161) | func mergeFloat64(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64NoZero (line 165) | func mergeFloat64NoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOpti... function mergeFloat64Ptr (line 172) | func mergeFloat64Ptr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeFloat64Slice (line 180) | func mergeFloat64Slice(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeString (line 186) | func mergeString(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringNoZero (line 190) | func mergeStringNoZero(dst, src pointer, _ *coderFieldInfo, _ mergeOptio... function mergeStringPtr (line 197) | func mergeStringPtr(dst, src pointer, _ *coderFieldInfo, _ mergeOptions) { function mergeStringSlice (line 205) | func mergeStringSlice(dst, src pointer, _ *coderFieldInfo, _ mergeOption... FILE: vendor/google.golang.org/protobuf/internal/impl/message.go type MessageInfo (line 26) | type MessageInfo struct method init (line 67) | func (mi *MessageInfo) init() { method initOnce (line 76) | func (mi *MessageInfo) initOnce() { method getPointer (line 99) | func (mi *MessageInfo) getPointer(m protoreflect.Message) (p pointer, ... method makeStructInfo (line 142) | func (mi *MessageInfo) makeStructInfo(t reflect.Type) structInfo { method New (line 220) | func (mi *MessageInfo) New() protoreflect.Message { method Zero (line 227) | func (mi *MessageInfo) Zero() protoreflect.Message { method Descriptor (line 230) | func (mi *MessageInfo) Descriptor() protoreflect.MessageDescriptor { method Enum (line 233) | func (mi *MessageInfo) Enum(i int) protoreflect.EnumType { method Message (line 238) | func (mi *MessageInfo) Message(i int) protoreflect.MessageType { type exporter (line 50) | type exporter function getMessageInfo (line 55) | func getMessageInfo(mt reflect.Type) *MessageInfo { type structInfo (line 126) | type structInfo struct type mapEntryType (line 252) | type mapEntryType struct method New (line 257) | func (mt mapEntryType) New() protoreflect.Message { method Zero (line 260) | func (mt mapEntryType) Zero() protoreflect.Message { method Descriptor (line 263) | func (mt mapEntryType) Descriptor() protoreflect.MessageDescriptor { method Enum (line 266) | func (mt mapEntryType) Enum(i int) protoreflect.EnumType { method Message (line 273) | func (mt mapEntryType) Message(i int) protoreflect.MessageType { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect.go type reflectMessageInfo (line 16) | type reflectMessageInfo struct method makeReflectFuncs (line 41) | func (mi *MessageInfo) makeReflectFuncs(t reflect.Type, si structInfo) { method makeKnownFieldsFunc (line 54) | func (mi *MessageInfo) makeKnownFieldsFunc(si structInfo) { method makeUnknownFieldsFunc (line 116) | func (mi *MessageInfo) makeUnknownFieldsFunc(t reflect.Type, si structIn... method makeExtensionFieldsFunc (line 166) | func (mi *MessageInfo) makeExtensionFieldsFunc(t reflect.Type, si struct... method makeFieldTypes (line 181) | func (mi *MessageInfo) makeFieldTypes(si structInfo) { type extensionMap (line 234) | type extensionMap method Range (line 236) | func (m *extensionMap) Range(f func(protoreflect.FieldDescriptor, prot... method Has (line 250) | func (m *extensionMap) Has(xt protoreflect.ExtensionType) (ok bool) { method Clear (line 269) | func (m *extensionMap) Clear(xt protoreflect.ExtensionType) { method Get (line 272) | func (m *extensionMap) Get(xt protoreflect.ExtensionType) protoreflect... method Set (line 281) | func (m *extensionMap) Set(xt protoreflect.ExtensionType, v protorefle... method Mutable (line 305) | func (m *extensionMap) Mutable(xt protoreflect.ExtensionType) protoref... type MessageState (line 358) | type MessageState struct type messageState (line 366) | type messageState type messageDataType (line 377) | type messageDataType struct type messageReflectWrapper (line 383) | type messageReflectWrapper method pointer (line 408) | func (m *messageReflectWrapper) pointer() pointer { return m.p } method messageInfo (line 409) | func (m *messageReflectWrapper) messageInfo() *MessageInfo { return m.... type messageIfaceWrapper (line 384) | type messageIfaceWrapper method Reset (line 412) | func (m *messageIfaceWrapper) Reset() { method ProtoReflect (line 422) | func (m *messageIfaceWrapper) ProtoReflect() protoreflect.Message { method protoUnwrap (line 425) | func (m *messageIfaceWrapper) protoUnwrap() interface{} { method MessageOf (line 397) | func (mi *MessageInfo) MessageOf(m interface{}) protoreflect.Message { method checkField (line 431) | func (mi *MessageInfo) checkField(fd protoreflect.FieldDescriptor) (*fie... FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go type fieldInfo (line 18) | type fieldInfo struct function fieldInfoForMissing (line 31) | func fieldInfoForMissing(fd protoreflect.FieldDescriptor) fieldInfo { function fieldInfoForOneof (line 64) | func fieldInfoForOneof(fd protoreflect.FieldDescriptor, fs reflect.Struc... function fieldInfoForMap (line 147) | func fieldInfoForMap(fd protoreflect.FieldDescriptor, fs reflect.StructF... function fieldInfoForList (line 200) | func fieldInfoForList(fd protoreflect.FieldDescriptor, fs reflect.Struct... function fieldInfoForScalar (line 255) | func fieldInfoForScalar(fd protoreflect.FieldDescriptor, fs reflect.Stru... function fieldInfoForWeakMessage (line 341) | func fieldInfoForWeakMessage(fd protoreflect.FieldDescriptor, weakOffset... function fieldInfoForMessage (line 414) | func fieldInfoForMessage(fd protoreflect.FieldDescriptor, fs reflect.Str... type oneofInfo (line 466) | type oneofInfo struct function makeOneofInfo (line 471) | func makeOneofInfo(od protoreflect.OneofDescriptor, si structInfo, x exp... function isZero (line 509) | func isZero(v reflect.Value) bool { FILE: vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go method Descriptor (line 14) | func (m *messageState) Descriptor() protoreflect.MessageDescriptor { method Type (line 17) | func (m *messageState) Type() protoreflect.MessageType { method New (line 20) | func (m *messageState) New() protoreflect.Message { method Interface (line 23) | func (m *messageState) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 26) | func (m *messageState) protoUnwrap() interface{} { method ProtoMethods (line 29) | func (m *messageState) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 39) | func (m *messageState) ProtoMessageInfo() *MessageInfo { method Range (line 43) | func (m *messageState) Range(f func(protoreflect.FieldDescriptor, protor... method Has (line 64) | func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 72) | func (m *messageState) Clear(fd protoreflect.FieldDescriptor) { method Get (line 80) | func (m *messageState) Get(fd protoreflect.FieldDescriptor) protoreflect... method Set (line 88) | func (m *messageState) Set(fd protoreflect.FieldDescriptor, v protorefle... method Mutable (line 96) | func (m *messageState) Mutable(fd protoreflect.FieldDescriptor) protoref... method NewField (line 104) | func (m *messageState) NewField(fd protoreflect.FieldDescriptor) protore... method WhichOneof (line 112) | func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) proto... method GetUnknown (line 119) | func (m *messageState) GetUnknown() protoreflect.RawFields { method SetUnknown (line 123) | func (m *messageState) SetUnknown(b protoreflect.RawFields) { method IsValid (line 127) | func (m *messageState) IsValid() bool { method Descriptor (line 131) | func (m *messageReflectWrapper) Descriptor() protoreflect.MessageDescrip... method Type (line 134) | func (m *messageReflectWrapper) Type() protoreflect.MessageType { method New (line 137) | func (m *messageReflectWrapper) New() protoreflect.Message { method Interface (line 140) | func (m *messageReflectWrapper) Interface() protoreflect.ProtoMessage { method protoUnwrap (line 146) | func (m *messageReflectWrapper) protoUnwrap() interface{} { method ProtoMethods (line 149) | func (m *messageReflectWrapper) ProtoMethods() *protoiface.Methods { method ProtoMessageInfo (line 159) | func (m *messageReflectWrapper) ProtoMessageInfo() *MessageInfo { method Range (line 163) | func (m *messageReflectWrapper) Range(f func(protoreflect.FieldDescripto... method Has (line 184) | func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { method Clear (line 192) | func (m *messageReflectWrapper) Clear(fd protoreflect.FieldDescriptor) { method Get (line 200) | func (m *messageReflectWrapper) Get(fd protoreflect.FieldDescriptor) pro... method Set (line 208) | func (m *messageReflectWrapper) Set(fd protoreflect.FieldDescriptor, v p... method Mutable (line 216) | func (m *messageReflectWrapper) Mutable(fd protoreflect.FieldDescriptor)... method NewField (line 224) | func (m *messageReflectWrapper) NewField(fd protoreflect.FieldDescriptor... method WhichOneof (line 232) | func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescript... method GetUnknown (line 239) | func (m *messageReflectWrapper) GetUnknown() protoreflect.RawFields { method SetUnknown (line 243) | func (m *messageReflectWrapper) SetUnknown(b protoreflect.RawFields) { method IsValid (line 247) | func (m *messageReflectWrapper) IsValid() bool { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go constant UnsafeEnabled (line 16) | UnsafeEnabled = false type Pointer (line 19) | type Pointer interface type offset (line 23) | type offset struct method IsValid (line 43) | func (f offset) IsValid() bool { return f.index >= 0 } function offsetOf (line 29) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 52) | type pointer struct method IsNil (line 70) | func (p pointer) IsNil() bool { method Apply (line 76) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 87) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 96) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 100) | func (p pointer) Bool() *bool { return p.v.Interface().(*... method BoolPtr (line 101) | func (p pointer) BoolPtr() **bool { return p.v.Interface().(*... method BoolSlice (line 102) | func (p pointer) BoolSlice() *[]bool { return p.v.Interface().(*... method Int32 (line 103) | func (p pointer) Int32() *int32 { return p.v.Interface().(*... method Int32Ptr (line 104) | func (p pointer) Int32Ptr() **int32 { return p.v.Interface().(*... method Int32Slice (line 105) | func (p pointer) Int32Slice() *[]int32 { return p.v.Interface().(*... method Int64 (line 106) | func (p pointer) Int64() *int64 { return p.v.Interface().(*... method Int64Ptr (line 107) | func (p pointer) Int64Ptr() **int64 { return p.v.Interface().(*... method Int64Slice (line 108) | func (p pointer) Int64Slice() *[]int64 { return p.v.Interface().(*... method Uint32 (line 109) | func (p pointer) Uint32() *uint32 { return p.v.Interface().(*... method Uint32Ptr (line 110) | func (p pointer) Uint32Ptr() **uint32 { return p.v.Interface().(*... method Uint32Slice (line 111) | func (p pointer) Uint32Slice() *[]uint32 { return p.v.Interface().(*... method Uint64 (line 112) | func (p pointer) Uint64() *uint64 { return p.v.Interface().(*... method Uint64Ptr (line 113) | func (p pointer) Uint64Ptr() **uint64 { return p.v.Interface().(*... method Uint64Slice (line 114) | func (p pointer) Uint64Slice() *[]uint64 { return p.v.Interface().(*... method Float32 (line 115) | func (p pointer) Float32() *float32 { return p.v.Interface().(*... method Float32Ptr (line 116) | func (p pointer) Float32Ptr() **float32 { return p.v.Interface().(*... method Float32Slice (line 117) | func (p pointer) Float32Slice() *[]float32 { return p.v.Interface().(*... method Float64 (line 118) | func (p pointer) Float64() *float64 { return p.v.Interface().(*... method Float64Ptr (line 119) | func (p pointer) Float64Ptr() **float64 { return p.v.Interface().(*... method Float64Slice (line 120) | func (p pointer) Float64Slice() *[]float64 { return p.v.Interface().(*... method String (line 121) | func (p pointer) String() *string { return p.v.Interface().(*... method StringPtr (line 122) | func (p pointer) StringPtr() **string { return p.v.Interface().(*... method StringSlice (line 123) | func (p pointer) StringSlice() *[]string { return p.v.Interface().(*... method Bytes (line 124) | func (p pointer) Bytes() *[]byte { return p.v.Interface().(*... method BytesPtr (line 125) | func (p pointer) BytesPtr() **[]byte { return p.v.Interface().(*... method BytesSlice (line 126) | func (p pointer) BytesSlice() *[][]byte { return p.v.Interface().(*... method WeakFields (line 127) | func (p pointer) WeakFields() *weakFields { return (*weakFields)(p.v.... method Extensions (line 128) | func (p pointer) Extensions() *map[int32]ExtensionField { method Elem (line 132) | func (p pointer) Elem() pointer { method PointerSlice (line 138) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 152) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 158) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 55) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 60) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 65) | func pointerOfIface(v interface{}) pointer { method MessageStateOf (line 162) | func (Export) MessageStateOf(p Pointer) *messageState { panic("not s... method pointer (line 163) | func (ms *messageState) pointer() pointer { panic("not s... method messageInfo (line 164) | func (ms *messageState) messageInfo() *MessageInfo { panic("not s... method LoadMessageInfo (line 165) | func (ms *messageState) LoadMessageInfo() *MessageInfo { panic("not s... method StoreMessageInfo (line 166) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { panic("not s... type atomicNilMessage (line 168) | type atomicNilMessage struct method Init (line 173) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go constant UnsafeEnabled (line 16) | UnsafeEnabled = true type Pointer (line 19) | type Pointer type offset (line 23) | type offset method IsValid (line 31) | func (f offset) IsValid() bool { return f != invalidOffset } function offsetOf (line 26) | func offsetOf(f reflect.StructField, x exporter) offset { type pointer (line 40) | type pointer struct method IsNil (line 62) | func (p pointer) IsNil() bool { method Apply (line 68) | func (p pointer) Apply(f offset) pointer { method AsValueOf (line 77) | func (p pointer) AsValueOf(t reflect.Type) reflect.Value { method AsIfaceOf (line 83) | func (p pointer) AsIfaceOf(t reflect.Type) interface{} { method Bool (line 88) | func (p pointer) Bool() *bool { return (*boo... method BoolPtr (line 89) | func (p pointer) BoolPtr() **bool { return (**bo... method BoolSlice (line 90) | func (p pointer) BoolSlice() *[]bool { return (*[]b... method Int32 (line 91) | func (p pointer) Int32() *int32 { return (*int... method Int32Ptr (line 92) | func (p pointer) Int32Ptr() **int32 { return (**in... method Int32Slice (line 93) | func (p pointer) Int32Slice() *[]int32 { return (*[]i... method Int64 (line 94) | func (p pointer) Int64() *int64 { return (*int... method Int64Ptr (line 95) | func (p pointer) Int64Ptr() **int64 { return (**in... method Int64Slice (line 96) | func (p pointer) Int64Slice() *[]int64 { return (*[]i... method Uint32 (line 97) | func (p pointer) Uint32() *uint32 { return (*uin... method Uint32Ptr (line 98) | func (p pointer) Uint32Ptr() **uint32 { return (**ui... method Uint32Slice (line 99) | func (p pointer) Uint32Slice() *[]uint32 { return (*[]u... method Uint64 (line 100) | func (p pointer) Uint64() *uint64 { return (*uin... method Uint64Ptr (line 101) | func (p pointer) Uint64Ptr() **uint64 { return (**ui... method Uint64Slice (line 102) | func (p pointer) Uint64Slice() *[]uint64 { return (*[]u... method Float32 (line 103) | func (p pointer) Float32() *float32 { return (*flo... method Float32Ptr (line 104) | func (p pointer) Float32Ptr() **float32 { return (**fl... method Float32Slice (line 105) | func (p pointer) Float32Slice() *[]float32 { return (*[]f... method Float64 (line 106) | func (p pointer) Float64() *float64 { return (*flo... method Float64Ptr (line 107) | func (p pointer) Float64Ptr() **float64 { return (**fl... method Float64Slice (line 108) | func (p pointer) Float64Slice() *[]float64 { return (*[]f... method String (line 109) | func (p pointer) String() *string { return (*str... method StringPtr (line 110) | func (p pointer) StringPtr() **string { return (**st... method StringSlice (line 111) | func (p pointer) StringSlice() *[]string { return (*[]s... method Bytes (line 112) | func (p pointer) Bytes() *[]byte { return (*[]b... method BytesPtr (line 113) | func (p pointer) BytesPtr() **[]byte { return (**[]... method BytesSlice (line 114) | func (p pointer) BytesSlice() *[][]byte { return (*[][... method WeakFields (line 115) | func (p pointer) WeakFields() *weakFields { return (*wea... method Extensions (line 116) | func (p pointer) Extensions() *map[int32]ExtensionField { return (*map... method Elem (line 118) | func (p pointer) Elem() pointer { method PointerSlice (line 125) | func (p pointer) PointerSlice() []pointer { method AppendPointerSlice (line 132) | func (p pointer) AppendPointerSlice(v pointer) { method SetPointer (line 137) | func (p pointer) SetPointer(v pointer) { function pointerOf (line 43) | func pointerOf(p Pointer) pointer { function pointerOfValue (line 48) | func pointerOfValue(v reflect.Value) pointer { function pointerOfIface (line 53) | func pointerOfIface(v interface{}) pointer { constant _ (line 142) | _ = uint(unsafe.Sizeof(unsafe.Pointer(nil)) - unsafe.Sizeof(MessageState... method MessageStateOf (line 144) | func (Export) MessageStateOf(p Pointer) *messageState { method pointer (line 148) | func (ms *messageState) pointer() pointer { method messageInfo (line 152) | func (ms *messageState) messageInfo() *MessageInfo { method LoadMessageInfo (line 159) | func (ms *messageState) LoadMessageInfo() *MessageInfo { method StoreMessageInfo (line 162) | func (ms *messageState) StoreMessageInfo(mi *MessageInfo) { type atomicNilMessage (line 166) | type atomicNilMessage struct method Init (line 168) | func (m *atomicNilMessage) Init(mi *MessageInfo) *messageReflectWrapper { FILE: vendor/google.golang.org/protobuf/internal/impl/validate.go type ValidationStatus (line 25) | type ValidationStatus method String (line 42) | func (v ValidationStatus) String() string { constant ValidationUnknown (line 33) | ValidationUnknown ValidationStatus = iota + 1 constant ValidationInvalid (line 36) | ValidationInvalid constant ValidationValid (line 39) | ValidationValid function Validate (line 59) | func Validate(mt protoreflect.MessageType, in protoiface.UnmarshalInput)... type validationInfo (line 77) | type validationInfo struct type validationType (line 91) | type validationType constant validationTypeOther (line 94) | validationTypeOther validationType = iota constant validationTypeMessage (line 95) | validationTypeMessage constant validationTypeGroup (line 96) | validationTypeGroup constant validationTypeMap (line 97) | validationTypeMap constant validationTypeRepeatedVarint (line 98) | validationTypeRepeatedVarint constant validationTypeRepeatedFixed32 (line 99) | validationTypeRepeatedFixed32 constant validationTypeRepeatedFixed64 (line 100) | validationTypeRepeatedFixed64 constant validationTypeVarint (line 101) | validationTypeVarint constant validationTypeFixed32 (line 102) | validationTypeFixed32 constant validationTypeFixed64 (line 103) | validationTypeFixed64 constant validationTypeBytes (line 104) | validationTypeBytes constant validationTypeUTF8String (line 105) | validationTypeUTF8String constant validationTypeMessageSetItem (line 106) | validationTypeMessageSetItem function newFieldValidationInfo (line 109) | func newFieldValidationInfo(mi *MessageInfo, si structInfo, fd protorefl... function newValidationInfo (line 145) | func newValidationInfo(fd protoreflect.FieldDescriptor, ft reflect.Type)... method validate (line 225) | func (mi *MessageInfo) validate(b []byte, groupTag protowire.Number, opt... FILE: vendor/google.golang.org/protobuf/internal/impl/weak.go type weakFields (line 18) | type weakFields method get (line 20) | func (w weakFields) get(num protoreflect.FieldNumber) (protoreflect.Pr... method set (line 25) | func (w *weakFields) set(num protoreflect.FieldNumber, m protoreflect.... method clear (line 32) | func (w *weakFields) clear(num protoreflect.FieldNumber) { method HasWeak (line 36) | func (Export) HasWeak(w WeakFields, num protoreflect.FieldNumber) bool { method ClearWeak (line 41) | func (Export) ClearWeak(w *WeakFields, num protoreflect.FieldNumber) { method GetWeak (line 45) | func (Export) GetWeak(w WeakFields, num protoreflect.FieldNumber, name p... method SetWeak (line 56) | func (Export) SetWeak(w *WeakFields, num protoreflect.FieldNumber, name ... FILE: vendor/google.golang.org/protobuf/internal/order/order.go type FieldOrder (line 13) | type FieldOrder type KeyOrder (line 67) | type KeyOrder FILE: vendor/google.golang.org/protobuf/internal/order/range.go type messageField (line 15) | type messageField struct type FieldRanger (line 27) | type FieldRanger interface function RangeFields (line 33) | func RangeFields(fs FieldRanger, less FieldOrder, fn VisitField) { type mapEntry (line 66) | type mapEntry struct type EntryRanger (line 78) | type EntryRanger interface function RangeEntries (line 84) | func RangeEntries(es EntryRanger, less KeyOrder, fn VisitEntry) { FILE: vendor/google.golang.org/protobuf/internal/pragma/pragma.go type NoUnkeyedLiterals (line 12) | type NoUnkeyedLiterals struct type DoNotImplement (line 19) | type DoNotImplement interface type DoNotCompare (line 22) | type DoNotCompare type DoNotCopy (line 29) | type DoNotCopy FILE: vendor/google.golang.org/protobuf/internal/set/ints.go type int64s (line 11) | type int64s method Len (line 13) | func (bs *int64s) Len() int { method Has (line 16) | func (bs *int64s) Has(n uint64) bool { method Set (line 19) | func (bs *int64s) Set(n uint64) { method Clear (line 22) | func (bs *int64s) Clear(n uint64) { type Ints (line 27) | type Ints struct method Len (line 32) | func (bs *Ints) Len() int { method Has (line 35) | func (bs *Ints) Has(n uint64) bool { method Set (line 42) | func (bs *Ints) Set(n uint64) { method Clear (line 52) | func (bs *Ints) Clear(n uint64) { FILE: vendor/google.golang.org/protobuf/internal/strs/strings.go function EnforceUTF8 (line 19) | func EnforceUTF8(fd protoreflect.FieldDescriptor) bool { function GoCamelCase (line 32) | func GoCamelCase(s string) string { function GoSanitized (line 71) | func GoSanitized(s string) string { function JSONCamelCase (line 92) | func JSONCamelCase(s string) string { function JSONSnakeCase (line 110) | func JSONSnakeCase(s string) string { function MapEntryName (line 125) | func MapEntryName(s string) string { function EnumValueName (line 145) | func EnumValueName(s string) string { function TrimEnumPrefix (line 166) | func TrimEnumPrefix(s, prefix string) string { function isASCIILower (line 188) | func isASCIILower(c byte) bool { function isASCIIUpper (line 191) | func isASCIIUpper(c byte) bool { function isASCIIDigit (line 194) | func isASCIIDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_pure.go function UnsafeString (line 12) | func UnsafeString(b []byte) string { function UnsafeBytes (line 16) | func UnsafeBytes(s string) []byte { type Builder (line 20) | type Builder struct method AppendFullName (line 22) | func (*Builder) AppendFullName(prefix pref.FullName, name pref.Name) p... method MakeString (line 26) | func (*Builder) MakeString(b []byte) string { FILE: vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go type stringHeader (line 17) | type stringHeader struct type sliceHeader (line 21) | type sliceHeader struct function UnsafeString (line 33) | func UnsafeString(b []byte) (s string) { function UnsafeBytes (line 45) | func UnsafeBytes(s string) (b []byte) { type Builder (line 56) | type Builder struct method AppendFullName (line 62) | func (sb *Builder) AppendFullName(prefix protoreflect.FullName, name p... method MakeString (line 76) | func (sb *Builder) MakeString(b []byte) string { method grow (line 82) | func (sb *Builder) grow(n int) { method last (line 93) | func (sb *Builder) last(n int) string { FILE: vendor/google.golang.org/protobuf/internal/version/version.go constant Major (line 53) | Major = 1 constant Minor (line 54) | Minor = 31 constant Patch (line 55) | Patch = 0 constant PreRelease (line 56) | PreRelease = "" function String (line 65) | func String() string { FILE: vendor/google.golang.org/protobuf/proto/checkinit.go function CheckInitialized (line 14) | func CheckInitialized(m Message) error { function checkInitialized (line 25) | func checkInitialized(m protoreflect.Message) error { function checkInitializedSlow (line 35) | func checkInitializedSlow(m protoreflect.Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode.go type UnmarshalOptions (line 24) | type UnmarshalOptions struct method Unmarshal (line 61) | func (o UnmarshalOptions) Unmarshal(b []byte, m Message) error { method UnmarshalState (line 73) | func (o UnmarshalOptions) UnmarshalState(in protoiface.UnmarshalInput)... method unmarshal (line 83) | func (o UnmarshalOptions) unmarshal(b []byte, m protoreflect.Message) ... method unmarshalMessage (line 122) | func (o UnmarshalOptions) unmarshalMessage(b []byte, m protoreflect.Me... method unmarshalMessageSlow (line 127) | func (o UnmarshalOptions) unmarshalMessageSlow(b []byte, m protoreflec... method unmarshalSingular (line 191) | func (o UnmarshalOptions) unmarshalSingular(b []byte, wtyp protowire.T... method unmarshalMap (line 209) | func (o UnmarshalOptions) unmarshalMap(b []byte, wtyp protowire.Type, ... function Unmarshal (line 54) | func Unmarshal(b []byte, m Message) error { FILE: vendor/google.golang.org/protobuf/proto/decode_gen.go method unmarshalScalar (line 22) | func (o UnmarshalOptions) unmarshalScalar(b []byte, wtyp protowire.Type,... method unmarshalList (line 194) | func (o UnmarshalOptions) unmarshalList(b []byte, wtyp protowire.Type, l... FILE: vendor/google.golang.org/protobuf/proto/encode.go type MarshalOptions (line 21) | type MarshalOptions struct method Marshal (line 88) | func (o MarshalOptions) Marshal(m Message) ([]byte, error) { method MarshalAppend (line 119) | func (o MarshalOptions) MarshalAppend(b []byte, m Message) ([]byte, er... method MarshalState (line 133) | func (o MarshalOptions) MarshalState(in protoiface.MarshalInput) (prot... method marshal (line 140) | func (o MarshalOptions) marshal(b []byte, m protoreflect.Message) (out... method marshalMessage (line 179) | func (o MarshalOptions) marshalMessage(b []byte, m protoreflect.Messag... method marshalMessageSlow (line 210) | func (o MarshalOptions) marshalMessageSlow(b []byte, m protoreflect.Me... method marshalField (line 233) | func (o MarshalOptions) marshalField(b []byte, fd protoreflect.FieldDe... method marshalList (line 245) | func (o MarshalOptions) marshalList(b []byte, fd protoreflect.FieldDes... method marshalMap (line 272) | func (o MarshalOptions) marshalMap(b []byte, fd protoreflect.FieldDesc... function Marshal (line 74) | func Marshal(m Message) ([]byte, error) { function emptyBytesForMessage (line 110) | func emptyBytesForMessage(m Message) []byte { function growcap (line 190) | func growcap(oldcap, wantcap int) (newcap int) { constant speculativeLength (line 302) | speculativeLength = 1 function appendSpeculativeLength (line 304) | func appendSpeculativeLength(b []byte) ([]byte, int) { function finishSpeculativeLength (line 310) | func finishSpeculativeLength(b []byte, pos int) []byte { FILE: vendor/google.golang.org/protobuf/proto/encode_gen.go method marshalSingular (line 40) | func (o MarshalOptions) marshalSingular(b []byte, fd protoreflect.FieldD... FILE: vendor/google.golang.org/protobuf/proto/equal.go function Equal (line 41) | func Equal(x, y Message) bool { FILE: vendor/google.golang.org/protobuf/proto/extension.go function HasExtension (line 13) | func HasExtension(m Message, xt protoreflect.ExtensionType) bool { function ClearExtension (line 31) | func ClearExtension(m Message, xt protoreflect.ExtensionType) { function GetExtension (line 39) | func GetExtension(m Message, xt protoreflect.ExtensionType) interface{} { function SetExtension (line 51) | func SetExtension(m Message, xt protoreflect.ExtensionType, v interface{... function RangeExtensions (line 78) | func RangeExtensions(m Message, f func(protoreflect.ExtensionType, inter... FILE: vendor/google.golang.org/protobuf/proto/merge.go function Merge (line 25) | func Merge(dst, src Message) { function Clone (line 41) | func Clone(m Message) Message { type mergeOptions (line 64) | type mergeOptions struct method mergeMessage (line 66) | func (o mergeOptions) mergeMessage(dst, src protoreflect.Message) { method mergeList (line 104) | func (o mergeOptions) mergeList(dst, src protoreflect.List, fd protore... method mergeMap (line 120) | func (o mergeOptions) mergeMap(dst, src protoreflect.Map, fd protorefl... method cloneBytes (line 137) | func (o mergeOptions) cloneBytes(v protoreflect.Value) protoreflect.Va... FILE: vendor/google.golang.org/protobuf/proto/messageset.go method sizeMessageSet (line 17) | func (o MarshalOptions) sizeMessageSet(m protoreflect.Message) (size int) { method marshalMessageSet (line 28) | func (o MarshalOptions) marshalMessageSet(b []byte, m protoreflect.Messa... method marshalMessageSetField (line 47) | func (o MarshalOptions) marshalMessageSetField(b []byte, fd protoreflect... method unmarshalMessageSet (line 59) | func (o UnmarshalOptions) unmarshalMessageSet(b []byte, m protoreflect.M... method unmarshalMessageSetField (line 76) | func (o UnmarshalOptions) unmarshalMessageSetField(m protoreflect.Messag... FILE: vendor/google.golang.org/protobuf/proto/proto.go function init (line 32) | func init() { function MessageName (line 38) | func MessageName(m Message) protoreflect.FullName { FILE: vendor/google.golang.org/protobuf/proto/proto_methods.go constant hasProtoMethods (line 16) | hasProtoMethods = true function protoMethods (line 18) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/proto_reflect.go constant hasProtoMethods (line 16) | hasProtoMethods = false function protoMethods (line 18) | func protoMethods(m protoreflect.Message) *protoiface.Methods { FILE: vendor/google.golang.org/protobuf/proto/reset.go function Reset (line 16) | func Reset(m Message) { function resetMessage (line 24) | func resetMessage(m protoreflect.Message) { FILE: vendor/google.golang.org/protobuf/proto/size.go function Size (line 15) | func Size(m Message) int { method Size (line 20) | func (o MarshalOptions) Size(m Message) int { method size (line 32) | func (o MarshalOptions) size(m protoreflect.Message) (size int) { method sizeMessageSlow (line 51) | func (o MarshalOptions) sizeMessageSlow(m protoreflect.Message) (size in... method sizeField (line 63) | func (o MarshalOptions) sizeField(fd protoreflect.FieldDescriptor, value... method sizeList (line 75) | func (o MarshalOptions) sizeList(num protowire.Number, fd protoreflect.F... method sizeMap (line 92) | func (o MarshalOptions) sizeMap(num protowire.Number, fd protoreflect.Fi... FILE: vendor/google.golang.org/protobuf/proto/size_gen.go method sizeSingular (line 14) | func (o MarshalOptions) sizeSingular(num protowire.Number, kind protoref... FILE: vendor/google.golang.org/protobuf/proto/wrappers.go function Bool (line 8) | func Bool(v bool) *bool { return &v } function Int32 (line 11) | func Int32(v int32) *int32 { return &v } function Int64 (line 14) | func Int64(v int64) *int64 { return &v } function Float32 (line 17) | func Float32(v float32) *float32 { return &v } function Float64 (line 20) | func Float64(v float64) *float64 { return &v } function Uint32 (line 23) | func Uint32(v uint32) *uint32 { return &v } function Uint64 (line 26) | func Uint64(v uint64) *uint64 { return &v } function String (line 29) | func String(v string) *string { return &v } FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc.go type Resolver (line 32) | type Resolver interface type FileOptions (line 38) | type FileOptions struct method New (line 84) | func (o FileOptions) New(fd *descriptorpb.FileDescriptorProto, r Resol... method NewFiles (line 238) | func (o FileOptions) NewFiles(fds *descriptorpb.FileDescriptorSet) (*p... method addFileDeps (line 254) | func (o FileOptions) addFileDeps(r *protoregistry.Files, fd *descripto... function NewFile (line 66) | func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoref... function NewFiles (line 72) | func NewFiles(fd *descriptorpb.FileDescriptorSet) (*protoregistry.Files,... type importSet (line 223) | type importSet method importPublic (line 225) | func (is importSet) importPublic(imps protoreflect.FileImports) { FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_init.go type descsByName (line 17) | type descsByName method initEnumDeclarations (line 19) | func (r descsByName) initEnumDeclarations(eds []*descriptorpb.EnumDesc... method initEnumValuesFromDescriptorProto (line 47) | func (r descsByName) initEnumValuesFromDescriptorProto(vds []*descript... method initMessagesDeclarations (line 63) | func (r descsByName) initMessagesDeclarations(mds []*descriptorpb.Desc... method initFieldsFromDescriptorProto (line 117) | func (r descsByName) initFieldsFromDescriptorProto(fds []*descriptorpb... method initOneofsFromDescriptorProto (line 144) | func (r descsByName) initOneofsFromDescriptorProto(ods []*descriptorpb... method initExtensionDeclarations (line 159) | func (r descsByName) initExtensionDeclarations(xds []*descriptorpb.Fie... method initServiceDeclarations (line 184) | func (r descsByName) initServiceDeclarations(sds []*descriptorpb.Servi... method initMethodsFromDescriptorProto (line 203) | func (r descsByName) initMethodsFromDescriptorProto(mds []*descriptorp... method makeBase (line 220) | func (r descsByName) makeBase(child, parent protoreflect.Descriptor, n... FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go type resolver (line 20) | type resolver struct method resolveMessageDependencies (line 28) | func (r *resolver) resolveMessageDependencies(ms []filedesc.Message, m... method resolveExtensionDependencies (line 68) | func (r *resolver) resolveExtensionDependencies(xs []filedesc.Extensio... method resolveServiceDependencies (line 88) | func (r *resolver) resolveServiceDependencies(ss []filedesc.Service, s... method findTarget (line 109) | func (r *resolver) findTarget(k protoreflect.Kind, scope protoreflect.... method findDescriptor (line 161) | func (r *resolver) findDescriptor(scope protoreflect.FullName, ref par... method findEnumDescriptor (line 204) | func (r *resolver) findEnumDescriptor(scope protoreflect.FullName, ref... method findMessageDescriptor (line 220) | func (r *resolver) findMessageDescriptor(scope protoreflect.FullName, ... type partialName (line 239) | type partialName method IsFull (line 241) | func (s partialName) IsFull() bool { method IsValid (line 245) | func (s partialName) IsValid() bool { method FullName (line 257) | func (s partialName) FullName() protoreflect.FullName { constant unknownPrefix (line 252) | unknownPrefix = "*." function unmarshalDefault (line 264) | func unmarshalDefault(s string, fd protoreflect.FieldDescriptor, allowUn... FILE: vendor/google.golang.org/protobuf/reflect/protodesc/desc_validate.go function validateEnumDeclarations (line 22) | func validateEnumDeclarations(es []filedesc.Enum, eds []*descriptorpb.En... function validateMessageDeclarations (line 83) | func validateMessageDeclarations(ms []filedesc.Message, mds []*descripto... function validateExtensionDeclarations (line 228) | func validateExtensionDeclarations(xs []filedesc.Extension, xds []*descr... function isOptionalMessage (line 297) | func isOptionalMessage(fd protoreflect.FieldDescriptor) bool { function isPackable (line 302) | func isPackable(fd protoreflect.FieldDescriptor) bool { function checkValidGroup (line 312) | func checkValidGroup(fd protoreflect.FieldDescriptor) error { function checkValidMap (line 334) | func checkValidMap(fd protoreflect.FieldDescriptor) error { FILE: vendor/google.golang.org/protobuf/reflect/protodesc/proto.go function ToFileDescriptorProto (line 21) | func ToFileDescriptorProto(file protoreflect.FileDescriptor) *descriptor... function ToDescriptorProto (line 81) | func ToDescriptorProto(message protoreflect.MessageDescriptor) *descript... function ToFieldDescriptorProto (line 124) | func ToFieldDescriptorProto(field protoreflect.FieldDescriptor) *descrip... function ToOneofDescriptorProto (line 173) | func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descrip... function ToEnumDescriptorProto (line 182) | func ToEnumDescriptorProto(enum protoreflect.EnumDescriptor) *descriptor... function ToEnumValueDescriptorProto (line 205) | func ToEnumValueDescriptorProto(value protoreflect.EnumValueDescriptor) ... function ToServiceDescriptorProto (line 215) | func ToServiceDescriptorProto(service protoreflect.ServiceDescriptor) *d... function ToMethodDescriptorProto (line 228) | func ToMethodDescriptorProto(method protoreflect.MethodDescriptor) *desc... function fullNameOf (line 244) | func fullNameOf(d protoreflect.Descriptor) *string { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go type doNotImplement (line 141) | type doNotImplement type ProtoMessage (line 146) | type ProtoMessage interface type Syntax (line 149) | type Syntax method IsValid (line 159) | func (s Syntax) IsValid() bool { method String (line 169) | func (s Syntax) String() string { method GoString (line 181) | func (s Syntax) GoString() string { type syntax (line 151) | type syntax constant Proto2 (line 154) | Proto2 Syntax = 2 constant Proto3 (line 155) | Proto3 Syntax = 3 type Cardinality (line 193) | type Cardinality method IsValid (line 205) | func (c Cardinality) IsValid() bool { method String (line 215) | func (c Cardinality) String() string { method GoString (line 229) | func (c Cardinality) GoString() string { type cardinality (line 195) | type cardinality constant Optional (line 199) | Optional Cardinality = 1 constant Required (line 200) | Required Cardinality = 2 constant Repeated (line 201) | Repeated Cardinality = 3 type Kind (line 243) | type Kind method IsValid (line 270) | func (k Kind) IsValid() bool { method String (line 285) | func (k Kind) String() string { method GoString (line 329) | func (k Kind) GoString() string { type kind (line 245) | type kind constant BoolKind (line 249) | BoolKind Kind = 8 constant EnumKind (line 250) | EnumKind Kind = 14 constant Int32Kind (line 251) | Int32Kind Kind = 5 constant Sint32Kind (line 252) | Sint32Kind Kind = 17 constant Uint32Kind (line 253) | Uint32Kind Kind = 13 constant Int64Kind (line 254) | Int64Kind Kind = 3 constant Sint64Kind (line 255) | Sint64Kind Kind = 18 constant Uint64Kind (line 256) | Uint64Kind Kind = 4 constant Sfixed32Kind (line 257) | Sfixed32Kind Kind = 15 constant Fixed32Kind (line 258) | Fixed32Kind Kind = 7 constant FloatKind (line 259) | FloatKind Kind = 2 constant Sfixed64Kind (line 260) | Sfixed64Kind Kind = 16 constant Fixed64Kind (line 261) | Fixed64Kind Kind = 6 constant DoubleKind (line 262) | DoubleKind Kind = 1 constant StringKind (line 263) | StringKind Kind = 9 constant BytesKind (line 264) | BytesKind Kind = 12 constant MessageKind (line 265) | MessageKind Kind = 11 constant GroupKind (line 266) | GroupKind Kind = 10 type FieldNumbers (line 376) | type FieldNumbers interface type FieldRanges (line 388) | type FieldRanges interface type EnumNumber (line 400) | type EnumNumber type EnumRanges (line 403) | type EnumRanges interface type Name (line 416) | type Name method IsValid (line 420) | func (s Name) IsValid() bool { type Names (line 425) | type Names interface type FullName (line 442) | type FullName method IsValid (line 446) | func (s FullName) IsValid() bool { method Name (line 484) | func (n FullName) Name() Name { method Parent (line 493) | func (n FullName) Parent() FullName { method Append (line 503) | func (n FullName) Append(s Name) FullName { function consumeIdent (line 465) | func consumeIdent(s string) (i int) { function isLetter (line 475) | func isLetter(c byte) bool { function isLetterDigit (line 478) | func isLetterDigit(c byte) bool { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source.go type SourceLocations (line 12) | type SourceLocations interface type SourceLocation (line 36) | type SourceLocation struct type SourcePath (line 68) | type SourcePath method Equal (line 71) | func (p1 SourcePath) Equal(p2 SourcePath) bool { method String (line 92) | func (p SourcePath) String() string { method appendSingularField (line 103) | func (p *SourcePath) appendSingularField(b []byte, name string, f appe... method appendRepeatedField (line 116) | func (p *SourcePath) appendRepeatedField(b []byte, name string, f appe... type appendFunc (line 101) | type appendFunc FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/source_gen.go method appendFileDescriptorProto (line 9) | func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte { method appendDescriptorProto (line 44) | func (p *SourcePath) appendDescriptorProto(b []byte) []byte { method appendEnumDescriptorProto (line 73) | func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte { method appendServiceDescriptorProto (line 92) | func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte { method appendFieldDescriptorProto (line 107) | func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte { method appendFileOptions (line 138) | func (p *SourcePath) appendFileOptions(b []byte) []byte { method appendSourceCodeInfo (line 189) | func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte { method appendDescriptorProto_ExtensionRange (line 200) | func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []by... method appendOneofDescriptorProto (line 215) | func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte { method appendMessageOptions (line 228) | func (p *SourcePath) appendMessageOptions(b []byte) []byte { method appendDescriptorProto_ReservedRange (line 249) | func (p *SourcePath) appendDescriptorProto_ReservedRange(b []byte) []byte { method appendEnumValueDescriptorProto (line 262) | func (p *SourcePath) appendEnumValueDescriptorProto(b []byte) []byte { method appendEnumOptions (line 277) | func (p *SourcePath) appendEnumOptions(b []byte) []byte { method appendEnumDescriptorProto_EnumReservedRange (line 294) | func (p *SourcePath) appendEnumDescriptorProto_EnumReservedRange(b []byt... method appendMethodDescriptorProto (line 307) | func (p *SourcePath) appendMethodDescriptorProto(b []byte) []byte { method appendServiceOptions (line 328) | func (p *SourcePath) appendServiceOptions(b []byte) []byte { method appendFieldOptions (line 341) | func (p *SourcePath) appendFieldOptions(b []byte) []byte { method appendUninterpretedOption (line 374) | func (p *SourcePath) appendUninterpretedOption(b []byte) []byte { method appendSourceCodeInfo_Location (line 397) | func (p *SourcePath) appendSourceCodeInfo_Location(b []byte) []byte { method appendExtensionRangeOptions (line 416) | func (p *SourcePath) appendExtensionRangeOptions(b []byte) []byte { method appendOneofOptions (line 431) | func (p *SourcePath) appendOneofOptions(b []byte) []byte { method appendEnumValueOptions (line 442) | func (p *SourcePath) appendEnumValueOptions(b []byte) []byte { method appendMethodOptions (line 455) | func (p *SourcePath) appendMethodOptions(b []byte) []byte { method appendUninterpretedOption_NamePart (line 470) | func (p *SourcePath) appendUninterpretedOption_NamePart(b []byte) []byte { method appendExtensionRangeOptions_Declaration (line 483) | func (p *SourcePath) appendExtensionRangeOptions_Declaration(b []byte) [... FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/type.go type Descriptor (line 21) | type Descriptor interface type FileDescriptor (line 119) | type FileDescriptor interface type isFileDescriptor (line 144) | type isFileDescriptor interface type FileImports (line 147) | type FileImports interface type FileImport (line 157) | type FileImport struct type MessageDescriptor (line 185) | type MessageDescriptor interface type isMessageDescriptor (line 232) | type isMessageDescriptor interface type MessageType (line 237) | type MessageType interface type MessageFieldTypes (line 254) | type MessageFieldTypes interface type MessageDescriptors (line 273) | type MessageDescriptors interface type FieldDescriptor (line 291) | type FieldDescriptor interface type isFieldDescriptor (line 391) | type isFieldDescriptor interface type FieldDescriptors (line 394) | type FieldDescriptors interface type OneofDescriptor (line 417) | type OneofDescriptor interface type isOneofDescriptor (line 430) | type isOneofDescriptor interface type OneofDescriptors (line 433) | type OneofDescriptors interface type ExtensionTypeDescriptor (line 449) | type ExtensionTypeDescriptor interface type ExtensionDescriptors (line 461) | type ExtensionDescriptors interface type ExtensionType (line 495) | type ExtensionType interface type EnumDescriptor (line 536) | type EnumDescriptor interface type isEnumDescriptor (line 549) | type isEnumDescriptor interface type EnumType (line 552) | type EnumType interface type EnumDescriptors (line 563) | type EnumDescriptors interface type EnumValueDescriptor (line 583) | type EnumValueDescriptor interface type isEnumValueDescriptor (line 591) | type isEnumValueDescriptor interface type EnumValueDescriptors (line 594) | type EnumValueDescriptors interface type ServiceDescriptor (line 614) | type ServiceDescriptor interface type isServiceDescriptor (line 622) | type isServiceDescriptor interface type ServiceDescriptors (line 625) | type ServiceDescriptors interface type MethodDescriptor (line 639) | type MethodDescriptor interface type isMethodDescriptor (line 653) | type isMethodDescriptor interface type MethodDescriptors (line 656) | type MethodDescriptors interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value.go type Enum (line 13) | type Enum interface type Message (line 40) | type Message interface type RawFields (line 163) | type RawFields method IsValid (line 166) | func (b RawFields) IsValid() bool { type List (line 180) | type List interface type Map (line 232) | type Map interface FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_equal.go method Equal (line 41) | func (v1 Value) Equal(v2 Value) bool { function equalValue (line 45) | func equalValue(x, y Value) bool { function equalFloat (line 82) | func equalFloat(x, y float64) bool { function equalMessage (line 90) | func equalMessage(mx, my Message) bool { function equalList (line 119) | func equalList(x, y List) bool { function equalMap (line 132) | func equalMap(x, y Map) bool { function equalUnknown (line 147) | func equalUnknown(x, y RawFields) bool { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go type valueType (line 12) | type valueType constant nilType (line 15) | nilType valueType = iota constant boolType (line 16) | boolType constant int32Type (line 17) | int32Type constant int64Type (line 18) | int64Type constant uint32Type (line 19) | uint32Type constant uint64Type (line 20) | uint64Type constant float32Type (line 21) | float32Type constant float64Type (line 22) | float64Type constant stringType (line 23) | stringType constant bytesType (line 24) | bytesType constant enumType (line 25) | enumType constant ifaceType (line 26) | ifaceType type value (line 32) | type value struct function valueOfString (line 42) | func valueOfString(v string) Value { function valueOfBytes (line 45) | func valueOfBytes(v []byte) Value { function valueOfIface (line 48) | func valueOfIface(v interface{}) Value { method getString (line 52) | func (v Value) getString() string { method getBytes (line 55) | func (v Value) getBytes() []byte { method getIface (line 58) | func (v Value) getIface() interface{} { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go type Value (line 70) | type Value method IsValid (line 191) | func (v Value) IsValid() bool { method Interface (line 198) | func (v Value) Interface() interface{} { method typeName (line 227) | func (v Value) typeName() string { method panicMessage (line 265) | func (v Value) panicMessage(what string) string { method Bool (line 270) | func (v Value) Bool() bool { method Int (line 280) | func (v Value) Int() int64 { method Uint (line 290) | func (v Value) Uint() uint64 { method Float (line 300) | func (v Value) Float() float64 { method String (line 311) | func (v Value) String() string { method Bytes (line 321) | func (v Value) Bytes() []byte { method Enum (line 331) | func (v Value) Enum() EnumNumber { method Message (line 341) | func (v Value) Message() Message { method List (line 351) | func (v Value) List() List { method Map (line 361) | func (v Value) Map() Map { method MapKey (line 371) | func (v Value) MapKey() MapKey { function ValueOf (line 88) | func ValueOf(v interface{}) Value { function ValueOfBool (line 122) | func ValueOfBool(v bool) Value { function ValueOfInt32 (line 131) | func ValueOfInt32(v int32) Value { function ValueOfInt64 (line 136) | func ValueOfInt64(v int64) Value { function ValueOfUint32 (line 141) | func ValueOfUint32(v uint32) Value { function ValueOfUint64 (line 146) | func ValueOfUint64(v uint64) Value { function ValueOfFloat32 (line 151) | func ValueOfFloat32(v float32) Value { function ValueOfFloat64 (line 156) | func ValueOfFloat64(v float64) Value { function ValueOfString (line 161) | func ValueOfString(v string) Value { function ValueOfBytes (line 166) | func ValueOfBytes(v []byte) Value { function ValueOfEnum (line 171) | func ValueOfEnum(v EnumNumber) Value { function ValueOfMessage (line 176) | func ValueOfMessage(v Message) Value { function ValueOfList (line 181) | func ValueOfList(v List) Value { function ValueOfMap (line 186) | func ValueOfMap(v Map) Value { type MapKey (line 402) | type MapKey method IsValid (line 405) | func (k MapKey) IsValid() bool { method Interface (line 410) | func (k MapKey) Interface() interface{} { method Bool (line 415) | func (k MapKey) Bool() bool { method Int (line 420) | func (k MapKey) Int() int64 { method Uint (line 425) | func (k MapKey) Uint() uint64 { method String (line 431) | func (k MapKey) String() string { method Value (line 436) | func (k MapKey) Value() Value { FILE: vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go type stringHeader (line 17) | type stringHeader struct type sliceHeader (line 21) | type sliceHeader struct type ifaceHeader (line 26) | type ifaceHeader struct function typeOf (line 48) | func typeOf(t interface{}) unsafe.Pointer { type value (line 58) | type value struct function valueOfString (line 75) | func valueOfString(v string) Value { function valueOfBytes (line 79) | func valueOfBytes(v []byte) Value { function valueOfIface (line 83) | func valueOfIface(v interface{}) Value { method getString (line 88) | func (v Value) getString() (x string) { method getBytes (line 92) | func (v Value) getBytes() (x []byte) { method getIface (line 96) | func (v Value) getIface() (x interface{}) { FILE: vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go type Files (line 85) | type Files struct method RegisterFile (line 114) | func (r *Files) RegisterFile(file protoreflect.FileDescriptor) error { method checkGenProtoConflict (line 183) | func (r *Files) checkGenProtoConflict(path string) { method FindDescriptorByName (line 222) | func (r *Files) FindDescriptorByName(name protoreflect.FullName) (prot... method FindFileByPath (line 315) | func (r *Files) FindFileByPath(path string) (protoreflect.FileDescript... method NumFiles (line 336) | func (r *Files) NumFiles() int { method RangeFiles (line 350) | func (r *Files) RangeFiles(f func(protoreflect.FileDescriptor) bool) { method NumFilesByPackage (line 368) | func (r *Files) NumFilesByPackage(name protoreflect.FullName) int { method RangeFilesByPackage (line 385) | func (r *Files) RangeFilesByPackage(name protoreflect.FullName, f func... type packageDescriptor (line 103) | type packageDescriptor struct function findDescriptorInMessage (line 270) | func findDescriptorInMessage(md protoreflect.MessageDescriptor, suffix n... type nameSuffix (line 300) | type nameSuffix method Pop (line 302) | func (s *nameSuffix) Pop() (name protoreflect.Name) { function rangeTopLevelDescriptors (line 406) | func rangeTopLevelDescriptors(fd protoreflect.FileDescriptor, f func(pro... type MessageTypeResolver (line 435) | type MessageTypeResolver interface type ExtensionTypeResolver (line 455) | type ExtensionTypeResolver interface type Types (line 478) | type Types struct method RegisterMessage (line 496) | func (r *Types) RegisterMessage(mt protoreflect.MessageType) error { method RegisterEnum (line 516) | func (r *Types) RegisterEnum(et protoreflect.EnumType) error { method RegisterExtension (line 536) | func (r *Types) RegisterExtension(xt protoreflect.ExtensionType) error { method register (line 573) | func (r *Types) register(kind string, desc protoreflect.Descriptor, ty... method FindEnumByName (line 594) | func (r *Types) FindEnumByName(enum protoreflect.FullName) (protorefle... method FindMessageByName (line 615) | func (r *Types) FindMessageByName(message protoreflect.FullName) (prot... method FindMessageByURL (line 636) | func (r *Types) FindMessageByURL(url string) (protoreflect.MessageType... method FindExtensionByName (line 666) | func (r *Types) FindExtensionByName(field protoreflect.FullName) (prot... method FindExtensionByNumber (line 707) | func (r *Types) FindExtensionByNumber(message protoreflect.FullName, f... method NumEnums (line 722) | func (r *Types) NumEnums() int { method RangeEnums (line 735) | func (r *Types) RangeEnums(f func(protoreflect.EnumType) bool) { method NumMessages (line 753) | func (r *Types) NumMessages() int { method RangeMessages (line 766) | func (r *Types) RangeMessages(f func(protoreflect.MessageType) bool) { method NumExtensions (line 784) | func (r *Types) NumExtensions() int { method RangeExtensions (line 797) | func (r *Types) RangeExtensions(f func(protoreflect.ExtensionType) boo... method NumExtensionsByMessage (line 816) | func (r *Types) NumExtensionsByMessage(message protoreflect.FullName) ... method RangeExtensionsByMessage (line 829) | func (r *Types) RangeExtensionsByMessage(message protoreflect.FullName... type typesByName (line 488) | type typesByName type extensionsByMessage (line 489) | type extensionsByMessage type extensionsByNumber (line 490) | type extensionsByNumber function typeName (line 844) | func typeName(t interface{}) string { function amendErrorWithCaller (line 857) | func amendErrorWithCaller(err error, prev, curr interface{}) error { function goPackage (line 866) | func goPackage(v interface{}) string { FILE: vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go type MessageV1 (line 7) | type MessageV1 interface type ExtensionRangeV1 (line 13) | type ExtensionRangeV1 struct FILE: vendor/google.golang.org/protobuf/runtime/protoiface/methods.go constant SupportMarshalDeterministic (line 49) | SupportMarshalDeterministic SupportFlags = 1 << iota constant SupportUnmarshalDiscardUnknown (line 52) | SupportUnmarshalDiscardUnknown constant MarshalDeterministic (line 91) | MarshalDeterministic MarshalInputFlags = 1 << iota constant MarshalUseCachedSize (line 92) | MarshalUseCachedSize constant UnmarshalDiscardUnknown (line 121) | UnmarshalDiscardUnknown UnmarshalInputFlags = 1 << iota constant UnmarshalInitialized (line 131) | UnmarshalInitialized UnmarshalOutputFlags = 1 << iota constant MergeComplete (line 155) | MergeComplete MergeOutputFlags = 1 << iota FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go constant UnsafeEnabled (line 21) | UnsafeEnabled = impl.UnsafeEnabled FILE: vendor/google.golang.org/protobuf/runtime/protoimpl/version.go constant MaxVersion (line 14) | MaxVersion = version.Minor constant GenVersion (line 19) | GenVersion = 20 constant MinVersion (line 23) | MinVersion = 0 type EnforceVersion (line 52) | type EnforceVersion constant _ (line 58) | _ = EnforceVersion(GenVersion - MinVersion) constant _ (line 59) | _ = EnforceVersion(MaxVersion - GenVersion) FILE: vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go type ExtensionRangeOptions_VerificationState (line 52) | type ExtensionRangeOptions_VerificationState method Enum (line 72) | func (x ExtensionRangeOptions_VerificationState) Enum() *ExtensionRang... method String (line 78) | func (x ExtensionRangeOptions_VerificationState) String() string { method Descriptor (line 82) | func (ExtensionRangeOptions_VerificationState) Descriptor() protorefle... method Type (line 86) | func (ExtensionRangeOptions_VerificationState) Type() protoreflect.Enu... method Number (line 90) | func (x ExtensionRangeOptions_VerificationState) Number() protoreflect... method UnmarshalJSON (line 95) | func (x *ExtensionRangeOptions_VerificationState) UnmarshalJSON(b []by... method EnumDescriptor (line 105) | func (ExtensionRangeOptions_VerificationState) EnumDescriptor() ([]byt... constant ExtensionRangeOptions_DECLARATION (line 56) | ExtensionRangeOptions_DECLARATION ExtensionRangeOptions_VerificationStat... constant ExtensionRangeOptions_UNVERIFIED (line 57) | ExtensionRangeOptions_UNVERIFIED ExtensionRangeOptions_VerificationStat... type FieldDescriptorProto_Type (line 109) | type FieldDescriptorProto_Type method Enum (line 187) | func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { method String (line 193) | func (x FieldDescriptorProto_Type) String() string { method Descriptor (line 197) | func (FieldDescriptorProto_Type) Descriptor() protoreflect.EnumDescrip... method Type (line 201) | func (FieldDescriptorProto_Type) Type() protoreflect.EnumType { method Number (line 205) | func (x FieldDescriptorProto_Type) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 210) | func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 220) | func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_TYPE_DOUBLE (line 114) | FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 constant FieldDescriptorProto_TYPE_FLOAT (line 115) | FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 constant FieldDescriptorProto_TYPE_INT64 (line 118) | FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 constant FieldDescriptorProto_TYPE_UINT64 (line 119) | FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 constant FieldDescriptorProto_TYPE_INT32 (line 122) | FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 constant FieldDescriptorProto_TYPE_FIXED64 (line 123) | FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 constant FieldDescriptorProto_TYPE_FIXED32 (line 124) | FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 constant FieldDescriptorProto_TYPE_BOOL (line 125) | FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 constant FieldDescriptorProto_TYPE_STRING (line 126) | FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 constant FieldDescriptorProto_TYPE_GROUP (line 131) | FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 constant FieldDescriptorProto_TYPE_MESSAGE (line 132) | FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 constant FieldDescriptorProto_TYPE_BYTES (line 134) | FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 constant FieldDescriptorProto_TYPE_UINT32 (line 135) | FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 constant FieldDescriptorProto_TYPE_ENUM (line 136) | FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 constant FieldDescriptorProto_TYPE_SFIXED32 (line 137) | FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 constant FieldDescriptorProto_TYPE_SFIXED64 (line 138) | FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 constant FieldDescriptorProto_TYPE_SINT32 (line 139) | FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 constant FieldDescriptorProto_TYPE_SINT64 (line 140) | FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 type FieldDescriptorProto_Label (line 224) | type FieldDescriptorProto_Label method Enum (line 247) | func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { method String (line 253) | func (x FieldDescriptorProto_Label) String() string { method Descriptor (line 257) | func (FieldDescriptorProto_Label) Descriptor() protoreflect.EnumDescri... method Type (line 261) | func (FieldDescriptorProto_Label) Type() protoreflect.EnumType { method Number (line 265) | func (x FieldDescriptorProto_Label) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 270) | func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 280) | func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { constant FieldDescriptorProto_LABEL_OPTIONAL (line 228) | FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 constant FieldDescriptorProto_LABEL_REQUIRED (line 229) | FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 constant FieldDescriptorProto_LABEL_REPEATED (line 230) | FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 type FileOptions_OptimizeMode (line 285) | type FileOptions_OptimizeMode method Enum (line 308) | func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { method String (line 314) | func (x FileOptions_OptimizeMode) String() string { method Descriptor (line 318) | func (FileOptions_OptimizeMode) Descriptor() protoreflect.EnumDescript... method Type (line 322) | func (FileOptions_OptimizeMode) Type() protoreflect.EnumType { method Number (line 326) | func (x FileOptions_OptimizeMode) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 331) | func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 341) | func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { constant FileOptions_SPEED (line 288) | FileOptions_SPEED FileOptions_OptimizeMode = 1 constant FileOptions_CODE_SIZE (line 290) | FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 constant FileOptions_LITE_RUNTIME (line 291) | FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 type FieldOptions_CType (line 345) | type FieldOptions_CType method Enum (line 374) | func (x FieldOptions_CType) Enum() *FieldOptions_CType { method String (line 380) | func (x FieldOptions_CType) String() string { method Descriptor (line 384) | func (FieldOptions_CType) Descriptor() protoreflect.EnumDescriptor { method Type (line 388) | func (FieldOptions_CType) Type() protoreflect.EnumType { method Number (line 392) | func (x FieldOptions_CType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 397) | func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 407) | func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_STRING (line 349) | FieldOptions_STRING FieldOptions_CType = 0 constant FieldOptions_CORD (line 356) | FieldOptions_CORD FieldOptions_CType = 1 constant FieldOptions_STRING_PIECE (line 357) | FieldOptions_STRING_PIECE FieldOptions_CType = 2 type FieldOptions_JSType (line 411) | type FieldOptions_JSType method Enum (line 436) | func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { method String (line 442) | func (x FieldOptions_JSType) String() string { method Descriptor (line 446) | func (FieldOptions_JSType) Descriptor() protoreflect.EnumDescriptor { method Type (line 450) | func (FieldOptions_JSType) Type() protoreflect.EnumType { method Number (line 454) | func (x FieldOptions_JSType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 459) | func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 469) | func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_JS_NORMAL (line 415) | FieldOptions_JS_NORMAL FieldOptions_JSType = 0 constant FieldOptions_JS_STRING (line 417) | FieldOptions_JS_STRING FieldOptions_JSType = 1 constant FieldOptions_JS_NUMBER (line 419) | FieldOptions_JS_NUMBER FieldOptions_JSType = 2 type FieldOptions_OptionRetention (line 476) | type FieldOptions_OptionRetention method Enum (line 498) | func (x FieldOptions_OptionRetention) Enum() *FieldOptions_OptionReten... method String (line 504) | func (x FieldOptions_OptionRetention) String() string { method Descriptor (line 508) | func (FieldOptions_OptionRetention) Descriptor() protoreflect.EnumDesc... method Type (line 512) | func (FieldOptions_OptionRetention) Type() protoreflect.EnumType { method Number (line 516) | func (x FieldOptions_OptionRetention) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 521) | func (x *FieldOptions_OptionRetention) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 531) | func (FieldOptions_OptionRetention) EnumDescriptor() ([]byte, []int) { constant FieldOptions_RETENTION_UNKNOWN (line 479) | FieldOptions_RETENTION_UNKNOWN FieldOptions_OptionRetention = 0 constant FieldOptions_RETENTION_RUNTIME (line 480) | FieldOptions_RETENTION_RUNTIME FieldOptions_OptionRetention = 1 constant FieldOptions_RETENTION_SOURCE (line 481) | FieldOptions_RETENTION_SOURCE FieldOptions_OptionRetention = 2 type FieldOptions_OptionTargetType (line 539) | type FieldOptions_OptionTargetType method Enum (line 582) | func (x FieldOptions_OptionTargetType) Enum() *FieldOptions_OptionTarg... method String (line 588) | func (x FieldOptions_OptionTargetType) String() string { method Descriptor (line 592) | func (FieldOptions_OptionTargetType) Descriptor() protoreflect.EnumDes... method Type (line 596) | func (FieldOptions_OptionTargetType) Type() protoreflect.EnumType { method Number (line 600) | func (x FieldOptions_OptionTargetType) Number() protoreflect.EnumNumber { method UnmarshalJSON (line 605) | func (x *FieldOptions_OptionTargetType) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 615) | func (FieldOptions_OptionTargetType) EnumDescriptor() ([]byte, []int) { constant FieldOptions_TARGET_TYPE_UNKNOWN (line 542) | FieldOptions_TARGET_TYPE_UNKNOWN FieldOptions_OptionTargetType = 0 constant FieldOptions_TARGET_TYPE_FILE (line 543) | FieldOptions_TARGET_TYPE_FILE FieldOptions_OptionTargetType = 1 constant FieldOptions_TARGET_TYPE_EXTENSION_RANGE (line 544) | FieldOptions_TARGET_TYPE_EXTENSION_RANGE FieldOptions_OptionTargetType = 2 constant FieldOptions_TARGET_TYPE_MESSAGE (line 545) | FieldOptions_TARGET_TYPE_MESSAGE FieldOptions_OptionTargetType = 3 constant FieldOptions_TARGET_TYPE_FIELD (line 546) | FieldOptions_TARGET_TYPE_FIELD FieldOptions_OptionTargetType = 4 constant FieldOptions_TARGET_TYPE_ONEOF (line 547) | FieldOptions_TARGET_TYPE_ONEOF FieldOptions_OptionTargetType = 5 constant FieldOptions_TARGET_TYPE_ENUM (line 548) | FieldOptions_TARGET_TYPE_ENUM FieldOptions_OptionTargetType = 6 constant FieldOptions_TARGET_TYPE_ENUM_ENTRY (line 549) | FieldOptions_TARGET_TYPE_ENUM_ENTRY FieldOptions_OptionTargetType = 7 constant FieldOptions_TARGET_TYPE_SERVICE (line 550) | FieldOptions_TARGET_TYPE_SERVICE FieldOptions_OptionTargetType = 8 constant FieldOptions_TARGET_TYPE_METHOD (line 551) | FieldOptions_TARGET_TYPE_METHOD FieldOptions_OptionTargetType = 9 type MethodOptions_IdempotencyLevel (line 622) | type MethodOptions_IdempotencyLevel method Enum (line 644) | func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_Idempote... method String (line 650) | func (x MethodOptions_IdempotencyLevel) String() string { method Descriptor (line 654) | func (MethodOptions_IdempotencyLevel) Descriptor() protoreflect.EnumDe... method Type (line 658) | func (MethodOptions_IdempotencyLevel) Type() protoreflect.EnumType { method Number (line 662) | func (x MethodOptions_IdempotencyLevel) Number() protoreflect.EnumNumb... method UnmarshalJSON (line 667) | func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error { method EnumDescriptor (line 677) | func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { constant MethodOptions_IDEMPOTENCY_UNKNOWN (line 625) | MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0 constant MethodOptions_NO_SIDE_EFFECTS (line 626) | MethodOptions_NO_SIDE_EFFECTS MethodOptions_IdempotencyLevel = 1 constant MethodOptions_IDEMPOTENT (line 627) | MethodOptions_IDEMPOTENT MethodOptions_IdempotencyLevel = 2 type GeneratedCodeInfo_Annotation_Semantic (line 683) | type GeneratedCodeInfo_Annotation_Semantic method Enum (line 708) | func (x GeneratedCodeInfo_Annotation_Semantic) Enum() *GeneratedCodeIn... method String (line 714) | func (x GeneratedCodeInfo_Annotation_Semantic) String() string { method Descriptor (line 718) | func (GeneratedCodeInfo_Annotation_Semantic) Descriptor() protoreflect... method Type (line 722) | func (GeneratedCodeInfo_Annotation_Semantic) Type() protoreflect.EnumT... method Number (line 726) | func (x GeneratedCodeInfo_Annotation_Semantic) Number() protoreflect.E... method UnmarshalJSON (line 731) | func (x *GeneratedCodeInfo_Annotation_Semantic) UnmarshalJSON(b []byte... method EnumDescriptor (line 741) | func (GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor() ([]byte,... constant GeneratedCodeInfo_Annotation_NONE (line 687) | GeneratedCodeInfo_Annotation_NONE GeneratedCodeInfo_Annotation_Semantic = 0 constant GeneratedCodeInfo_Annotation_SET (line 689) | GeneratedCodeInfo_Annotation_SET GeneratedCodeInfo_Annotation_Semantic = 1 constant GeneratedCodeInfo_Annotation_ALIAS (line 691) | GeneratedCodeInfo_Annotation_ALIAS GeneratedCodeInfo_Annotation_Semantic... type FileDescriptorSet (line 747) | type FileDescriptorSet struct method Reset (line 755) | func (x *FileDescriptorSet) Reset() { method String (line 764) | func (x *FileDescriptorSet) String() string { method ProtoMessage (line 768) | func (*FileDescriptorSet) ProtoMessage() {} method ProtoReflect (line 770) | func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message { method Descriptor (line 783) | func (*FileDescriptorSet) Descriptor() ([]byte, []int) { method GetFile (line 787) | func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto { type FileDescriptorProto (line 795) | type FileDescriptorProto struct method Reset (line 829) | func (x *FileDescriptorProto) Reset() { method String (line 838) | func (x *FileDescriptorProto) String() string { method ProtoMessage (line 842) | func (*FileDescriptorProto) ProtoMessage() {} method ProtoReflect (line 844) | func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 857) | func (*FileDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 861) | func (x *FileDescriptorProto) GetName() string { method GetPackage (line 868) | func (x *FileDescriptorProto) GetPackage() string { method GetDependency (line 875) | func (x *FileDescriptorProto) GetDependency() []string { method GetPublicDependency (line 882) | func (x *FileDescriptorProto) GetPublicDependency() []int32 { method GetWeakDependency (line 889) | func (x *FileDescriptorProto) GetWeakDependency() []int32 { method GetMessageType (line 896) | func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto { method GetEnumType (line 903) | func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetService (line 910) | func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto { method GetExtension (line 917) | func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { method GetOptions (line 924) | func (x *FileDescriptorProto) GetOptions() *FileOptions { method GetSourceCodeInfo (line 931) | func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { method GetSyntax (line 938) | func (x *FileDescriptorProto) GetSyntax() string { method GetEdition (line 945) | func (x *FileDescriptorProto) GetEdition() string { type DescriptorProto (line 953) | type DescriptorProto struct method Reset (line 972) | func (x *DescriptorProto) Reset() { method String (line 981) | func (x *DescriptorProto) String() string { method ProtoMessage (line 985) | func (*DescriptorProto) ProtoMessage() {} method ProtoReflect (line 987) | func (x *DescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1000) | func (*DescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1004) | func (x *DescriptorProto) GetName() string { method GetField (line 1011) | func (x *DescriptorProto) GetField() []*FieldDescriptorProto { method GetExtension (line 1018) | func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto { method GetNestedType (line 1025) | func (x *DescriptorProto) GetNestedType() []*DescriptorProto { method GetEnumType (line 1032) | func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto { method GetExtensionRange (line 1039) | func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_Exten... method GetOneofDecl (line 1046) | func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { method GetOptions (line 1053) | func (x *DescriptorProto) GetOptions() *MessageOptions { method GetReservedRange (line 1060) | func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_Reserv... method GetReservedName (line 1067) | func (x *DescriptorProto) GetReservedName() []string { type ExtensionRangeOptions (line 1074) | type ExtensionRangeOptions struct method Reset (line 1098) | func (x *ExtensionRangeOptions) Reset() { method String (line 1107) | func (x *ExtensionRangeOptions) String() string { method ProtoMessage (line 1111) | func (*ExtensionRangeOptions) ProtoMessage() {} method ProtoReflect (line 1113) | func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1126) | func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 1130) | func (x *ExtensionRangeOptions) GetUninterpretedOption() []*Uninterpre... method GetDeclaration (line 1137) | func (x *ExtensionRangeOptions) GetDeclaration() []*ExtensionRangeOpti... method GetVerification (line 1144) | func (x *ExtensionRangeOptions) GetVerification() ExtensionRangeOption... constant Default_ExtensionRangeOptions_Verification (line 1095) | Default_ExtensionRangeOptions_Verification = ExtensionRangeOptions_UNVER... type FieldDescriptorProto (line 1152) | type FieldDescriptorProto struct method Reset (line 1210) | func (x *FieldDescriptorProto) Reset() { method String (line 1219) | func (x *FieldDescriptorProto) String() string { method ProtoMessage (line 1223) | func (*FieldDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1225) | func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1238) | func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1242) | func (x *FieldDescriptorProto) GetName() string { method GetNumber (line 1249) | func (x *FieldDescriptorProto) GetNumber() int32 { method GetLabel (line 1256) | func (x *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { method GetType (line 1263) | func (x *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { method GetTypeName (line 1270) | func (x *FieldDescriptorProto) GetTypeName() string { method GetExtendee (line 1277) | func (x *FieldDescriptorProto) GetExtendee() string { method GetDefaultValue (line 1284) | func (x *FieldDescriptorProto) GetDefaultValue() string { method GetOneofIndex (line 1291) | func (x *FieldDescriptorProto) GetOneofIndex() int32 { method GetJsonName (line 1298) | func (x *FieldDescriptorProto) GetJsonName() string { method GetOptions (line 1305) | func (x *FieldDescriptorProto) GetOptions() *FieldOptions { method GetProto3Optional (line 1312) | func (x *FieldDescriptorProto) GetProto3Optional() bool { type OneofDescriptorProto (line 1320) | type OneofDescriptorProto struct method Reset (line 1329) | func (x *OneofDescriptorProto) Reset() { method String (line 1338) | func (x *OneofDescriptorProto) String() string { method ProtoMessage (line 1342) | func (*OneofDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1344) | func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1357) | func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1361) | func (x *OneofDescriptorProto) GetName() string { method GetOptions (line 1368) | func (x *OneofDescriptorProto) GetOptions() *OneofOptions { type EnumDescriptorProto (line 1376) | type EnumDescriptorProto struct method Reset (line 1393) | func (x *EnumDescriptorProto) Reset() { method String (line 1402) | func (x *EnumDescriptorProto) String() string { method ProtoMessage (line 1406) | func (*EnumDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1408) | func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1421) | func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1425) | func (x *EnumDescriptorProto) GetName() string { method GetValue (line 1432) | func (x *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { method GetOptions (line 1439) | func (x *EnumDescriptorProto) GetOptions() *EnumOptions { method GetReservedRange (line 1446) | func (x *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProt... method GetReservedName (line 1453) | func (x *EnumDescriptorProto) GetReservedName() []string { type EnumValueDescriptorProto (line 1461) | type EnumValueDescriptorProto struct method Reset (line 1471) | func (x *EnumValueDescriptorProto) Reset() { method String (line 1480) | func (x *EnumValueDescriptorProto) String() string { method ProtoMessage (line 1484) | func (*EnumValueDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1486) | func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1499) | func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1503) | func (x *EnumValueDescriptorProto) GetName() string { method GetNumber (line 1510) | func (x *EnumValueDescriptorProto) GetNumber() int32 { method GetOptions (line 1517) | func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { type ServiceDescriptorProto (line 1525) | type ServiceDescriptorProto struct method Reset (line 1535) | func (x *ServiceDescriptorProto) Reset() { method String (line 1544) | func (x *ServiceDescriptorProto) String() string { method ProtoMessage (line 1548) | func (*ServiceDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1550) | func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1563) | func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1567) | func (x *ServiceDescriptorProto) GetName() string { method GetMethod (line 1574) | func (x *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { method GetOptions (line 1581) | func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions { type MethodDescriptorProto (line 1589) | type MethodDescriptorProto struct method Reset (line 1612) | func (x *MethodDescriptorProto) Reset() { method String (line 1621) | func (x *MethodDescriptorProto) String() string { method ProtoMessage (line 1625) | func (*MethodDescriptorProto) ProtoMessage() {} method ProtoReflect (line 1627) | func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message { method Descriptor (line 1640) | func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { method GetName (line 1644) | func (x *MethodDescriptorProto) GetName() string { method GetInputType (line 1651) | func (x *MethodDescriptorProto) GetInputType() string { method GetOutputType (line 1658) | func (x *MethodDescriptorProto) GetOutputType() string { method GetOptions (line 1665) | func (x *MethodDescriptorProto) GetOptions() *MethodOptions { method GetClientStreaming (line 1672) | func (x *MethodDescriptorProto) GetClientStreaming() bool { method GetServerStreaming (line 1679) | func (x *MethodDescriptorProto) GetServerStreaming() bool { constant Default_MethodDescriptorProto_ClientStreaming (line 1608) | Default_MethodDescriptorProto_ClientStreaming = bool(false) constant Default_MethodDescriptorProto_ServerStreaming (line 1609) | Default_MethodDescriptorProto_ServerStreaming = bool(false) type FileOptions (line 1686) | type FileOptions struct method Reset (line 1793) | func (x *FileOptions) Reset() { method String (line 1802) | func (x *FileOptions) String() string { method ProtoMessage (line 1806) | func (*FileOptions) ProtoMessage() {} method ProtoReflect (line 1808) | func (x *FileOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 1821) | func (*FileOptions) Descriptor() ([]byte, []int) { method GetJavaPackage (line 1825) | func (x *FileOptions) GetJavaPackage() string { method GetJavaOuterClassname (line 1832) | func (x *FileOptions) GetJavaOuterClassname() string { method GetJavaMultipleFiles (line 1839) | func (x *FileOptions) GetJavaMultipleFiles() bool { method GetJavaGenerateEqualsAndHash (line 1847) | func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool { method GetJavaStringCheckUtf8 (line 1854) | func (x *FileOptions) GetJavaStringCheckUtf8() bool { method GetOptimizeFor (line 1861) | func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { method GetGoPackage (line 1868) | func (x *FileOptions) GetGoPackage() string { method GetCcGenericServices (line 1875) | func (x *FileOptions) GetCcGenericServices() bool { method GetJavaGenericServices (line 1882) | func (x *FileOptions) GetJavaGenericServices() bool { method GetPyGenericServices (line 1889) | func (x *FileOptions) GetPyGenericServices() bool { method GetPhpGenericServices (line 1896) | func (x *FileOptions) GetPhpGenericServices() bool { method GetDeprecated (line 1903) | func (x *FileOptions) GetDeprecated() bool { method GetCcEnableArenas (line 1910) | func (x *FileOptions) GetCcEnableArenas() bool { method GetObjcClassPrefix (line 1917) | func (x *FileOptions) GetObjcClassPrefix() string { method GetCsharpNamespace (line 1924) | func (x *FileOptions) GetCsharpNamespace() string { method GetSwiftPrefix (line 1931) | func (x *FileOptions) GetSwiftPrefix() string { method GetPhpClassPrefix (line 1938) | func (x *FileOptions) GetPhpClassPrefix() string { method GetPhpNamespace (line 1945) | func (x *FileOptions) GetPhpNamespace() string { method GetPhpMetadataNamespace (line 1952) | func (x *FileOptions) GetPhpMetadataNamespace() string { method GetRubyPackage (line 1959) | func (x *FileOptions) GetRubyPackage() string { method GetUninterpretedOption (line 1966) | func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FileOptions_JavaMultipleFiles (line 1782) | Default_FileOptions_JavaMultipleFiles = bool(false) constant Default_FileOptions_JavaStringCheckUtf8 (line 1783) | Default_FileOptions_JavaStringCheckUtf8 = bool(false) constant Default_FileOptions_OptimizeFor (line 1784) | Default_FileOptions_OptimizeFor = FileOptions_SPEED constant Default_FileOptions_CcGenericServices (line 1785) | Default_FileOptions_CcGenericServices = bool(false) constant Default_FileOptions_JavaGenericServices (line 1786) | Default_FileOptions_JavaGenericServices = bool(false) constant Default_FileOptions_PyGenericServices (line 1787) | Default_FileOptions_PyGenericServices = bool(false) constant Default_FileOptions_PhpGenericServices (line 1788) | Default_FileOptions_PhpGenericServices = bool(false) constant Default_FileOptions_Deprecated (line 1789) | Default_FileOptions_Deprecated = bool(false) constant Default_FileOptions_CcEnableArenas (line 1790) | Default_FileOptions_CcEnableArenas = bool(true) type MessageOptions (line 1973) | type MessageOptions struct method Reset (line 2058) | func (x *MessageOptions) Reset() { method String (line 2067) | func (x *MessageOptions) String() string { method ProtoMessage (line 2071) | func (*MessageOptions) ProtoMessage() {} method ProtoReflect (line 2073) | func (x *MessageOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2086) | func (*MessageOptions) Descriptor() ([]byte, []int) { method GetMessageSetWireFormat (line 2090) | func (x *MessageOptions) GetMessageSetWireFormat() bool { method GetNoStandardDescriptorAccessor (line 2097) | func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool { method GetDeprecated (line 2104) | func (x *MessageOptions) GetDeprecated() bool { method GetMapEntry (line 2111) | func (x *MessageOptions) GetMapEntry() bool { method GetDeprecatedLegacyJsonFieldConflicts (line 2119) | func (x *MessageOptions) GetDeprecatedLegacyJsonFieldConflicts() bool { method GetUninterpretedOption (line 2126) | func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_MessageOptions_MessageSetWireFormat (line 2053) | Default_MessageOptions_MessageSetWireFormat = bool(false) constant Default_MessageOptions_NoStandardDescriptorAccessor (line 2054) | Default_MessageOptions_NoStandardDescriptorAccessor = bool(false) constant Default_MessageOptions_Deprecated (line 2055) | Default_MessageOptions_Deprecated = bool(false) type FieldOptions (line 2133) | type FieldOptions struct method Reset (line 2228) | func (x *FieldOptions) Reset() { method String (line 2237) | func (x *FieldOptions) String() string { method ProtoMessage (line 2241) | func (*FieldOptions) ProtoMessage() {} method ProtoReflect (line 2243) | func (x *FieldOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2256) | func (*FieldOptions) Descriptor() ([]byte, []int) { method GetCtype (line 2260) | func (x *FieldOptions) GetCtype() FieldOptions_CType { method GetPacked (line 2267) | func (x *FieldOptions) GetPacked() bool { method GetJstype (line 2274) | func (x *FieldOptions) GetJstype() FieldOptions_JSType { method GetLazy (line 2281) | func (x *FieldOptions) GetLazy() bool { method GetUnverifiedLazy (line 2288) | func (x *FieldOptions) GetUnverifiedLazy() bool { method GetDeprecated (line 2295) | func (x *FieldOptions) GetDeprecated() bool { method GetWeak (line 2302) | func (x *FieldOptions) GetWeak() bool { method GetDebugRedact (line 2309) | func (x *FieldOptions) GetDebugRedact() bool { method GetRetention (line 2316) | func (x *FieldOptions) GetRetention() FieldOptions_OptionRetention { method GetTarget (line 2324) | func (x *FieldOptions) GetTarget() FieldOptions_OptionTargetType { method GetTargets (line 2331) | func (x *FieldOptions) GetTargets() []FieldOptions_OptionTargetType { method GetUninterpretedOption (line 2338) | func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_FieldOptions_Ctype (line 2219) | Default_FieldOptions_Ctype = FieldOptions_STRING constant Default_FieldOptions_Jstype (line 2220) | Default_FieldOptions_Jstype = FieldOptions_JS_NORMAL constant Default_FieldOptions_Lazy (line 2221) | Default_FieldOptions_Lazy = bool(false) constant Default_FieldOptions_UnverifiedLazy (line 2222) | Default_FieldOptions_UnverifiedLazy = bool(false) constant Default_FieldOptions_Deprecated (line 2223) | Default_FieldOptions_Deprecated = bool(false) constant Default_FieldOptions_Weak (line 2224) | Default_FieldOptions_Weak = bool(false) constant Default_FieldOptions_DebugRedact (line 2225) | Default_FieldOptions_DebugRedact = bool(false) type OneofOptions (line 2345) | type OneofOptions struct method Reset (line 2355) | func (x *OneofOptions) Reset() { method String (line 2364) | func (x *OneofOptions) String() string { method ProtoMessage (line 2368) | func (*OneofOptions) ProtoMessage() {} method ProtoReflect (line 2370) | func (x *OneofOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2383) | func (*OneofOptions) Descriptor() ([]byte, []int) { method GetUninterpretedOption (line 2387) | func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { type EnumOptions (line 2394) | type EnumOptions struct method Reset (line 2426) | func (x *EnumOptions) Reset() { method String (line 2435) | func (x *EnumOptions) String() string { method ProtoMessage (line 2439) | func (*EnumOptions) ProtoMessage() {} method ProtoReflect (line 2441) | func (x *EnumOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2454) | func (*EnumOptions) Descriptor() ([]byte, []int) { method GetAllowAlias (line 2458) | func (x *EnumOptions) GetAllowAlias() bool { method GetDeprecated (line 2465) | func (x *EnumOptions) GetDeprecated() bool { method GetDeprecatedLegacyJsonFieldConflicts (line 2473) | func (x *EnumOptions) GetDeprecatedLegacyJsonFieldConflicts() bool { method GetUninterpretedOption (line 2480) | func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_EnumOptions_Deprecated (line 2423) | Default_EnumOptions_Deprecated = bool(false) type EnumValueOptions (line 2487) | type EnumValueOptions struct method Reset (line 2507) | func (x *EnumValueOptions) Reset() { method String (line 2516) | func (x *EnumValueOptions) String() string { method ProtoMessage (line 2520) | func (*EnumValueOptions) ProtoMessage() {} method ProtoReflect (line 2522) | func (x *EnumValueOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2535) | func (*EnumValueOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2539) | func (x *EnumValueOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2546) | func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOp... constant Default_EnumValueOptions_Deprecated (line 2504) | Default_EnumValueOptions_Deprecated = bool(false) type ServiceOptions (line 2553) | type ServiceOptions struct method Reset (line 2573) | func (x *ServiceOptions) Reset() { method String (line 2582) | func (x *ServiceOptions) String() string { method ProtoMessage (line 2586) | func (*ServiceOptions) ProtoMessage() {} method ProtoReflect (line 2588) | func (x *ServiceOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2601) | func (*ServiceOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2605) | func (x *ServiceOptions) GetDeprecated() bool { method GetUninterpretedOption (line 2612) | func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOpti... constant Default_ServiceOptions_Deprecated (line 2570) | Default_ServiceOptions_Deprecated = bool(false) type MethodOptions (line 2619) | type MethodOptions struct method Reset (line 2641) | func (x *MethodOptions) Reset() { method String (line 2650) | func (x *MethodOptions) String() string { method ProtoMessage (line 2654) | func (*MethodOptions) ProtoMessage() {} method ProtoReflect (line 2656) | func (x *MethodOptions) ProtoReflect() protoreflect.Message { method Descriptor (line 2669) | func (*MethodOptions) Descriptor() ([]byte, []int) { method GetDeprecated (line 2673) | func (x *MethodOptions) GetDeprecated() bool { method GetIdempotencyLevel (line 2680) | func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_Idempotenc... method GetUninterpretedOption (line 2687) | func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { constant Default_MethodOptions_Deprecated (line 2637) | Default_MethodOptions_Deprecated = bool(false) constant Default_MethodOptions_IdempotencyLevel (line 2638) | Default_MethodOptions_IdempotencyLevel = MethodOptions_IDEMPOTENCY_UNKNOWN type UninterpretedOption (line 2700) | type UninterpretedOption struct method Reset (line 2716) | func (x *UninterpretedOption) Reset() { method String (line 2725) | func (x *UninterpretedOption) String() string { method ProtoMessage (line 2729) | func (*UninterpretedOption) ProtoMessage() {} method ProtoReflect (line 2731) | func (x *UninterpretedOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2744) | func (*UninterpretedOption) Descriptor() ([]byte, []int) { method GetName (line 2748) | func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { method GetIdentifierValue (line 2755) | func (x *UninterpretedOption) GetIdentifierValue() string { method GetPositiveIntValue (line 2762) | func (x *UninterpretedOption) GetPositiveIntValue() uint64 { method GetNegativeIntValue (line 2769) | func (x *UninterpretedOption) GetNegativeIntValue() int64 { method GetDoubleValue (line 2776) | func (x *UninterpretedOption) GetDoubleValue() float64 { method GetStringValue (line 2783) | func (x *UninterpretedOption) GetStringValue() []byte { method GetAggregateValue (line 2790) | func (x *UninterpretedOption) GetAggregateValue() string { type SourceCodeInfo (line 2799) | type SourceCodeInfo struct method Reset (line 2855) | func (x *SourceCodeInfo) Reset() { method String (line 2864) | func (x *SourceCodeInfo) String() string { method ProtoMessage (line 2868) | func (*SourceCodeInfo) ProtoMessage() {} method ProtoReflect (line 2870) | func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2883) | func (*SourceCodeInfo) Descriptor() ([]byte, []int) { method GetLocation (line 2887) | func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { type GeneratedCodeInfo (line 2897) | type GeneratedCodeInfo struct method Reset (line 2907) | func (x *GeneratedCodeInfo) Reset() { method String (line 2916) | func (x *GeneratedCodeInfo) String() string { method ProtoMessage (line 2920) | func (*GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 2922) | func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message { method Descriptor (line 2935) | func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { method GetAnnotation (line 2939) | func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annot... type DescriptorProto_ExtensionRange (line 2946) | type DescriptorProto_ExtensionRange struct method Reset (line 2956) | func (x *DescriptorProto_ExtensionRange) Reset() { method String (line 2965) | func (x *DescriptorProto_ExtensionRange) String() string { method ProtoMessage (line 2969) | func (*DescriptorProto_ExtensionRange) ProtoMessage() {} method ProtoReflect (line 2971) | func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.M... method Descriptor (line 2984) | func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { method GetStart (line 2988) | func (x *DescriptorProto_ExtensionRange) GetStart() int32 { method GetEnd (line 2995) | func (x *DescriptorProto_ExtensionRange) GetEnd() int32 { method GetOptions (line 3002) | func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeO... type DescriptorProto_ReservedRange (line 3012) | type DescriptorProto_ReservedRange struct method Reset (line 3021) | func (x *DescriptorProto_ReservedRange) Reset() { method String (line 3030) | func (x *DescriptorProto_ReservedRange) String() string { method ProtoMessage (line 3034) | func (*DescriptorProto_ReservedRange) ProtoMessage() {} method ProtoReflect (line 3036) | func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Me... method Descriptor (line 3049) | func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { method GetStart (line 3053) | func (x *DescriptorProto_ReservedRange) GetStart() int32 { method GetEnd (line 3060) | func (x *DescriptorProto_ReservedRange) GetEnd() int32 { type ExtensionRangeOptions_Declaration (line 3067) | type ExtensionRangeOptions_Declaration struct method Reset (line 3094) | func (x *ExtensionRangeOptions_Declaration) Reset() { method String (line 3103) | func (x *ExtensionRangeOptions_Declaration) String() string { method ProtoMessage (line 3107) | func (*ExtensionRangeOptions_Declaration) ProtoMessage() {} method ProtoReflect (line 3109) | func (x *ExtensionRangeOptions_Declaration) ProtoReflect() protoreflec... method Descriptor (line 3122) | func (*ExtensionRangeOptions_Declaration) Descriptor() ([]byte, []int) { method GetNumber (line 3126) | func (x *ExtensionRangeOptions_Declaration) GetNumber() int32 { method GetFullName (line 3133) | func (x *ExtensionRangeOptions_Declaration) GetFullName() string { method GetType (line 3140) | func (x *ExtensionRangeOptions_Declaration) GetType() string { method GetIsRepeated (line 3148) | func (x *ExtensionRangeOptions_Declaration) GetIsRepeated() bool { method GetReserved (line 3155) | func (x *ExtensionRangeOptions_Declaration) GetReserved() bool { method GetRepeated (line 3162) | func (x *ExtensionRangeOptions_Declaration) GetRepeated() bool { type EnumDescriptorProto_EnumReservedRange (line 3175) | type EnumDescriptorProto_EnumReservedRange struct method Reset (line 3184) | func (x *EnumDescriptorProto_EnumReservedRange) Reset() { method String (line 3193) | func (x *EnumDescriptorProto_EnumReservedRange) String() string { method ProtoMessage (line 3197) | func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() {} method ProtoReflect (line 3199) | func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protore... method Descriptor (line 3212) | func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []... method GetStart (line 3216) | func (x *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { method GetEnd (line 3223) | func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { type UninterpretedOption_NamePart (line 3235) | type UninterpretedOption_NamePart struct method Reset (line 3244) | func (x *UninterpretedOption_NamePart) Reset() { method String (line 3253) | func (x *UninterpretedOption_NamePart) String() string { method ProtoMessage (line 3257) | func (*UninterpretedOption_NamePart) ProtoMessage() {} method ProtoReflect (line 3259) | func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Mes... method Descriptor (line 3272) | func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { method GetNamePart (line 3276) | func (x *UninterpretedOption_NamePart) GetNamePart() string { method GetIsExtension (line 3283) | func (x *UninterpretedOption_NamePart) GetIsExtension() bool { type SourceCodeInfo_Location (line 3290) | type SourceCodeInfo_Location struct method Reset (line 3388) | func (x *SourceCodeInfo_Location) Reset() { method String (line 3397) | func (x *SourceCodeInfo_Location) String() string { method ProtoMessage (line 3401) | func (*SourceCodeInfo_Location) ProtoMessage() {} method ProtoReflect (line 3403) | func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 3416) | func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { method GetPath (line 3420) | func (x *SourceCodeInfo_Location) GetPath() []int32 { method GetSpan (line 3427) | func (x *SourceCodeInfo_Location) GetSpan() []int32 { method GetLeadingComments (line 3434) | func (x *SourceCodeInfo_Location) GetLeadingComments() string { method GetTrailingComments (line 3441) | func (x *SourceCodeInfo_Location) GetTrailingComments() string { method GetLeadingDetachedComments (line 3448) | func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { type GeneratedCodeInfo_Annotation (line 3455) | type GeneratedCodeInfo_Annotation struct method Reset (line 3475) | func (x *GeneratedCodeInfo_Annotation) Reset() { method String (line 3484) | func (x *GeneratedCodeInfo_Annotation) String() string { method ProtoMessage (line 3488) | func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} method ProtoReflect (line 3490) | func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Mes... method Descriptor (line 3503) | func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { method GetPath (line 3507) | func (x *GeneratedCodeInfo_Annotation) GetPath() []int32 { method GetSourceFile (line 3514) | func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string { method GetBegin (line 3521) | func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 { method GetEnd (line 3528) | func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 { method GetSemantic (line 3535) | func (x *GeneratedCodeInfo_Annotation) GetSemantic() GeneratedCodeInfo... function file_google_protobuf_descriptor_proto_rawDescGZIP (line 4119) | func file_google_protobuf_descriptor_proto_rawDescGZIP() []byte { function init (line 4225) | func init() { file_google_protobuf_descriptor_proto_init() } function file_google_protobuf_descriptor_proto_init (line 4226) | func file_google_protobuf_descriptor_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go type Any (line 212) | type Any struct method MessageIs (line 323) | func (x *Any) MessageIs(m proto.Message) bool { method MessageName (line 337) | func (x *Any) MessageName() protoreflect.FullName { method MarshalFrom (line 350) | func (x *Any) MarshalFrom(m proto.Message) error { method UnmarshalTo (line 357) | func (x *Any) UnmarshalTo(m proto.Message) error { method UnmarshalNew (line 364) | func (x *Any) UnmarshalNew() (proto.Message, error) { method Reset (line 368) | func (x *Any) Reset() { method String (line 377) | func (x *Any) String() string { method ProtoMessage (line 381) | func (*Any) ProtoMessage() {} method ProtoReflect (line 383) | func (x *Any) ProtoReflect() protoreflect.Message { method Descriptor (line 396) | func (*Any) Descriptor() ([]byte, []int) { method GetTypeUrl (line 400) | func (x *Any) GetTypeUrl() string { method GetValue (line 407) | func (x *Any) GetValue() []byte { function New (line 250) | func New(src proto.Message) (*Any, error) { function MarshalFrom (line 262) | func MarshalFrom(dst *Any, src proto.Message, opts proto.MarshalOptions)... function UnmarshalTo (line 281) | func UnmarshalTo(src *Any, dst proto.Message, opts proto.UnmarshalOption... function UnmarshalNew (line 300) | func UnmarshalNew(src *Any, opts proto.UnmarshalOptions) (dst proto.Mess... function file_google_protobuf_any_proto_rawDescGZIP (line 439) | func file_google_protobuf_any_proto_rawDescGZIP() []byte { function init (line 458) | func init() { file_google_protobuf_any_proto_init() } function file_google_protobuf_any_proto_init (line 459) | func file_google_protobuf_any_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go type Duration (line 143) | type Duration struct method AsDuration (line 171) | func (x *Duration) AsDuration() time.Duration { method IsValid (line 192) | func (x *Duration) IsValid() bool { method CheckValid (line 200) | func (x *Duration) CheckValid() error { method check (line 226) | func (x *Duration) check() uint { method Reset (line 246) | func (x *Duration) Reset() { method String (line 255) | func (x *Duration) String() string { method ProtoMessage (line 259) | func (*Duration) ProtoMessage() {} method ProtoReflect (line 261) | func (x *Duration) ProtoReflect() protoreflect.Message { method Descriptor (line 274) | func (*Duration) Descriptor() ([]byte, []int) { method GetSeconds (line 278) | func (x *Duration) GetSeconds() int64 { method GetNanos (line 285) | func (x *Duration) GetNanos() int32 { function New (line 162) | func New(d time.Duration) *Duration { constant _ (line 218) | _ = iota constant invalidNil (line 219) | invalidNil constant invalidUnderflow (line 220) | invalidUnderflow constant invalidOverflow (line 221) | invalidOverflow constant invalidNanosRange (line 222) | invalidNanosRange constant invalidNanosSign (line 223) | invalidNanosSign function file_google_protobuf_duration_proto_rawDescGZIP (line 318) | func file_google_protobuf_duration_proto_rawDescGZIP() []byte { function init (line 337) | func init() { file_google_protobuf_duration_proto_init() } function file_google_protobuf_duration_proto_init (line 338) | func file_google_protobuf_duration_proto_init() { FILE: vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go type Timestamp (line 172) | type Timestamp struct method AsTime (line 199) | func (x *Timestamp) AsTime() time.Time { method IsValid (line 205) | func (x *Timestamp) IsValid() bool { method CheckValid (line 213) | func (x *Timestamp) CheckValid() error { method check (line 236) | func (x *Timestamp) check() uint { method Reset (line 255) | func (x *Timestamp) Reset() { method String (line 264) | func (x *Timestamp) String() string { method ProtoMessage (line 268) | func (*Timestamp) ProtoMessage() {} method ProtoReflect (line 270) | func (x *Timestamp) ProtoReflect() protoreflect.Message { method Descriptor (line 283) | func (*Timestamp) Descriptor() ([]byte, []int) { method GetSeconds (line 287) | func (x *Timestamp) GetSeconds() int64 { method GetNanos (line 294) | func (x *Timestamp) GetNanos() int32 { function Now (line 189) | func Now() *Timestamp { function New (line 194) | func New(t time.Time) *Timestamp { constant _ (line 229) | _ = iota constant invalidNil (line 230) | invalidNil constant invalidUnderflow (line 231) | invalidUnderflow constant invalidOverflow (line 232) | invalidOverflow constant invalidNanos (line 233) | invalidNanos function file_google_protobuf_timestamp_proto_rawDescGZIP (line 327) | func file_google_protobuf_timestamp_proto_rawDescGZIP() []byte { function init (line 346) | func init() { file_google_protobuf_timestamp_proto_init() } function file_google_protobuf_timestamp_proto_init (line 347) | func file_google_protobuf_timestamp_proto_init() { FILE: vendor/gopkg.in/yaml.v2/apic.go function yaml_insert_token (line 7) | func yaml_insert_token(parser *yaml_parser_t, pos int, token *yaml_token... function yaml_parser_initialize (line 27) | func yaml_parser_initialize(parser *yaml_parser_t) bool { function yaml_parser_delete (line 36) | func yaml_parser_delete(parser *yaml_parser_t) { function yaml_string_read_handler (line 41) | func yaml_string_read_handler(parser *yaml_parser_t, buffer []byte) (n i... function yaml_reader_read_handler (line 51) | func yaml_reader_read_handler(parser *yaml_parser_t, buffer []byte) (n i... function yaml_parser_set_input_string (line 56) | func yaml_parser_set_input_string(parser *yaml_parser_t, input []byte) { function yaml_parser_set_input_reader (line 66) | func yaml_parser_set_input_reader(parser *yaml_parser_t, r io.Reader) { function yaml_parser_set_encoding (line 75) | func yaml_parser_set_encoding(parser *yaml_parser_t, encoding yaml_encod... function yaml_emitter_initialize (line 85) | func yaml_emitter_initialize(emitter *yaml_emitter_t) { function yaml_emitter_delete (line 98) | func yaml_emitter_delete(emitter *yaml_emitter_t) { function yaml_string_write_handler (line 103) | func yaml_string_write_handler(emitter *yaml_emitter_t, buffer []byte) e... function yaml_writer_write_handler (line 110) | func yaml_writer_write_handler(emitter *yaml_emitter_t, buffer []byte) e... function yaml_emitter_set_output_string (line 116) | func yaml_emitter_set_output_string(emitter *yaml_emitter_t, output_buff... function yaml_emitter_set_output_writer (line 125) | func yaml_emitter_set_output_writer(emitter *yaml_emitter_t, w io.Writer) { function yaml_emitter_set_encoding (line 134) | func yaml_emitter_set_encoding(emitter *yaml_emitter_t, encoding yaml_en... function yaml_emitter_set_canonical (line 142) | func yaml_emitter_set_canonical(emitter *yaml_emitter_t, canonical bool) { function yaml_emitter_set_indent (line 147) | func yaml_emitter_set_indent(emitter *yaml_emitter_t, indent int) { function yaml_emitter_set_width (line 155) | func yaml_emitter_set_width(emitter *yaml_emitter_t, width int) { function yaml_emitter_set_unicode (line 163) | func yaml_emitter_set_unicode(emitter *yaml_emitter_t, unicode bool) { function yaml_emitter_set_break (line 168) | func yaml_emitter_set_break(emitter *yaml_emitter_t, line_break yaml_bre... function yaml_stream_start_event_initialize (line 259) | func yaml_stream_start_event_initialize(event *yaml_event_t, encoding ya... function yaml_stream_end_event_initialize (line 267) | func yaml_stream_end_event_initialize(event *yaml_event_t) { function yaml_document_start_event_initialize (line 274) | func yaml_document_start_event_initialize( function yaml_document_end_event_initialize (line 289) | func yaml_document_end_event_initialize(event *yaml_event_t, implicit bo... function yaml_scalar_event_initialize (line 321) | func yaml_scalar_event_initialize(event *yaml_event_t, anchor, tag, valu... function yaml_sequence_start_event_initialize (line 335) | func yaml_sequence_start_event_initialize(event *yaml_event_t, anchor, t... function yaml_sequence_end_event_initialize (line 347) | func yaml_sequence_end_event_initialize(event *yaml_event_t) bool { function yaml_mapping_start_event_initialize (line 355) | func yaml_mapping_start_event_initialize(event *yaml_event_t, anchor, ta... function yaml_mapping_end_event_initialize (line 366) | func yaml_mapping_end_event_initialize(event *yaml_event_t) { function yaml_event_delete (line 373) | func yaml_event_delete(event *yaml_event_t) { FILE: vendor/gopkg.in/yaml.v2/decode.go constant documentNode (line 15) | documentNode = 1 << iota constant mappingNode (line 16) | mappingNode constant sequenceNode (line 17) | sequenceNode constant scalarNode (line 18) | scalarNode constant aliasNode (line 19) | aliasNode type node (line 22) | type node struct type parser (line 37) | type parser struct method init (line 65) | func (p *parser) init() { method destroy (line 73) | func (p *parser) destroy() { method expect (line 82) | func (p *parser) expect(e yaml_event_type_t) { method peek (line 101) | func (p *parser) peek() yaml_event_type_t { method fail (line 111) | func (p *parser) fail() { method anchor (line 135) | func (p *parser) anchor(n *node, anchor []byte) { method parse (line 141) | func (p *parser) parse() *node { method node (line 162) | func (p *parser) node(kind int) *node { method document (line 170) | func (p *parser) document() *node { method alias (line 180) | func (p *parser) alias() *node { method scalar (line 191) | func (p *parser) scalar() *node { method sequence (line 201) | func (p *parser) sequence() *node { method mapping (line 212) | func (p *parser) mapping() *node { function newParser (line 44) | func newParser(b []byte) *parser { function newParserFromReader (line 56) | func newParserFromReader(r io.Reader) *parser { type decoder (line 226) | type decoder struct method terror (line 253) | func (d *decoder) terror(n *node, tag string, out reflect.Value) { method callUnmarshaler (line 268) | func (d *decoder) callUnmarshaler(n *node, u Unmarshaler) (good bool) { method prepare (line 297) | func (d *decoder) prepare(n *node, out reflect.Value) (newout reflect.... method unmarshal (line 350) | func (d *decoder) unmarshal(n *node, out reflect.Value) (good bool) { method document (line 381) | func (d *decoder) document(n *node, out reflect.Value) (good bool) { method alias (line 390) | func (d *decoder) alias(n *node, out reflect.Value) (good bool) { method scalar (line 411) | func (d *decoder) scalar(n *node, out reflect.Value) bool { method sequence (line 585) | func (d *decoder) sequence(n *node, out reflect.Value) (good bool) { method mapping (line 623) | func (d *decoder) mapping(n *node, out reflect.Value) (good bool) { method setMapIndex (line 685) | func (d *decoder) setMapIndex(n *node, out, k, v reflect.Value) { method mappingSlice (line 693) | func (d *decoder) mappingSlice(n *node, out reflect.Value) (good bool) { method mappingStruct (line 724) | func (d *decoder) mappingStruct(n *node, out reflect.Value) (good bool) { method merge (line 786) | func (d *decoder) merge(n *node, out reflect.Value) { function newDecoder (line 247) | func newDecoder(strict bool) *decoder { constant alias_ratio_range_low (line 324) | alias_ratio_range_low = 400000 constant alias_ratio_range_high (line 328) | alias_ratio_range_high = 4000000 constant alias_ratio_range (line 331) | alias_ratio_range = float64(alias_ratio_range_high - alias_ratio_range_low) function allowedAliasRatio (line 334) | func allowedAliasRatio(decodeCount int) float64 { function resetMap (line 405) | func resetMap(out reflect.Value) { function settableValueOf (line 578) | func settableValueOf(i interface{}) reflect.Value { function failWantMap (line 782) | func failWantMap() { function isMerge (line 813) | func isMerge(n *node) bool { FILE: vendor/gopkg.in/yaml.v2/emitterc.go function flush (line 9) | func flush(emitter *yaml_emitter_t) bool { function put (line 17) | func put(emitter *yaml_emitter_t, value byte) bool { function put_break (line 28) | func put_break(emitter *yaml_emitter_t) bool { function write (line 52) | func write(emitter *yaml_emitter_t, s []byte, i *int) bool { function write_all (line 80) | func write_all(emitter *yaml_emitter_t, s []byte) bool { function write_break (line 90) | func write_break(emitter *yaml_emitter_t, s []byte, i *int) bool { function yaml_emitter_set_emitter_error (line 107) | func yaml_emitter_set_emitter_error(emitter *yaml_emitter_t, problem str... function yaml_emitter_emit (line 114) | func yaml_emitter_emit(emitter *yaml_emitter_t, event *yaml_event_t) bool { function yaml_emitter_need_more_events (line 137) | func yaml_emitter_need_more_events(emitter *yaml_emitter_t) bool { function yaml_emitter_append_tag_directive (line 174) | func yaml_emitter_append_tag_directive(emitter *yaml_emitter_t, value *y... function yaml_emitter_increase_indent (line 197) | func yaml_emitter_increase_indent(emitter *yaml_emitter_t, flow, indentl... function yaml_emitter_state_machine (line 212) | func yaml_emitter_state_machine(emitter *yaml_emitter_t, event *yaml_eve... function yaml_emitter_emit_stream_start (line 273) | func yaml_emitter_emit_stream_start(emitter *yaml_emitter_t, event *yaml... function yaml_emitter_emit_document_start (line 312) | func yaml_emitter_emit_document_start(emitter *yaml_emitter_t, event *ya... function yaml_emitter_emit_document_content (line 426) | func yaml_emitter_emit_document_content(emitter *yaml_emitter_t, event *... function yaml_emitter_emit_document_end (line 432) | func yaml_emitter_emit_document_end(emitter *yaml_emitter_t, event *yaml... function yaml_emitter_emit_flow_sequence_item (line 457) | func yaml_emitter_emit_flow_sequence_item(emitter *yaml_emitter_t, event... function yaml_emitter_emit_flow_mapping_key (line 505) | func yaml_emitter_emit_flow_mapping_key(emitter *yaml_emitter_t, event *... function yaml_emitter_emit_flow_mapping_value (line 559) | func yaml_emitter_emit_flow_mapping_value(emitter *yaml_emitter_t, event... function yaml_emitter_emit_block_sequence_item (line 579) | func yaml_emitter_emit_block_sequence_item(emitter *yaml_emitter_t, even... function yaml_emitter_emit_block_mapping_key (line 603) | func yaml_emitter_emit_block_mapping_key(emitter *yaml_emitter_t, event ... function yaml_emitter_emit_block_mapping_value (line 631) | func yaml_emitter_emit_block_mapping_value(emitter *yaml_emitter_t, even... function yaml_emitter_emit_node (line 649) | func yaml_emitter_emit_node(emitter *yaml_emitter_t, event *yaml_event_t, function yaml_emitter_emit_alias (line 673) | func yaml_emitter_emit_alias(emitter *yaml_emitter_t, event *yaml_event_... function yaml_emitter_emit_scalar (line 683) | func yaml_emitter_emit_scalar(emitter *yaml_emitter_t, event *yaml_event... function yaml_emitter_emit_sequence_start (line 707) | func yaml_emitter_emit_sequence_start(emitter *yaml_emitter_t, event *ya... function yaml_emitter_emit_mapping_start (line 724) | func yaml_emitter_emit_mapping_start(emitter *yaml_emitter_t, event *yam... function yaml_emitter_check_empty_document (line 741) | func yaml_emitter_check_empty_document(emitter *yaml_emitter_t) bool { function yaml_emitter_check_empty_sequence (line 746) | func yaml_emitter_check_empty_sequence(emitter *yaml_emitter_t) bool { function yaml_emitter_check_empty_mapping (line 755) | func yaml_emitter_check_empty_mapping(emitter *yaml_emitter_t) bool { function yaml_emitter_check_simple_key (line 764) | func yaml_emitter_check_simple_key(emitter *yaml_emitter_t) bool { function yaml_emitter_select_scalar_style (line 798) | func yaml_emitter_select_scalar_style(emitter *yaml_emitter_t, event *ya... function yaml_emitter_process_anchor (line 847) | func yaml_emitter_process_anchor(emitter *yaml_emitter_t) bool { function yaml_emitter_process_tag (line 862) | func yaml_emitter_process_tag(emitter *yaml_emitter_t) bool { function yaml_emitter_process_scalar (line 891) | func yaml_emitter_process_scalar(emitter *yaml_emitter_t) bool { function yaml_emitter_analyze_version_directive (line 912) | func yaml_emitter_analyze_version_directive(emitter *yaml_emitter_t, ver... function yaml_emitter_analyze_tag_directive (line 920) | func yaml_emitter_analyze_tag_directive(emitter *yaml_emitter_t, tag_dir... function yaml_emitter_analyze_anchor (line 944) | func yaml_emitter_analyze_anchor(emitter *yaml_emitter_t, anchor []byte,... function yaml_emitter_analyze_tag (line 967) | func yaml_emitter_analyze_tag(emitter *yaml_emitter_t, tag []byte) bool { function yaml_emitter_analyze_scalar (line 984) | func yaml_emitter_analyze_scalar(emitter *yaml_emitter_t, value []byte) ... function yaml_emitter_analyze_event (line 1133) | func yaml_emitter_analyze_event(emitter *yaml_emitter_t, event *yaml_eve... function yaml_emitter_write_bom (line 1189) | func yaml_emitter_write_bom(emitter *yaml_emitter_t) bool { function yaml_emitter_write_indent (line 1201) | func yaml_emitter_write_indent(emitter *yaml_emitter_t) bool { function yaml_emitter_write_indicator (line 1221) | func yaml_emitter_write_indicator(emitter *yaml_emitter_t, indicator []b... function yaml_emitter_write_anchor (line 1236) | func yaml_emitter_write_anchor(emitter *yaml_emitter_t, value []byte) bo... function yaml_emitter_write_tag_handle (line 1245) | func yaml_emitter_write_tag_handle(emitter *yaml_emitter_t, value []byte... function yaml_emitter_write_tag_content (line 1259) | func yaml_emitter_write_tag_content(emitter *yaml_emitter_t, value []byt... function yaml_emitter_write_plain_scalar (line 1313) | func yaml_emitter_write_plain_scalar(emitter *yaml_emitter_t, value []by... function yaml_emitter_write_single_quoted_scalar (line 1370) | func yaml_emitter_write_single_quoted_scalar(emitter *yaml_emitter_t, va... function yaml_emitter_write_double_quoted_scalar (line 1429) | func yaml_emitter_write_double_quoted_scalar(emitter *yaml_emitter_t, va... function yaml_emitter_write_block_scalar_hints (line 1550) | func yaml_emitter_write_block_scalar_hints(emitter *yaml_emitter_t, valu... function yaml_emitter_write_literal_scalar (line 1592) | func yaml_emitter_write_literal_scalar(emitter *yaml_emitter_t, value []... function yaml_emitter_write_folded_scalar (line 1629) | func yaml_emitter_write_folded_scalar(emitter *yaml_emitter_t, value []b... FILE: vendor/gopkg.in/yaml.v2/encode.go type jsonNumber (line 23) | type jsonNumber interface type encoder (line 29) | type encoder struct method init (line 55) | func (e *encoder) init() { method finish (line 64) | func (e *encoder) finish() { method destroy (line 70) | func (e *encoder) destroy() { method emit (line 74) | func (e *encoder) emit() { method must (line 79) | func (e *encoder) must(ok bool) { method marshalDoc (line 89) | func (e *encoder) marshalDoc(tag string, in reflect.Value) { method marshal (line 98) | func (e *encoder) marshal(tag string, in reflect.Value) { method mapv (line 187) | func (e *encoder) mapv(tag string, in reflect.Value) { method itemsv (line 198) | func (e *encoder) itemsv(tag string, in reflect.Value) { method structv (line 208) | func (e *encoder) structv(tag string, in reflect.Value) { method mappingv (line 247) | func (e *encoder) mappingv(tag string, f func()) { method slicev (line 261) | func (e *encoder) slicev(tag string, in reflect.Value) { method stringv (line 300) | func (e *encoder) stringv(tag string, in reflect.Value) { method boolv (line 337) | func (e *encoder) boolv(tag string, in reflect.Value) { method intv (line 347) | func (e *encoder) intv(tag string, in reflect.Value) { method uintv (line 352) | func (e *encoder) uintv(tag string, in reflect.Value) { method timev (line 357) | func (e *encoder) timev(tag string, in reflect.Value) { method floatv (line 363) | func (e *encoder) floatv(tag string, in reflect.Value) { method nilv (line 382) | func (e *encoder) nilv() { method emitScalar (line 386) | func (e *encoder) emitScalar(value, anchor, tag string, style yaml_sca... function newEncoder (line 39) | func newEncoder() *encoder { function newEncoderWithWriter (line 47) | func newEncoderWithWriter(w io.Writer) *encoder { function isBase60Float (line 283) | func isBase60Float(s string) (result bool) { FILE: vendor/gopkg.in/yaml.v2/parserc.go function peek_token (line 46) | func peek_token(parser *yaml_parser_t) *yaml_token_t { function skip_token (line 54) | func skip_token(parser *yaml_parser_t) { function yaml_parser_parse (line 62) | func yaml_parser_parse(parser *yaml_parser_t, event *yaml_event_t) bool { function yaml_parser_set_parser_error (line 76) | func yaml_parser_set_parser_error(parser *yaml_parser_t, problem string,... function yaml_parser_set_parser_error_context (line 83) | func yaml_parser_set_parser_error_context(parser *yaml_parser_t, context... function yaml_parser_state_machine (line 93) | func yaml_parser_state_machine(parser *yaml_parser_t, event *yaml_event_... function yaml_parser_parse_stream_start (line 174) | func yaml_parser_parse_stream_start(parser *yaml_parser_t, event *yaml_e... function yaml_parser_parse_document_start (line 198) | func yaml_parser_parse_document_start(parser *yaml_parser_t, event *yaml... function yaml_parser_parse_document_content (line 282) | func yaml_parser_parse_document_content(parser *yaml_parser_t, event *ya... function yaml_parser_parse_document_end (line 305) | func yaml_parser_parse_document_end(parser *yaml_parser_t, event *yaml_e... function yaml_parser_parse_node (line 359) | func yaml_parser_parse_node(parser *yaml_parser_t, event *yaml_event_t, ... function yaml_parser_parse_block_sequence_entry (line 579) | func yaml_parser_parse_block_sequence_entry(parser *yaml_parser_t, event... function yaml_parser_parse_indentless_sequence_entry (line 631) | func yaml_parser_parse_indentless_sequence_entry(parser *yaml_parser_t, ... function yaml_parser_parse_block_mapping_key (line 675) | func yaml_parser_parse_block_mapping_key(parser *yaml_parser_t, event *y... function yaml_parser_parse_block_mapping_value (line 733) | func yaml_parser_parse_block_mapping_value(parser *yaml_parser_t, event ... function yaml_parser_parse_flow_sequence_entry (line 770) | func yaml_parser_parse_flow_sequence_entry(parser *yaml_parser_t, event ... function yaml_parser_parse_flow_sequence_entry_mapping_key (line 833) | func yaml_parser_parse_flow_sequence_entry_mapping_key(parser *yaml_pars... function yaml_parser_parse_flow_sequence_entry_mapping_value (line 854) | func yaml_parser_parse_flow_sequence_entry_mapping_value(parser *yaml_pa... function yaml_parser_parse_flow_sequence_entry_mapping_end (line 878) | func yaml_parser_parse_flow_sequence_entry_mapping_end(parser *yaml_pars... function yaml_parser_parse_flow_mapping_key (line 904) | func yaml_parser_parse_flow_mapping_key(parser *yaml_parser_t, event *ya... function yaml_parser_parse_flow_mapping_value (line 970) | func yaml_parser_parse_flow_mapping_value(parser *yaml_parser_t, event *... function yaml_parser_process_empty_scalar (line 995) | func yaml_parser_process_empty_scalar(parser *yaml_parser_t, event *yaml... function yaml_parser_process_directives (line 1013) | func yaml_parser_process_directives(parser *yaml_parser_t, function yaml_parser_append_tag_directive (line 1075) | func yaml_parser_append_tag_directive(parser *yaml_parser_t, value yaml_... FILE: vendor/gopkg.in/yaml.v2/readerc.go function yaml_parser_set_reader_error (line 8) | func yaml_parser_set_reader_error(parser *yaml_parser_t, problem string,... constant bom_UTF8 (line 18) | bom_UTF8 = "\xef\xbb\xbf" constant bom_UTF16LE (line 19) | bom_UTF16LE = "\xff\xfe" constant bom_UTF16BE (line 20) | bom_UTF16BE = "\xfe\xff" function yaml_parser_determine_encoding (line 25) | func yaml_parser_determine_encoding(parser *yaml_parser_t) bool { function yaml_parser_update_raw_buffer (line 56) | func yaml_parser_update_raw_buffer(parser *yaml_parser_t) bool { function yaml_parser_update_buffer (line 91) | func yaml_parser_update_buffer(parser *yaml_parser_t, length int) bool { FILE: vendor/gopkg.in/yaml.v2/resolve.go type resolveMapItem (line 12) | type resolveMapItem struct function init (line 20) | func init() { constant longTagPrefix (line 59) | longTagPrefix = "tag:yaml.org,2002:" function shortTag (line 61) | func shortTag(tag string) string { function longTag (line 69) | func longTag(tag string) string { function resolvableTag (line 76) | func resolvableTag(tag string) bool { function resolve (line 86) | func resolve(tag string, in string) (rtag string, out interface{}) { function encodeBase64 (line 201) | func encodeBase64(s string) string { function parseTimestamp (line 238) | func parseTimestamp(s string) (time.Time, bool) { FILE: vendor/gopkg.in/yaml.v2/scannerc.go function cache (line 485) | func cache(parser *yaml_parser_t, length int) bool { function skip (line 491) | func skip(parser *yaml_parser_t) { function skip_line (line 498) | func skip_line(parser *yaml_parser_t) { function read (line 515) | func read(parser *yaml_parser_t, s []byte) []byte { function read_line (line 538) | func read_line(parser *yaml_parser_t, s []byte) []byte { function yaml_parser_scan (line 571) | func yaml_parser_scan(parser *yaml_parser_t, token *yaml_token_t) bool { function yaml_parser_set_scanner_error (line 600) | func yaml_parser_set_scanner_error(parser *yaml_parser_t, context string... function yaml_parser_set_scanner_tag_error (line 609) | func yaml_parser_set_scanner_tag_error(parser *yaml_parser_t, directive ... function trace (line 617) | func trace(args ...interface{}) func() { function yaml_parser_fetch_more_tokens (line 626) | func yaml_parser_fetch_more_tokens(parser *yaml_parser_t) bool { function yaml_parser_fetch_next_token (line 652) | func yaml_parser_fetch_next_token(parser *yaml_parser_t) bool { function yaml_simple_key_is_valid (line 822) | func yaml_simple_key_is_valid(parser *yaml_parser_t, simple_key *yaml_si... function yaml_parser_save_simple_key (line 850) | func yaml_parser_save_simple_key(parser *yaml_parser_t) bool { function yaml_parser_remove_simple_key (line 878) | func yaml_parser_remove_simple_key(parser *yaml_parser_t) bool { constant max_flow_level (line 895) | max_flow_level = 10000 function yaml_parser_increase_flow_level (line 898) | func yaml_parser_increase_flow_level(parser *yaml_parser_t) bool { function yaml_parser_decrease_flow_level (line 918) | func yaml_parser_decrease_flow_level(parser *yaml_parser_t) bool { constant max_indents (line 929) | max_indents = 10000 function yaml_parser_roll_indent (line 934) | func yaml_parser_roll_indent(parser *yaml_parser_t, column, number int, ... function yaml_parser_unroll_indent (line 968) | func yaml_parser_unroll_indent(parser *yaml_parser_t, column int) bool { function yaml_parser_fetch_stream_start (line 992) | func yaml_parser_fetch_stream_start(parser *yaml_parser_t) bool { function yaml_parser_fetch_stream_end (line 1020) | func yaml_parser_fetch_stream_end(parser *yaml_parser_t) bool { function yaml_parser_fetch_directive (line 1051) | func yaml_parser_fetch_directive(parser *yaml_parser_t) bool { function yaml_parser_fetch_document_indicator (line 1075) | func yaml_parser_fetch_document_indicator(parser *yaml_parser_t, typ yam... function yaml_parser_fetch_flow_collection_start (line 1109) | func yaml_parser_fetch_flow_collection_start(parser *yaml_parser_t, typ ... function yaml_parser_fetch_flow_collection_end (line 1140) | func yaml_parser_fetch_flow_collection_end(parser *yaml_parser_t, typ ya... function yaml_parser_fetch_flow_entry (line 1172) | func yaml_parser_fetch_flow_entry(parser *yaml_parser_t) bool { function yaml_parser_fetch_block_entry (line 1197) | func yaml_parser_fetch_block_entry(parser *yaml_parser_t) bool { function yaml_parser_fetch_key (line 1239) | func yaml_parser_fetch_key(parser *yaml_parser_t) bool { function yaml_parser_fetch_value (line 1278) | func yaml_parser_fetch_value(parser *yaml_parser_t) bool { function yaml_parser_fetch_anchor (line 1348) | func yaml_parser_fetch_anchor(parser *yaml_parser_t, typ yaml_token_type... function yaml_parser_fetch_tag (line 1367) | func yaml_parser_fetch_tag(parser *yaml_parser_t) bool { function yaml_parser_fetch_block_scalar (line 1386) | func yaml_parser_fetch_block_scalar(parser *yaml_parser_t, literal bool)... function yaml_parser_fetch_flow_scalar (line 1405) | func yaml_parser_fetch_flow_scalar(parser *yaml_parser_t, single bool) b... function yaml_parser_fetch_plain_scalar (line 1424) | func yaml_parser_fetch_plain_scalar(parser *yaml_parser_t) bool { function yaml_parser_scan_to_next_token (line 1443) | func yaml_parser_scan_to_next_token(parser *yaml_parser_t) bool { function yaml_parser_scan_directive (line 1508) | func yaml_parser_scan_directive(parser *yaml_parser_t, token *yaml_token... function yaml_parser_scan_directive_name (line 1609) | func yaml_parser_scan_directive_name(parser *yaml_parser_t, start_mark y... function yaml_parser_scan_version_directive_value (line 1645) | func yaml_parser_scan_version_directive_value(parser *yaml_parser_t, sta... constant max_number_length (line 1677) | max_number_length = 2 function yaml_parser_scan_version_directive_number (line 1686) | func yaml_parser_scan_version_directive_number(parser *yaml_parser_t, st... function yaml_parser_scan_tag_directive_value (line 1722) | func yaml_parser_scan_tag_directive_value(parser *yaml_parser_t, start_m... function yaml_parser_scan_anchor (line 1780) | func yaml_parser_scan_anchor(parser *yaml_parser_t, token *yaml_token_t,... function yaml_parser_scan_tag (line 1838) | func yaml_parser_scan_tag(parser *yaml_parser_t, token *yaml_token_t) bo... function yaml_parser_scan_tag_handle (line 1923) | func yaml_parser_scan_tag_handle(parser *yaml_parser_t, directive bool, ... function yaml_parser_scan_tag_uri (line 1968) | func yaml_parser_scan_tag_uri(parser *yaml_parser_t, directive bool, hea... function yaml_parser_scan_uri_escapes (line 2026) | func yaml_parser_scan_uri_escapes(parser *yaml_parser_t, directive bool,... function yaml_parser_scan_block_scalar (line 2072) | func yaml_parser_scan_block_scalar(parser *yaml_parser_t, token *yaml_to... function yaml_parser_scan_block_scalar_breaks (line 2260) | func yaml_parser_scan_block_scalar_breaks(parser *yaml_parser_t, indent ... function yaml_parser_scan_flow_scalar (line 2314) | func yaml_parser_scan_flow_scalar(parser *yaml_parser_t, token *yaml_tok... function yaml_parser_scan_plain_scalar (line 2570) | func yaml_parser_scan_plain_scalar(parser *yaml_parser_t, token *yaml_to... FILE: vendor/gopkg.in/yaml.v2/sorter.go type keyList (line 8) | type keyList method Len (line 10) | func (l keyList) Len() int { return len(l) } method Swap (line 11) | func (l keyList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } method Less (line 12) | func (l keyList) Less(i, j int) bool { function keyFloat (line 82) | func keyFloat(v reflect.Value) (f float64, ok bool) { function numLess (line 101) | func numLess(a, b reflect.Value) bool { FILE: vendor/gopkg.in/yaml.v2/writerc.go function yaml_emitter_set_writer_error (line 4) | func yaml_emitter_set_writer_error(emitter *yaml_emitter_t, problem stri... function yaml_emitter_flush (line 11) | func yaml_emitter_flush(emitter *yaml_emitter_t) bool { FILE: vendor/gopkg.in/yaml.v2/yaml.go type MapSlice (line 20) | type MapSlice type MapItem (line 23) | type MapItem struct type Unmarshaler (line 32) | type Unmarshaler interface type Marshaler (line 42) | type Marshaler interface function Unmarshal (line 80) | func Unmarshal(in []byte, out interface{}) (err error) { function UnmarshalStrict (line 88) | func UnmarshalStrict(in []byte, out interface{}) (err error) { type Decoder (line 93) | type Decoder struct method SetStrict (line 110) | func (dec *Decoder) SetStrict(strict bool) { method Decode (line 119) | func (dec *Decoder) Decode(v interface{}) (err error) { function NewDecoder (line 102) | func NewDecoder(r io.Reader) *Decoder { function unmarshal (line 137) | func unmarshal(in []byte, out interface{}, strict bool) (err error) { function Marshal (line 199) | func Marshal(in interface{}) (out []byte, err error) { type Encoder (line 210) | type Encoder struct method Encode (line 230) | func (e *Encoder) Encode(v interface{}) (err error) { method Close (line 238) | func (e *Encoder) Close() (err error) { function NewEncoder (line 217) | func NewEncoder(w io.Writer) *Encoder { function handleErr (line 244) | func handleErr(err *error) { type yamlError (line 254) | type yamlError struct function fail (line 258) | func fail(err error) { function failf (line 262) | func failf(format string, args ...interface{}) { type TypeError (line 270) | type TypeError struct method Error (line 274) | func (e *TypeError) Error() string { type structInfo (line 285) | type structInfo struct type fieldInfo (line 294) | type fieldInfo struct function getStructInfo (line 310) | func getStructInfo(st reflect.Type) (*structInfo, error) { type IsZeroer (line 424) | type IsZeroer interface function isZero (line 428) | func isZero(v reflect.Value) bool { function FutureLineWrap (line 476) | func FutureLineWrap() { FILE: vendor/gopkg.in/yaml.v2/yamlh.go type yaml_version_directive_t (line 9) | type yaml_version_directive_t struct type yaml_tag_directive_t (line 15) | type yaml_tag_directive_t struct type yaml_encoding_t (line 20) | type yaml_encoding_t constant yaml_ANY_ENCODING (line 25) | yaml_ANY_ENCODING yaml_encoding_t = iota constant yaml_UTF8_ENCODING (line 27) | yaml_UTF8_ENCODING constant yaml_UTF16LE_ENCODING (line 28) | yaml_UTF16LE_ENCODING constant yaml_UTF16BE_ENCODING (line 29) | yaml_UTF16BE_ENCODING type yaml_break_t (line 32) | type yaml_break_t constant yaml_ANY_BREAK (line 37) | yaml_ANY_BREAK yaml_break_t = iota constant yaml_CR_BREAK (line 39) | yaml_CR_BREAK constant yaml_LN_BREAK (line 40) | yaml_LN_BREAK constant yaml_CRLN_BREAK (line 41) | yaml_CRLN_BREAK type yaml_error_type_t (line 44) | type yaml_error_type_t constant yaml_NO_ERROR (line 49) | yaml_NO_ERROR yaml_error_type_t = iota constant yaml_MEMORY_ERROR (line 51) | yaml_MEMORY_ERROR constant yaml_READER_ERROR (line 52) | yaml_READER_ERROR constant yaml_SCANNER_ERROR (line 53) | yaml_SCANNER_ERROR constant yaml_PARSER_ERROR (line 54) | yaml_PARSER_ERROR constant yaml_COMPOSER_ERROR (line 55) | yaml_COMPOSER_ERROR constant yaml_WRITER_ERROR (line 56) | yaml_WRITER_ERROR constant yaml_EMITTER_ERROR (line 57) | yaml_EMITTER_ERROR type yaml_mark_t (line 61) | type yaml_mark_t struct type yaml_style_t (line 69) | type yaml_style_t type yaml_scalar_style_t (line 71) | type yaml_scalar_style_t constant yaml_ANY_SCALAR_STYLE (line 76) | yaml_ANY_SCALAR_STYLE yaml_scalar_style_t = iota constant yaml_PLAIN_SCALAR_STYLE (line 78) | yaml_PLAIN_SCALAR_STYLE constant yaml_SINGLE_QUOTED_SCALAR_STYLE (line 79) | yaml_SINGLE_QUOTED_SCALAR_STYLE constant yaml_DOUBLE_QUOTED_SCALAR_STYLE (line 80) | yaml_DOUBLE_QUOTED_SCALAR_STYLE constant yaml_LITERAL_SCALAR_STYLE (line 81) | yaml_LITERAL_SCALAR_STYLE constant yaml_FOLDED_SCALAR_STYLE (line 82) | yaml_FOLDED_SCALAR_STYLE type yaml_sequence_style_t (line 85) | type yaml_sequence_style_t constant yaml_ANY_SEQUENCE_STYLE (line 90) | yaml_ANY_SEQUENCE_STYLE yaml_sequence_style_t = iota constant yaml_BLOCK_SEQUENCE_STYLE (line 92) | yaml_BLOCK_SEQUENCE_STYLE constant yaml_FLOW_SEQUENCE_STYLE (line 93) | yaml_FLOW_SEQUENCE_STYLE type yaml_mapping_style_t (line 96) | type yaml_mapping_style_t constant yaml_ANY_MAPPING_STYLE (line 101) | yaml_ANY_MAPPING_STYLE yaml_mapping_style_t = iota constant yaml_BLOCK_MAPPING_STYLE (line 103) | yaml_BLOCK_MAPPING_STYLE constant yaml_FLOW_MAPPING_STYLE (line 104) | yaml_FLOW_MAPPING_STYLE type yaml_token_type_t (line 109) | type yaml_token_type_t method String (line 144) | func (tt yaml_token_type_t) String() string { constant yaml_NO_TOKEN (line 114) | yaml_NO_TOKEN yaml_token_type_t = iota constant yaml_STREAM_START_TOKEN (line 116) | yaml_STREAM_START_TOKEN constant yaml_STREAM_END_TOKEN (line 117) | yaml_STREAM_END_TOKEN constant yaml_VERSION_DIRECTIVE_TOKEN (line 119) | yaml_VERSION_DIRECTIVE_TOKEN constant yaml_TAG_DIRECTIVE_TOKEN (line 120) | yaml_TAG_DIRECTIVE_TOKEN constant yaml_DOCUMENT_START_TOKEN (line 121) | yaml_DOCUMENT_START_TOKEN constant yaml_DOCUMENT_END_TOKEN (line 122) | yaml_DOCUMENT_END_TOKEN constant yaml_BLOCK_SEQUENCE_START_TOKEN (line 124) | yaml_BLOCK_SEQUENCE_START_TOKEN constant yaml_BLOCK_MAPPING_START_TOKEN (line 125) | yaml_BLOCK_MAPPING_START_TOKEN constant yaml_BLOCK_END_TOKEN (line 126) | yaml_BLOCK_END_TOKEN constant yaml_FLOW_SEQUENCE_START_TOKEN (line 128) | yaml_FLOW_SEQUENCE_START_TOKEN constant yaml_FLOW_SEQUENCE_END_TOKEN (line 129) | yaml_FLOW_SEQUENCE_END_TOKEN constant yaml_FLOW_MAPPING_START_TOKEN (line 130) | yaml_FLOW_MAPPING_START_TOKEN constant yaml_FLOW_MAPPING_END_TOKEN (line 131) | yaml_FLOW_MAPPING_END_TOKEN constant yaml_BLOCK_ENTRY_TOKEN (line 133) | yaml_BLOCK_ENTRY_TOKEN constant yaml_FLOW_ENTRY_TOKEN (line 134) | yaml_FLOW_ENTRY_TOKEN constant yaml_KEY_TOKEN (line 135) | yaml_KEY_TOKEN constant yaml_VALUE_TOKEN (line 136) | yaml_VALUE_TOKEN constant yaml_ALIAS_TOKEN (line 138) | yaml_ALIAS_TOKEN constant yaml_ANCHOR_TOKEN (line 139) | yaml_ANCHOR_TOKEN constant yaml_TAG_TOKEN (line 140) | yaml_TAG_TOKEN constant yaml_SCALAR_TOKEN (line 141) | yaml_SCALAR_TOKEN type yaml_token_t (line 195) | type yaml_token_t struct type yaml_event_type_t (line 224) | type yaml_event_type_t method String (line 257) | func (e yaml_event_type_t) String() string { constant yaml_NO_EVENT (line 229) | yaml_NO_EVENT yaml_event_type_t = iota constant yaml_STREAM_START_EVENT (line 231) | yaml_STREAM_START_EVENT constant yaml_STREAM_END_EVENT (line 232) | yaml_STREAM_END_EVENT constant yaml_DOCUMENT_START_EVENT (line 233) | yaml_DOCUMENT_START_EVENT constant yaml_DOCUMENT_END_EVENT (line 234) | yaml_DOCUMENT_END_EVENT constant yaml_ALIAS_EVENT (line 235) | yaml_ALIAS_EVENT constant yaml_SCALAR_EVENT (line 236) | yaml_SCALAR_EVENT constant yaml_SEQUENCE_START_EVENT (line 237) | yaml_SEQUENCE_START_EVENT constant yaml_SEQUENCE_END_EVENT (line 238) | yaml_SEQUENCE_END_EVENT constant yaml_MAPPING_START_EVENT (line 239) | yaml_MAPPING_START_EVENT constant yaml_MAPPING_END_EVENT (line 240) | yaml_MAPPING_END_EVENT type yaml_event_t (line 265) | type yaml_event_t struct method scalar_style (line 302) | func (e *yaml_event_t) scalar_style() yaml_scalar_style_t { return... method sequence_style (line 303) | func (e *yaml_event_t) sequence_style() yaml_sequence_style_t { return... method mapping_style (line 304) | func (e *yaml_event_t) mapping_style() yaml_mapping_style_t { return... constant yaml_NULL_TAG (line 309) | yaml_NULL_TAG = "tag:yaml.org,2002:null" constant yaml_BOOL_TAG (line 310) | yaml_BOOL_TAG = "tag:yaml.org,2002:bool" constant yaml_STR_TAG (line 311) | yaml_STR_TAG = "tag:yaml.org,2002:str" constant yaml_INT_TAG (line 312) | yaml_INT_TAG = "tag:yaml.org,2002:int" constant yaml_FLOAT_TAG (line 313) | yaml_FLOAT_TAG = "tag:yaml.org,2002:float" constant yaml_TIMESTAMP_TAG (line 314) | yaml_TIMESTAMP_TAG = "tag:yaml.org,2002:timestamp" constant yaml_SEQ_TAG (line 316) | yaml_SEQ_TAG = "tag:yaml.org,2002:seq" constant yaml_MAP_TAG (line 317) | yaml_MAP_TAG = "tag:yaml.org,2002:map" constant yaml_BINARY_TAG (line 320) | yaml_BINARY_TAG = "tag:yaml.org,2002:binary" constant yaml_MERGE_TAG (line 321) | yaml_MERGE_TAG = "tag:yaml.org,2002:merge" constant yaml_DEFAULT_SCALAR_TAG (line 323) | yaml_DEFAULT_SCALAR_TAG = yaml_STR_TAG constant yaml_DEFAULT_SEQUENCE_TAG (line 324) | yaml_DEFAULT_SEQUENCE_TAG = yaml_SEQ_TAG constant yaml_DEFAULT_MAPPING_TAG (line 325) | yaml_DEFAULT_MAPPING_TAG = yaml_MAP_TAG type yaml_node_type_t (line 328) | type yaml_node_type_t constant yaml_NO_NODE (line 333) | yaml_NO_NODE yaml_node_type_t = iota constant yaml_SCALAR_NODE (line 335) | yaml_SCALAR_NODE constant yaml_SEQUENCE_NODE (line 336) | yaml_SEQUENCE_NODE constant yaml_MAPPING_NODE (line 337) | yaml_MAPPING_NODE type yaml_node_item_t (line 341) | type yaml_node_item_t type yaml_node_pair_t (line 344) | type yaml_node_pair_t struct type yaml_node_t (line 350) | type yaml_node_t struct type yaml_document_t (line 384) | type yaml_document_t struct type yaml_read_handler_t (line 419) | type yaml_read_handler_t type yaml_simple_key_t (line 422) | type yaml_simple_key_t struct type yaml_parser_state_t (line 430) | type yaml_parser_state_t method String (line 460) | func (ps yaml_parser_state_t) String() string { constant yaml_PARSE_STREAM_START_STATE (line 433) | yaml_PARSE_STREAM_START_STATE yaml_parser_state_t = iota constant yaml_PARSE_IMPLICIT_DOCUMENT_START_STATE (line 435) | yaml_PARSE_IMPLICIT_DOCUMENT_START_STATE constant yaml_PARSE_DOCUMENT_START_STATE (line 436) | yaml_PARSE_DOCUMENT_START_STATE constant yaml_PARSE_DOCUMENT_CONTENT_STATE (line 437) | yaml_PARSE_DOCUMENT_CONTENT_STATE constant yaml_PARSE_DOCUMENT_END_STATE (line 438) | yaml_PARSE_DOCUMENT_END_STATE constant yaml_PARSE_BLOCK_NODE_STATE (line 439) | yaml_PARSE_BLOCK_NODE_STATE constant yaml_PARSE_BLOCK_NODE_OR_INDENTLESS_SEQUENCE_STATE (line 440) | yaml_PARSE_BLOCK_NODE_OR_INDENTLESS_SEQUENCE_STATE constant yaml_PARSE_FLOW_NODE_STATE (line 441) | yaml_PARSE_FLOW_NODE_STATE constant yaml_PARSE_BLOCK_SEQUENCE_FIRST_ENTRY_STATE (line 442) | yaml_PARSE_BLOCK_SEQUENCE_FIRST_ENTRY_STATE constant yaml_PARSE_BLOCK_SEQUENCE_ENTRY_STATE (line 443) | yaml_PARSE_BLOCK_SEQUENCE_ENTRY_STATE constant yaml_PARSE_INDENTLESS_SEQUENCE_ENTRY_STATE (line 444) | yaml_PARSE_INDENTLESS_SEQUENCE_ENTRY_STATE constant yaml_PARSE_BLOCK_MAPPING_FIRST_KEY_STATE (line 445) | yaml_PARSE_BLOCK_MAPPING_FIRST_KEY_STATE constant yaml_PARSE_BLOCK_MAPPING_KEY_STATE (line 446) | yaml_PARSE_BLOCK_MAPPING_KEY_STATE constant yaml_PARSE_BLOCK_MAPPING_VALUE_STATE (line 447) | yaml_PARSE_BLOCK_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_SEQUENCE_FIRST_ENTRY_STATE (line 448) | yaml_PARSE_FLOW_SEQUENCE_FIRST_ENTRY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_STATE (line 449) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_KEY_STATE (line 450) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_KEY_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_VALUE_STATE (line 451) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_END_STATE (line 452) | yaml_PARSE_FLOW_SEQUENCE_ENTRY_MAPPING_END_STATE constant yaml_PARSE_FLOW_MAPPING_FIRST_KEY_STATE (line 453) | yaml_PARSE_FLOW_MAPPING_FIRST_KEY_STATE constant yaml_PARSE_FLOW_MAPPING_KEY_STATE (line 454) | yaml_PARSE_FLOW_MAPPING_KEY_STATE constant yaml_PARSE_FLOW_MAPPING_VALUE_STATE (line 455) | yaml_PARSE_FLOW_MAPPING_VALUE_STATE constant yaml_PARSE_FLOW_MAPPING_EMPTY_VALUE_STATE (line 456) | yaml_PARSE_FLOW_MAPPING_EMPTY_VALUE_STATE constant yaml_PARSE_END_STATE (line 457) | yaml_PARSE_END_STATE type yaml_alias_data_t (line 515) | type yaml_alias_data_t struct type yaml_parser_t (line 525) | type yaml_parser_t struct type yaml_write_handler_t (line 614) | type yaml_write_handler_t type yaml_emitter_state_t (line 616) | type yaml_emitter_state_t constant yaml_EMIT_STREAM_START_STATE (line 621) | yaml_EMIT_STREAM_START_STATE yaml_emitter_state_t = iota constant yaml_EMIT_FIRST_DOCUMENT_START_STATE (line 623) | yaml_EMIT_FIRST_DOCUMENT_START_STATE constant yaml_EMIT_DOCUMENT_START_STATE (line 624) | yaml_EMIT_DOCUMENT_START_STATE constant yaml_EMIT_DOCUMENT_CONTENT_STATE (line 625) | yaml_EMIT_DOCUMENT_CONTENT_STATE constant yaml_EMIT_DOCUMENT_END_STATE (line 626) | yaml_EMIT_DOCUMENT_END_STATE constant yaml_EMIT_FLOW_SEQUENCE_FIRST_ITEM_STATE (line 627) | yaml_EMIT_FLOW_SEQUENCE_FIRST_ITEM_STATE constant yaml_EMIT_FLOW_SEQUENCE_ITEM_STATE (line 628) | yaml_EMIT_FLOW_SEQUENCE_ITEM_STATE constant yaml_EMIT_FLOW_MAPPING_FIRST_KEY_STATE (line 629) | yaml_EMIT_FLOW_MAPPING_FIRST_KEY_STATE constant yaml_EMIT_FLOW_MAPPING_KEY_STATE (line 630) | yaml_EMIT_FLOW_MAPPING_KEY_STATE constant yaml_EMIT_FLOW_MAPPING_SIMPLE_VALUE_STATE (line 631) | yaml_EMIT_FLOW_MAPPING_SIMPLE_VALUE_STATE constant yaml_EMIT_FLOW_MAPPING_VALUE_STATE (line 632) | yaml_EMIT_FLOW_MAPPING_VALUE_STATE constant yaml_EMIT_BLOCK_SEQUENCE_FIRST_ITEM_STATE (line 633) | yaml_EMIT_BLOCK_SEQUENCE_FIRST_ITEM_STATE constant yaml_EMIT_BLOCK_SEQUENCE_ITEM_STATE (line 634) | yaml_EMIT_BLOCK_SEQUENCE_ITEM_STATE constant yaml_EMIT_BLOCK_MAPPING_FIRST_KEY_STATE (line 635) | yaml_EMIT_BLOCK_MAPPING_FIRST_KEY_STATE constant yaml_EMIT_BLOCK_MAPPING_KEY_STATE (line 636) | yaml_EMIT_BLOCK_MAPPING_KEY_STATE constant yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE (line 637) | yaml_EMIT_BLOCK_MAPPING_SIMPLE_VALUE_STATE constant yaml_EMIT_BLOCK_MAPPING_VALUE_STATE (line 638) | yaml_EMIT_BLOCK_MAPPING_VALUE_STATE constant yaml_EMIT_END_STATE (line 639) | yaml_EMIT_END_STATE type yaml_emitter_t (line 646) | type yaml_emitter_t struct FILE: vendor/gopkg.in/yaml.v2/yamlprivateh.go constant input_raw_buffer_size (line 5) | input_raw_buffer_size = 512 constant input_buffer_size (line 9) | input_buffer_size = input_raw_buffer_size * 3 constant output_buffer_size (line 12) | output_buffer_size = 128 constant output_raw_buffer_size (line 16) | output_raw_buffer_size = (output_buffer_size*2 + 2) constant initial_stack_size (line 19) | initial_stack_size = 16 constant initial_queue_size (line 20) | initial_queue_size = 16 constant initial_string_size (line 21) | initial_string_size = 16 function is_alpha (line 26) | func is_alpha(b []byte, i int) bool { function is_digit (line 31) | func is_digit(b []byte, i int) bool { function as_digit (line 36) | func as_digit(b []byte, i int) int { function is_hex (line 41) | func is_hex(b []byte, i int) bool { function as_hex (line 46) | func as_hex(b []byte, i int) int { function is_ascii (line 58) | func is_ascii(b []byte, i int) bool { function is_printable (line 63) | func is_printable(b []byte, i int) bool { function is_z (line 76) | func is_z(b []byte, i int) bool { function is_bom (line 81) | func is_bom(b []byte, i int) bool { function is_space (line 86) | func is_space(b []byte, i int) bool { function is_tab (line 91) | func is_tab(b []byte, i int) bool { function is_blank (line 96) | func is_blank(b []byte, i int) bool { function is_break (line 102) | func is_break(b []byte, i int) bool { function is_crlf (line 110) | func is_crlf(b []byte, i int) bool { function is_breakz (line 115) | func is_breakz(b []byte, i int) bool { function is_spacez (line 128) | func is_spacez(b []byte, i int) bool { function is_blankz (line 142) | func is_blankz(b []byte, i int) bool { function width (line 156) | func width(b byte) int { FILE: version.go constant Version (line 3) | Version = "0.17.0-dev"